:root {
  --brand: #01b5fb;
  --sub: #6ac754;
  --body: #516171;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

/*** Section Title ***/
.section-titles {
  position: relative;
  display: inline-block;
}

.section-titles::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: -55px;
  margin-top: -1px;
  background: var(--brand);
}

.section-titles::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: var(--brand);
}

.section-titles.text-start::before,
.section-titles.text-end::after {
  display: none;
}

.ff-secondary {
  font-family: 'Pacifico', cursive;
}



.nav-brand{
  color: white !important;
    /* color: black !important; */
  }
  /* =====================  */
  .book-now-btn-3 a {
    display: block;
    padding: 15px 20px;
    border: 2px solid white;
    /* border-radius: 20px; */
    color: white;
    text-decoration: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.3s;
    margin-left: 10px;
  }
  .book-now-btn-3 a:hover{
    background-color: white;
    color: black;
  }
  
  
  .classy-navbar{
    position: relative;
  }
  .book-now-btn{
    position: absolute;
    right: 20px;
  }
  
  
  /* Topbar */
  
  .tbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
  }
  
  .hsub{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  
  .hsub a{
    color: white;
  }
  .hsub a:hover{
    color: white;
  }
  
  .hsub .icons a{
    padding: 0px;
    background-color: white;
    color: white;
  }
  .hsub .icons a:hover{
    color: var(--brand);
  }
  
  @media only screen and (max-width: 762px){
    .tbar{
      padding-left: 0px;
      padding-right: 0px;
      gap: 10px;
      height: 200px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .hsub{
      font-size: 18px;
      font-weight: 500;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
  }
  
  /* @media only screen and (min-width: 967px){
    
    .lap-space{
      padding-right: 90px;
      padding-left: 90px;
    }
    .laptop-space{
      padding-right: 100px;
      padding-left: 100px;
    }
      
  } */
  
  .topbar{
    background-image: -moz-linear-gradient(0deg, #b0182a 0%, #f70000 100%);
    background-image: -webkit-linear-gradient(0deg, #b0182a 0%, #f70000 100%);
    background-image: -ms-linear-gradient(0deg, #b0182a 0%, #f70000 100%);
    color: white;
  }
  
  /* Header */
  .header {
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
    position: sticky;
  }
  
  .header.sticked {
    background: white;
    box-shadow: 0px 2px 20px rgba(var(--body), 0.1);
  }
  
  .header .logo img {
    max-height: 100px;
    /* margin-right: 6px; */
  }
  
  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    font-size: 16px;
    color: var(--brand);
    background: white;
    border: 1px solid var(--brand);
    padding: 8px 23px;
    border-radius: 4px;
    transition: 0.3s;
    font-family: var(--font-secondary);
  }
  
  .header .btn-getstarted:hover,
  .header .btn-getstarted:focus:hover {
    color: white;
    background: var(--brand);
  }
  
  @media (max-width: 1279px) {
  
    .header .btn-getstarted,
    .header .btn-getstarted:focus {
      /* margin-right: 50px; */
      margin-right: 10px;
    }
  }
  
  /* @media (max-width: 767px) {
    .top-buttons{
      margin-top: 40px;
    }
  } */
  
  /* Desktop Navigation */
  @media (min-width: 280px) {
    .navbar {
      padding: 0;
      position: relative;
    }
  
    .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navbar li {
      position: relative;
    }
  
    .navbar>ul>li {
      white-space: nowrap;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 18px;
      font-size: 16px;
      font-weight: 400;
      white-space: nowrap;
      transition: 0.3s;
      position: relative;
    }
  
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
  
    .navbar>ul>li>a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 5px;
      left: 0;
      background-color: var(--brand);
      visibility: hidden;
      transition: all 0.3s ease-in-out 0s;
      transform: scaleX(0);
      transition: all 0.3s ease-in-out 0s;
    }
  
    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
      visibility: visible;
      transform: scaleX(0.7);
    }
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: var(--brand);
    }
  
    .navbar .dropdown ul {
      display: block;
      position: absolute;
      left: 0px;
      top: 100%;
      margin: 0;
      padding: 0 0 10px 0;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      background: var(--dark);
      transition: 0.3s;
    }
  
    .navbar .dropdown ul li {
      min-width: 200px;
    }
  
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      font-weight: 400;
      color: white;
    }
  
    .navbar .dropdown ul a i {
      font-size: 12px;
    }
  
  
    .navbar .dropdown:hover>ul {
      opacity: 1;
      visibility: visible;
    }
  
    .navbar .megamenu {
      position: static;
    }
  
    .navbar .megamenu ul {
      right: 0;
      padding: 10px;
      display: flex;
      color: rgb(0, 0, 0);
      background-color: rgb(255, 255, 255);
    }
  
    .navbar .megamenu ul li {
      flex: 1;
    }
  
    .navbar .megamenu ul li a,
    .navbar .megamenu ul li:hover>a {
      color: white;
      background: none;
    }
  
    /* .navbar .megamenu ul li a:hover,
    .navbar .megamenu ul li .active,
    .navbar .megamenu ul li .active:hover {
      color: white;
      background: var(--brand);
    } */
  
    .navbar .dropdown .dropdown ul {
      top: 0;
      left: calc(100% - 30px);
      visibility: hidden;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: 100%;
      visibility: visible;
    }
  }
  
  @media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  /* Mobile Navigation */
  /* @media (max-width: 1279px) {
    .navbar {
      position: fixed;
      top: 0;
      left: -100%;
      width: calc(100% - 70px);
      bottom: 0;
      transition: 0.3s;
      z-index: 9997;
    }
  
    .navbar ul {
      position: absolute;
      inset: 0;
      padding: 10px 0;
      margin: 0;
      background: white;
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 20px;
      font-size: 16px;
      font-weight: 500;
      color: var(--body);
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }

  
    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
      position: static;
      display: none;
      padding: 10px 0;
      margin: 10px 20px;
      transition: all 0.5s ease-in-out;
      border: 1px solid white;
    }
  
    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
      display: block;
    }
  
    .mobile-nav-toggle {
      display: block !important;
      color: black !important;
      font-size: 28px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
      position: fixed;
      top: 30px;
      right: 20px;
      z-index: 9999;
    }
  
    .mobile-nav-toggle.bi-x {
      color: black !important;
    }
  
    .mobile-nav-active {
      overflow: hidden;
      z-index: 9995;
      position: relative;
    }
  
    .mobile-nav-active .navbar {
      left: 0;
    }
  
    .mobile-nav-active .navbar:before {
      content: "";
      position: fixed;
      inset: 0;
      background: rgba(var(--color-secondary-rgb), 0.8);
      z-index: 9996;
    }
  } */
  
  /* .navbar .megamenu ul li a,
    .navbar .megamenu ul li:hover>a {
      color: white;
      background: none;
    } */
  
    /* .navbar .megamenu ul li a:hover,
    .navbar .megamenu ul li .active,
    .navbar .megamenu ul li .active:hover {
      color: white;
      background: var(--brand);
    } */
  
  /* .image-drop {
    display: flex;
    align-items: center;
    border-bottom: 3px dotted black;
  } */
  
  .image-drop img {
      max-width: 100%;
      height: auto;
      margin-right: 10px; /* Adjust spacing between image and link */
  }
  
  @media (max-width: 768px) {
      .image-drop {
          flex-direction: column;
          align-items: center;
      }
  
      .image-drop img {
          margin-right: 0; /* Remove right margin on mobile */
          margin-bottom: 10px; /* Add bottom margin on mobile for spacing */
      }
  }
  
  /* .image-drop a:hover{
    color: var(--brand) !important;
  } */

  .image-drop a{
    color: white !important;
  }
  .image-drop a:hover{
    color: white !important;
  }
  
  .nav-brand{
    font-size: 25px;
    /* font-family: "Cookie", sans-serif; */
    font-family: 'Times New Roman', Times, serif;
   }
  
  /* @media only screen and (max-width: 775px) {
    .nav-brand{
     font-size: 35px;
    }
  } */
  
  .btn_1,
  .btn_2:hover,
  .main_menu .navbar-toggler:after,
  .banner_part .banner_text .btn_1,
  .feature_part .single_feature:hover span {
    background-image: linear-gradient(to left, #b0182a 0%, #f70000 51%, #b0182a 100%);
  }
  
  .btn_1 {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
  }
  
  /* line 38, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
  .btn_1:hover {
    color: #fff !important;
    background-position: right center;
    box-shadow: 0px 10px 30px 0px rgba(193, 34, 10, 0.2);
  }
  
  @media (max-width: 576px) {
  
    /* line 24, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
    .btn_1 {
      padding: 10px 30px;
      margin-top: 25px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
  
    /* line 24, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
    .btn_1 {
      padding: 10px 30px;
      margin-top: 30px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
  
    /* line 24, E:/172 Etrain Education/172_Etrain_Education_html/sass/_button.scss */
    .btn_1 {
      padding: 10px 30px;
      margin-top: 30px;
    }
  }
  
  @media (max-width: 576px) {
    .top-buttons .btn_1 {
      margin-top: 0px;
    }
  }



  .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
  }
  .carousel-item img{
    filter: brightness(80%);
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 10%;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
    background-color: transparent;
  }
  /* .carousel-control-prev-icon:hover,
  .carousel-control-next-icon:hover {
    width: 3rem;
    height: 3rem;
    background-color: var(--brand);
  } */
  
  @media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 600px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
  }
  
  @keyframes slideInDownWithOpacity {
    0% {
      transform: translateY(-100%); /* Start above the viewport */
      opacity: 0; /* Fully transparent */
    }
    100% {
      transform: translateY(0); /* End at its original position */
      opacity: 1; /* Fully opaque */
    }
  }
  
  @keyframes slideInUpWithOpacity {
    0% {
      transform: translateY(100%); /* Start below the viewport */
      opacity: 0; /* Fully transparent */
    }
    100% {
      transform: translateY(0); /* End at its original position */
      opacity: 1; /* Fully opaque */
    }
  }
  
  @keyframes slideInRightWithOpacity {
    0% {
      transform: translateX(100%); /* Start from the right */
      opacity: 0; /* Fully transparent */
    }
    100% {
      transform: translateX(0); /* End at its original position */
      opacity: 1; /* Fully opaque */
    }
  }
  
  @keyframes slideInLeftWithOpacity {
    0% {
      transform: translateX(-100%); /* Start from the left */
      opacity: 0; /* Fully transparent */
    }
    100% {
      transform: translateX(0); /* End at its original position */
      opacity: 1; /* Fully opaque */
    }
  }
  
  .animated {
    animation-duration: 1s;
    animation-fill-mode: both; /* Ensure the element retains the final state */
  }
  
  .slideInDown {
    animation-name: slideInDownWithOpacity;
  }
  
  .slideInUp {
    animation-name: slideInUpWithOpacity;
  }
  
  .slideInRight {
    animation-name: slideInRightWithOpacity;
  }
  
  .slideInLeft {
    animation-name: slideInLeftWithOpacity;
  }
  
  
  .primary-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 50px;
    color: #ffffff;
    position: relative;
  }
  
  .primary-btn.normal-btn {
    color: #111111;
  }
  
  .primary-btn.normal-btn:before {
    border-color: #c4c4c4;
  }
  
  .primary-btn.normal-btn:after {
    border-color: #c4c4c4;
  }
  
  .primary-btn:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    width: 28px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 0 0 0 4px;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  
  .primary-btn:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 28px;
    width: 28px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 0 4px 0 0;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  
  .primary-btn:hover:before {
    height: 100%;
    width: 100%;
    border-radius: 4px;
  }
  
  .primary-btn:hover:after {
    height: 100%;
    width: 100%;
    border-radius: 4px;
  }
  

  .fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }
  
  .fullscreen-overlay img {
    max-width: 90%;
    max-height: 90%;
  }



  .about-img img {
    position: relative;
    z-index: 2;
  }
  
  .about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--brand);
    transform: skew(20deg);
    z-index: 1;
  }

  .about-img1 img {
    height: 450px;
    width: 300px !important;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    position: relative;
    z-index: 2;
    /* padding-right: 50px; */
  }
  
  /* .about-img1::before {
    position: absolute;
    content: "";
    top: 0;
    right: -50%;
    width: 100%;
    height: 100%;
    background: var(--brand);
    transform: skew(20deg);
    z-index: 1;
  } */


  .offer_section .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  
  .offer_section .box {
    margin: 10px;
    height: 100%;
    position: relative;
    min-height: 175px;
  }
  
  .offer_section .box img {
    width: 100%;
    min-height: 100%;
  }
  
  .offer_section .box .detail-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.15);
  }
  
  .offer_section .box .detail-box h2 {
    font-weight: bold;
    color: white;
  }
  
  .offer_section .box .detail-box a {
    display: inline-block;
    padding: 8px 40px;
    background-color: var(--brand);
    color: #ffffff;
    border-radius: 0;
    border: 1px solid var(--brand);
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-top: 10px;
  }
  
  .offer_section .box .detail-box a:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
  }
  
  .offer_section .box.offer-box1 {
    min-height: 225px;
  }
  
  .offer_section .box.offer-box1 .detail-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  .offer_section .box.offer-box1 .detail-box h2 {
    font-size: 3rem;
  }

  @media (max-width:1200px) {
    .offer_section .box.offer-box1 .detail-box h2 {
      font-size: 2rem;
    }
  }
  
  .offer_section .box.offer-box2 .detail-box h2, .offer_section .box.offer-box3 .detail-box h2 {
    font-size: 2rem;
  }
  
  .offer_section .box.offer-box2 .detail-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .offer_section .box.offer-box3 .detail-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  /* .layout_padding {
    padding: 90px 0;
  } */



  #contact .section-heading {
    margin-bottom: 30px;
  }
  
  #contact .section-heading h6 {
    color: #fff;
  }
  
  #contact .section-heading h2 {
    color: #fff;
    font-weight: 700;
  }
  
  #contact .section-heading h6:before {
    background-color: #fff;
  }
  
  #contact p {
    color: #fff;
    margin-bottom: 65px;
  }
  
  #contact {
    margin-top: 0px;
    padding: 50px 0px;
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/image-2/telangana.png); */
    background-color: rgb(236, 236, 237);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  #contact .phone,
  #contact .message {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0px 0px 20px 0px;
  }
  
  #contact .phone i,
  #contact .message i {
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    color: #fff;
    background-color: var(--sub);
    border-radius: 50%;
    font-size: 24px;
    margin-top: -35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  #contact .phone h4,
  #contact .message h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  
  #contact .phone span a,
  #contact .message span a {
    font-size: 14px;
    color: #2a2a2a;
    transition: all .3s;
  }
  
  #contact .phone span a:hover,
  #contact .message span a:hover {
    color: var(--sub);
  }
  
  .contact-head1{
    font-weight: 700;
  }
  

  /* Path */
.banner-area {
  position: relative;
  min-height: 200px;
  color: #fff;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.banner-area1 {
  overflow: hidden;
  position: relative;
  min-height: 250px;
  color: #000000;
  background-color: white;
  /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/image-3/img-2.jpg") fixed; */
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-heading {
  overflow: hidden;
  text-align: center;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus {
  color: #fff !important;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item1, .breadcrumb-item1 a:focus{
  color: #000000 !important;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
.breadcrumb .breadcrumb-item1+.breadcrumb-item1::before {
  color: #000000 !important;
}

.breadcrumb .breadcrumb-item1 a{
  color: black !important;
  text-decoration: none;
}

.banner-heading p{
  color: white;
  font-size: 18px;
}


.trainer_section {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/image-2/kerala/temple/thiruvananthapuram.png") no-repeat fixed;
  /* background-image: url(../img/image-2/karnataka.png); */
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}

.trainer_section .box {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.trainer_section .box .name h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

.trainer_section .box .img-box {
  border-radius: 15px;
  overflow: hidden;
}

.trainer_section .box .img-box img {
  overflow: hidden;
  width: 100%;
  transition: 1s ease;
}

.trainer_section .box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  width: 375px;
  padding: 12px 25px;
  background-color: #ffffff;
  border-radius: 50px;
  margin-top: -25px;
  transition: 1s ease;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: white;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  height: 5px;
  background-color: #ff2953;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.trainer_section .box:hover .img-box img{
  scale: 1.1;
}
.trainer_section .box:hover .social_box{
  z-index: 6;
  scale: 1;
}

.trainer_section .box .social_box:hover{
  background-color: var(--brand);
}

.social_box h6{
  font-size: 25px;
  font-weight: 600;
}

.trainer_section .box .social_box:hover h6{
  color: white !important;
}


.district{
  background-color: #f0f0f0;
  padding: 20px 50px;
}

.path-bg{
  background-color: #f0f0f0;
  padding: 20px 40px;
}

.district-body, .banner-area1{
  padding: 50px 40px;
  border-radius: 5px;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


@media (max-width:500px) {
  .district{
    padding: 20px 30px;
  }
  .district-body{
    padding: 50px 20px;
  }
}

.district-body h2{
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}

.district-content img{
  border-radius: 5px;
}

.district-content{
  display: flex;
  align-items: center;
}

.district-details h3{
  text-transform: uppercase;
}

@media (max-width:350px) {
  .district-details h3{
    font-size: 20px;
  }
}


/* Air Compressors */
.team-member {
  /* padding: 0 30px; */
  text-align: center;
  /* cursor: pointer; */
}

.team-member .image{
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-member .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -10%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member h5 {
  margin-top: 16px;
  margin-bottom: 4px;
}

.team-member .social-icons {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
  color: var(--white);
}

.team-member .social-icons a {
  width: 40px;
  height: 40px;
  color: white;
}
.team-member .social-icons p{
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  border: 1px solid white;
}
.team-member .social-icons p:hover{
  border: 1px solid white;
  color: rgb(29, 28, 28);
  background-color: white;
}

.team-member .social-icons .under-link:hover{
  text-decoration: underline;
}

.team-member:hover .social-icons {
  top: 50%;
  opacity: 1;
}

.team-member:hover .overlay {
  top: 0%;
  opacity: 1;
}

.team-member:hover .content h5{
  display: none;
}

.team-member .content {
  position: absolute;
  left: 10%;
  bottom: 1%;
  color: white;
}


.team-member .content h5{
  font-size: 25px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.image img{
  border-radius: 10px;
  /* filter: brightness(75%); */
}

::-moz-selection { /* Code for Firefox */
  color: rgb(255, 255, 255);
  background: var(--brand);
}

::selection {
  color: rgb(255, 255, 255);
  background: var(--brand);
}


/*--------------------------------------------------------------

# Cta

--------------------------------------------------------------*/

.cta-main{
  background-color: #f0f0f0;
}
.cta {

  /* background: linear-gradient(to right,rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/image-2/slide3.jpg") fixed center center; */
  background-color: white;

  background-size: cover;

  padding: 50px;

  margin: 0 40px;

  border-radius: 5px;

  
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  /* margin-bottom: 50px; */

}


.cta h3 {

  color: #1c1c1c;

  font-size: 28px;

  font-weight: 700;

}



.cta p {

  color: #1c1c1c;

}



.cta .cta-btn {

  font-family: "Raleway", sans-serif;

  text-transform: uppercase;

  font-weight: 500;

  font-size: 15px;

  letter-spacing: 1.5px;

  display: inline-block;

  padding: 8px 26px;

  border-radius: 2px;

  transition: 0.5s;

  margin: 10px;

  border-radius: 50px;

  background-color: #25D366;

  border: 2px solid #67ff9e;

  color: #ffffff;

}



.cta .cta-btn:hover {

  background: transparent;
  border: 2px solid #67ff9e;
  color: #25D366;

}



@media (max-width: 1024px) {

  .cta {

    background-attachment: scroll;

  }

}



@media (min-width: 769px) {

  .cta .cta-btn-container {

    display: flex;

    align-items: center;

    justify-content: flex-end;

  }

}

.cta-one {

  background: url("../img/image-2/slide3.jpg") fixed center center;

  background-size: cover;

  padding: 120px 0;

  margin-bottom: 50px;

}

.cta-link i, .cta-link a{
  color: #ce1c1c;
}
.cta-link a{
  font-size: 20px;
  font-weight: 600;
}
.cta-link a:hover{
  color: #ff2525;
}

.cta-body h3{
  font-size: 22px;
}

.cta-body .pt-5{
  text-align: left !important;
}

.footer-p{
  text-align: center;
}
.footer-p p{
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
	font-family: "Spectral", sans-serif;
}

.banner{
  background-color: #f6f6f6;
}

.banner-box{
  width: 100%;
  height: 100%;
}
.banner-box img{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.web-links{
  padding: 0 40px;
  background-color: #f0f0f0;
}
.web-links-box{
  padding: 30px 50px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
}
.web-links-box h4{
  font-weight: 600;
  text-transform: uppercase;
}

.web-link i{
  color: #ce1c1c;
}
.web-list .web-link a{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ce1c1c;
  transition: 0.5s all ease;
}
.web-link a:hover{
  color: #ff4646;
}