@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  /* background-color: #fafbfd; */
}

img {
  max-width: 100%;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", serif;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000000000000000000;
  display: flex;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #171717;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#preloader:after {
  left: auto;
  right: 0;
}

#preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

.portfolio_list {
  min-height: 50vh;
}

/*hiding all*/
.preloaded .loader_line:after {
  opacity: 0;
}

.preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}

.preloaded:before,
.preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}





/*===== NAVBAR =====*/
.header_navbar {
  position: relative;
  background: #00000004;
  /* max-width: 200vh; */
  border-radius: 0px;
  /* border-bottom: 1px solid #eeeeee; */
  z-index: 999;
  /* -webkit-transition: all 0.01s ease-out 0s;
  transition: all 0.01s ease-out 0s; */

  .navbar {
    padding: 0px 0px;
    /* -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; */
  }

  .navbar-brand {
    margin-left: 8rem;
  }

  .navbar-brand img {
    width: 160px;
  }

  .navbar-nav {
    display: flex;
    justify-content: center;
    /* flex-grow: 1; */
  }

  .navbar-nav .nav-item {
    position: relative;
    margin: auto 20px;
  }

  .page-link {
    background-color: transparent;
    border: none;
  }

  /* .navbar-nav .nav-item a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  } */

  .navbar-nav .nav-item .location a {
    color: #6c757d;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;

    i {
      margin-right: 12px;
      font-size: 13px;
      color: #0f46fd;
      background-color: #ebefff;
      border-radius: 50px;
      padding: 8px 10px;
    }
  }

  .socialmedia {
    margin-right: 2rem;
  }

  .socialmedia a {
    margin: auto 2px;
    color: #ffffff;
    background-color: #0f46fd;
    border-radius: 50px;
    border: 1px solid #0f46fd;
    padding: 2px 8px;
    transition: all 0.4s ease;

    i {
      font-weight: 500;
      font-size: 13px;
    }
  }

  .socialmedia a:hover {
    background-color: #ced6f5;
    border: 1px solid #ced6f5;
    color: #0f46fd;
  }

  .nav-item .vr {
    width: 1.2px;
    background-color: #a1a1a1;
    height: 35px;
  }

  .navbar-toggler {
    padding: 0;
    border: none;

    .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #878787;
      display: block;
      margin: 5px 0;
      position: relative;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
    }
  }

  /* .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }

  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
  }

  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
  } */
}

.btn-whatsapp {
  box-shadow: none;
  /* background-color: #3176ff; */
  background-color: #0f4aff;
  border: 1px solid #0f4aff;
  border: none;
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 0px;
  padding: 0.9rem 2rem;
  /* margin: 10px; */
  /* box-shadow: 0 4px 12px #e3e8fa; */
  align-items: center;
  justify-content: center;
  display: flex;
  transition: all 0.4s ease;

  i {
    margin-right: 12px;
    color: #ffffff;
    font-size: 20px;
    /* background-color: #05442E; */
    border-radius: 50px;
    padding: 0px;
    transition: all 0.5s ease;
  }
}

.btn-whatsapp:hover {

  /* background-color: #04DA8D; */
  background-color: #ced6f5;
  border: none;
  /* box-shadow: 0 4px 12px #d4dbf4; */
  /* text-transform: capitalize; */
  font-weight: 600;
  color: #0f4aff;

  i {
    color: #0f4aff;
  }
}

/* .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.181);
} */

/* .sticky .navbar {
  padding: 24px 0;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #000000;
}

.sticky .navbar-nav .nav-item a {
  color: #000000;
  border-bottom: 3px solid transparent;
}

.sticky .navbar-nav .nav-item a::before {
  background-color: #497adc;
  border-bottom: 3px solid #497adc;
}

.sticky .navbar-nav .nav-item a.active,
.sticky .navbar-nav .nav-item a:hover {
  color: #497adc;
  border-bottom: 3px solid #497adc;
} */






/* Header Section */
.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;

  .hero-slide {
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.245);
    z-index: 1;
  }

  .hero-image {
    position: relative;
    width: 100%;
    height: 100vh;
  }

  .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.carousel-control-prev-icon {
  transition: 0.4s ease-in-out;
}

.carousel-control-prev-icon:hover {
  border-radius: 50%;
}



.feature-section {
  margin: auto;

  .card {
    /* box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.08); */
    border: 1px solid hsl(223, 41%, 91%);
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    padding: 2.5rem 1.19rem;
    margin: 10px auto;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    transition: background 0.4s ease;
  }

  .card img {
    width: 30%;
    height: auto;
    transition: transform 0.5s ease;
  }

  .img-cover {
    overflow: visible;
    margin: 1rem auto;
  }

  .card:hover {
    background-color: #f4f6fb;


    .card-content h6 {
      color: #0f4aff;

    }

    .img-cover img {
      transform: scale(1.15);
    }
  }

  .card-content {
    padding: 1.5rem 2rem 0;
  }

  .card-content h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #424242;
    text-transform: capitalize;
  }

}

/* 
.grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto auto;
  gap: 15px;
}

.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.top-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.bottom-left {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  justify-content: flex-end;
  align-items: flex-start;
}

.bottom-left img {
  width: 80%;
  max-width: 100%;
  height: auto;
}

.top-right {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.top-right img {
  width: 90%;
  height: 100%;
} */



.feedback-section {
  margin-top: 4rem;
}

.feedback-section .section-header {
  margin-left: 20rem;
}

.feedback-section .section-header h2 {
  overflow: hidden;
  font-size: 48px;
  font-weight: 700;
  text-align: left;
  color: #03256c;

  span {
    color: #03256c;
  }
}

.feedback-section .right-line:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #03256c;
}

.feedback-section .content-text {
  margin-top: 6rem;
}

.feedback-section .content-text h6 {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.feedback-section .content-text p {
  color: #696969;
  line-height: 28px;
  margin: 2rem auto;
  font-size: 16px;
  font-weight: 400;
}

.feedback-section .feedbacksinglesect {
  margin-top: 10rem;
}

.feedback-section .feedbacksingle-bgright {
  background-color: #f5f7ff;
  width: 78%;
  height: 120%;
  position: absolute;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.feedback-section .feedbacksingle-bgleft {
  background-color: #f5f7ff;
  width: 78%;
  height: 120%;
  position: absolute;
  left: 0%;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.feedback-section .img-gallery {
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding: 0; */
  }

  .column {
    /* -ms-flex: 15%; */
    flex: 15%;
    max-width: 60%;
  }

  .column img {
    margin-top: 1px;
    vertical-align: middle;
    width: 400px;
    height: 280px;
    border-radius: 0;
    top: -50px;
    left: 0;
    position: relative;
  }

  video {
    max-width: 450px;
    height: auto;
    background-color: #fff;
    border-radius: 18px;
    border: 10px solid #fff;
    box-shadow: 0 2px 10px #d6d6d6;
    position: relative;
    top: 50px;
    left: -100px;
  }
}

.feedback-section .feedbacksinglesectleft {
  margin-top: 10rem;
  margin-bottom: 10rem;

  .img-gallery {
    .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
    }

    .column {
      /* -ms-flex: 55%; */
      flex: 15%;
      max-width: 60%;
    }

    .column img {
      margin-top: 1px;
      vertical-align: middle;
      width: 400px;
      height: 280px;
      border-radius: 0;
      top: -50px;
      left: 0;
      position: relative;
    }

    video {
      max-width: 450px;
      height: auto;
      background-color: #fff;
      border-radius: 18px;
      border: 10px solid #fff;
      box-shadow: 0 2px 10px #d6d6d6;
      position: relative;
      top: 50px;
      left: 100px;
      z-index: 2;
    }
  }
}

.viewmore-btn {
  margin: 0 0 8rem;
}

.viewmore-btn button {

  border-radius: 7px;
  padding: 12px 28px;
  /* background-color: #04DA8D; */
  background-color: #fff;
  border: 1px solid #c6cff1;
  box-shadow: 0 6px 20px #cfd4e7;
  text-transform: capitalize;
  font-weight: 600;
  color: #0f46fd;
  font-size: 18px;
  transition: all 0.5s ease;
}

.viewmore-btn button:hover {
  background-color: #ffffff;
  border: 1px solid #0f46fd;
  color: #0f46fd;
}

/* .feedback-section .container {
  padding: 5rem 0;
} */


/* @media (max-width: 576px) {
    .img-gallery {
      padding-left: 20px;
      overflow: hidden;

      row {
        width: 70% !important;
        padding-right: 0;
      }
    }

    .about-text-section {
      padding-left: 20px !important;
    }

    .main-title {
      font-size: 1.8rem;
    }

    .subtitle {
      font-size: 0.8rem;
      line-height: 18px;
      text-align: left;
      margin-left: 0;
    }
  } */


/* @media only screen and (max-width: 767px) {

  .about-area {
    margin-top: 0rem;
  }
} */

/* @media only screen and (max-width: 576px) {

  .about-area {
    .container {
      padding: 0rem 0;
      margin-left: 0 !important;
    }
  }

  .about-area {
    margin-top: 2rem;
  }

} */


/* feedback section */


/* .feedback-section {

  .section-title {
    color: #DA1212;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  .main-title {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }

  .main-title span {
    color: #333;
  }

  .main-title .second-text {
    color: #333;
    font-weight: 800;
  }

  .subtitle {
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    color: #666;
    max-width: 700px;
    margin: 0 auto 30px;

    span {
      color: #DA1212;
      font-weight: 600;
    }
  }

  .section-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 5px solid #007bff;
    padding-left: 15px;
  }

  @media (max-width: 1024px) {
    .main-title {
      font-size: 2.2rem;
    }

    .subtitle {
      font-size: 0.9rem;
      line-height: 22px;
    }
  }

  @media (max-width: 768px) {
    .main-title {
      font-size: 2rem;
    }

    .subtitle {
      font-size: 0.85rem;
      line-height: 20px;
      text-align: left;
    }

    .new-intake-button {
      width: 40px;
      height: 40px;
    }
  }

  @media (max-width: 576px) {
    .main-title {
      font-size: 1.8rem;
      text-align: center;
    }

    .subtitle {
      font-size: 0.8rem;
      line-height: 18px;
    }

    .section-content {
      align-items: center;
      border-left: none;
      padding-left: 0;
    }

    .section-title {
      text-align: center;
    }
  }
} */




.swiper-navBtn {
  margin: auto 5rem;
  transition: color 0.3s ease;
  background-color: #ffffff00;
  border-radius: 50%;
  padding: 12px 22px !important;
  /* box-shadow: 0 2px 3px #8f8f8f; */
  transition: all 0.3s ease-in-out
}

.swiper-button-next:after,
.swiper-button-prev:after {
  /* font-size: 10px !important; */
  color: #000;
  font-weight: 800;
}

.swiper-navBtn:hover {
  color: #4070F4;
  background-color: #00000045;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 16px !important;
}



.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: transparent;
  border: 1px solid rgb(108, 173, 248);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 26px !important;
  transition: width .5s;
  border-radius: 4px !important;
  background: blue;
  border: 1px solid transparent;
}


/* 
.swiper-pagination-bullet {
  background-color: #6E93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
} */



/* technology section */
.technology-section {
  margin: 15rem auto 0;
  padding: 4rem 0 0rem;
  align-items: center;
  justify-content: center;
  background-color: #f9fafe;
}

.technology-section .main-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin: 2rem auto;
  color: #03256c;
}

.technology-section .main-title span {
  color: #03256c;
}



.tech-section {
  margin: 0rem 0;
  padding: 20px;
  position: relative;
  border-left: 1px dashed #0f46fd;
}

.techheaderside {
  border-left: 1px dashed #0f46fd;
  padding: 4rem 0;
}

.scroller-dot {
  width: 30px;
  height: 30px;
  left: 0;
  background-color: #0f46fd;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  transition: top 0.5s ease-in-out;
}


.category {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 13px;
  border-radius: 9px;
  background: #0f46fd;
  /* background-color:  #04da8d; */
  color: #fff;
  display: inline-block;
  border: none;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 3rem;
  margin-bottom: 2rem;
}

.tech-tags span {
  background: #ffff;
  /* box-shadow: 0 1px 10px #00000021; */
  border: 1px solid #9cb2f8;
  padding: 4px 13px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 450;
}

.dash-line {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  border: 1px dashed #579dff;
  z-index: 0;
}





.teclogos-section {
  /* background-image: url(../images/customers.jpg);
  background-position:center;
  background-size: cover; */
  /* background-color: #f4f6f9; */
}

.teclogos-section .techsingle-bordertop {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: transparent;
  /* border-right: 1px solid #e1e8ff;
  border-bottom: 1px solid #e1e8ff; */
  padding: 0.5rem 0.5rem;
}

.teclogos-section .techsingle-borderbottom {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: transparent;
  /* border-right: 1px solid #e1e8ff;
  border-bottom: 1px solid #e1e8ff; */
  padding: 1.2rem 0.8rem 4rem;
}

.techsingle-borderlinear {
  /* border-right: 1px solid #e1e8ff;
  border-image: linear-gradient(to right, rgb(160, 160, 218), rgb(214, 209, 217)) 1;
  transition: all 0.6s ease; */
}

/* .techsingle-borderlinear:hover{
  border-image: linear-gradient(to right, rgb(214, 209, 217) rgb(160, 160, 218)) 1;
} */


.teclogos-section .bordernone {
  border-right: 0;
  /* border-bottom: 0; */
}

.teclogos-section .cards {
  max-width: 750px;
  margin: 7rem auto;
  /* padding: 2rem 1rem; */
  display: grid;
  gap: 0rem 0rem;
  grid-template-columns: repeat(6, 1fr);
}

.teclogos-section .cards .card {
  border: 1px solid #f0f3fb;
  align-items: center;
  background-color: #fff;
  border-radius: 7px;
  height: 170px;
  width: 178px;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  box-shadow: 0 1px 10px #eaeffd;

  img {
    width: 90px;
    height: auto;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    cursor: default;
    transition: all 0.4s ease-in-out;
  }
}

.teclogos-section .cards .card {
  img:hover {
    /* width: 80px; */
    height: auto;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.2);
  }
}

/* .container {
  display: flex;
  justify-content: center;
  align-items: center;
} */


/* 
.approachbg-wrapper{
  background-image: url(../images/customers.jpg);
  background-position:center;
  background-size: cover;
}

.approach-section {
  max-width: 60%;
  background: #ffffff;

  border-radius: 18px;
  border: 1px solid #ebeef5;
  padding: 4.5rem 3rem;
  text-align: center;
}

.approach-title {
  font-size: 48px;
  font-weight: bold;
  text-align: left;
  color: #0a1e5c;
}

.approach-title span {
  color: #0a1e5c;
}

.approach-text {
  color: #333;
  font-size: 20px;
  font-weight: 450;
  line-height: 42px;
  margin-top: 3rem;
  text-align: left;
}

.approach-text span {
  font-weight: bold;
}

.approach-image img {
  width: 250px;
  max-width: 100%;
  height: auto;
}

.approach-details {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #909090;
  margin-top: 3rem;
}

.approach-details span {
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  color: #0f46fd;
  text-transform: capitalize;
} */





.approachbg-wrapper {
  background: linear-gradient(to right, #f9fafe 80%, #ffffff 20%);
}

.approach-section {
  max-width: 100%;
  /* background: #ffffff; */

  /* border-radius: 18px;
  border: 1px solid #ebeef5; */
  padding: 2rem 1rem;
  text-align: center;
}

.approach-section .approach-text-wrapper {
  /* margin-left: 12rem; */
  transform: translate(120px, 0);
}

.approach-title {
  font-size: 48px;
  font-weight: 600;
  text-align: left;
  color: #03256c;
}

.approach-title span {
  color: #03256c;
  font-weight: 600;
}

.approach-text {
  color: #3f3f3f;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  margin-top: 5rem;
  text-align: center;
  padding: 0 8rem;
}

.approach-text span {
  font-weight: bold;
}

.approach-image {
  align-items: center;
}

.approach-image img {
  width: 480px;
  max-width: 100%;
  height: auto;
  align-items: start;
}

.approach-details {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #0f46fd;
  margin-top: 8rem;
}

.approach-details span {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  color: #0f46fd;
  text-transform: capitalize;
}


/* @media (max-width: 768px) {
  .school-section h2 {
    text-align: center;
  }

  .school-section .btn-primary {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
} */


/* @media (max-width: 1024px) {
    .main-title {
      font-size: 2.2rem;
    }

    .subtitle {
      font-size: 0.9rem;
      line-height: 22px;
    }
  }

  @media (max-width: 768px) {
    .section-title {
      text-align: left;
    }

    .main-title {
      font-size: 2rem;
      text-align: left !important;
    }

    .subtitle {
      font-size: 0.85rem;
      line-height: 20px;
      text-align: left;
    }
  } */



/* Gallery section */
.gallery-section .section-header {
  margin-left: 20rem;
}

.gallery-section {
  margin: auto;

  .main-title {
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
    width: 60%;
  }

  .main-title::after {
    content: '';
    display: block;
    position: relative;
    width: 50%;
    height: 0.5px;
    background-color: #03256c;
    margin-top: 10px;
  }

  .main-title span {
    color: #03256c;
  }

  h2 {
    overflow: hidden;
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    color: #03256c;

    span {
      color: #03256c;
    }
  }

  .right-line:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid #03256c;
  }

  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
  }

  .column {
    /* -ms-flex: 25%;
    flex: 25%; */
    max-width: 25%;
    padding: 0 8px;
  }

  .column img {
    border-radius: 14px;
    margin-top: 16px;
    vertical-align: middle;
    width: 100%;
  }
}


.footer {
  padding: 40px 20px;
  background-color: #2b2b2d;
  /* position: relative;
  background-image: linear-gradient(45deg, #11468f30, #11468f06), url(../images/footer2.png);
  background-repeat: no-repeat;
  background-size: cover; */

  p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
  }

  .footer_logo {
    margin: 20px auto;

    img {
      width: 150px;
      height: auto;
    }
  }
}

.footer .other-links {
  margin: 10px auto;

  a {
    margin: 10px auto;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    color: #fff;
  }

  a:hover {
    color: #DA1212;
  }
}

.footer h5 {
  color: #fff;
  font-size: 1rem;
  font-family: 700;
  margin: 2.5rem auto;
  z-index: 10;
}

.footer .socialmedia {

  a {
    color: #fff;
  }

  i {
    background-color: #ebefff;
    color: #03256c;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 6px;
  }
}

.footer .connectus {
  i {
    background-color: #ebefff;
    color: #03256c;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 6px;
  }
}

footer .map {
  height: 150px;
  border: 0;
  border-radius: 0px;
}

.footer-location {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;

  i {
    margin-right: 10px;
    font-size: 14px;
    color: #03256c;
    background-color: #ebefff;
    border-radius: 50px;
    padding: 8px 10px;
  }
}

.footer .copyrights {
  p {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
  }
}

/* #Progress */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: '^';
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  color: #007bff;
  left: 0;
  top: 3px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: '^';
  text-align: center;
  line-height: 46px;
  font-size: 28px;
  opacity: 0;
  background-color: #007bff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 3px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #007bff;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}








/* @media only screen and (max-width: 1920px) {
  .stats-section {
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    width: 60%;
    z-index: 10;
  }

  .stats-card {
    text-align: center;
    padding: 8px;
    margin: auto 0.6rem;
    border-radius: 0px;
  }

  .stats-icon {
    margin-right: 2rem;

    img {
      width: 60px;
      opacity: 0.6;
    }
  }

  .stats-number {
    font-size: 28px;
    font-weight: 800;
    color: #11468F;
    margin: 10px 0;
  }

  .stats-description {
    color: #6c757d;
    font-size: 14px;
  }
} */


@media only screen and (max-width: 1024px) {

  .navbar-nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .header_navbar {
    .navbar-brand {
      margin-left: 2rem;
    }
  }

  .header_navbar {
    .socialmedia {
      margin-right: 1rem;
    }
  }

  .swiper-navBtn {
    margin: auto 2rem;
  }

  .feature-section {
    .card img {
      width: 40%;
    }
  }

  .feature-section .card-content h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .feature-section {
    .card {
      padding: 1.5rem 2rem;
      margin: 10px auto;
    }
  }

  .feature-section {
    .card-content {
      padding: 1rem 0rem 0;
    }
  }

  .feedback-section .feedbacksingle-bgright {
    width: 78%;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  .feedback-section .feedbacksingle-bgleft {
    width: 78%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  .feedback-section .feedbacksinglesectleft {
    margin-top: 10rem;
    margin-bottom: 4rem;
  }

  .feedback-section .feedbacksinglesectleft .img-gallery {
    .column img {
      width: 560px;
      height: 220px;
      position: relative;
    }
  }

  /* .feedback-section .feedbacksinglesectleft .img-gallery {
    video {
      max-width: 500px;
      height: 290px;
      position: relative;
      top: -200px;
      left: -20px;
      z-index: 2;
    } */


  .feedback-section .feedbacksinglesectleft .about-text-section {
    top: -16rem;
    position: relative;
  }

  .technology-section {
    margin: 9rem auto 4rem;
    align-items: center;
    justify-content: center;
  }

  .technology-section .main-title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0rem auto 6rem;
  }

  .technology-section .section-header {
    margin-left: 0rem !important;
  }

  .teclogos-section .cards {
    max-width: 550px;
    margin: 3rem auto;
    padding: 1rem 1rem;
    display: grid;
    gap: 0rem 0rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .teclogos-section .cards .card {
    img {
      width: 80px;
      height: auto;
    }
  }

  .approach-section {
    max-width: 100%;
    padding: 0.5rem 1rem;
    text-align: center;
  }

  .approach-title {
    font-size: 38px;
  }

  .approach-section .approach-text-wrapper {
    transform: translate(50px, 0);
  }

  .approach-image img {
    width: 380px;
    max-width: 100%;
    height: auto;
    align-items: end;
  }

  .approach-details {
    font-weight: 700;
    font-size: 22px;
    margin-top: 3rem;
  }

  .approach-details span {
    font-size: 24px;
  }

  .approach-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 4rem;
    text-align: center;
    padding: 0 2rem;
  }

  .callus-section h2 {
    color: #fff;
    font-size: 38px;
    width: 75%;
    margin-left: 0rem;
  }

  .callus-section .btn-whatsapp {
    position: absolute;
    right: 30px;
    bottom: 0;
  }

  .gallery-section {
    margin-top: 0;

    h2 {
      overflow: hidden;
      font-size: 38px;
      font-weight: 700;
      text-align: left;
    }
  }

  .gallery-section {
    .column {
      max-width: 25%;
      padding: 0 5px;
    }
  }

  .gallery-section {
    .column img {
      border-radius: 7px;
      margin-top: 10px;
    }
  }

}

/* @media (max-width: 576px) {

  .stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 75%;
    margin-top: 2rem;
    z-index: 10;
  }

  .stats-card {
    text-align: center;
    padding: 8px;
    margin: auto 0.2rem;
    border-radius: 0px;
  }

  .stats-icon {
    margin-right: 1.1rem;

    img {
      width: 45px;
      opacity: 0.6;
    }
  }

  .stats-number {
    font-size: 22px;
    font-weight: 800;
    color: #11468F;
    margin: 5px 0;
  }

  .stats-description {
    color: #6c757d;
    font-size: 12px;
  }
} */


/* @media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 29% !important;
    max-width: 100% !important;
  }
} */

/* @media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
} */

@media only screen and (max-width: 1400px) {
  .header_navbar {

    .navbar-nav .nav-item {
      position: relative;
      margin: auto 12px;
    }

    .navbar-nav .nav-item a {
      font-size: 14px;
    }

    .navBtn-main {
      font-size: 14px;
    }
  }
}

@media (max-width: 992px) {

  .approach-title {
    text-align: center;
  }

  .approach-section .approach-text-wrapper {
    transform: translate(0, 0);
  }

  .approachbg-wrapper {
    background: linear-gradient(to right, #f9fafe 100%, #ffffff 0%);
  }

  .approach-section .row {
    justify-content: center !important;
  }
}


@media (max-width: 821px) {

  .navbar-nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .header_navbar .container {
    max-width: 820px;
  }

  /* .header_navbar {
    .navbar {
      padding: 6px 0px;
    }
  } */

  .navbar-nav {
    padding: 0px;
    text-align: left;
  }

  .header_navbar .socialmedia {
    a {
      margin: auto 2px;
      padding: 2px 7px;
    }
  }

  .navbar-brand {
    margin-left: 20px !important;

    img {
      width: 130px !important;
    }
  }

  /* .navbar-toggler {
    position: absolute;
    left: 100px !important;
  } */

  .navBtn-main {
    font-weight: 600;
    font-size: 13px !important;
    padding: 18px !important;
  }

  .feature-section {
    .card {
      padding: 2rem 2rem;
      margin: 8px auto;
    }
  }

  .feature-section {
    .card img {
      width: 24%;
    }
  }

  .feature-section {
    .card {
      padding: 2rem 0rem;
      margin: 8px auto;
    }
  }

  .feature-section .card-content h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .feedback-section .feedbacksinglesectleft .img-gallery {
    video {
      max-width: 500px;
      height: 290px;
      border-radius: 18px;
      position: relative;
      top: 50px;
      left: 50px;
      z-index: 2;
    }
  }

  .feedback-section .img-gallery {
    .column img {
      margin-top: 1px;
      vertical-align: middle;
      width: 400px;
      height: 220px;
      border-radius: 0;
      top: -50px;
      left: 0;
      position: relative;
    }
  }

  .technology-section {
    margin: 0rem auto 0;
    padding: 0.5rem 0 0rem;
  }

  .technology-section .main-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 6rem auto;
  }

  .technology-section .cards .card {
    img {
      width: 80px;
      height: auto;
    }
  }

  .approachbg-wrapper {
    background: linear-gradient(to right, #f9fafe 100%, #ffffff 0%);
  }

  .approach-section .approach-text-wrapper {
    transform: translate(0, 0);
  }

  .approach-title {
    text-align: center;
  }

  .callus-section {
    position: relative;
    margin-top: 0rem;
    padding: 6rem 2rem !important;
    border-radius: 20px;
    overflow: hidden;
  }

  .callus-section h2 {
    color: #fff;
    font-size: 24px;
    width: 75%;
    margin-left: 0rem;
  }

  .gallery-section {
    margin-top: 0 !important;
    padding-top: 0 !important;

    h2 {
      overflow: hidden;
      font-size: 32px;
      font-weight: 700;
      text-align: left;
    }
  }

  /* .feedback-section .feedbacksinglesectleft {
    margin-top: 8rem;
    margin-bottom: 0rem;
  } */

  .feedback-section .feedbacksingle-bgright {
    width: 85%;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  /* .feedbacksinglesect .container {
    margin-left: 0;
    margin-right: 0;
  } */


  /* .feedback-section .feedbacksinglesectleft .img-gallery {
    video {
      width: 450px;
      height: 290px;
      background-color: #fff;
      border-radius: 18px;
      border: 10px solid #fff;
      box-shadow: 0 2px 10px #d6d6d6;
      position: relative;
      top: -250px;
      left: 0px;
      z-index: 2;
    }
  }

  .feedback-section .feedbacksinglesectleft .img-gallery {
    .column img {
      vertical-align: middle;
      width: 400px;
      height: 280px;
      border-radius: 0;
      top: -50px;
      left: 300px;
      position: relative;
    }
  }

  .feedback-section .feedbacksingle-bgleft {
    width: 85%;
    height: 73%;
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 0;
    z-index: -1;
  } */

  /* .technology-section {
    position: relative;
    top: -15rem;
} */

  /* 
  .feedback-section .content-text {
    margin-top: 1rem;
} */
}

/* @media (max-width: 767px) {
  .navbar-brand img {
    width: 120px;
  }

  h2 {
    font-size: 30px;
  }
} */

@media only screen and (max-width: 568px) {

  .navbar-nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .navbar-nav .nav-item {
    margin: auto 0 !important;
  }

  .header_navbar .socialmedia,
  .header_navbar .location,
  .header_navbar .vr {
    display: none !important;
  }

  .logo {
    display: block !important;
  }

  .btn-whatsapp {
    /* display: none; */
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    /* display: flex; */

    i {
      font-size: 18px;
      border-radius: 50px;
      padding: 2px;
    }
  }

  .hero-section {
    .hero-image {
      position: relative;
      width: 100%;
      height: 24vh !important;
    }
  }

  .swiper-navBtn {
    visibility: hidden;
  }

  .feedback-section .section-header {
    margin-left: 1rem !important;
  }

  .feedback-section .section-header h2 {
    overflow: hidden;
    font-size: 24px !important;
    font-weight: 700;
    text-align: left;
  }

  .feedback-section .img-gallery .row {
    flex-direction: column;
    align-items: center;
  }

  .feedback-section .img-gallery .column {
    max-width: 100%;
    flex: 100%;
    text-align: center;
  }

  .feedback-section .img-gallery .column img,
  .feedback-section .img-gallery video {
    width: 90%;
    max-width: 350px;
    height: auto;
    position: static;
  }

  .feedback-section .content-text {
    padding: 10px;
  }



  .feedback-section .feedbacksingle-bgright {
    width: 100%;
    height: 110%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  .feedback-section .img-gallery {
    .column img {
      width: 350px;
      height: 220px;
      top: -50px;
      left: 0;
      position: relative;
    }
  }

  .feedback-section .content-text {
    margin-top: 0.5rem;
    margin-left: 1.5rem;
  }

  .feedback-section .img-gallery {
    video {
      width: 350px;
      height: auto;
      position: relative;
      top: -100px;
      left: 20px;
    }
  }

  .feedback-section .img-gallery {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100% !important;
      align-items: center;
      justify-content: center;
      display: flex;
    }
  }

  .feedback-section .img-gallery {
    .column img {
      margin-top: 1px;
      vertical-align: middle;
      width: 350px;
      height: 220px;
      border-radius: 0;
      top: -50px;
      left: 0;
      position: relative;
    }
  }

  .feedback-section .feedbacksinglesectleft {
    margin-top: 16rem;
    margin-bottom: 17rem;

    .row {
      flex-direction: column-reverse;
    }
  }

  .feedback-section .feedbacksingle-bgleft {
    width: 100%;
    height: 110%;
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  .feedback-section .img-gallery {
    .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .feedback-section .feedbacksinglesect .img-gallery {
    .column img {
      vertical-align: middle;
      width: 350px;
      height: 220px;
      top: -50px;
      left: 0;
      position: relative;
    }
  }

  .feedback-section .feedbacksinglesect .img-gallery {
    video {
      width: 320px;
      height: auto;
      position: relative;
      top: -100px;
      left: 0;
      z-index: 2;
    }
  }

  .feedback-section .feedbacksinglesectleft {
    margin-top: 10rem;
    margin-bottom: 7rem;
  }

  .feedback-section .feedbacksinglesectleft .img-gallery {
    video {
      width: 320px;
      height: auto;
      position: relative;
      top: -100px;
      left: 0;
      z-index: 2;
    }
  }

  .feedback-section .feedbacksinglesectleft .img-gallery {
    .column img {
      margin-top: 1px;
      vertical-align: middle;
      width: 350px;
      height: 220px;
      border-radius: 0;
      top: -50px;
      left: 0;
      position: relative;
    }
  }

  .feedback-section .feedbacksinglesectleft .about-text-section {
    top: -1rem;
    position: relative;
  }

  .viewmore-btn {
    margin: 0 0 2rem;
  }

  .technology-section {
    margin: 0rem auto 5rem;
    align-items: center;
    justify-content: center;
    padding: 3rem 0 0rem;
  }

  .technology-section .main-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 1rem auto 3rem;
  }

  .scroller-dot {
    width: 22px;
    height: 22px;
    left: 1px;
  }

  .technology-section .cards .card {
    img {
      width: 60px;
      height: auto;
    }
  }

  .tech-tags {
    margin-left: 2rem;
    margin-bottom: 1rem;
  }

  .teclogos-section .cards {
    max-width: 750px;
    margin: 0rem auto;
    padding: 0;
    display: grid;
    gap: 0rem 0rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .teclogos-section .techsingle-bordertop {
    padding: 0.2rem 0.2rem;
  }

  .approach-section {
    max-width: 100%;
    padding: 2rem 2rem;
  }

  .approach-section .approach-text-wrapper {
    transform: translate(0, 0);
  }

  .approach-title {
    font-size: 24px;
  }

  .approach-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 2rem;
    padding: 0 0;
  }

  .approach-details {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-top: 1rem;
    padding: 0 3rem;
  }

  .gallery-section .section-header {
    margin-left: 1rem !important;
  }

  .gallery-section {
    h2 {
      overflow: hidden;
      font-size: 24px;
      font-weight: 700;
      text-align: left;
    }
  }

  .gallery-section {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
      padding: 0 4px;
    }
  }

  .gallery-section {
    .column img {
      border-radius: 8px;
      margin-top: 8px;
    }
  }

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 20px;
  }

  .hero-area {
    padding-top: 180px;
  }
}

@media screen and (max-width: 612px) {
  .swiper-navBtn {
    visibility: hidden;
  }
}

@media (max-width: 1025px) {

  .hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;

    .hero-slide {
      height: 30vh;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .hero-slide::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.245);
      z-index: 1;
    }

    .hero-image {
      position: relative;
      width: 100%;
    }

    .hero-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .section-header {
    margin-left: 10rem !important;
  }

  .feedback-section .feedbacksinglesectleft {
    .firstRow {
      flex-direction: column-reverse;
    }
  }

  .feedback-section .feedbacksinglesectleft .img-gallery {
    video {
      max-width: 450px;
      height: auto;
      position: relative;
      /* top: 50px;
      left: 50px; */
      z-index: 2;
    }
  }

  .feedback-section .section-header h2 {
    font-size: 32px;
  }

  .feedback-section .img-gallery {
    .column img {
      margin-top: 1px;
      vertical-align: middle;
      width: 500px;
      height: 220px;
      border-radius: 0;
      top: -50px;
      left: 0;
      position: relative;
    }
  }
}

@media (max-width: 768px) {

  .navbar-nav {
    padding: 0px 0px;
    text-align: left;
  }

  .header_navbar {
    .navbar-nav .nav-item {
      position: relative;
      margin: auto 10px;
    }
  }

  .btn-whatsapp {
    font-size: 14px;
    padding: 0.9rem 1.2rem;
  }

  .hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;

    .hero-slide {
      /* height: 60vh; */
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .hero-slide::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.245);
      z-index: 1;
    }

    .hero-image {
      position: relative;
      width: 100%;
    }

    .hero-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }

  .footer .contact,
  .footer .location {
    text-align: center;
    margin-bottom: 20px;
  }

  .map {
    max-width: fit-content;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding-top: 130px;

    .hero-content h2 {
      font-size: 30px;
      line-height: 50px;
    }
  }
}