/* Floating WhatsApp */
.oom-widget-popup {
    z-index: 9999;
}
.oom-widget-chat-content-message .message-content {
	font-size: 13px;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap");
body {
  color: #181818;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px; }

ul, ol {
  margin: 0; }

b, strong {
  font-weight: 700; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.alignright {
  float: right;
  margin: 0 0 0 15px; }

.alignleft {
  float: left;
  margin: 0 15px 0 0; }

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 600; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 35px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 25px; }

h6 {
  font-size: 20px; }

p, li {
  font-size: 16px;
  line-height: 30px; }

p {
  margin-bottom: 0; }

a {
  color: #181818; }

a:hover,
a:focus {
  color: #181818;
  text-decoration: none; }

button,
input[type=submit] {
  border: none;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 35px; }
  button:focus,
  input[type=submit]:focus {
    outline: 0; }

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 35px; }
  h3 {
    font-size: 30px; }
  h4 {
    font-size: 25px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; } }

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 25px; }
  h4 {
    font-size: 21px; }
  h5 {
    font-size: 19px; }
  h6 {
    font-size: 17px; }
  body,
  p,
  li {
    font-size: 15px; }
  p,
  li {
    line-height: 25px; }
  button,
  input[type=submit] {
    font-size: 15px;
    padding: 10px 25px; } }

@media screen and (max-width: 575px) {
  h1 {
    font-size: 29px; }
  h2 {
    font-size: 25px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 16px; }
  h6 {
    font-size: 15px; }
  body,
  p,
  li {
    font-size: 14px; } }

.navslide {
  animation-name: nav-slide;
  -webkit-animation-name: nav-slide;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.7); }

@keyframes nav-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes nav-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }

/* Icon 1 */
.animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.animated-icon2 span {
  background: #000; }

.animated-icon2 span:nth-child(1) {
  top: 0px; }

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px; }

.animated-icon2 span:nth-child(4) {
  top: 20px; }

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%; }

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

nav {
  background-color: transparent;
  padding: 25px 200px; }
  nav .main-nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    nav .main-nav-box .cta-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      nav .main-nav-box .cta-nav a {
        padding: 12px 30px;
        color: #fff;
        font-weight: 500;
        font-size: 18px; }
        nav .main-nav-box .cta-nav a:first-of-type {
          background-color: #ea5455;
          margin-right: 15px; }
        nav .main-nav-box .cta-nav a:last-of-type {
          background-color: #000000; }
          nav.navslide .main-nav-box .cta-nav a:last-of-type {
          background-color: #fff; 
          color: #000;}
        nav .main-nav-box .cta-nav a span {
          display: block;
          line-height: 20px; }
        nav .main-nav-box .cta-nav a span.short-text {
          font-size: 12px; }

@media screen and (min-width: 768px) {
  nav .main-nav-box .cta-nav a i {
    display: none; } }

@media screen and (max-width: 1600px) {
  nav {
    padding: 25px 100px; } }

@media screen and (max-width: 1370px) {
  nav {
    padding: 25px 40px; } }

@media screen and (max-width: 1199px) {
  nav {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 25px; }
    nav .main-nav-box .cta-nav a {
      padding: 10px 25px;
      font-size: 15px; } }

@media screen and (max-width: 767px) {
  nav .main-nav-box .cta-nav a {
    width: 50px;
    height: 50px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    nav .main-nav-box .cta-nav a i {
      color: #fff;
      font-size: 23px; }
    nav .main-nav-box .cta-nav a span {
      display: none; }
    nav .main-nav-box .cta-nav a:first-of-type {
      background-color: #ea5455;
      margin-right: 12px; }
    nav .main-nav-box .cta-nav a:last-of-type {
      background-color: #fff; }
      nav .main-nav-box .cta-nav a:last-of-type i {
        color: #000;
        } }

@media screen and (max-width: 575px) {
  nav {
    padding: 15px 10px; }
    nav .main-nav-box .cta-nav a {
      width: 40px;
      height: 40px; }
      nav .main-nav-box .cta-nav a i {
        font-size: 18px; } }

@media screen and (max-width: 375px) {
  nav .main-nav-box .logo-box {
    max-width: 180px; } }

footer {
  background-color: #181818;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem; }
  footer p {
    color: #aaaaaa; }
  footer a i {
    color: #fff;
    font-size: 22px; }
  footer .box-left img {
    margin-bottom: 30px; }
  footer .box-left a {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px; }
    footer .box-left a br {
    	display: none;
    }
  footer .box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    footer .box-right h6 {
      color: #fff;
      margin-bottom: 25px; }
    footer .box-right p a {
      color: inherit; }
    footer .box-right .box1,
    footer .box-right .box2 {
      padding-left: 15px;
      padding-right: 15px; }
    footer .box-right .box1 {
      width: 25%; }
      footer .box-right .box1 p {
        margin-bottom: 7px; }
        footer .box-right .box1 p:last-of-type {
          margin-bottom: 0; }
    footer .box-right .box2 {
      width: 75%; }
      footer .box-right .box2 p {
        margin-bottom: 17px; }
        footer .box-right .box2 p:last-of-type {
          margin-bottom: 0; }
          footer .box-left p:last-of-type,
          footer p.copy-right-sm {
            opacity: 0.5;
          }
          footer p.copy-right-sm {
            text-align: center;
            margin-top: 20px;
          }

          @media screen and (min-width: 768px) {
            footer p.copy-right-sm {
              display: none;
            }
          }
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

@media screen and (max-width: 991px) {
  footer .box-right .box1 {
    width: 36%; }
  footer .box-right .box2 {
    width: 64%; } }

@media screen and (max-width: 767px) {
  footer .box-left {
    text-align: center;
    margin-bottom: 20px; }
    footer .box-left br {
      display: none; } 
      footer .box-left img {
        margin-bottom: 20px;
        }
        footer .box-right h6 {
          margin-bottom: 10px;
          }
        footer .box-left p:last-of-type {
      display: none;
      } }

@media screen and (max-width: 575px) {
  footer .box-right .box1,
  footer .box-right .box2 {
    width: 100%;
    text-align: center; }
  footer .box-right .box1 {
    margin-bottom: 20px; } }

@media screen and (min-width: 1200px) {
  .phone-link {
    pointer-events: none;
    cursor: default; } }

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

.sections {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem; }
  .sections .section-title {
    margin-bottom: 30px;
    text-align: center; }
    .sections .section-title h2 {
      text-transform: uppercase; }
  .sections .box-left {
    padding-right: 5rem; }

.custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 576px) {
  .custom-container {
    max-width: 540px; } }

@media screen and (min-width: 768px) {
  .custom-container {
    max-width: 720px; } }

@media screen and (min-width: 992px) {
  .custom-container {
    max-width: 960px; } }

@media screen and (min-width: 1200px) {
  .custom-container {
    max-width: 1140px; } }

@media screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1400px; } }

.banner {
  position: relative;
  height: 50rem; }
  .banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.5); }
  .banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .banner .banner-text-box {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .banner .banner-text-box h1,
    .banner .banner-text-box p {
      color: #fff; }
    .banner .banner-text-box h1 {
      margin-bottom: 15px; }
    .banner .banner-text-box p {
      font-size: 25px;
      line-height: 40px; }
    .banner .banner-text-box a button {
      margin-top: 2.5rem; }

.owl-carousel .owl-item img {
  width: auto; }

.owl-theme .owl-dots .owl-dot span {
  background-color: #cccccc; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #000; }

.owl-dots {
  margin-top: 30px !important; }

.client-carousel .item .box {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .5rem; }

#about .box-left h2 {
  margin-bottom: 12px; }

#about .owl-box h2 {
  margin-bottom: 20px; }

#our-racks {
  position: relative; }
  #our-racks .col-12:last-of-type {
    padding-left: 0;
    padding-right: 0; }
  #our-racks .bg-color {
    background-color: #f2f2f2;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px; }
  #our-racks .owl-item .box {
    text-align: center; }
  #our-racks .owl-dots .owl-dot span {
    background-color: transparent;
    width: 160px;
    height: 10px;
    margin: 0;
    border-radius: 0;
    border-bottom: 2px solid #ccc; }
  #our-racks .owl-dots .owl-dot.active span {
    background-color: #000;
    border-color: #000; }
  #our-racks .owl-prev i, #our-racks .owl-next i {
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    line-height: unset; }
  #our-racks .owl-prev {
    left: 2rem; }
  #our-racks .owl-next {
    right: 2rem; }
  #our-racks .owl-theme .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #FFF;
    text-decoration: none; }
  #our-racks .owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    background-color: #000;
    border: none;
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1; }

@media screen and (min-width: 1200px) {
  .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; } }

.price-box,
.price-box-cta {
  text-align: center; }

.price-box-cta {
  margin-top: 40px; }
  .price-box-cta button {
    margin-top: 1.5rem; }

.why-us-row .why-us-box {
  text-align: center; }
  .why-us-row .why-us-box .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px; }
  .why-us-row .why-us-box .text p {
    padding-left: 2rem;
    padding-right: 2rem; }

#testimonials {
  padding-bottom: 0; }
  #testimonials .section-title img {
    margin-bottom: 10px; }
  #testimonials .owl-dots {
    margin-top: 40px !important; }

.testimonial-carousel .testimonial-box {
  background-color: #f2f2f2;
  text-align: center;
  padding: 30px; }
  .testimonial-carousel .testimonial-box .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .testimonial-carousel .testimonial-box .name-box {
    border-top: 1px solid #979797;
    padding-top: 20px;
    margin-top: 30px; }

    .testimonial-carousel .testimonial-box .name-box p {
      font-weight: 600;
    }

.map-container {
  overflow: hidden;
  position: relative;
  height: 400px; }
  .map-container iframe {
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    position: absolute; }

.map-section .col-12.section-title {
  text-align: center;
  margin-bottom: 30px; }

.map-section .col-12:last-of-type {
  padding-left: 0;
  padding-right: 0; }

#enquire {
  padding-bottom: 5.5rem; }
  #enquire .box-left img {
    margin-bottom: 50px; }
  #enquire .box-left .detail-box .details {
    margin-bottom: 20px; }
    #enquire .box-left .detail-box .details:last-of-type {
      margin-bottom: 0; }
    #enquire .box-left .detail-box .details span {
      display: block; }
    #enquire .box-left .detail-box .details p {
      font-size: 18px; }
      #enquire .box-left .detail-box .details p a {
        color: inherit; }
  #enquire .form-box h2 {
    text-transform: uppercase;
    margin-bottom: 25px; }

.form-group label {
  margin-bottom: 0; }

.form-control {
  border-radius: 0; }

.form-control,
.form-control::-webkit-input-placeholder {
  color: #181818;
  font-size: 16px; }

.form-control,
.form-control::-moz-placeholder {
  color: #181818;
  font-size: 16px; }

.form-control,
.form-control::-ms-input-placeholder {
  color: #181818;
  font-size: 16px; }

.form-control,
.form-control::placeholder {
  color: #181818;
  font-size: 16px; }

input[type=text],
input[type=tel],
input[type=email] {
  height: 50px; }

textarea.form-control {
  height: 150px; }

.btn-captcha {
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  #enquire .box-left img.sm {
    display: none; }
  .btn-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .btn-captcha .g-recaptcha.wpcf7-recaptcha > div,
    .btn-captcha input[type=submit] {
      height: 74px !important; }
    .btn-captcha input[type=submit] {
      margin-left: 1.5rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .btn-captcha {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.wpcf7 form .wpcf7-response-output {
  text-align: center; }

div.wpcf7-mail-sent-ok {
  color: #398f14; }

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000;
  color: #ff0000; }

.thankyou-404 {
  margin-top: 114px; }
  .thankyou-404 .container-fluid,
  .thankyou-404 .col-12 {
    padding-left: 0;
    padding-right: 0; }
  .thankyou-404 .row {
    margin-left: 0;
    margin-right: 0; }
  .thankyou-404 .thankyou-404-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .thankyou-404 .thankyou-404-box .content {
      background-color: #fff;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 16rem 60px; }
      .thankyou-404 .thankyou-404-box .content button {
        margin-top: 2rem; }
      .thankyou-404 .thankyou-404-box .content img {
        margin-bottom: 20px; }
    .thankyou-404 .thankyou-404-box .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      overflow: hidden;
      position: relative; }
      .thankyou-404 .thankyou-404-box .image img {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-height: 100%;
        min-width: 100%;
        max-width: none;
        height: auto;
        width: auto; }

#page-404.thankyou-404 .thankyou-404-box h1 {
  font-size: 120px; }

#thankyou.thankyou-404 .thankyou-404-box h1 {
  font-size: 90px; }

@media screen and (min-width: 1200px) {
  .thankyou-404 .thankyou-404-box .content img.sm {
    display: none; } }

@media screen and (max-width: 1600px) {
  .thankyou-404 .thankyou-404-box .content {
    padding: 13rem 60px; } }

@media screen and (max-width: 1199px) {
  .thankyou-404 .thankyou-404-box .content img.lg {
    display: none; }
  .thankyou-404 {
    margin-top: 90px; }
    .thankyou-404 .thankyou-404-box .content {
      padding: 10rem 40px; }
  #page-404.thankyou-404 .thankyou-404-box h1 {
    font-size: 90px; }
  #thankyou.thankyou-404 .thankyou-404-box h1 {
    font-size: 70px; } }

@media screen and (max-width: 991px) {
  .thankyou-404 .thankyou-404-box {
    position: relative;
    height: 90vh; }
    .thankyou-404 .thankyou-404-box .content,
    .thankyou-404 .thankyou-404-box .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; }
    .thankyou-404 .thankyou-404-box .content {
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      text-align: center;
      height: 90vh; }
      .thankyou-404 .thankyou-404-box .content div {
        width: 100%; }
      .thankyou-404 .thankyou-404-box .content h1,
      .thankyou-404 .thankyou-404-box .content p {
        color: #fff; }
      .thankyou-404 .thankyou-404-box .content button {
        margin-top: 1rem; }
  #page-404.thankyou-404 .thankyou-404-box h1 {
    font-size: 70px; }
  #thankyou.thankyou-404 .thankyou-404-box h1 {
    font-size: 50px; } }

@media screen and (max-width: 767px) {
  .thankyou-404 {
    margin-top: 89px; }
    .thankyou-404 .thankyou-404-box,
    .thankyou-404 .thankyou-404-box .content {
      height: 60vh; }
  #page-404.thankyou-404 .thankyou-404-box h1 {
    font-size: 50px; }
  #thankyou.thankyou-404 .thankyou-404-box h1 {
    font-size: 38px; } }

@media screen and (max-width: 375px) {
  .thankyou-404 {
    margin-top: 85.31px; } }

@media screen and (max-width: 1440px) {
  .banner .banner-text-box p {
    font-size: 22px;
    line-height: 35px; }
  .banner .banner-text-box a button {
    margin-top: 2rem; } }

@media screen and (max-width: 1199px) {
  .sections {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .sections .box-left {
      padding-right: 1rem; }
  .banner {
    margin-top: 90px;
    height: 37rem; }
    .banner .banner-text-box {
      width: 90%; }
      .banner .banner-text-box p {
        font-size: 18px;
        line-height: 30px; }
      .banner .banner-text-box a button {
        margin-top: 1.5rem; } }

@media screen and (max-width: 991px) {
  .sections .section-title {
    margin-bottom: 20px; }
  #about .box-left {
    margin-bottom: 35px; }
  #our-racks .owl-dots .owl-dot span {
    width: 40px;
    height: 5px; }
  #our-racks .bg-color {
    height: 250px; }
  #our-racks .owl-theme .owl-nav [class*=owl-] {
    width: 35px;
    height: 35px; }
  #our-racks .owl-prev i, #our-racks .owl-next i {
    font-size: 14px; }
  #prices .price-box {
    margin-bottom: 30px; }
  #prices .price-box-cta {
    margin-top: 0; }
    #prices .price-box-cta button {
      margin-top: 1rem; }
  .why-us-row .why-us-box .text p {
    padding-left: 0;
    padding-right: 0; }
  #enquire {
    padding-bottom: 3rem; }
    #enquire .box-left {
      margin-bottom: 35px; }
      #enquire .box-left img {
        margin-bottom: 35px; }
      #enquire .box-left .detail-box .details {
        margin-bottom: 15px; }
        #enquire .box-left .detail-box .details p {
          font-size: 16px; }
    #enquire .form-box h2 {
      margin-bottom: 15px; }
  textarea.form-control {
    height: 110px; }
    .float-whatsapp.float-right-whatsapp {
      right: 20px;
      bottom: 20px;
    }
    .float-whatsapp.float-right-whatsapp {
      width: 50px;
      height: 50px;
    } }

@media screen and (max-width: 767px) {
  .banner {
    margin-top: 89px; }
  .why-us-row .col-md-4 {
    margin-bottom: 30px; }
    .why-us-row .col-md-4:last-of-type {
      margin-bottom: 0; }
  .why-us-row .why-us-box .icon {
    margin-bottom: 15px; }
  .map-container {
    height: 300px; }
  #enquire .box-left img.lg {
    display: none; }
  .btn-captcha {
    text-align: center; }
    .btn-captcha .g-recaptcha.wpcf7-recaptcha > div {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }

@media screen and (max-width: 575px) {
  .banner {
    height: 30rem; }
    .banner .banner-text-box {
      width: 100%; }
      .banner .banner-text-box h1 {
        margin-bottom: 10px; }
      .banner .banner-text-box p {
        font-size: 17px;
        line-height: 28px; } }

@media screen and (max-width: 375px) {
  .banner {
    margin-top: 85.31px; } }


.page-template-thank-you nav,
.error404 nav {
	background-color: rgba(0, 0, 0, 0.7);
}