@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Gabriela|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
}

button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-orange,
.form-control-orange {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}
.btn-orange:hover,
.form-control-orange:hover {
  color: #ff4500;
  background-color: transparent;
}
.btn-black,
.form-control-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover,
.form-control-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  border: 2px solid #e15a05;
  background-color: #e15a05;
  letter-spacing: 0.03em;
  border-radius: 30px;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  color: #e15a05;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 6px 20px;
  font-size: 12px;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #e15a05;
  color: #fff;
  border-color: #e15a05;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #e15a05;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #fba919;
  color: #fff;
  border-color: #fba919;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #fba919;
  color: #000;
}

@media screen and (max-width: 991px) {
  .btn-small,
.form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
ul li.list {
  margin: 6px;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

p {
  line-height: 1.7;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}
a:hover img {
  transform: scale(1.1);
}

i {
  transition: 0.4s all;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(252, 184, 20, 0.7);
  border-radius: 100%;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border-right {
  border-right: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: auto 3px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #8a8a8a;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #e15a05;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  height: 40px;
  width: 30px;
  text-align: center;
  background-color: #fcb814;
  transition: 0.4s all;
}
.slick-arrow i {
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.slick-arrow.left {
  left: -45px;
}
.slick-arrow.right {
  right: -45px;
}
.slick-arrow:hover {
  background-color: #1c1c1c;
}

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(252, 184, 20, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #da9b03;
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 18px;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.section {
  padding: 85px 0;
}

.section-header,
.block-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-header h2,
.block-title h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 16px;
  color: #1c1c1c;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 20px;
  position: relative;
}
.section-header h2::before,
.block-title h2::before {
  content: "";
  position: absolute;
  background: url(../images/title-shape.png) no-repeat;
  width: 131px;
  height: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section-header.block-title,
.block-title.block-title {
  padding-bottom: 0;
  margin: 8px 0;
}
.section-header.block-title h2,
.block-title.block-title h2 {
  font-size: 16px;
  padding-bottom: 10px;
}
.section-header.white h2,
.block-title.white h2 {
  color: #fff;
}
.section-header.white h2::before,
.block-title.white h2::before {
  background: url(../images/title-shape2.png) no-repeat;
}

.inner-page {
  min-height: calc(100vh - 200px);
  padding: 50px 0;
}

.sidebar.background {
  background-color: #fff;
  padding: 15px;
}
.sidebar .block {
  margin-bottom: 45px;
}
.sidebar .block:last-child {
  margin-bottom: 10px;
}
.sidebar-title h2 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  margin-bottom: 30px;
  position: relative;
}
.sidebar-title h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 2px;
  width: 45px;
  background-color: #1c1c1c;
}
.sidebar-list {
  margin-top: 40px;
}
.sidebar-list li {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dedede;
}
.sidebar-list li a {
  display: flex;
  flex-direction: row;
  align-items: left;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-clamp: 1.3;
  overflow: hidden;
}
.sidebar-list li a:hover {
  color: #0a599d;
}
.sidebar-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 1367px) {
  .section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 40px 0;
  }

  .smooth-scroll {
    bottom: 30px;
  }
  .smooth-scroll .scroll-down,
.smooth-scroll .scroll-up {
    font-size: 16px;
  }
  .smooth-scroll .scroll-down i + i,
.smooth-scroll .scroll-up i + i {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }

  .smooth-scroll .scroll-down,
.smooth-scroll .scroll-up {
    font-size: 13px;
  }
}
.tap-modal {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  border: none;
  background-color: transparent;
  display: none;
}
@media screen and (max-width: 767px) {
  .tap-modal {
    display: block;
  }
}
.tap-modal i {
  transform: rotate(90deg);
  font-size: 20px;
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  background-color: #e15a05;
  text-align: center;
}

.mobile-tap-modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  padding-bottom: 40px;
}
.mobile-tap-modal .modal-header {
  background-color: #e15a05;
}
.mobile-tap-modal .modal-header .modal-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.mobile-tap-modal .modal-header .close {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
}
.mobile-tap-modal .modal-body {
  padding: 7px 15px;
}
.mobile-tap-modal .modal-body li {
  margin: 5px 0;
  color: #1c1c1c;
  font-size: 16px;
}
.mobile-tap-modal .modal-body li a {
  color: #1c1c1c;
}
.mobile-tap-modal .modal-footer {
  padding: 7px 15px;
}
.mobile-tap-modal .modal-footer button {
  background-color: #e15a05;
  color: #fff;
  padding: 5px 12px;
  font-size: 14px;
}

.facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}
.facebook:hover i {
  color: #3b5998;
}

.twitter {
  background-color: #55acee;
  border: 1px solid #55acee;
}
.twitter:hover i {
  color: #55acee;
}

.google-plus {
  background-color: #d34836;
  border: 1px solid #d34836;
}
.google-plus:hover i {
  color: #d34836;
}

.linkedin:hover i {
  color: #0077b5;
}

.skype:hover i {
  color: #0078ca;
}

.youtube:hover i {
  color: #cc181e;
}

.instagram:hover i {
  color: #125688;
}

.breadcrumb-wrapper {
  background: url(../images/breadcrumb.jpg) no-repeat center bottom;
  background-attachment: fixed;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb {
  background-color: transparent;
  margin: 40px 0;
  display: inline-block;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.breadcrumb-wrapper .breadcrumb h4 {
  font-size: 22px;
  color: #e15a05;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: capitalize;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: inline;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease-in;
  display: inline;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #e15a05;
  transform: scale(0);
  transform-origin: left;
  transition: 0.3s ease-in-out;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover::before {
  transform: scale(1);
  transform-origin: right;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "fontAwesome";
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }

  .breadcrumb-wrapper .breadcrumb h4 {
    font-size: 22px;
    padding-bottom: 8px;
  }
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }

  .breadcrumb-wrapper .breadcrumb h4 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 13px;
  }
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb-wrapper .breadcrumb h4 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 13px;
  }
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    font-size: 14px;
  }
}
.pagination-block {
  margin-top: 30px;
}
.pagination-block .pagination {
  justify-content: center;
}
.pagination-block .pagination .page-item .page-link {
  color: #1c1c1c;
}
.pagination-block .pagination .page-item .page-link i {
  margin: 0 5px;
  font-size: 11px;
}
.pagination-block .pagination .page-item.disabled .page-link {
  color: #8a8a8a;
  cursor: not-allowed;
}
.pagination-block .pagination .page-item.active .page-link {
  background-color: #0a599d;
  border-color: #0a599d;
  color: #fff;
}

.top-header {
  background-color: #c20000;
}
.top-header .wrap {
  justify-content: flex-end;
  align-items: center;
}
.top-header .wrap p {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-right: 20px;
}
.top-header .wrap .btn-request {
  font-size: 14px;
  font-weight: 700;
  color: #1c1c1c;
  background-color: #fff;
  line-height: 1;
  display: block;
  padding: 12px 20px;
  overflow: initial;
  position: relative;
}
.top-header .wrap .btn-request span {
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}
.top-header .wrap .btn-request:hover {
  color: #c20000;
}

header {
  position: relative;
}
header::before {
  position: absolute;
  content: "";
  background: url(../images/banner-line.png);
  height: 6px;
  left: 0;
  bottom: 0;
  width: 100%;
}
header .navbar {
  padding: 12px 0;
}
header .navbar.navbar-expand-lg {
  justify-content: space-between;
}
header .navbar .navbar-brand {
  padding: 8px 15px;
  background-color: #fff;
  margin-top: -50px;
}
header .navbar .navbar-brand figure img {
  max-width: 200px;
}
header .navbar-collapse {
  flex-grow: initial;
  transition: 0.4s all;
}
header .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 0 15px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1c1c1c;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  overflow: initial;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  background: #bfbfbf;
  width: 1px;
  height: 24px;
  top: 7px;
  right: -10px;
}
header .navbar-collapse .navbar-nav .nav-link.mob-display {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
header .navbar-collapse .navbar-nav .nav-item:last-child .nav-link::before {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #e15a05;
}
header .navbar-collapse .button .nav-link {
  margin: 0 0 0 10px;
  padding: 8px 18px;
  color: #fff;
  background-color: #c20000;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
}
header.fixed-header .navbar {
  padding: 0;
}
header.fixed-header .navbar .navbar-brand {
  padding: 5px;
  margin-top: 0;
  margin-bottom: 6px;
}
header.fixed-header .navbar .navbar-brand figure {
  max-width: 130px;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-link {
  padding: 3px 0;
  margin: 0 15px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-link::before {
  display: none;
}

@media screen and (max-width: 1199px) {
  header .navbar .navbar-brand figure {
    max-width: 160px;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 0 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .top-header .wrap p {
    font-size: 13px;
  }
  .top-header .wrap .btn-request {
    font-size: 12px;
  }

  header .navbar {
    padding: 10px 0;
  }
  header .navbar .navbar-brand figure {
    max-width: 140px;
  }
  header .navbar .navbar-toggler {
    margin-bottom: 7px;
    border: 1px solid #8a8a8a;
    border-radius: 4px;
  }
  header .navbar .navbar-nav {
    justify-content: center;
    text-align: center;
  }
  header .navbar .navbar-nav .nav-link::before {
    display: none;
  }
  header .navbar .button {
    text-align: center;
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-header {
    display: none;
  }

  header .navbar {
    padding: 10px 0;
  }
  header .navbar .navbar-brand {
    margin-top: 0;
  }
  header .navbar .navbar-brand figure {
    max-width: 100px;
  }
  header .navbar .navbar-brand figure img {
    max-width: 100px;
  }
  header .navbar .navbar-toggler {
    margin-bottom: 7px;
    border: 1px solid #8a8a8a;
    border-radius: 4px;
  }
  header .navbar .navbar-nav {
    justify-content: center;
    text-align: center;
  }
  header .navbar .navbar-nav .nav-link::before {
    display: none;
  }
  header .navbar .navbar-nav .nav-link.mob-display {
    display: block;
  }
  header .navbar .button {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .top-header .wrap p {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .top-header .wrap .btn-request {
    display: none;
  }

  header .navbar .navbar-brand {
    margin-top: -15px;
    padding-bottom: 0;
  }
}
.banner .slider .block {
  position: relative;
}
.banner .slider .block .image {
  position: relative;
}
.banner .slider .block .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
}
.banner .slider .block .image img {
  width: 100%;
}
.banner .slider .block .text {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  z-index: 9;
  color: #fff;
}
.banner .slider .block .text h2 {
  font-size: 46px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: 0.02em;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
}
.banner .slider .slick-arrow {
  z-index: 9;
}
.banner .slider .slick-arrow.left {
  left: 0;
}
.banner .slider .slick-arrow.right {
  right: 0;
}
.banner .slider .slick-arrow i {
  background-color: transparent;
  color: #fff;
  opacity: 0.6;
}
.banner .slider .slick-arrow i:hover {
  opacity: 1;
}
.banner .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.banner .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 9px;
  height: 15px;
  border-radius: 4px;
  background-color: #fff;
  transition: 0.4s all;
  cursor: pointer;
}
.banner .slick-dots li button {
  position: relative;
  font-size: 0;
  border: none;
  opacity: 0.8;
  box-shadow: none;
  text-shadow: none;
  background-color: #fff;
  height: 50px;
  width: 3px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner .slick-dots li button:hover, .banner .slick-dots li button:focus {
  outline: none;
  opacity: 1;
}
.banner .slick-dots li.slick-active {
  background-color: #e15a05;
  height: 20px;
}
.banner .slick-dots li.slick-active button {
  color: #fff;
  opacity: 0.75;
}
.banner .weserve {
  background: url(../images/serve-bg.png) no-repeat;
  min-height: 148px;
  max-width: 740px;
  margin: -85px auto 0;
  position: relative;
}
.banner .weserve ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
}
.banner .weserve ul li {
  flex: 0 0 33.33%;
  text-align: center;
  padding: 0 10px;
}
.banner .weserve ul li img {
  max-width: 60px;
}
.banner .weserve ul li p {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-top: 10px;
}
.banner .weserve ul li .topic {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 8px;
  color: #1c1c1c;
  font-weight: 700;
  font-family: "Gabriela", serif;
  text-transform: uppercase;
  position: relative;
}
.banner .weserve ul li .topic::before {
  position: absolute;
  content: "";
  background: url(../images/title-shape.png) no-repeat;
  width: 131px;
  height: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  width: 95px;
  height: 6px;
}
.banner .weserve ul li span {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: block;
}

@media screen and (max-width: 991px) {
  .banner .slider .block .text h2 {
    font-size: 25px;
  }
  .banner .slider .block .text .desc {
    font-size: 14px;
  }
  .banner .slider .block .text .button a {
    font-size: 13px;
  }
  .banner .weserve ul li p {
    font-size: 14px;
  }
  .banner .weserve ul li .topic {
    font-size: 20px;
  }
  .banner .weserve ul li span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider .block .text {
    bottom: 0;
  }
  .banner .slider .slick-arrow {
    display: none !important;
  }
  .banner .slick-dots {
    display: none !important;
  }
  .banner .weserve {
    margin-top: 0;
    background: #fff;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .block .text h2 {
    font-size: 18px;
  }
  .banner .slider .block .text .desc {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .banner .weserve ul {
    flex-direction: column;
  }
  .banner .weserve ul li {
    padding: 10px 0;
  }
}
.section-about {
  background: url(../images/bg.jpg);
}
.section-about .about-block {
  display: flex;
  flex-direction: row-reverse;
}
.section-about .about-block .text {
  flex: 0 0 55%;
  position: relative;
}
.section-about .about-block .text::before {
  content: "";
  position: absolute;
  left: calc(100% - 100px);
  bottom: 20px;
  opacity: 0.7;
  background: url(../images/excavation.png) no-repeat;
  background-size: contain;
  height: 300px;
  width: 100%;
  z-index: -1;
}
.section-about .about-block .text h1 {
  font-size: 35px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
}
.section-about .about-block .text p {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
}
.section-about .about-block .text .suburbs {
  margin-top: 25px;
}
.section-about .about-block .text .suburbs h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  line-height: 1.3;
}
.section-about .about-block .text .suburbs .btnyellow {
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  margin: 15px 10px 0 0px;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  min-height: 44px;
  background-color: transparent;
  white-space: nowrap;
}
.section-about .about-block .text .suburbs .btnyellow img {
  margin-right: 6px;
  width: 15px;
}
.section-about .about-block .text .suburbs ul {
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section-about .about-block .text .suburbs ul li {
  flex: 0 0 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding-left: 25px;
  position: relative;
}
.section-about .about-block .text .suburbs ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-radius: 100%;
}
.section-about .about-block .text .about-btn {
  display: inline-block;
  margin-top: 40px;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 28px;
}
.section-about .about-block .text .about-btn:hover {
  background-color: #fa741f;
}
.section-about .about-block .form {
  margin-right: 80px;
  flex: 0 0 40%;
  background: #ededed;
  padding: 0 35px 50px 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section-about .about-block .form::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 60px;
  background: url(../images/quote.png) no-repeat;
  background-size: contain;
  height: 50px;
  width: 100%;
}
.section-about .about-block .form h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
  position: relative;
  padding-top: 30px;
  margin-bottom: 60px;
}
.section-about .about-block .form h2::after {
  content: "";
  width: 200%;
  height: 163px;
  background: #fcb814;
  position: absolute;
  top: -90px;
  left: -75px;
  z-index: -2;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.section-about .about-block .form h2::before {
  background: url(../images/title-shape2.png) no-repeat;
}
.section-about .about-block .form .form-control {
  font-size: 16px;
  line-height: 30px;
  color: #1c1c1c;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.section-about .about-block .form .form-control::-webkit-input-placeholder {
  color: #8a8a8a;
}
.section-about .about-block .form .form-control:-moz-placeholder {
  color: #8a8a8a;
}
.section-about .about-block .form .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.section-about .about-block .form .form-control:-ms-input-placeholder {
  color: #8a8a8a;
}
.section-about .about-block .form textarea {
  resize: none;
  min-height: 100px;
}
.section-about .about-block .form .btn-submit {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 10px;
  display: block;
  background-color: #fcb814;
  color: #fff;
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .section-about .about-block {
    align-items: center;
  }
  .section-about .about-block .form::before {
    left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .section-about .about-block .text {
    flex: 0 0 55%;
  }
  .section-about .about-block .text::before {
    height: 300px;
  }
  .section-about .about-block .text h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .section-about .about-block .text p {
    font-size: 16px;
  }
  .section-about .about-block .text .about-btn {
    margin-top: 25px;
    font-size: 13px;
  }
  .section-about .about-block .form {
    margin-right: 80px;
  }
  .section-about .about-block .form::before {
    height: 30px;
  }
  .section-about .about-block .form h2 {
    font-size: 18px;
  }
  .section-about .about-block .form .btn-submit {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-about .about-block {
    flex-direction: column-reverse;
  }
  .section-about .about-block .text {
    flex: 0 0 100%;
    text-align: center;
  }
  .section-about .about-block .text::before {
    height: 300px;
  }
  .section-about .about-block .text h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .section-about .about-block .text p {
    font-size: 16px;
  }
  .section-about .about-block .text .about-btn {
    margin-top: 15px;
    font-size: 13px;
  }
  .section-about .about-block .form {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .section-about .about-block .form h2 {
    font-size: 16px;
  }
  .section-about .about-block .form .btn-submit {
    font-size: 14px;
  }
}
.service-block .block {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #dedede;
  text-align: center;
  cursor: pointer;
}
.service-block .block .image {
  margin: -20px;
  margin-bottom: 0;
}
.service-block .block .block-title h2 {
  line-height: 1.3;
}
.service-block .block .desc {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #8a8a8a;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.service-block .block .readmore {
  margin: 20px 0;
  border: 1px solid #dedede;
  color: #000;
  font-size: 16px;
  display: inline-block;
  padding: 8px 20px;
}
.service-block .block .readmore i {
  font-size: 12px;
  margin-left: 8px;
}
.service-block .block .readmore:hover i {
  margin-left: 12px;
}
.service-block .block:hover {
  background-color: #ffd21f;
}
.service-block .block:hover .desc {
  color: #000;
  border-color: #fff;
}
.service-block .block:hover .readmore {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .service-block .block .block-title h2 {
    font-size: 14px;
  }
  .service-block .block .desc {
    font-size: 13px;
  }
  .service-block .block .readmore {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .service-block .block .block-title h2 {
    font-size: 16px;
  }
  .service-block .block .desc {
    font-size: 14px;
  }
}
.homechoose {
  background: url(../images/home-choose-bg.jpg) no-repeat center;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.homechoose .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.homechoose .choosetxt {
  flex: 0 0 50%;
}
.homechoose .choosetxt .desc {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  line-height: 1.4;
  padding-top: 20px;
  border-top: 2px double #333;
}
.homechoose .choosetxt .btnyellow,
.homechoose .choosetxt .btnwhite {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #000;
  padding: 12px 26px;
  margin: 25px 10px 0 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  min-height: 44px;
  background-color: #ffd21f;
  white-space: nowrap;
}
.homechoose .choosetxt .btnyellow img,
.homechoose .choosetxt .btnwhite img {
  margin-right: 6px;
  max-width: 20px;
}
.homechoose .choosetxt .btnyellow.btnwhite,
.homechoose .choosetxt .btnwhite.btnwhite {
  background-color: #fff;
}
.homechoose .chooselist {
  flex: 0 0 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.homechoose .chooselist li {
  flex: 0 0 33%;
  padding: 20px;
}
.homechoose .chooselist li img {
  max-width: 40px;
}
.homechoose .chooselist p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .homechoose .chooselist li {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .homechoose .wrapper {
    flex-wrap: wrap;
  }
  .homechoose .choosetxt {
    flex: 0 0 100%;
  }
  .homechoose .chooselist {
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
.gallery .image a {
  display: block;
  position: relative;
}
.gallery .image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  z-index: 1;
  transition: 0.4s all;
}
.gallery .image a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.gallery .image a .wrap img {
  width: 0;
}
.gallery .image a:hover {
  cursor: pointer;
}
.gallery .image a:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.gallery .image a:hover .wrap {
  display: block;
  opacity: 1;
}
.gallery .image a:hover .wrap img {
  width: 80px;
}
.gallery .image.inner {
  margin-bottom: 12px;
}
.gallery .slick-arrow {
  z-index: 9;
  margin-top: 60px;
}
.gallery .slick-arrow.left {
  left: auto;
  right: -180px;
}
.gallery .slick-arrow.right {
  left: auto;
  right: -225px;
}
.gallery .slick-arrow i {
  background-color: transparent;
  color: #fff;
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .gallery .image {
    margin: 0 -12px;
  }
  .gallery .image a:hover .wrap img {
    width: 35px;
  }
  .gallery .image.inner {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 576px) {
  .gallery .first-row .col-6 {
    order: 1;
  }
}
.testimonials-section {
  background-color: #f8f8f8;
}

.testimonials-block .inner-box {
  position: relative;
  padding: 20px;
  box-shadow: 0 1px 1px 2px #ededed;
  margin: 5px 15px;
}
.testimonials-block .inner-box .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.testimonials-block .inner-box .wrap .info .name {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #1c1c1c;
  text-transform: uppercase;
}
.testimonials-block .inner-box .wrap .info .name span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Gabriela", serif;
  text-transform: none;
}
.testimonials-block .inner-box .wrap .info .rating {
  margin-top: 5px;
}
.testimonials-block .inner-box .wrap .info .rating i {
  font-size: 12px;
  color: #ffd21f;
}
.testimonials-block .inner-box .wrap .image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.testimonials-block .inner-box .desc {
  margin-top: 20px;
}
.testimonials-block .inner-box .desc p {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.6;
}
.review {
  text-align: center;
  padding: 35px 0 20px 0;
  margin-top: 30px;
}
.review h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Gabriela", serif;
  color: #e15a05;
  margin-bottom: 30px;
}
.review ul {
  justify-content: center;
  text-align: center;
  width: 100%;
}
.review ul li {
  text-align: center;
  margin: 0 20px;
}
.review ul li a {
  text-align: center;
  margin: 0 auto;
  max-width: 150px;
}

@media screen and (max-width: 576px) {
  .review {
    margin-top: 10px;
  }
  .review ul {
    flex-wrap: wrap;
  }
  .review ul li {
    flex: 0 0 35%;
    margin-bottom: 20px;
  }
  .review ul li a {
    text-align: center;
    margin: 0 auto;
    max-width: 150px;
  }
}
footer {
  background-color: #151515;
  padding: 50px 0 35px 0;
}
footer .footer-wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
footer .footer-wrapper ul li {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  margin: 10px;
}
footer .footer-wrapper ul li a {
  color: #fff;
}
footer .footer-wrapper ul.informations {
  flex-direction: column;
}
footer .footer-wrapper ul.informations li {
  margin: 5px;
}

.footer-bottom {
  background-color: #1c1c1c;
  padding: 8px 0;
}
.footer-bottom .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer-bottom .block {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 10px 0;
  line-height: 1.7;
}
.footer-bottom .block a {
  display: inline;
  margin: 0 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.footer-bottom .develop {
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: row;
  line-height: 1.7;
}
.footer-bottom .develop .p-divider {
  margin: 0 15px 0 10px;
}
.footer-bottom .develop a {
  margin: 0 5px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 991px) {
  footer {
    background-color: #151515;
    padding: 50px 0 35px 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 35px 0 20px 0;
  }
  footer .footer-wrapper ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }
  footer .footer-wrapper ul li {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin: 10px 6px;
  }
  footer .footer-wrapper ul li a {
    color: #fff;
  }
  footer .footer-wrapper ul.informations {
    flex-direction: column;
  }
  footer .footer-wrapper ul.informations li {
    margin: 5px;
  }

  .footer-bottom .wrapper {
    flex-direction: column;
  }
  .footer-bottom .wrapper.w-100 ul li a {
    margin: 0 7px;
  }
  .footer-bottom .block {
    white-space: nowrap;
  }
  .footer-bottom .develop {
    text-align: center;
    flex-direction: column;
  }
  .footer-bottom .develop .text-center {
    white-space: nowrap;
  }
  .footer-bottom .develop a {
    display: block;
  }
  .footer-bottom .develop .p-divider {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-wrapper ul li .nav-link {
    padding: 0.5rem 0.3rem;
  }
}
.aboutus {
  padding: 60px 0;
  background-color: #f8f8f8;
}
.aboutus .section-wrappers {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
.aboutus .section-wrappers .image {
  flex: 0 0 50%;
}
.aboutus .section-wrappers .block {
  padding-right: 20px;
}
.aboutus .section-wrappers .block h2 {
  font-size: 32px;
  color: #000;
  font-weight: 900;
  word-spacing: 0.2em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.aboutus .section-wrappers .block h2::before {
  content: "";
  position: absolute;
  background: url(../images/title-shape.png) no-repeat;
  width: 131px;
  height: 8px;
  bottom: 0;
  left: 0;
}
.aboutus .section-wrappers .block .detail p {
  font-size: 14px;
}
.aboutus .block-section {
  margin: 60px 0;
}
.aboutus .block-section .title h2 {
  font-size: 32px;
  color: #000;
  font-weight: 900;
  word-spacing: 0.2em;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}
.aboutus .block-section .title h2::before {
  content: "";
  position: absolute;
  background: url(../images/title-shape.png) no-repeat;
  width: 131px;
  height: 8px;
  bottom: 0;
  left: 0;
}
.aboutus .block-section .point-wrapper {
  display: flex;
  flex-direction: row;
}
.aboutus .block-section .point-wrapper .point {
  flex: 0 0 32%;
  margin: 0 7px;
  border: 1px solid #333;
  padding: 20px 10px;
}
.aboutus .block-section .point-wrapper .point .title {
  font-size: 15px;
  font-weight: 700;
  color: #8a8a8a;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(138, 138, 138, 0.3);
}
.aboutus .countdown {
  background-image: url("../images/gallery28.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.aboutus .countdown::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.aboutus .countdown .wrappers {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.aboutus .countdown .wrappers .block {
  width: 200px;
  text-align: center;
  border-radius: 4px;
  padding: 20px 0;
}
.aboutus .countdown .wrappers .block i {
  font-size: 32px;
  color: #e15a05;
}
.aboutus .countdown .wrappers .block h2 {
  padding: 10px 0;
  color: #fff;
  font-size: 24px;
}
.aboutus .countdown .wrappers .block p {
  color: #fff;
  font-size: 13px;
}
.aboutus .section {
  padding: 60px 0;
}
.aboutus .section .review {
  display: none;
}
.aboutus .section.testimonials-section {
  padding-bottom: 0;
}
.aboutus .section.section-about .section-wrapper .about-block .text .about-btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .aboutus {
    padding: 50px 0;
  }
  .aboutus .section-wrappers {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .aboutus .section-wrappers .image {
    text-align: center;
  }
  .aboutus .section-wrappers .block {
    padding: 0;
    text-align: center;
  }
  .aboutus .section-wrappers .block h2 {
    font-size: 28px;
    margin: 15px 0;
    padding-bottom: 10px;
  }
  .aboutus .section-wrappers .block h2::before {
    right: 0;
    margin: auto;
  }
  .aboutus .block-section {
    margin: 50px 0;
  }
  .aboutus .block-section .title h2 {
    font-size: 28px;
    margin: 15px 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .aboutus .block-section .title h2::before {
    right: 0;
    margin: auto;
  }
  .aboutus .block-section .point-wrapper .point {
    flex: 0 0 32%;
    margin: 0 4px;
  }
  .aboutus .countdown {
    padding: 50px 0;
  }
  .aboutus .countdown .wrappers .block {
    padding: 15px 0;
  }
  .aboutus .countdown .wrappers .block i {
    font-size: 26px;
  }
  .aboutus .countdown .wrappers .block h2 {
    font-size: 20px;
  }
  .aboutus .section {
    padding: 50px 0;
  }
  .aboutus .section .section-header h2 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .aboutus .section.section-about .section-wrapper .about-block .form {
    margin-right: 20px;
    flex: 0 0 42%;
  }
}
@media screen and (max-width: 767px) {
  .aboutus {
    padding: 40px 0;
  }
  .aboutus .section-wrappers {
    margin-bottom: 40px;
  }
  .aboutus .section-wrappers .block h2 {
    font-size: 22px;
    margin: 20px 0;
  }
  .aboutus .block-section {
    margin: 30px 0;
  }
  .aboutus .block-section .title h2 {
    font-size: 22px;
    margin: 10px 0;
  }
  .aboutus .block-section .point-wrapper {
    flex-direction: column;
  }
  .aboutus .block-section .point-wrapper .point {
    margin: 10px 0;
    text-align: center;
  }
  .aboutus .block-section .point-wrapper .point p {
    font-size: 13px;
  }
  .aboutus .countdown {
    padding: 40px 0;
  }
  .aboutus .countdown .wrappers .block {
    padding: 15px 0;
  }
  .aboutus .countdown .wrappers .block i {
    font-size: 20px;
  }
  .aboutus .countdown .wrappers .block h2 {
    font-size: 18px;
  }
  .aboutus .section {
    padding: 40px 0;
  }
  .aboutus .section .section-header {
    padding-bottom: 10px;
  }
  .aboutus .section .section-header h2 {
    font-size: 20px;
  }
  .aboutus .section.section-about .section-wrapper .about-block .text {
    text-align: center;
  }
  .aboutus .section.section-about .section-wrapper .about-block .text h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .aboutus .section.section-about .section-wrapper .about-block .text .wrap p {
    font-size: 15px;
  }
  .aboutus .section.section-about .section-wrapper .about-block .text .wrap .suburbs {
    margin-top: 20px;
  }
  .aboutus .section.section-about .section-wrapper .about-block .text .wrap .suburbs h5 {
    font-size: 18px;
  }
  .aboutus .section.section-about .section-wrapper .about-block .text .about-btn {
    margin-top: 0;
    padding: 8px 16px;
  }
  .aboutus .section.section-about .section-wrapper .about-block .form {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .aboutus {
    padding: 30px 0;
  }
  .aboutus .section-wrappers {
    margin-bottom: 30px;
  }
  .aboutus .section-wrappers .block h2 {
    margin: 10px 0;
    font-size: 20px;
  }
  .aboutus .section-wrappers .block .detail p {
    font-size: 13px;
  }
  .aboutus .block-section {
    margin: 20px 0;
  }
  .aboutus .countdown {
    padding: 30px 0;
  }
  .aboutus .countdown .wrappers {
    flex-wrap: wrap;
  }
  .aboutus .countdown .wrappers .block {
    padding: 10px 0;
  }
  .aboutus .countdown .wrappers .block i {
    font-size: 18px;
  }
  .aboutus .countdown .wrappers .block h2 {
    font-size: 16px;
  }
  .aboutus .section {
    padding: 30px 0;
  }
  .aboutus .section .section-header h2 {
    font-size: 18px;
  }
  .aboutus .section.section-about .about-block .form {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .aboutus {
    padding: 20px 0;
  }
  .aboutus .section-wrappers {
    margin-bottom: 20px;
  }
  .aboutus .countdown {
    padding: 20px 0;
  }
  .aboutus .section {
    padding: 20px 0;
  }
}
.service .services-section {
  padding: 60px 0;
}
.service .services-section .section-wrapper .service-block .block-row {
  display: flex;
  flex-direction: row;
}
.service .services-section .section-wrapper .service-block .block-row .image {
  flex: 0 0 35%;
  margin: 0;
}
.service .services-section .section-wrapper .service-block .block-row .block-title {
  text-align: left;
  margin: 0 0 0 20px;
}
.service .services-section .section-wrapper .service-block .block-row .block-title h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.service .services-section .section-wrapper .service-block .block-row .block-title h2::before {
  margin: 0;
}
.service .services-section .section-wrapper .service-block .block-row .block-title .desc {
  border-bottom: none;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.7;
}
.service .services-section .section-wrapper .service-block .block-row.block-rev {
  flex-direction: row-reverse;
}
.service .services-section .section-wrapper .service-block .block-row.block-rev .block-title {
  text-align: left;
  margin: 0 20px 0 0;
}
.service .services-section .section-wrapper .service-block .block-row:hover {
  background-color: transparent;
  cursor: auto;
}
.service .services-section .section-wrapper .service-block .block-row:hover .block-title .desc {
  color: #8a8a8a;
}

@media screen and (max-width: 1199px) {
  .service .services-section .section-wrapper .service-block .block-row {
    align-items: center;
  }
  .service .services-section .section-wrapper .service-block .block-row .image {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 992px) {
  .service .services-section {
    padding: 50px 0;
  }
  .service .services-section .section-wrapper .service-block .block-row .block-title h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .service .services-section {
    padding: 40px 0;
  }
  .service .services-section .section-header {
    padding-bottom: 20px;
  }
  .service .services-section .section-header h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .service .services-section .section-header h2::before {
    width: 100px;
  }
  .service .services-section .section-wrapper .service-block .block-row {
    flex-direction: column;
  }
  .service .services-section .section-wrapper .service-block .block-row .block-title {
    text-align: center;
    margin: 0 0 0 0;
  }
  .service .services-section .section-wrapper .service-block .block-row .block-title h2 {
    font-size: 18px;
    margin: 16px 0;
  }
  .service .services-section .section-wrapper .service-block .block-row .block-title h2::before {
    margin: auto;
    width: 100px;
  }
  .service .services-section .section-wrapper .service-block .block-row .block-title .desc {
    padding-bottom: 0;
  }
  .service .services-section .section-wrapper .service-block .block-row.block-rev {
    flex-direction: column;
  }
  .service .services-section .section-wrapper .service-block .block-row.block-rev .block-title {
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .service .services-section {
    padding: 30px 0;
  }
  .service .services-section .section-header h2 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .service .services-section .section-header h2::before {
    width: 100px;
  }
  .service .services-section .section-wrapper .service-block .block-row {
    padding: 10px;
  }
  .service .services-section .section-wrapper .service-block .block-row .block-title h2 {
    font-size: 16px;
    margin: 10px 0;
  }
  .service .services-section .section-wrapper .service-block .block-row .block-title h2::before {
    margin: auto;
    width: 80px;
  }
  .service .services-section .section-wrapper .service-block .block-row .block-title .desc {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .service .services-section {
    padding: 20px 0;
  }
}
.gallery-section {
  padding: 60px 0;
}
.gallery-section .gallery-wrapp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery-section .gallery-wrapp .resize {
  flex: 0 0 32%;
  margin: 5px;
}

@media screen and (max-width: 992px) {
  .gallery-section {
    padding: 50px 0;
  }
  .gallery-section .section-header h2 {
    font-size: 26px;
    margin: 0;
    padding-bottom: 10px;
  }
  .gallery-section .gallery-wrapp .resize {
    flex: 0 0 32%;
    margin: 4px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-section {
    padding: 40px 0;
  }
  .gallery-section .section-header h2 {
    font-size: 20px;
  }
  .gallery-section .gallery-wrapp .resize {
    flex: 0 0 31.5%;
    margin: 4px;
  }
}
@media screen and (max-width: 576px) {
  .gallery-section {
    padding: 30px 0;
  }
  .gallery-section .section-header h2 {
    font-size: 18px;
  }
  .gallery-section .gallery-wrapp .resize {
    flex: 0 0 48%;
    margin: 3px;
  }
}
@media screen and (max-width: 480px) {
  .gallery-section {
    padding: 20px 0;
  }
  .gallery-section .section-header {
    padding-bottom: 20px;
  }
  .gallery-section .gallery-wrapp .resize {
    flex: 0 0 47%;
    margin: 3px;
  }
}
.contact {
  margin: 60px 0;
}
.contact .contact-wrapper .row .formblock .title h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  display: inline-block;
  position: relative;
}
.contact .contact-wrapper .row .formblock .title h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 3px;
  background-color: #e15a05;
}
.contact .contact-wrapper .row .formblock .title p {
  padding: 10px 0;
  line-height: 1.5;
  height: 62px;
}
.contact .contact-wrapper .row .formblock .form-inline .input-group {
  width: 100%;
  margin-bottom: 20px;
}
.contact .contact-wrapper .row .formblock .form-inline .input-group .input-group-text {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.contact .contact-wrapper .row .formblock .form-inline .input-group .input-group-text i {
  width: 14px;
}
.contact .contact-wrapper .row .formblock .form-inline .input-group input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.contact .contact-wrapper .row .formblock .form-inline .input-group textarea {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  resize: none;
}
.contact .contact-wrapper .row .formblock .form-inline .input-group.textarea .input-group-text {
  align-items: flex-start;
  padding-top: 10px;
}
.contact .contact-wrapper .row .formblock .form-inline button {
  border-radius: 4px;
  transition: 0.4s ease-in-out;
}
.contact .contact-wrapper .row .wrap {
  display: flex;
  flex-direction: row;
  position: relative;
}
.contact .contact-wrapper .row .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #a1a1a1;
  opacity: 0.3;
}
.contact .contact-wrapper .row .wrap .block {
  text-align: center;
  transition: 0.4s ease-in-out;
  padding: 10px 0;
  border: 1px solid rgba(225, 90, 5, 0.4);
  margin-bottom: 20px;
  margin-right: 10px;
}
.contact .contact-wrapper .row .wrap .block .con-link {
  display: contents;
}
.contact .contact-wrapper .row .wrap .block i {
  border-radius: 100%;
  background-color: #e15a05;
  color: #fff;
  font-size: 28px;
  height: 60px;
  width: 60px;
  line-height: 55px;
  position: relative;
  top: 10px;
  transition: 0.4s ease;
}
.contact .contact-wrapper .row .wrap .block h5 {
  font-size: 18px;
  color: #000;
  margin-top: 5px;
  position: relative;
  top: 10px;
  transition: 0.4s ease;
}
.contact .contact-wrapper .row .wrap .block p {
  opacity: 0;
  font-size: 16px;
  color: #000;
  position: relative;
  top: 10px;
  transition: 0.4s ease;
}
.contact .contact-wrapper .row .wrap .block:hover {
  background-color: #e15a05;
}
.contact .contact-wrapper .row .wrap .block:hover i {
  color: #e15a05;
  background-color: #fff;
  top: 0;
}
.contact .contact-wrapper .row .wrap .block:hover h5 {
  color: #fff;
  top: 0;
}
.contact .contact-wrapper .row .wrap .block:hover p {
  opacity: 1;
  color: #fff;
  top: 0;
}

.direction iframe {
  width: 100%;
  height: 400px;
  display: block;
}

@media screen and (max-width: 992px) {
  .contact {
    margin: 50px 0;
  }
  .contact .contact-wrapper .row .formblock .title h4 {
    font-size: 20px;
  }
  .contact .contact-wrapper .row .formblock .title p {
    padding: 10px 0;
    height: 83px;
  }
  .contact .contact-wrapper .row .wrap::before {
    right: -12px;
  }
  .contact .contact-wrapper .row .wrap .block {
    padding: 25px 0;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .contact .contact-wrapper .row .wrap .block i {
    font-size: 22px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .contact .contact-wrapper .row .wrap .block h5 {
    font-size: 16px;
  }
  .contact .contact-wrapper .row .wrap .block p {
    font-size: 13px;
  }

  .direction iframe {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    margin: 40px 0;
  }
  .contact .contact-wrapper .row .formblock {
    text-align: center;
  }
  .contact .contact-wrapper .row .formblock .title h4 {
    font-size: 18px;
  }
  .contact .contact-wrapper .row .formblock .title h4::after {
    width: 100%;
  }
  .contact .contact-wrapper .row .formblock .title p {
    padding: 10px 0;
    height: auto;
  }
  .contact .contact-wrapper .row .form-inline {
    justify-content: center;
  }
  .contact .contact-wrapper .row .wrap {
    margin-bottom: 10px;
  }
  .contact .contact-wrapper .row .wrap::before {
    display: none;
  }
  .contact .contact-wrapper .row .wrap .block {
    padding: 10px 0;
    margin: 0 20px 10px 20px;
  }
  .contact .contact-wrapper .row .wrap .block i {
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .contact .contact-wrapper .row .wrap .block h5 {
    font-size: 15px;
  }

  .direction iframe {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .contact {
    margin: 30px 0;
  }
  .contact .contact-wrapper .row .formblock .title p {
    font-size: 13px;
  }
  .contact .contact-wrapper .row .wrap {
    margin-bottom: 10px;
  }
  .contact .contact-wrapper .row .wrap .block {
    padding: 10px 0;
    margin: 0 auto 5px auto;
    max-width: 100%;
  }
  .contact .contact-wrapper .row .form-inline .input-group input {
    font-size: 14px;
  }
  .contact .contact-wrapper .row .form-inline .input-group textarea {
    font-size: 14px;
  }
  .contact .contact-wrapper .row .form-inline button {
    font-size: 13px;
  }

  .direction iframe {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .contact {
    margin: 20px 0;
  }
}
.quote {
  padding: 80px 0;
  background: url("../images/bgimg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.quote .form {
  background: #ededed;
  padding: 0 35px 50px 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  max-width: 500px;
}
.quote .form::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 60px;
  background: url(../images/quote.png) no-repeat;
  background-size: contain;
  height: 50px;
  width: 100%;
}
.quote .form h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
  position: relative;
  padding-top: 30px;
  margin-bottom: 60px;
}
.quote .form h2::after {
  content: "";
  width: 200%;
  height: 163px;
  background: #fcb814;
  position: absolute;
  top: -90px;
  left: -75px;
  z-index: -2;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.quote .form h2::before {
  background: url(../images/title-shape2.png) no-repeat;
}
.quote .form .form-control {
  font-size: 16px;
  line-height: 30px;
  color: #1c1c1c;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.quote .form .form-control::-webkit-input-placeholder {
  color: #8a8a8a;
}
.quote .form .form-control:-moz-placeholder {
  color: #8a8a8a;
}
.quote .form .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.quote .form .form-control:-ms-input-placeholder {
  color: #8a8a8a;
}
.quote .form textarea {
  resize: none;
  min-height: 100px;
}
.quote .form .btn-submit {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 10px;
  display: block;
  background-color: #fcb814;
  color: #fff;
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .quote {
    padding: 20px 0;
  }
  .quote .form {
    padding-bottom: 35px;
  }
  .quote .form::before {
    top: 30px;
    left: 20px;
    height: 40px;
    width: 100%;
  }
  .quote .form h2 {
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 60px;
  }
  .quote .form .btn-submit {
    font-size: 14px;
    padding: 10px;
    display: block;
    background-color: #fcb814;
    color: #fff;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .quote {
    padding: 20px 0;
  }
  .quote .form {
    padding: 0 10px 16px 10px;
  }
  .quote .form::before {
    top: 34px;
    left: 20px;
    height: 35px;
    width: 100%;
  }
  .quote .form h2 {
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 60px;
  }
  .quote .form .btn-submit {
    font-size: 13px;
    padding: 8px;
    margin-top: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
