

/* === contact-form-07 === */


#contact-form-07-977 {
	 --contactform07_bg: url(/images/bg/contact-us-bg.webp);
}

.contact07 {
  background-image: var(--contactform07_bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  margin-top: -120px;
  padding: 190px 0 100px;

  color: #fff;
}

.contact07 .block-head .block-title {
  font-weight: 500;
}

.contact07 .block-head .text {
  font-size: 20px;
  line-height: 26px;
  max-width: 480px;
}

.contact07 .block-head .text p {
  margin-bottom: 0;
}

.contact07 .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.contact07 .contact-info a {
  color: var(--color-blue);
  text-decoration: none;
  font-weight: 500;
}

.contact07 .contact-info a.telephone {
  font-size: 20px;
}

.contact07 .contact-info a.email {
  font-size: 18px;
}

.contact07 .block-name {
  position: relative;
  margin-bottom: 30px;
}

.contact07 .block-name h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.contact07 .block-name:after {
  content: " ";
  display: block;
  width: 120px;
  height: 1px;
  background-color: var(--color-blue);
}

.contact07 .map-wrapper .map {
  width: 100%;
  height: 100%;
  height: 520px;
}

.contact07 .leaflet-pane.leaflet-tile-pane {
	filter: grayscale(1);
}

.contact07 .map-wrapper {
  margin-bottom: 30px;
}

.contact07 .btn {
  width: max-content;
}

@media (max-width: 767.98px) {
  .contact07 .map-wrapper .map {
    height: 320px;
  }
}

/* Form  */

.contact07 form .form-control {
  border-radius: 0;
}

.contact07 form .checkbox + label:before {
  border-radius: 0;
}

.contact07 form input[type="text"],
.contact07 form input[type="tel"],
.contact07 form input[type="email"] {
  height: 60px;
}

@media (min-width: 768px) {
  .contact07 .form-wrapper {
    margin-right: calc(100% / 8);
  }

  .contact07 textarea {
    height: 220px !important;
  }

  .contact07 .block-head {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .contact07 .form-wrapper {
    margin-bottom: 30px;
  }

  .contact07 .contact-info {
    margin-bottom: 40px;
  }
}

.contact07 .form-wrapper .required {
  display: none;
}
@media (max-width: 575.98px) {


    .contact07 h1 {
        font-size: 48px;    
    }
}
/* === contact-form-07 === */



/* === footer-01 === */

.footer-01 {
  padding: 40px 0;
  color: var(--footer-textcolor);
  background-color: #000205;
}

.footer-01 p {
  margin-bottom: 0px;
}

.footer-01 p.addr_line span:after {
  content: ",";
}

.footer-01 p.addr_line span:last-of-type:after {
  content: "";
}

.footer-01-title {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 15px;
}

.footer-01 a {
  color: #fff;
  text-decoration: none;
  min-width: 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
}

.footer-01 .footer-menu .nav-item .dropdown-item-menu {
  display: none;
}

.footer-01 .nav-link,
.footer-01 .nav-link:hover {
  color: #fff;
  text-decoration: none;
  min-width: 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
}

.footer-01 .footer-links-03 a {
  color: #acacac;
}

.footer-01 .footer-logo {
  display: flex;
  justify-content: flex-end;
}

.footer-01 .footer-logo img {
  width: 100%;
  max-width: 245px;
}

.footer-01 .footer-copy {
  margin-top: 30px;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-01 .footer-copy .company {
  color: #acacac;
  font-size: 14px;
}

.footer-01 .footer-copy .advansys a {
  color: #acacac;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .footer-01 .col-12.col-sm-6.col-lg-3:nth-child(3),
  .footer-01 .col-12.col-sm-6.col-lg-3:nth-child(4) {
    margin-top: 35px;
  }

  .footer-01 .footer-logo {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .footer-01 .col-12.col-sm-6.col-lg-3:nth-child(3),
  .footer-01 .col-12.col-sm-6.col-lg-3:nth-child(4) {
    margin-top: 0;
  }

  .footer-01 .col-12.col-sm-6.col-lg-3 {
    margin-bottom: 20px;
  }

  .footer-01 .footer-copy {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .footer-01 .footer-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 10px 0;
  }
}
@media (max-width: 992px) {
    .footer-01 .footer-logo {
        display: none;
    }
}
/* === footer-01 === */

