@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
  padding: 0;
  margin: 0;
}

dl,
ol,
p,
ul {
  margin-bottom: 0;
  font-size: 16px;
  padding: 0;
}

img {
  width: 100%;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: -100%;
  top: 0;
  background-color: rgb(0 0 0 / 71%);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:focus,
.overlay a:hover {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.menu-btn {
  float: right;
}

.menu-btn a i {
  font-size: 30px;
  color: var(--c1);
}

.responsive-menu-btn a {
  width: max-content;
  margin: 22px auto;
}

.responsive-logo a {
  width: 100%;
  margin: 0 auto;
}

.overlay.active {
  left: 0;
}

.responsive-logo {
  width: 80%;
  margin: 0 auto;
}

.call-now {
  width: 60px;
  height: 60px;
  color: var(--color-primary);
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  padding: 0 0;
  line-height: initial;
  box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
  padding: 0;
  border: solid 3px var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007dac;
  color: #fff;
}

:focus {
  outline: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slick-arrow {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  position: absolute;
  z-index: 999;
  bottom: 0;
  top: 0;
  margin: auto 0;
  transition: all 0.4s;
  box-shadow: 0 31.299px 59.303px 0 rgba(10, 4, 60, 0.06);
  background: #007dac;
  border-radius: 0;
  border-radius: 50px;
}

.slick-prev {
  left: -95px;
}

.slick-next {
  right: -95px;
}

.banner-item input,
.banner-item select,
.banner-item textarea {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  border-radius: 10px;
  margin: 5px 0;
  background: #f5f5f580;
  border: 1px solid #f5f5f5;
  color: #333333;
}

.banner-item textarea {
  padding-top: 10px;
  height: 120px;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
}

.nav-menu ul li a {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.38px;
  color: #333333;
}

header.header {
  padding: 10px 0;
}

.logo a img {
  width: 80%;
}

.logo {
}

.banner-con h1 {
  font-family: Merriweather;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  margin-top: 40px;
}

.banner-con h2 {
  font-family: Merriweather;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
}

.banner-con h4 {
  font-family: Merriweather;
  font-size: 30px;
  font-weight: 700;
  line-height: 50.28px;
  color: #fff;
}

p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.banner-con p {
  color: #fff;
  padding: 20px 0;
}

.btn {
  background: #007dac;
  font-family: Merriweather;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}

.banner-forms h3 {
  font-family: Merriweather;
  font-size: 30px;
  font-weight: 700;
  line-height: 62.85px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}

.banner-forms {
  width: 75%;
  margin-left: auto;
  background: linear-gradient(
    147.68deg,
    rgba(245, 245, 245, 0.68) -8.82%,
    rgba(51, 51, 51, 0.1) 87.73%
  );
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
}

input::placeholder,
textarea::placeholder {
  color: #333333;
}

.btn-2 {
  width: 100%;
  background: #007dac;
  padding: 10px;
  border-radius: 10px;
  border: 0;
  font-family: Merriweather;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}

section.main-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.btn:hover {
  color: #fff;
}

.about-con h3,
.title h3 {
  font-family: Merriweather;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #333333;
  text-transform: uppercase;
}

.about-con p {
  padding: 20px 0;
}

.about-con ul li {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
  padding: 10px 0;
}

.about {
  padding: 70px 0;
}

.exp {
  background: #007dac;
  width: 55%;
  margin-left: auto;
  padding: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.exp h3 {
  font-family: Merriweather;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  text-align: center;
}

.about-img {
  position: relative;
}

section.services {
  padding: 70px 0;
  background: #007dac;
}

section.services .title h3 {
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
}

.ser-item {
  display: flex;
  align-items: center;
  height: 500px;
  margin: 0 10px;
}

.ser-img {
  flex: 0 0 50%;
  max-width: 50%;
}

.ser-con {
  flex: 0 0 50%;
  max-width: 50%;
  background: #f5f5f5;
  padding: 15px;
  height: 450px;
  border-radius: 0px 10px 10px 0px;
}

.ser-btn a {
  width: 100%;
}

.ser-con h3 {
  font-family: Merriweather;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #000000;
  height: 60px;
  display: flex;
  align-items: center;
}

.ser-con p {
  padding: 20px 0;
  font-size: 15px;
  height: 330px;
}
.ser-img img {
  height: 450px;
  border-radius: 10px 0px 0px 10px;
}

.why {
  padding: 70px 0;
}
footer.footer {
  background: #333333;
  padding: 70px 0 0;
}

.footer-logo a img {
  width: 80%;
}

.footer-logo p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  color: #fff;
  padding: 40px 0;
  width: 80%;
}
.footer-item h3 {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  line-height: 28.6px;
  color: #fff;
  padding: 10px 0;
}

.footer-item ul li a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  padding: 10px 0;
}

.copy p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  color: #fff;
}

.copy {
  padding: 20px 0;
  border-top: 1px solid #ffffff52;
  margin-top: 40px;
}
.footer-socail-icons a {
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}
.menu-btn {
    display: none;
}
.footer-item ul li svg {
    color: #fff;
    padding-right: 10px;
}
section#test {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0;
    /* margin: -10px; */
}
.test-item h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #007dac;
}

.test-item ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 10px 0;
}

.test-item ul li {
    color: #007dac;
}

.test-item p {text-align: center;}
.title {
    text-align: center;
}
.test-item {
    margin: 0 10px;
    padding: 15px;
}