.home_slider {
  position: relative;
}
.home_slider .carousel-caption {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  text-align: left;
  padding: 40px 0px 50px;
  opacity: 0;
  overflow: hidden;
  color: #000000;
}
.home_slider .carousel-caption .banner_heading {
  font-size: 4.8rem;
  line-height: 5.2rem;
  margin: 0 0 15px;
  color: #000000;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}
.home_slider .carousel-caption p {
  font-size: 1.8rem;
  margin: 0 0 20px;
}
.home_slider .carousel-caption .home-cta {
  margin: 30px 0 0;
}
.home_slider .carousel-item {
  -webkit-animation: animatedBackground 20s linear infinite;
          animation: animatedBackground 20s linear infinite;
  transition: 0.3s all;
  position: relative;
  background-position: center top;
  background-size: cover;
}
.home_slider .carousel-item .carousel_image {
  text-align: right;
}
.home_slider .carousel-item .carousel_image img {
  max-height: 420px;
}
.home_slider .carousel-item.active .carousel-caption {
  opacity: 1;
}
.home_slider .carousel-item.active .carousel-caption h1, .home_slider .carousel-item.active .carousel-caption p, .home_slider .carousel-item.active .carousel-caption .banner_heading, .home_slider .carousel-item.active .carousel-caption .home_cta a {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.custom-wow {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.custom-wow.animated {
  visibility: visible;
  opacity: 1;
}

.custom-wow.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.custom-wow.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.custom-wow.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.custom-wow.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.delay-1s {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.animated.delay-1-2s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.animated.delay-1-3s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.animated.delay-1-4s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.animated.delay-1-6s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.section-divider {
  margin: 0px 0px 80px;
}

.pad-80 {
  padding: 80px 0;
}

.heading {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 3.8rem;
  color: #222;
  position: relative;
  padding: 10px 0;
  margin: 0 0 20px;
}
.heading i {
  font-style: normal;
  color: #10a0c6;
}
.heading::after, .heading::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #989b9b;
}
.heading.text-center::after, .heading.text-center::before {
  right: 0;
  margin: 0 auto;
}
.heading::before {
  top: 0;
  width: 80px;
}
.heading::after {
  bottom: 0;
  width: 150px;
}
.heading.w-bdr {
  padding: 0;
}
.heading.w-bdr::after, .heading.w-bdr::before {
  display: none;
}

.check-list li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
}
.check-list li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 1.4rem;
  color: #10a0c6;
  background-color: rgba(16, 160, 198, 0.1);
  font-weight: 600;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-list.white li{
  color: #fff;
}
.check-list.white li::before{
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.new-video-block {
  border-radius: 15px;
}
.new-video-block img {
  border-radius: 20px;
}
.new-video-block .new-video-flex {
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(16, 160, 198) 100%);
  border-radius: 20px;
}
.new-video-block .new-video-flex .new-video-tag {
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px 18px;
  border-radius: 30px;
}
.new-video-block .new-video-flex .new-video-head {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 600;
}
.new-video-block .new-video-flex .new-video-flex-r {
  width: 75px;
  height: 75px;
  background-color: #fff;
  color: #222;
  border-radius: 50%;
  font-size: 3rem;
}
.new-video-block .new-video-flex .new-video-flex-r i {
  left: 3px;
  transform: rotate(0);
  transform-origin: center center;
  transition: 0.4s all ease-in-out;
}
.new-video-block:hover .new-video-flex-r i {
  transform: rotate(720deg);
}
.new-video-block::after, .new-video-block::before {
  content: "";
  position: absolute;
  border: 2px solid #10a0c6;
  border-radius: 20px;
  z-index: -1;
}
.new-video-block::before {
  left: -15px;
  top: -15px;
  width: 140px;
  height: 140px;
}
.new-video-block::after {
  right: -15px;
  bottom: -15px;
  width: 90px;
  height: 90px;
}

.new-meet-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.btn_main.btn-bdr {
  background-color: transparent;
  color: #10a0c6;
}
.btn_main.btn-bdr:hover {
  background-color: #10a0c6;
  color: #fff;
}
.btn_main.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #000000;
}
.btn_main.btn-white:hover {
  background-color: transparent;
  color: #fff;
}

.flex-btn {
  display: flex;
}
.flex-btn .btn_main:nth-child(2) {
  margin-left: 20px;
}

.new-service-single {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
  border: 2px solid #fff;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.new-service-single:hover {
  border: 2px solid #10a0c6;
}
.new-service-single::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-105%);
  transition: 0.3s all ease-in-out;
}
.new-service-single:hover::before {
  transform: translateY(0%);
}
.new-service-single .btn_main.btn-white {
  padding: 5px 15px;
}
.new-service-single .service-inner-block {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.new-service-single .service-single-head {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: 0.3s all ease-in-out;
}
.new-service-single:hover .service-single-head {
  bottom: 100%;
  background-color: transparent;
}
.new-service-single:hover .service-single-para {
  transform: translateY(0);
  background-color: transparent;
}
.new-service-single .service-single-para {
  transform: translateY(100%);
  transition: 0.3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0px 30px 20px;
}
.new-service-single .service-single-para p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}
.new-service-single:hover .service-inner-block {
  transition: 0.3s all ease-in-out;
}

.new-why-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: unset;
}

.new-client-thumb-module .heading {
  color: #fff;
  font-size: 2.4rem;
  line-height: 3rem;
}
.new-client-thumb-module .heading::after, .new-client-thumb-module .heading::before {
  display: none;
}
.new-client-thumb-module .new-client-thumb img {
  border-radius: 20px;
}
.new-client-thumb-module .new-client-thumb::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 105%;
  height: 95%;
  border: 2px solid #10a0c6;
  border-radius: 20px;
  z-index: -1;
}
.new-client-thumb-module .new-client-head {
  background-color: #10a0c6;
  border-radius: 20px;
  padding: 20px 15px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  margin: 80px 0 0 -80px;
}
.new-client-thumb-module .new-client-head i {
  font-size: 5rem;
}

.new-review-person {
  margin: 20px 0 0;
}
.new-review-person .new-review-thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #10a0c6;
}
.new-review-person .new-review-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.new-review-person .new-review-name {
  margin-left: 15px;
}

.fancy-nav .owl-nav {
  display: flex;
}
.fancy-nav .owl-nav {
  margin-left: 15px;
  margin-top: 20px;
}
.fancy-nav .owl-nav i {
  font-size: 32px;
  position: relative;
  color: #000000;
}
.fancy-nav .owl-nav .owl-prev i:after, .fancy-nav .owl-nav .owl-next i:after {
  content: "";
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: rgba(16, 160, 198, 0.1);
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s all ease-in-out;
}
.fancy-nav .owl-prev {
  margin-right: 15px;
}
.fancy-nav .owl-nav .owl-prev i:after {
  left: -14px;
}
.fancy-nav .owl-nav .owl-prev:hover i:after {
  left: -18px;
}
.fancy-nav .owl-nav .owl-next i:after {
  right: -14px;
}
.fancy-nav .owl-nav .owl-next:hover i:after {
  right: -18px;
}

.new-review-carousel .owl-nav {
  margin: 40px 0 0;
}
.new-review-carousel::after {
  content: "\f10d";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18rem;
  line-height: 0px;
  color: #000000;
  font-weight: 600;
  opacity: 0.03;
}

.new-home-contact {
  background-color: #10a0c6;
  padding: 0px 50px;
  border-radius: 20px 100px 100px 100px;
  margin: 130px 0 0;
}
.new-home-contact .new-home-contact-l {
  padding: 50px 0;
}
.new-home-contact .new-home-contact-r {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 30px;
}
.new-home-contact .form-group {
  margin-bottom: 25px;
}
.new-home-contact .form-control {
  min-height: 48px;
  height: auto;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 5px 15px;
  color: #fff;
}
.new-home-contact .form-control::-moz-placeholder {
  color: #fff;
}
.new-home-contact .form-control:-ms-input-placeholder {
  color: #fff;
}
.new-home-contact .form-control::placeholder {
  color: #fff;
}
.new-home-contact .form-group label {
  margin-bottom: 0;
  color: #fff;
}
.new-home-contact .form-control.error {
  border: 1px solid #f00;
}

.new-map-block {
  height: 650px;
}
.new-map-block .new-map-module {
  background-color: #10a0c6;
  padding: 30px 40px;
  border-radius: 20px;
}
.new-map-block .iframe_Src {
  top: 0;
}
.new-map-block .new-map-hours-l {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 2.5rem;
  margin-right: 10px;
}
.new-map-block .new-map-hours-r {
  flex: 1;
}

section.search-main-section {
    margin: 60px 0;
}

@media (max-width: 1400px) {
  .home_slider .carousel-caption {
    margin: 100px 0 50px;
  }
  .home_slider .carousel-caption .banner_heading {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .home_slider .carousel-caption p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #000000;
  }
}
@media (max-width: 1024px) {
  .new-service-single .service-inner-block,
.new-service-single .service-single-head {
    position: static;
    background-color: #10a0c6;
  }
  .new-service-single .service-single-para {
    transform: translateY(0%);
    background-color: #10a0c6;
  }
  .new-service-single::before {
    display: none;
  }
  .new-home-contact .new-home-contact-r {
    position: static;
    text-align: center;
    margin: 0;
  }
  .new-home-contact .new-home-contact-l {
    padding-bottom: 0;
  }
}
@media (max-width: 990px) {
  .new-client-thumb-module .new-client-head {
    min-width: 200px;
  }
  .new-client-thumb-module .heading {
    font-size: 2rem;
    line-height: 3rem;
  }
  .new-why-bg {
    background-position: center right;
    position: relative;
  }
  .new-why-bg::after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
  }
  .new-why-bg .container {
    position: relative;
    z-index: 9;
  }
}
@media (max-width: 767px) {
  .home_slider .carousel-caption {
    margin: 0;
    text-align: center;
  }
  .home_slider .carousel-caption .banner_heading {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .home_slider .carousel-item {
    padding: 30px 0 0;
    background-size: cover;
  }
  .home_slider .carousel-item .carousel_image {
    text-align: center;
  }
  .home_slider .carousel-item .carousel_image img {
    max-height: 178px;
  }
  .home_slider .mob_banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
  }
  .section-divider {
    margin: 0px 0px 60px;
  }
  .pad-60 {
    padding: 60px 0;
  }
  .new-video-block .new-video-flex .new-video-head {
    font-size: 15px;
    line-height: 25px;
  }
  .new-video-block .new-video-flex .new-video-flex-r {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .new-video-block .new-video-flex .new-video-tag {
    font-size: 10px;
    padding: 5px 10px;
  }
  .new-video-block .new-video-flex {
    padding: 15px !important;
  }
  .fancy-nav .owl-nav {
    justify-content: center;
  }
  .new-home-contact .new-home-contact-l {
    padding: 30px 0 0;
  }
  .new-home-contact {
    padding: 0px 20px;
    border-radius: 20px;
    margin: 0;
  }
  .new-map-block {
    height: auto;
    flex-wrap: wrap;
    margin: 0 0 60px;
  }
  .new-map-block .iframe_Src {
    position: static !important;
    height: 400px;
  }
  .new-map-block .new-map-module {
    padding: 20px;
    margin: -140px 0 0;
  }
  .new-client-thumb-module .new-client-head {
    min-width: 160px;
  }
}