@import url("https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,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-family: "Poppins", sans-serif;
  color: #7c7c7c;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anton", sans-serif;
  color: #000;
  text-transform: uppercase;
}

h1 {
  font-size: 89px;
  line-height: 90px;
}

h2 {
  font-size: 60px;
  line-height: 65px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.bt {
  display: inline-block;
}

.pbtn {
  padding: 14px 18px;
  background: linear-gradient(to bottom, #39d5c4, #05ab9a);
  border-radius: 45px;
  text-transform: capitalize;
  color: #fff;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border: 0;
}

.pbtn:hover {
  background: #000;
  color: #fff;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: inherit;
  white-space: initial;
}

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

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;
}

img {
  max-width: 100%;
}

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;
}

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

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

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

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

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

/*header css start */

.menuSec {
  padding: 12px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #ffffff4f;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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: #fff;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
}

.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: #05ab9a;
}

.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: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 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;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

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

/*header css start */

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

header .pbtn {
  background: #fff;
  color: #000;
  padding: 14px 24px;
}

header .pbtn:hover {
  color: #fff;
}

/* header end  */

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: flex;
  padding-top: 70px;
}

.ban-clients li {
  flex-shrink: 0;
}

.ban-clients ul {
  margin-top: 50px;
  gap: 20px;
  margin-left: 6px;
}

.ban-clients img.client-img {
  object-fit: cover;
  width: 60px;
  border-radius: 45px;
  height: 60px;
  border: 1px solid #fff;
  display: inline-block;
  margin-left: -10px;
}

.ban-clients li span i {
  color: #f9ae0e;
  font-size: 16px;
  margin-right: 2px;
}

.ban-clients p {
  margin: 0;
  opacity: 60%;
}

.banner-wpTop h1 {
  color: #fff;
}

.banner-wpTop a.pbtn {
  background: #fff;
  color: #000;
}

.banner-wpTop p {
  opacity: 60%;
  padding-bottom: 5px;
}

.container {
  max-width: 1400px;
}

.banner_img {
  position: absolute;
  /* right: -93px; */
  top: 7px;
  width: 677px;
  height: 100%;
  object-position: right;
}

img.banner_bg-img {
  width: 100%;
  object-fit: cover;
  height: 900px;
}

img.baner-img1 {
  width: 100%;
  height: 822px;
  object-fit: cover;
}

.banner_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 100px;
}

.banner-btm {
  justify-content: space-between;
  position: relative;
  background: #fff;
  padding: 20px 50px 20px 0px;
}

.banner-btm span.miles-line {
  height: 100%;
  width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7c7c7c42;
  position: relative;
}

span.sub-mils {
  color: #7c7c7c;
}

.banner-btm:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 100%;
  background: #fff;
  bottom: 0;
  height: 100%;
}

.miles {
  position: relative;
}

.banner-btm:after {
  position: absolute;
  content: "";
  width: 100%;
  right: 100%;
  background: #fff;
  bottom: 0;
  height: 100%;
}

.banner-wpTop a.pbtn:hover {
  background: #000;
  color: #ffff;
}

img.ban-img-shpe {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* banner end  */
/* ========== */
/* ========== */

.slick-next:hover:before {
  background: #21c2b1;
  color: #fff !important;
}

.slick-next:before {
  content: "\f061" !important;
  font-family: "FontAwesome";
  border: 1px solid #21c2b1;
  padding: 10px 12px;
  border-radius: 30px;
  color: #21c2b1 !important;
  background: #fff;
}

.slick-prev:hover:before {
  background: #21c2b1;
  color: #fff !important;
}

.slick-prev:before {
  content: "\f060" !important;
  font-family: "FontAwesome";
  border: 1px solid #21c2b1;
  padding: 10px 12px;
  border-radius: 30px;
  color: #21c2b1 !important;
  background: #fff;
}

.services-new-Slider .slick-prev {
  left: -55px;
}

/* services start  */

.servicesSlider .slick-slide {
  opacity: 1;
  margin: 20px 12px;
}

img.service-img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  transition: 0.2s;
}

.main-service-box {
  transition: 0.2s;
}

.main-ser-txt {
  padding: 24px;
}

.svs-link {
  display: inline-block;
}

.svs-link a {
  text-decoration: underline;
  color: #000;
  font-weight: 600;
}

.svs-link a:hover {
  text-decoration: unset;
}

.main-service-box:hover {
  box-shadow: 0px 0px 9px 2px #44444438;
}

.services button.slick-prev.slick-arrow {
  left: -60px;
}

.services button.slick-next.slick-arrow {
  right: -40px;
}

/* services start  */

/* about start */

.ab-left {
  width: 89%;
}

.ab-imgs {
  position: relative;
}

img.about-img1 {
  width: 100%;
  object-fit: cover;
  height: 490px;
}

img.ab-left-topShp {
  position: absolute;
  left: 0;
  top: 0;
}

img.ab-left-btmShp {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(90deg);
}

img.about-img2 {
  width: 100%;
  height: 325px;
  object-fit: cover;
}

img.ab-right-topShp {
  position: absolute;
  top: 0;
  right: 0;
}

.right-ab-imgs {
  position: relative;
  margin-bottom: 24px;
}

img.ab-right-btmShp {
  position: absolute;
  left: 0;
  bottom: 0;
}

.ab-left-p {
  width: 94%;
}

/* about end  */

/* safty section start  */

section.saftSec {
  position: relative;
}

img.sf-bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

section.saftSec .container {
  position: relative;
}

.card-txt p {
  color: #fff;
  opacity: 70%;
}

img.cf-imgsa {
  height: 490px;
}

.cf-img1 {
  position: absolute;
  bottom: -100px;
  right: 40px;
}

.card-txt h2 {
  color: #fff;
}

.card-txt .pbtn {
  background: #fff;
  color: #000;
}

.card-txt .pbtn:hover {
  background: #000;
  color: #ffff;
}

img.saft-right-btmShp {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

img.saft-right-topShp {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* safty section end   */

/* chose start  */
.chose-list {
  gap: 40px;
  padding: 10px 0px 10px;
}

.chose-list ul {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start !important;
  gap: 16px;
}

.chose-list ul li {
  display: flex;
  align-items: center;
  gap: 14px;
}

.chose-list ul li span {
  font-size: 20px;
  line-height: 29px;
  font-family: "Anton";
  color: #000;
  text-transform: uppercase;
}

section.chose .row {
  align-items: flex-end;
  position: relative;
}

.chose-imgs {
  position: relative;
  width: 720px;
}

img.chose-img1 {
  height: 570px;
  width: 100%;
  object-fit: cover;
}

.chose-txt {
  background: #fff;
  padding: 40px 0px 0px 50px;
  width: 780px;
  position: absolute;
  bottom: 0;
  right: 0;
}

img.chose-right-topShp {
  position: absolute;
  right: 0;
  top: 0;
}

img.chose-right-btmShp {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* chose end  */

/* testimonial */

.test_card {
  position: relative;
  padding: 40px 40px 20px;
  height: 320px;
  transform: scale(0.8);
  border: 2px solid #e4e4e4;
  border-radius: 4px;
  opacity: 0.5;
}

.rating i {
  color: #fd8f00;
}

.rating {
  text-align: center;
}

.test_slider .slick-slide {
  opacity: 1;
}

.test_slider .slick-track {
  margin: 30px 0;
}

.test_slider .slick-current .test_card {
  opacity: 1;
  transform: scale(1.1);
  height: 300px;
  padding: 20px 40px 20px;
  border: 0px;
  box-shadow: 4px 3px 8px 3px #44444426;
}

.test_slider .div.slick-slide.slick-current.slick-active {
  transform: scale(1.3);
}

.avatar-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.avatar-img {
  flex-shrink: 0;
}

.avatar-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  object-fit: cover;
}

.avatar-info h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}

.avatar-info span.desin {
  color: #7c7c7c;
  font-weight: 500;
}

.test_card .desp {
  text-align: center;
  margin: 30px 0px 30px;
}

.test_card .desp p {
  font-weight: 500;
}

section.testimonial .container {
  max-width: 1500px;
}

/* testimonial */

/* footer start  */

ul.social.d-flex {
  gap: 10px;
  margin: 0px;
  padding-top: 18px;
}

ul.social.d-flex li a {
  width: 40px;
  height: 40px;
  color: #ffffff36;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  text-align: center;
  transition: 0.5s;
  z-index: 12;
  position: relative;
  background: transparent;
  border: 1px solid #ffffff29;
  font-size: 11px;
}

ul.social.d-flex li a:hover {
  background: linear-gradient(to bottom, #39d5c4, #05ab9a);
  color: #fff;
  border: transparent;
  transform: scale(1.1);
}

.footer-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 60px;
  padding-right: 32px;
}

.footer-icons .ft-i {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ft-img {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(to bottom, #39d5c4, #05ab9a);
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ft-txt a {
  color: #000;
  line-height: 22px;
  font-weight: 500;
  transition: 0.2s;
  display: block;
}

.ft-txt a:hover {
  color: #0aaf9e;
}

.footer-middle {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 80px 90px 80px 0;
}

.ft-logo {
  display: inline-block;
  margin-bottom: 18px;
}

.footer-links h3 {
  color: #fff;
  padding: 20px 0px 10px;
}

.footer-links ul {
  margin: 0px;
}

.footer-links ul a {
  display: block;
  line-height: 38px;
}

.footer-middle .ft-line-sp {
  height: 83%;
  width: 1px;
  position: absolute;
  left: 60px;
  right: 0px;
  margin: 0 auto;
  display: table;
  background: #ffffff33;
  top: 60px;
}

.foter-form {
  padding: 30px 40px;
  background: #fff;
  box-shadow: 0px 0px 20px 9px #4444440d;
  position: relative;
  margin-top: 20px;
}

.foter-form h3 {
  font-size: 37px;
  line-height: 45px;
  padding-bottom: 10px;
}

.ff-field {
  margin-bottom: 14px;
}

.ff-field input,
.ff-field textarea {
  width: 100%;
  border: 1px solid #22222233;
  border-radius: 45px;
  padding: 18px 20px;
}

.ff-field textarea {
  border-radius: 10px;
  resize: unset;
  height: 130px;
}

footer {
  position: relative;
  overflow: hidden;
}

.foterTop {
  position: relative;
  padding-top: 80px;
}

.foter-form form {
  margin-top: 24px;
}

.footer-left {
  position: relative;
}

footer.footer-top:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 430px;
  bottom: 0;
  left: 0;
  background: #282424;
}

.ft-logo p {
  color: #fff;
}

.footer-logo-col p {
  color: #fff;
  opacity: 60%;
}

footer.copy .container {
  padding: 30px 0px 32px;
  position: relative;
}

footer.copy p {
  color: #000;
  position: relative;
}

footer.copy .container:before {
  position: absolute;
  content: "";
  width: 40.8%;
  right: 0;
  bottom: 0;
  background: #282424;
  height: 100%;
}

footer.copy:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 30%;
  background: #282424;
  top: 0;
  left: 70%;
  display: block;
}

/* footer end  */
.pbtn:focus {
  color: #fff;
}
.card-txt .pbtn:focus {
  color: #000;
}

header .pbtn:focus {
  color: #000;
}

section.saftSec .card-txt .pbtn:hover {
  color: #fff;
}

section.main_slider {
  overflow: hidden;
}

section.main_slider .container {
  position: relative;
}
