@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

html{
    scroll-behavior: smooth;
}
body{
 font-family: 'Poppins', sans-serif;
 font-weight: 400;
 position: relative;
 color: #232020;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
a{
    display: inline-block;
    transition: all ease .6s;
}
a:hover{
    text-decoration: none;
}
small{
    display: inline-block;
}
ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
/* header start */
header {
    padding: 0px 0;
}
header .header_left{
    max-width: 255px;
}
header .header_left span {
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 2.5px;
    margin-top: 3px;
}
header .header_left a{}
header .header_left a img {
    
}
/* header end */
.banner {
    background: #18305e;
    color: #fff;
    padding-top: 10px;
    position: relative;
}
.banner .banner_left {
    position: relative;
    margin-left: 50px;
    margin-right: -50px;
}
.banner .banner_left .media{}
.banner .banner_left .media .media_img {
    margin-right: -20px;
    max-width: 350px;
    position: relative;
}
.banner .banner_left .media-body{}
.banner .banner_left .media-body a {
    font-size: 29px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
.banner .media-body h6 {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 8px;
}
.banner .media-body h6::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 240px;
    background: #cc8889;
    height: 2px;
}
.banner .media-body h6 i {
    font-size: 18px;
    margin-right: 5px;
}

.banner .media-body h4 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
}

.banner .banner_left .media-body .box p:last-child{
    margin-bottom: 0;
}
.banner .banner_left .media-body .box p {
    margin-bottom: 0;
    line-height: 25px;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.banner .banner_left .media-body .box p i {
    position: absolute;
    left: 0;
    top: 2px;
}
.banner .banner_left .media-body .box {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    color: #172e5b;
    background: #fff;
    padding: 10px 20px 10px 40px;
    display: inline-block;
    max-width: 290px;
}
.banner .banner_left .media-body h5 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}
.banner .banner_left .media-body h5 span{
    font-size: 17.6px;
    font-weight: 500;
}
.banner .banner_left .media-body img{}


.banner_right{
    position: relative;
}
.banner_right form {
    max-width: 320px;
    margin-left: auto;
    border-radius: 0;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-13%);
    box-shadow: 0px -20px 197px 0px rgb(0 0 0 / 30%);
    background: -moz-linear-gradient(90deg, rgba(17,45,96,1) 0%, rgba(30,69,132,1) 50%, rgba(39,84,154,1) 100%);
    background: -webkit-linear-gradient( 
90deg
 , rgba(17,45,96,1) 0%, rgba(30,69,132,1) 50%, rgba(39,84,154,1) 100%);
    background: linear-gradient( 
90deg
 , rgba(17,45,96,1) 0%, rgba(30,69,132,1) 50%, rgba(39,84,154,1) 100%);
}
.banner_right .iti {
    position: relative;
    display: block;
}
.banner_right form .form-group{}
.banner_right form .form-group input, .banner_right form .form-group select {
    background: #f9f9f9;
    border: none;
    height: calc(2.5em + .75rem + 2px);
    border-radius: 5px;
    font-size: 15px;
    border-radius: 0;
    width: 100%;
}
.banner_right form .form-group select{
        padding: .375rem .75rem;
}
.banner_right form .check_item {
    padding: 10px 0 10px 0;
}

.banner_right form .check_item .check_text {
    display: inline-block;
    position: relative;
    top: -7px;
    font-size: 12px;
    margin-left: 5px;
}
.banner_right form button {
    background: #01a4ef;
    display: block;
    padding: 11px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    border: none;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all ease .6s;
}
 .banner_right form button:hover{
background: #700505;
color: #fff;
}
 .banner_right form button i{
    margin-left: 5px;
}
 .banner_right form p {
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;
}
 .banner_right form .pcolor::placeholder {
    color: #493500;
 }
 .banner_right form p img {
    max-width: 20px;
    margin-right: 10px;
}
 .banner_right form h4{
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.banner .banner_shap {
    position: absolute;
    left: 64.5%;
    width: 60px;
    top: 2px;
    margin: auto;
}
.banner .banner_shap img {
    transform: rotate( 
90deg
 );
}
 .banner_right .form-group {
    margin-bottom: 10px;
}
.banner_right .banner_p {
    font-size: 11px;
    color: #b9e9ff;
    text-align: left;
    margin-top: 10px;
}
/* banner end */
/* program start */
.program {
    padding: 80px 0 30px 0;
}
.program .common_line{}
.program .common_line span {
    background: rgb(251,251,251) 100%;
}
.program h3 {
    font-weight: 500;
    font-size: 25px;
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.program h3::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 125px;
    height: 2px;
    background: #fff;
    margin: auto;
}
.program .program_inner{}
.program .item_body {
    background: #ffffff;
    color: #000;
    padding: 40px 35px;
    height: 100%;
}
.program .item_body .item{}
.program .item_body .item img{
    margin-bottom: 20px;
}
.program .item_body .item p {
    font-size: 15px;
}
/* program end */


.wrapper_bg{
    background: -moz-linear-gradient(180deg, rgba(255,255,255) 100%);
}

/* Highlights start */
.highlights {
    padding: 0px 0 80px 0;
}
.common_line{
    margin-bottom: 80px;
    position: relative;
}
.common_line::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1.22px;
    background: #18305e;
    top: 30px;
    left: 0;
}
.common_line h2 {
    font-size: 40px;
    color: #18305e;
    position: relative;
    font-weight: 400;
}
.common_line h2 span {
    display: inline-block;
    background: rgb(251, 251, 251) 100%;
    z-index: 9;
    position: relative;
    padding-right: 10px;
}
.achievements .common_line h2 span{
        background: rgb(251, 251, 251) 100%;
}
.testimonials .common_line h2 span{
        background: rgb(251, 251, 251) 100%;
}
.highlights .highlights_item{}
.highlights .highlights_item img{
    margin-bottom: 20px;
}
.highlights .highlights_item p{
    font-size: 16px;
    color: #232020;
    margin-bottom: 0;
}
.highlights .highlights_item p span{
    color: #be4648;
}
/* Highlights end */

/* testimonials start */
.testimonials {
    padding-bottom: 100px;
    position: relative;
    padding-top: 20px;
}
.testimonials .common_text {
    padding-bottom: 70px;
}
.testimonials .common_text h2::before{
    background: #f6b819;
}
.testimonials .slider_body{
    text-align: center;
}
.testimonials .slider_item{}

.testimonials p {
    margin-bottom: 0px;
    font-size: 18.55px;
    color: #232020;
    margin-top: 20px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #18305e;
    width: 35px;
    height: 4px !important;
    margin-right: 0;
    border-radius: 0;
    top: 2px;
}
.slick-dots li button:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b9b6bf;
    content: '';
    opacity: 1;
}

.slick-dots li {
    width: 8px;
    height: 8px;
     border-radius: 50%;
    margin: 0 5px;
}
.slick-dots li.slick-active{
    width: 35px;
    height: 3px !important;
    border-radius: 4px;
}

.slick-dots {
    bottom: -80px;
}
/* testimonials end */
/* programmes start */
.programmes{
    padding: 80px 0;
    background: #262f5e;
    color: #fff;
}
.programmes .common_line{}
.programmes .common_line span{
    background: #262f5e;
    color: #fff;
}
.programmes .program_item {
    padding: 30px;
    border: 1px solid #51597e;
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
    height: 100%;
}
.programmes .program_item p{
    font-weight: 500;
    color: #e3eaff;
    font-size: 18px;
}
.programmes .program_item p span {
    font-weight: 300;
    color: #c9d6fb;
}
.programmes .row .col:nth-child(3) .program_item {
    border-right: 0;
}
.multiply{
        mix-blend-mode: multiply;
}
.programmes .row .col:last-child .program_item {}
.programmes .program_item img{
    margin-bottom: 20px;
}
.programmes .program_item img p{
    font-size: 16px;
    font-weight: 500;
    color: #c9d6fb;
}

/* programmes end */
/* recruiters start */
.recruiters{
    padding: 110px 0;
}
.recruiters .common_line{}
.recruiters .common_line h2 span{
    background: #fff;
}
.recruiters .recruiters_inner{
    max-width: 980px;
    margin: auto;
    text-align: center;
}
.recruiters .recruiters_inner img{
    padding: 0 5px;
}
/* recruiters end */
/* why start */
.why {
    padding: 100px 0 30px 0;
}
.why .common_line{}
.why .common_line h2{}
.why .common_line h2 span {
    background: rgb(251, 251, 251) 100%;
}
.why .why_inner{
    max-width: 980px;
    margin: auto;
}
.why .why_inner .item {
    background: #18305e;
    color: #c5d8ff;
    padding: 30px;
    text-align: center;
    height: 155px;
}
.why .why_inner .media {
    align-self: center;
}
.why .why_inner .media .img_item {
    width: 120px;
}
.why .why_inner .box .item{
    background: linear-gradient(90deg, rgba(214,228,255,1) 0%, rgba(237,244,255,1) 100%);
    color: #18305e;
}

.why .why_inner .media img{}
.why .why_inner .media .media-body{
    align-self: center;
    text-align: left;
}
.why .why_inner .media .media-body p{
    margin-bottom: 0;
}
/* why end */
/* map start */
.map {
    padding-top: 0px;
    padding-bottom: 80px;
}
.map img{
     max-width: 980px;
     margin: auto;
     display: block;
}

/* map end */



.campus {
    background: #18305e;
    padding-bottom: 110px;
    padding-top: 0px;
}
.campus .common_line h2 span {
    background: #18305e;
    color: #fff;
}
.campus .campus_inner{
    max-width: 910px;
    margin: auto;
}

.campus .campus_inner img{
    padding: 0 8px;
}
.campus a {
    font-size: 20px;
    background: #01a4ef;
    padding: 25px 78px;
    color: #ffffff;
    border: none;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all ease .6s;
    margin-top: 100px;
}
.campus  a i{
    margin-left: 5px;
}
.campus a:hover{
    background: #700505;
}
.map .common_line h2 span {
    background: rgb(251, 251, 251) 100%;
}

.iti__flag-box, .iti__country-name {
    margin-right: 6px;
    color: #000;
}




.achievements{
    padding: 0px 0;
}
.achievements .achievements_inner {
    max-width: 1060px;
    margin: auto;
}
.achievements .item {
    position: relative;
    background: -moz-linear-gradient(90deg, rgba(171,45,47,1) 0%, rgba(216,92,94,1) 100%);
    background: -webkit-linear-gradient( 
90deg
 , rgba(171,45,47,1) 0%, rgba(216,92,94,1) 100%);
    background: linear-gradient( 
90deg
 , #18305e, #18305e 100%);
    margin-left: 75px;
    padding: 20px 40px 20px 100px;
    color: #fff;
    min-height: 110px;
    z-index: 9;
}
.achievements .item .box {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    position: absolute;
    left: -72px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: #fff;
}
.achievements .item .box img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.achievements .item p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    right: 40px;
}
















.pre-loader {
    background-color: #262f5e;
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}
.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

















/* testimonials end */
footer {
    background-color: #0e2248;
    padding: 20px 0;
    color: #a6c5ff;
}
footer p span:last-child{
    font-weight: 700;
}
footer p{
    font-size: 14px;
}
footer p span:last-child{
    color: #01a4ef;
}



.wrapper {
    background: #18305e;
    padding-bottom: 120px;
    padding-top: 40px;
}
.wrapper .slider_video {
    max-width: 900px;
    margin: auto;
}

.slider_video .inner_item {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.slider_video .inner_item iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.slider_video .slick-slide img {
    display: block;
    max-width: 100%;
    padding: 0 10px;
}

.wrapper .common_line{}
.wrapper .common_line h2{}
.wrapper .common_line h2 span{
    background: #18305e;
    color: #fff;
}
.wrapper video {
    display: block;
    margin: auto;
    max-width: 100%;
}

/* .wrapper .video-full {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.wrapper .video-full iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
} */

.wrapper .slick-dots li.slick-active button:before {
    background: #ffffff;
}

.wrapper .slick-dots li button:before {
    background: #5d6d8d;
}


/****************************************
  IMPORTANT 
*****************************************/

.scrollTop {
    position: fixed;
    right: 10%;
    bottom: 20px;
    background-color: transparent;
    padding: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.scrollTop i {
    -webkit-animation: mover2 .8s infinite  alternate;
    animation: mover2 .8s infinite  alternate;

}
@-webkit-keyframes mover2 {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-30px); }
}

.scrollTop a {
  font-size: 38px;
  color: #a02022;
}
.slick-slide img {
    display: block;
    max-width: 95%;
    margin: 0 10px;
    height: 96px;
}



.button_link {
    margin-top: 80px;
}
.button_link a {
    font-size: 35px;
    color: #18305e;
    position: relative;
    font-weight: 400;
}


.fixed_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgb(38, 46, 94, .75);
    z-index: 999;
    padding: 10px 10px;
}
.fixed_footer ul{
    text-align: center;
}
.fixed_footer ul li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.fixed_footer ul li:last-child{
    margin-right: 0;
}
.fixed_footer ul li a {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    width: 160px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 0;
    font-size: 16px;
}

.item_body .col-lg-6,
.item_body .col-6{
        padding-right: 10px;
    padding-left: 10px;
    
}

.sec-programmes {
	padding: 6em 0;
	background: #f9f9f9;
	text-align: center;
}
.programmes-icon {
    height: 175px;
    text-align: center;
    box-shadow: 0px 0px 15px #e0e0e0d6;
    /* box-shadow: 0 8px 8px -6px rgb(0 0 0 / 20%); */
    padding: 15px;
    background: #f7f7f7;
    margin-bottom: 30px;
    transition: ease all 0.5s;
}
     .programmes-icon .icons-wrap {
    height:70px;
    width: 72px;
    margin: 0px auto;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-bottom: 5px;
/*     display: flex; */
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
}
     .icons-wrap:hover{
     
    height: 90px;
    width: 90px;
    margin: 0px auto;
    border: 2px solid #000;
    border-radius: 5%;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
/*     transition: ease all 0.5s; */

     }

.map{
display:none;
}
