body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

:root {
  --blue-color: #1192c2;
  --dark-blue-color: #0b6789;
  --white-color: #fff;
  --black-color: #000;
  --gray-color: #f7f4f4;
  --star-color: #ff754c;
  --back-color: #e1e1e1;
}

a {
  text-decoration: none !important;
  font-family: "Manrope", sans-serif;
}

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

figure {
  margin: 0 !important;
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
}

h5,
h6,
p {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.blue-btn {
  padding: 10px 40px;
  border-radius: 40px;
  border: none;
  font-size: 18px;
  background-color: var(--blue-color);
  color: var(--white-color) !important;
  font-weight: 500;
  position: relative;
  overflow:hidden;
  z-index: 0;
  transition: all ease 0.5s;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.blue-btn:before, .blue-btn:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--dark-blue-color);
  border-radius: 50%;
  transition: all ease 0.5s;
}
.blue-btn:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.blue-btn:after {
  right: -20px;
  transform: translate(50%, -50%);
}

.blue-btn:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.blue-btn:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

/* header css start */
header {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.navbar-expand-lg {
  background: var(--white-color);
  margin: 20px 0;
  border-radius: 10px;
  padding: 0 !important;
}
.navbar-brand {
  background: var(--blue-color);
  color: var(--white-color) !important;
  padding: 25px 15px;
  margin-left: 60px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-nav {
  gap: 30px;
  margin-right: 20px;
}

.navbar-nav li a {
  color: var(--black-color) !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.top-side-btn {
  margin: 0 30px;
}
.top-side-btn a {
  text-transform: uppercase;
}
/* header css end */

/* home-banner css start */

.home-banner {
  background-image: url(../images/1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  position: relative;
  z-index: 0;
}

.home-banner:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(95deg, #000000c2, transparent);
}

.perfect-find h1 {
  font-size: 90px;
  color: var(--white-color);
  line-height: 90px;
}

.perfect-find h3 {
  color: var(--white-color);
  font-size: 60px;
}

.perfect-find h1 span {
  font-size: 80px;
}
.perfect-find p {
  font-weight: 400;
  color: var(--white-color);
  font-size: 13px;
  width: 80%;
  margin-top: 10px;
}
.btn-top {
  margin-top: 20px;
}
/* home-banner css end */

/* home-services css start */

.home-services {
  padding: 70px 0;
}

.our-main-heading {
  text-align: center;
}

.our-main-heading h2 {
  font-size: 50px;
  color: var(--black-color);
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.units-main:hover .indoor-mian h4::before {
  background: var(--white-color);
  transition: all ease 0.5s;
}

.indoor-mian h4:before {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -8px;
  width: 20%;
  height: 4px;
  content: "";
  background: var(--blue-color);
}

.our-main-heading p {
  font-weight: 500;
  margin: auto;
  width: 40%;
  text-align: center;
  font-size: 14px;
  padding-bottom: 40px;
}

.mian-secvices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 50px;
}

.unit-img {
  position: relative;
  z-index: 0;
  transition: all ease 0.5s;
  cursor: pointer;
}

.unit-img:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  text-align: center;
  background: #1192c28c;
  margin: auto;
  top: 50%;
  transition: all ease 0.5s;
}

.units-main:hover .unit-img:before {
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  top: 0;
}

.units-main:hover .unit-img figure img {
  transform: scale(1.1);
  transition: all ease 0.5s;
}

.unit-img figure img {
  transition: all ease 0.5s;
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
.indoor-mian {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 10px;
  transition: all ease 0.5s;
}
.indoor-mian h4 {
  font-size: 25px;
  color: var(--white-color);
  position: relative;
  z-index: 0;
  transition: all ease 0.5s;
}

.indoor-mian p {
  color: var(--black-color);
  font-size: 11px;
  margin-top: 20px;
  font-weight: 600;
  line-height: 20px;
  transition: all ease 0.5s;
}
.units-main:hover .indoor-mian {
  bottom: 50px;
  transition: all ease 0.5s;
}

.units-main:hover .indoor-mian h4 {
  color: var(--white-color);
  transition: all ease 0.5s;
}

.units-main:hover .indoor-mian p {
  color: var(--white-color);
  transition: all ease 0.5s;
}

/* home-services css end */

/* services-experience css start */

.services-experience {
  padding: 50px 0;
}

.experience-man {
  text-align: center;
}
.experience-man figure img {
  height: 600px;
  animation: move-up 20s linear infinite;
}

.experience-best h2 {
  color: var(--black-color);
  font-size: 70px;
  line-height: 70px;
}

.experience-best p {
  color: var(--black-color);
  font-weight: 400;
  margin: 15px 0;
  width: 95%;
  font-size: 15px;
}

.experience-best ul {
  margin: 35px 0;
}

.experience-best ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.experience-best ul li p {
  font-style: italic;
  font-weight: 400;
  margin: 5px 0;
}

/* services-experience css end */

/* how-to-work css start */

.how-to-work {
  background: var(--blue-color);
  padding: 100px 0;
}

.how-to-work .our-main-heading h2 {
  color: var(--white-color);
  font-size: 60px;
}

.how-to-work .our-main-heading p {
  width: 55%;
  color: var(--white-color);
  font-weight: 300;
}

.safe-secure {
  margin-top: 60px;
  padding: 40px;
  background: var(--white-color);
  border-radius: 20px;
  position: relative;
  z-index: 0;
  transition: all ease 0.5s;
}

.safe-secure:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 50%;
  right: 0;
  top: 50%;
  width: 0%;
  height: 0%;
  background-color: var(--dark-blue-color);
  border-radius: 20px;
  transition: all ease 0.5s;
}

.safe-secure:hover:before {
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  left: 0;
  top: 0;
}

.lock-img {
  background: var(--blue-color);
  padding: 10px;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lock-img figure img {
  width: 60px;
  height: 60px;
  margin: auto;
}

.lock-content {
  padding-top: 30px;
}

.safe-secure:hover .lock-content h4 {
  color: var(--white-color);
  transition: all ease 0.5s;
}

.safe-secure:hover .lock-content p {
  color: var(--white-color);
  transition: all ease 0.5s;
}

.lock-content h4 {
  font-size: 30px;
  color: var(--black-color);
  transition: all ease 0.5s;
}

.lock-content p {
  font-weight: 400;
  font-size: 14px;
  color: var(--black-color);
  margin-top: 10px;
  transition: all ease 0.5s;
}

/* how-to-work css end */

/* testimonials-sec css start */

.testimonials-sec {
  padding-top: 70px;
}

.customer-h h2 {
  text-align: center;
  font-size: 60px;
  color: var(--black-color);
  padding-bottom: 50px;
}

.main-back-img {
  background-image: url(../images/16.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 30px;
}
.test-main h3 {
  text-align: center;
  color: var(--white-color);
  font-size: 60px;
}

.fst-test-main {
  padding: 30px;
  background: var(--white-color);
  margin-top: 40px;
  border-radius: 15px;
  text-align: center;
  height: 340px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.star-mian i {
  color: var(--star-color);
}

.star-mian {
  padding: 15px 0;
}

.cleint-review p {
  font-weight: 400;
  color: var(--black-color);
  margin-bottom: 30px;
  font-size: 14px;
}
.client-img {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  padding: 10px 0;
}

.client-name {
  text-align: start;
}

.client-name h5 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

.client-name span {
  font-size: 15px;
  font-weight: 500;
}

/* testimonials-sec css end */

/* contact-form css start */

.contact-form {
  background: var(--gray-color);
  padding: 50px 0;
}
.qoute-mssg {
  text-align: center;
}

.qoute-mssg h2 {
  color: var(--blue-color);
  font-size: 50px;
  margin-bottom: 15px;
}
.qoute-mssg p {
    font-weight: 500;
    margin: auto;
    width: 60%;
    text-align: center;
    font-size: 15px;
    margin-bottom: 50px;
}
.qoute-mssg h3 {
  color: var(--black-color);
  font-size: 50px;
  margin-bottom: 50px;
}

.main-form label {
  color: var(--blue-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Poppins";
}

.main-form .form-control {
  background: transparent;
  border: 1px solid var(--blue-color);
  height: 55px;
  border-radius: 10px;
  margin-bottom: 20px;
}

input.form-control::placeholder {
  color: var(--blue-color);
  font-weight: 500;
  font-size: 14px;
}

.main-form #textarea {
  height: unset !important;
  margin-bottom: 40px;
}
/* contact-form css end */

/* footer css start */

footer {
  background: var(--black-color);
  padding-top: 70px;
  padding-left: 50px;
}

.foot-para p {
  color: var(--white-color);
  font-size: 13px;
  font-weight: 300;
  margin-top: 130px;
}

.social-links h6 {
  color: var(--blue-color);
  font-weight: 400;
  font-size: 20px;
}

.social-links ul {
  padding-top: 30px;
}

.social-links ul li {
  padding: 5px 0;
}

.social-links ul li a {
  color: var(--white-color);
  font-weight: 300;
  font-size: 15px;
}
.email-send {
  padding-top: 30px;
}

.enter-email label {
  font-size: 20px;
  font-weight: 300;
  color: var(--white-color);
  font-family: "Poppins";
  margin-bottom: 10px;
}
.email-send form {
  display: flex;
  align-items: end;
  gap: 20px;
  width: 100%;
}

.email-send form .form-control {
  height: 55px;
  background: transparent;
  border: 1px solid var(--blue-color);
  border-radius: 5px;
}

.enter-email {
  width: 50%;
}

.email-send form .form-control::placeholder {
  color: var(--white-color);
  font-weight: 300;
  font-size: 14px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.footer-social a {
  width: 50px;
  height: 50px;
  background: var(--blue-color);
  border-radius: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  transition: all ease 0.5s;
}

.footer-social a:hover {
  background: var(--white-color);
  color: var(--blue-color);
}
.last-para {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
  padding-right: 120px;
}

.copy-right p {
  color: var(--white-color);
  font-weight: 300;
  font-size: 14px;
}

.street-add ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.street-add ul li {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding-bottom: 50px;
}
.street-add ul li p {
  color: var(--white-color);
  font-weight: 300;
  font-size: 16px;
}

.street-add ul li p a {
  color: var(--white-color);
}

.street-add ul li span {
  color: var(--blue-color);
  font-size: 15px;
}

.street-add ul li p span {
  color: var(--white-color);
  font-size: 16px;
}

/* footer css end */

/* scrollbar css start */

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--dark-blue-color);
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--black-color);
}

/* scrollbar css end */

/* keyframe css start */

@keyframes move-up {
  0% {
    transform: scale(1.1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.1);
  }
}

/* keyframe css end */




/* WP CSS START */


ul#menu-main-menu {
  flex-direction: row;
  display: flex;
  gap: 30px;
}

#menu-main-menu li a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.social-links #menu-main-menu-1 {
  padding-top: 0;
}

.mc4wp-form-fields {
  display: contents;
}

.enter-email {
  width: 50%;
}

textarea.wpcf7-form-control.wpcf7-textarea.form-control {
  height: 220px;
}

.cnt-form p {
  width: 100% !important;
}