@import url('https://fonts.googleapis.com/css2?family=Average&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    box-sizing: border-box;
    /* overflow-x:hidden; */
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    background:#fff;
}

* {
    font-family: 'Montserrat', sans-serif;
}

.blue_color {
    font-weight: bold;
    background: linear-gradient(90deg, rgba(5, 81, 188, 1) 40%, rgba(3, 37, 86, 1) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blue_color{
    color:#0551BC;
}
.blue_back{
    background:#0551BC;
}
.red_color{
    color:#BE0B32;
}
.red_back{
    background:#BE0B32;
}
.btn-dark{
    background:#000 !important;
}

@media (max-width: 991.98px) {
    .navbar {
        position: static !important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

/*############################ banner section start ###################### */

.banner_section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    padding: 1% 5% 3% 3%;
}
.banner_section .banner_content{
    margin-top:7%;
    margin-left:5%;
}
.banner_section img.bannerLogo{
    width:30%;
}
.banner_section .banner_content h2{
    color:#fff;
    font-size:40px;
}
.banner_section .banner_content h3{
    color:#fff;
    font-size:30px;
    background:#BE0B32;
    padding:1% 4%;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    margin-top:2%;
}
img.nac_logo{
    width:100%;
}

@media (min-width:320px) and (max-width:480px) {
    .banner_section {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner.png');
        background-position: left center;
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
    }
    img.nac_logo{
        width:25%;
    }
    .banner_section .banner_content h3 {
        font-size: 30px;
    }
    .banner_section .banner_content h2 {
        color: #fff;
        font-size: 35px;
    }
    .banner_section img.bannerLogo{
        width:50%;
    }
}

@media (min-width:481px) and (max-width: 1024px){
    .banner_section .banner_content h2 {
        color: #fff;
        font-size: 30px;
    }
    .banner_section .banner_content h3 {
        font-size: 20px;
    }
}

/*############################# banner section end  #######################*/

/* banner bottom section start  */

    .banner_bottom{
        background:url('../images/banner_bottom.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
        padding: 1% 3%;
    }
    .banner_bottom  h4{
        font-size:50px;
    }
    @media (min-width:320px) and (max-width: 480px) {
        .banner_bottom{
            background:#a5c9fc;
            padding: 3%;
        }
        .banner_bottom  h4{
            font-size:25px;
        }
    }
    @media (min-width:481px) and (max-width: 1024px){
        .banner_bottom{
            background:#a5c9fc;
            padding: 3%;
        }
        .banner_bottom  h4{
            font-size:55px;
            text-align:center;
        }
    }

/* banner bottom section end */

/*######################## key highlights section start  ####################*/

.key_highlights  {
    padding:0% 0% 4% 0%;
}
.key_highlights h2{
    font-size:55px;
    font-family: "Average", serif;
}
.key_highlights h2 span{
    font-size:33px;
    font-family: "Average", serif;
    font-weight:500;
}
.key_highlights hr{
    border:1px dashed #000;
}
.key_highlights p{
    font-size:15px;
    font-weight:500;
    color:#000;
}


/*########################## key highlights section end  ####################*/

/* what makes invertis best section start  */

.invertis_best{
    background:url('../images/invertis_best_img.png');
    background-position: top center;
    background-size:85% 100%;
    background-repeat: no-repeat;
    height: auto;
    padding: 3%;
    color:#fff;
}
.invertis_best h2 {
    font-size: 60px;
    font-weight: 400;
    margin: 0;
}
.invertis_best h2 span.highlight{
    font-size:75px;
    font-weight:700;
}
.invertis_best h2 span.small_text{
    font-size:28px;
    border-top:2px solid #FFB300;
    padding-top:2%;
}
.invertis_best h3{
    font-size:42px;
}
.invertis_best hr{
    border:1px solid #FFB300;
    margin-top:0px;
}
.invertis_best .small_cards {
    padding-top:15%;
}
.invertis_best .small_cards .content_card{
    background:#fff;
    padding:5% 3%;
    border-radius:10px; 
    box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
    height:70px;
}
.invertis_best .small_cards .content_card span{
    color:#000;
    font-weight:500;
}
@media (min-width:320px) and (max-width: 480px) {
    .invertis_best {
        background: url('../images/blue_back.png');
        background-position:center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
        padding: 15% 5%;
        color: #fff;
    }
    .invertis_best h2 {
        font-size: 25px;
    }
    .invertis_best h2 span.highlight {
        font-size: 35px;
        font-weight: 700;
    }
    .invertis_best h2 span.small_text {
        border-top: none;
    }
    .invertis_best .small_cards .content_card {
        height: auto;
        margin-top: 5%;
    }
    /* .invertis_best .small_cards .carousel-cell2 {
        width: 95%;
        height: auto;
        margin-right: 10%;
        margin-bottom: -20px;
        border-radius: 5px;
        padding: 0px;
        counter-increment: carousel-cell;
    }
    .invertis_best .small_cards .content_card span{
        color:#000;
        font-weight:500;
        font-size:12px;
    }
    
    .invertis_best .small_cards .carousel-cell2 h6{
        font-size:12px;
        text-align:center;
    } */
}
@media (min-width:481px) and (max-width: 1024px){
    .invertis_best {
        background: url('../images/blue_back.png');
        background-position: top center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: auto;
        padding: 3%;
        color: #fff;
    }
    .invertis_best h2 {
        font-size: 45px;
        text-align:center;
    }
    .invertis_best h2 span.highlight {
        font-size: 50px;
    }
    .invertis_best h2 span.small_text {
        font-size: 35px;
        /* border-top: 2px solid #FFB300; */
        padding-top: 2%;
    }
}

/* what makes invertis best section end */

/* invertis cards section start  */

.invertis_cards{
    padding:0% 7%;
    margin-top:2%;
}
.invertis_cards .card1{
    background:url('../images/campus_card1.png');
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    height: 300px;
    padding: 1% 5%;
}
.invertis_cards .card1 h2{
    margin-top:3%;
    color:rgba(255, 255, 255, 0.7);
    font-size:28px;
}
.invertis_cards .card1 h2 span{
    color:#fff;
}

.invertis_cards .card2{
    background:url('../images/campus_card2.png');
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    height: 300px;
    padding: 1% 5% 3% 5%;
}
.invertis_cards .card2 h5{
    font-size:15px;
    color:rgba(255, 255, 255, 1);
}
.invertis_cards .card2 h5 span{
    color:rgba(255, 255, 255, 0.6);
}
.invertis_cards .card2 p{
    font-size:11px;
    color:rgba(255, 255, 255, 1);
    line-height:14px;
    font-weight:bold;
    margin-bottom:5px;
}
.invertis_cards .card2 p span{
    color:rgba(255, 255, 255, 0.6);
    font-weight:500;
}

.invertis_cards .card3{
    background:url('../images/campus_card3.png');
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    height: 300px;
    padding: 5% 5%;
}
.invertis_cards .card3 h2{
    margin-top:3%;
    color:rgba(0, 0, 0, 0.7);
    font-size:22px;
}
.invertis_cards .card3 p{
    font-size:12px;
    color:rgba(0, 0, 0, 1);
    line-height:16px;
    font-weight:500;
    margin-bottom:5px;
}

.invertis_cards .card4{
    background:url('../images/campus_card4.png');
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    height: 300px;
    padding: 5% 5%;
}
.invertis_cards .card4 p{
    color:#fff;
    font-size:17px;
    margin-bottom:0%;
}
.invertis_cards .card4 p b{
    font-weight:700;
}
.invertis_cards .card4 h2{
    margin-top:0%;
    color:rgba(255, 255, 255, 1);
    font-size:25px;
}

.invertis_cards .card5{
    background:url('../images/campus_card5.png');
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    height: 300px;
    padding: 5% 5%;
}
.invertis_cards .card5 p{
    color:#fff;
    font-size:14px;
    margin-bottom:0%;
}
.invertis_cards .card5 p span{
    color:#fff;
    font-size:18px;
    margin-bottom:0%;
    font-weight:bold;
    margin-top:0%;
}
.invertis_cards .card5 p b{
    font-weight:700;
}
.invertis_cards .card5 h2{
    margin-top:0%;
    color:rgba(255, 255, 255, 1);
    font-size:45px;
    margin-bottom:0%;
}
.invertis_cards .card5 h2 sub{
    margin-top:0%;
    color:rgba(255, 255, 255, 1);
    font-size:12px;
}

.invertis_cards .card6{
    background:#003E95;
    height: 300px;
    padding: 5%;
}
.invertis_cards .card6 h2{
    margin-top:3%;
    color:rgba(255, 255, 255, 0.7);
    font-size:20px;
}
.invertis_cards .card6 h2 span{
    color:#fff;
}

/* invertis cards section end */

/*video section starts*/
section.video_section {
    position: relative;
}
section.video_section h2{
    font-size:40px;
    font-weight:800;
}
section.video_section .video_sctn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000c7;
}
section.video_section .video_sctn {
    position: relative;
    border-bottom:8px solid #CE0004;
}
section.video_section .video_sctn .btn {
    position: relative;
    margin: auto;
}
section.video_section .video_dv {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
section.video_section .video_dv p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 50px;
    text-transform: uppercase;
}
section.video_section .video-play-button {
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }
section.video_section .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }  
section.video_section .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms;
}  
section.video_section .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}  
section.video_section .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    margin: auto;
    height: 0;
    border-left: 25px solid #30327f;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
@keyframes pulse-border {
0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
}
  
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}


@media (max-width: 767.98px) {
section.discover_section h2 {
    font-size: 24px;
}
section.video_section .video_dv {
    width: 100%;
}
section.video_section .video_dv p {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
}
section.video_section .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    margin: 40%;
    height: 0;
    border-left: 12px solid #F07E1D;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    text-align: center;
}
section.video_section .video-play-button:after {
    width: 40px;
    height: 40px;   
}
section.video_section .video-play-button:before {
    width: 45px;
    height: 45px;
}
section.video_section .video-play-button {
    padding: 0;
}
.close {
    right: 0;
    top: -40px;
}
section.video_section h2 {
    font-size: 30px;
    font-weight: 800;
}
}

/*video section ends*/

/* gov approvals section start   */


.gov_approvals .heading_section{
    background:#22384B;
    padding:3%;
}
.gov_approvals .heading_section h2{
    color:#fff;
    text-align:center;
    text-transform: uppercase;
    font-size:35px;
}
.gov_approvals h6{
    font-size:12px;
}

@media (min-width:320px) and (max-width: 480px) {
    .gov_approvals .heading_section h2 {
        font-size: 20px;
    }
    .gov_approvals .heading_section{
        padding:10% 3%;
    }
    .gov_approvals h6{
        font-size:10px;
    }
}

/* gov approvals section end  */


/*######################## Programs section start  ####################*/

.programs_offered {
    padding: 5% 3% 3% 3%;
    margin-top:4%;

}
.programs_offered .programs_inner{
    background:#BE0B32;
    padding:3%;
    border-radius:40px;
}
.programs_offered .value_added{
    background:#003E95;
    padding:3%;
    border-radius:40px;
}
.programs_offered h2{
    color:#fff;
    font-size:22px;
    font-weight:500;
    
}
.programs_offered h2 span{
    color:#E2B319;
    font-size:80px;
    font-weight:500;
    font-family: "Average", serif;
}
.programs_offered hr{
    border:1px dashed #fff;
}

.programs_offered .nav .nav-link {
    background: transparent;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0px;
    padding-bottom: 4%;
    padding-top: 4%;
    font-weight:bold;
}
.programs_offered .nav .nav-link span{
    color:rgba(255, 255, 255, 0.6);
    font-weight:500;
}

.programs_offered .nav .nav-link.active {
    background: transparent;
    border-radius: 0px;
    color: #E2B319;
    font-size:25px;
    font-weight:700;
}
.programs_offered .nav .nav-link.active span{
    font-size:20px;
}

.programs_offered .programs_content {
    background: #900725;
    padding: 4%;
    border-radius:15px;
}

.programs_offered .value_addedContent {
    background: rgb(73,133,217);
    background: linear-gradient(90deg, rgba(73,133,217,1) 0%, rgba(5,81,188,1) 100%);
    padding: 4% 10%;
    border-radius:15px;
}

.programs_offered .value_addedContent ul li{
    color:#fff;
    font-weight:500;
    margin-top:3%;
    font-size:18px;
}

.programs_offered button{
    background:#000 ;
    color:#fff;
}

.programs_offered h3{
    font-size:40px;
    color:#fff;
    font-weight:bold;
    text-align:right
}

.programs_offered h4{
    font-size:35px;
    color:#fff;
    font-weight:400;
    text-align:right
}

.programs_offered .tab-content .tab-pane h4.graduate_heading {
    padding-top: 5%;
    font-size:25px;
}

.programs_offered .tab-content .tab-pane hr {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.programs_offered .tab-content .tab-pane .course_main_heading {
    background: rgba(255, 255, 255, 0.3);
}

.programs_offered .tab-content .tab-pane .course_main_heading h4 {
    color: #fff;
    font-weight: 600;
    font-size:25px;
    text-align:left;
}

.programs_offered .tab-content .tab-pane .course_main_heading h4 span {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.programs_offered .tab-content .tab-pane .course_main_content {
    background: #D0D7E5;
}

.programs_offered .tab-content .tab-pane .course_main_content h6 {
    color: #12397E;
    font-weight: 800;
    font-size: 14px;
}

.programs_offered .tab-content .tab-pane .course_main_content h6 span {
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.programs_offered .tab-content .tab-pane .course_main_content hr {
    border-top: 1px solid rgba(18, 57, 126, 0.7);
}

.programs_offered .tab-content .tab-pane .course_main_sub_heading {
    background: rgba(255, 255, 255, 0.1);
}

.programs_offered .tab-content .tab-pane .course_main_sub_heading ul {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.programs_offered .tab-content .tab-pane button {
    border: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.9);
}

@media (min-width:320px) and (max-width:480px) {
    .programs_offered h1 {
        color: #12397E;
        font-size: 30px;
    }
    .programs_offered {
        padding: 10% 0% 10% 0%;
    }
    .programs_offered h4 {
        font-size: 25px;
        text-align:left;
    }
    .programs_offered .value_added {
        background: #003E95;
        padding: 7%;
        border-radius: 40px;
    }
    .programs_offered h3 {
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        text-align: left;
    }
    .programs_offered .value_addedContent ul li {
        margin-top: 0%;
        font-size: 13px;
    }
}

/*######################## Programs section end  ####################*/

/* admission open section start  */

.admission_open{
    padding:3%;
}
.admission_open h2{
    font-size:60px;
    text-align:center;
}
@media (min-width:320px) and (max-width:480px){
    .admission_open h2{
        font-size:35px;
        text-align:center;
    }
}

/* admission open section end */

/* placement cell section start  */

.placement_cell{
    padding:3% 5%;
}
.placement_cell h2{
    font-size:45px;
    font-weight:400;
}
.placement_cell h2.placement_heading{
    font-size:55px;
    font-weight:400;
}
.placement_cell h3{
    font-size:75px;
    font-family: "Average", serif;
}
.placement_cell h3 span{
    font-size:33px;
    font-family: "Average", serif;
    font-weight:500;
}
.placement_cell hr{
    border:1px dashed rgba(0, 0, 0, 0.5);
    width:100%;
}
.placement_cell p{
    font-size:20px;
    font-weight:500;
    color:#000;
}
.placement_cell h6{
    font-weight:500;
    margin-top:7%;
    color:#000;
    font-size:13px;
    border-left:2px solid #CE0004;
    padding-left:2%;
}
@media (min-width:320px) and (max-width: 480px) {
    .placement_cell h2 {
        font-size: 32px;
    }
    .placement_cell h2.placement_heading {
        font-size: 35px;
        font-weight: 400;
    }
    .placement_cell h3 {
        font-size: 50px;
    }
    .placement_cell p{
        font-size:18px;
    }
}

/* placement cell section end */

/* our top recruiters section start  */

.top_recruiters{
    padding:3% 5%;
}
.top_recruiters hr{
    border:1px dashed rgba(0, 0, 0, 0.6);
}
.top_recruiters .col{
    width:14.2%;
}
@media (min-width:320px) and (max-width: 480px){
    .top_recruiters .col{
        width:33%;
    }
}

/* our top recruiters section end */

/* testimonial section start  */

.testimonials_section {
	margin: 0;
	font-family: sans-serif;
	display: flex;
	align-items: center;
	background:#F2F6FB;
    padding:3% 0%;
}
.testimonials_section h2{
    font-size:40px;
    text-align:center;
    margin-bottom:3%;
}
.slider {
	width: 100%;
}
.slider input {
	display: none;
}
.testimonials {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 550px;
	perspective: 1000px;
	overflow: hidden;
}
.testimonials .item {
	width: 450px;
	padding: 30px;
	border-radius: 5px;
	background-color: #23394B;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	text-align: center;
	transition: transform 0.4s;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	user-select: none;
	cursor: pointer;
    height:auto;
}
.testimonials .item img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	border: 13px solid rgba(223, 15, 60,0.3);
}
.testimonials .item p {
	color: #ddd;
}
.testimonials .item h2 {
	font-size: 25px;
    color:#E2B319;
}
.testimonials .item hr{
    border:1px solid #fff;
}
.dots {
	display: flex;
	justify-content: center;
	align-items: center;
}
.dots label {
	height: 5px;
	width: 5px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #413B52;
	margin: 7px;
	transition-duration: 0.2s;
}

#t-1:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-5"] {
	transform: scale(2);
	background-color: #000;
}
#t-1:checked ~ .dots label[for="t-2"],
#t-2:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-3"],
#t-3:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-4"],
#t-4:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-5"],
#t-5:checked ~ .dots label[for="t-4"] {
	transform: scale(1.5);
}
#t-1:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(1200px, 0, -360px) rotateY(-45deg);
}
#t-1:checked ~ .testimonials label[for="t-4"],
#t-2:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(900px, 0, -270px) rotateY(-35deg);
	z-index: 1;
}
#t-1:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-4"],
#t-3:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(600px, 0, -180px) rotateY(-25deg);
	z-index: 2;
}
#t-1:checked ~ .testimonials label[for="t-2"],
#t-2:checked ~ .testimonials label[for="t-3"],
#t-3:checked ~ .testimonials label[for="t-4"],
#t-4:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(300px, 0, -90px) rotateY(-15deg);
	z-index: 3;
}
#t-2:checked ~ .testimonials label[for="t-1"],
#t-3:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-3"],
#t-5:checked ~ .testimonials label[for="t-4"] {
	transform: translate3d(-300px, 0, -90px) rotateY(15deg);
	z-index: 3;
}
#t-3:checked ~ .testimonials label[for="t-1"],
#t-4:checked ~ .testimonials label[for="t-2"],
#t-5:checked ~ .testimonials label[for="t-3"] {
	transform: translate3d(-600px, 0, -180px) rotateY(25deg);
}
#t-5:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-1"] {
	transform: translate3d(-900px, 0, -270px) rotateY(35deg);
}
#t-5:checked ~ .testimonials label[for="t-1"] {
	transform: translate3d(-1200px, 0, -360px) rotateY(45deg);
}
#t-1:checked ~ .testimonials label[for="t-1"],
#t-2:checked ~ .testimonials label[for="t-2"],
#t-3:checked ~ .testimonials label[for="t-3"],
#t-4:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-5"] {
	z-index: 4;
}

@media (min-width:320px) and (max-width: 480px){
    .testimonials_section {
        padding:10% 0%;
    }
    .testimonials .item {
        width: 290px;
        box-shadow: 0 0 10px rgba(0,0,0,0.6);
    }
    .testimonials {
        min-height: 660px;
    }
}

/* testimonial section end */

/*##################### Scholarships Schemes section start  #################*/

/* .scholarships {
    background: url('../../images/frontend/invertis_theme/scholarship_background.png') 100% no-repeat;
    background-position: center center;
    height: auto;
    padding: 5% 0%;
    border-bottom: 8px solid #FF2A2A;
}

.scholarships h2 {
    color: #12397E;
    font-weight: bold;
}

.scholarships .scholarship_inner {
    background: #12397E;
    border-radius: 30px;
    border: 10px solid #fff;
    height: auto;
    padding: 3%;
}

.scholarships .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgba(18, 57, 126, 0.4);
    border: 0;
}

.scholarships .carousel .carousel-indicators {
    margin-bottom: -4%;
}

.scholarships .carousel .carousel-indicators .active {
    background: #12397E;
}

.scholarships .scholarship_inner h2,
.scholarships .scholarship_inner h4,
.scholarships .scholarship_inner h5,
.scholarships .scholarship_inner p {
    color: #fff;
}

.scholarships .scholarship_inner h6 {
    font-size: 13px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
}

.scholarships .scholarship_inner hr {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

@media (min-width:320px) and (max-width:480px) {
    .scholarships .scholarship_inner {
        padding: 3% 1%;
    }
    .scholarships .carousel .carousel-indicators {
        margin-bottom: -7%;
    }
    .scholarships {
        padding: 10% 0%;
    }
    .scholarships h2 {
        color: #12397E;
        font-weight: bold;
        font-size: 30px;
    }
} */

/*##################### Scholarships Schemes section end  #################*/

/*##################### awards section start  #################*/

.awards {
    padding: 5% 0%;
}

.awards h2 {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    font-size:50px;
    font-weight:700;
}

.awards .carousel-cell2 {
    width: 20%;
    height: auto;
    margin-right: 30px;
    /* margin-bottom: -20px; */
    border-radius: 5px;
    padding: 0px;
    counter-increment: carousel-cell;
}

.awards .carousel-cell2 img {
    height: 100%;
    width: 100%;
    padding: 0px;
    /* box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
        border-radius:15px; */
}

.awards .carousel-cell2 h6{
    font-size:12px;
    text-align:center;
}

.awards .flickity-viewport{
    height:200px !important;
}


@media screen and (max-width:767px) {
    .awards {
        padding: 13% 0%;
    }
    .awards h2 {
        font-weight: 700;
        color: #12397E;
        font-size: 25px;
    }
    .awards h3{
        font-size:20px;
    }
    .awards .carousel-cell2 {
        width: 60%;
    }
}

/*##################### awards section end  #################*/

/* avail section start  */

.avail_section{
    background:url('../images/avail_back2.png');
    background-position: bottom center;
    background-size:100% 70%;
    background-repeat: no-repeat;
    height: auto;
    padding:0% 5%;
}
.avail_section h5{
    color:#fff;
    font-weight:400;
}
.avail_section h2{
    color:#fff;
    font-weight:700;
    font-size:50px;
}
.avail_section h2 span{
    color:rgba(255, 255, 255, 0.5);
}
.avail_section h3{
    color:#fff;
    font-weight:700;
    font-size:70px;
}
.avail_section h3 span{
    color:rgba(255, 255, 255, 0.5);
}
.avail_section p{
    color:#fff;
    font-size:22px;
    text-align:center;
    font-weight:600;
    line-height:25px;
}
@media (min-width:320px) and (max-width: 481px) {
    .avail_section{
        background:url('../images/avail_back2.png');
        background-position: bottom center;
        background-size:100% 100%;
        background-repeat: no-repeat;
        height: auto;
        padding:10% 5% 0% 5%;
    }
    .avail_section h3{
        font-size:50px;
    }
    .avail_section p{
        font-size:20px;
    }
}
@media (min-width:481px) and (max-width: 1024px){
    .avail_section {
        background: url('../images/avail_back2.png');
        background-position: bottom center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: auto;
        padding: 10% 5% 0% 5%;
    }
}

/* avail section end */

/* skill development section start  */

.skillDevelopment{
    padding:3% 0%;
}
.skillDevelopment h2{
    font-size:40px;
    text-align:center;
    font-weight:700;
}
.skillDevelopment h3{
    font-size:35px;
}
.skillDevelopment h3 span.benefits{
    font-size:25px;
}
.skillDevelopment p{
    font-weight:500;
    padding-left:3%;
    border-left:2px solid #900725;
    line-height:16px;
    font-size:13px;
}
.skillDevelopment p span{
    font-weight:bold;
    font-size:16px;
}
@media (min-width:320px) and (max-width: 480px) {
    .skillDevelopment h2 {
        font-size: 30px;
    }
}
@media (min-width:481px) and (max-width: 1024px){
    .skillDevelopment h2 {
        font-size: 30px;
    }
}

/* skill development section end */

/* smart manufacturing section start   */

.smartManufacturing{
    padding:3% 0%;
}
.smartManufacturing h2{
    font-size:35px;
    text-align:center;
}
.smartManufacturing hr{
    border-top:1px dashed #000;
}
.smartManufacturing h3{
    font-size:18px;
    font-weight:bold;
}
.smartManufacturing h3 span{
    font-size:25px;
}
@media (min-width:320px) and (max-width: 480px) {
    .smartManufacturing {
        padding: 10% 0%;
    }
    .smartManufacturing h2{
        font-size:30px;
    }
    .smartManufacturing h3{
        font-size:14px;
    }
    .smartManufacturing h3 span{
        font-size:20px;
    }
}

/* smart manufacturing section end */

/* why choose section start  */

.whyChoose .whyChooseBack{
    background: url('../images/whyChooseImg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    height:auto;
}
.whyChoose .whyChooseContent{
    background:#003E95;
    padding:4% 2%;
}
.whyChoose .whyChooseContent .whyCard {
    background: rgb(73,133,217);
    background: linear-gradient(180deg, rgba(73,133,217,1) 0%, rgba(5,81,188,1) 100%);
    padding:4%;
    border-radius:15px;
    margin-bottom:10%;
    height:250px;
}
.whyChoose .whyChooseContent .whyCard h2{
    font-size:25px;
    color:#fff;
}
.whyChoose .whyChooseContent .whyCard p{
    color:#fff;
    font-size:14px;
    line-height:20px;
}
.whyChoose .whyChooseContent h6{
    color:#fff;
}
.whyChoose .whyChooseContent ul li{
    color:#fff;
    font-size:14px;
}
.whyChoose h3{
    font-size:55px;
    color:#fff;
}
@media (min-width:320px) and (max-width: 480px) {
    .whyChoose .whyChooseBack {
        background: url(../images/whyChooseImg.png) no-repeat;
        background-position: center center;
        background-size: cover;
        height: auto;
        padding-top: 65%;
    }
    .whyChoose .whyChooseContent {
        background: #003E95;
        padding: 10%;
    }
    .whyChoose .whyChooseContent .whyCard {
        background: rgb(73, 133, 217);
        background: linear-gradient(180deg, rgba(73, 133, 217, 1) 0%, rgba(5, 81, 188, 1) 100%);
        padding: 4%;
        border-radius: 15px;
        margin-bottom: 10%;
        height: 185px;
    }
}
@media (min-width:481px) and (max-width:1024px){
    .whyChoose .whyChooseBack {
        background: url(../images/whyChooseImg.png) no-repeat;
        background-position: center center;
        background-size: cover;
        height: auto;
        padding-top: 20%;
    }
}

/* why choose section end */

/* real world expertise section start  */

.realWorld{
    padding:3% 0% 0% 0%;
    background:#F2F6FB;
}
.realWorld h2 span{
    font-size:20px;
}
.realWorld hr{
    border-top:1px dashed #000;
}
.realWorld p{
    font-weight:500;
    color:#000;
}
.realWorld .campus_img{
    background:url('../images/campus_img.png') no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    height:100%;
}
.realWorld .logosDiv{
    padding:0%;
    background:#fff;
}
@media (min-width:320px) and (max-width: 480px) {
    .realWorld {
        padding: 10% 0% 0% 0%;
    }
}

/* real world expertise section end */

/* exchange program section start  */

.exchange_program{
    box-shadow:30px 0px 30px rgba(0, 0, 0, 0.5);
    padding:4% 5% 0% 5%;
}
.exchange_program h6{
    font-size:12px;
    font-weight:500;
    margin-top:5%;
}
@media (min-width:320px) and (max-width: 480px) {
    .exchange_program {
        box-shadow: 30px 0px 30px rgba(0, 0, 0, 0.5);
        padding: 10% 5% 5% 5%;
    }
    .exchange_program h2{
        font-size:25px;
    }
}

/* exchange program section end */

/* apply section start  */

.apply_section{
    margin-top:-3%;
}
.apply_section .applyBox{
    border:2px solid #fff;
}
.apply_section .applyBox p{
    font-size:13px;
}


/* apply section end */

/* all you need section start  */

.allYouNeed{
    background:url('../images/back_img.png') no-repeat;
    background-position: top center;
    background-size: cover;
    height:auto;
    padding-top:15%;
    margin-top:-10%;
}
.allYouNeed h3{
    font-size:40px;
}
.allYouNeed h4{
    font-size:35px;
}
@media (min-width:320px) and (max-width: 480px) {
    .allYouNeed {
        background: url('../images/back_img.png') no-repeat;
        background-position: top right;
        margin-top: -10%;
    }
    .allYouNeed h3 {
        font-size: 20px;
    }
    .allYouNeed h4 {
        font-size: 16px;
    }
    .allYouNeed h6{
        font-size:12px;
    }
}
@media (min-width:481px) and (max-width: 1024px){
    .allYouNeed h3 {
        font-size: 35px;
    }
    .allYouNeed h4{
        font-size:30px;
    }
}

/* all you need section end */

/*##################### CTA section end  #################*/

.cta {
    background:#900725;
}

.cta h2 {
    font-weight: 700;
    font-size: 50px;
}

.cta h3 {
    font-weight: 700;
    font-size: 60px;
    color:#fff;
}

.cta h2 span{
    font-weight: 500;
    font-size: 40px;
}

.cta button {
    border-radius: 10px;
    border: 5px rgba(255, 255, 255, 0.1);
    color:#000;
}

@media screen and (max-width:767px) {
    .cta h2 {
        font-weight: 600;
        padding: 10% 0% 3% 0%;
        font-size: 30px;
    }
    .cta {
        background: #900725;
        padding-bottom: 0%;
    }
    .cta h2 span{
        font-weight: 500;
        font-size: 20px;
    }
    .cta h3 {
        font-size: 40px;
    }
}
@media (min-width:481px) and (max-width: 1024px){

}

/*##################### CTA section end  #################*/

/*##################### Testimonial section end  #################*/

/* .new_testimonial {
    background: rgba(8, 123, 231, 0.1);
    padding: 3% 0%;
}

.new_testimonial h2 {
    color: #12397E;
    font-weight: bold;
}

.new_testimonial .new_testimonial_box {
    background: #fff;
    margin: 4% 10%;
    text-align: center;
    padding: 4%;
    height: auto;
}

.new_testimonial .new_testimonial_box p {
    color: #12397E;
    font-weight: bold;
}

.new_testimonial .new_testimonial_box h4 {
    color: #AA0000;
    font-weight: bold;
    font-size: 18px;
}

.new_testimonial .new_testimonial_box h6 {
    font-size: 12px;
    font-weight: 500;
}

.new_testimonial .new_testimonial_box img {
    height: 100px;
    width: 100px;
    margin-top: 2%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border: 5px solid #12397E;
}

.new_testimonial .fa-angle-left {
    background: linear-gradient(180deg, #12397E 0%, #0072B9 100%);
    padding: 15%;
    color: #fff;
}

.new_testimonial .fa-angle-right {
    background: linear-gradient(180deg, #12397E 0%, #0072B9 100%);
    padding: 15%;
    color: #fff;
}

@media (min-width:320px) and (max-width:480px) {
    .new_testimonial {
        background: rgba(8, 123, 231, 0.1);
        padding: 13% 0%;
    }
    .new_testimonial .new_testimonial_box {
        background: #fff;
        margin: 4% 10%;
        text-align: center;
        padding: 4%;
        height: auto;
    }
    .new_testimonial h2 {
        color: #12397E;
        font-weight: bold;
    }
} */

/*##################### Testimonial section end  #################*/

/*##################### our_recruiters section start  #################*/

.our_recruiters {
    background: url('../images/recruiters_back.png');
    height: 70vh;
    background-position: top;
    overflow-y: hidden;
    background-size: 100% 80%;
    background-repeat: no-repeat;
    padding: 9% 0% 3% 0%;
    background-size: cover;
}

.our_recruiters h2 {
    font-size: 40px;
    font-weight: bold;
}

.our_recruiters .recLogos_div {
    background: #fff;
    /* height: 25vh; */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    padding: 2% 1% 0% 1%;
}

.our_recruiters .recLogos_div .carousel-cell2 {
    width: 20%;
    height: 120px;
    margin-right: 30px;
    margin-bottom: -20px;
    border-radius: 5px;
    padding: 0px;
    counter-increment: carousel-cell;
}

.our_recruiters .recLogos_div .carousel-cell2 img {
    height: 60%;
    width: 80%;
    padding: 0px;
    /* box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
        border-radius:15px; */
}

.our_recruiters a button {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
    color: #12397E;
    border-radius: 10px;
}

@media screen and (max-width:767px) {
    .our_recruiters .recLogos_div .carousel-cell2 {
        width: 50%;
        height: 120px;
        margin-right: 30px;
        margin-bottom: -20px;
        border-radius: 5px;
        padding: 0px;
        counter-increment: carousel-cell;
        padding-top: 2%;
    }
    .our_recruiters .recLogos_div .carousel-cell2 img {
        height: 50%;
        width: 80%;
        padding: 0px;
        /* box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
            border-radius:15px; */
    }
    .our_recruiters {
        background: url('../images/recruiters_back.png');
        height: 70vh;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 9% 0% 3% 0%;
    }
    .our_recruiters h2 {
        font-size: 30px;
        font-weight: bold;
    }
}

/*##################### our_recruiters section end  #################*/

/*##################### footer section start  #################*/

.footer_section {
    background: #000;
    padding: 3% 0%;
    margin-top: 0%;
}

.footer_section p {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
}

.footer_section hr {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.footer_section h6 {
    padding-top: 35%;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

.footer_section ul {
    list-style: none;
}

.footer_section ul li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.footer_section a>i {
    color: #fff;
}

.footer_section h5 {
    font-size: 13px;
    margin-bottom: 0px;
    color:#fff;
    font-weight:500;
}

.footer_section h5 span {
    color: rgba(255, 255, 255, 1);
}

@media screen and (max-width:767px) {
    .footer_section {
        margin-top: 0%;
    }
    .footer_section h6 {
        padding-top: 5%;
    }
}

/*##################### footer section end  #################*/

/* fixed 360 button start  */

.fixed360ViewButton {
    position: fixed;
    bottom: 85px !important;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #000;
    border-radius: 100%;
    width: 60px !important;
    height: 60px !important;
}

.fixed360ViewButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.fixed360ViewButton a img {
    max-width: 70% !important;
}

/* fixed 360 button end  */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 155px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #CE0004;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */



section.topSection {
    overflow: unset;
}