/*
@File: Adma Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************


** - Default Style
** - Section Title Style
** - Top Header Area Style
** - Navbar Area Style
** - Hero Area Style
** - About Area Style
** - Graduets Area Style
** - Funfact Area Style
** - Apply Area Style
** - Events Area Style
** - Tuition Area Style
** - Facilities Area Style
** - Testimonial Area Style
** - Partner Area Style
** - Footer Area Style
** - Overview Area Style
** - Programs Area Style
** - Upcoming Area Style
** - Application Area Style
** - Blog Area Style
** - Admission Area Style
** - Adma About Area Style
** - Video Area Style
** - Student Area Style
** - Counter Area Style
** - Choose Area Style
** - Newsletter Area Style
** - Page Banner Area Style
** - Fitness Area Style
** - Support Area Style
** - Contact Area Style
*/
/*================================================
Default Style
=================================================*/
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"); */


 @import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap"); 
 @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"); 

:root {
  --heading-font-family: "Sora", system-ui, sans-serif;
  --body-font-family: "Poppins", sans-serif;
  --fontSize: 16px;
  --primaryColor: #FA394A;
  --secenderyColor: #FFC333;
  --whiteColor: #ffffff;
  --blackColor: rgb(0, 30, 67);
  --paragraphColor: #555;
  --transition: .5s;
}

body {
  margin: 0;
  padding: 0;
  color: var(--paragraphColor);
  font-weight: 400;
  font-size: var(--fontSize);
  font-family: var(--body-font-family);
}


.nav .nav-link.custom-tab {
    color: #000;
    font-weight: 500;
    text-decoration: none;
  }

  .nav .nav-link.custom-tab.active {
    color: #dd4b1d  !important;
    font-weight: bold;
    text-decoration: underline;
  }



/*.fixed-tab {
  position: fixed;
  top: 0; 
  left: 0;
  right: 0;
  z-index: 999;
  background: #ffffff !important; 
  padding: 10px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}*/



.reviwe-box{
 height: auto !important;
}


.btn-orange {
  background-color: #ef8830;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.btn-orange:hover {
  background-color: #d7721c;
  color: white;
}



#sticky-countdown {
position: fixed;
    bottom: 8px;
    left: 10px;
    background:#828282;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 280px;
    font-family: 'Segoe UI', sans-serif;
}

#sticky-countdown h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  color:#fff;
}

#sticky-countdown .countdown {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

#sticky-countdown .countdown div {
  background: rgba(255, 255, 255, 0.25);
  padding: 8px 10px;
  border-radius: 10px;
  min-width: 50px;
}

#sticky-countdown .countdown span {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
}

#sticky-countdown .countdown small {
  font-size: 0.7rem;
  color: #fff;
}

/* Close Button */
#close-countdown {
  position: absolute;
  top: 8px;
  right: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  transition: background 0.3s;
}







.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: var(--blackColor);
  font-family:"Sora", system-ui, sans-serif;
}

@media (max-width: 767px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}



a {
  transition: var(--transition);
  color: var(--blackColor);
  outline: 0 !important;
  text-decoration: none !important;
}

a:hover {
  color: var(--primaryColor);
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

ol, ul {
  padding-left: 0rem !important;
}
img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 15px;
  color: var(--paragraphColor);
  font-family: var(--body-font-family);
}

p:last-child {
  margin-bottom: 0;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primaryColor) !important;
}

.ptb-100 {
  padding-top: 110px;
  padding-bottom: 110px;
}

/*************************
       Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-12 { margin-top: 12px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-35 { margin-top: 35px }
.mt-37 { margin-top: 37px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-160 { margin-top: 160px }
.mt-179 { margin-top: 179px }
.mt-150 { margin-top: 150px }
/*************************
    Margin right
*************************/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-12 { margin-right: 12px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-35 { margin-right: 35px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
    Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-12 { margin-bottom: 12px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-65 { margin-bottom: 65px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
      Margin left
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-12 { margin-left: 12px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-125 { margin-left: 125px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
      Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-37 { padding-top: 37px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-55 { padding-top: 55px }
.pt-60 { padding-top: 60px }
.pt-65 { padding-top: 65px }
.pt-70 { padding-top: 70px }
.pt-75 { padding-top: 75px }
.pt-80 { padding-top: 80px }
.pt-85 { padding-top: 85px }
.pt-95 { padding-top: 95px }
.pt-90 { padding-top: 90px }
.pt-97 { padding-top: 97px }
.pt-100 { padding-top: 100px }
.pt-95 { padding-top: 95px }
.pt-105 { padding-top: 105px }
.pt-110 { padding-top: 110px }
.pt-115 { padding-top: 115px }
.pt-120 { padding-top: 120px }
.pt-125 { padding-top: 125px }
.pt-130 { padding-top: 130px }
.pt-135 { padding-top: 135px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
.pt-155 { padding-top: 155px }
.pt-180 { padding-top: 180px }
.pt-205 { padding-top: 205px }
.pt-365 { padding-top: 365px }
.pt-370 { padding-top: 370px }   
.pt-380 { padding-top: 380px }
/*************************
      Padding right
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
.pr-155 { padding-right: 155px }
.pr-155 { padding-right: 155px }
.pr-180 { padding-right: 180px }
.pr-195 { padding-right: 195px }
/*************************
      Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-25 { padding-bottom: 25px }
.pb-30 { padding-bottom: 30px }
.pb-35 { padding-bottom: 35px }
.pb-40 { padding-bottom: 40px }
.pb-45 { padding-bottom: 45px }
.pb-50 { padding-bottom: 50px }
.pb-55 { padding-bottom: 55px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-70 { padding-bottom: 70px }
.pb-75 { padding-bottom: 75px }
.pb-80 { padding-bottom: 80px }
.pb-85 { padding-bottom: 85px }
.pb-90 { padding-bottom: 90px }
.pb-95 { padding-bottom: 95px }
.pb-97 { padding-bottom: 97px }
.pb-100 { padding-bottom: 100px }
.pb-105 { padding-bottom: 105px }
.pb-107 { padding-bottom: 107px }
.pb-110 { padding-bottom: 110px }
.pb-115 { padding-bottom: 115px }
.pb-120 { padding-bottom: 120px }
.pb-125 { padding-bottom: 125px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-145 { padding-bottom: 145px }
.pb-150 { padding-bottom: 150px }
.pb-178 { padding-bottom: 178px }
.pb-180 { padding-bottom: 180px }
.pb-280 { padding-bottom: 280px }
.pb-210 { padding-bottom: 210px }
.pb-285 { padding-bottom: 285px }
.pb-290 { padding-bottom: 290px }
/*************************
      Padding left
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-125 { padding-left: 125px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }
.pl-155 { padding-left: 155px }
.pl-190 { padding-left: 190px }
.pl-195 { padding-left: 195px }


/***************************
  Page section padding 
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-15 { padding: 15px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-32 { padding: 32px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-135 { padding: 135px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }
.ptb-160 { padding: 160px 0 }
.ptb-170 { padding: 170px 0 }
.ptb-177 { padding: 177px 0 }
.ptb-180 { padding: 180px 0 }
.ptb-190 { padding: 190px 0 }
.ptb-200 { padding: 200px 0 }
.ptb-210 { padding: 210px 0 }
.ptb-220 { padding: 220px 0 }
.ptb-250 { padding: 250px 0 }
.ptb-290 { padding: 290px 0 }
.ptb-310 { padding: 310px 0 }

/***************************
  Page section margin 
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }
.mtb-290 { margin: 290px 0; }


/*=========================================
Default Btn
===========================================*/


.btn {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    background: #008060;
    border: 1px solid #008060;
    overflow: hidden;
}

.default-btn {
  padding: 15px 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor) !important;
  background-color: var(--primaryColor);
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 700;
}

.default-btn i {
  line-height: 0;
  font-size: 25px;
  margin-left: 19px;
  position: relative;
}

.default-btn:hover {
  color: var(--blackColor) !important;
  background-color: var(--whiteColor);
}

.default-btn.style-2:hover {
  color: var(--whiteColor) !important;
  background-color: var(--blackColor);
}

/*=========================================
Section Title Style
===========================================*/
/* .section-title {
    max-width: 610px;
    margin-bottom: 35px !important;
  }
   */
  .section-title h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    color: #031f42
  }
  
  .top-bar {
    background-color: #004d3a;
    font-size: 14px;
    padding: 16px 0;
    color: #fff;
  }

  .top-bar a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
  }

  .header-cta ul li:first-child {
    margin-left: 0;
}

.header-cta ul {
    margin-bottom: 0;
    padding-left: 0;
}

.header-cta .call-box {
    display: flex;
    text-align: left;
}

.call-box .icon {
    display: inline-block;
}
.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
}

.header-cta ul li i {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.text-right {
    text-align: right;
}

.header-social a {
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
}
  .navbar-brand span {
    font-size: 30px;
    font-weight: bold;
    color: #555;
    display: block;
    line-height: 1;
  }

  .navbar-brand small {
    font-size: 12px;
    color: #888;
    letter-spacing: 1px;
  }

  .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 17px;
    color: #333 !important;
    padding: 8px 10px !important;
  }


.navbar-nav .dropdown-menu {
  position: static;
  border: none;
  line-height: 35px;
  padding: 15px 0 0;
  box-shadow: rgba(25, 25, 25, 0.1) 0px 10px 15px;
}

.dropdown-item {
border-bottom: 1px solid #dddddd !important;
}

  .admission-btn {
    background-color: #00724e;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
  }

  .admission-btn:hover {
    background-color: #005c3e;
  }

  .search-toggle {
    font-size: 18px;
    color: #333;
    margin-right: 15px;
    cursor: pointer;
  }
  .second-header-btn .btn {
    background: #004d3a;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    position: relative;
    border-radius: 5px;
}

.second-header-btn .btn:hover {
    background: #012b20;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    position: relative;
    border-radius: 5px;
}

.login li a {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
}

 

/* Banner slider */
  .banner-slider .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    background: rgba(0,0,0,0.4);
    color: white;
    padding: 10px;
    border: none;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
  }
  .owl-nav .owl-prev { left: 10px; }
  .owl-nav .owl-next { right: 10px; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100vh;
}

.carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    color: #004d3c;
    display: flex;
    align-items: center;
  }

  .hero-content {
    padding: 180px 0;
  }

  .hero-content h1 {
    font-size: 4rem;
    font-weight: bold;
  }

  .hero-content p {
    color: #333;
    max-width: 600px;
    margin-top: 20px;
  }

  .contact-circle {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    transform: rotate(-15deg);
  }

  .contact-circle i {
    transform: rotate(15deg);
    font-size: 24px;
  }

  .support {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .support i {
    font-size: 24px;
    color: #008060;
  }


  

  .about-title h5 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #004C3F;
}

.s-about-content h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #031f42;
}

.s-about-content .txt-clr {
  color: #004C3F;
  font-size: 18px;
  line-height: 28px;
}

.about-content li {
  display: flex;
  margin-bottom: 10px;
}
.about-content3 li::before {
  font-family: "Font Awesome 5 Pro";
  content: "-";
  margin-right: 10px;
  color: rgb(0, 128, 96);
}
.about-area .btn {
  background: #004C3F;
  border: 1px solid #004C3F;
}

.about-area .btn:hover{
  background: #000;
  border: 1px solid #004C3F;
}

.award-btn {
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  background: #FBF7ED;
  padding: 20px 30px;
  position: relative;
  margin-left: 30px;
  font-family: Lora;
  font-size: 18px;
  font-weight: 600;
  color: #004C3F;
  display: inherit;
}

.award-btn .img {
  position: absolute;
  top: 5px;
  left: -30px;
}

.second-about {
  right: 0;
  bottom: 0;
  width: 299px;
}

.about-text {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 298px;
  background: #008060;
  padding: 8px;
  border-radius: 5px;
  overflow: hidden;
}

.box-text {
  display: inline-flex;
  gap: 20px;
  align-items: flex-start;
  color: #fff;
}

.about-text span {
  font-size: 50px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-family: 'Lora', serif;
  display: block;
  margin: 5px 0 15px;
}

.slider-btn {
  display: inline-block;
  position: relative;
}

.about-area .btn {
  background: #004C3F;
  border: 1px solid #004C3F;
  padding: 16px 29px;
}
.second-about p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
}


/*  programs  */

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -5px;
}

.section-title h6 {
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.section-title.color-red h6 {
  color:#004C3F;
  position: relative;
}

.courses-sub-text {
  font-size: 16px;
  font-weight: 400;
}
.popular-courses-items {
  margin: 30px 8px;
  /* background-color: #FFEFF0;
  border: 1px solid #FFCCCF; */
  border-radius: 7px;
  padding: 25px 40px;
}

.bg-1 {
  background-color: #FFEFF0;
  border: 1px solid #FFCCCF;
}

.bg-2 {
  background-color: #FFF9E3;
  border: 1px solid #F0DE9C;
}

.bg-3{
  background-color: #E0FEC6;
  border: 1px solid rgba(9, 34, 75, 0.1);
}

.bg-4{
  background-color: #fefdc6;
  border: 1px solid rgba(9, 34, 75, 0.1);
}

.popular-courses-items .popular-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popular-courses-items .popular-thumb .post-box {
  margin-top: 10px;
}

.popular-courses-items .popular-thumb .post-box .post-cat {
  display: inline-block;
  color: #252525;
  font-weight: 500;
  padding: 7px 10px;
  border: 1px solid #666;
  border-radius: 7px;
  line-height: 1;
  text-decoration: none;
}

.popular-courses-items .popular-thumb .thumb {
  margin-top: -5px;
  max-width: 169px;
  position: relative;
  /* -webkit-mask: url(data:image/svg+xml;utf8,<svg xmlns="images/" viewBox="0 0 169 169"><path d="M0 15C0 6.71573 6.71573 0 15 0H154C162.284 0 169 6.71573 169 15V151.103C169 160.436 160.568 167.503 151.378 165.872L12.3783 141.197C5.21733 139.926 0 133.701 0 126.428V15Z" /></svg>);
  mask: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 169 169"><path d="M0 15C0 6.71573 6.71573 0 15 0H154C162.284 0 169 6.71573 169 15V151.103C169 160.436 160.568 167.503 151.378 165.872L12.3783 141.197C5.21733 139.926 0 133.701 0 126.428V15Z" /></svg>);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 99; */
}

.popular-courses-items .popular-thumb .thumb img {
  width: 100%;
  height: 100%;
  width: 220px; /* adjust size as needed */
  height: auto;
  display: block;
  border-radius: 20px; /* rounded corners */
  clip-path: polygon(0 0%, 100% 0%, 101% 100%, 57% 102%, 100% 100%, 0% 85%);
}
.popular-courses-items .content {
  margin-top: 20px;
}

.popular-courses-items .content h4 a {
  color: #000;
  text-decoration: none;
}

.popular-courses-items .content .star {
  margin-top: 15px;
  border-bottom: 1px solid #979797;
}

.popular-courses-items .content .link-btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  color: var(--header);
  padding-top: 25px;
  text-decoration: none;
}

/* video play */

.cta-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 270px 0;
  display: flex;
      justify-content: center;
      align-items: center;
}

.s-video-content {
  width: 100%;
  text-align: center;
}

.s-video-content a {
  z-index: 9;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.s-video-content a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 120px;
  width: 120px;
  background: rgba(255, 255, 255, 0.09);
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-border 1500ms ease-out infinite;
}

.counter-section-2 {
  position: relative;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.count {
  background-color: #004c3f;
  padding: 50px;
  position: relative;
  z-index: 9;
  border-radius: 12px;
  top: 7em;
}

.content-c h3 {
  font-size: 42px;
}

.content-c p {
  color: #dbdada;
}

.counter-wrapper-2 {
  padding: 70px 100px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.counter-wrapper-2 .counter-items .icon {
  color: var(--white);
  font-size: 65px;
}

.counter-wrapper-2 .counter-items .content h2 {
  font-size: 55px;
  color: var(--white);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.benefits-area .tab-content {
  background: #fff;
  border-radius: 10px;
  padding: 60px;
  margin-left: -150px;
}
.benefits-area ul {
  border: none;
  display: inherit
;
  margin-bottom: 30px;
}
.benefits-area li {
  display: inline-block;
  margin: 30px 15px 30px 0;
}
.benefits-area li span {
  padding: 15px 30px;
  color: #004C3F;
  background: #FBF7ED;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  border-radius: 10px;
  font-weight: 600;
}
.benefits-area .tab-content h2 {
  font-size: 48px;
  margin-bottom: 30px;
}

/* partners */
.global-partner-wrapper {
  background-color: #FFF1E0;
  border: 1px solid rgba(9, 34, 75, 0.1);
  padding: 70px;
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.global-partner-wrapper .section-title p {
  color: var(--header);
  max-width: 370px;
}
.global-partner-wrapper .global-partner-items {
  border-left: 1px solid rgba(9, 34, 75, 0.07);
}

.global-partner-wrapper .global-partner-items .global-logo:hover, .global-partner-wrapper .global-partner-items .global-logo.active {
  background-color:#fff;
}
.global-partner-wrapper .global-partner-items .global-logo {
  padding: 35px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(9, 34, 75, 0.07);
  border-right: 1px solid rgba(9, 34, 75, 0.07);
  transition: transform 0.4s ease;
}

.global-partner-wrapper .global-partner-items .global-logo:hover img {
  transform: scale(1.1); /* Zoom in by 10% */
}

/*testimonials */

.clg-testimonial-slider {
  padding-left: 30px;
  margin-left: -30px;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex
;
  transition-property: transform;
  box-sizing: content-box;
}
.clg-testimonial .xb-item--holder {
  padding-right: 100px;
}
.clg-testimonial .xb-item--quote {
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: var(--color-white);
  display: flex
;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 20px 0 rgba(23, 0, 6, 0.12);
}

.clg-testimonial .xb-item--content {
  font-family: var(--font-body);
  font-size: 36px;
  line-height: 46px;
  color: var(--color-heading);
  padding-left: 183px;
}

.dott-bg {
  background: url(../images/dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
    right: 0;
    top: 0;
}

.testimonial-carousel {
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.testimonial-carousel .quote-icon {
  font-size: 40px;
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin: 0 auto 20px;
  font-weight: bold;
}

.testimonial-carousel .carousel-item {
  transition: transform 0.6s ease;
}

.testimonial-carousel .testimonial-text {
  font-size: 20px;
  font-weight: 500;
  max-width: 900px;
  margin: 10px auto 40px;
  text-align: justify;
  line-height: 38px;
  color: #2c0e11;
}

.testimonial-carousel .thumbs {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.testimonial-carousel .thumb {
  text-align: center;
}

.testimonial-carousel .thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-carousel .thumb .name {
  font-weight: 500;
  margin-top: 10px;
  font-size: 16px;
  color: #2c0e11;
}

.testimonial-carousel .thumb .role {
  font-size: 14px;
  color: #666;
}

.testimonial-carousel .carousel-control-prev,
.testimonial-carousel .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #460000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-carousel .carousel-control-prev-icon,
.testimonial-carousel .carousel-control-next-icon {
  background-size: 50% 50%;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

.multi-image-slide img {
  height: 400px; /* adjust as per your image height */
  object-fit: cover;
  width: 100%;
}


.recent-blog-footer li {
  display: flex;
  margin-bottom: 25px !important;
}
.recent-blog-footer li .thum {
  float: left;
  width: 155px;
  margin-right: 15px;
}
.recent-blog-footer li .thum img {
border-radius: 10px;
}
.recent-blog-footer a {
  width: 100%;
  display: inline-block;
  color:#fffc !important;
}
.recent-blog-footer a:hover {
  color:#fff !important;
}
.recent-blog-footer span {
  color:#008060;
}

.footer-top-heiding {
  
  margin-bottom: 50px;
}
.footer-top-heiding .container{
  padding-bottom: 50px;
  border-bottom: 1px solid #ffffff2e;
}
.f-contact {
display: flex;
}

.f-contact p {
 color: #c5cfce;
  }

.f-contact i {
height: 40px;
line-height: 40px;
color: #008060;
text-align: center;
border-radius: 50%;
float: left;
}


.f-contact a {
  color:#fff !important;
}
.f-contact a:hover{
  color: #fff !important;
}
.footer-top-heiding .col-lg-4 {
  border-right: 2px solid #20282E;
}
.footer-top-heiding .col-lg-4:last-child{
  border-right: none;
}

.f-contact span{
  color:#fff;
}
.f-contact h3 {
  color: #fff;
  font-size: 24px;
}
.footer-top-heiding h2{
  color: #fff;
}
.footer-bg {
  color:#777;
  background-position: center center!important;
  background-size: cover;
  background-repeat: no-repeat;
}
.f-cta-area.gray-bg {
background: #f4f4fe;
border-top: 3px solid #008060;
}
.footer-text p {
color: #ddd;
margin-bottom: 0;
}

.footer-social span {
font-size: 14px;
color: #fff;
font-weight: 500;
font-family: 'Playfair Display', serif;
display: inline-block;
margin-right: 20px;
}
.footer-social a {
font-size: 16px;
display: inline-block;
margin-right: 15px;
background-color: #ffffff47;
text-align: center;
color: #06070b !important;
}
.footer-social a:hover{    
  color: #FF7E3D !important;
}
.f-widget-title h2,.footer-widget .widgettitle  {
font-size: 24px;
margin-bottom: 5px;
position: relative;
padding-bottom: 16px;
padding-left: 6px;
  color: #fff;
}
.f-widget-title h2::before,.footer-widget .widgettitle::before {
   content: "";
position: absolute;
left: 0;
bottom: 22px;
height: 1px;
width: 70px;
background: #008060;
  display: none;
}
.f-widget-title img {
  width: 167px;
}

.footer-link ul li {
  list-style: none;
}

.footer-link ul li i {
  color: #008060;
  margin-right: 5px;
}
.footer-link ul li a {
color:#fff;
display: inline-block;
text-decoration: none;
}
.footer-link ul li a::before {
content: "";
margin-right: 8px;
color: #008060;
font-family: "Font Awesome 6 Pro";
}
.footer-link ul li a:hover{color: #fff;}
.footer-link ul li {
margin-bottom: 10px;
}
.footer-link ul li:last-child{margin-bottom: 0;}
.footer-two .footer-link ul li a,.footer-two .copyright-wrap li a,.footer-two .copyright-wrap{
  color: #37383A;
}
.footer-two .footer-link ul li a::before{
  display: none;
}
.footer-two .f-contact i{
  color: #06070B ;
}
.footer-two .f-contact a,.footer-two .f-contact span
{
color: #37383A !important;
}
.footer-two .footer-widget p{
   color: #37383A;
}
.footer-two .f-widget-title h2, .footer-two .footer-widget .widgettitle{
  color: #06070B;
}
.footer-two .copyright-wrap{
  border-top: 2px solid #06070B17;
  opacity: 0.7; 
}
.footer-two .copyright-wrap .container{
  padding: 30px 0;
}
.footer-three .footer-social a{
  background: none;
}
.footer-three .f-contact i
{
color: #FF7E3D;
}
.footer-three .copyright-wrap{
  border: none;
}
.footer-three .copyright-wrap .container
{
border-top: 2px solid #06070B17;
  color: #37383A;
}
.f-insta ul li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 9px;
  width: 31.2% !important;
}
.f-insta ul li img {
width: 100%;
}
.f-insta ul li:nth-child(3), .f-insta ul li:nth-child(6) {
  margin-right: 0 !important;
}
.f-insta ul li a{display: block;position: relative;}
.f-insta ul li a::before {
content: "\e035";
font-family: "dripicons-v2" !important;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%,-50%);
font-size: 24px;
color: #fff;
transition: .3s;
opacity: 0;
z-index: 9;
}
.f-insta ul li a::after {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: #008060;
opacity: 0;
transition: .3s;
}
.f-insta ul li:hover a::before{top: 50%;opacity: 1;}
.f-insta ul li:hover a::after{opacity: .6;}
.copyright-wrap {
color: #fff;
font-size: 15px;  
}
.copyright-wrap .container{
  padding: 20px 0 20px;
  border-top: 1px solid #fff3;
}
.copyright-wrap li {
  display: inline;
  padding-left: 15px;
  margin-left: 40px;
  position: relative;
}
.copyright-wrap li::before {
background-color: #141b22;
width: 8px;
height: 8px;
content: "";
position: absolute;
left: -4px;
top: 5px;
border-radius: 50px;
display: none;
}
.copy-text img{
  width: 50%;
}
.copyright-wrap li a{
  color: #fff;
}
.f-contact .icon {
  float: left;
  margin-right: 20px;
}

.f-contact li {
  float: left;
margin-bottom: 0 !important;
width: 100%;
display: inline-flex;
align-items: center;
}
.f-contact li:last-child{
  margin-bottom: 0px !important;
}

.pattern-circle {
  animation: spin 20s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.graduate-pattern {
 position: absolute;
    width: 130px;
    height: 130px;
    right: 236px;
    opacity: 0.4;
    top: 117px;
    z-index: 1;
}

.star-pattern {
  position: absolute;
  width: 130px;
  height: 130px;
  left: 150px;
    animation: blink 2s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.dot-pattern {
  width: 700px;
  top: -90px;
  right: 0;
  z-index: -1;
}

.leaf-pattern {
  position: absolute;
  bottom: -52px;
opacity: 0.2;
}

/* .testi-pattern {
position: absolute;
width: 300px;
top: 0;
right: 0;
opacity: 0.3;
} */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #004c3f !important;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -76px !important;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-container {
  max-width: 100%;
  position: relative;
}

.carousel-multi-item {
  width: 100%;
}

.carousel-track {
  transition: transform 0.5s ease;
  will-change: transform;
}

.carousel-item-box {
  flex: 0 0 20%; /* 5 items per row = 100/5 */
  max-width: 20%;
  padding: 0 5px;
}

.carousel-item-box img {
  width: 100%;
  border-radius: 10px;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border: none;
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}
.custom-carousel-wrapper {
  width: 100%;
}

.custom-carousel {
  display: flex;
  transition: transform 0.5s ease;
}

.transition {
  transition: transform 0.5s ease;
}



/* Breadcrum */
.breadcrumb-full {
    background-size: cover;
    position: relative;
    min-height: 650px;
    background-repeat: no-repeat;
    background-color: #000;
}

.breadcrumb-area {
    background-size: cover;
    position: relative;
    min-height: 428px;
    background-repeat: no-repeat;
}
.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 30px;
    position: relative;
	    z-index: 1;
}
.breadcrumb-title h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 1.2em;
    color: #06070B;
    letter-spacing: 1px;
    font-weight: 400;
}

.breadcrumb li {
    display: inline-block;
    font-family: Lora;
    font-size: 18px;
    font-weight: 600;
}

.breadcrumb li a {
    font-size: 16px;
    color: #06070B;
    font-weight: 600;
}
.breadcrumb > .active {
    color: #06070B99;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #ddd;
    content: "|" !important;
}

/* Vision Mission */
.feature-wrapper-3.style-2 {
    background-color: #fff;
    box-shadow: rgba(190, 190, 190, 0.25) 10px 4px 60px;
}

.feature-wrapper-3 {
    background-color:#fff;
    position: relative;
    z-index: 9;
    border-radius: 7px;
}
.feature-wrapper-3.style-2 .feature-card-items {
    border-right: 1px solid #bebebe;
}
.feature-wrapper-3 .feature-card-items {
    text-align: center;
    padding: 30px 30px;
}

.feature-wrapper-3.style-2 .feature-card-items .icon {
    color: blue;
    transition: transform 0.4s ease;
}

.feature-wrapper-3.style-2 .feature-card-items .icon:hover {
    transform: scale(1.1);
  }

.feature-wrapper-3 .feature-card-items .content {
    margin-top: 20px;
}

.bg-sec {
  background-color: #f1f0f0ad;
}

blockquote {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(68, 68, 68);
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    position: relative;
    border-left: 5px solid rgb(0 76 63);
    padding: 43px 30px 48px 72px;
    margin: 0px;
    max-width: 600px !important;
}

 ul li {
    list-style: none;
}

blockquote::before {
    content: "“";
    position: absolute;
    left: 29px;
    top: 32px;
    font-family: Montserrat, arial;
    font-size: 66px;
}

.chirname {
    color: #0e500f;
    font-size: 16px;
    font-weight: 600;
    line-height: 3.8px;
    margin-bottom: 8px;
}

/* Head Department */
.team-area .single-team {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.team-thumb {
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.team-thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    left: 0;
    border-radius: 67px;
    border: 2px solid #008060;
    bottom: 21px;
}
.team-thumb .brd {
    position: relative;
}
.team-thumb img {
    display: inline-block !important;
}
.team-info {
    padding: 30px 40px;
    transition: .3s;
    position: relative;
    text-align: left;
    border-radius: 0px 0px 67px 67px;
    background: #fff;
    box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.10);
    margin-bottom: 20px;
}

.team-social {
    text-align: center;
    transition: all 0.3s ease 0s;
    margin-top: 10px;
    position: absolute;
    top: 30px;
    opacity: 1;
    right: 40px;
}

.team-social a {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 999;
    margin: 5px 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.team-social ul {
    padding-left: 0 !important;
    opacity: 0;
    transition: all 0.3s ease 0s;
    margin-top: -248px;
    background: #008060;
    border-radius: 5px;
}

/* courses */
/*course details*/
.courses-details-wrapper .courses-details-items .courses-image {
  position: relative;
  margin-bottom: 0;
}

.courses-details-wrapper .courses-details-items .courses-image img {
  border-radius: 10px;
  margin-bottom:30px;
}

.courses-details-wrapper .courses-details-items .courses-image .video-btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  display: inline-block;
  color: var(--theme-blue);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* .courses-details-wrapper .courses-details-items .courses-details-content {
  margin-top: 32px;
} */
.courses-details-wrapper .courses-details-items .courses-details-content .nav .nav-item {
  padding: 0;
  position: relative;
}
.courses-details-wrapper .courses-details-items .courses-details-content .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--white);
  -webkit-box-shadow: 10px 4px 30px rgba(168, 168, 168, 0.2);
  box-shadow: 10px 4px 30px rgba(168, 168, 168, 0.2);
  border: 1px solid var(--border);
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 30px;
  gap: 80px;
  margin-bottom: 50px;
}
.courses-details-wrapper .courses-details-items .courses-details-content .nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  position: relative;
}
.courses-details-wrapper .courses-details-items .courses-details-content .nav .nav-item .nav-link.active {
  color: var(--theme-blue);
}
.courses-details-wrapper {
  margin-top: -135px;
  position: relative;
  z-index: 7;
}
.syllabus {
  background-color: #004d3a;
  color: #efefef;
  padding: 20px;
}
.instructors-items ul li span i {
  color: #004c3f;
  padding-right: 8px;
}
.square{
  list-style:none ;
}

.space10 {
    height: 10px;
    min-height: 10px;
    clear: both;
}
.syllabus p {
    line-height: 15px;
    color: white;
}


#Reviews .courses-reviews-items p {
  font-size: 14px;
}
#Reviews .courses-reviews-items h5 {
  border-bottom: #dfdfdf solid 1px;
  max-width: 135px;
  color:#fff;
}
.description-content p {
text-align:justify;
}
.tab-content p {
text-align:justify;
}
/* Addmission form */
.rts-application-form-content {
    padding: 40px 40px 40px 40px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.rts-application-form-content .rts-form .rts-input {
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: nowrap;
}
.rts-application-form-content .rts-form .rts-input .single-input {
    width: 50%;
}
.rts-nbg-btn {
    border-radius: 30px;
    background: #000;
    color: #fff;
	padding:4px 40px;
}
.rts-theme-btn.v2::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    left: -70%;
    background: #000;
    z-index: -1;
    opacity: 0;
    border-radius: inherit;
}

.rts-application-form-content .rts-form .rts-input .single-input input, .rts-application-form-content .rts-form .rts-input .single-input textarea {
    padding: 5px 15px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    border-radius: 4px;
}
.contact-field {
    padding-right: 0;
}
 .rts-theme-btn {
       background: #004d3a;
    font-size: 15px;
    color: #fff;
    padding: 11px 53px;
    position: relative;
    border-radius: 5px;
    margin: -10px 0;
    border: none;
}

/* facility & Infrastructure */
.rts-section-padding {
    padding: 20px 0;
}

.rts-section-title {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
    margin-top: -15px;
}
.single-procedure > * {
    position: relative;
    z-index: 1;
}
.single-procedure {
    padding: 40px 35px 40px 35px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.single-procedure .procedure-image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: var(--transition);
}

.single-procedure :hover.procedure-image {
  opacity: 1;
}
.single-procedure .procedure-image::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    inset: 0;
    transition: var(--transition);
}
.single-procedure .procedure-image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-procedure .rt-clip-serial {
    font-size: 64px;
    font-weight: 700;
    position: absolute;
    right: 35px;
    top: 50px;
    color:#fff;
    opacity: 0.4;
}
.single-procedure .icon {
    margin-bottom: 30px;
}

.single-procedure a {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.single-procedure p {
    color:#fff;
}
.single-procedure a:hover {
    color:#fff;
}

/* contact */
.contact-box {
  display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 14px;
    border-radius: 5px;
    max-width: 480px;
    margin-bottom: 14px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.contact-box .services-icon {
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    background-color: #f1dfcd;
    border-radius: 50%;
}

.contact-box .services-icon i {
  position: relative;
  top: 8px;
  color:#004d3a;
}
.contact-box .services-content2 h5 {
    font-size: 20px;
    margin-bottom: 15px !important;
    color: #06070B;
}
/* Animation */
.shape-left {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 99;
    opacity: 0.1;
}
.shape-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    opacity: 0.2;
}

.circle {
   position: absolute;
    top: 30px;
    left: 180px;
    z-index: 99;
    width: 100px;
    opacity: 0.2;
}

.w-60 {
  width: 20%;
}

.w-20 {
  width: 15%;
}

.services-content2 a{
color:#555;
}

/* Payment */

.academics-section .academics-left .ac-category {
    margin-bottom: 50px;
}
.academics-section .academics-left .ac-category ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.academics-section .academics-left .ac-category ul li {
    margin-bottom: 20px;
}
.academics-section .academics-left .ac-category ul li a {
    padding: 20px;
    display: block;
    background-color:#E0FEC6;
    color:#000;
    font-family: 'Lexend', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.carousel-control-prev {
    left: -30px !important;
}
textarea {
    resize: vertical;
    width: 100%;
    border: 1px solid #dfdfdf;
    height: 90px;
    border-radius: 4px;
    padding-left: 11px;
}

@media (max-width: 767.98px) {
  .banner-slide-1 {
    background-image: url('../images/banner3.jpg') !important;
  }

  .banner-slide-2 {
    background-image: url('../images/banner-h1.jpg') !important;
  }

  .carousel-item {
    background-size: cover;
    background-position: center;
  }
}