@font-face {
  font-family: "helvetica_neueregular";
  src: url("/fonts/helveticaneueregular-webfont.woff2") format("woff2"), url("/fonts/helveticaneueregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neuebold";
  src: url("/fonts/helveticaneuebold-webfont.woff2") format("woff2"), url("/fonts/helveticaneuebold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neuemedium";
  src: url("/fonts/helveticaneuemedium-webfont.woff2") format("woff2"), url("/fonts/helveticaneuemedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "neue_haas_grotesk_display75Bd";
  src: url("/fonts/neuehaasdisplaybold-webfont.woff2") format("woff2"), url("/fonts/neuehaasdisplaybold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #000;
  background: #fff;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

* {
  max-height: 1000000px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}

input,
textarea,
select {
  font: 100%;
  color: #000;
  vertical-align: middle;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  margin: 0;
  padding: 4px 7px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 1px solid #000;
  outline: none;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  outline: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
}

body {
  color: #000;
  height: 100%;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  font-family: "helvetica_neueregular", sans-serif;
}
@media all and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 0 0 16px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "neue_haas_grotesk_display75Bd", sans-serif;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 18px;
}

@media all and (min-width: 1400px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
}
@media all and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
}
.btn {
  transition: all ease 0.5s;
  color: #fff;
  min-width: 162px;
  padding: 8px 30px;
  position: relative;
  background: #4286EB;
  font-family: "helvetica_neuebold", sans-serif;
}
@media all and (max-width: 767px) {
  .btn {
    padding: 5px 20px;
    min-width: 160px;
  }
}
.btn:hover {
  color: #fff;
  background: #154267;
  text-decoration: none;
  border-color: #154267;
}

.btn.btn-large {
  min-width: 250px;
}

.btn.alt {
  color: #4286EB;
  background: #fff;
  border-color: #4286EB;
}
.btn.alt:hover {
  color: #fff;
  background: #4286EB;
}

.btn.alt-gray {
  color: #3D8CED;
  font-weight: 700;
  border-color: #F5F5F5;
  background: transparent;
}
.btn.alt-gray:hover {
  color: #fff;
  background: #3D8CED;
  border-color: #3D8CED;
}

.top-notification-bar {
  border: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background: #F5F5F5;
}
.top-notification-bar .content-holder {
  position: relative;
  padding: 0 15px 0 20px;
  background: url("images/icon-bell.png") no-repeat left center;
}
.top-notification-bar p {
  margin: 0;
  color: #154267;
}
.top-notification-bar p img {
  margin-right: 10px;
}
.top-notification-bar p a {
  color: #154267;
  font-weight: 700;
}
.top-notification-bar .close {
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("images/icon-close.png") no-repeat;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

#header {
  position: relative;
  z-index: 11;
  background: linear-gradient(to right, #4286EB 0%, #1171b6 100%);
}
#header .header-content {
  position: relative;
  padding: 15px 0;
}
@media all and (max-width: 767px) {
  #header .header-content::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media all and (min-width: 768px) {
  #header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  #header .header-content {
    padding: 10px 0;
  }
}
@media all and (max-width: 767px) {
  #header .logo-area {
    float: left;
  }
}
#header .link {
  color: #fff;
  font-size: 20px;
  padding: 3px 35px 3px 0;
  background: url(images/icon-whatsapp.png) no-repeat right center;
}
@media all and (max-width: 767px) {
  #header .link {
    display: none;
  }
}
@media all and (max-width: 575px) {
  #header .link {
    min-width: 90px;
  }
}
#header .navbar {
  padding: 0;
}
@media all and (max-width: 767px) {
  #header .navbar {
    justify-content: end;
    position: absolute;
    left: 0;
    right: 0;
  }
}
#header .navbar ul.navbar-nav {
  font-size: 18px;
  font-family: "helvetica_neueregular", sans-serif;
}
@media all and (min-width: 1400px) {
  #header .navbar ul.navbar-nav {
    font-size: 20px;
  }
}
@media all and (min-width: 768px) {
  #header .navbar ul.navbar-nav {
    align-items: center;
  }
}
@media all and (max-width: 991px) {
  #header .navbar ul.navbar-nav {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  #header .navbar ul.navbar-nav {
    padding-top: 8px;
    background: transparent;
  }
}
#header .navbar ul.navbar-nav > li {
  margin: 0 10px;
}
@media all and (max-width: 1199px) {
  #header .navbar ul.navbar-nav > li {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  #header .navbar ul.navbar-nav > li {
    margin: 0;
    padding: 0;
    border-top: solid 1px #fff;
  }
}
#header .navbar ul.navbar-nav > li > a {
  color: #F5F5F5;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
@media all and (max-width: 991px) {
  #header .navbar ul.navbar-nav > li > a {
    padding: 10px 5px;
  }
}
@media all and (max-width: 767px) {
  #header .navbar ul.navbar-nav > li > a {
    color: #fff;
    padding: 8px 15px;
    background: #0F71B6;
  }
}
#header .navbar ul.navbar-nav > li > a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 4px;
  content: "";
  border-radius: 2px;
}
@media all and (max-width: 767px) {
  #header .navbar ul.navbar-nav > li > a::after {
    display: none;
  }
}
#header .navbar ul.navbar-nav li a:hover,
#header .navbar ul.navbar-nav li.active a {
  color: #fff;
  font-family: "helvetica_neuebold", sans-serif;
}
@media all and (max-width: 767px) {
  #header .navbar ul.navbar-nav li a:hover,
  #header .navbar ul.navbar-nav li.active a {
    color: #fff;
  }
}
#header .navbar ul.navbar-nav li a:hover::after,
#header .navbar ul.navbar-nav li.active a::after {
  background: #fff;
}

.navbar-toggler {
  padding: 3px 10px;
  margin-top: 5px;
  background: #154267;
  border-color: #154267;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.banner {
  color: #fff;
  position: relative;
}
.banner .shape {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  width: 30%;
  transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .banner .shape {
    display: none;
  }
}
.banner .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 0;
  text-align: center;
  background: url(images/bg-banner.png) no-repeat center;
  background-size: cover;
}
@media all and (max-width: 991px) {
  .banner .caption {
    padding: 20px 0;
  }
}
.banner h1 {
  color: #fff;
  font-size: 44px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .banner h1 {
    font-size: 34px;
  }
}
@media all and (max-width: 767px) {
  .banner h1 {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .banner .img-banner {
    position: relative;
    left: 50%;
    width: 1000px;
    height: auto;
    max-width: inherit;
    transform: translateX(-50%);
  }
}

.section {
  padding: 50px 0;
}
@media all and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}
.section .head {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .section .head {
    margin-bottom: 15px;
  }
}

.section.text-black {
  color: #000;
}

.services-wrap .services-area {
  position: relative;
}
@media all and (max-width: 767px) {
  .services-wrap .services-area {
    padding-top: 50px;
  }
}
.services-wrap .services-area .gmask {
  overflow: hidden;
  border-radius: 12px;
  background: #ebf3fd;
}
.services-wrap .services-area .slider-nav {
  float: left;
  width: 280px;
  margin: 0 20px 0 0;
  border: solid 1px #14B6F9;
}
@media all and (max-width: 991px) {
  .services-wrap .services-area .slider-nav {
    margin: 0 10px 0 0;
  }
}
@media all and (max-width: 767px) {
  .services-wrap .services-area .slider-nav {
    display: none;
  }
}
.services-wrap .services-area .slider-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-wrap .services-area .slider-nav ul li {
  position: relative;
  color: #707070;
  cursor: pointer;
  padding: 8px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  border-top: solid 1px #14B6F9;
}
.services-wrap .services-area .slider-nav ul li:first-child {
  border: 0;
}
.services-wrap .services-area .slider-nav ul li:hover,
.services-wrap .services-area .slider-nav ul li.active {
  color: #fff;
  background: linear-gradient(90deg, #4286EB 0%, #14B6F9 100%);
}
.services-wrap .services-area .btn-prev,
.services-wrap .services-area .btn-next {
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 40px;
  height: 40px;
}
@media all and (min-width: 768px) {
  .services-wrap .services-area .btn-prev,
  .services-wrap .services-area .btn-next {
    display: none;
  }
}
.services-wrap .services-area .btn-prev {
  right: 50px;
  background: url("images/arrow-left.png") no-repeat;
  background-size: cover;
}
.services-wrap .services-area .btn-next {
  right: 0;
  background: url("images/arrow-right.png") no-repeat;
  background-size: cover;
}
.services-wrap .service-content {
  padding: 20px;
  overflow: hidden;
}
.services-wrap .service-content .img-box {
  width: 35%;
  float: right;
}
@media all and (max-width: 991px) {
  .services-wrap .service-content .img-box {
    width: 100%;
  }
}
.services-wrap .service-content .textbox {
  width: 65%;
  float: left;
  padding-right: 20px;
}
@media all and (max-width: 991px) {
  .services-wrap .service-content .textbox {
    width: 100%;
    padding: 0;
  }
}

.brands-wrap {
  margin: 0 0 50px;
}
.brands-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.brands-wrap ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 35px 25px;
  width: calc(20% - 50px);
}
@media all and (max-width: 1399px) {
  .brands-wrap ul li {
    padding: 20px 12px;
  }
}
@media all and (max-width: 1199px) {
  .brands-wrap ul li {
    width: calc(20% - 50px);
  }
}
@media all and (max-width: 991px) {
  .brands-wrap ul li {
    width: calc(31% - 50px);
  }
}
@media all and (max-width: 767px) {
  .brands-wrap ul li {
    width: calc(42% - 50px);
  }
}
@media all and (max-width: 575px) {
  .brands-wrap ul li {
    padding: 5px 10px;
    width: calc(58% - 50px);
  }
}

.solutions-wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #ebf3fd;
}
.solutions-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 767px) {
  .solutions-wrap ul {
    margin-bottom: 20px;
  }
}
.solutions-wrap ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.solutions-wrap ul .img-box {
  float: left;
  width: 80px;
  margin: 0 15px 0 0;
}
@media all and (max-width: 991px) {
  .solutions-wrap ul .img-box {
    width: 60px;
  }
}
@media all and (max-width: 767px) {
  .solutions-wrap ul .img-box {
    width: 50px;
  }
}
.solutions-wrap ul .textbox {
  color: #707070;
  font-size: 18px;
  overflow: hidden;
  width: calc(100% - 95px);
}
@media all and (max-width: 991px) {
  .solutions-wrap ul .textbox {
    width: calc(100% - 75px);
  }
}
@media all and (max-width: 767px) {
  .solutions-wrap ul .textbox {
    font-size: 16px;
    width: calc(100% - 65px);
  }
}
.solutions-wrap ul .textbox .title {
  display: block;
  color: #0F71B6;
  font-size: 20px;
}
@media all and (max-width: 767px) {
  .solutions-wrap ul .textbox .title {
    font-size: 18px;
  }
}
.solutions-wrap ul .textbox p:last-child {
  margin: 0;
}

.why-us {
  position: relative;
  z-index: 1;
  background: linear-gradient(128deg, #154267 0%, #3D8CED 100%);
}
.why-us .shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 35%;
}
.why-us h2 {
  color: #fff;
}
.why-us .box {
  color: #fff;
  margin: 0 0 20px;
  padding: 20px 15px 5px;
  border-radius: 12px;
  border: solid 1px #fff;
}
.why-us .box .title-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}
.why-us .box .title-head .icon-box {
  width: 40px;
}

.certification-wrap {
  overflow: hidden;
  text-align: center;
  margin: 0 0 50px;
}
@media all and (max-width: 991px) {
  .certification-wrap {
    margin-bottom: 10px;
  }
}
.certification-wrap .img-box {
  overflow: hidden;
  margin: 0 0 20px;
  border-radius: 7px;
}

.work-wrap {
  overflow: hidden;
  text-align: center;
}
.work-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 25px;
  overflow: hidden;
}
.work-wrap ul li {
  float: left;
  width: 20%;
}
@media all and (max-width: 767px) {
  .work-wrap ul li {
    width: 50%;
  }
}

.about-section {
  position: relative;
}
.about-section h2 {
  color: #4286EB;
}
.about-section .textbox {
  padding: 50px;
  padding-left: 0;
}
@media all and (max-width: 991px) {
  .about-section .textbox {
    padding: 30px 0;
  }
}
@media all and (min-width: 768px) {
  .about-section .img-box {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .about-section .img-box {
    max-width: 516px;
    margin: 0 auto;
  }
}
.about-section .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .dots-box {
  padding-top: 100px;
}
@media all and (max-width: 991px) {
  .about-section .dots-box {
    padding-top: 30px;
  }
}

.about-section.alt .textbox {
  padding: 50px;
  padding-right: 0;
}
@media all and (max-width: 991px) {
  .about-section.alt .textbox {
    padding: 30px 0;
  }
}
.about-section.alt .img-box {
  right: auto;
  left: 0;
}

.about-btn-wrap {
  text-align: center;
  background: #F5F5F5;
}

.custom_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom_list li {
  position: relative;
  padding-left: 60px;
  counter-increment: step-counter;
  margin-bottom: 10px;
}
.custom_list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #4286EB;
  width: 43px;
  height: 30px;
  padding: 5px 0 0 7px;
  text-align: center;
  content: counter(step-counter);
  background: url(images/bg-custom-list.png) no-repeat;
  background-size: contain;
}

.map-holder {
  overflow: hidden;
}
.map-holder iframe {
  display: block;
}

.contact-wrap {
  position: relative;
  background: #F5F5F5;
}
.contact-wrap h2 {
  color: #4286EB;
}
.contact-wrap .field-box {
  overflow: hidden;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
@media all and (max-width: 767px) {
  .contact-wrap .field-box {
    margin: 0 0 15px;
  }
}
.contact-wrap .field-box::before {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  width: 28px;
  content: "";
}
.contact-wrap .field-box select {
  border: 0;
  width: 100%;
  outline: none;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 2;
  padding: 13px 15px 13px 35px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: url(images/arrow-down.png) no-repeat 96% 50%;
}
.contact-wrap .field-box .form-control {
  border: 0;
  width: 100%;
  outline: none;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 2;
  padding: 13px 15px 13px 35px;
}
.contact-wrap .field-box .form-control:focus {
  background: transparent;
}
.contact-wrap .field-box textarea.form-control {
  resize: none;
  height: 150px;
}
.contact-wrap .field-box.service::before {
  background: url(images/icon-cleaning-services.png) no-repeat 50% 50%;
  background-size: 14px auto;
}
.contact-wrap .field-box.building-type::before {
  background: url(images/icon-home-work.png) no-repeat 50% 50%;
  background-size: 18px auto;
}
.contact-wrap .field-box.no-cleaner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 35px;
}
.contact-wrap .field-box.no-cleaner::before {
  background: url(images/icon-people.png) no-repeat 50% 50%;
  background-size: 18px auto;
}
.contact-wrap .field-box.no-cleaner .form-control {
  border: 0;
  padding: 0;
  width: 50px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.contact-wrap .field-box.no-cleaner .form-control::-moz-placeholder {
  color: #3C3C3C;
}
.contact-wrap .field-box.no-cleaner .form-control::placeholder {
  color: #3C3C3C;
}
.contact-wrap .field-box.no-cleaner .form-control::-webkit-inner-spin-button {
  opacity: 1;
}
.contact-wrap .field-box.name::before {
  background: url(images/icon-account-circle.png) no-repeat 50% 50%;
  background-size: 18px auto;
}
.contact-wrap .field-box.email::before {
  background: url(images/icon-email.png) no-repeat 50% 50%;
  background-size: 18px auto;
}
.contact-wrap .field-box.phone::before {
  background: url(images/icon-call.png) no-repeat 50% 50%;
  background-size: 18px auto;
}
.contact-wrap .field-box.company::before {
  background: url(images/icon-source-environment.png) no-repeat 50% 50%;
  background-size: 18px auto;
}
.contact-wrap .field-box.location::before {
  background: url(images/icon-location.png) no-repeat 50% 50%;
  background-size: 18px auto;
}
.contact-wrap .field-box.message::before {
  background: url(images/icon-forum.png) no-repeat 50% 15px;
  background-size: 18px auto;
}
.contact-wrap .btn-holder {
  padding: 30px 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .contact-wrap .btn-holder {
    padding: 15px 0;
  }
}

.contact-info-wrap {
  background: #ebf3fd;
}
.contact-info-wrap a {
  color: #707070;
}
.contact-info-wrap a:hover {
  text-decoration: underline;
}
.contact-info-wrap .icon-box {
  float: left;
  width: 60px;
  margin-right: 15px;
}
@media all and (max-width: 991px) {
  .contact-info-wrap .icon-box {
    width: 40px;
    margin-right: 10px;
  }
}
.contact-info-wrap .textbox {
  overflow: hidden;
  color: #707070;
  line-height: 1.3;
}
.contact-info-wrap .textbox .title {
  display: block;
  color: #0F71B6;
  margin: 0 0 10px;
}
.contact-info-wrap .textbox p {
  margin-bottom: 0;
}
.contact-info-wrap .textbox .social-link {
  padding: 20px 0 30px;
}
@media all and (max-width: 767px) {
  .contact-info-wrap .textbox .social-link {
    padding: 15px 0;
  }
}
.contact-info-wrap .textbox .social-link a {
  display: inline-block;
  padding: 0 25px 0 0;
  background: url(images/icon-whatsapp.png) no-repeat right center;
  background-size: 24px auto;
}

#footer {
  color: #3D8CED;
  background: #F7F7F7;
  position: relative;
}
#footer .shape {
  position: absolute;
  right: -100px;
  top: -50px;
  width: 70%;
  height: calc(100% + 50px);
}
@media all and (max-width: 1199px) {
  #footer .shape {
    width: 70%;
  }
}
@media all and (max-width: 767px) {
  #footer .shape {
    display: none;
  }
}
#footer .shape img {
  width: 100%;
  height: 100%;
}
#footer h4 {
  color: #000;
  font-size: 20px;
  margin: 0 0 10px;
}
@media all and (min-width: 1400px) {
  #footer h4 {
    font-size: 24px;
  }
}
#footer a {
  color: #3D8CED;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-middle {
  position: relative;
  border: solid #3D8CED;
  border-width: 0 0 1px;
  margin: 0 -9999px;
  padding: 30px 9999px;
}
#footer .footer-middle .contact-info-box {
  overflow: hidden;
  padding-right: 30%;
}
@media all and (max-width: 767px) {
  #footer .footer-middle .contact-info-box {
    padding-right: 0;
  }
}
#footer .footer-middle .footer-logo {
  display: block;
  width: 220px;
  margin: 0 0 15px;
}
@media all and (max-width: 575px) {
  #footer .footer-middle .footer-logo {
    margin: 0 auto 10px;
  }
}
#footer .footer-middle .social-area {
  display: flex;
  align-items: center;
}
#footer .footer-middle .social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-middle .social-area ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
#footer .footer-middle .social-area ul li i {
  font-size: 25px;
}
#footer .footer-bottom {
  padding: 20px 0;
  color: #000;
  font-size: 14px;
  position: relative;
}
@media all and (min-width: 768px) {
  #footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
  }
  #footer .footer-bottom p {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  #footer .footer-bottom {
    text-align: center;
  }
}
#footer .footer-bottom ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px;
}
@media all and (max-width: 767px) {
  #footer .footer-bottom ul li {
    padding: 0 2px;
  }
}
#footer .footer-bottom ul li a {
  color: #000;
  font-weight: 700;
}

form label {
  color: #3C3C3C;
  font-size: 16px;
}
form .form-select,
form .form-control {
  color: #C4C4C4;
  font-size: 16px;
  border-radius: 0;
  border: solid 1px #3C3C3C;
  background-color: transparent;
}
form .form-select::-moz-placeholder, form .form-control::-moz-placeholder {
  color: #C4C4C4;
}
form .form-select::placeholder,
form .form-control::placeholder {
  color: #C4C4C4;
}
form .form-select:focus,
form .form-control:focus {
  box-shadow: none;
  border-color: #000;
}

@media all and (max-width: 767px) {
  .same-height-left {
    height: auto !important;
  }
}/*# sourceMappingURL=all.css.map */