@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.container-fluid {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 575px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-xl {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 575px) {
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

p {
  font-size: 16px;
  line-height: 24px;
  color: #8B8B8B;
}

.dropdown-item:active {
  background-color: #ffffff !important;
}

.navbar {
  padding: 10px 0;
  background: transparent;
  transition: all 0.05s ease-in-out;
}
.navbar.scrolled-white {
  background: #ffffff;
  transition: all 0.05s ease-in-out;
  box-shadow: 0 2px 8px 0 rgba(10, 95, 89, 0.12);
}
.navbar.scrolled-white .nav-link {
  color: #000;
}
.navbar.scrolled-white .btn-outline-green {
  border: 1px solid #0A5F59;
  color: #0A5F59;
  border-radius: 30px;
  padding: 6px 20px;
}
.navbar.scrolled-white .btn-outline-green:hover {
  background-color: #FEAA00;
  color: #ffffff;
}
.navbar.scrolled-white path {
  stroke: #4D4D4D;
}
.navbar.scrolled {
  background: #0a5f59;
  transition: all 0.05s ease-in-out;
  box-shadow: 0 2px 8px 0 rgba(10, 95, 89, 0.12);
}
.navbar.scrolled .nav-link {
  color: #ffffff;
}
.navbar.scrolled .btn-outline-green {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 30px;
  padding: 6px 20px;
}
.navbar.scrolled .btn-outline-green:hover {
  background-color: #FEAA00;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .navbar {
    padding: 16px 0;
  }
}
.navbar #navbar-close {
  margin-right: 4px;
  margin-top: -4px;
}
@media screen and (max-width: 576px) {
  .navbar .navbar-brand img {
    width: 72px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .navbar .navbar-brand img {
    width: 85px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 14px;
    border-radius: 4px;
    margin-top: 15px;
  }
}
.navbar .nav-link {
  margin-right: 20px;
  color: #4D4D4D;
}
@media screen and (max-width: 991px) {
  .navbar .nav-link {
    margin-left: 0;
  }
}
.navbar .nav-link:hover {
  color: #FEAA00;
}
.navbar .mr-100 {
  margin-right: 100px;
}
.navbar .btn-outline-green {
  border: 1px solid #0A5F59;
  color: #0A5F59;
  border-radius: 30px;
  padding: 6px 20px;
}
.navbar .btn-outline-green:hover {
  background-color: #0A5F59;
  color: #ffffff;
}
.navbar .navbar-toggler,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active,
.navbar .navbar-toggler-icon:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.navbar .nav-item svg {
  margin-left: 8px;
}
.navbar .nav-item svg:hover {
  stroke: #FEAA00;
}
.navbar .navbar-nav .dropdown-menu {
  padding: 0;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  height: 40px;
  line-height: 30px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #0A5F59;
  color: #FDCF6F !important;
}

.heroSection {
  background-image: url(../../assets/images/heroSection_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 25px;
  min-height: 100vh;
  width: auto;
}
@media screen and (min-width: 1400px) {
  .heroSection {
    min-height: 0px;
  }
}
@media screen and (max-width: 576px) {
  .heroSection {
    padding-top: 110px;
    padding-bottom: 25px;
    min-height: 460px;
    background-position: 55%;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .heroSection {
    padding-top: 120px;
    min-height: 550px;
    background-position: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heroSection {
    padding-top: 130px;
    min-height: 550px;
    background-position: 55%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .heroSection {
    padding-top: 100px;
    min-height: 550px;
    background-position: 55%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .heroSection {
    padding-top: 180px;
    min-height: 550px;
    background-position: 55%;
  }
}
.heroSection h1 {
  font-size: 60px;
  line-height: 75px;
  padding-top: 65px;
}
@media screen and (max-width: 576px) {
  .heroSection h1 {
    font-size: 24px;
    line-height: 32px;
    padding-top: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .heroSection h1 {
    font-size: 32px;
    line-height: 40px;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heroSection h1 {
    font-size: 36px;
    line-height: 48px;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .heroSection h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .heroSection h1 {
    font-size: 42px;
    line-height: 56px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .heroSection h1 {
    font-size: 50px;
    line-height: 65px;
  }
}
.heroSection h1 .highLighter {
  color: #FEAA00;
}
.heroSection .tagLine {
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .heroSection .tagLine {
    margin-top: 16px !important;
  }
}
.heroSection .btn-green {
  background-color: #0A5F59;
  border-radius: 30px;
  border: 1px solid #0A5F59;
  padding: 12px 30px;
  margin-top: 50px;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .heroSection .btn-green {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 22px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1680px) {
  .heroSection .btn-green {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 24px;
  }
}
.heroSection .btn-green:hover {
  background-color: #FEAA00;
  border: 1px solid #FEAA00;
}
.heroSection .hero-gif {
  width: 700px;
  margin-top: -70px;
  margin-left: 45px;
}
@media screen and (max-width: 576px) {
  .heroSection .hero-gif {
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .heroSection .hero-gif {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heroSection .hero-gif {
    margin: -50px auto 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .heroSection .hero-gif {
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .heroSection .hero-gif {
    margin: 0 auto 45px;
  }
}

.videoSection {
  background-color: #0A5F59;
  padding: 100px 0 50px;
  min-height: 200px;
}
@media screen and (max-width: 576px) {
  .videoSection {
    padding: 40px 0 19px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .videoSection {
    padding: 40px 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .videoSection {
    padding: 40px 0 19px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .videoSection {
    padding: 40px 0 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .videoSection {
    padding: 40px 0 20px;
  }
}
.videoSection h2 {
  font-size: 40px;
  line-height: 54px;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .videoSection h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .videoSection h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .videoSection h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .videoSection h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .videoSection h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.videoSection p {
  color: #ffffff;
  margin-top: 24px;
  padding: 0 10px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .videoSection p {
    font-size: 16px;
    margin-top: 16px;
    text-align: left;
    padding: 0;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .videoSection p {
    padding: 0 10px;
    margin-top: 16px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .videoSection p {
    padding: 0 10px;
    margin-top: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .videoSection p {
    padding: 0 10px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .videoSection p {
    padding: 0 10px;
    margin-top: 16px;
  }
}
.videoSection h3 {
  position: absolute;
  bottom: 0;
  font-size: 460px;
  left: 0;
  right: 0;
  margin: auto;
}

.video {
  overflow: hidden;
  position: relative;
  height: 640px;
}
@media screen and (max-width: 320px) {
  .video {
    height: 105px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .video {
    height: 125px;
  }
}
@media screen and (min-width: 376px) and (max-width: 480px) {
  .video {
    height: 160px;
  }
}
@media screen and (min-width: 481px) and (max-width: 576px) {
  .video {
    height: 191px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .video {
    height: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .video {
    height: 325px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .video {
    height: 390px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .video {
    height: 465px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .video {
    height: 534px;
  }
}
@media screen and (min-width: 2000px) and (max-width: 2560px) {
  .video {
    height: 837px;
  }
}
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 100%;
}
@media screen and (max-width: 576px) {
  .video video {
    max-height: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .video video {
    max-height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .video video {
    max-height: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .video video {
    max-height: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .video video {
    max-height: 100%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .video video {
    max-height: 100%;
  }
}
@media screen and (min-width: 2000px) and (max-width: 2560px) {
  .video video {
    max-height: 100%;
  }
}
.video .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video .overlay h3 {
  background: #0A5F59;
  color: #ffffff;
  font-weight: 600;
  mix-blend-mode: darken;
  text-align: center;
  font-size: 500px;
  height: 470px;
  margin-bottom: 0;
}

.serviceSection {
  background-color: #ffffff;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 576px) {
  .serviceSection {
    padding: 30px 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .serviceSection {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .serviceSection {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .serviceSection {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .serviceSection {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .serviceSection {
    padding: 40px 0;
  }
}
.serviceSection:before {
  content: "";
  background-image: url(../images/svg/connection_icon.svg);
  background-repeat: no-repeat;
  height: 160px;
  width: 160px;
  position: absolute;
  bottom: 135px;
  left: 30px;
}
@media screen and (max-width: 1199px) {
  .serviceSection:before {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1680px) {
  .serviceSection:before {
    width: 100px;
    background-size: 100%;
    bottom: 50px;
  }
}
.serviceSection:after {
  content: "";
  background-image: url(../images/svg/setting_icon.svg);
  background-repeat: no-repeat;
  height: 176px;
  width: 176px;
  position: absolute;
  top: 285px;
  right: 25px;
}
@media screen and (max-width: 1199px) {
  .serviceSection:after {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1680px) {
  .serviceSection:after {
    width: 100px;
    background-size: 100%;
  }
}
.serviceSection h3 {
  font-size: 40px;
  color: #1A1A1A;
}
@media screen and (max-width: 576px) {
  .serviceSection h3 {
    font-size: 26px;
    line-height: 36px;
    text-align: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .serviceSection h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .serviceSection h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .serviceSection h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .serviceSection h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.serviceSection p {
  padding: 0 150px;
  margin-top: 24px;
  padding: 0 100px;
}
@media screen and (max-width: 576px) {
  .serviceSection p {
    padding: 0;
    text-align: left;
    margin-top: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .serviceSection p {
    padding: 0;
    text-align: left;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .serviceSection p {
    padding: 0;
    margin-top: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .serviceSection p {
    padding: 0;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .serviceSection p {
    padding: 0;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .serviceSection p {
    padding: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .serviceSection .service-carousel .owl-item {
    width: 300px !important;
    margin: auto;
  }
}
.serviceSection .service-carousel .serviceBox {
  background-color: #FFF2D8;
  border-radius: 40px;
  outline: 1px solid #FDCF6F;
  outline-offset: -2px;
  padding: 25px;
  margin-top: 50px;
  min-height: 450px;
}
@media screen and (max-width: 576px) {
  .serviceSection .service-carousel .serviceBox {
    min-height: 435px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .serviceSection .service-carousel .serviceBox {
    min-height: 410px;
    padding: 25px 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1680px) {
  .serviceSection .service-carousel .serviceBox {
    min-height: 450px;
  }
}
.serviceSection .service-carousel .serviceBox .application-con-icon {
  width: 28px;
  height: 46px;
}
.serviceSection .service-carousel .serviceBox .application-out-icon {
  width: 46px;
  height: 46px;
}
.serviceSection .service-carousel .serviceBox .cloud-serv-icon {
  width: 46px;
  height: 46px;
}
.serviceSection .service-carousel .serviceBox .testing-serv-icon {
  width: 46px;
  height: 46px;
}
.serviceSection .service-carousel .serviceBox h4 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 24px;
  color: #0A5F59;
  word-break: break-word;
}
@media screen and (max-width: 991px) {
  .serviceSection .service-carousel .serviceBox h4 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .serviceSection .service-carousel .serviceBox h4 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1680px) {
  .serviceSection .service-carousel .serviceBox h4 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
  }
}
.serviceSection .service-carousel .serviceBox p {
  padding: 0;
}
.serviceSection .service-carousel .serviceBox .arrow_up_right_icon {
  position: absolute;
  bottom: 32px;
  transition: all 0.3s ease-in-out;
  transform-origin: left;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .serviceSection .service-carousel .serviceBox .arrow_up_right_icon {
    bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .serviceSection .service-carousel .serviceBox .arrow_up_right_icon {
    bottom: 20px;
  }
}
.serviceSection .service-carousel .serviceBox .arrow_up_right_icon:hover {
  transform: scale(1.5);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .serviceSection .service-carousel .owl-dots {
    text-align: center;
    padding-top: 25px;
  }
  .serviceSection .service-carousel .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .serviceSection .service-carousel .owl-dots button.owl-dot.active {
    background-color: #0A5F59;
    width: 15px;
    height: 15px;
  }
  .serviceSection .service-carousel .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .serviceSection .service-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
  }
}

.industrySection {
  background-color: #FDCF6F;
  padding: 100px 0;
  overflow: hidden;
  min-height: 780px;
}
@media screen and (max-width: 576px) {
  .industrySection {
    padding: 30px 0;
    min-height: 645px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .industrySection {
    padding: 40px 0;
    min-height: 680px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .industrySection {
    padding: 40px 0;
    min-height: 680px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .industrySection {
    padding: 40px 0;
    min-height: 680px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .industrySection {
    padding: 40px 0;
    min-height: 680px;
  }
}
.industrySection:before {
  content: "";
  background-color: #FFDC94;
  background-repeat: no-repeat;
  height: 567px;
  width: 567px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  left: -385px;
}
@media screen and (max-width: 1199px) {
  .industrySection:before {
    display: none;
  }
}
.industrySection:after {
  content: "";
  background-color: #FFDC94;
  background-repeat: no-repeat;
  height: 567px;
  width: 567px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -385px;
}
@media screen and (max-width: 1199px) {
  .industrySection:after {
    display: none;
  }
}
.industrySection h3 {
  font-size: 40px;
  line-height: 54px;
  color: #1A1A1A;
}
@media screen and (max-width: 576px) {
  .industrySection h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .industrySection h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .industrySection h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .industrySection h3 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .industrySection h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.industrySection p {
  color: #515151;
  margin-top: 16px;
  padding: 0 80px;
}
@media screen and (max-width: 576px) {
  .industrySection p {
    text-align: left;
    padding: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .industrySection p {
    padding: 0;
  }
}
.industrySection .mt-50 {
  margin-top: 50px;
}

.sliderSection {
  margin-top: -500px;
}
@media screen and (max-width: 576px) {
  .sliderSection {
    margin-top: -385px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .sliderSection {
    margin-top: -485px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sliderSection {
    margin-top: -465px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderSection {
    margin-top: -445px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .sliderSection {
    margin-top: -465px;
  }
}
.sliderSection .img_sliders {
  z-index: 1;
}
.sliderSection .owl-item {
  text-align: left;
}
@media screen and (max-width: 576px) {
  .sliderSection .owl-item {
    width: 220px !important;
  }
}
.sliderSection .owl-item .industryBoxes {
  background-color: #FFF8E3;
  padding: 16px 20px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .sliderSection .owl-item .industryBoxes {
    padding: 6px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sliderSection .owl-item .industryBoxes {
    padding: 6px 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderSection .owl-item .industryBoxes {
    padding: 6px 10px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .sliderSection .owl-item .industryBoxes {
    padding: 6px 10px;
  }
}
.sliderSection .owl-item .industryBoxes h4 {
  font-size: 14px;
  color: #0A5F59;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sliderSection .owl-item .industryBoxes h4 {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sliderSection .owl-item .industryBoxes h4 {
    font-size: 13.5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderSection .owl-item .industryBoxes h4 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .sliderSection .owl-item .industryBoxes h4 {
    font-size: 10.5px;
  }
}

.testimonialSection {
  background-color: #ffffff;
  padding: 100px 0;
}
@media screen and (max-width: 576px) {
  .testimonialSection {
    padding: 40px 0 40px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .testimonialSection {
    padding: 40px 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .testimonialSection {
    padding: 40px 0 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonialSection {
    padding: 40px 0 40px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonialSection {
    padding: 40px 0 40px;
  }
}
.testimonialSection .mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 576px) {
  .testimonialSection .mt-100 {
    margin-top: 60px;
  }
}
.testimonialSection h3 {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 575px) {
  .testimonialSection h3 {
    text-align: center;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 991) {
  .testimonialSection h3 {
    text-align: left;
  }
}
.testimonialSection h4 {
  font-size: 40px;
  line-height: 54px;
  padding-right: 50px;
}
@media screen and (max-width: 575px) {
  .testimonialSection h4 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .testimonialSection h4 {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .testimonialSection h4 {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonialSection h4 {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonialSection h4 {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
  }
}
.testimonialSection .testmonials-carousel {
  padding-left: 100px !important;
}
@media screen and (max-width: 575px) {
  .testimonialSection .testmonials-carousel {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonialSection .testmonials-carousel {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonialSection .testmonials-carousel {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
  }
}
.testimonialSection .testmonials-carousel .item {
  padding: 0 10px;
}
.testimonialSection .testmonials-carousel .item .testimonial-content {
  min-height: 190px;
  color: #1A1A1A;
  margin-top: 24px;
}
.testimonialSection .testmonials-carousel .item .quotes-icon {
  width: 50px;
}
.testimonialSection .testmonials-carousel .owl-dots {
  text-align: center;
  padding-top: 25px;
}
.testimonialSection .testmonials-carousel .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.testimonialSection .testmonials-carousel .owl-dots button.owl-dot.active {
  background-color: #0A5F59;
  width: 15px;
  height: 15px;
}
.testimonialSection .testmonials-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.testimonialSection .testmonials-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.testimonialSection .testmonials-carousel span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.testimonialSection .testmonials-carousel .owl-nav button:focus {
  outline: none;
}
.testimonialSection .testmonials-carousel h5 {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #757575;
}
.testimonialSection .testmonials-carousel p {
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  line-height: 24px;
}

.whyChooseSection {
  background-color: #F7F7F7;
  padding: 100px 0;
}
@media screen and (max-width: 576px) {
  .whyChooseSection {
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .whyChooseSection {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .whyChooseSection {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .whyChooseSection {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .whyChooseSection {
    padding: 40px 0;
  }
}
.whyChooseSection h4 {
  font-size: 40px;
  line-height: 54px;
}
@media screen and (max-width: 1199px) {
  .whyChooseSection h4 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
.whyChooseSection .whychoose-text {
  margin-top: 32px;
  color: #8B8B8B;
  padding-right: 90px;
}
@media screen and (max-width: 576px) {
  .whyChooseSection .whychoose-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    margin: 16px auto 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .whyChooseSection .whychoose-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 50px;
    margin: 16px auto 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .whyChooseSection .whychoose-text {
    text-align: center;
    padding: 0 150px;
    margin: 16px auto 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .whyChooseSection .whychoose-text {
    text-align: center;
    padding: 0 200px;
    margin: 16px auto 20px;
  }
}
.whyChooseSection .whyChooseBox01 {
  background-color: #FDCF6F;
  min-height: 261px;
  border-radius: 32px;
  padding: 32px;
}
@media screen and (max-width: 576px) {
  .whyChooseSection .whyChooseBox01 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .whyChooseSection .whyChooseBox01 {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .whyChooseSection .whyChooseBox01 {
    padding: 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .whyChooseSection .whyChooseBox01 {
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .whyChooseSection .whyChooseBox01 {
    padding: 25px;
  }
}
.whyChooseSection .whyChooseBox01 h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 92px;
  line-height: 54px;
  font-weight: 400;
  color: #1A1A1A;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .whyChooseSection .whyChooseBox01 h4 {
    font-size: 65px;
  }
}
@media screen and (max-width: 320px) {
  .whyChooseSection .whyChooseBox01 h4 {
    font-size: 60px;
  }
}
.whyChooseSection .whyChooseBox01 p {
  color: #1A1A1A;
  position: absolute;
  bottom: 15px;
  padding-right: 150px;
}
@media screen and (max-width: 767px) {
  .whyChooseSection .whyChooseBox01 p {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .whyChooseSection .whyChooseBox01 p {
    padding-right: 85px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .whyChooseSection .whyChooseBox01 p {
    padding-right: 95px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .whyChooseSection .whyChooseBox01 p {
    padding-right: 75px;
  }
}
.whyChooseSection .whyChooseBox02 {
  background-color: #6DD6CD;
  min-height: 261px;
  border-radius: 32px;
  padding: 32px;
}
@media screen and (max-width: 576px) {
  .whyChooseSection .whyChooseBox02 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .whyChooseSection .whyChooseBox02 {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .whyChooseSection .whyChooseBox02 {
    padding: 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .whyChooseSection .whyChooseBox02 {
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .whyChooseSection .whyChooseBox02 {
    padding: 25px;
  }
}
.whyChooseSection .whyChooseBox02 h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 92px;
  line-height: 54px;
  font-weight: 400;
  color: #1A1A1A;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .whyChooseSection .whyChooseBox02 h4 {
    font-size: 65px;
  }
}
@media screen and (max-width: 320px) {
  .whyChooseSection .whyChooseBox02 h4 {
    font-size: 60px;
  }
}
.whyChooseSection .whyChooseBox02 p {
  color: #1A1A1A;
  position: absolute;
  bottom: 15px;
  padding-right: 140px;
}
@media screen and (max-width: 767px) {
  .whyChooseSection .whyChooseBox02 p {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .whyChooseSection .whyChooseBox02 p {
    padding-right: 85px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .whyChooseSection .whyChooseBox02 p {
    padding-right: 95px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .whyChooseSection .whyChooseBox02 p {
    padding-right: 75px;
  }
}
.whyChooseSection .whyChooseBox03 {
  background-color: #0A5F59;
  min-height: 261px;
  border-radius: 32px;
  padding: 32px;
}
@media screen and (max-width: 576px) {
  .whyChooseSection .whyChooseBox03 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .whyChooseSection .whyChooseBox03 {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .whyChooseSection .whyChooseBox03 {
    padding: 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .whyChooseSection .whyChooseBox03 {
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .whyChooseSection .whyChooseBox03 {
    padding: 25px;
  }
}
.whyChooseSection .whyChooseBox03 h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 92px;
  line-height: 54px;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .whyChooseSection .whyChooseBox03 h4 {
    font-size: 65px;
  }
}
@media screen and (max-width: 320px) {
  .whyChooseSection .whyChooseBox03 h4 {
    font-size: 60px;
  }
}
.whyChooseSection .whyChooseBox03 p {
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  padding-right: 200px;
}
@media screen and (max-width: 767px) {
  .whyChooseSection .whyChooseBox03 p {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .whyChooseSection .whyChooseBox03 p {
    padding-right: 85px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .whyChooseSection .whyChooseBox03 p {
    padding-right: 95px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .whyChooseSection .whyChooseBox03 p {
    padding-right: 75px;
  }
}
.whyChooseSection .whyChooseBox04 {
  background-color: #FDCF6F;
  min-height: 261px;
  border-radius: 32px;
  padding: 32px;
  color: #1A1A1A;
}
@media screen and (max-width: 576px) {
  .whyChooseSection .whyChooseBox04 {
    margin-bottom: 16px;
    padding: 32px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .whyChooseSection .whyChooseBox04 {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .whyChooseSection .whyChooseBox04 {
    padding: 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .whyChooseSection .whyChooseBox04 {
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .whyChooseSection .whyChooseBox04 {
    padding: 25px;
  }
}
.whyChooseSection .whyChooseBox04 h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 92px;
  line-height: 54px;
  font-weight: 400;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .whyChooseSection .whyChooseBox04 h4 {
    font-size: 65px;
  }
}
@media screen and (max-width: 320px) {
  .whyChooseSection .whyChooseBox04 h4 {
    font-size: 60px;
  }
}
.whyChooseSection .whyChooseBox04 p {
  color: #1A1A1A;
  position: absolute;
  bottom: 15px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .whyChooseSection .whyChooseBox04 p {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .whyChooseSection .whyChooseBox04 p {
    padding-right: 85px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .whyChooseSection .whyChooseBox04 p {
    padding-right: 95px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .whyChooseSection .whyChooseBox04 p {
    padding-right: 25px;
  }
}

.getintouch {
  background-color: #ffffff;
  padding: 100px 0;
}
@media screen and (max-width: 576px) {
  .getintouch {
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .getintouch {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .getintouch {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .getintouch {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .getintouch {
    padding: 40px 0;
  }
}
.getintouch .sora {
  color: #0A5F59;
  font-weight: 600;
}
.getintouch h4 {
  color: #101828;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-top: 12px;
}
.getintouch p {
  font-size: 20px;
  color: #667085;
  margin-top: 20px;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .getintouch p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .getintouch p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .getintouch p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .getintouch p {
    margin-top: 20px;
  }
}
.getintouch .contactForm {
  margin-top: 50px;
}
.getintouch .contactForm label {
  font-family: "Sora", sans-serif;
  color: 344054;
  font-weight: 600;
}
.getintouch .contactForm .mt-24 {
  margin-top: 24px;
}
.getintouch .contactForm .h-48 {
  height: 48px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}
.getintouch .contactForm input:checked {
  background-color: #0A5F59;
  border-color: #0A5F59;
}
.getintouch .contactForm .submit-btn {
  background-color: #0A5F59;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #0A5F59;
  font-size: 16px;
  font-weight: 600;
  font-family: "Sora", sans-serif;
}
.getintouch .contactForm textarea {
  border: 1px solid #D0D5DD;
}

.input-group .phone_number {
  width: 310px;
}
@media screen and (max-width: 767px) {
  .input-group .phone_number {
    width: 250px;
  }
}
@media screen and (max-width: 375px) {
  .input-group .phone_number {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .input-group .phone_number {
    width: 314px;
  }
}

.footerSection {
  padding: 60px 0 0;
  background-color: #0B6A62;
}
@media screen and (max-width: 576px) {
  .footerSection {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .footerSection {
    padding: 40px 0 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footerSection {
    padding: 40px 0 5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footerSection {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .footerSection {
    padding: 40px 0 0;
  }
}
.footerSection p {
  color: #ffffff;
}
.footerSection p a {
  color: #FEAA00;
  text-decoration: none;
}
.footerSection .details {
  padding-left: 12px;
}
.footerSection .details .yellow {
  color: #FEAA00;
}
.footerSection .newsletter {
  background-color: #6DD6CD;
  border-radius: 4px;
  padding: 28px 36px;
  margin-top: 32px;
}
@media screen and (max-width: 369px) {
  .footerSection .newsletter {
    padding: 16px;
    margin-bottom: 24px;
    height: 175px;
  }
}
@media screen and (min-width: 370px) and (max-width: 576px) {
  .footerSection .newsletter {
    height: 150px;
  }
}
@media screen and (max-width: 576px) {
  .footerSection .newsletter {
    padding: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .footerSection .newsletter {
    margin-top: 16px;
  }
}
.footerSection .newsletter h5 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.footerSection .newsletter p {
  color: #1A1A1A;
}
.footerSection .newsletter .newsletterBox {
  background-color: #0A5F59;
  height: 48px;
  border-radius: 4px;
  padding-left: 20px;
}
@media screen and (max-width: 576px) {
  .footerSection .newsletter .newsletterBox {
    margin-top: 10px;
  }
}
.footerSection .newsletter .newsletterBox .input-group input {
  color: #ffffff;
}
.footerSection .newsletter .newsletterBox .input-group ::-moz-placeholder {
  color: #ffffff;
  -ms-input-placeholder: #ffffff;
  -moz-input-placeholder: #ffffff;
  -webkit-input-placeholder: #ffffff;
}
.footerSection .newsletter .newsletterBox .input-group ::placeholder {
  color: #ffffff;
  -ms-input-placeholder: #ffffff;
  -moz-input-placeholder: #ffffff;
  -webkit-input-placeholder: #ffffff;
}
.footerSection .newsletter .newsletterBox .subscibe-btn {
  background: #fff;
  border-radius: 4px !important;
  color: #0A5F59 !important;
  margin: 5px;
  font-weight: 600;
  width: 100px;
}
.footerSection .footer_links .footer-heading {
  font-size: 20px;
  margin-bottom: 20px !important;
  font-weight: 600;
  color: #FEAA00;
}
.footerSection .footer_links li {
  margin-bottom: 20px;
}
.footerSection .footer_links a {
  color: #ffffff;
  text-decoration: none;
}
.footerSection .footer_links a:hover {
  color: #FEAA00;
}
.footerSection .footer_links .hr {
  color: #D0D5DD;
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .footerSection .list-inline-item {
    display: block;
  }
}
.footerSection .list-inline-item a {
  margin-right: 3rem;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .footerSection .list-inline-item a {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .footerSection .list-inline-item a {
    margin-bottom: 12px;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footerSection .list-inline-item a {
    margin-bottom: 12px;
    margin-right: 1rem;
  }
}

.mx-10 {
  margin: 45px 107px;
}
@media screen and (max-width: 768px) {
  .mx-10 {
    margin: 30px 0;
  }
}

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

.about_IntroSection {
  background-image: url(../../assets/images/heroSection_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 134px;
  padding-bottom: 100px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .about_IntroSection {
    background-image: url(../../assets/images/about/about_mb_bg.png);
    padding: 60px;
  }
}
@media screen and (max-width: 425px) {
  .about_IntroSection {
    padding: 60px 0;
  }
}

.aboutSection_1 {
  background-image: url("/assets/images/about/bg_image_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.section-gap {
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  .section-gap {
    padding: 50px 0px !important;
  }
}

.section-gap60 {
  padding: 60px 0px;
}

.section-title {
  font-size: 40px;
  color: #0A5F59;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 425px) {
  .section-title {
    font-size: 24px;
  }
}

.section_1Title {
  position: relative;
}
.section_1Title::after {
  content: "";
  background: url("/assets/images/about/Arrow 07.png");
  position: absolute;
  width: 50px;
  height: 71px;
  background-repeat: no-repeat;
  top: -33px;
  right: 115px;
}
@media screen and (max-width: 1440px) {
  .section_1Title::after {
    background: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .section_1Title::after {
    top: -27px;
    right: -60px;
  }
}

.section_btn {
  background-color: #0A5F59;
  border-radius: 30px;
  border: 1px solid #0A5F59;
  padding: 12px 44px;
  margin-top: 50px;
  color: #ffffff;
}
.section_btn:hover {
  background-color: #FEAA00;
  border: 1px solid #FEAA00;
}
.section_btn:active {
  background-color: #FEAA00 !important;
  border-bottom: #FEAA00 !important;
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mt-100 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 425px) {
  .mt-100 {
    margin-top: 0px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.aboutSection_2 {
  background: #0B6A62;
}
.aboutSection_2 p {
  color: #ffffff;
}
.aboutSection_2 h2 {
  color: #FDCF6F;
}
.aboutSection_2 h4 {
  color: #FDCF6F;
}

@media screen and (min-width: 1440px) {
  .section2_Img img {
    height: 714px;
    width: 707px;
    margin-top: -81px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .section2_Img img {
    margin-top: 85px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .section2_Img img {
    margin-top: 277px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .section3_Img img {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .section3_Img img {
    width: auto;
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section1_Img img {
    margin-top: 160px;
  }
}

.M_-50 {
  margin-top: -27px;
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .M_-50 {
    margin-top: 114px !important;
  }
}

.section2_Text {
  margin: 60px 10px 60px;
}

.bg-gray {
  background-color: #F7F7F7;
}

.input-group .Countrycode {
  border-radius: 0px 8px 8px 0px !important;
  width: 250px;
}
@media screen and (max-width: 375px) {
  .input-group .Countrycode {
    width: 100%;
  }
}
@media screen and (max-width: 424px) {
  .input-group .Countrycode {
    width: 100%;
  }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
  .input-group .Countrycode {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .input-group .Countrycode {
    width: 201px;
  }
}
@media screen and (max-width: 424px) {
  .input-group .country-dropdown {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
}
@media screen and (max-width: 424px) {
  .input-group .Countrycode {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-left: 1px solid #D0D5DD !important;
    margin-top: 5px;
  }
}

input::-moz-placeholder {
  font-size: 14px;
}

input,
input::placeholder {
  font-size: 14px;
}

.about.active {
  color: #FDCF6F !important;
}

.dropdown-divider {
  width: 100%;
  margin: 0;
}

/* Styles for the preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("../images/svg/preloader.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5%;
  z-index: 9999;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  #preloader {
    background-size: 20%;
  }
}
@media screen and (max-width: 768px) {
  #preloader {
    background-size: 12%;
  }
}
@media screen and (max-width: 1440px) {
  #preloader {
    background-size: 10%;
  }
}
#preloader::after {
  content: "Loading...";
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 20px;
  letter-spacing: 2px;
  top: 7%;
  position: absolute;
}
@media screen and (max-width: 425px) {
  #preloader::after {
    font-size: 16px;
    top: 4% !important;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  #preloader::after {
    font-size: 16px;
    top: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #preloader::after {
    top: 7%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  #preloader::after {
    top: 11%;
  }
}

.decoration-none {
  text-decoration: none;
}

.testimonials-alignment {
  position: absolute;
  bottom: 9px;
}

#hidden-text {
  display: none;
}

#hidden-text2 {
  display: none;
}

#hidden-text3 {
  display: none;
}

.form-control:focus {
  box-shadow: none;
}

.form-select:focus {
  box-shadow: none;
}/*# sourceMappingURL=homestyle.css.map */