@font-face {
  font-family: "Humnst777 BT";
  src: url("../fonts/humanist-777-bt.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Humnst777 BT";
  src: url("../fonts/Humnst777-BT-Bold.ttf") format("truetype");
  font-weight: bold;
}

body {
    font-family: "Humnst777 BT" !important;
    margin-top: 96px;
}
body.home {
    margin-top:0;
}
a:hover {
    text-decoration:none;
}
/* Header CSS */
header {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
header.head-home {
    background: rgba(0,0,0,0);
}
header.stick.head-home {
    background: rgba(0,0,0,.9);
}

.navbar-brand img {
    transition: .3s ease;
    width: 100px;
    max-width: 30vw;
}
/*header.head-home .navbar-brand img {
    max-width: 30vw;
}*/
header.stick .navbar-brand img {
    width: 140px;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: .9rem;
    font-weight: 400;
    /*padding: 10px 20px;*/
    color: #fff;
    text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link.active {
    opacity: .9;
}
.banner-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    max-width: 30vw;
}
.banner-cap {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 100%;
}
.banner-vid {
    display: inline-block;
    vertical-align:top;
    width: 100%;
}




.banner-social {
    list-style: none;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 999;
}

.banner-social li {
    margin: 8px 0;
}

.banner-social li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #0b109f;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    transition: .3s ease;
    font-size: 21px;
}
.banner-social li a .fa-facebook {
    color: #4267B2;
}
.banner-social li a .fa-twitter {
    color: #1DA1F2;
}
.banner-social li a .fa-instagram {
    color: #E1306C;
}

.banner-social li a:hover {transform: translateY(-3px);}

.bg-blue {
    background: #0b109f;
}
.br-50 {
    border-radius: 50%;
}
.btn-dark {
    background-color: #000;
    border-color: #000;
}
.bg-dark {
    background: #000 !important;
}
.bg-primary {
    background: #0b109f !important;
}
/* Page Head */
.page-title {
    font-size: 60px;
}
.page-head {
    /*background: #0f0f0f;*/
    background: #0e314c url(../images/breadcrumbg.jpg) no-repeat right center;
    background-size: cover;
}
.cbreadcrumb {padding: 0;margin: 0;list-style: none;}
.cbreadcrumb li {
    display: inline-block;
    color: #a0a0a0;
}
.cbreadcrumb li a {
    color: #fff;
}


.banner {
    /*background: #e0e7f5;*/
    background: url(../images/bannerbg.jpg) no-repeat right center;
    background-size: 200%;
    background-position: 10% 50%;
    min-height: 100vh;
}
.banner-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #0b109f;
    margin: 0 0 17px;
}

.banner-title {
    font-size: 50px;
    color: #0b109f;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 20px;
}
.banner-title.title-sm {
    font-size: 22px;
    line-height: 1.5;
}
.banner-desc {
    color: #898da8;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 40px;
}


.category-slider.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.category-slider.owl-carousel .owl-nav .owl-prev {
    left: 15px;
}
.category-slider.owl-carousel .owl-nav .owl-next {
    right: 15px;
}


.btn.btn-primary {
    background: #0b109f;
    border-color: #0b109f;
}
.btn.btn-outline-primary {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}
.btn {
    padding: 11px 28px;
}
.jury-desc{
	font-size:14px;
}

/*.btn.btn-secondary, .btn.btn-secondary:hover, .btn.btn-secondary:focus{
    background: #0b109f;
    border-color: #0b109f;
}*/
.title-wrap {
    margin-bottom: 40px;
}
.sec-title {
    margin-bottom: 20px;
    color: #000;
}
.sec-title .icon {
    position: relative;
    width: 160px;
    display: inline-block;
    margin-bottom: 10px;
}
.sec-title .icon:before, .sec-title .icon:after {content: '';border-top: 2px solid;display: inline-block;width: 63px;vertical-align: middle;}
.sec-title .icon i {
    vertical-align: middle;
    font-size: 16px;
}
/*.sec-title .text {
    display: block;
    font-size: 40px;
    font-weight: 600;
}*/
.sec-title .text {
    display: block;
    font-weight: 600;
    font-size: 9vw;
    text-shadow: 5px 8px 0 #737373;
}
.sec-title.wshadow .text {
    text-shadow: none;
}
.sec-desc {
    font-size: 16px;
    color: #aaa;
    line-height: 1.5;
    margin-bottom: 20px;
}


.modern-count-single {
    font-size: 15vw;
    font-weight: 600;
    min-height: 50vh;
    text-decoration:none;
}

.modern-count-single.md {
    font-size: 10vw;
}
.modern-count-single .count-text {
    font-size: 14%;
    font-weight: 500;
    margin-left: 3%;
}


.intro {
    /*background: url(../images/intro-bg.jpg) no-repeat center center;
    background-size: cover;*/
    /*background: #0b119f;*/
    /*background: url(../images/timelinebg.jpg);*/
    /*background-size: cover;*/
    background: #fff;
}

.fee {
    /*background-color:#0b109f;*/
    /*background: url(../images/timelinebg.jpg);
    background-size: cover;*/
    background: #e1e1e1;
}
.fee .fee-single {
    font-size: 1rem;
}


.icon-box {
    margin-bottom: 30px;
    border: 1px solid #000;
    padding: 35px;
    border-radius: 10px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.modern-count-single .icon-box {
    font-size: 1rem;
    width: 100%;
}
/*.counter .icon-box {
    border-color: #000;
}*/
.icon-box.box2 {
    border: 1px solid #fff;
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 5%);
}
.icon-box:hover {
    border: 1px solid #fff;
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 5%);
}
.icon-box .icon {
    display:inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background: #989898;
    color: #fff;
    font-size: 50px;
    margin-bottom: 22px;
    font-style: normal;
}
.icon-box.box2 .icon {
    background: #000f9f;
}
.icon-box.box2 a {
    background: #000f9f;
    display: inline-block;
    padding: 10px 35px;
    box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 40%);
    color: #fff;
    font-size: 20px;
}
.icon-box.box2 a img {
    filter: invert(1);
}
/*.counter .icon-box .icon {
    background: #989898;
}*/
.icon-box .icon.icon1 {
    background: #4D9DED;
}
.icon-box .icon.icon2 {
    background: #F28989;
}
.icon-box .icon.icon3 {
    background: #FFB38D;
}
.icon-box .icon.icon4 {
    background: #77CB7A;
}
.icon-box .icon.icon5 {
    background: #8089EA;
}
.icon-box .icon.icon6 {
    background: #BE6DC9;
}
.icon-box .icon-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
}
.icon-box .icon-title a {
    color: #000;
    text-decoration: none;
}
.icon-box .icon-desc {
    font-size: 16px;
    color: #aaa;
    margin-bottom: 25px;
}
/*.counter .icon-box .icon-title {
    color: #000;
}*/

.about-us {background: #000f9f}


.counter-sec {
    margin-top: -48px;
}
.counter-inner {
    /*background: #2687e8 url(../images/counter-bg.png);
    background-position: center top;
    background-size: cover;*/
    background:#000;
    border-radius: 10px;
    color: #fff;
}
.count-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
.home-social {
    margin: 0;
    padding: 0;
    list-style: none;
}
.home-social li {
    display: inline-block;
    margin-right: 5px;
}
.home-social li a {background: #fff;color: #2687e8;width: 40px;height: 40px;display: inline-block;line-height: 40px;text-align: center;border-radius: 50%;font-size: 20px;}



.services .icon-box .icon {
    width: 90px;height: 90px;font-size: 30px;line-height: 90px;
}

.contact {
    background:#000;
}
.btn-contact-us{
    color: #f8f9fa;
    border-color: #0b109f;
    background-color: #0b109f;
}

footer {
    background: #000;
    color:#fff;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    color: #fff;
    padding: 5px 12px;
    text-decoration: none;
}

.footer-logo {
    width: 200px;
}


/* Timeline CSS */
.timeline-wrap {
    position: relative;
    min-height: 400px;
}

.timeline-wrap:before {content: '';width: calc(100% - 10px);height: 16px;background: #000;position: absolute;top: calc(50% - 8px);}

.timeline-wrap:after {
    position: absolute;
    top: calc(50% - 12px);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #000;
    display: inline-block;
    content: '';
    right: 0;
}

.timeline-wrap .time-single {
    position: absolute;
    top: 50%;
    width: 20%;
    transform: translateY(-50%);
    left: 0;
    color: #f1948a;
}
.timeline-wrap .time-single:nth-child(2){left: 21%;}
.timeline-wrap .time-single:nth-child(3){left: 41%;}
.timeline-wrap .time-single:nth-child(4){left: 61%;}
.timeline-wrap .time-single:nth-child(5){left: 81%;}
.timeline-wrap .time-single .time-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #000f9f;
    border-radius: 50%;
    border: 3px solid #000;
    left: calc(50% - 20px);
}
.timeline-wrap .time-single .time-circle:before {content: '';display: inline-block;width: 4px;height: 100px;position: absolute;left: calc(50% - 2px);bottom: 100%;background: #000;}
.timeline-wrap .time-single:after {content: '';display: inline-block;height: 4px;width: 100%;position: absolute;left: 0;top: calc(50% - 120px);background: #000;}
.timeline-wrap .time-single:nth-child(2n):after {content: '';display: inline-block;height: 4px;width: 100%;position: absolute;left: 0;top:initial;bottom: calc(50% - 120px);background: #000;}
.timeline-wrap .time-single:nth-child(2n) .time-circle:before {content: '';display: inline-block;width: 4px;height: 100px;position: absolute;left: calc(50% - 2px);bottom: initial; top: 100%;background: #000;}

.timeline-wrap .time-single .time-date {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    color: #000;
}
.timeline-wrap .time-single:nth-child(2n) .time-date {
    position: absolute;
    top: initial;
    bottom: 25px;
    right: calc(50% + 10px);
    line-height: 1.4;
}
.timeline-wrap .time-single .time-desc {
    position: absolute;
    bottom: 115px;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    color: #000;
    font-weight: 600;
}
.timeline-wrap .time-single:nth-child(2n) .time-desc {
    position: absolute;
    bottom: initial;
    top: 130px;
    width: 100%;
    text-align: center;
}

/*.timeline-wrap .time-single:nth-child(2) .time-circle {background:#85c1e9;}
.timeline-wrap .time-single:nth-child(3) .time-circle {background:#80e2aa;}
.timeline-wrap .time-single:nth-child(4) .time-circle {background:#f7dc6f;}
.timeline-wrap .time-single:nth-child(5) .time-circle {background:#e74c3c;}*/

/*.timeline-wrap .time-single:nth-child(2) .time-date {color:#85c1e9;}
.timeline-wrap .time-single:nth-child(3) .time-date {color:#80e2aa;}
.timeline-wrap .time-single:nth-child(4) .time-date {color:#f7dc6f;}
.timeline-wrap .time-single:nth-child(5) .time-date {color:#e74c3c;}

.timeline-wrap .time-single:nth-child(2) .time-desc {color:#85c1e9;}
.timeline-wrap .time-single:nth-child(3) .time-desc {color:#80e2aa;}
.timeline-wrap .time-single:nth-child(4) .time-desc {color:#f7dc6f;}
.timeline-wrap .time-single:nth-child(5) .time-desc {color:#e74c3c;}*/



/* Mobile Timeline */
.timeline-wrap-mobile {
    position: relative;
    margin-top: 45px;
    color: #000;
}
.timeline-wrap-mobile:before {content: '';width: 5px;height: 100%;display: inline-block;position: absolute;left: calc(50% - 2px);background: #000;}
.timeline-wrap-mobile .time-single {
    margin-bottom: 35px;
    position: relative;
    width: 50%;
    padding: 0 30px 0 0;
    text-align: right;
}
.timeline-wrap-mobile .time-single:nth-child(2n) {
    left: 50%;
    text-align: left;
    padding: 0 0 0 30px;
}
.timeline-wrap-mobile .time-single .time-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000f9f;
    display: inline-block;
    border: 2px solid #000;
    position: absolute;
    top: 0;
    left: calc(100% - 15px);
}
.timeline-wrap-mobile .time-single:nth-child(2n) .time-circle {
    left: initial;
    right: calc(100% - 15px);
}
.timeline-wrap-mobile .time-single .time-date {
    font-size: 16px;
    font-weight: 600;
}
.timeline-wrap-mobile .time-single .time-desc {
    font-size: 16px;
}
/*.timeline-wrap-mobile .time-single:nth-child(2) .time-circle {background:#85c1e9;}
.timeline-wrap-mobile .time-single:nth-child(3) .time-circle {background:#80e2aa;}
.timeline-wrap-mobile .time-single:nth-child(4) .time-circle {background:#f7dc6f;}
.timeline-wrap-mobile .time-single:nth-child(5) .time-circle {background:#e74c3c;}*/




.same-ratio {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.same-ratio .same-ratio-inner {
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}
.fee-single {
    color: #000;
    background: #f8f9fa;
    padding: 40px 20px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fee-single .fee-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #000f9f;
}
.fee-single .fee-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000f9f;
}
.fee-single .fee-name.sm {
    font-size: 20px;
    line-height: 1.5;
}
.fee-single .fees .fee-value {font-size: 180%;font-weight: 700;}
.fee-single .fees {
    margin-bottom: 20px;
    color: #000f9f;
}
.fee-single .fee-body {
    color: #777;
    margin-bottom: 30px;
}

.digital-wrap > div{
    margin-bottom: 30px;
}

/*.digital-wrap .icon-box {
    padding-left: 10px;
    padding-right: 10px;
}*/
.digital-wrap .icon-box {
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.digital-wrap .icon-box .icon {
    font-size: 21px;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.digital-wrap .icon-box .icon-title {
    font-size: 16px;
    line-height: 1.4;
}




/* Enter Timeline */
.enter-wrap {
    position: relative;
    padding-left: 80px;
}
.enter-wrap:before {content: '';width: 4px;height: 100%;background: #000;position: absolute;left: 16px;top: 0;}
.enter-single {
    position: relative;
    margin-bottom: 30px;
}
.enter-single .enter-circle {
    position: absolute;
    top: 10px;
    left: -82px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align:center;
    font-size: 16px;
    font-weight: 600;
    background: #0b109f;
    color: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
}
.enter-single .enter-desc {
    background: #e1e1e1;
    padding: 20px 20px 5px;
    color: #000;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border-radius: 10px;
    font-weight: 500;
}
.enter-single .enter-desc:before {content: '';position: absolute;right: 100%;top: 20px;border-top: 10px  solid transparent;border-bottom: 10px solid transparent;border-right: 12px solid #e1e1e1;}
/*.enter-single .enter-desc .btn {
    height: 25px;
    padding: 0 30px;
    margin-bottom: 15px;
}*/



/* Jury Page */
.jury-sec {
    background: #000;
}
.jury-single {
    padding: 20px;
    transition: .3s ease;
    margin-bottom: 15px;
	cursor: pointer;
}
.jury-single:hover {
    transform: scale(1.1);
}
.jury-single img {
    border-radius: 50%;
    width: 80%;
    margin: 0 0 15px;
    filter: grayscale(1);
    transition: .2s ease;
}
.jury-single:hover img {
    filter: grayscale(0);
}

.sm-title {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
.foot-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.foot-menu li {
    display: inline-block;
}
.foot-menu li a {
    display: inline-block;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
}
.foot-links .btn {
    padding-left: 5px;
    padding-right: 5px;
}
.jury-slider.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #000;
    color: #fff;
}
.jury-slider.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.jury-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.jury-slider.owl-carousel .jury-single img {
    filter: none;
}
.sec-title.xs .text {
    font-size: 4vw;
}
.partner-t {
	font-size: 1.3rem;
    color: #222;
    font-weight: 600;
}
.banner-flash {
    background: #000;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px;
	font-size: 1.5rem
}
.banner-flash.home {
    background: #000f9f;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 9;
}
.banner-flash span {
	animation: flash .5s linear infinite;
}
@keyframes flash {
	from { opacity: 0 }
	to { opacity: 1 }
}


@media (min-width: 992px) {
    header .navbar-dark .navbar-nav .dropdown > .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: .5s ease;
    }
    header .navbar-dark .navbar-nav .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    header .navbar-dark .navbar-nav > .nav-item {
        margin-left: 6px;
    }
    header .navbar-dark .navbar-nav .dropdown > .dropdown-menu > .dropdown > .dropdown-menu {
        top: 0;
        left: initial;
        right: 100%;
    }
    header .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: #fea235;
        color: #fff;
    }
    header .navbar-dark .navbar-nav .dropdown > .dropdown-menu.right {
        left: initial;
        right: 0;
    }
    .digital-wrap > div {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .custom-col-lg-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .banner-cap .banner-desc {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    header .navbar-dark .navbar-nav .active>.nav-link, header .navbar-dark .navbar-nav .nav-link.active, header .navbar-dark .navbar-nav .nav-link.show, header .navbar-dark .navbar-nav .show>.nav-link{
        color: #000;
    }
    header .navbar-dark .navbar-collapse {
        background: #fff;
        padding: 20px;
        max-height: 400px;
        overflow: auto;
    }
    header .navbar-dark .navbar-nav .nav-link, header .navbar-dark .navbar-nav .nav-link:hover{
        color: #000;
    }
    header .navbar-dark .navbar-nav .dropdown-menu {
        border: none;
        margin-bottom: 5px;
    }
    header .navbar-dark .navbar-nav .dropdown-menu .dropdown-menu {
        margin-left: 20px;
    }
    .banner-cap {
        position: static;
        width: 100%;
        background: #070707;
        padding: 40px 0;
    }
    body {
        margin-top:66px;
    }
    
}


 @media (max-width: 767px) {
     .banner {
         background-size: cover;
     }
    .banner-title {
        font-size: 40px;
    }
    .modern-count-single {
        /*font-size: 35vw;*/
        min-height: 40vh;
    }
    
 }
 @media (max-width:575px) {
     .banner-title {
        font-size: 30px;
     }
     .banner-desc {
         font-size: 14px;
     }
     .sec-title .text {
         font-size: 45px;
         text-shadow: none;
     }
     .icon-box {
         padding: 15px 10px;
     }
     .icon-box .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 42px;
     }
     .icon-box .icon-title {
         font-size: 16px;
     }
     .icon-box img {
        width: 20px;
     }
     .counter .icon-box .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 32px;
     }
     .counter .icon-box .icon-title {
        font-size: 14px;
     }
     .digital-wrap .icon-box .icon-title {
         font-size: 14px;
     }
     .enter-wrap {
         padding-left: 60px;
     }
     .enter-single .enter-circle {
         left: -63px;
     }
     .page-title {
        font-size: 40px;
        margin-bottom: 25px;
     }
     .modern-count-single, .modern-count-single.md {
         font-size: 45px;
     }
     .modern-count-single span{
        text-shadow: none !important;
     }
     .modern-count-single .count {
        font-size: 100px;
    }
    .modern-count-single .count-text {
        font-size: 20px;
    }
	 .banner-flash {
	 	font-size: .8rem
	 }
 }




 .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}
.right-lab a:after {
    margin-left: 63px;
}
.right-lab a:after {
    margin-left: 63px;
    transform: rotate(-90deg);
}
.right-lab a {
    border-bottom: 1px solid #cccccc
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

/* New Homepage CSS */
.banner-cap.cap2 {
    top: initial;
    bottom: 60px;
}
.cap-box, .cap-box:hover{
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	padding: 15px 40px;
	color: #000;
	min-width: 200px;
	max-width:90%;
	border: 1px solid #fff;
	background-color: #fff;
}
.stitle{
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}
.desc{
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.jury-single.j2 {
    padding: 0;
    margin-bottom: 40px;
}
.jury-single.j2 .img-con{
	overflow: hidden;
	margin: 0 0 15px;
}
.jury-single.j2 .img-con img{
	margin: 0
}
.jury-single.j2:hover{
	transform: scale(1);
}
.jury-single.j2:hover img{
	transform: scale(1.2);
}
.jury-single.j2 img {
    border-radius: 0;
    width: 100%;
}
.time-fee .tf-right{
	background-color: #E5E7F5;
}
.tl-wrap .tl-single {
    position: relative;
    margin-bottom: 50px;
}

.tl-single .tl-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    background: #0b109f;
    text-align: center;
}

.tl-single .tl-name {
    font-size: 18px;
    font-weight: 700;
    color: #0b109f;
    margin-bottom: 10px;
}

.tl-single .tl-date {
    font-size: 16px;
    font-weight: 700;
}

.tl-wrap .tl-single:last-child {
    margin-bottom: 0;
}
.tl-wrap .tl-single:after {
    content: '';
    width: 1px;
    height: calc(100% + 40px);
    background: #0b109f;
    position: absolute;
    left: 22px;
    top: 40px;
}
.tl-wrap .tl-single:last-child:after {display:none}
.home-about{
	background-color: #0b109f;
	color: #fff
}
.sp-fee {
    color: #000;
    font-weight: 700;
    font-size: 18px;
	border-bottom: 1px solid #787CCA;
    padding-bottom: 7px;
	opacity:.7;
	transition:.2s ease
}
.sp-fee:hover{
	opacity:1
}
.sp-fee .sp-fee-img {
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #0b109f;
    text-align: center;
}
.sp-fee .sp-fee-img img {
    height: 30px;
    width: auto;
}
.home-partners{
	background-color: #0B109F;
}
.part-right{
	background:#fff
}
.navbar-dark .navbar-nav .nav-link.spcl {
    background: #fff;
    color: #0b109f;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 3px 3px 0 0 #000;
}
@media (min-width: 768px){
	.time-fee:before{
		content:'';background:#E5E7F5;width:50%;height:100%;position:absolute;top:0;right:0
	}
	.home-about:after{
		content: '';
		width: 50%;
		height:100%;
		background: #e7e7e7 url(../images/about-us-2.jpg) no-repeat center center;
		background-size:contain;
		position: absolute;
		top:0;
		right:0
	}
	.home-about.ha2:after{
		background: #e7e7e7 url(../images/about-us-2.jpg) no-repeat center center;
	}
	.home-partners:before{
		content: '';
		width:50%;
		height:100%;
		background: #fff;
		position: absolute;
		top:0;
		left: 50%
	}
}
@media (max-width:575px){
	.cap-box, .cap-box:hover {
		min-width: auto;
		width: 100%;
		max-width: 100%;
		padding: 15px;
	}
	.cap-box.spcl.mobile-spcl {
	  max-width: 100px;
	  padding: 5px;
	  margin-bottom: 20px;
	}
	
}