body,
p,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
  color: black;
}

a:hover {
  text-decoration: none;
}

ul li a {
  color: black;
}

a {
  color: black;
}

ul li {
  padding: 10px 0px;
}

ul li,
p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  line-height: 29px;
  color: #fff;
}

img {
  max-width: 100%;
}

h1 {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  color: #fff;
  padding-bottom: 37px;
}

h2 {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

h3 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #000;
  margin-bottom: 15px;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

/*back to top*/

#back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0;
  z-index: 99999999;
  width: 50px;
  margin-right: 10px;
  height: 48px;
  animation: rotate 10.5s;
  text-align: center;
  line-height: 50px;
  background: #febf01;
  color: #000;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.5s linear;
  opacity: 0;
}

.show {
  display: block !important;
}

#back-to-top.show {
  opacity: 1;
  right: 0;
}

/*back to top*/

@font-face {
  font-family: "Inter Bold";
  src: url("../fonts/Inter-Bold.woff");
}

@font-face {
  font-family: "Inter Light";
  src: url("../fonts/Inter-Light.woff");
}

@font-face {
  font-family: "Inter Medium";
  src: url("../fonts/Inter-Medium.woff");
}

@font-face {
  font-family: "Inter Regular";
  src: url("../fonts/Inter-Regular.woff");
}

@font-face {
  font-family: "Inter SemiBold";
  src: url("../fonts/Inter-SemiBold.woff");
}

/*HEADER*/
header {
  background: #000;
}

.navbar-light {
  padding: 10px 0px 10px 0px;
}

.menu-logo {
  display: none;
}

a.navbar-brand {
  position: relative;
  z-index: 99;
  padding: 0px;
}

.header-right-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-office-number {
  padding-right: 58px;
}

.header-right-number h2 {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: left;
  text-transform: uppercase;
  color: #febf01;
}

.header-right-number a {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}

.header-right-number a:hover {
  color: #febf01;
}

.header-residential-number {
  padding-right: 73px;
}

.home-button a {
  background: #febf01;
  padding: 17px 40px;
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #febf01;
}

.home-button a:hover {
    color: #febf01;
    background: transparent;
    border: 1px solid #febf01;
}

/*HEADER*/

/* Header Banner */
.post-header-banner,
.header-slider-image,
.header-banner-video,
.header-banner {
  position: relative;
  height: 100%;
}

.header-banner img,
.header-banner-video video {
  width: 100%;
}

.common-section-shadow {
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #fff;
  padding: 0px 65px 62px 64px;
}

.header-banner-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  padding: 0px 0px 70px 50px;
}

/* Header Banner */

/*FOOTER*/

footer {
  background-color: #000000;
  padding: 72px 0px 48px;
}

footer p {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.footer-navbar-brand {
  margin-right: 25px;
  width: 220px;
}

footer span,
footer a {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
}

footer a:hover {
  color: #febf01;
}

.footer-center-mail a {
  text-decoration: underline;
}

.footer-center-mail {
  margin-top: 50px;
}

footer h2 {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: left;
  text-transform: uppercase;
  color: #febf01;
  margin-bottom: 6px;
}

.footer-residential-number {
  margin-top: 30px;
}

/* Form */

form label {
  margin-bottom: 15px;
  width: 100%;
}

textarea,
input {
  width: 100%;
  background: #fafafa;
  font-size: 16px;
  line-height: 26px;
  font-family: "Inter Medium";
  color: #bfbfc0;
  border: unset;
  padding: 8px 15px;
  border-radius: 5px;
}

textarea::placeholder,
input::placeholder {
  font-size: 16px;
  line-height: 26px;
  font-family: "Inter Medium";
  color: #bfbfc0;
  text-transform: capitalize;
}

textarea:focus-visible,
input:focus-visible {
  outline: unset;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #febf01;
  width: unset;
  color: #000;
  font-family: "Inter Bold";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px 84px;
  line-height: 100%;
  border-radius: 0px;
  border: 1px solid #febf01;
}

textarea {
  height: 160px;
}

label.contact-form-textarea {
  display: none;
}

form .wpcf7-list-item {
  margin-left: 0px;
}

form .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

form .wpcf7-list-item input {
  width: 20px;
  height: 20px;
}

form .wpcf7-list-item-label {
  font-size: 18px;
  font-family: "Inter Medium";
  font-weight: 500;
  margin-left: 15px;
}

footer form br {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  background: #fff;
}

form .Full-name p {
  display: flex;
  gap: 10px;
}

form p:nth-child(8) {
  text-align: center;
}

form.submitting span.wpcf7-spinner {
  display: inline-block;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  background: #fff;
}

/*FOOTER*/

/*  HOMEPAGE  */

.index-section-1 {
  position: relative;
  padding: 84px 0px 20px;
}

.index-section-1-left-icon {
  position: absolute;
  left: 0px;
  z-index: -1;
}

.index-section-1-right-icon {
  position: absolute;
  right: 0px;
  top: 26px;
  z-index: -1;
}

.index-section-1-desc {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}

.index-section-1-content p {
  width: 85%;
  color: #000;
}

.index-section-1-description {
  margin-bottom: 90px;
}

.index-section-2-desc {
  background: #000;
  padding: 40px 0px 26px 0px;
}

hr {
  border: 0;
  border-top: 3px solid #febf01;
  margin: 32px 38px 46px 76px;
}

.index-section-2-desc form {
  padding: 0px 136px 0px 173px;
}

.index-section-2-bg-image {
  margin-top: -35%;
}

.index-section-2-bg-image img {
  width: 100%;
}

.index-section-3-desc p strong {
  color: #febf01;
  font-weight: 400;
}

.index-section-3 {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 90px 0px;
  margin-bottom: -1px;
}

.index-section-3-desc p {
  text-align: center;
  width: 85%;
  margin: auto;
}

/*  HOMEPAGE  */

/*  RESPONSIVENESS  */

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1153px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1153px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1365px) {
  .navbar-brand img {
    width: 220px;
  }

  footer span,
  footer a,
  footer p,
  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  .home-button a,
  .header-right-number a {
    font-size: 16px;
  }

  .home-button a {
    padding: 15px 35px;
  }

  h2,
  h1 {
    font-size: 60px;
  }

  h3 {
    font-size: 36px;
  }

  ul li,
  p {
    font-size: 20px;
    line-height: 26px;
  }

  .index-section-1-right-icon img {
    width: 210px;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 15px 70px;
  }

  .index-section-3-desc p {
    width: 88%;
  }
}

@media screen and (max-width: 1199.98px) {
  .navbar-brand img {
    width: 180px;
  }

  footer span,
  footer a,
  footer p,
  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  .home-button a,
  .header-right-number a {
    font-size: 14px;
  }

  .home-button a {
    padding: 15px 30px;
  }

  .header-office-number {
    padding-right: 54px;
  }

  .header-residential-number {
    padding-right: 68px;
  }

  .common-section-shadow {
    padding: 0px 55px 52px 54px;
  }

  .header-banner-description {
    padding: 0px 0px 70px 40px;
  }

  h2,
  h1 {
    font-size: 52px;
  }

  h3 {
    font-size: 28px;
  }

  ul li,
  p {
    font-size: 17px;
    line-height: 24px;
  }

  .index-section-1-desc img {
    width: 58px;
  }

  .index-section-1-desc {
    gap: 24px;
  }

  .index-section-1-description {
    margin-bottom: 75px;
  }

  .index-section-1-left-icon img {
    width: 165px;
  }

  .index-section-1-right-icon img {
    width: 190px;
  }

  hr {
    margin: 28px 30px 42px 70px;
  }

  .index-section-2-desc form {
    padding: 0px 130px 0px 167px;
  }

  .index-section-2-bg-image {
    margin-top: -30%;
  }

  .index-section-3-desc p {
    width: 78%;
  }

  .index-section-3 {
    padding: 70px 0px;
  }
}

@media screen and (max-width: 991.98px) {
  .header-right-number {
    display: none;
  }

  .home-button a {
    padding: 12px 25px;
  }

  .common-section-shadow {
    padding: 0px 35px 32px 34px;
  }

  .header-banner-description {
    padding: 0px 0px 55px 25px;
  }

  h2,
  h1 {
    font-size: 40px;
  }

  h3 {
    font-size: 23px;
  }

  ul li,
  p {
    font-size: 14px;
    line-height: 22px;
  }

  .index-section-1-desc img {
    width: 40px;
  }

  .index-section-1-content p {
    width: 90%;
  }

  .index-section-1-left-icon img {
    width: 130px;
  }

  .index-section-1-right-icon {
    top: unset;
    bottom: 0px;
  }

  .index-section-1-right-icon img {
    width: 125px;
  }

  hr {
    margin: 22px 24px 36px 64px;
  }

  .index-section-2-desc form {
    padding: 0px 90px 0px 127px;
  }

  .index-section-3 {
    padding: 55px 0px;
  }

  .index-section-3-desc hr {
    margin-left: 25px;
    margin-right: 15px;
  }

  .index-section-3-desc p {
    width: 90%;
  }

  .footer-center-mail {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767.98px) {
  .common-section-shadow {
    padding: 0px 25px 22px 24px;
  }

  .header-banner-description {
    padding: 0px 0px 45px 15px;
  }

  h2,
  h1 {
    font-size: 32px;
  }

  h1 {
    padding-bottom: 32px;
  }

  .index-section-1-left-icon img {
    width: 120px;
  }

  .index-section-1-description {
    margin-bottom: 40px;
  }

  .index-section-1 {
    padding: 84px 0px 40px;
  }

  hr {
    margin: 22px 24px 36px 35px;
  }

  .index-section-2-desc form {
    padding: 0px 40px 0px 77px;
  }

  form .Full-name p {
    display: block;
  }

  form .Full-name p label:first-child {
    margin-bottom: 30px;
  }

  .footer-center-section {
    margin: 45px 0px;
  }

  .footer-center-mail {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .navbar-brand img {
    width: 160px;
  }

  footer span,
  footer a,
  footer p,
  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  .home-button a,
  .header-right-number a {
    font-size: 13px;
  }

  .home-button a {
    padding: 10px 20px;
  }

  .common-section-shadow {
    padding: 0px 15px 12px 14px;
  }

  .header-banner-description {
    padding: 0px 0px 35px 5px;
  }

  h2,
  h1 {
    font-size: 29px;
  }

  h3 {
    font-size: 20px;
  }

  .index-section-1 {
    padding: 75px 0px 30px;
  }

  .index-section-1-description {
    margin-bottom: 30px;
  }

  hr {
    margin: 22px 15px 36px 25px;
  }

  .index-section-2-desc form {
    padding: 0px 30px 0px 40px;
  }

  .index-section-3-desc hr {
    margin-left: 0px;
    margin-right: 0px;
  }

  .index-section-3-desc p {
    width: 96%;
  }

  textarea::placeholder,
  input::placeholder,
  textarea,
  input {
    font-size: 14px;
    line-height: 22px;
  }

  footer {
    padding: 50px 0px 40px;
  }
}

@media screen and (max-width: 480px) {
  .navbar-brand img {
    width: 125px;
  }

  .header-button .home-button a {
    font-size: 11px;
  }

  .home-button a {
    padding: 8px 15px;
  }

  h1 {
    padding-bottom: 20px;
  }

  h2,
  h1 {
    font-size: 23px;
  }

  h3 {
    font-size: 18px;
  }

  .common-section-shadow {
    padding: 0px 0px 0px 0px;
    box-shadow: unset;
  }

  .header-banner-description {
    padding: 0px 0px 25px 0px;
  }

  .index-section-1 {
    padding: 54px 0px 20px;
  }

  .index-section-1-right-icon,
  .index-section-1-left-icon {
    display: none;
  }

  .index-section-1-desc {
    gap: 20px;
  }

  .index-section-1-content p {
    width: 100%;
  }

  hr {
    margin: 22px 15px 36px 15px;
  }

  .index-section-2-desc form {
    padding: 0px 15px 0px 15px;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 12px 40px;
  }
}

/*  RESPONSIVENESS  */
