@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Raleway", sans-serif;
    color: #000000;
  }
@font-face {
    font-family:'Gotham Black';
    src: url('../fonts/Gotham Font/Gotham-Black.ttf');
}
@font-face {
    font-family:'Gotham Book';
    src: url('../fonts/Gotham Font/GothamBook.ttf');
}
@font-face {
    font-family:'GothamLight';
    src: url('../fonts/Gotham Font/GothamLight.ttf');
}
@font-face {
    font-family:'GothamMedium';
    src: url('../fonts/Gotham Font/GothamMedium.ttf');
}
@font-face {
    font-family:'GothamBold';
    src: url('../fonts/Gotham Font/GothamBold.ttf');
}
.font-gotham-black{
    font-family: 'Gotham Black', sans-serif;

}
.font-gotham-bold{
    font-family: 'GothamBold', sans-serif;
}
.slider_banner {
    position: relative;
    width: 100%;
}

/* Image behaves like a real responsive image */
.banner-img {
    width: 100%;
    /* height: 580px; */
    display: block;
}

/* Overlay content */
.banner-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 4rem;
}

/* Layout */
.banner-flex {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Responsive adjustments */
@media (max-width: 1366px) {
    .banner-content {
        padding: 3rem;
    }
}

@media (max-width: 992px) {
    .banner-content {
        padding: 2rem 1.5rem;
    }

    .banner-flex {
        flex-direction: column;
        text-align: center;
    }
}


.banner-flex{
    display: flex;
    align-items: center;
}
.banner-subhead {
    font-size: 2rem;

    font-weight: 800;
}
.text-yellow-more{
    font-weight: 800;
    color: #FFB906;
    margin-bottom: 2rem;
}
.banner-head {
    text-transform: uppercase;
    /* color: #ffff; */
    font-size: 3.8rem;
    font-weight: 800;
    width: 85%;
}
.apply-bttn{
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1.3rem;
    background: #ffd000;
    font-style: 500;
    color:#FFFFFF;
    border-radius: 0.8rem;
}
.gap-2{
    column-gap: 1rem;
}
.img-width{
    margin-bottom: 2rem;
}
.text-blue{
    color: #3289c3;
}
.experience-head{
    width: 50%;
    margin: auto;
}
.placement p {
    font-family: 'GothamBold', sans-serif;

}
.placement h1{
    font-family: 'Gotham Black', sans-serif;

}
body {
    overflow-x: hidden;
    margin: 0px auto;
    color:#000000;
    font-family: inherit;
}
.of_txt, .btn_join, .leafs_bg{
    font-family: 'GothamBold';
}
section.future .nav-link {
    border-radius: 0; 
    font-weight: 600;
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-radius: 15px;
    border: 1px solid #026db4;
    color: #026db4;
}
section.future .nav-link:hover{
    background-color: #edf5fa;
    color: #026db4;
}
.transparent-box{
    background-color: rgb(0 0 0 / 49%);
    padding: 0rem 2rem;
    border-radius: 3rem;
}
.student h4{
    font-family: 'Gotham Book', sans-serif;
    font-size: 1.2rem;
    width: 80%;
    margin-top: 2rem;
    min-height: 181px;
}
.student-comment{
    font-family: 'GothamBold', sans-serif;
    color: #000000;
    font-size: 1.5rem;
    width: 80%;
    margin: auto;
    min-height: 9.7rem;
    margin-bottom: 2rem;
}
.student-name{
    font-family: 'GothamBold', sans-serif;
    font-size: 1.5rem;
}
.student-package{
    font-family: 'GothamBold', sans-serif;
    width: 80%;
    font-size: 1.2rem;
    min-height: 5rem;
}
.student-package span{
    font-family: 'GothamMedium', sans-serif;
}
/* navbar starts*/
.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-evenly;
    width: 75%;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("../images/togglericon.svg");
}
/* navbar ends*/
/* header nav */
.navbar-light .navbar-nav .nav-link {
    color: #313a6c;
    font-weight: 300;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #C42C40 !important;
    font-weight: 500;
    border-bottom: 1px solid #C42C40;
}
#header.fixed-top{
    box-shadow: 0px 16px 32px #00000019;
    background: #fff;

}
a, a:hover {
    text-decoration: none !important;
}
a, a:hover{
    color: #026db4;
}
.logo-wd {
    width: 40%;
}

:focus, .navbar-light .navbar-toggler:focus {
    outline: none;
}
/* #header.header-scrolled {
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #cecece;
}
*/
.navbar-light .navbar-toggler {
    border-color: rgb(197 60 64);
}


/* NEW CSS */

.bann-ht {
    margin-top: 6rem;
}

.bg_white {
    /* padding: 20px; */
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 80px 0px rgba(0, 46, 116, 0.15);
    position: relative;
    top: -3rem;
}

.text_blue{
    color: #00215A;
}

.of_txt{
    font-size: 1.5rem;
}
.brd_right{
    border-right: 1px solid rgba(0, 0, 0, 0.21);
}


.placement{
    background-image: url("../images/plcement.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 49rem;
}

.brdright{
    border-right: 1px solid rgba(255, 255, 255, 0.47);
background: rgba(255, 255, 255, 0.00);
}

.brd_btm{
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);

}

button.btn.btn_join {
    font-size: 1.4rem;
    color: #ffff;
    border-radius: 12px;
    background: #04193D;
    backdrop-filter: blur(4px);
    font-weight: bold;
    padding: 10px;
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    column-gap: 1rem;
}
button.btn.btn_explore_new {
    font-size: 1.4rem;
    color: #ffff;
    border-radius: 12px;
    background: #04193D;
    backdrop-filter: blur(4px);
    font-weight: bold;
    padding: 10px;
    width: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    column-gap: 1rem;
}
button.btn.btn_explore {
    border-radius: 12px;
    background: #FFF;
    backdrop-filter: blur(4px);
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px;
    width: 14rem;
}
#testis_slider.owl-carousel .owl-item img {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.col_top {
    padding-top: 5rem;
}

.voice-bg {
    /* border-radius: 40px;
    background: #D4EBFF; */
}

#testis_slider  .owl-nav {
    /* height: 0; */
    margin-top: -40px!important;
}
#testis_slider .item {
    border-radius: 40px;
    background: #D4EBFF;
}
.leafs_bg{
    background-image: url("../images/leaf.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 12rem;
}

.m_txt {
    font-size: 1.3rem;
    width: 70%;
    margin: auto;
}

.global{
    background-color: #003692;
}

.text_blue.head1 {
    font-size: 4rem;
}
.head, .head1{
    font-family: 'Gotham Black' , sans-serif;
}
.ftp{
    background-color:linear-gradient(to bottom, #f4faff, #ffffff);
    padding: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #026db4;
    background-color: #007bff;
    border-radius: 15px;
    background: #edf5fa;
}
.white-boxe{
    background-color: rgb(255 255 255 / 25%);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    align-items: center;
}
.global-head {
    width: 80%;
}
.global-last-heading{
    font-family: 'GothamBold';
    width: 80%;
}
.text_dark_blue{
    color: #04193D;
    font-size: 4rem;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
  }
  
  .collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
  }
  
  .collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
  }
  

/* CSS for changing the color of the heading when active */
.future .card-header.collpased {
    border-radius: 1rem!important;
    border-bottom: 1px solid #D9D9D9;
   
}
.future .card{
    border: none!important;
    font-family: 'Raleway', sans-serif;
    color: #00215A!important;

}
.future h2 button{
    font-size:1.2rem;
}
/* CSS for changing the background color of the active header */
.future .card-header.active {
    background-color: #D9D9D9!important;
    border-radius: 1rem!important;
    text-decoration: none!important;
}
.future  .btn-link:hover{
    text-decoration: none!important;
}
.new-custom-width{
    width: 67%;
}
.custom-fluid {
 display: flex;
    align-items: center;
    flex-wrap: nowrap;  }

/* Animation Css Start */
.offers-flex h1 , .offers-flex p {
    animation-duration: 0.9s;
    animation-name: fadeInScale;
}
.placement .transparent-box img{
    animation-duration: 0.9s;
    animation-name: fadeInScale;
}
.btn_join, .btn_explore_new, .btn_explore{
    animation-duration: 0.9s;
    animation-name: fadeInScale;
}
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.tab-pane{
    animation-duration: 1s;
    animation-name: fadeInBottom;
}
@keyframes fadeInBottom {
    0% {
      opacity: 0;
      transform: translateY(100%);
    }
    75% {
      transform: none;
    }
    100% {
      opacity: 1;
    }
  }
  
/* Animation CSs End */
.banner-form {
    position: absolute;
    top: 135px !important;
    right: 4%;
    width: 354px;
    background: rgb(255 255 255 / 55%);
    box-shadow: 1px 8px 20px rgb(0 0 0 / 20%);
    border-radius: 8px;
    padding-bottom: 20px;
}
.thanks-form {
    position: absolute;
    top: 167px;
    right: 4%;
    padding: 0rem;
    width: 354px;
    height: 500px;
    text-align: center;
    display: flex;
    background: #fff;
    align-items: center;
    box-shadow: 1px 8px 20px rgb(0 0 0 / 20%);
}
#g1 img, #g2 img,  #g3 img,  #g4 img,  #g5 img,  #g6 img,  #g7 img,  #g8 img {
    cursor: pointer;
}
section{
    overflow: hidden!important;
}
.offers{
    overflow: visible!important;
}
.neww-box {
    padding: 1.8rem;
}
div#v-pills-tab {
    column-gap: 4rem;
    justify-content: center;
    border-radius: 5rem;
    padding: 2rem;
}
.first-sec-tab-content-here {
    width: 100%;
    margin: auto;
    border-radius: 3rem;
    background-color: #edf5fa;
}
#future{
    padding: 0rem 4rem;
}
.course-title {
    color: #3169C9;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom:2rem;
}
.first-se-flex{
    display: flex;
    /* flex-wrap: wrap; */
    column-gap: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.first-apply-now {
    margin-top: 2rem;
    background: #3169C9;
    padding: 1rem 2rem;
    color: #fff!important;
    font-weight: 700;
    border-radius: 0.5rem;
    cursor: pointer;
}
.custt-flex-here {
    column-gap: 2rem;
}
.first-s1{
    width: 60%;
}
.first-s2{
    width: 30%;
}
.custt-flex-here {
    column-gap: 2rem;
    display: flex;
    justify-content: space-evenly;
}
.course-sub-heading {
    font-weight: 700;
}
.sec-three{
    background-image: url('../images/sec3bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5rem 0rem;
}
.placement-para {
    font-size: 1.2rem;
}
.sec3-box{
    padding: 1rem 0rem;
}
.sec-title{
    color: #3169C9;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 1rem;
}
#owl-carousel1 .item {
    padding: 1rem 2rem;
}

.sec4img{
    margin-top: -12rem;
}
.gap-1{
    column-gap: 1rem;
}
.campus-img {
    border: 1px solid #D0CFCF;
    border-radius: 1rem;
    margin-bottom:0.5rem;
}
section#indu-colb-sec {
    background: #E0EBFD;
}
section#awards {
    padding: 5rem 0rem;
}
section.future .nav-link:hover{
    cursor: pointer;
}
/* Testimonal sEction code start */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
    #testimonial-area {
        position: relative;
        padding-bottom: 4rem;
        .section-heading h2 {
            font-size: 48px;
            line-height: 58px;
        }
    }

    .testi-wrap {
        position: relative;
        height: 725px;
        margin-top: -80px;
        background-image: url('../images/dootedline.png');
        background-size: 100% 88%;
        background-repeat: no-repeat;

    }

    .student-single {
        margin-top: 20px;
        text-align: center;
        position: absolute;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .student-info,
    .student-comment {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .student-single {
        &.inactive {
            .student-comment,
            .student-info {
                display: none;
            }
            .student-comment,
            .student-info {
                opacity: 0;
                visibility: hidden;
            }
        }
        &.position-1 {
            -webkit-transform: scale(0.65);
            transform: scale(0.65);
            top: 1rem;
            left: 2rem;

        }
        &.position-2 {
            /* bottom: 0px; */
            bottom: 5rem;
            left: 25%;
        }
        &.position-3 {
            bottom: 8rem;
            right: 25%;
            /* -webkit-transform: scale(0.4) !important;
            transform: scale(0.4) !important; */
        }
        &.position-4 {
            top: -5rem;
            right: 1rem;
        }
        &.position-5 {
            bottom: 0px;
            left: 5rem;
        }
        &.position-6 {
            bottom: 0px;
            left: 6rem;
        }
        &.position-7 {
            bottom:0px;
            left: 7rem;
            /* -webkit-transform: scale(0.4) !important;
            transform: scale(0.4) !important; */
        }
       
        &:not(.active) {
            -webkit-transform: scale(0.55);
            transform: scale(0.55);
            z-index: 99;
        }
        &.active .student-img {
            width: 160px;
            height: 160px;
            margin: 0 auto 24px;
            position: absolute;
            
            &:before {
                border-radius: 100%;
                content: '';
                border:1px solid black ;
                
                /* background-image: linear-gradient(180deg, rgb(157, 91, 254) 0%, rgb(56, 144, 254) 100%); */
                padding: 5px;
                width: 170px;
                height: 171px;
                top: -6px;
                left: -0.3rem;
                position: absolute;
                z-index: -1;
            }
        }
        &.active.position-1  .student-img {
            left: -13rem;
        }
        &.active.position-2  .student-img {
            bottom: 0rem;
            left: 25%;
        }
        &.active.position-3  .student-img {
            bottom: 1rem;
            right: 18%;
        }
        &.active.position-4  .student-img {
            right: -13rem;
            top: -5rem;
        }
        
         &.active  {
            top: 10%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 10;
            width: 70%;
            .student-comment,
            .student-info {
                -webkit-transition-delay: 0.6s;
                transition-delay: 0.6s;
            }
        }
        .student-img img {
            width: 200px;
            border-radius: 50%;
            /* border: 8px solid #d1e9ff; */
            /* cursor: pointer; */
        }
        &.active .student-img img {
            max-width: 160px;
            margin: 0 auto 24px;
            border: 0;
        }
    }
    
    .section-heading {
        width: 50%;
        margin: auto;
    }
    .student-comment {
        padding: 0 30px;
        h3 {
            font-size: 22px;
            line-height: 32px;
            color: #505b6d;
            width: 80%;
            margin: auto;
        }
        span i {
            font-size: 60px;
            color: #0084ff;
            margin: 40px 0 24px;
            display: inline-block;
        }
    }

    .student-info {
        z-index: -1;
        h3 {
            color: #000;
            font-weight: 600;
            margin-bottom: 4px;
        }
        p {
            text-transform: capitalize;
            font-family: "Raleway", sans-serif;
            font-size: 1.3rem;


        }
    }
    #testimonial-area .arrows {
        position: absolute;
        display: flex;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        column-gap: 25rem;
        z-index: 999;
    }
    i#prevBtn ,   i#nextBtn {
        background: #3169C9;
        padding: 1.2rem 1.5rem;
        border-radius: 57%;
        color: white;
        cursor: pointer;
    }
 .student-para{
    font-family: 'Gotham Book', sans-serif;
    font-size: 1.3rem;
    width: 80%;
    margin: auto;
 }
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}
	.student-comment h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.student-single.active {
		width: 60%;
	}
	.student-single:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.35);
	}
	.student-single.position-3,
	.student-single.position-7 {
		-webkit-transform: scale(.30) !important;
		transform: scale(.30) !important;
	}
	.student-single.active .student-img img {
		max-width: 100px;
	}
	.student-single.active .student-img::before {
		padding: 5px;
		width: 108px;
		height: 108px;
		top: -4px;
		left: 6px;
	}
	.student-single.active .student-img {
		width: 120px;
		height: 100px;
	}
	.testi-wrap {
		height: 580px;
	}
	#testimonial-area {
		/* padding: 100px 0 0; */
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}
	.student-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}
	.student-single.active {
		width: 60%;
	}
	.student-comment span i {
		font-size: 40px;
	}
	.student-single:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.35);
	}
	.student-single.position-5,
	.student-single.position-7 {
		right: 0;
	}
	.student-single.position-4 {
		left: 0;
	}
	.student-single.position-3,
	.student-single.position-7 {
		-webkit-transform: scale(.30) !important;
		transform: scale(.30) !important;
	}
	.student-single.active .student-img img {
		max-width: 80px;
	}
	.student-single.active .student-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}
	.student-single.active .student-img {
		width: 120px;
		height: 100px;
	}
	.testi-wrap {
		height: 630px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
		line-height: 40px
	}
	.student-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}
	.student-single.active {
		width: 80%;
	}
	.student-comment span i {
		font-size: 40px;
	}
	.student-single:not(.active) {
		-webkit-transform: scale(0.25);
		transform: scale(0.25);
	}
	.student-single.position-5,
	.student-single.position-7,
	.student-single.position-6 {
		right: -70px;
	}
	.student-single.position-4 {
		left: -60px;
	}
	.student-single.position-3 {
		left: -75px;
	}
	.student-single.position-3,
	.student-single.position-7 {
		-webkit-transform: scale(.25) !important;
		transform: scale(.25) !important;
	}
	.student-single.active .student-img img {
		max-width: 80px;
	}
	.student-single.active .student-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}
	.student-single.active .student-img {
		width: 120px;
		height: 100px;
	}
	.testi-wrap {
		height: 600px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}
	.student-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}
	.student-single.active {
		width: 80%;
	}
	.student-comment span i {
		font-size: 40px;
	}
	.student-single:not(.active) {
		-webkit-transform: scale(0.25);
		transform: scale(0.25);
	}
	.student-single.position-5,
	.student-single.position-7,
	.student-single.position-6 {
		right: -70px;
	}
	.student-single.position-4 {
		left: -60px;
	}
	.student-single.position-3 {
		left: -75px;
	}
	.student-single.position-3,
	.student-single.position-7 {
		-webkit-transform: scale(.25) !important;
		transform: scale(.25) !important;
	}
	.student-single.active .student-img img {
		max-width: 80px;
	}
	.student-single.active .student-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}
	.student-single.active .student-img {
		width: 120px;
		height: 100px;
	}
	.testi-wrap {
		height: 550px;
	}
}
/* Testimonal Section Code End */

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

/* .testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
} */

.testimonial {
    min-height: 375px;
    position: relative;
    /* background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg); */
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    background-position: center;
    background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    /* color: #ffffff; */
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	/* padding-bottom:50px; */
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.d-content{
    display: contents;
}

.head-font{
    font-family: 'Gotham Black' , sans-serif;
}


@keyframes glowing {
    0% {
        background-color: #ffae00;
        box-shadow: 0 0 3px #ffae00;
        border-color: #ffae00;
    }

    50% {
        background-color: #181751;
        border-color: #181751;
        box-shadow: 0 0 12px #181751;
    }

    100% {
        background-color: #ffae00;
        box-shadow: 0 0 3px #ffae00;
        border-color: #ffae00;
    }
}

.btn1new {
    animation: glowing 1300ms infinite;
    color: white;
}
.regbtn{
    width: 60%;
}
@media (max-width: 768px) { 
    .btn1new img {
        width: 50%;  /* Reduce image width to 50% in mobile */
        height: auto; /* Maintain aspect ratio */
    }
}
@media screen and (max-width:991px) {
    .navbar-toggler{
        display: none;
    }
}



.why-choose-us {
    background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
    padding: 70px 0;
}

.subtitle {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.section-text {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 30px;
    font-weight: 500;
}

.btn-primary-custom {
    display: inline-block;
    padding: 14px 32px;
    background-color: #026db4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background-color: #025890;
    color: #fff;
}

.image-wrapper {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Why Choose Us? */

.why-boxes {
    margin-top: 60px;
}

.why-box {
    position: relative;
    height: 100%;
    padding: 40px 25px;
    background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
    border: 2px solid #b8d2ec;
    border-radius: 22px;
    text-align: center;
    transition: all 0.3s ease;
}

.why-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(12, 90, 219, 0.15);
}

.box-number {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 48px;
    font-weight: 700;
    color: rgba(12, 90, 219, 0.25);
}

.why-box img {
    width: 80px;
    margin-bottom: 20px;
}

.why-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}
.icon-svg svg {
    width: 80px;
    height: 80px;
    stroke: #0c5adb;
}

/* Advantages of CGC Landran */
.advantages-section {
    background: linear-gradient(180deg, #eef7ff 0%, #ffffff 100%);
    padding: 80px 0px 0px 0px;
}




.adv-image {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

.adv-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    border: 2px solid #a8c8ea;
    border-radius: 18px;
    background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
    height: 100%;
    transition: all 0.3s ease;
}

.adv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(12,90,219,0.15);
}

img.img-fluid.advimgs {
    width: 90px;
}

.adv-card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #3288c3;
    margin-bottom: 4px;
}

.adv-card p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 30px;
    font-weight: 500;

}


/* int exp sect */

/* ===== International Exposure Section ===== */

.intl-exposure {
    padding: 80px 40px;
    background: #ffffff;
    font-family: "Poppins", system-ui, sans-serif;
  }
  
  .intl-exposure-wrap {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
  }
  
/* startup */
.startup h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2d6ea3;
    text-transform: uppercase;
    line-height: 1.2;
  }
  
  .startup-divider {
    width: 90px;
    height: 4px;
    background: #2d6ea3;
    margin: 18px 0 28px;
  } 
  
  .startup-left p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 30px;
    font-weight: 500;
  }
  
  .startup-points {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  
  .startup-point {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .startup-point svg {
    width: 34px;
    height: 34px;
    stroke: #2d6ea3;
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
  }
  
  .startup-point span {
    font-size: 18px;
    font-weight: 500;
    color: #111;
  }
span.startup-head {
    color: black;
}
img.abt-img {
    width: 87%;
    border-radius: 30px;
}
  /* LEFT */
  .intl-left h2 {
    font-size: 46px;
    font-weight: 700;
    color: #2d6ea3;
    text-transform: uppercase;
    line-height: 1.2;
  }
  
  .intl-divider {
    width: 90px;
    height: 4px;
    background: #2d6ea3;
    margin: 18px 0 28px;
  }
  
  .intl-left p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 30px;
    font-weight: 500;
  }
  
  .intl-points {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  
  .intl-point {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .intl-point svg {
    width: 34px;
    height: 34px;
    stroke: #2d6ea3;
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
  }
  
  .intl-point span {
    font-size: 18px;
    font-weight: 500;
    color: #111;
  }
  
  /* RIGHT */
  .intl-right {
    background: linear-gradient(135deg, #dfefff, #f3f8ff);
    border-radius: 30px;
    padding: 40px;
  }
  
  /* 60+ GLOBAL ALLIANCES */
  .intl-alliance {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
  }
  
  .intl-alliance svg {
    width: 64px;
    height: 64px;
    stroke: #2d6ea3;
    stroke-width: 1.8;
    fill: none;
  }
  
  .intl-alliance h3 {
    font-size: 44px;
    font-weight: 700;
    color: #2d6ea3;
    margin: 0;
  }
  
  .intl-alliance h3 span {
    display: block;
    font-size: 22px;
    font-weight: 600;
  }
  
  /* LOGO GRID */
  .intl-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  
  .intl-logo-card {
    background: #fff;
    border-radius: 18px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 32px rgba(0,0,0,0.06);
  }
  
  .intl-logo-card img {
    max-width: 100%;
    object-fit: contain;
  }
  
  /* RESPONSIVE */
  @media (max-width: 992px) {
    .intl-exposure-wrap {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 576px) {
    .intl-logos {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  
/* testimonial */

/* ===== TESTIMONIALS ===== */

.testimonials-section {
    padding: 80px 0px 0px 0px;
    background: linear-gradient(to bottom, #f4faff, #ffffff);
    font-family: "Poppins", system-ui, sans-serif;
  }
  

h1.head.font-weight-bold.text-uppercase {
    color: #2d6ea3;
}
  
  .testimonials-head p {
    font-size: 22px;
    color: #111;
    margin-top: 8px;
  }
  
  /* CARD */
  .testimonial-card {
    border: 2px solid #2d6ea3;
    border-radius: 22px;
    padding: 20px 5px;
    background: #f7fbff;
    height: 100%;
  }
  
  /* TOP */
  .testimonial-top {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 25px;
  }
  
  .testimonial-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #2d6ea2;
    flex-shrink: 0;
  }
  
  .testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* INFO */
  .testimonial-info h3 {
    font-size: 30px;
    font-weight: 700;
    color: #2d6ea2;
    margin-bottom: 4px;
  }
  

  .testimonial-ctc {
    margin-top: 12px;
    background: #2d6ea2;
    color: #fff;
    display: inline-block;
    padding: 10px 26px;
    font-size: 32px;
    font-weight: 700;
    border-radius: 14px;
  }
  
  /* CONTENT */
  .testimonial-content {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 30px;
    font-weight: 500;


  }
  

  
  /* OWL DOTS */

.testimonials-section .owl-dots {
  margin-top: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* Dot button reset */
.testimonials-section .owl-dot {
  outline: none;
}

/* Dot shape */
.testimonials-section .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0;
  display: block;
  border-radius: 50%;
  border: 2px solid #2d6ea3;
  background: transparent;
  transition: all 0.3s ease;
}

/* Active / Current */
.testimonials-section .owl-dot.active span {
  width: 28px;              /* pill effect */
  border-radius: 20px;
  background: #2d6ea3;
}

/* Hover */
.testimonials-section .owl-dot:hover span {
  background: #2d6ea3;
}

/* admission process */

.admission-section{
  overflow: visible;
}

.admission-title{
  font-size: 42px;
  font-weight: 700;
  color: #2d6ea3;
  margin-bottom: 40px;
  text-align:center;
}

.admission-steps{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  overflow:visible;
}

.step-box{
  width:230px;
  flex:0 0 230px;
  background:#fff;
  border-radius:14px;
  padding:20px;
  box-shadow:0 4px 10px rgba(0,0,0,0.08);
  position:relative;
  transition:.3s;
}

.step-box:hover{
  transform:translateY(-5px);
}


.step-title{
  font-size:18px;
  font-weight:600;
  color:#2d6ea3;
}

.step-desc{
  font-size:14px;
  margin-top:10px;
}

.arrow{
  display:flex;
  align-items:center;
}


/* MOBILE */
@media(max-width: 900px) {
  .admission-steps {
    flex-direction: column;
  }
  .arrow {
    transform: rotate(90deg);
  }
}

/* awards section */

.awards_rankings {
    background: #f6fbff;
    padding: 60px 0;
}

.awards_rankings .head {
    color: #3288c3;
}

.awards_rankings .subhead {
    color: #1e5fa3;
    font-weight: 500;
}

.section-title {
    margin: 0px 0 20px;
    color: #026db4;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
h4.mb-3.subheading {
    font-weight: 600;
    letter-spacing: 3px;
}
.award-card {
    background: #ffffff;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.award-card:hover {
    transform: translateY(-5px);
}


.award-card p {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}


.section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 30px;
}

.section-heading::before,
.section-heading::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #cfe2ff;
}

.section-heading span {
    font-weight: 600;
    color: #2d6ea3;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.section-heading span {
    display: inline-block;
    text-align: center;
    line-height: 1;
}

/* cta */



.cta-wrapper {
  background: #3289c3;
  border-radius: 20px;
  height: 140px;
  overflow: hidden;
}

/* Full-height image */
.cta-image-full {
  width: 400px;
  height: 100%;
  flex-shrink: 0;
}

.cta-image-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text */
.cta-text h2 {
  font-size: 38px;
  line-height: 1.2;
}

/* Button */
.cta-button {
  padding-right: 30px;
}

.cta-button .btn {
   border-radius: 12px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
}
i.fa.fa-long-arrow-right.ctaarw {
    font-size: 18px;
}
.altsec{
  background: #f1f1f1;
}
@media (max-width: 767px) {

  /* Hide image */
  .cta-image-full {
    display: none;
  }

  /* Convert layout to single row */
  .cta-wrapper {
    flex-wrap: nowrap;
    padding: 14px 16px;
    height: auto;
  }

  /* Text styling */
  .cta-text {
    text-align: left;
  }

  .cta-text h2 {
    font-size: 18px;
    line-height: 1.1;
    white-space: nowrap;
    margin: 0;
  }

  /* Button alignment */
  .cta-button {
    padding-right: 0;
    margin-left: 12px;
  }

  .cta-button .btn {
    font-size: 13px;
    padding: 6px 14px;
    white-space: nowrap;
  }

  div#v-pills-tab {
    column-gap: 1rem;
    justify-content: center;
    border-radius: 5rem;
    padding: 1rem;
}
}

.banner-stats {
    background-color: #026db4; /* semi-transparent blue */
    margin-top: 2rem;
    padding: 1.1rem;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    max-width: 692px !important;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-family: 'Raleway' !important;
}

.banner-stats .stat-item {
    flex: 1 1 30%;
    color: white;
    text-align: center;
}

.banner-stats .stat-item h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
}

.banner-stats .stat-item p {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}
ul.course_list {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    font-weight: 500;
}
/* Responsive: stack vertically on small screens */
@media (max-width: 768px) {
    .banner-content {
        position: static; /* remove absolute positioning */
        background-color: #dfdfdf; /* light grey background */
        padding: 2rem 1.5rem;
        color: #222 !important; /* dark text for readability */
    }
    
    .banner-flex {
        flex-direction: column;
        text-align: center;
    }
    
    .banner-stats {
        background-color: #026db4; /* keep stats bar color or adjust if needed */
        max-width: 100%;
        margin-top: 1.5rem;
        padding: 1rem 1rem;
        border-radius: 10px;
            flex-direction: column;
    }
    span.text-white {
    color: #005dac !important;
    }
    p.banner-subhead.mb-0.text-white {
    display: none;
}
}
 /* course cards */

.course_box {
  background: #eef2f6;
  border-radius: 22px;
  padding: 25px 20px;
}

/* Remove default bullets */
.course_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Compact Mini Cards */
.course_list.cardstyle li {
  background: #ffffff;
  border-radius: 7px;
  padding: 6px 10px;
  margin-bottom: 6px;
  font-size: 14px;
  border: 1px solid #e6ecf2;
  transition: all .22s ease;
  line-height: 1.35;
  font-weight: 600;
}

/* Hover Effect */
.course_list.cardstyle li:hover {
  background: #f8fbff;
  border-color: #0c5adb30;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  color: #2d6ea3;
}

/* Make layout tighter (no height increase) */
@media (min-width: 1200px) {
  .course_box {
    padding: 28px 28px;
  }
}

/* ===== WHY CGC TABS ===== */

/* Base Layout */
.why-tabs {
    display: flex;
    gap: 20px;
}

.why-tab {
    display: flex;
    gap: 15px;
    align-items: stretch;
}

/* ===== TAB BUTTON ===== */
.tab-btn {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    min-height: 350px;
    padding: 0 17px;
    border-radius: 20px;
    border: none;
    background: #f1f1f1;
    color: #026db4;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    position: relative;
    padding-top: 40px;
    transition: 0.3s ease;
}

.why-tab.active .tab-btn {
    background: #026db4;
    color: #fff;
}
section.why-choose-section.cgc-container.pt-30.pb-50 {
    padding: 0px 30px 0px 30px;
}

/* ===== TAB CONTENT (Mobile accordion) ===== */
.tab-content-item {
    display: none;
}

.why-tab.active .tab-content-item {
    display: block;
}

/* ===== IMAGE OVERLAY ===== */
.image-overlay-box {
    position: relative;
    overflow: hidden;
}

.image-overlay-box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Dark panel directly behind text */
.overlay-content {
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 22px;
    z-index: 2;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    padding: 14px 16px;
    border-radius: 8px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}


.overlay-content h3 {
    margin-bottom: 6px;
    font-weight: 700;
}

.overlay-content p {
    margin: 0;
    font-size: 15px;
}

/* ===== ICON ===== */
.tab-icon {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: 700;
}

/* =====================================================
   MOBILE (UNCHANGED â€” ACCORDION)
===================================================== */
@media (max-width: 767px) {

    .why-tabs {
        flex-direction: column;
        gap: 15px;
    }

    .why-tab {
        flex-direction: column;
    }

    .tab-btn {
        writing-mode: horizontal-tb;
        transform: none;
        min-height: auto;
        width: 100%;
        text-align: left;
        padding: 14px 40px 14px 30px;
        border-radius: 8px;
        font-size: 16px;
    }

    .tab-icon {
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .tab-content-item img {
        width: 100%;
        height: auto;
    }
}

/* =====================================================
   DESKTOP (LEFT TABS + RIGHT IMAGE PANEL)
===================================================== */
@media (min-width: 768px) {

    .why-tabs {
        display: grid;
        grid-template-columns: 380px 1fr;
        column-gap: 30px;
        align-items: start;
    }

    .why-tab {
        display: contents;
    }

    /* LEFT TABS */
    .tab-btn {
        grid-column: 1;
        writing-mode: horizontal-tb;
        transform: none;
        min-height: auto;
        width: 100%;
        text-align: left;
        padding: 16px 20px 16px 45px;
        border-radius: 10px;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .tab-icon {
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    /* RIGHT IMAGE PANEL */
    .tab-preview {
        grid-column: 2;
        grid-row: 1 / span 20;
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        min-height: 360px;
    }

    .tab-preview img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Hide accordion images on desktop */
    .why-tab .tab-content-item {
        display: none !important;
    }
}

/* ===== END ===== */

img.test-img {
    width: 50% !important;
}

.pullout-actions{
  margin-top: 10px;
}

.btn-primary-custom{
  background: #026db4;
  color: #fff;
  padding: 12px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.btn-outline-custom{
  border: 2px solid #026db4;
  color: #026db4;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin-left: 10px;
}

.btn-outline-custom:hover{
  background: #026db4;
  color: #fff;
}
p.admhlpln {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}

/* Right section alignment */
.right-cta{
  margin-left: auto;
    gap: 8px;
    white-space: nowrap;}

/* Small logo */
.cta-logo{
    height: 70px;
    width: auto;
}

/* Helpline button style */
.helpline-btn{
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 15px;
    transition: 0.3s;
}

.helpline-btn:hover{
    background: #0b5ed7;
    color: #fff;
}

/* Mobile adjust */
@media (max-width: 991px){
    .logo_left{
        display: flex;
        align-items: center;
        width: auto;
    }

    .navbar-toggler{
        margin-left: auto;
    }

    .right-cta{
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .cta-logo{
        height: 28px;
    }

    .helpline-btn{
        padding: 4px 10px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    .why-box {
        padding: 0px 0px;
    }
img.acc-awards {
    width: 70%;
}

.btn-outline-custom{
  padding: 10px 2px;
}
.intl-exposure {
    padding: 10px 10px;
}
}

h2.text-white.banner-head
 {
    text-align: left;
}
p.banner-subhead.mb-0 {
    text-align: left;
}

.image-overlay-box .overlay-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff; 

}
/* banner */
.banner-content {
    align-items: flex-end;
    padding-bottom: 60px;
}
@media (max-width: 1366px) {

    h2.text-white.banner-head 
    {
        font-size: 1.5rem;
    }
    p.banner-subhead.mb-0
    {
        font-size: 20px;
    }
    .banner-content {
    /* align-items: flex-end; */
    /* padding-bottom: 60px; */
}
.banner-stats {
    max-width: 667px;
}
}

@media (max-width: 768px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}
@media screen and (max-width: 1400px) {
    .navbar-nav.ml-auto {
        justify-content: flex-end !important;
        column-gap: 1rem;
        width: 100%;
    }
}

