@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font:
    15px/25px,
    sans-serif;
  color: #393939;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

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

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "nicholas";
  src: url(../fonts/nicholas.otf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 100px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "nicholas";
  font-size: 95px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 25px;
  line-height: 0.8;
}

h2 {
  font-family: "nicholas";
  font-size: 75px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h3 {
  font-family: "nicholas";
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "nicholas";
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "nicholas";
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "nicholas";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #101010;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 25px;
}

/* Header Start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 50px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #0f0f0f;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.header-logo a img {
  width: 129px;
  height: 125px;
  object-fit: contain;
  border-radius: 50%;
  margin: 0 auto;
}

.menuSection {
  padding: 5px 0;
}

.header-logo {
  position: relative;
  width: fit-content;
}

.header-logo:before {
  content: "";
  background: #ffff;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: -65px;
  top: -152px;
  width: 260px;
  height: 295px;
  z-index: -1;
}

.menuSec li.active a {
  color: #3bc5b6 !important;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  right: 7%;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
header {
  position: absolute;
  z-index: 999;
  width: 100%;
}

/* Header Ends */

/* Main Banner Start */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

section.main_slider .carousel-item > img {
  width: 100%;
  height: 895px;
  object-fit: cover;
  opacity: 35%;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 25%;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

.Rectangle_1_copy {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(0, 133, 139) 0%,
    rgb(0, 222, 198) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 133, 139) 0%,
    rgb(0, 222, 198) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(0, 133, 139) 0%,
    rgb(0, 222, 198) 100%
  );
  position: absolute;
  left: -140px;
  top: -60px;
  width: 912px;
  height: 731px;
  z-index: 4;
}
section.main_slider {
  position: relative;
  overflow: hidden;
}
section.main_slider:before {
  content: "";
  position: absolute;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 133, 139) 0%,
    rgb(0, 222, 198) 100%
  );
  width: 50%;
  height: 72%;
  z-index: 7;
  left: 0;
  top: 0;
}
.banner_text {
  position: relative;
  z-index: 9;
}

.banner_text span {
  font-size: 75px;
}
.banner_text p {
  color: #eef9f8;
}
.banner_text p {
  width: 90%;
}
.banner_img img {
  width: 928px;
  height: 929px;
  object-fit: contain;
}
.theme-btn-1 {
  background: #3bc5b6;
  border: 1.8px solid #e7e7e7 !important;
  padding: 5px 8px 5px 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #e5f7f5;
  text-transform: uppercase;
  font-size: 15px;
}
.main-banner-btn-call-any-time {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-banner-call-any-time a ul li p {
  margin-bottom: 0 !important;
}
.banner_img {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 9;
}
.theme-btn-1 span img {
  width: 20px;
  height: 20px;
}
.theme-btn-1 span {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 20px;
}
.theme-btn-1 span img {
  width: 10px !important;
  height: 10px !important;
}

.theme-btn-1 span {
  font-size: large;
}
.main-banner-call-any-time ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.img-fluid {
  width: 100%;
}
.btn-shine {
  background: linear-gradient(to right, #fff 0, #3bc5b6, #3bc5b6 33%, #fff 0%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 7s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  padding-bottom: 6px;
}
@keyframes shine {
  0%,
  100% {
    background-position: 0;
  }

  10% {
    background-position: 50px;
  }

  20% {
    background-position: 100px;
  }

  30% {
    background-position: 150px;
  }

  40% {
    background-position: 200px;
  }

  50% {
    background-position: 250px;
  }

  60% {
    background-position: 300px;
  }

  70% {
    background-position: 350px;
  }

  80% {
    background-position: 400px;
  }

  90% {
    background-position: -450px;
  }
}
.main-banner-call-any-time ul li span {
  font-size: 18px;
  color: #ffffff;
}

.main-banner-call-any-time ul li img {
  width: 47px;
  height: 52px;
  object-fit: contain;
}
.main-banner-follow-us-boxs {
  display: flex;
  align-items: center;
  gap: 100px;
}
.main-banner-socail-icon ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-banner-follow-us-heading h2 {
  font-size: 35px;
}
.main-banner-follow-us-boxs {
  display: flex;
  align-items: center;
  gap: 120px;
  position: absolute;
  bottom: 50px;
  z-index: 999;
  left: 7%;
}
.main-banner-socail-icon ul li a {
  border: 1px solid #747374;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #747374;
  transition: 0.5s;
  font-size: 16px;
}
.main-banner-socail-icon ul li a:hover {
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 133, 139) 0%,
    rgb(0, 222, 198) 100%
  );
  color: #fff;
  border: none;
  transition: 0.5s;
}

/* Main Banner Ends */

/* About Us Start */

.about-us-sec .row {
  background: #f6f6f4;
  border-radius: 8px;
  padding-bottom: 65px;
  position: relative;
}
.about-us-sec .row:before {
  content: "";
  position: absolute;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 133, 139) 0%,
    rgb(0, 222, 198) 100%
  );
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  top: -7px;
  right: -7px;
}
.Rectangle_1_copy_3 {
  border-radius: 10px;

  position: absolute;
  left: 133px;
  top: 1158px;
  width: 1354px;
  height: 595px;
  z-index: 26;
}

.about-us-images {
  width: 95%;
  margin: 0 0 0 auto;
  margin-top: -70px;
}
.about-us-images img {
  width: 100%;
  height: 657px;
  object-fit: cover;
  border-radius: 8px;
}
.about-us-images {
  width: 93%;
  margin: 0 0 0 auto;
  margin-top: -70px;
  padding-right: 25px;
}
.about-us-text {
  padding-right: 30px;
}
.about-us-sec {
  margin-top: 100px;
}

/* About Us Ends */

/* What We Do Start */

.what-we-do-heading {
  text-align: center;
}
.what-we-do-heading h2 {
  line-height: 1;
}
.what-we-do-heading p {
  width: 55%;
  margin: 0 auto;
  color: #000000;
}
.what-we-do-sec {
  padding-bottom: 80px;
  position: relative;
}
.what-we-do-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/what-we-do-background-images.png);
  width: 100%;
  height: 470px;
  background-size: cover;
  z-index: -1;
  bottom: 0;
  background-attachment: fixed;
}
.what-we-do-silder-items {
  padding: 25px;
  box-shadow: 0 0 10px 0 #0000001c;
  border-radius: 10px;
  background: #fff;
}
.what-we-do-silder-items h2 {
  font-size: 28px;
  line-height: 1;
}
.what-we-do-silder-items-img {
  margin-top: 20px;
  margin-bottom: 15px;
}
.what-we-do-silder-items-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 5px;
}
.what-we-do-silder-items ul li img {
  width: 49px;
  height: 49px;
  object-fit: contain;
}
.what-we-do-silder-items ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.what-we-do-silder .slick-slide {
  margin: 25px 15px;
}

.what-we-do-silder .slick-active {
  opacity: 1.5;
}
.what-we-do-silder-items p {
  color: #606060;
  line-height: 25px;
}
.what-we-do-silder .slick-slide {
  opacity: 1.2;
}
.what-we-do-silder
  .slick-slide.slick-current.slick-active.slick-center
  .what-we-do-silder-items {
  background-color: #3bc5b6;
}
.what-we-do-silder
  .slick-slide.slick-current.slick-active.slick-center
  .what-we-do-silder-items
  p {
  color: #f2fbfa;
}
.what-we-do-silder
  .slick-slide.slick-current.slick-active.slick-center
  .what-we-do-silder-items
  ul
  li
  h2 {
  color: #fff;
}

.what-we-do-silder
  .slick-slide.slick-current.slick-active.slick-center
  .what-we-do-silder-items
  ul
  li
  img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(347deg) brightness(109%) contrast(102%);
}

/* What We Do Ends*/

/* Why Choose Us Start */

.wcu_right img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 660px;
}

.wcu_left h2 {
  font-size: 60px;
  margin-bottom: 10px;
}

.wcu_left h3 {
  font-size: 28px;
  color: #3bc5b6;
  margin-bottom: 20px;
  margin-top: 25px;
}

.wcu_txt h6 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
}

.wcu_left ul {
  column-count: 3;
}

.d_block {
  display: block;
}

.wcu_txt img {
  padding: 25px 0 20px;
  border-top: 4px solid #3bc5b6;
}

.wcu_txt p {
  margin: 10px 0;
  font-size: 12px;
  line-height: 18px;
  color: #606060;
}

.wcu_txt {
  padding: 30px 10px;
  border-radius: 20px;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
  height: 286px;
}

.wcu_txt:hover {
  padding: 20px;
  border: 2px solid #3bc5b6;
  text-align: start;
  width: 250px;
  transition: 1.5s;
}
.wcu_right {
  position: relative;
  z-index: -1;
}
.wcu_left {
  background: #f6f6f4;
  border-radius: 15px;
  width: 125%;
  box-shadow: 0 10px 25px rgb(0 0 0 / 12%);
  padding: 50px 30px;
  position: relative;
  margin-top: 20%;
  margin-left: 5px;
}
.wcu_left:before {
  content: "";
  position: absolute;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 133, 139) 0%,
    rgb(0, 222, 198) 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 20px;
  z-index: -1;
  top: -8px;
  left: -8px;
}

/* Why Choose Us Ends */

/* Our Gallery Start */

.gallery img {
  border-radius: 10px;
}

.gallery_left img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.gallery_right a img {
  height: 285px;
  width: 100%;
  object-fit: cover;
}

.gallery_btm a img {
  height: 295px;
  width: 100%;
  object-fit: cover;
}

.gallery_right > a {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease 0.3s;
  width: 100%;
}

.gallery_right > a::after {
  position: absolute;
  content: "+";
  background: #3bc5b6e6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  font-size: 50px;
  border-radius: 20px;
  transition: all 0.4s ease-in-out 0s;
  transform: scale(0);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_right > a:hover::after {
  transition: all 0.4s ease-in-out 0s;
  transform: scale(1);
  border-radius: 10px;
}

.gallery_txt h3 {
  font-size: 56px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.gallery_txt {
  text-align: center;
  background: #3bc5b6e6;
  border-radius: 10px;
  height: 90%;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery_left {
  position: relative;
}
.gallery_txt p {
  color: #e8f6f4;
  font-size: 14px;
  width: 85%;
  margin: 0 auto;
}
section.gallery .heading {
  text-align: center;
  margin-bottom: 20px;
}
.heading p {
  width: 55%;
  margin: 0 auto;
  color: #000000;
}
section.gallery {
  padding: 20px 0;
}

/* Our Gallery Ends  */

/* Contact Us Start */

.contact-us-sec {
  margin-top: 100px;
  padding-top: 120px;
  position: relative;
}

.contact-us-sec .row.background {
  padding: 40px 40px;
  background: #f6f6f4;
  border-radius: 8px;
}

.contact-us-heading {
  text-align: center;
}
.contact-us-heading h2 {
  line-height: 1;
}

.contact-us-heading p {
  width: 58%;
  margin: 0 auto;
}

.contact-us-form-boxs input {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  background: #ececeb;
  border: 2px solid #e0e0df;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: #464646;
  font-weight: 500;
}
.contact-us-form-boxs form {
  margin-top: 15px;
}
.contact-us-form-boxs input::placeholder {
  font-size: 14px;
  color: #464646;
  font-weight: 500;
}
.contact-us-form-boxs textarea {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
  padding: 20px 20px;
  background: #ececeb;
  border: 2px solid #e0e0df;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: #464646;
  font-weight: 500;
  resize: none;
}

.contact-us-form-boxs form {
  margin-top: 15px;
}
.contact-us-form-boxs textarea::placeholder {
  font-size: 14px;
  color: #464646;
  font-weight: 500;
}

.contact-us-form-button {
  text-align: center;
}

.contact-us-form-button button {
  margin: 0 auto;
}
.contact-us-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-us-back.jpg);
  width: 100%;
  height: 458px;
  background-size: cover;
  z-index: -1;
  top: 0;
}
.contact-us-form-boxs {
  margin-top: 20px;
}

/* Contact Us Ends */

/* Our Testimonials Start */

.our-client-sec .head-effect::after {
  width: 50%;
}

.our-client-sec .slick-slide {
  opacity: 0;
}

.client-sli .slick-active {
  opacity: 1 !important;
}

section.our-client-sec .client-sli .slick-prev,
section.our-client-sec .client-sli .slick-next {
  top: 6%;
  width: 0px;
  padding: 0px;
  height: auto;
  outline: 0;
  border: 0;
}

.client-sli .slick-prev {
  left: -30px;
}

.client-box {
  margin: 0px 0;
  transition: all 0.2s;
}

.client-sli {
  position: relative;
  z-index: 1;
}

.client-sli::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  border: 1px dashed #9e8d7b;
  width: 100%;
  z-index: -1;
}

.client-sli .slick-prev:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #272c02;
  opacity: 3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
  font-size: 18px;
}

.client-sli .slick-next:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #272c02;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 900;
  font-size: 18px;
}

.client-box h6 {
  color: #f6ae15;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.client-box .quotess {
  margin-left: 20px;
  position: relative;
  left: 0;
  top: 0;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #d8f3f0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.client-box .quotess::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background: #3bc5b6;
  color: #fff;
  font-size: 30px;
}

.client-box * {
  transition: all 0.9s;
}

.client-box:hover * {
  color: #fff;
}

.client-box .quotess::before {
  z-index: 2;
  color: #fff;
  font-size: 20px;
}

.client-ineer-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  transform: rotate(180deg);
  filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
  z-index: 2;
  padding: 30px 25px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px 0 #00000029;
  border-radius: 10px;
  height: 273px;
}

.client-ineer-box ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.client-ineer-box ul li h4 {
  color: #000000;
  font-size: 22px;
  margin: 0;
  line-height: 1.2;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

.client-ineer-box ul li h4 span {
  font-size: 14px;
  display: block;
  color: #ab9c8d;
  text-transform: capitalize !important;
  margin-top: 0px;
}

.client-ineer-box ul li i {
  color: #3bc5b6;
  margin-right: 3px;
}

section.our-client-sec.slick-track {
  margin-bottom: 30px;
}

h2.themes-h2.head-effect {
  font-size: 62px;
  color: #000;
  margin: 0 0 5px;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
  background: #3bc5b6;
}

.client-sli .slick-next {
  right: 0px;
}

.client-ineer-box p {
  margin: 0;
  font-weight: 500;
  color: #4c4c4c;
  width: 100%;
  font-size: 14px;
}

section.our-client-sec .client-box:hover .client-ineer-box {
  background: #3bc5b6;
}
section.our-client-sec .client-box:hover .client-ineer-box:hover {
  color: #fff;
}

section.our-client-sec .client-box:hover .client-ineer-box::before {
  filter: brightness(0) saturate(100%) invert(91%) sepia(95%) saturate(726%)
    hue-rotate(141deg) brightness(76%) contrast(104%);
}

section.our-client-sec button.slick-prev::after {
  display: none;
}

section.our-client-sec button.slick-next::after {
  display: none;
}

section.our-client-sec .slick-track {
  padding-bottom: 30px;
}
.client-sli .slick-slide {
  margin: 0px 10px;
}

/* Our Testimonials Ends */

/* Footer Start */

.footerSec {
  padding: 80px 0 0px;
  background: url(../images/footer-background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.footerSec h5 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}

/* .footerSec::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #093145eb;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
} */

.footerSec p {
  color: #effbfa;
  width: 100%;
  margin-bottom: 25px;
}

.ftr_socials a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease-in;
}

.ftr_socials a:hover {
  background: #3bc5b6;
  border: 1px solid #3bc5b6;
  color: #ffffff;
}

.ftr_socials {
  display: flex;
  gap: 10px;
}

.ftr_links a {
  color: #ffffff;
  font-size: 15px;
  transition: all 0.3s ease-in;
  font-weight: 500;
}

.ftr_links ul li a:hover {
  color: #ffffff;
  transform: translateX(10px);
}

.ftr_links ul li {
  margin-bottom: 8px;
}

.ftr_contact ul li a {
  color: #effaf9;
  font-size: 15px;
  transition: all 0.3s ease-in;
}

.ftr_contact ul li a:hover {
  color: #ffffff;
  transform: translateX(10px);
}

.ftr_contact ul li {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #9dddda;
  width: 80%;
}

.ftr_contact ul li i {
  font-size: 20px;
  margin-right: 10px;
  color: #ffffff;
}

.ftr_contact ul li {
  display: flex;
  align-items: center;
}

.news-letter form input {
  padding: 15px 20px;
  width: 100%;
  font-weight: 500;
  border-radius: 10px;
  font-size: 14px;
  color: #858585;
  border: none;
}

.news-letter form input::placeholder {
  color: #0000009e;
  text-transform: capitalize;
}

.news-letter form button {
  background: #2cb9ae;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 14px;
}

.copy-txt {
  text-align: center;
  padding: 20px 0;
}
li.boader-no {
  border-bottom: none !important;
}

.copy-txt p {
  margin-bottom: 0;
  color: #c0cecf;
  width: 100%;
  font-size: 14px;
}

.ftr_links {
  padding-left: 50px;
}

.footer-btm {
  border-top: 1px solid #36a5a7;
  margin-top: 100px;
  position: relative;
  z-index: 99;
}

/* Footer Ends */

/* MAIN MODAL CLASS */
.quote-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;

  opacity: 0;
  transition: opacity 0.4s ease;
}

.quote-modal.show {
  display: block;
  opacity: 1;
}

/* MODAL BOX */
.quote-modal .modal-content {
  max-width: 1000px;
  margin: 5% auto;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.4s ease;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 133, 139) 0%,
    rgb(0, 222, 198) 100%
  );
}

.form-step h4 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 10px !important;
}

.form-step select {
  width: 100% !important;
  height: 50px !important;
  border: 2px solid #fff !important;
  background: no-repeat;
  color: #fff !important;
  position: relative !important;
}

select.form-select.custom-select option {
  background: #000;
}

.form-select-step-box {
  position: relative;
  display: flex;
  align-items: center;
}
.form-select-step-box-icon {
  position: absolute;
  right: 15px;
  color: #fff;
}
.form-step input:focus {
  width: 100% !important;
  height: 50px !important;
  border: 2px solid #fff !important;
  background: no-repeat;
  color: #fff !important;
  box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 15%) !important;
}

.form-step select:focus {
  width: 100% !important;
  height: 50px !important;
  border: 2px solid #fff !important;
  background: no-repeat;
  color: #fff !important;
  box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 15%) !important;
}

.form-step input {
  width: 100% !important;
  height: 50px !important;
  border: 2px solid #fff !important;
  background: no-repeat;
  color: #fff !important;
}
.form-step input::placeholder {
  color: #fff !important;
}

.quote-modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
}

/* CLOSE BUTTON */
.quote-modal .close {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 35px;
  cursor: pointer;
  color: #fff;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: #fff;

  /* CUSTOM ARROW */
  background-image:
    linear-gradient(45deg, transparent 50%, #000 50%),
    linear-gradient(135deg, #000 50%, transparent 50%);

  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);

  background-size: 6px 6px;
  background-repeat: no-repeat;

  padding-right: 40px;
}

/* STEPS */
.form-step {
  display: none;
  transform: translateX(40px);
  opacity: 0;
  transition: all 0.4s ease;
}

.form-step.active {
  display: block;
  transform: translateX(0);
  opacity: 1;
}

/* FORM */
input,
select {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* BUTTONS */
.quote-modal button {
  padding: 10px 15px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  background: #000;
  color: #fff;
  transition: 0.3s;
}

#prevStep {
  background: #6c757d;
}
#prevStep:hover {
  background: #5a6268;
}
