/********** Template CSS **********/

:root {
    --primary: #348E38;
    --secondary: #525368;
    --light: #E8F5E9;
    --dark: #0F4229;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
@media (max-width: 489px) {

    .dnone-mobile {
        display: none !important;
    }

    .sm-dev-mt5 {
        margin-top: 12px !important;
        text-align: left !important;
    }
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Text Horizontal Letter Spacing ***/
.hor-spacing-3 {
    letter-spacing: 1px;
    font-size: calc(2rem + 1.5vw)
}

/*** Text Justify ***/
.text-justify {
    text-align: justify;
}

/*** Text Black***/
.text-pureblack {
    color: #000000 !important;
}


/*** Text Orange ***/
.text-orange {
    color: #FF6833 !important;
}

/*** Background Orange ***/
.bg-orange {
    background: #FFD580 !important;
}

.bg-yellow {
    background: #FFCC29 !important;
}

.text-yellow {
    color :#FFDE00 !important;
}

.bg-acc-light {
    background: #E8F5E9 !important;
}

/*** STAFF EDITOR TABLE STYLE CHANGE ***/
/*** STAFF EDITOR TABLE STYLE CHANGE ***/
/*** STAFF EDITOR TABLE STYLE CHANGE ***/

.t1 tbody tr td { 
    width: auto !important;
    border: 1px #F1EEEE solid !important;
    text-align: left !important; 
     letter-spacing:0.2px;
   
}

.t3 tbody {
    display: table;
    width: 100%; 
}

.t2 table {
    display: block;
    overflow-x: auto;
   white-space: nowrap;
    border: 0 !important;
    overflow: scroll;
    width: 100% !important;
}
.t2 table tr:nth-child(1) {background-color:#F3F3F3 ; text-shadow:1px 1px 1px #CCC;   }
.t2 table tr:nth-child(even) {background-color: #F9F9F9;  }
.t5::-webkit-scrollbar {
    display: none;
  }

.t4 tbody tr td { 
    display: table;
    width: 100%;
    border: 1px #cecfd4 solid !important;
    text-align: left !important;
    display: block;
    white-space: nowrap;
    border: 0 !important;
    width: 100% !important;
}
 

.rounded-0important {
    border-radius: 0% !important;
}

/*** Staff Image Width Height***/
.upd-book-cover {
     width: 240px !important; 
    
    height: 250px !important;
     /*object-fit: cover !important;*/ 
     
}

/*.custom-card-faculty-card {
      box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 0.5rem !important;    
    border: none !important;
  }

.custom-card-faculty-card .staff-name{  font-size: 12px !important;  color: #333; letter-spacing:0.7px ;  font-family: "Cal Sans", sans-serif;   }
.custom-card-faculty-card .staff-name-desig{ padding-left:8px; padding-right:8px; font-size: 11px !important;  font-family: "Cal Sans", sans-serif;  color: #555;   }
  
@media (max-width: 991.98px) {
  .custom-card-faculty-card {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
       border-radius: 0.5rem !important;    
    border: none !important;
  }
    .custom-card-faculty-card .staff-name {
    font-size: 12px;
  }
    .custom-card-faculty-card .staff-name-desig {
    font-size: 11px;
  }
}

 
@media (max-width: 800px) {
    .custom-card-faculty-card {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
         border-radius: 0.5rem !important;    
    border: none !important;
  }
    .custom-card-faculty-card .staff-name {
    font-size: 12px;
  } 
    .custom-card-faculty-card .staff-name-desig {
    font-size: 11px;
  }
}
 */
/* Common styling for all devices */
.custom-card-faculty-card {
  background: #fff;  
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 0.5rem !important;
  border: none !important;
  overflow: hidden;  
  padding-bottom: 10px; 
}

.custom-card-body {
  padding: 10px;
}

.custom-card-faculty-card .staff-name {
  font-size: 12px !important;
  color: #333;
  letter-spacing: 0.7px;
  font-family: "Cal Sans", sans-serif;
}

.custom-card-faculty-card .staff-name-desig {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px !important;
  font-family: "Cal Sans", sans-serif;
  color: #555;
}

 
@media (max-width: 991.98px) {
  .custom-card-faculty-card {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 0.5rem !important;
    border: none !important;
  }
}

 
@media (max-width: 800px) {
  .custom-card-faculty-card {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 0.5rem !important;
    border: none !important;
  }
}

 .rounded-photo-fac-card {
     width: 145px !important; /* Set the desired width */
      height: 160px !important; /* Set the desired height */
       border-radius: 1%  !important; /* Adjust border radius as needed */
      overflow: hidden  !important; /* Ensure the image is contained within the rounded shape */
     /*object-fit: cover !important;*/ /* Ensure the image is not streched */
      
}


 
/*** Vertical Middle **/
.valign-middle {
    vertical-align: middle !important;
}

/*** Add Plus ***/
h1.add-plus::after {
    content: "⁺";
}


/*** Header Image Visibility ***/
.visible-mobile {
    display: none !important;
}

@media (max-width: 489px) {

    .visible-mobile {
        display: inline !important;
    }

    .hidden-mobile {
        display: none !important;
    }


}

/*** Staff SideBar Visibility ***/
@media (max-width: 820px) {
    .hidden-midmob {
        display: none !important;
    }
}


/*** Small Font ***/
.small-font {
    font-size: 14px !important;
}





/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 90px;
    height: 90px;
}

.btn-lg-square {
    width: 90px;
    height: 90px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Go to Top Button ***/

.btn-square1 {
    width: 38px;
    height: 38px;
}

.btn-sm-square1 {
    width: 38px;
    height: 38px;
}

.btn-lg-square1 {
    width: 38px;
    height: 38px;
}

.btn-square1,
.btn-sm-square1,
.btn-lg-square1 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    color: white;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 70px
}


  


.navbar .navbar-nav .nav-link {
    margin-right: 15px;
    padding: 10px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown-submenu>a:after {
    display: block;
    float: left;
    width: 0;
    height: 0;
    margin-top: 9px;
    margin-right: 30px;
    border-color: transparent;
    border-right-color: #cccccc;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: "\f107";
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 10px;

        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item .dropdown-submenu>.dropdown-menu {

        visibility: hidden;
        transition: .5s;
        opacity: 1;
    }


    .navbar .nav-item:hover .dropdown-menu {

        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar .nav-item:hover .dropdown-submenu>.dropdown-menu {

        visibility: hidden;
        transition: .5s;
        opacity: 1;
    }

    .navbar .nav-item .dropdown-submenu:hover>.dropdown-menu {

        visibility: visible;

        opacity: 1;
    }

}

/*** APPLY NOW YELLOW NABAR BUTTON ****/

@media (max-width: 1277px) {

.ptop-md{
padding-top: 15px !important;
}
}
    

@media (max-width: 350px) {

    .ptop-md{
    padding-top: 30px !important;
    }


}


.bg-opac{
    background: rgba(0, 0, 0, .2);
}


/*** Header ***/
.carousel-caption {

    left: 0;
    right: 0;
    top:0;
    bottom:0;
    
    
    align-items: right;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

.carousel-item.active img {
    transition: transform 10000ms linear 0s;
    transform: scale(1.05, 1.05);
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}


/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(16, 99, 20, 0.6);
}


/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}

.service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
    
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}


/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

 

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #072A19;
}

.copyright a {
    color: #FFFFFF;
}

.copyright a:hover {
    color: var(--primary);
}

/*** Sticky Apply Button ***/
.icon-bar {
    position: fixed;
    bottom: 150px;
    right: -30px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(-90deg);


}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: black;
    font-size: 12px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #ffffff;
}

.facebook {
    background: #ffc107;
    color: white;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}


/*** Recruiter Placement Slider ***/
/* Slider */

.slick-slide {
    margin: 0px 20px;

}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;

}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*** Tab Custom Css ***/
.tabs {
}
.tabs input[type=radio] {
  display: none; 
}
.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  font-size:100%;
  padding-left:2%;
  padding-right:2%;
  cursor: pointer;
  color: var(--primary);
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  line-height: 3em; 
}
.tabs label:last-of-type {
  border-bottom: none; 
}
.tabs label:hover {
  background: var(--primary);
  color:#ffffff;
}
@media screen and (max-width: 1600px) {
.tabs label {
  width: auto; } 
}
@media screen and (max-width: 900px) {
.tabs label {
  width: 100%; 
  } 
}
@media screen and (max-width: 600px) {
.tabs label {
  width: 100%;
  display: block;
  border-bottom: 2px solid #C7C6C4;
  border-radius: 0; 
} 
}
@media screen and (max-width: 600px) {
.tabs {
  margin: 0; 
} 
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
  background: var(--primary);
  color: #FFFFFF; }

.tab-content {
  position: absolute;
  top: -999999px;
  padding: 10px; 
}

.tab-content-wrapper{
  background: #FCFCFC;
  border-top: var(--primary) 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  
}
@media screen and (max-width: 600px) {
.tab-content-wrapper, .tab1-content-wrapper {
  border: none;
  border-radius: 0; 
} 
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3, #tab4:checked ~ .tab-content-wrapper #tab-content-4,
#tab5:checked ~ .tab-content-wrapper #tab-content-5, #tab6:checked ~ .tab-content-wrapper #tab-content-6 {
  position: relative;
  top: 0px;
 }


 /*** Library Sidebar ***/
 #wrapper {
    overflow-x: hidden;
  }
  
  #sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    transition: margin 0.25s ease-out;
  }
  
  #sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
  }
  
  #sidebar-wrapper .list-group {
    width: 15rem;
  }
  
  #page-content-wrapper {
    min-width: 100vw;
  }
  
  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: 0;
  }
  
  @media (min-width: 768px) {
    #sidebar-wrapper {
      margin-left: 0;
    }
  
    #page-content-wrapper {
      min-width: 0;
      width: 100%;
    }
  
    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
      margin-left: -15rem;
    }
  }

/*CSS Added by binu*/
.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}


.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #AED98C;
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: #AED98C;
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

 .schoolsheadingAbt h6 {
              text-align: center;
              font-size: 20px;
              text-transform: uppercase;
              color: #444;
              letter-spacing: 1px;
              font-family: "Raleway", sans-serif;
              font-weight: 500;
              margin-bottom: 5px;
            }

    .schoolsheadingAbt h1 {
        text-align: center;
        font-size: 35px;
        text-transform: uppercase;
        color: #222;
        letter-spacing: 1px;
        font-family: "Playfair Display", serif;
        font-weight: 400;
    }
    
    @media screen and (max-width: 768px) {
    .schoolsheadingAbt h1 {
        font-size: 24px; /* Reduce font size */
        text-align: center;
    }

    .schoolsheadingAbt h1 span {
        font-size: 14px;
        display: block; /* Breaks onto the next line */
        text-align: center;
        line-height: 1.4;
        }
    }
/*CSS Ends*/