@font-face {
    font-family: Montserrat-Black;
    src: url(../css/font/Montserrat-Black.ttf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../css/font/Montserrat-Medium.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../css/font/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../css/font/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../css/font/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Montserrat-Light;
    src: url(../css/font/Montserrat-Light.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 17px;
    line-height: 21px;
    color: #707070;
    font-weight: 400;
    overflow-x: hidden;
    font-family: Montserrat-Regular;
}

img {
    max-width: 100%;
    height: auto;
}

img:focus {
    outline: none;
}

a {
    color: #707070;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2B2B2B;
    outline: none;
}

.main-area ul li,
.main-area ol li {
    margin-bottom: 15px;
}

ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

.section-heading {
    color: #000;
    font-family: Montserrat-Black;
    font-size: 30px;
    padding: 0 0 50px 0;
    text-align: center;
    position: relative;
}
.section-heading:after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: #c10200;
    width: 100px;
    height: 3px;
    text-align: center;
    margin: 53px auto 0 auto;
  }


/* ===========Header starts===========  */

/* responsive start  */
.toggle_menu {
    display: none;
}


/* responsive end */
.top_menu_links {
    position: absolute;
    right: 0;
    top: -65px;
}

.top_menu_mainbox {
    padding: 25px 0;
    background-color: #F8F8F8;
    /* position: fixed;
    width: 100%; */
}

.top_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_link {
    display: flex;
    margin: 0;
    padding: 0;
}

.top_link li {
    list-style-type: none;
    padding: 10px;
    position: relative;
}

.top_link li a {
    text-decoration: none;
    color: #000000;
    font-family: Montserrat-Regular;
}

.top_link .reg_btn a{
    text-decoration: none;
    font-family: Montserrat-Bold;
    background-color: #1847b8;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;    
}
.admission_process_section .register-btn a{
    text-decoration: none;
    font-family: Montserrat-Bold;
    background-color: #1847b8;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;   
    margin-top: 50px;
}
.top_link li a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: #000000;
    right: 0;
    top: 31%;
}

.top_link li:nth-child(2) a::after,
.top_link li:nth-child(3) a::after {
    display: none;
}

.top_link li:nth-child(4) a {
    font-family: Montserrat-Bold;
    color: #fff;
    font-size: 18px;
}

.my_btn {
    font-family: Montserrat-Bold;
    background-color: #1847b8;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}

.main_menu_mainbox {
    background-color: #b00200bd;
}

.main_menu_mainbox ul {
    padding: 0;
    margin: 0;
}

.main_menu_list {
    display: flex;
    justify-content: center;
}

.main_menu_list li {
    list-style-type: none;
    padding: 10px 20px;
    position: relative;
    font-size: 16px;
}

.main_menu_list li:hover {
    background-color: #9c0b0d;
}

.main_menu_list li:hover a {
    color: #fff;
    font-family: Montserrat-Bold;
    font-size: 16px;
}

.main_menu_list li:hover a::after {
    display: none;
}

.main_menu_list li a {
    color: #fff;
    text-decoration: none;
    font-family: Montserrat-SemiBold;
}

.main_menu_list li a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: #fff;
    right: 0;
    top: 31%;
}

.main_menu_list li:last-child a::after {
    display: none;
}

/* sticky css start  */
header {
    padding: 0px;
    position: relative;
    z-index: 10;
}

/* .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 7px 4px 12px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 4px 12px 3px rgba(0, 0, 0, 0.15);
} */

.btn_register_snap a {
    font-family: Montserrat-Bold;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.btn_register_snap .my_btnregister {
    font-family: Montserrat-Bold;
    background-color: #1847b8;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;

    -webkit-animation: glowing 1300ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite;
}
@-webkit-keyframes glowing {
    0% {
      background-color: #1847b8;
      -webkit-box-shadow: 0 0 3px #1847b8;
    }
    50% {
      background-color: #1847b8;
      -webkit-box-shadow: 0 0 15px #1847b8;
    }
    100% {
      background-color: #1847b8;
      -webkit-box-shadow: 0 0 3px #1847b8;
    }
  }
  @keyframes glowing {
    0% {
      background-color: #1847b8;
      box-shadow: 0 0 3px #1847b8;
    }
    50% {
      background-color: #1847b8;
      box-shadow: 0 0 15px #1847b8;
    }
    100% {
      background-color: #1847b8;
      box-shadow: 0 0 3px #1847b8;
    }
  }

  .menu_button_box{
    display: none;
  }
/* sticky css end  */
/* ===========header ends============  */

/* Banner section starts */
.banner_section{
    padding: 0;
}

.banner_box {
    background-image: url(../images/banner-img.webp);    
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 25px 0;
    min-height: 715px;
    width: 100%;    
    background-color: #fff;
}

.banner_text {
    font-family: Montserrat-Black;
    color: #FFF;
    font-size: 43px;
    line-height: 54px;
}

.banner_admission {
    color: #FFF;
    font-size: 17px;
    line-height: 23px;
    font-family: Montserrat-SemiBold;
    padding: 30px 0;
}

.banner_admission span {
    color: #E3C70C;
}
/*-------------- Banner section ends ---------------*/
  
/* <!------------------------Form section start--------------------------> */
.form{
    margin-top: 20px
}
.form-mainbox .form-heading {
    color: #870000;
    font-family: Montserrat-Medium;
    font-size: 30px;
    margin: 0 0 33px 0;
    text-align: center;
    font-weight: 900;
  }
  .form-mainbox {
    box-shadow: 20px 15px 86px rgb(0 0 0 / 43%);
    padding: 30px 45px 10px 45px;
    background-color: #FFF;
    border-radius: 41px;
    /* margin: -160px 0 0px 0; */
  }
  
  .form-box {
    position: relative;
    margin: 0 0 30px 0;
  }
  .form-label {
    background-color: #fff;
    font-family: Montserrat-Medium;
    position: absolute;
    top: -12px;
    left: 20px;
    color: #707070;
    padding: 0 2px;
    font-size: 13px;
    margin: 0;
  }
  .form-box select, textarea{
    background-color: #fff;
    width: 100%;
    border: 1px solid #e4e4e4;
    line-height: normal;
    padding: 15px;
    border-radius: 5px;
    color: #707070;
    font-size: 12px;
    font-family: Montserrat-Medium;
  }
  .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #e4e4e4;
    border-radius: 7px;
    height: 45px;
  }
  select.form-control {
    background: url("../images/dropdown.png") no-repeat 97% #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #707070;
  }
  .form-mainbox .btn_submit {
    background-color: #870000;
    color: #FFF;
    border-radius: 25px;
    font-size: 16px;
    border: 1px solid;
    font-family: Montserrat-Medium;
    padding: 5px 30px;
    transition-duration: 0.3s;
    font-weight: 800;

  }
  .form-mainbox .btn_submit:hover {
    background-color: #FFF;
    color: #870000;
    border: 1px solid #870000;
  }
  input:-internal-autofill-selected {
    background-color: #FFFF;
  }
  .loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #870000; 
    border-radius: 50%; 
    width: 15px; 
    height: 15px; 
    animation: spin 1s linear infinite; 
    margin-left: 10px; 
  } 
  
  @keyframes spin { 
    0% { 
        transform: rotate(0deg); 
    } 
  
    100% { 
        transform: rotate(360deg); 
    } 
  } 
  
  .loading { 
    background-color: #ccc; 
    pointer-events: none; 
  }     
/*----------- Form section end ------------------*/

/* about section start */

.about_content {
    font-size: 17px;
    line-height: 25px
}
.about_content span {
    font-size: 25px;
}

/* about section end */


/* PROGRAM OFFERED SECTION START */

.tab_content_mainbox {
    background-color: #c10200;
    color: #FFF;
    padding: 60px 0;
    font-family: Montserrat-Light;
}
/* .prog-collage img{
    width: 80%;
} */

.nav-pills .nav-link {
    width: 97%;
    background-color: #E0E0E0;
    color: #000;
    padding: 20px 15px 15px 15px;
    border-radius: 25px 25px 0 0;
    font-family: Montserrat-Bold;
    font-size: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #c10200;
}

.nav-item {
    width: 50%;
}

.content_box {
    margin: 0 0 40px 0;
    float: left;
    width: 100%;
}

.content_heading {
    font-size: 20px;
    padding: 0 0 20px 0;
    font-family: Montserrat-Bold;
}

.content_box .content {
    font-weight: lighter
}

.number_list {
    display: flex;
    float: left;
    width: 26%;
    gap: 20px;
    align-items: center;
    border-right: 1px solid;
    padding: 0px 20px;
    min-height: 84px;
}

.number_list:first-child {
    width: 20%;
}

.number_list:first-child {
    padding: 10px 30px 10px 0;
}

.number_list:last-child {
    border-right: none;
}

.number {
    font-size: 58px;
    font-family: Montserrat-Black;
}

.icon_mainbox {
    width: 85%;
    float: left;
}

.icon_list {
    width: 12%;
    float: left;
}

.img_text {
    padding: 15px 0 0 0;
    max-width: 125px;
}


/* PROGRAM OFFERED SECTION END */


/* WHY CHOOSE SECTION START */

ul.custom-list {
    max-width: 94%;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
}

.custom-list li::before {
    content: '';
    position: absolute;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    top: 5px;
    left: 0;
}


/* WHY CHOOSE SECTION END */


/* ADMISSION PROCESS START */
.admission{
    float: left;
    padding: 40px 0 40px 0;
    width: 100%;
  }
.admission_listbox {
    display: flex;
    justify-content: space-around;
}

.admission_no {
    font-size: 40px;
    padding: 10px 0 20px 0;
    font-family: Montserrat-Black;
    color: #870000;
    line-height: normal;
    float: left;
    width: 100%;
  }
.admission_no span {
    font-size: 25px;
    padding: 10px 10px 15px 0;
    font-family: Montserrat-Medium;
    color: #000;
    line-height: normal;
    float: left;
    width: 100%;
  }

.admission_list {
    padding: 0 30px 0 0;
    max-width: 100%;
    text-align: center;
}

.admission_text a {
    text-decoration: none;
}
.admission_mainbox_after {
    position: relative;
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 14px;
}
.admission_text{
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 14px;
}
.admission_mainbox_after::after {
    content: "";
    position: absolute;
    background-image: url(../images/red-arrow.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 0px 7px;
    right: -47px;
    top: 20px;
    height: 28px;
    width: 80px;
  }
  .mission_text{
    text-align: center;
  }
/* ADMISSION PROCESS END */


/* FOOTER START */

footer {
    background-color: #383d43;
    color: #FFF;
    padding: 60px 0 0px 0;
    font-family: Montserrat-Medium;
    width: 100%;
    float: left;
  }

footer a {
    color: #FFF;
    text-decoration: none;
    line-height: 24px;
    font-family: 'Montserrat-Medium';
    font-size: 12px;
}

footer a:hover {
    color: #E3C70C;
}
.footer_content{
    font-size: 15px;
    font-family: Montserrat-Regular;
}
.footer-contact{
    font-size: 15px;
    font-family: Montserrat-SemiBold;
}
.footer_heading {
    font-family: Montserrat-Bold;
    font-size: 18px;
    padding: 0 0 20px 0;
}

.footer_list {
    border-right: 1px solid #FFF;
    padding: 20px 40px 0 40px;
    min-height: 150px;
}

.footer_list:first-child {
    padding: 20px 20px 0 0;
}

.footer_list:last-child {
    border-right: none;
}

.footer_box1 {
    float: left;
    width: 32%;
}
.footer_box1 a{
    margin: 0px 10px 0 0;
}
.footer_box2 {
    float: left;
    width: 36%;
}

.footer_link img {
    transition-duration: 0.3s;
}

.footer_link img:hover {
    margin: -4px 0 0 0;
}

.made_by_text {
    padding: 19px 0;
    display: block;
    /* border-top: 1px solid #ddd;
    margin-top: 20px; */
}
/* FOOTER END */

#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #c10200;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.9;
    height: 40px;
    width: 40px;
  }
#myBtn:hover {
    /* background-color: #555; */
    opacity: 1;
}


.table thead th p,
.table thead th {
    color: #fff;
}

.table th {
    background: #c10200;
}

/*****Thankyou Page starts */

.thankyou_banner_section .heading{
    font-family: Montserrat-Black;
    font-size: 28px;
    padding: 0 0 20px 0;
    text-align: center;
    width: 100%;
    font-size: 50px;
}
.thankyoutext{
    font-family: Montserrat-Black;
    padding: 40px;
    text-align: center;
    width: 100%;
    font-size: 20px;
}
.thankyou_button .banner-btn{
    font-family: Montserrat-Black;
    font-size: 28px;
    text-align: center;
    width: 86%;
    padding: 40px;
    text-align: center;
    color: #c10200; 
    text-decoration: none;
}

/*****Thankyou Page end */


 /* Start Rushikesh CSS */
.programmers_section{
    padding: 20px 0px 40px 0px;
    display: block;
    width: 100%;
    float: left;
}
.programmers_section-01{
    padding: 40px 0px 50px 0px;
    display: block;
    width: 100%;
    float: left;
    background-color: #87000014;
}
.prog-collage-text{
    background: #87000014;
    padding: 30px 20px;
    border-radius: 0px;
    margin: 30px 0 30px 0;
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 25px;
    border-right: 8px solid #870000;
    text-align: justify;
}
.programmers_tab_sec .tab-content>.active{
    opacity: 1;
}
.programmers_tab_sec .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #870000;
}
.programmers_tab_sec .nav-pills .nav-link:hover{
    background: #fff;
    color: #870000;
}
.programmers_tab_sec .nav-pills .nav-link{
    background: #87000008;
    font-size: 17px;
    text-align: center;
    font-family: Montserrat-SemiBold;
    border: 0.5px solid #87000021;
  }
.tab_heading{
    border-bottom: 1px solid #000;
}
.programmers_tab_sec .programmers_content_box {
    background: #87000014;
    padding: 30px 20px;
    border-radius: 0px;
    margin: 30px 0 30px 0;
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 25px;
    border-right: 8px solid #870000;
}
.tab_heading{
    margin: 10px 0px;
}
.tab_heading h3{
    background: #870000;
    width: 300px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    margin:0px;
    font-family: Montserrat-SemiBold;
}
.programme_structure_sec .programme_structure_box{
  background: #fff;
  padding: 20px;
  margin: 30px 0 0px 0;
  box-shadow: 1px 1px 8px #8700000a;
  border-radius: 10px 10px 10px 10px;
  border-bottom: 5px solid #8700002e  !important;
  min-height: 150px;
  border: 0.5px solid #8700002e ;
  transition-duration: 0.7s;
}
.programme_structure_sec .programme_structure_box:hover{
    background: #fff;
    margin: 15px 0 0px 0;
    border-radius: 10px 10px 10px 10px;
    border-radius: 0px;
  }
.programme_structure_right h3{
    font-size: 18px;
    padding: 0 0 0 20px;
    font-family: Montserrat-SemiBold;
}
.programme_structure_right p{
    font-size: 14px;
    padding: 0 0 0 20px;
    font-family: Montserrat-Regular;
}
.programme_structure_left{
    float: left;
    width: 15%;
    text-align: center;
}
.programme_structure_right{
    float: left;
    width: 85%;
}
.programme_structure_left img{
    width: 100%;
}
.orientation_tab_box .nav-link {
    background: #ececec;
    font-size: 18px;
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 10px;
    transition-duration: 0.7s;
}

.orientation_content_sec{
    background: #87000008;
    padding: 15px 20px;
    height: 100%;
    border-radius: .25rem;
    border: 0.5px solid #87000021;
  }

.apply_now_sec{
    padding: 30px 0px 0px 0px
}
.apply_now_sec h6{
    color: #222;
    font-size:16px;
    font-family: Montserrat-Medium;
}
.apply_now_sec a{
  color: #fff;
  text-decoration: none;
  font-family: Montserrat-SemiBold;
  background: #c10200;
  padding: 10px 20px;
  border-radius: 10px;
  transition-duration: 0.7s;
  margin-top: 20px;
  float: left;
  font-size: 15px;
}
.apply_now_sec a:hover{
    color: #fff;
    margin-left: 10px;
}
.orientation_content_box h5{
    color: #333;
    padding: 0 0 10px 0;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
}
.orientation_content_box p{
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 22px;
}
.career_prospects_box {
    background: #87000033;
    padding: 15px 9px;
    margin: 0px 0 20px 0;
    border-radius: 7px;
    float: left;
    width: 100%;
    transition-duration: 0.7s;
    display: flex;
    align-items: center;
  }
.orientation_content_box .career_prospects_box:hover{
    margin:0px 0 20px 10px
}
.career_prospects_icon{
    width: 15%;
    float: left;
}
.career_prospects_icon img{
  width: 100%;
}
.career_prospects_text{
    font-family: Montserrat-Medium;
    width: 85%;
    float: left;
    font-size: 14px;
    padding: 0 0 0 15px;
  }




.programme_structure_sec .structure_box{
    min-height: 210px;
    float: left;
    padding: 25px;
}
.structure_box .programme_structure_right{
    float: left;
    width: 100%;
}
.structure_box .programme_structure_right p{
    padding: 20px 0 0 0;
}
.structure_box .programme_structure_left{
  float: left;
  width: 100%;
  text-align: center;
}
.structure_box .programme_structure_left img{
    width: 55px;
}
.structure_box .programme_structure_right p{
  font-size: 14px;
  padding: 14px 0 10px 20px;
  font-family: Montserrat-Regular;
  text-align: center;
}

/* our_partners_section start */
 .partners-box {
    padding: 30px;
    background: #870000;
    color: #fff;
    /* margin: 0 40px; */
}
.partners-box h3 {
    font-weight: 700;
    font-size: 27px;
    /* margin-bottom: 30px; */
    text-align: center;
}
.client-section .client-logo .item {
    transition: transform 200ms cubic-bezier(.785, .135, .15, .86), box-shadow 200ms cubic-bezier(.785, .135, .15, .86);
    margin-bottom: 15px;
    margin: 10px;
    padding: 20px;
    border: 1px solid #87000021;
    background-color:#fbf7f7;
    border-radius: 10px;
}
.client-section .client-logo .item:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.client-section .client-logo img {
    width: 200px;
    margin: 0 auto;
}
.client-section .client-logo img:hover {
    transition: all 0.3s ease-in-out 0s;
}
/* our_partners_section end */

/* about_us_section_start*/

.about_us_section{
    display: block;
    padding: 40px 0 80px 0;
    width: 100%;
    float: left;
  }
.about_us_section .about_us_left{
  padding: 40px 30px 40px 30px;
  background: #870000;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about_us_left h3{
    font-family: Montserrat-Bold;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 45px;
}
.about_us_left p{
    font-family: Montserrat-Regular;
    font-size: 15px;
    padding: 20px 0px 0px 0px;
}
.about_us_right{
    padding: 0 0 0 25px;
}
.about_us_right_box{
    text-align: center;
    padding: 0 0 25px 0;
    transition-duration: 0.4s;
}
.about_us_right_box:hover img{
    filter: saturate(3);
}
.about_us_right_box:hover .about_icon_box{
    background: rgb(135 0 0 / 12%);
    transition-duration: 0.4s;
}
.about_us_right_box .about_icon_box{
    text-align: center;
    width: 70px;
    background: rgb(135 0 0 / 12%);
    border-radius: 50px;
    padding: 13px;
    margin: 0 auto;
}
.about_us_right_box h4{
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    padding: 20px 0 7px 0;
}
.about_us_right_box p{
    font-size: 14px;
    font-family: Montserrat-Regular;
}
.facilities_opportunities_sec{
    padding: 30px 0px 0px 0px;
}
.facilities_opportunities_sec .tab_heading {
    float: left;
    width: 100%;
  }
.facilities_opportunities_sec .tab_heading h3{
    background: #870000;
    width: 380px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
    margin: 0px;
    font-family: Montserrat-SemiBold;
    float: right;
}
.facilities_opportunities_sec .about_us_right_box{
    margin-top: 30px;
    text-align: center;
    background: #fff;
    padding: 40px 30px 10px 30px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(55, 55, 63, 0.1);
    transition: 0.3s;
    transition: all ease-in-out 0.4s;
  }
  .facilities_opportunities_sec .about_us_right_box:hover{
    transform: translateY(-20px);
  }
/* about_us_section_end*/

/*****Responsive section starts */
 @media screen and (min-width:1201px) and (max-width:2000px) {
    .banner_box {
        background-image: url(../images/banner-img.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 461px;
        width: 100%;
        background-color: #fff;
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .banner_box {
        background-image: url(../images/banner-img.webp);
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
        padding: 25px 0;
        min-height: 460px;
        width: 100%;
        background-color: #fff;
    }
    .main-navigation ul li a {
        font-size: 12px;
        line-height: normal;
        padding: 10px 5px 6px;
    }
    .main-navigation ul .contact a {
        padding: 5px 10px;
    }
    .number {
        font-size: 36px;
    }
    .icon_list {
        width: 22%;
    }
    .footer_box1 {
        width: 28%;
    }
    .footer_box2 {
        float: left;
        width: 22%;
    }
    .footer_heading {
        font-size: 22px;
    }
    .footer_list {
        padding: 20px 30px 0 30px;
    }
    .footer_content {
        font-size: 15px;
        font-family: Montserrat-Regular;
    }
    .footer_list:first-child {
        padding: 20px 0 0 0;
    }
    .programme_structure_sec .programme_structure_box {
        min-height: 165px;
    }
    .partners-box h3 {
        font-weight: 700;
        font-size: 22px;
    }
    
}

@media screen and (max-width:992px) {   
    .number_list {
        width: 50%;
        min-height: 80px;
        padding: 10px 30px 10px 0;
        border-right: none;
    }
    .number_list:first-child {
        width: 50%;
    }
    .icon_mainbox {
        padding: 0px 0px 0px 150px;
        width: 100%;
        float: left;
    }
    .footer_box2 {
        float: left;
        width: 24%;
    }
    .home_banner_slider {
        background-color: #1a1f2b !important;
        background-image: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        min-height: inherit;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .form-banner-mainbox{
        margin-top: 30px;
    }
    .mobile_view {
        display: block;
        /* color: #fff; */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .admission_list{
        padding: 20px 0 20px 0;
        max-width: inherit;
        display: block;
        border-bottom: 1px dashed;
    }
    .admission_mainbox_after::after{
        right: -70px;
        top: 80px;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0px 0 0 0;
        min-height: 600px !important;
        background-color: #fff;
    }
    .menu_mainbox {
        float: right;
        position: relative;
        z-index: 500;
    }
    .toggle_menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        margin: 20px 20px 0 0;
        cursor: pointer;
    }
    .menu_open .menu_box {
        display: block;
        position: fixed;
        background-color: #fdf5f5f0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
    }
    .menu_box {
        display: none;
    }
    .toggle_menu_close {
        background-color: #fff;
        z-index: 50;
        margin: 14px 10px 0 0;
    }
    .menu_box ul {
        /* height: 550px; */
        overflow-y: scroll;
    }
    .main_menu_list {
        display: block;
    }
    .menu_box ul li {
        text-align: center;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
    }
    .menu_box ul li a {
        width: 100%;
        font-size: 15px;
        color: #000;
        padding: 9px 0;
        border-radius: 0;
        margin: 0;
    }
    .partners-box h3 {
        font-weight: 700;
        font-size: 20px;
    }
}


@media screen and (max-width:768px) {
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0 0 0 0;
        min-height: 460px !important;
        background-color: #fff;
    }
    
    .logo img {
        width: 90%;
    }
    .form-heading {
        font-size: 24px;
    }
     .form-control {
     /*   margin: 0px 0 20px 0; */
        margin: 0px 0 20px 10px;
        color: #FFF;
    }
    .section-heading {
        font-size: 27px;
        padding: 0 0 20px 0;
    }
    .about_img {
        margin: 20px 10px;
    }
    .tab_content_mainbox {
        padding: 60px 0 0;
    }
    .nav-pills .nav-link {
        width: 100%;
        padding: 12px 8px 10px 8px;
        border-radius: 15px 15px 0 0;
        font-size: 14px;
    }
    .number_list {
        width: 100%;
        min-height: 60px;
        padding: 10px 30px 10px 0;
        border-right: none;
    }
    .number_list:first-child {
        width: 100%;
    }
    .number {
        font-size: 38px;
    }
    .icon_list {
        width: 60%;
        float: left;
        display: flex;
        gap: 20px;
        padding: 0 0 20px 0;
        flex-direction: column;
    }
    .img_text {
        max-width: inherit;
    }
    .admission_listbox {
        flex-direction: column;
    }
    .admission_list {
        padding: 20px 0 20px 0;
        max-width: inherit;
    }
    .admission_no {
        font-size: 35px;
        padding: 5px 0 0px 0;
        text-align: center;
    }
    .admission_list:last-child {
        border-bottom: none;
    }
    .footer_box1,
    .footer_box2 {
        width: 100%;
    }
    .footer_list {
        border-right: none;
        min-height: auto;
        margin: 0 0 30px 0;
        padding: 0;
        text-align: center;
    }
    .footer_list:first-child {
        padding: 0;
    }
    .thankyou_banner_section .heading{       
        font-size: 35px;
    }
    .thankyou_button .banner-btn{        
        font-size: 25px;
    }
    
    .admission_mainbox_after::after{
        display: none;
    }
    .about_us_section .about_us_left{
        text-align: center;
    }
    .about_us_right_box{
        padding: 20px 0 0 0;
    }
    .facilities_opportunities_sec .tab_heading h3{
        clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
        text-align: center !important;
        width: 100%;
    }
    .tab_heading h3{
        width: 100%;
        text-align: center;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .orientation_content_sec{
        text-align: center;
    }
    .orientation_content_sec ul{
        padding: 0px;
    }
    .apply_now_sec{
        text-align: center;
    }
    .apply_now_sec h6{
        margin: 0 0 30px 0;
    }
    .apply_now_sec a{
        float: none;
        margin: 0px auto;
    }
    .apply_now_sec a:hover{
        float: none;
        margin: 0px auto;
    }
    .about_us_right{
        padding: 0 0 0 0px;
    }
    .our_partners_section .item{
        max-width: 120px;
    }
    .programmers_section-01 {
        padding: 40px 0px 0px 0px;
    }
    .section-heading:after {
        margin: 48px auto 0 auto;
    }
    .facilities_opportunities_sec .about_us_right_box {
        height: 94%;
    }
    .top_menu_logo img {
        max-width: 88%;
    }
    .partners-box h3 {
        font-weight: 700;
        font-size: 28px;
    }
}
@media screen and (max-width:580px) {
    
    .top_menu_logo img {
        max-width: 85%;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0px 0 0 0;
        min-height: 227px !important;
        background-color: #fff;
    }
    .about_us_section .section-heading:after {
        margin: 80px auto 0 auto;
        /* display: none !important; */
    }
    .menu_mainbox img {
        max-width: 30px;
    }
    .partners-box h3 {
        font-weight: 700;
        font-size: 28px;
    }
    .client-section .client-logo .item {
        padding: 10px !important;
    }
}

@media screen and (max-width:380px) {
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 0px 0 0 0;
        min-height: 201px !important;
        background-color: #fff;
    }
    .programme_structure_sec .programme_structure_box {
        min-height: 165px;
    }
    .form-control, .form-box textarea{
        display: block;
        width: 93% !important;
        margin: 0px 0 20px 10px;
    }
    .form-mainbox {
        padding: 0 0;
    }
    .about_us_section .section-heading:after {
        margin: 130px auto 0 auto;
    }
    .about_us_section {
        padding: 0 0;
    }
}

