.text-blue{color: #236897;}
.text-white {
    color: #fff;
}

.pt-160 {
    padding-top: 250px;
    padding-bottom: 115px;
}

.pb-115 {
    padding-bottom: 115px;
}
.ptb-1{
    padding-bottom: 100px;
    padding-top: 100px;
}

.mt-6 {
    margin-top: 100px;
}
.mt-5{margin-top: 50px;}

a.kc-logo {
    display: inline-block;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

a.kc-logo img {
    max-width: 270px;
}

.banner-subheading {
    font-size: 30px !important;
    line-height: 34px !important;
    font-weight: 200 !important;
}

.mt-2 {
    margin-top: 20px;
}
.mt-3{margin-top: 30px;}
.banner-heading {
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 42px;
}

.kc-heading {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 36px;
}
.kc-heading-2{
    font-size: 30px;
     text-transform: uppercase;
     line-height: 30px;
      font-weight: 900;
}
a.kc-btn {
    background: #fed51b;
    padding: 12px 35px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    color: #111111;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.kc-btn:hover {
    background: #ca191d;
    color: #fff;
}

a.kc-btn svg {
    margin-left: 8px;
}

.kc-content p {
    font-size: 16px;
    line-height: 24px;
}

.kc-content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.pe-2 {
    padding-right: 40px;
}
.ps-2{padding-left: 40px;}
section.coverbanner img {
    width: 100% !important;
}
ul.kc-list {
    list-style-type: none;
}
ul.kc-list li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}

.kc-list li:after {
    content: "";
    border: 10px solid#fff;
    position: absolute;
    left: 0;
    top: -4px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
}
.kc-card-img {
    width: 250px;
    position: relative;
    padding-bottom: 120%;
    overflow: hidden;
    display: block;
}
.kc-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kc-sectn-card {
    border-left: 30px solid #fed51b;
}
.pos-relative{position: relative;}
.kc-sectn-card {
    position: absolute;
    right: 15px;
    z-index: 9;
    bottom: -230px;
}
.rect-shape {
    position: absolute;
    width: 250px;
    height: 100px;
    background: #fed51b;
    bottom: 0;
    z-index: -1;
}
.paginator-slider {
    position: absolute;
    top: 45px;
    right: 15px;
    display: flex;
}
.paginator-slider .slick-arrow {
    padding: 0;
    line-height: normal;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    color: #ccc;
}
.paginator-slider .slick-arrow:hover {
    color: #666;
    border-color: #666;
}


.kc-list-2{list-style: none;}
.kc-list-2 li{margin-top: 10px;padding-left: 25px;font-size: 14px; line-height: 18px;position: relative;}
.kc-list-2 li:after {
    content: url(../images/arrow-right.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
}
.mentor-caption{background: #0e111c; padding: 30px 40px;min-height: 255px;}
.mentor-caption h3 {
    font-size: 24px;
    font-weight: 700;
}
.mentor-caption span {
    font-size: 18px;
    font-weight: 700;
}
.mentor-card{margin: 15px !important;position: relative; transition: all .30s ease-in-out;}

.slick-current.slick-active .mentor-card .mentor-caption {
 background: #ec2125;

}

.mentorsSectn {overflow: hidden;}
.mentor-slick {
    margin-left: auto;
    margin-right: -25vw;
}
.mentor-figure{overflow: hidden;}
.mentor-card:hover .mentor-figure img{transform: scale(1.05);}
.mentor-figure img{width: 100%;transition: all .30s ease-in-out;}
.research-logo{
    background-color: #f0f0f0;
}

.kc-image{margin-top: 30px;}

.kc-image img{border-radius: 15px;transition: all .30s ease-in-out;}
.kc-image img:hover{transform: translateY(-5px);}


.flag-item h5 {
    margin-top: 8px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 11px;
}
.flag-row .col-md-2 {
    width: 9%;
    padding: 5px;
}
.flag-row, .border-logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.border-logo .col-md-2 {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: .5%;
    width: 11%;
    text-align: center;
    position: relative;
    transition: all .30s ease-in-out;
    background-color: #fff;
}
.border-logo .col-md-2:hover {
    border-color: #a1a1a1;
    transform: translateY(-5px);

}

.flag-item img{width: 100%;}

.astroimg{
    display: flex;
    position: relative;
    padding-bottom: 110%;
    width: 100%;
}

.astro-1 {
    position: absolute;
    right: 0;
    z-index: 8;
    width: 61%;
}
.astro-2 {
    margin-top:55px;
    position: absolute;
    z-index: 3;
    width: 63%;
}
.astroimg:after {
        content: "";
  
    height: 150px;
    background: #fed51b;
    bottom: 0;
    position: absolute;
    left: 15%;
    right: 15%;
   
}
.astro-image-wrap, .kc-sectn-card {
    transition: all .30s ease-in-out;
}
.astroimg img{
    transition: all .30s ease-in-out;
}
.astroimg img.astro-1:hover {
    margin-top: -5px;
}
.astroimg img.astro-2:hover {
    margin-top: 50px;
}
.kc-sectn-card:hover{bottom: -225px;}

.kc-sectn-card{
    transition: 1s ease-in-out;
    animation: moveanim_2 4s infinite ease-in-out; 
}

.kc-topSection{
    animation: moveanim_3 4s infinite linear ;
}


@keyframes moveanim_1{
    0% {
        transform:translateY(-10px);
    }
    50% {
        transform:translateY(0);
    }
    100% {
        transform:translateY(-10px);
    }
}
@-webkit-keyframes moveanim_1{

}

@keyframes moveanim_2{
    0% {
        transform:translateY(10px);
    }
    50% {
        transform:translateY(0);
    }
    100% {
        transform:translateY(10px);
    }
}

@keyframes moveanim_3{
    0% {
        background-position: center 15px;

    }
    50% {
      background-position: center 0;
    }
    100% {
         background-position: center 15px;
    }
}



/*----------------RESPONSIVE STYLE--------*/
@media screen and (max-width: 1440px){
    .banner-subheading {
        font-size: 28px !important;
        line-height: 28px !important;
       
    }
    .banner-heading {
        font-size: 35px;
        line-height: 35px;
    }
    .kc-heading{font-size: 30px;line-height: 30px;}
    .ptb-1{padding: 80px 0;}
    .kc-heading{margin: 0;}
    .pb-115{padding-bottom: 80px;}
    .pt-160 {
        padding-top: 200px;
    }
    ul.kc-list li{margin-bottom: 10px;}
    .kc-card-img{width: 200px;}
    .mentor-caption h3{font-size: 20px;line-height: 22px;}
    .kc-heading-2{font-size: 25px;}
}

@media screen and (max-width: 991px){

   section.coverbanner {
    min-height: 300px !important;
}
    .pb-115 {
        padding-top: 170px;
    }
    .pb-115{padding-bottom: 50px;}
    .banner-subheading{
       font-size: 25px !important;
        line-height: 25px !important;
    }
    .banner-heading {
        font-size: 30px;
        line-height: 30px;
    }
    a.kc-btn.mt-2 {
        font-size: 13px;
        padding: 10px 25px;
    }
    .mt-6 {
        margin-top: 50px;
    }
    .kc-heading{font-size: 25px; line-height: 25px;margin: 0;}
    .kc-content p{font-size: 14px;line-height: 20px;}
    .ptb-1{padding: 50px 0;}
    .kc-card-img {
        width: 100px;

    }
    ul.kc-list li{margin-bottom: 10px;font-size: 14px;
    line-height: 20px;}
    .ps-2 {
        padding: 0;
    }
    br{display: none;}
    .mt-5 {
        margin-top: 30px;
    }
    .kc-sectn-card{bottom: -100px;    border-width: 10px;}
    .mentor-slick {
        margin: 30px auto;
         
    }
    .mentor-caption{min-height: 250px; padding: 15px;}
    .mentor-card{margin: 5px !important;}
    .mentor-caption h3{font-size: 20px;}
    .mentor-caption span{font-size: 14px;}
    .kc-heading-2{font-size: 20px;}
    .research-logo .mt-2{margin-top: 10px;}
    .research-logo .mt-3 {
        margin-top: 20px;
    }
    .pe-2{padding: 0;}
    a.kc-logo img{width: 150px;}

    .paginator-slider{top: 13px;}

    .flag-row .col-md-2 {
        width: 13%;
        
    }
    .border-logo .col-md-2 {
        width: 14%;
    }

    .astroimg{padding-bottom: 118%;}
}


@media screen and (max-width: 767px){
    .mentorsSectn {
    margin-top: 30px;
}
    .pb-115{padding-top: 130px;}
    section.coverbanner {
        min-height: 250px !important;
        background-attachment: unset !important;
    }
    br{display: none;}
    .banner-subheading {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .banner-heading {
        font-size: 20px;
        line-height: 20px;
            margin-bottom: 0;
    }
     a.kc-logo{margin: 0;}
    a.kc-logo img {
        width: 130px;
    }
    .mt-6{margin-top: 30px;}
    .kc-heading {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0;
        text-align: center;
        margin-top: 25px;
    }
    .kc-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .kc-content h4 {
        font-size: 18px;
    }
    a.kc-btn.mt-2 {
        font-size: 12px;
        padding: 12px 25px;
    }
    .kc-topSection-2 a.kc-btn.mt-2 {
        margin-bottom: 0;
    }
    .mob-order-1{order: 1}
    .mob-order-2{order: 2}
    .kc-topSection-2 .row {
        display: flex;
        flex-wrap: wrap;
    }
    .pe-2{padding: 0}
    .kc-topSection-2 .col-md-6{width: 100%;}
  .kc-img {
        max-width: 400px !important;
        margin: auto;
        display: table;
        width: 100%;
    }
    .pb-115 {
        padding-bottom: 30px;
    }
    .ptb-1 {
        padding: 30px 0;
    }
    .feature-Sectn h2.kc-heading {
        margin: 0;
    }
    .ps-2{padding: 0;}
    .mt-5{margin-top: 30px;}
    .kc-sectn-card{border-width: 20px;}
    .kc-card-img{width: 150px;}
    .kc-card-block{padding-bottom: 170px;}
       .kc-sectn-card {
        bottom: -210px;
       
        right: 15px;
        
    }

    .mentor-slick{width: 100%;}
    .paginator-slider{position: static;
    margin: auto;
    justify-content: center;
    margin-top: 20px;}
    .mentor-caption h3{font-size: 16px;}
    .mentor-caption span{font-size: 12px;}
    .kc-list-2 li{font-size: 12px;line-height: 13px;}
     .mentor-card:hover .mentor-caption {
       
        padding: 15px;
    }
    .mentor-caption{min-height: 240px;}
    .kc-heading-2{font-size: 18px;line-height: 18px;}
    .mobile-flex{display: flex; flex-wrap: wrap;}

    .border-logo .col-md-2 {
        width: 31.3%;
        text-align: center;
    }
    
    .flag-row .col-md-2 {
        width: 33%;
    }
    .astro-image-wrap {
        width: 100%;
        margin: auto;
        max-width: 400px;
    }
    .border-logo .col-md-2{margin: 1%;}
}
