
 @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: bolder;
    src: url('../fonts/RobotoSlab-Regular.ttf');
    font-display: swap;
  }

  @font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bolder;
    src: url('../fonts/Rubik-Regular.ttf');
    font-display: swap;
  }

:root {
  --primary-color: #28833d;
  --dark-color: #fdc700;

}



body{ margin: 0; padding: 0; font-family: 'Rubik', sans-serif;
    background-color: #fff;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 1.8;
    overflow-x: hidden;
}

img{ max-width: 100%; }
ul,li{ list-style: none; margin: 0; padding: 0; }
a{ text-decoration: none !important; }
a {
    color: #333;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  margin: 0px;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Roboto Slab', sans-serif;
}

video {
    width: 100%;
}


.mb-30 {
    margin-bottom: 30px;
}

.pb-150{ padding-bottom: 150px; }

.fa, .fas {
     -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}


@media only screen and (min-width: 1280.98px) {

    /*.container { max-width: 1300px;}*/

}

iframe{ width: 100%; }

section{ padding: 80px 0 0; }

/* Admission Form Sidebar Design */.sidebar-contact{
    position:fixed;
    top:155px;
    right:-250px;
    width:250px;
    height:auto;
    padding:36px 10px;
    background:#fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing:border-box;
    transition:0.5s; z-index: 9;
  }
  .sidebar-contact.active{
    right:0;
  }
  .sidebar-contact .admition-info-section .nav-pills{ flex-direction: row; }
  .sidebar-contact .admition-info-section .nav-pills .nav-link{margin-bottom: 0;}
  .toggle{
      position: absolute;
      height: auto;
      width: auto;
      text-align: center;
      cursor: pointer;
      background: #253b70; box-shadow: -5px -5px 10px rgb(0 0 0 / 50%);
      top: 35px;
      padding: 5px 15px; font-weight: bold;
      left: -78px;
      color: #fff; border: 3px solid #fff;
      border-radius: 10px 10px 0 0;
      transform: rotate(-90deg);
  }
  .sidebar-contact .contact-form-section{ background-color: #fff; }
  .sidebar-contact .theme-btn{ padding: 12px 30px; }
  .my_navbar.sticky .sidebar-contact{ top: 52px; }
  @media(max-width:768px){
    .sidebar-contact{ display: none; }  
  }

/* Scroll to top icon */

.go-top-area {position: relative;z-index: 9999;}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;right: 24px;
    color: #ffffff; background-color: var(--primary-color); box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    z-index: 9999;
    width: 40px; 
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .9s ease-out 0s;
    transition: all .9s ease-out 0s;
    border-right: 0;
}
.go-top i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.go-top::before {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #4869f3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;border-radius: 100%;
}
.go-top:focus,.go-top:hover {color: #fff;}
.go-top:focus::before, .go-top:hover::before {opacity: 1;visibility: visible;}
.go-top:focus i:first-child, .go-top:hover i:first-child {opacity: 0;top: 0;visibility: hidden;}
.go-top:focus i:last-child, .go-top:hover i:last-child {opacity: 1;visibility: visible;top: 50%}
.go-top.active {
    top: 92%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    right: 20px;
}


.go-top-wrap { position: relative;}


/* Header Section Design Start */

.my_navbar{ 
   position: relative; 
  border-bottom: 1px solid #e7e7e7; box-shadow: 0px 0px 9px 0px rgb(6 22 58 / 7%);
  z-index: 99; 
}
.my_navbar nav{ 
    position: relative; top:0; width: 100%; z-index: 9; padding: 0 16px;
    background-color: var(--primary-color);
}

.my_navbar .navbar-nav{ align-items: center; }

.my_navbar .navbar-brand {
    padding: 5px; position: relative; max-width: 100px;
    transition: all 0.2s ease-in-out;
}

.my_navbar.sticky nav {
    top: 0;position: fixed;
}
.my_navbar.sticky .top_header{ display: none; }

/*.my_navbar.sticky .navbar-brand{ max-width: 150px; }*/

.page_links{ flex: 1; justify-content: center; }

.my_navbar .navbar-nav > li > a{
    font-size: 18px;
    padding: 3px 18px !important; color: #fff !important; border-radius: 20px;
}

.my_navbar .navbar-nav li:last-child a{/*border-right:2px dashed #ddd;*/}

.my_navbar .navbar-nav li{position: relative; margin: 8px 5px;}

.my_navbar .navbar-nav li.active > a,.btco-hover-menu .collapse ul > li:hover > a{ 
    background-color: var(--dark-color) ; color: #222 !important
}

.btco-hover-menu .collapse ul > li.active:hover > a {
    /*background: #ef5023;*/
}

.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu{
    background-color: #fff !important;
    box-shadow: 0 0 50px 0 rgb(32 32 32 / 15%) !important;
    border-radius: 12px; padding: 5px 5px;
}

.btco-hover-menu .collapse ul ul li a:hover{ color: var(--primary-color) !important; }

.navbar .nav-item .dropdown-menu::before {
    content: "\f0d8";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    top: -45px;
    left: 20px;
}

@media screen and (min-width: 992px) {

.btco-hover-menu .collapse ul ul ul ul{ left: 100%; }

.dropdown:hover>.dropdown-menu{
    display: block;
  }
.dropdown-menu{ padding: 0; margin: 0; }
.dropdown-menu .dropdown-menu{ left: 100%; top: 0; }
.dropdown-menu .dropdown-toggle::after{
  position: absolute; right: 7px;top: 12px;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropdown-menu li:not(:last-child){ border-bottom: 1px solid #ddd; }
.btco-hover-menu .collapse ul ul ul{ margin-left: 15px; }
.btco-hover-menu .collapse ul ul ul:before{ display: none; }

.btco-hover-menu .collapse ul ul li{ margin: 0; }
.btco-hover-menu .collapse ul ul li a{ padding: 5px 15px; }


}

.search_icon {
    padding: 0 20px !important;
    margin: 0 !important;
    font-size: 22px;
    color: #232323 !important;
}


.theme-btn {
    font-size: 16px; position: relative;
    color: #fff;
    padding: 6px 20px; border-radius: 30px; 
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    border: none;
    background: var(--primary-color);
    transition: all .5s ease-in-out;
    z-index: 1; display: inline-block;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3)
}

.theme-btn:hover{ color: #fff; }
.theme-btn i{ margin: 0 5px; }


/*.theme-btn:hover,.theme-btn:focus{ background-color: #fff !important; color: var(--dark-color) !important; }*/

.theme-btn:hover:after{ transform: translate(0,0); }

.my_btn {
    padding: 5px 18px;
    border: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase; 
    letter-spacing: 0.05em;
    background: var(--dark-color);
    font-size: 16px; font-weight: bold;
    color: #222 !important;
    border-radius: 25px;
}


.banner_txt .my_btn{ margin-top: 40px; }

.top_navbar {
    width: 100%;
    z-index: 9; position: relative; overflow: hidden;
    display: flex; justify-content: space-between;
}

.top_navbar a {
    color: #222222;
    font-size: 18px;
}

.top_navbar .my_btn{ font-size: 14px; }

.top_link_box{ display: flex; justify-content: space-between; align-items: center;flex-wrap: wrap; color: #222; }
.top_link_box p{ margin: 0; }

.top_right_links{ display: flex; flex-wrap: wrap; align-items: center; }

.social_icon_list{/* min-height: 54.8px; */display: flex; align-items: center; position: relative; }
.social_icon_list li{ display: inline-block; padding: 8px 0;}


.social_icon_list li a {
    width: 35px; height: 35px; margin-right: 15px; border-radius: 5px; 
    border:2px dashed var(--dark-color);background-color: #fff; 
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.social_icon_list li a:hover{ background-color: #fff; color: var(--primary-color); border-radius: 100%; }

.contact_list{ display: flex; flex-wrap: wrap; align-items: center; }
.contact_list li{ border-right: 1px solid #999; padding: 0 10px; margin-right: 10px;  }
.contact_list li:last-child{ border-right: 0; margin-right: 0;  }


/* Slider Design Start */

.main-slider {
    overflow: hidden;
}

.main-slider.style-one .slide:before {
    display: none;
}

.main-slider .slide {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider h3,
.sec-title h5 {
    color: #333;
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next,
.main-slider .slick-slide img.d_only {
    display: block;
}

.slick-slide img.m_only {
    display: none;
}

.main-slider .slide .slide_img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main-slider .slick-list,
.main-slider .slick-track {
    height: auto !important;
    overflow: visible;
}

.main-slider .slide .slide_img img {
    height: auto; min-height: 400px;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.main-slider .slide .slide_img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.main-slider .slide .slide_content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.main-slider .slick-arrow{ bottom: 10px; left: 280px; border-radius: 10px; cursor: pointer; }
.main-slider .slick-arrow i,.main-slider .slick-arrow span{ display: none; }
.main-slider .prev-arrow{ position: absolute; }
.main-slider .next-arrow{ position: absolute; margin-left: 50px; }
.main-slider .prev-arrow:before,.main-slider .next-arrow:before{
  content: "\f060";
  position: absolute;
  font-family: Font Awesome\ 5 Free;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  top: 0;
  left: 0;
  line-height: 20px;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;

}

.main-slider .next-arrow:before{content: "\f061";}

.banner_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 680px;
    max-width: 36%;
}


.main-slider .slide .banner_txt { color: #FFF; flex: 1; max-width: 64%; margin-bottom: 100px;}
.main-slider .slide .banner_txt h3 {
    font-size: 22px; margin-top: 20px; font-weight: normal;
}

.main-slider .slide .banner_txt h1 { color: #253b70;  font-size: 55px;line-height: 60px; text-transform: uppercase;}

.main-slider .slide .banner_txt h2 { font-size: 4.5rem; margin: 10px 0;}

.main-slider .slide .btn-one {
    margin-top: 10px;
}

.main-slider .slide .banner_txt .animated {
    transition: all 0.5s ease;
}

.slider_1 [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
    transition: 1s;
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
    transition: 1s;
}


.banner_box {
    display: flex;
    align-items: center;
    overflow: hidden;
}





.main-slider .slick-active h1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1500ms;
}

.main-slider .slick-active .text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1500ms;
}

.main-slider .slick-active .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1800ms;
}

.call_btn{
  position: absolute;left: 0; bottom: 0;
  background-color: #133776; color: #fff !important;
  border-radius: 0 30px 0 0; font-size: 24px;
  padding: 10px 30px;
  display: flex; align-items: center;
}
.call_btn img{ width: 40px; margin-right: 10px; }


/* Other Section Start */

.page_title{
  position: relative;
  display: inline-block; margin-bottom: 30px;
}
.page_title h2{
  position: relative;
  font-weight: bold; font-size: 36px;
  color: #001111; 
}

.page_title_bg{ margin-bottom: 15px; }

.star_list{ /*margin: 20px 0; */}
.star_list li{ position: relative; padding-left: 20px; line-height: 20px; margin-bottom: 12px; }
.star_list li::before {
    content: "\f005";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    color: var(--primary-color);
    font-size: 10px;
    font-weight: 600;
    top: 0;
    left: 0;
}

.red_txt{ color: #b50000; }


.why_us_list ul{ display: flex; flex-wrap: wrap; }
.why_us_list li{
  position: relative;
  padding: 50px 15px; border-radius: 10px; text-align: center;
  width: 31.33%; margin: 1%; background-color: #133776; color: #fff;
}

.why_us_list li .my_btn{ 
  margin: 35px 0 20px; padding: 5px 40px; background-color: rgba(0,0,0,0.2); color: #fff !important; 
  font-family: 'Roboto Slab', sans-serif;
  font-size: 18px;
  letter-spacing: 1.5px;
}
.why_us_list li p{ margin-bottom: 0; }

.why_us_list li .icon {
    position: relative;
    display: flex;
    align-items: center; 
    justify-content: center;
    height: 100px;
    width: 100px;
    line-height: 80px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    position: relative;
    font-size: 30px;
    color: #ffffff;
    margin: 0 auto;
}
.why_us_list li .icon:after {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    z-index: 0;
    left: -10px;
    top: -10px;
    border: 2px dashed #fff;
    border-radius: 100%;
    transition: all 1.2s ease-in-out;
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 50%); */
}
.why_us_list li:hover .icon:after {
    animation: rotate360 10s infinite;
}

.why_us_list li:nth-child(2){ background-color: #e99322; }
.why_us_list li:nth-child(3){ background-color: #28833d; }

/* Testimonial Section Start*/

.testimonial_section{ 
  padding: 80px 0; 
  position: relative; 
  background: url(../images/testimonial/testimonial_bg.jpg) no-repeat center center; 
  background-size: cover;
}
.testimonial_slider{ text-align: center; }
.testimonial_item { 
  display: flex !important; flex-direction: column; align-items: center;  
  background-color: #e99322; color: #fff; margin: 15px; padding: 80px 20px 20px;
  position: relative; overflow: hidden;
}

.testimonial_item:before{
  content: "";
  position: absolute; left: 0; top: 0;
  width: 0;
  height: 0;
  border-bottom: 60px solid #fff;
  border-left: 60px solid transparent;
  filter: drop-shadow(0 5px 5px rgba(0,0,0,0.8));
}

.testimonial_item:after{
  content: "";
  position: absolute; left: 0; top: 0;
  width: 0;
  height: 0;
  border-top: 60px solid #eee;
  border-right: 60px solid transparent;
}

.testimonial_img{ 
  width: 100px; height: 100px; border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%; 
  display: inline-block;
  overflow: hidden; margin-bottom: 20px; box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.testimonial_img img{  }
.testimonial_item h4{color: #fff;}
.testimonial_item i{color: #fff; font-size: 36px;}
.testimonial_item p{ max-width: 1000px; }


.slick-arrow{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%; z-index: 1;
    background: #ffffff !important; border:1px solid #ccc;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    display: flex; align-items: center; justify-content: center;
}

.slick-arrow:hover{background: var(--primary-color) !important;border-color:var(--primary-color); }
.slick-arrow:hover::before{ color: #fff; }

.slick-prev{ left: -5px; }
.slick-next{ right: -5px; }

.slick-prev::before,.slick-next::before {
    content: "\f053";
    font-family: Font Awesome\ 5 Free;
    color: #666;
    font-size: 20px;
    font-weight: bold;
}

.slick-next::before {
    content: "\f054";
}

/* Our Team Section */

.team_card{ text-align: center; }
.team_img{
    position: relative;
    display: flex;
    align-items: center; 
    justify-content: center;
    width: 190px; height: 190px; margin:20px auto;
    background: #fff;
    border-radius: 100%;
    position: relative;
    
}
.team_img img{border-radius: 100%; width: 190px; height: 190px; z-index: 1;}
.team_img:after {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    z-index: 0;
    left: -10px;
    top: -10px;
    background: #fff;
    border: 2px dashed var(--dark-color);
    border-radius: 100%;
    transition: all 1.2s ease-in-out;
}
.team_card:hover .team_img:after {
    animation: rotate360 10s infinite;
}


.team_slider .slick-arrow{
    position: absolute;
    bottom: -80px; top: auto;
    left: 50%; right: auto;
    
}

.team_slider .slick-arrow.slick-prev{ margin-left: -50px; }
.team_slider .slick-arrow.slick-next{ margin-right: -50px; }


/* Gallery Section Start */

.gallery_section{ padding: 80px 0; }

.gallery_list{ display: flex; flex-wrap: wrap; }
.gallery_list li{ /*width: 23%;*/ padding: 10px; height:auto; }
/*.gallery_list li:nth-child(2n){ margin-top: 50px;}*/
.gallery_list.all_list li:nth-child(2n){ margin: 1%;}

.gallery_list.all_list li{width: 23%; margin: 1%; padding: 0;}

.gallery_slider{ display: unset;}
.gallery_slider .slick-track{ display:flex; }
.gallery_slider.gallery_list li{ width: auto;}
.gallery_slider .slick-arrow{
    position: absolute;
    bottom: -80px; top: auto;
    left: 50%; right: auto;
}

.gallery_slider .slick-arrow.slick-prev{ margin-left: -50px; }
.gallery_slider .slick-arrow.slick-next{ margin-right: -50px; }

.media_thum{ margin: 0;display:flex; height:100%; }
.media_thum img{ width: 100%; }

.img-holder{ position: relative; overflow: hidden; border-radius: 15px; display:flex;align-items:center; border:1px solid #ddd; }
.img-holder:before{
  position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.3s;
}

.img-holder:hover:before{opacity: 1;top: 0;}
.hover-content{
  transition: all 0.3s;
    position: absolute; text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,50%);
    opacity: 0;
}
.img-holder:hover .hover-content{ opacity: 1;transform: translate(-50%, -50%); }
.popup-btn{
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  display: flex; flex-wrap: wrap;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.popup-btn i{ color: #fff; }
.popup-btn:after {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    z-index: 0;
    left: -5px;
    top: -5px;
    border: 2px dashed #fff;
    border-radius: 100%;
    transition: all 1.2s ease-in-out;

}



/* Blog Section Start */

.blog_section{ background: url(../images/blog/blog_section_bg.jpg) no-repeat center center; background-size: cover; }

.blog_list li{ display: flex; flex-wrap: wrap; margin-bottom: 30px; }

.blog_list li:nth-child(2n) .blog_img{ order: 2; }
.blog_list li:last-child{ margin-bottom: 0; }

.blog_img{ width: 35%; border-radius: 10px; overflow: hidden; }
.blog_txt{ flex: 1; padding: 15px; }
.blog_txt h5{ margin-bottom: 15px; }
.blog_author{ display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px; }
.blog_author .my_btn{ margin-right: 10px; font-family: 'Roboto Slab', sans-serif; font-size: 18px; }
.blog_author h6{ font-weight: 400; }

.read_more{ color: #222 !important; }
.read_more i{ font-size: 14px; margin-left: 5px; margin-top: 2px; display: inline-block; }

/* Rotate Animation start */

@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}



/* Sub Header Section Design Start */
.sub_header {
    padding: 70px 0 60px;
    position: relative;
    background: url(../images/sub_header/sub_header_bg.jpg) no-repeat center center;
    background-size: cover;
}
.sub_header_box {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}
.sub_header h2 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px 0;
    font-size: 40px;
    text-align: left;
    line-height: 30px;
    position: relative;
}


.sub_header .breadcrumb {
    background: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 10px; border-radius: 0 20px;
    background-color: #fff;
    /*text-shadow: 0 0 5px #1a2361;*/
}

.sub_header .breadcrumb li a {
    color: #333;
}

.sub_header .breadcrumb li {
    color: #333;
    padding: 8px 15px 8px 10px;
    font-weight: 600;
    position: relative;
}

.sub_header .breadcrumb li.active {
    color: var(--primary-color);
}

.sub_header .breadcrumb li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 10px;
    color: #333;
}

.sub_header .breadcrumb li:last-child:after {
    display: none;
}


/* Contact Us Page Design Start */


.mini_address { display: flex; flex-wrap: wrap; margin-bottom: 30px; }
.mini_address li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    background-color: #fff;
    box-shadow: 0 5px 20px #d0d2d8;
    padding: 20px;
    border-radius: 10px;
    flex: 1;
    margin: 10px;
}

.mini_address li .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    /*background-color: var(--dark-color);*/ border:2px solid var(--dark-color);
    border-radius: 100%;
    color: var(--primary-color);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.mini_address li .info {
    min-width: 80px;
    background-color: #fff;
    width: 100%;
    color: #333;
    flex: 1;
    border-radius: 10px;
    padding-left: 20px;
}
.mini_address li .info a{ color: #222; }
.mini_address li .info p{ margin-bottom: 0; margin-top: 3px; line-height: 22px; }


/* Career Page */


.career-box {
position:relative;
display:flex;
flex-direction:column;
align-items:center;
background:#fff;
border-radius:20px;
padding:15px;
box-shadow:0 5px 15px 0 #d7dbe0;
margin-bottom: 20px;
min-height: calc(100% - 20px);
}

.career-box .info_txt {
text-align:center;
margin:0
}

.job_position {
color:#666; font-family: 'Rubik', sans-serif; margin-bottom: 5px;
}

.career-box .my_btn {
margin:15px 0 10px;
background-color:#fff;
border:2px solid var(--primary-color);
color:var(--primary-color)!important;
}

.career-box h3 {
position:relative;
display:block;
font-size:22px;
line-height:30px;
font-weight:600;
color:#222;
margin-bottom:0
}

.custom-file{ margin-bottom: 16px; }
.custom-file-label{ left: 15px; right: 15px; }


/* Admission Page Start */

.admition-info-section .nav-pills{
    flex-direction: column;
}
.admition-info-section .nav-pills .nav-link {
    background-color: #fff; border:2px dashed #999;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
    position: relative;
    padding: 5px 25px; margin-bottom: 10px;
    border-radius: 20px; text-align: center; 
    transition: all 0.2s ease-in-out;
}

.admition-info-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--dark-color); border-color: var(--dark-color);
    position: relative;
}

.admition-info-section .nav-pills .nav-link:after{
    content: "\f101";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    top: 50%; transform: translateY(-50%);
    right: 50%;
    opacity: 0;transition: all 0.2s ease-in-out;
}

.admition-info-section .nav-pills .nav-link.active:after,.admition-info-section .nav-pills .nav-link:hover:after{
    right: 5px;
    opacity: 1;
}


.admition-info-section .tab-content{ border: 1px solid #ddd; padding: 20px; border-radius: 15px; margin-top: 10px; margin-bottom: 20px; }

.admission_step{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; }
.admission_step li{ 
    display: flex; flex-direction: column; text-align: center; align-items: center; flex: 1; 
    background-color: #fff;
    box-shadow: 0 5px 20px #e3e5ee;
    margin: 5px; border-radius: 10px; padding: 5px;
}
.admission_step li .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid var(--dark-color);
    border-radius: 100%;
    color: var(--primary-color);
    font-size: 30px;
    display: flex; margin: 10px;
    align-items: center;
    justify-content: center;
}

.admission_step li p{ line-height: 20px; margin-bottom: 8px; }

.admition-info-section label{ padding-left: 0; line-height: 20px; }

.form_header_box{ display: flex; margin-bottom: 20px;border-bottom: 1px solid #000; }
.form_header_box .profile_img{ border:none; }

.admission_header_box{ display: flex; margin-bottom: 20px; }
.form_data{ flex: 1; margin-right: 15px; }
.profile_img{ 
    width: 150px; height: 180px; 
    border:2px solid #999; 
    margin-left: auto; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.admition-info-section .form-group{ /*align-items: center;*/ }
.admition-info-section .check_label{ margin-bottom: 0; }


.admission_title{
    background-color: var(--primary-color);
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}

.h_checklist{ display: flex; flex-wrap: wrap; flex: 1; }
.h_checklist .form-check{ margin-right: 20px; }
.h_checklist .form-check .form-check-input{ margin-top: 4px; }
.border_box{ border:1px solid #ddd; padding: 10px 0 0; margin: 15px; }

.general_form_box{}
.general_form_box .form-group label{ width: 190px; }
.general_form_box .form-group .form-control{ flex: 1; }

.general_form_box .form-group .form-check label{ width: auto; }
.form-group .custom-radio label{ width: auto; margin-right: 10px; }
.general_form_box .form-group label.check_label{ width: 190px; }
.general_form_box .border_box .form-group label{ width: 175px; }

.profile_img{
    width: 150px; height: auto; min-height: 100px;
    border:2px solid #999;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.edit_profile_btn{ position: absolute;width: 40px; height: 40px; }
.edit_profile_btn .custom-file-label:after{ display: none; }
.edit_profile_btn .custom-file-label{
    left: 0; right: 0;width: 40px; height: 40px; padding: 0; border-radius: 100%;
    background-color: var(--dark-color); color: #000;
    display: flex; align-items: center; justify-content: center;
}


/* Directors Page Start */

.director_list ul{ display: flex;  justify-content: space-between; align-items: center; margin-bottom: 40px; }
.director_list li{ /*display: flex; align-items: flex-end;*/ 
    
}
.director_box{background-color:#133776; border-radius: 20px; padding: 25px 15px 15px;  text-align: center; width: 280px;}
.dir_sign_box{}
.dir_sign_img{ margin: 0 50px; }
.dir_img{ border: 5px solid #fff; border-radius: 10px; overflow: hidden; width: 230px; margin: 0 auto; }
.dir_info h5{ 
    padding: 5px; margin: 0;
    background-color: #133776; color: #fff; letter-spacing: 1.5px;
    border-radius: 0 50px 50px 0;
}
.dir_info p{ margin: 0; padding:0; color: #fff; }

.director_infobox h2{ text-align: center; }
.director_infobox p{ line-height: 24px; }


/* Blog Section Design Start */

.blog {
    box-shadow: 0 5px 15px 0 #dae3f0;
    margin-bottom: 20px;
}

.blog .blog-img a,.blog .blog-img img{ width: 100%; }

.blog_section .card {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e7f2;
    box-shadow: 0 5px 15px 0 #dae3f0;
}
.search_btn {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    color: #222;
}

.blog_section .card {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e7f2;
    box-shadow: 0 5px 15px 0 #dae3f0;
}
.blog_section .card-header {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}
.blog_section .card-link {
    text-align: left;
    font-size: 22px; line-height: 30px;
    color: #222; font-weight: bold;
    /*font-family: "Oswald";*/
    
}
.post_list li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post_list li:last-child{ border: none; margin-bottom: 0; padding-bottom: 0; }

.post_img {
    width: 90px;
    margin-right: 10px;
}
.post_img img {
    border-radius: 5px;
}
.post_list .info_txt {
    padding: 0;
    flex: 1;
}
.post_list li h4 {
    font-size: 18px; font-weight: normal;
    margin: 0;
    color: #333;
    flex: 1;
}
.post_list .info_txt span a {
    color: #999;
    font-size: 13px;
}
.post_list .info_txt span a i {
    margin-right: 5px;
    color: var(--primary-color);
}
.tags_list a {
    
    float: left;
    padding: 4px 15px 2px;
    border-radius: 2px;
    color: #666;
    font-size: 16px;
    margin: 0 6px 6px 0;
    background: #e6e6ea;
    border: 1px solid #eee;
    transition: all 0.2s ease-in-out;
}
.tags_list a:hover{ background-color: var(--primary-color); color: #fff; }
.post_list .badge {
    background-color: var(--dark-color);
    color: #222;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_list,.replay-comment{ display: flex; border-bottom: 1px solid #ddd; padding-bottom: 30px; margin-bottom: 30px; }

.comment-box .replay-comment{ margin-left: 0 !important;}

/*.review_list:nth-child(2){ padding-left: 50px; }*/
.review_list:last-child{ border:none; padding-bottom: 0; margin-bottom: 0; }

.review_child{ margin-left: 50px; }

.review_list .user_txt p{ font-size: 14px; color: #212529; margin-bottom: 8px; }
.review_list .my_btn{ padding: 5px 20px; margin-top: 10px; font-size: 14px; }
.user_img,.author-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 40%);
}

.blog-text {
    background: #fff;
    padding: 5px 20px 10px;
}

.blog-text p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.blog-text h5,.comment-info h4{ font-size: 22px; }

.replay-btn a{
    padding: 5px 20px;
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: var(--dark-color);
    font-weight: bold;
    color: #222 !important;
    border-radius: 25px;
}

.blog-text .blog-meta {
    margin-bottom: 5px;
}
.blog-text .blog-meta a {
    font-size: 12px;
    font-weight: 500;
    color: #777a7e;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 30px;
}
.blog-text .blog-meta a:last-child { margin-right: 0px;}
.blog-text .blog-meta a i {color: var(--primary-color);font-size: 14px;margin-right: 2px;}
.blog-text .blog-meta a:after {
    position: absolute;
    content: "/";
    font-size: 12px;
    color: #a0a2a6;
    right: -22px;
}
.blog-text .blog-meta a:last-child:after{ display: none; }
.blog-text-title {font-size: 30px;line-height: 25px;text-transform: uppercase; }
.blog-text-title a{ color: #333; }

.blog-text h4{color: #333; font-size: 28px;}


/* Academics Section Start */

.academic_section .card{ margin-bottom: 20px; }
.academic_section .card-header {
    background-color: var(--dark-color);
    color: #222;
}
.academic_section .card-header a{ color: #222; font-weight: bold;font-size: 18px; }
.academic_list li { width: 100%;}
.academic_list li a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    background-color: #e9ecf4;
    margin: 5px 0; padding: 12px 16px; line-height: 20px;
}
.nav-pills.academic_list .nav-link.active, .nav-pills.academic_list .show > .nav-link {
    background-color: var(--primary-color);
}

.all_btn_box {
    text-align: center;
}

.all_btn_box .my_btn{ font-size: 14px; }
.all_btn_box .my_btn.download{ background-color: var(--primary-color); color: #fff !important; }

.academic_top{background-color: #e9ecf4;border-radius: 10px;padding: 15px 15px 8px; margin-bottom: 20px;}
.academic_top .bold-text{ text-transform: uppercase; }
.academic_section h3 {
    font-size: 24px;
    margin-bottom: 8px;
}
.eligibility_box{ 
    display: flex; flex-wrap: wrap; justify-content: space-between; border-top: 1px solid #999; 
    padding-top: 5px;
}
.eligibility_box h5{
    font-weight: bold;
    color: #253b70;
    font-size: 16px;
    margin: 5px 0;
}

.sec-title p{ margin: 0; }

.activity_list{
    display: flex;
    flex-wrap: wrap;
}

.activity_list li{ 
    padding:5px 10px; margin: 5px; 
    background-color: #e9ecf4; border-radius: 5px;  
    font-weight: bold; color: #333;
}

.academic_txt_box .star_list{ margin-bottom: 20px; }

.play_txt_box{ margin-bottom: 20px; }
.play_txt_box p{ margin: 0; }
.play_txt_box p span{ color: #b50000; font-weight: bold; }

.school_logo_box{ padding: 15px; text-align: center; }
.school_logo_box img{ max-height: 120px; }

.pos_sticky{ position: sticky; top: 55px; align-self: flex-start; }

/* Footer Section Design Start */
footer{
  position: relative; margin-top: 80px;
}
.footer_shape{}
.footer_main_box{ padding: 50px 0 30px; text-align: center; background: url(../images/footer/footer_bg.jpg) left top;}
.footer_title {
    color: #222;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.footer-list li a:hover{ color: var(--primary-color); }

.footer-contact li {
    position: relative;
    color: #666;
    font-size: 16px; line-height: 18px;
    margin-bottom: 10px;
}
.footer-contact li i {
    font-size: 18px;
    margin-right: 10px;
    border-radius: 5px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: #222222;
}

.footer-contact li a{ color: #222; }

.footer_main_box{ position: relative; }
.footer_main_box .social_icon_list{ justify-content: center; margin: 30px 0; }
.footer_main_box .social_icon_list li a{ margin: 0 8px; }
.footer_main_box p{ margin-bottom: 0; }
.footer_main_box p span{ font-weight: bold; color: #222; }

.footer_logo{ text-align: center; position: relative; }
.footer_logo .logo_box a{ display: inline-block; margin: 0; }
.footer_logo:before{
  content: "";
  width: calc(50% - 80px); height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%; left: 0; transform: translateY(-50%);
}

.footer_logo:after{
  content: "";
  width: calc(50% - 80px); height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%; right: 0; transform: translateY(-50%);
}

.child_img{position: absolute; bottom: 0; right: 20px; width: 25%;}
.book_img{position: absolute; bottom: 0; left: 0; width: 25%;}

.copyright{ background-color: var(--primary-color); padding:10px 0; position: relative; }
.copyright_box{ display: flex; justify-content: space-between; align-items: center; }
.copyright_box *{ color: #fff; margin: 0; }
.copyright_box a{ font-weight: bold; color: #fff !important; }

.whatsapp_icon a {
    background-color: #3AB54A !important;
    position: fixed;
    right: 10px;
    bottom: 161px;
    display: inline-block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #3B5998; border:1px solid #fff;
    border-radius: 50%;
    z-index: 9;
}

.child_img {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite;
}

.book_img {
    -webkit-animation: jumpRightAni 7s linear infinite;
    animation: jumpRightAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes jumpRightAni {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes jumpRightAni {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}



/* All Media Query Start */

@media screen and (max-width: 1366.98px) {
    

}

@media screen and (min-width: 1200px) and (max-width: 1280px) {

    .my_navbar .navbar-nav > li > a{ font-size: 18px; }
    .my_navbar .navbar-brand{ max-width: 150px; margin-right: 0; }
    .my_navbar .navbar-nav > li > a{ /*padding: 20px 10px !important;*/ }
        
}



@media screen and (max-width: 1199.98px) {

   .my_navbar nav{ height: auto; }

   .my_navbar .container{ position: relative; }
   .my_navbar .navbar-collapse{ 
    position: absolute; right: 0; top: 0; width: 290px;
    background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 10px; overflow: hidden; z-index: 1;
   }
   .my_navbar .navbar-nav{ align-items: flex-start; }
   .my_navbar .navbar-nav li{ width: 100%; border-top: 2px dashed #999; }
   .my_navbar .navbar-nav li:first-child{ border:none; }
   .my_navbar .navbar-nav > li > a{ padding: 5px 14px !important; color: #666 !important; border-radius: 0; }
   .my_navbar .navbar-nav li.active > a{ color: #222 !important }
   .my_navbar .header-btn{ display: inline-block; margin: 10px; border:1px solid #666; }

   .my_navbar nav{ min-height: unset; }

   .navbar-toggler{
    position: absolute;
    right: 0;
    top: -70px;
    z-index: 1;
   }
   .top_right_links{ /*display: none;*/ margin-right: 50px; }

   .my_navbar.sticky .top_navbar{ position: fixed; top: 0; background-color: #fff; box-shadow: 0px 0px 9px 0px rgb(6 22 58 / 7%); }

   .my_navbar.sticky .navbar-toggler{ top: 35px; }
   .my_navbar.sticky .navbar-collapse{ top: 100px; }

   .btco-hover-menu .collapse ul ul, 
   .btco-hover-menu .collapse ul ul.dropdown-menu{
     background-color: #ddd !important; position: relative; margin: 5px; padding: 0;
   }
   .navbar .nav-item .dropdown-menu::before {
      top: -35px; font-size: 32px; color: #ddd;
   }

   .navbar-nav:not(.page_links) {
      display: none; 
    }


    .my_navbar .navbar-nav li{ margin: 0; }

    .dir_img{ width: 200px; }


    .admission_header_box label.mr-4{ margin-right: 10px !important; }


}

@media screen and (max-width: 991.98px) {

  .top_right_links { display: none; }
  
  
  .copyright .copyright-text{ text-align: center !important; }

  .team_img,.team_img img{ width: 130px; height: 130px; }

  .copyright_box{ flex-direction: column; text-align: center; }

  .why_us_list li .my_btn{ padding: 8px 30px; }

  .main-slider .slide .banner_txt h1{ font-size: 36px; line-height: 40px; }

  .admition-info-section .tab-content{ padding: 10px; }
  .admition-info-section .tab-content form{ padding: 10px; }
  .admission_step li{ flex-direction: row; flex: unset; width: 48%; margin: 1%; text-align: left; }
  .admission_step li .info{ flex: 1; }

   .gallery_list.all_list li{width: 31.33%;}

   /*Admission Form*/

   .admition-info-section .nav-pills{ flex-direction: row; justify-content: center; }

   .form_header_box{
    flex-direction: column; align-items: center;
   }
   .form_header_box .profile_img{ margin: 0 auto 20px; height: auto; }
   .form_header_box h1{ font-size: 36px; }

   .director_list ul{ flex-wrap: wrap; margin-bottom: 0; }
   .dir_sign_box{ order: 3; width: 100%;}
   .dir_sign_img{ width: 300px; margin: 20px auto; }

}

@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .top_left_link{ padding-left: 120px; }
  .top_left_link li{ padding: 10px 5px; }
  .my_navbar .navbar-brand{ max-width: 135px; }

  .my_navbar .navbar-collapse{ top: 0; }
  .my_navbar.sticky nav .navbar-collapse{ top: 110px; }

  .dir_img {
    outline: 5px solid #133776;
    border-radius: 10px;
    width: 135px;
  }
  .dir_info h5{ font-size: 16px; }
  .dir_info p{ padding: 5px 20px; }

}

@media screen and (max-width: 767.98px) {

  .blog_img{ width: 100%; }
  .blog_txt{ order: 2; }
  .blog_list li:nth-child(2n) .blog_img{ order: 1;}  

  .footer_main_box{ text-align: left; }
  .footer_title{ margin-top: 20px; margin-bottom: 10px; }
  .footer_main_box .social_icon_list{ justify-content: flex-start; margin-bottom: 0; }
  .social_icon_list li:first-child a{ margin-left: 0; }

  .why_us_list li{width: 100%; margin: 10px 0;}
  .gallery_list li{ /*width: 47%; margin: 1.5%;*/ }
  .gallery_list li:nth-child(2n){ margin-top: 1.5%; }
  .gallery_list li figure{ margin: 0; }

  .mini_address li{ flex: unset; width: 100%; }

  .sub_header h2{ font-size: 22px; }

  .admition-info-section .nav-pills{ flex-direction: row; justify-content: center; }
  .admission_step li{ width: 100%; margin: 8px 0; }

  .director_list li{ }
  .dir_img{ width: 150px; }
  .dir_info h5{ font-size: 16px; }
  .dir_info p{ padding: 5px 20px; }
  .director_list li:last-child{ justify-content: flex-end; }
  .director_list li:last-child .dir_img{ order: 2; }
  .director_list li:last-child .dir_info h5{ border-radius: 50px 0 0 50px;}


  .academic_section .tab-content{ margin-top: 20px; }
  .m_order_2{ order: 2; }

  .director_box{ width: 220px; }

  /*Admission Form*/
  .form_header_box h1{ font-size: 28px; }
  .admission_title{ font-size: 22px; }

}


@media screen and (max-width: 650px) {

  .main-slider .slick-slide img.m_only{ display: block; }
  .main-slider .slick-slide img.d_only { display: none; }

  .banner_img{ 
    position: relative;
    width: 400px; max-width: 80%;
    align-self: flex-end;
  }
  .main-slider .slide .slide_img{ position: absolute; }
  .main-slider .slide .slide_img img{ min-height: 600px; }
  .banner_box{ flex-direction: column; }
  .main-slider .slide .banner_txt{ order: 2; margin-bottom: 75px; text-align: center; }
  .main-slider .slide .slide_content{ position: relative; }

  .main-slider .slide .banner_txt h1{ font-size: 40px; line-height: 45px; }


  .banner_txt .my_btn{ margin-top: 10px; }
  .main-slider .slide .banner_txt h3{ margin-top: 5px; font-size: 20px; }
  .call_btn{
    border-radius: 20px 20px 0 0;
    padding: 5px 15px; width: 200px; font-size: 20px;
    left: 50%; transform: translateX(-50%);
  }
    
  .main-slider .slide .banner_txt{ max-width:100%; margin-top:30px;}
  .main-slider .slick-arrow{ left:auto; right:10px;}
  .main-slider .prev-arrow{ margin-right:50px; }
  
  .call_btn img{ width: 30px; }

  .blog_author{ flex-direction: column; align-items: flex-start; }
  .blog_author .my_btn{margin: 0 0 10px;}

  .gallery_list.all_list li{width: 47%; margin: 2%;}

}

@media screen and (max-width: 575.98px) {
    .admission_header_box{ flex-direction: column; }
    .admission_header_box .form_data{ order: 2; margin: 20px 0; }

    .admission_header_box .form_data .col{ order: 2; }
    .admission_header_box .form_data :not(.col){ order: 3; }
    .admission_header_box .form_data .title_col{ order: 1; }

    .admission_header_box .form_data .col label{ width: 100px; }
    .admission_header_box .form_data label{ width: 190px; }
    .admission_header_box .form_data .form-control{ flex: 1; }

    .admission_header_box .profile_img{ margin: 0 auto; }

}

@media screen and (max-width: 480px) {
    .gallery_list li:nth-child(2n){ margin-top: 0; }

    .general_form_box .form-group label{ width: 100%; }
    .general_form_box .border_box .form-group label{ width: 100%; }
    .general_form_box .form-group label.check_label{ width: 100px; }

    .admission_header_box .form_data .form-check label{ width: auto; }
    .admission_header_box .form_data label.check_label{width: 100px;}

    .director_list ul{ flex-direction: column; }
    .director_box{ margin-bottom: 20px; }
    
    .main-slider .slide .banner_txt h1{font-size: 30px;line-height: 36px;}
    .call_btn{ left:0; transform:none;}
}

@media screen and (max-width: 400px) {
  .mini_address li{ flex-direction: column; text-align: center; }
  .mini_address li .info{ padding: 0; margin-top: 10px; }

  .page_title h2{ font-size: 28px; }

}

@media screen and (max-width: 375px) {
    .dir_info h5{ padding: 10px; font-size: 14px; }
    .sub_header .breadcrumb li{ font-size: 15px; }

    .admission_header_box .form_data label,.admission_header_box .form_data .col label{ width: 160px; }
    .admission_header_box .form_data .col{ flex: unset; }
}
