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

html,
body {
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
}

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

.orange_color {
  color: #f57229;
}

.orange_back {
  background: #f57229;
}

.blue_color {
  color: #00478d;
}

.blue_back {
  background: #00478d;
}

.color_yellow {
    color: #EE7202;
}
.blue_grad {
    background: -webkit-linear-gradient(45deg, #00478D, #0375E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.btn-style-ones {
    background: #fff;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #00478D;
    border-radius: 100px;
    box-shadow: 0 0 16px 0px #0000006e;
}

/* Form Css Starts */
.banner_form_sec {
    background: #fff;
    width: 100%;
    /* padding: 20px 15px; */
    position: relative;
    /* border-radius: 15px; */
    z-index: 1;
    box-shadow: 0 10px 44px 0px #0000005c;

}
.banner_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}
.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}
.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}
.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}
.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}
.register-panel .form-group.agrCheck .checkText {
    color: #000;
}
.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
  }
  .banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
    color: #000;
  }
  .banner_form_sec :-ms-input-placeholder { /* IE 10+ */
    color: #000;
  }
  .banner_form_sec :-moz-placeholder { /* Firefox 18- */
    color: #000;
  }
  

/* Form Css Ends */


/*header starts*/
header.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    padding: 25px 0;
}
.header .navbar .nav-item .nav-link button{
  background:#EE7202;
  color:#fff;
  font-weight:500;
  font-size:1em;
  border-radius:50px;
}
/*header ends*/

/*hero starts*/
section.hero_section {
    position: relative;
    padding: 180px 0 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.hero_section .hero_cont h1 {
    font-size: 24px;
    color: #fff;
}
section.hero_section span.hero_head_one {
        display: flex;
    align-items: center;

}
section.hero_section span.hero_head_two {
    font-size: 62px;
    font-weight: 700;
    color: #EE7202;
    margin-right: 10px;
}
section.hero_section span.hero_head_three {
    font-size: 22px;
    font-weight: 700;
}
section.hero_section .hero_cont h2 {
    color: #fff;
    font-size: 28px;
}
section.hero_section .hero_cont h2 span {
    font-size: 18px;
    display: block;
}
section.hero_section .hero_cont hr {
    border-color: #fff;
    background: #fff;
    width: 230px;
    opacity: 1;
}
section.hero_section .hero_cont h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-top: 40px;
}
section.hero_section .hero_cont h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 5px;
    background: #ee7202;
}


@media (min-width: 992px) {
  
}


@media (max-width: 767.98px) {
  section.hero_section {
    padding: 90px 0 20px;
}
section.hero_section .hero_cont h2 {
    color: #fff;
    font-size: 20px;
}
section.hero_section .hero_cont h3 {
    font-size: 20px;
}




}


/*hero ends*/


/*discover section starts*/
section.discover_section {
    position: relative;
    padding: 60px 0 0;
}
section.discover_section h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}
section.discover_section .disc_cont {
    padding: 0px 0px 15px 15px;
    border-left: 2px solid #EE7202;
    height: 100%;
}

section.discover_section .disc_cont h3 {
    font-size: 20px;
    color: #00478D;
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #00478D, #0375E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.discover_section .disc_cont p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
@media (max-width: 767.98px) {
section.discover_section h2 {
    font-size: 24px;
}




}



/*discover section ends*/




/*video section starts*/
section.video_section {
    position: relative;
}
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;
}
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 #F07E1D;
    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: 14px;
    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: auto;
    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;
}

}



/*video section ends*/



/*why choose section starts*/
section.whychoose_section {
    position: relative;
    background: #FDEFE8;
    padding: 60px 0 0;
}
section.whychoose_section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 22px;
    width: 100%;
    background: #fff;
    z-index: 0;
}
section.whychoose_section .choose_head h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}
section.whychoose_section .choose_head h2 span {
    font-size: 18px;
    color: #000;
    background: -webkit-linear-gradient(45deg, #000, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
section.whychoose_section .choose_head p {
    text-align: center;
    font-weight: 500;
}

section.whychoose_section span.rule_one {
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0000, rgb(0 0 0 / 40%), #0000);
}
section.whychoose_section .choose_head h3 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}
section.whychoose_section .why_dvs {
    background: #fff;
    position: relative;
    padding: 15px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px #00000030;
}
section.whychoose_section .why_dvs h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-top: 15px;
}

section.whychoose_section .why_dvs p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}
section.whychoose_section .why_dvs img {
    height: 25px;
    margin-top: 15px;
}
section.whychoose_section .why_img .btn-style-ones {
    width: 250px;
    font-size: 16px;
    margin-top: -45px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
section.whychoose_section .why_img  {
    position: relative;
    z-index: 1;
    padding-bottom:5%;
}
section.whychoose_section .why_img h2 {
    padding:2% 0%;
    font-size:45px;
}
@media (min-width: 992px) {
    section.whychoose_section .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767.98px) {
section.whychoose_section .choose_head h2 {
    font-size: 20px;
}
.choose_head br {
    display: none;
}
section.whychoose_section .choose_head h2 span {
    display: block;
}
section.whychoose_section .choose_head h3 {
    font-size: 26px;
}
section.whychoose_section .why_dvs h3 {
    margin-top: 15px;
}
section.whychoose_section .why_img .btn-style-ones {
    width: 200px;
    margin-top: 0;
}

}


/*why choose section ends*/

/*EMPOWER section starts*/

section.empower_section {
  position: relative;
  padding: 60px 0 0;
}
section.empower_section .empower_head {
  text-align: center;
  margin-bottom: 20px;
}
section.empower_section .empower_head h2 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00000087;
  letter-spacing: 4px;
}
section.empower_section .empower_head h2 span {
  display: block;
  letter-spacing: 0;
  font-size: 40px;
}

section.empower_section .empower_head h2 span {
  display: block;
  letter-spacing: 0;
  font-size: 40px;
}
.empower_section .scholarship_inner{
  background:#12397E;
  border-radius:30px;
  border:10px solid #fff;
  height:auto;
  padding:3%;
  margin:3%;
  box-shadow:0px 0px 25px rgba(0, 0, 0, 0.5);
}

.empower_section .carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background:rgba(18, 57, 126, 0.4);
  border:0;
}
.empower_section .carousel tr th{
  color:#000;
  font-size:12px;
}
.empower_section .carousel tr td{
  color:#fff;
  font-size:13px;
}
.empower_section .carousel a button{
  box-shadow:0px 0px 15px rgba(0, 0, 0, 0.5);
}
.empower_section .carousel .carousel-indicators{
  margin-bottom:-4%;
}
.empower_section .carousel .carousel-indicators .active {
  background:#12397E;
}
.empower_section ol li, .empower_section ul li{
  font-size:12px;
  font-weight:600;
}
.empower_section .scholarship_inner h2,.empower_section .scholarship_inner h4,.empower_section .scholarship_inner h5,.empower_section .scholarship_inner p{
  color:#fff;
}
.empower_section .scholarship_inner h2{
  font-size:25px;
}
.empower_section .scholarship_inner h6{
  font-size:13px;
  font-weight: bold;
  color:rgba(255,255,255,0.6);
}
.empower_section .scholarship_inner hr{
  border-top:1px solid rgba(255,255,255,0.4);
}

@media screen and (max-width: 767.98px) {
  section.exampattern_section .exam_cont {
    position: relative;
    left: 0;
    top: 60px;
    margin-top: -200px;
  }
  section.exampattern_section .examtop_cont {
    width: 100%;
    text-align: center;
  }
  .empower_section .scholarship_inner h2 {
    font-size: 15px;
  }
  section.exampattern_section .examtop_cont h2 {
    font-size: 20px;
  }
  section.exampattern_section .examtop_cont > img {
    width: 250px;
  }
  section.empower_section .empower_head h2 {
    font-size: 16px;
  }
  section.empower_section .empower_head h2 span {
    font-size: 26px;
  }
  section.exampattern_section .exam_cont ul {
    display: block;
    margin-top: 50px;
  }
  section.exampattern_section .exam_cont ul li {
    width: 100% !important;
    margin: 15px 0 !important;
  }
  .empower_section .scholarship_inner{
    padding:10% 1%;
  }
  .empower_section .carousel .carousel-indicators{
    margin-bottom:-7%;
  }
  section.empower_section {
    position: relative;
    padding: 20px 0 0;
  }
}

/*EMPOWER section ends*/


/*Rankings section starts*/
section.ranking_section {
    position: relative;
    padding: 60px 0;
    text-align: center;
}
section.ranking_section img {
    /*width: 100%;*/
}
section.ranking_section h3 {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    line-height: normal;
}
section.ranking_section h2 span {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #0009;
}
section.ranking_section h2 {
    font-size: 45px;
    line-height: 50px;
}
@media (min-width: 992px) {
   .ranking_section .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767.98px) {
section.ranking_section h2 {
    font-size: 20px;
    line-height: 22px;
}
section.ranking_section h2 span {
    font-size: 10px;
}
section.ranking_section {
    padding: 30px 0;
}


}

/*Rankings section ends*/



/*Awards section starts*/
section.awards_section {
    position: relative;
    padding: 60px 0;
    text-align: center;
}
section.awards_section h3 {
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    line-height: normal;
}
section.awards_section h2 span {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #0009;
}
section.awards_section h2 {
    font-size: 38px;
}
section.awards_section .award_dvs {
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 20px 0px #00000038;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 15px 20px 25px;
}
section.awards_section .award_dvs img {
    position: absolute;
    width: 35px;
    left: -15px;
    top: 50%;
    transform: translate(0px, -50%);
}
section.awards_section p {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin: 0;
}


@media (min-width: 992px) {
   .awards_section .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767.98px) {
section.awards_section h2 {
    font-size: 24px;
}
section.awards_section .award_dvs img {
    position: relative;
    width: 35px;
    left: 0;
    top: 0;
    transform: none;
    margin-bottom: 10px;
}

}



/*Awards section ends*/

/* program section start  */

.program_section{
    position: relative;
    margin-bottom:-10%;
    overflow:unset;
}
.program_section h2{
    text-align:center;
    font-size:40px;
    padding:3% 0% 0% 0%;
}
.program_section .program_div{
    background: rgb(0,71,141);
    background: linear-gradient(90deg, rgba(0,71,141,1) 0%, rgba(3,117,229,1) 100%);
    padding:3%;
}
.program_section .program_div2{
    background: rgb(148,71,1);
    background: linear-gradient(90deg, rgba(148,71,1,1) 0%, rgba(255,139,34,1) 100%);
    padding:3%;
}
.program_section .program_div3{
    background: rgb(88,3,128);
    background: linear-gradient(90deg, rgba(88,3,128,1) 0%, rgba(5,115,224,1) 100%);
    padding:3%;
}
.program_section .carousel-indicators {
  bottom: -60px;
}
.program_section .carousel-indicators .active {
  background-color: #ee7202;
}

.program_section .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.8);
}
.program_section .program_content h3{
    font-size:40px;
    color:#fff;
    font-weight: bold;
}
.program_section .program_content p{
    font-size:16px;
    color:#fff;
}
.program_section .program_content hr{
    border:1px solid #fff;
}
.program_section .program_content .award_card{
    background:rgba(255, 255, 255, 0.1);
    padding:2% 4% 1% 4%;
    border-radius:50px;
    display: flex;
    width:100%;
}
.program_section .program_content .award_card img{
    width:20px;
    height:20px;
}
.program_section .program_content .award_card h6{
    color:#fff;
    font-size:13px;
}
.program_section .program_content .program_details{
    background:#fff;
    padding:4%;
}
.program_section .program_content .program_details h3{
    font-size:25px;
    color:#000;
    font-weight: bold;
}
.program_section .program_content .program_details hr{
    border:1px solid #000;
}
.program_section .program_content .program_details h5{
    font-weight:400;
    font-size:16px;
    color:#000;
}
.program_section .program_content .program_details h5 span{
    font-weight:700;
    font-size:18px;
}
.program_section .program_content .program_details ul li{
    font-size:13px;
    font-weight:500;
}
.program_section .program_content .program_details h2{
    font-size:25px;
    color:rgba(0, 0, 0, 0.2);
    font-weight:bold;
}
.program_section .program_content .program_details button{
    background: #fff;
    border-radius: 50px;
    color:#f57229;
    margin-bottom:-10%;
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
}

@media (min-width:320px) and (max-width:480px) {
    .program_section h2 {
        font-size: 30px;
    }
    .program_section .program_content .award_card {
        width: 100%;
    }
    .program_section .program_content .program_details h2 {
        font-size: 15px;
    }
    .program_section .program_content .program_details h3 {
        font-size: 20px;
    }
    .program_section .program_div,.program_section .program_div2,.program_section .program_div3 {
        padding: 3% 3% 10% 3%;
    }
    section.whychoose_section .why_img h2 {
        padding: 2% 0%;
        font-size: 25px;
    }
}

/* program section end */

/* global edge section start  */

.global_edge {
  padding: 15% 0% 4% 0%;
  background: #000;
}
.global_edge h2 {
  color: #fff;
  text-align: center;
  font-size:45px;
}
.global_edge h3 {
  font-size: 23px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 3px;
}
.global_edge p {
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.global_edge .global_content_section {
  padding: 4%;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 2%;
}
.global_edge .global_content_section h6 {
  color: #fff;
  font-weight: 600;
  font-size:18px;
}
.global_edge .global_content_section p.uni_text {
  font-size: 11px;
  text-align: justify;
}
.global_edge button {
  border-radius: 50px;
  margin-bottom: -10%;
  color: #00478d;
}
@media (min-width:320px) and (max-width:480px) {
    .global_edge {
        padding: 30% 0% 4% 0%;
    }
    .global_edge h3 {
        font-size: 12px;
    }
    .global_edge p {
        font-size: 12px;
    }
    .global_edge .global_content_section {
        padding: 15% 4%;
    }
}

/* global edge section end */

/* laboratories section start */

.laboratories {
  padding: 4% 0%;
}
.laboratories h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 45px;
  color: #000;
  font-weight: bold;
}
.laboratories h3 {
  text-align: center;
  font-size: 30px;
  color: #000;
  margin-top: 2%;
}
@media (min-width:320px) and (max-width:480px) {
    .laboratories {
        padding: 10% 0%;
    }
    .laboratories h2 {
        font-size: 35px;
    }
}

/* laboratories section end */

/* lab section start  */

.lab_section {
  background: #fff;
}
.lab_section .lab_card {
  background: #fff;
  border-radius: 50px;
  margin-top: 2%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-left: 3px solid #f57229;
  width: 30%;
}
.lab_section .lab_card h6 {
  color: #f57229;
}

.lab_section .lab_card2 {
  background: #fff;
  border-radius: 50px;
  margin-top: 2%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-left: 3px solid #0d64cb;
  width: 30%;
}
.lab_section .lab_card2 h6 {
  color: #0d64cb;
}

.lab_section .lab_card3 {
  background: #fff;
  border-radius: 50px;
  margin-top: 2%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-left: 3px solid #a302ee;
  width: 30%;
}
.lab_section .lab_card3 h6 {
  color: #a302ee;
}

.marquee-container,
.marquee-container2,
.marquee-container3 {
  width: 100%;
  overflow: hidden;
  background: #f8f9fa;
  padding: 10px 0;
}

.marquee {
  display: flex;
  justify-content: start;
  align-items: center;
  animation: scroll-left 35s linear infinite;
}

.lab_card,
.lab_card2,
.lab_card3 {
  flex: 0 0 450px;
  background: #fff;
  border-radius: 50px;
  padding: 1% 2%;
  margin-top: 2%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 30%;
  margin-right: 20px;
}

.lab_card h6,
.lab_card2 h6,
.lab_card3 h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.lab_card p,
.lab_card2 p,
.lab_card3 p {
  font-size: 12px;
  color: #6c757d;
  font-weight: 700;
}

@keyframes scroll-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@media (min-width:320px) and (max-width:480px) {
    .lab_card, .lab_card2, .lab_card3 {
        padding: 1% 8%;
    }
}

/* lab section end  */

/* tranning section start  */

.tranning_section {
  padding: 4% 0% 2% 0%;
  background: #f3f0f0;
}
.tranning_section .carousel .carousel-item img{
    margin-bottom:0%;
}
.tranning_section h3 {
  color: #000;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}
.tranning_section h5 {
  color: #000;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -15px;
}
.tranning_section .carousel-indicators {
  bottom: -60px;
}
.tranning_section .carousel-indicators .active {
  background-color: #ee7202;
}

.tranning_section .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width:320px) and (max-width:480px) {
    .tranning_section {
        padding: 15% 0% 2% 0%;
    }
    .tranning_section .carousel .carousel-item img{
        margin-bottom:10%;
    }
    .tranning_section h3 {
        font-size: 30px;
    }
    .tranning_section h5 {
        font-size: 16px;
    }
}

/* tranning section end  */

/* placement section start  */

.placementSection {
  padding: 2% 0%;
  background: #f3f0f0;
}
.placementSection h4 {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
}
.placementSection hr {
  width: 20%;
  margin: 0 auto;
  border: 2px solid #000;
}
 
.placementSectionColumn {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 equal columns */
    gap: 10px; /* Space between columns */
  }

  .placementSectionColumn .column {
    text-align: center;
  }
  .placementSectionColumn .column h6{
    font-size:14px;
    margin-top:5%;
  }
  .placementSectionColumn .column h4{
    font-size:12px;
  }

  /* Responsive Breakpoints */
  @media (max-width: 1024px) {
    .placementSectionColumn {
      grid-template-columns: repeat(3, 1fr); /* 3 columns for tablets */
    }
  }

  @media (max-width: 768px) {
    .placementSectionColumn {
      grid-template-columns: repeat(2, 1fr); /* 2 columns for smaller screens */
    }
  }

  @media (max-width: 480px) {
    .placementSectionColumn {
      grid-template-columns: repeat(2, 1fr); /* 1 column for mobile */
    }
    .placementSection {
        padding: 10% 0%;
        background: #f3f0f0;
    }
  }

.placementSection .carousel-indicators {
  bottom: -60px;
}
.placementSection .carousel-indicators .active {
  background-color: #ee7202;
}

.placementSection .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
}

/* placement section end */

/* campus life section start  */

.campus_life {
  padding: 3%;
}
.campus_life img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
.campus_life h5 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  margin-top: 4%;
}
.campus_life h2 {
  text-align: center;
  font-size: 40px;
  color: rgba(0, 0, 0, 1);
}
.campus_life hr {
  border: 1px solid #000;
  width: 70%;
  margin: 0 auto;
  margin-top: 2%;
}
@media (min-width:320px) and (max-width:480px){
    .campus_life {
        padding: 10% 3%;
    }
}

/* campus life section end */

/* hostel anemites section start */

.hostelAnemites {
  margin-top: -8%;
}
.hostelAnemites h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-bottom: 3%;
}
.hostelAnemites h6 {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  margin-top: 2%;
}
@media (min-width:320px) and (max-width:480px) {
    .hostelAnemites {
        margin-top: 10%;
    }
}

/* hostel anemites section end */

/* our alumani section start  */

.ourAlumani {
  padding: 4% 0%;
  background: #f3f0f0;
  margin-bottom: 4%;
  overflow:unset;
}
.ourAlumani h2 {
  text-align: center;
  font-size: 40px;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
}
.ourAlumani p {
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-weight: 600;
}
.ourAlumani hr {
  border: 1px solid #000;
  width: 20%;
  margin: 0 auto;
}

.ourAlumani button.applyButton {
  margin-bottom: -10%;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.ourAlumaniColumn {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 equal columns */
    gap: 10px; /* Space between columns */
  }

  .ourAlumaniColumn .column {
    text-align: center;
  }
  .ourAlumaniColumn .column h6{
    font-size:14px;
    margin-top:5%;
  }
  .ourAlumaniColumn .column h4{
    font-size:12px;
  }

  /* Responsive Breakpoints */
  @media (max-width: 1024px) {
    .ourAlumaniColumn {
      grid-template-columns: repeat(3, 1fr); /* 3 columns for tablets */
    }
  }

  @media (max-width: 768px) {
    .ourAlumaniColumn {
      grid-template-columns: repeat(2, 1fr); /* 2 columns for smaller screens */
    }
  }

  @media (max-width: 480px) {
    .ourAlumaniColumn {
      grid-template-columns: repeat(2, 1fr); /* 1 column for mobile */
    }
  }
.ourAlumani .carousel-indicators {
  bottom: -40px;
}
.ourAlumani .carousel-indicators .active {
  background-color: #ee7202;
}
.ourAlumani .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width:320px) and (max-width:480px) {
    .ourAlumani {
        margin-bottom: 12%;
        padding: 10% 0%;
    }
}

/* our alumani section end */

/* footer section start  */

footer {
  font-size: 14px;
}

footer a {
  transition: color 0.3s ease;
}

footer a:hover {
  color: #ee7202; /* Highlight color for links */
}

/* footer section end */


.form-check-label a {
  margin: 0 5px;
}



/* call button start  */

.CallButton {
  position: fixed;
  bottom: 85px;
  z-index: 2200000;
  right: 16px;
  box-shadow: 0 0 10px #ddd;
  /* background-color: var(--whiteColor); */
  background:#EE7202;
  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  */