@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

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

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: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}
@font-face {
  font-family: "NexaBold";
  src: url(../fonts/poppins-regular.ttf);
}

/***** 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: 80px 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: "NexaBold";
  font-size: 66px;
  color: #000;
  font-weight: 600;
  margin: 0 0 0px;
  text-transform: uppercase;
}

h2 {
  font-family: "NexaBold";
  font-size: 38px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}
.about_text h2 {
  color: #006495;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}
h3 {
  font-family: "NexaBold";
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

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

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

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

p {
  color: #000;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}

/*header css start */
header {
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.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: space-between;
}

.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: #393939;
  padding: 0;
  font-size: 20px;
}

/*.menuSec ul li a:after {
      content: '';
      position: absolute;
      top: 35%;
      right: 0;
      width: 1px;
      height: 13px;
      background-color: #393939;
      display: none;
  }
  */

/*.menuSec ul li:last-child a {
      padding-right: 0px;
  }*/

/* .menuSec ul li:last-child a:after {
      display: none;
  } */

.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 css start */

/*banner css start */
section.main_slider {
  position: relative;
  z-index: 1;
}

section.main_slider::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e3eef6ed;
  z-index: 1;
}
.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;
}

.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: 10px;
  padding: 0;
  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: 0;
  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;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.1); */
}
.carousel-caption {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  color: rgb(255, 255, 255);
  text-align: left;
  display: flex;
  align-items: center;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  /* background: #e3eef6ed; */
  padding-top: 70px;
}
.carousel-item > img {
  width: 100%;
  object-fit: cover;
  height: 110vh;
}
.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 {
  background-color: #006495;
  width: 10px;
  height: 10px;
}
.banner_img img {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  transition: 0.5s;
  overflow: hidden;
}

.banner_img img:hover {
  transform: scale(1.05);
}
/*banner css end*/
.main_menu ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 80px;
}

.main_menu ul li a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.header {
  padding: 40px 0 0;
  align-items: center;
}
.header_btn {
  background-color: #000;
  padding: 19px 29px;
  color: #fff !important;
  border-radius: 5px;
  font-size: 14px;
}
.background {
  /* position: absolute; */
  /* background-color: #ffffff; */
  /* width: 65%; */
  /* left: 1px; */
  /* padding: 214px 347px 0 191px; */
  /* top: 140px; */
  /* height: 654px; */
}

.banner_text a {
  background-color: #006495;
  padding: 15px 29px;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Poppins";
  transition: 0.5s;
}
.banner_text h1 {
  /* color: #000; */
  /* font-weight: 900; */
  /* margin: 0 0 0px; */
  font-size: 60px;
  line-height: 66px;
}
.banner_text h1 span {
  color: #006495;
  font-weight: 900;
}

.banner_text p {
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 400;
  color: #888888;
  margin-top: 15px;
  margin-bottom: 15px;
}
.carousel-control-next-icon {
  background-image: unset;
}
.carousel-control-prev-icon {
  background-image: unset;
}
.carousel-indicators {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  transform: rotate(90deg);
  height: 0;
}
.carousel-indicators .active {
  background-color: #006495;
  /* width: 10px; */
  /* height: 10px; */
}
.carousel-indicators {
  margin: auto;
  width: 90px;
  height: 5px;
}
.social_icon {
  position: absolute;
  background-color: #fff;
  bottom: 37px;
  width: 348px;
  height: 56px;
  right: 0;
  z-index: 99999;
}
.social_icon ul {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 13px 15px;
  margin: 0;
  gap: 13px;
}
.social_icon ul li {
  /* justify-content: center; */
  /* margin-right: 10px; */
  /* background-color: black; */
  /* height: 31px; */
  /* width: 31px; */
  /* border-radius: 5px; */
  /* display: flex; */
}
.social_icon ul li a {
  color: #ffffff;
  font-size: 20px;
  justify-content: center;
  margin-right: 10px;
  background-color: black;
  height: 31px;
  width: 31px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.social_icon ul li a:hover {
  background-color: #006495;
}
.about {
  padding: 100px 0 175px;
  position: relative;
}

.img1 img {
  width: 90%;
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
}
.img1 img:hover {
  transform: scale(1.05);
}
.img2 img:hover {
  transform: scale(1.05);
}
.img2 img {
  padding: 5px;
  position: absolute;
  width: 70%;
  height: 370px;
  background-color: #fff;
  z-index: 1;
  right: 0;
  object-fit: cover;
  bottom: -120px;
  border-radius: 5px;
  transition: 0.5s;
}
.about_text h1 {
  font-size: 50px;
  font-weight: 400;
}
.about_text p {
  text-align: justify;
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #494848;
  /* margin-bottom: -10px; */
}
.about_text a {
  background-color: #006495;
  padding: 15px 29px;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Poppins";
  transition: 0.5s;
}
.about_box {
  gap: 12px;
  display: flex;
  align-items: center;
  position: absolute;
  background-color: #111111;
  padding: 6px 30px 6px 11px;
  border: 6px solid #fff;
  z-index: 99;
  bottom: -103px;
  left: 40px;
  border-radius: 10px;
}

.about_box h1 {
  color: #fff;
  font-size: 30px;
}

.about_box h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.services_header h2 {
  color: #006495;
  font-weight: 800;
  margin: 0 0 0px;
  text-transform: uppercase;
}
.services_header h1 {
  color: #000;
  font-weight: 900;
  font-size: 43px;
}

.services_header_btn a {
  background-color: #fff;
  padding: 15px 29px;
  color: #006495;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Poppins";
  border: 1px solid #006495;
  transition: 0.5s;
}
.services {
  padding: 100px 0 150px;
  position: relative;
}
.services::before {
  background-color: #e8f3ff;
  position: absolute;
  content: "";
  width: 100%;
  height: 566px;
  top: 0;
  left: 0;
  z-index: -1;
}
.services_img img {
  width: 100%;
  height: 279px;
  object-fit: cover;
  /* margin-top: 35px; */
  transition: all 0.5s;
}
.services_img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.5s;
    background: #006495b5;
    z-index: 1;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.services_img:hover::before {
    height: 100%;
}
.services_img img:hover {
  transform: scale(1.05);
}
.services_text h3 {
  font-weight: 800;
  margin: 0 0 0px;
  text-transform: uppercase;
}

.services_text p {
  text-align: justify;
  padding-bottom: 48px;
  padding-top: 10px;
  color: #888888;
  font-weight: 600;
}
.services_text a {
  background-color: #000;
  padding: 10px 29px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 181px;
  text-transform: uppercase;
  right: -2px;
  transition: 0.5s;
}
.services_text {
  box-shadow: 0px 0px 27px 0px #0000003b;
  position: relative;
  height: 227px;
  padding: 20px 18px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.services_text span {
  border-bottom: 3px solid #c6d8eb;
  height: 11px;
  width: 101px;
  position: absolute;
  bottom: 22px;
  left: 42px;
}
.services_header_btn {
  text-align: end;
}
.services .row:first-child {
  align-items: flex-end;
}

.services_img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  margin-top: 35px;
  box-shadow: 0px 0px 27px 0px #0000003b;
  position: relative;
}
.project_slider .slick-active {
  opacity: 1.5;
}
.project_slider .slick-list.draggable {
  padding: 0 350px;
}

.project_img.slick-slide img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

.project_img.slick-slide.slick-current.slick-active img {
  height: 550px;
  object-fit: cover;
}
.project_slider .slick-slide {
  opacity: 1.5;
}
.our_recent_project {
  padding: 100px 0;
  position: relative;
}
.project_text {
  position: absolute;
  height: 496px;
  width: 87%;
  top: -50px;
  right: 0;
  background-color: #006495;
  padding: 65px 66px 0;
}
.project_text h2 {
  color: #fff;
  font-weight: 800;
  margin: 0 0 0px;
  text-transform: uppercase;
  font-size: 42px;
}
.project_slider .slick-prev {
  z-index: 99;
  left: 81%;
  top: -59px;
}
.project_slider .slick-next {
  right: 200px;
  z-index: 99;
  top: -59px;
}

.project_slider .slick-next:before {
  font-family: "NexaBold";
  font-size: 26px;
  opacity: 1;
  color: white;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
  padding: 5px 47px;
  padding: 0px 8px;
  width: 50px;
  height: 35px;
  display: block;
  align-content: center;
  border-radius: 3px;
}
.project_slider .slick-prev:before {
  font-family: "NexaBold";
  font-size: 26px;
  opacity: 1;
  color: rgb(0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  padding: 0px 8px;
  width: 50px;
  height: 35px;
  display: block;
  align-content: center;
  border-radius: 3px;
}
.project_img {
  position: relative;
}
.project_img h1 {
  color: #fff;
  font-weight: 800;
  margin: 0 0 0px;
  text-transform: uppercase;
  font-size: 27px;
  background-color: #006495c7;
  position: absolute;
  bottom: 26px;
  left: 39px;
  width: fit-content;
  height: 53px;
  padding: 10px 17px;
  display: none;
  border-radius: 3px;
}
.project_img.slick-slide.slick-current.slick-active h1 {
  display: block;
}
.estimate_text h2 {
  font-weight: 800;
  margin: 0 0 0px;
  text-transform: uppercase;
  font-size: 51px;
}
.estimate_text p {
  padding-bottom: 20px;
  padding-top: 5px;
  font-size: 14px;
}
.estimate_text form input {
  width: 100%;
  height: 50px;
  border: 1px solid #858383;
  margin-bottom: 20px;
  border-radius: 5px;
  padding-left: 10px;
  color: #858383;
}
.estimate_text form textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #858383;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-left: 10px;
  resize: unset;
  color: #858383;
}
.estimate_text form input::placeholder,
.estimate_text form textarea::placeholder {
  color: #858383;
}
.estimate_text form button {
  background-color: #006495;
  padding: 20px 45px;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Poppins";
  transition: 0.5s;
}
.estimate_img img {
  width: 100%;
  border: 10px;
  height: 510px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
}
.estimate_img img:hover {
  transform: scale(1.05);
}
.estimatem {
  padding: 100px 0;
}
.our_services_area {
  padding: 75px 0;
  background-image: url(../images/estimate.jpg-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.our_services_area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000ad;
  z-index: -1;
}
.our_services_header_text h2 {
  color: #006495;
  font-weight: 300;
  margin: 0 0 0px;
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 40px;
}
.our_services_header_text h1 {
  color: #ffffff;
  font-weight: 900;
  font-size: 57px;
}
.our_services_header_btn a {
  color: #006495;
  border-radius: 5px;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 69px;
  margin-bottom: 24px;
}
.our_services_header_btn {
  text-align: center;
}
.testimional {
  padding: 100px 0;
}
.testimional_text h1 {
  font-weight: 900;
  margin: 0 0 0px;
  text-transform: uppercase;
  font-size: 53px;
}
.testimional_text h2 {
  font-weight: 600;
  margin: 0 0 0px;
  text-transform: uppercase;
  font-size: 30px;
  color: #006495;
}
.main_testimional {
  border: 1px solid #8d8d8d;
  padding: 33px 0px 0;
}
.main_testimional:hover {
}
.testimional_img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.testimional_text {
  padding: 5px 26px;
}
.testimional_img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
  border: 5px solid #006495;
  margin-bottom: 24px;
  margin: 0 auto;
  display: block;
}

.testimional_text p {
  font-weight: 400;
  margin: 0 0 0px;
  text-transform: uppercase;
  font-size: 13px;
  text-align: justify;
  color: #6b6b6b;
  padding-bottom: 20px;
}
.testimional_name {
  background-color: #111111;
  width: 100%;
  padding: 7px 9px;
  margin-left: 0;
}
.testimional_name h3 {
  color: #fff;
  font-weight: 600;
  margin: 0 0 0px;
  text-transform: uppercase;
  font-size: 17px;
  padding-top: 8px;
  letter-spacing: 2px;
}

.testimional_name a {
  color: #006495;
  font-weight: 400;
  margin: 0 0 0px;
  text-transform: uppercase;
  font-size: 19px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  margin-left: 135px;
  border: 1px solid #006495;
}
.testimional_slider .slick-slide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 28px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  color: #000000;
  border: 0;
  background: #000000;
}
.testimional_slider .slick-active {
  opacity: 1.5;
}

/* footer start */

footer.footer-sec {
  position: relative;
  padding: 60px 0 0;
  width: 100%;
  background: #006495;
  border: 15px solid #d3e9ff;
}

ul.footer-social-list {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 30px;
  gap: 20px;
}

ul.footer-social-list li i {
  font-size: 22px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #006495;
  border-radius: 5px;
}

.footer-text img {
  width: auto;
  object-fit: scale-down;
}

.footer-text.chg p {
  text-align: justify;
  margin-top: 20px;
  font-weight: 400;
  color: #fff;
  width: 372px;
}

ul.footer-social-list li i:hover {
  background: #000;
  transition: 1s ease-in-out;
  color: #fff;
}

.footer-text h2,
.footer-text span {
  font-size: 20px !important;
  line-height: 50px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}

ul.footer-link li a {
  font-size: 12px;
  color: #fff;
  line-height: 29px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Poppins";
}

ul.footer-link-list li i {
  font-size: 16px;
  color: #ffff;
}

ul.footer-link-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}

ul.footer-link-list li p {
  font-size: 12px;
  color: #fff;
  font-weight: 200;
  line-height: 25px;
  margin: 0;
}

.footer-form {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  position: relative;
}

.footer-form input {
  width: 100%;
  height: 50px;
  padding: 15px;
  border: none;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding-left: 20px;
  border-radius: 5px;
  font-weight: 400;
}

.footer-form button {
  border: navajowhite;
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  width: 20%;
  height: 104%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #027e7d;
  border-radius: 0 5px 5px 0;
}

.footr-btn button {
}

.footr-btn button {
  border: 0;
  margin: 0;
  width: 100%;
  font-size: 17px;
}

.footer-text.chg:before {
  display: none;
}

.footer-text.chg {
  padding: 0;
  margin: 0;
  padding-top: 30px;
}

.footer-text {
  padding-left: 0;
  padding-top: 15px;
}

.footer-text.ftr-border:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 110%;
  left: -20px;
  top: -15%;
  background: #004aad;
  display: none;
}

.footer-text.ftr-border:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 110%;
  right: 20px;
  top: -15%;
  background: #004aad;
  display: none;
}

section.bottom-nav {
  padding: 15px 0;
  text-transform: capitalize;
  background: #006495;
  margin-top: 30px;
  border-top: 1px solid #333333;
}

section.bottom-nav p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}

/* 
  .footer-text:before {
      content: "";
      position: absolute;
      border: 1px solid #878787;
      width: 1px;
      height: 335px;
      left: 0;
      top: 0;
  } */

.footer-text {
  position: relative;
}

ul.footer-link li {
  border-bottom: 1px solid transparent;
  width: 75%;
  transition: 1s ease-in-out;
}

ul.footer-link-list li {
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  transition: 1s ease-in-out;
}

.testimional_slider .slick-dots li.slick-active button:before {
  color: #ffffff; /* Active dot ka color */
  opacity: 1;
  background: #0064958c;
}
.testimional_slider .slick-dots li button:before {
  font-size: 14px;
  color: #55a3ca;
  background: #000;
  height: 5px;
  width: 27px;
  padding: 0px 0 0 28px;
}

.testimional_slider .slick-dots li.slick-active button:before {
  color: #000000; /* Active color */
}

.testimional_slider .slick-dots li {
  width: fit-content;
  margin: 0 10px;
}
.testimional_slider .slick-dots {
  bottom: -45px;
}
.testimional_slider .slick-dots li button:before {
  content: "";
}
.banner_text1 h1 {
  padding: 70px 0 0 259px;
  font-size: 60px;
}
.about_text1 p {
  text-align: justify;
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #494848;
  margin-bottom: 25px;
}
.img20 img {
  padding: 5px;
  width: 441px;
  height: 430px;
  object-fit: cover;
  z-index: 0;
  background-color: #fff;
  position: relative;
  margin-left: auto;
  display: block;
  bottom: 230px;
  border-radius: 6px;
  transition: 0.5s;
  overflow: hidden;
}
.img20 img:hover {
  transform: scale(1.05);
}
.img10 img {
  width: 558px;
  height: 490px;
  z-index: -1;
  border-radius: 10px;
  object-fit: cover;
  transition: 0.5s;
}
.img10 img:hover {
  transform: scale(1.05);
}
.about_box1 {
  gap: 12px;
  display: flex;
  align-items: center;
  background-color: #111111;
  padding: 6px 45px 6px 11px;
  border: 6px solid #fff;
  position: absolute;
  bottom: -20px;
}
.about_box1 h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.about_box1 h1 {
  color: #fff;
  font-size: 30px;
}
.detail_form form input,
select {
  border-radius: 0;
  width: 100%;
  height: 50px;
  border: 1px solid #aeaeae;
  padding-left: 10px;
  margin-bottom: 38px;
  background-color: #ffffff;
  appearance: auto;
}
.detail_form form textarea {
  border-radius: 0;
  width: 100%;
  height: 229px;
  border: 1px solid #b2b2b2;
  padding-left: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.makeappointment_form {
  padding: 100px 0;
}
.detail_form form button {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 0px;
  text-decoration: none;
  padding: 17px 171px;
  border-radius: 3px;
  border: unset;
  background-color: #000;
}
.contactdetail h3 {
  font-size: 35px;
  font-weight: 500;
}
.contactdetail p {
  font-size: 15px;
  font-weight: 400;
  padding: 14px 0 66px;
  color: #000;
}

.contacticon a {
  font-size: 19px;
  padding-left: 76px;
  padding-top: 10px;
  padding-bottom: 55px;
  color: #666;
}
.contacticon h6 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 75px;
  font-family: "NexaBold";
}

.contacticon p {
  font-size: 15px;
  padding: 11px 0px 45px 76px;
  color: #666;
}
.contacticon i {
  font-size: 53px;
  color: #000;
  position: absolute;
}
.footer_icon {
  display: flex;
  justify-content: space-around;
  padding-right: 300px;
  padding-left: 0;
  color: #fff;
  font-size: 20px;
  padding-top: 10px;
}
.footer_icon li a {
  background-color: #000000;
  padding: 6px 8px;
  color: #fff;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: grid;
  place-content: center;
}
.footer_icon li a:hover {
  background-color: #006495;
}
.formtext1 form input {
  border-radius: 0;
  width: 100%;
  height: 50px;
  border: 1px solid #aeaeae;
  padding-left: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.formtext1 {
  background-color: #ffffff;
  padding: 56px 31px 60px;
  box-shadow: 0px 0px 0px 1px #b3aaaa;
}
.formtext1 form textarea {
  border-radius: 0;
  width: 100%;
  height: 150px;
  border: 1px solid #b2b2b2;
  padding-left: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.contactdetail h2 {
  font-size: 48px;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.formtext1 form h3 {
  font-size: 48px;
  padding-bottom: 22px;
  text-transform: uppercase;
}
.btn2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  margin: 20px 0 0px;
  text-decoration: none;
  padding: 18px 61px;
  border-radius: 5px;
  text-align: center;
  background-color: #006495;
  border: unset;
  text-transform: uppercase;
  transition: 0.5s;
}
.btn2:hover {
  box-shadow: inset 181px 0 0px 0 #000000cf;
  color: #fff;
}
.map iframe {
  width: 100%;
  height: 700px;
}
.footer_icon1 {
  display: flex;
  justify-content: space-around;
  padding-right: 300px;
  padding-left: 0;
  color: #fff;
  font-size: 20px;
  padding-top: 10px;
}
.contactus {
  padding: 100px 0;
}
.detail_services {
  padding: 100px 0;
}
.detail_text h1 {
  font-size: 34px;
  padding-top: 20px;
  padding-bottom: 11px;
}

.detail_text p {
  text-align: justify;
  padding-bottom: 12px;
}

.detail_text a {
  background-color: #006495;
  color: #ffffff;
  padding: 13px 25px;
  border-radius: 6px;
}
.services_sec {
  padding: 100px 0;
}
.Your_Trusted_Septic {
  padding: 100px 0;
  position: relative;
  background-image: url(../images/bannner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.Your_Trusted_Septic::before {
  background-color: #006495cf;
  position: absolute;
  content: "";
  width: 100%;
  height: 452px;
  top: 0;
  left: 0;
  z-index: -1;
}
.YourTrusted_text h1 {
  color: #fff;
  font-size: 79px;
  font-weight: 500;
}
.our_team_sec {
  padding: 100px 0;
}
.our_team_header h2 {
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
}
.our_team_header p {
  font-size: 12px;
  font-weight: 600;
  padding: 0 0 20px;
  color: #000;
}
.img20 {
  height: 100px;
}
.our_team_header h4 {
  font-size: 20px;
  font-weight: 800;
  color: #006495;
  text-transform: uppercase;
}
.our_team_img img {
  height: 330px;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.our_team_img img:hover {
    transform: scale(1.05);
}
.our_team_img h3 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 13px;
}
.project_img1 img {
  height: 433px;
  width: 100%;
  object-fit: cover;
  padding: 18px 0 0 0;
}
.our_project {
  padding: 100px 0;
}
.project_img1 h1 {
  font-size: 29px;
  background-color: #006495c2;
  width: 501px;
  padding: 4px 0 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 17px;
  color: #fff;
  text-align: justify;
}

.project_img1 {
  position: relative;
}
.project_text1 h2 {
  font-size: 43px;
  text-transform: uppercase;
  font-weight: 800;
}
.about_img {
  position: relative;
}

.carousel-item:before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 60%;
  height: 76%;
  background: #fff;
  z-index: 1;
}
.inner-banner .carousel-item > img {
  height: 600px;
}

.inner-banner .banner_img img {
  height: 320px;
  object-fit: cover;
  transition: 0.5s;
}
.inner-banner .banner_img img:hover {
  transform: scale(1.05);
}
.inner-banner .banner_text1 h1 {
  padding: 0;
  font-size: 72px;
}

.inner-banner .social_icon {
  bottom: 15px;
  top: auto;
}
.banner_text a:hover {
  box-shadow: inset 152px 0 0px 0 #000000cf;
  color: #fff;
}
.about_text a:hover {
  box-shadow: inset 152px 0 0px 0 #000000cf;
  color: #fff;
}
.estimate_text form button:hover {
  box-shadow: inset 152px 0 0px 0 #000000cf;
  color: #fff;
}
.our_services_header_btn a {
  position: relative;
  width: 165px;
  height: 51px;
  background-color: #f8f9fa;
  align-items: center;
  color: #006495;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 12px;
  gap: 12px;
  border-radius: 10px;
  cursor: pointer;
  font-family: "Poppins";
  transition: 0.5s;
}
.our_services_header_btn a:hover {
  box-shadow: inset 170px 0 0px 0 #006495;
  color: #fff;
}
.services_text a:hover {
  box-shadow: inset 147px 0 0px 0 #006495;
  color: #fff;
}
.services_header_btn a:hover {
  box-shadow: inset 122px 0 0px 0 #006495;
  color: #fff;
}
.services_text:hover {
}

.header_btn:hover {
  box-shadow: inset 200px 0 0px 0 #006495;
  color: #fff;
}
.main_menu ul li a:hover {
  border-bottom: 1px solid;
}
.detail_img {
  transition: 0.5s;
}

.detail_img:hover {
  transform: scale(1.05);
}
.detail_form form button:hover {
  box-shadow: inset 513px 0 0px 0 #006495;
  color: #ffffff;
}
ul.footer-link li a:hover {
  color: #000;
}
