@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");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat", 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-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 #1cb5e0;
  background-color: #1cb5e0;
  letter-spacing: 0.03em;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  color: #1cb5e0;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 20px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #1cb5e0;
  color: #1cb5e0;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #1cb5e0;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #1cb5e0;
  color: #fff;
  border-color: #1cb5e0;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #1cb5e0;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #0a599d;
  color: #fff;
  border-color: #0a599d;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #0a599d;
  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;
  }
}
/* -- 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(28, 181, 224, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #1690b3;
  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;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

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

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.02);
}

.navbar-brand:hover img {
  transform: scale(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(28, 181, 224, 0.7);
  border-radius: 100%;
}

.socials li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  text-align: center;
  margin: 0 0.3em;
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.socials li a i {
  font-size: 12px;
}
.socials li a:hover {
  border-color: white;
}
.socials li a:hover i {
  color: #0a599d;
}
@media screen and (max-width: 992px) {
  .socials {
    display: flex;
    flex-direction: row;
  }
  .socials li a {
    border-color: rgba(28, 181, 224, 0.7);
  }
}

.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 {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #1cb5e0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 42px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  background-color: #fff;
  color: #8a8a8a;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header .wrapper {
  width: auto;
  display: inline-block;
  padding: 0;
  overflow: hidden;
}
.section-header p {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: normal;
  margin: 0 15px;
  padding: 0 10px;
}
.section-header p::before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 1px;
  background-color: #1cb5e0;
  right: 100%;
  bottom: 0;
  margin: auto;
  top: 12px;
}
.section-header p::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 1px;
  background-color: #1cb5e0;
  margin: auto;
  bottom: 0;
  top: 12px;
  left: 100%;
  right: auto;
}
.section-header img {
  max-width: 27px;
}
.section-header h2 {
  padding: 25px 40px 15px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
  display: block;
  border-left: 1px solid;
  border-right: 1px solid;
  text-transform: uppercase;
  border-color: #1cb5e0;
  color: #464e51;
  margin: -7px 0 -12px;
}
.section-header h3 {
  font-weight: 500;
  position: relative;
  padding: 0 10px;
  display: inline-block;
  font-size: 16px;
  margin: 0 15px;
  color: #1cb5e0;
}
.section-header h3::before, .section-header h3::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 1px;
  background-color: #1cb5e0;
  right: 100%;
  top: 3px;
  bottom: 0;
  margin: auto;
}
.section-header h3::after {
  left: 100%;
  right: auto;
}

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

  .section-header {
    margin-bottom: 30px;
  }
  .section-header h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }

  .section-header h2 {
    font-size: 30px;
  }
  .section-header h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }

  .section-header h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .section-header h2 {
    font-size: 20px;
  }
  .section-header h3 {
    font-size: 14px;
  }
}
header {
  z-index: 9999;
  transition: 0.4s all;
}
header .top-bar {
  transition: 0.4s all;
  background-color: #fff;
}
header .top-bar .wrapper {
  flex-direction: space-between;
  align-items: center;
}
header .top-bar .wrapper .logo img {
  max-width: 170px;
  padding: 10px 0;
}
header .top-bar .wrapper .item-wrap {
  padding-left: 200px;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 calc(100% - 200px);
}
header .top-bar .wrapper .item-wrap .item {
  justify-content: flex-start;
  align-items: center;
}
header .top-bar .wrapper .item-wrap .item .icon i {
  font-size: 16px;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #1cb5e0;
  margin-right: 10px;
  text-align: center;
}
header .top-bar .wrapper .item-wrap .item .text h3 {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #1c1c1c;
}
header .top-bar .wrapper .item-wrap .item .text h6 {
  margin-top: 5px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #8a8a8a;
  transition: 0.4s all;
}
header .top-bar .wrapper .item-wrap .item:hover .text h6 {
  color: #e9ae0c;
}
header .navbar {
  z-index: 999;
  transition: 0.4s all;
  background-color: #1cb5e0;
}
header .navbar .navbar-brand {
  display: none;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar-collapse {
  justify-content: space-between;
}
header .navbar-collapse .navbar-nav {
  align-items: center;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 7px 20px;
  padding: 0 20px 0 10px;
  color: #fff;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-link::before {
  content: "";
  border-style: solid;
  pointer-events: none;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  bottom: auto;
  height: 9px !important;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 9px !important;
}
header .navbar-collapse .navbar-nav .nav-link::after {
  background: #1cb5e0;
  bottom: auto;
  content: "";
  display: block;
  font-size: 14px;
  font-weight: lighter;
  height: 1px;
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-35deg);
  -moz-transform: translateY(-50%) rotate(-35deg);
  -ms-transform: translateY(-50%) rotate(-35deg);
  -webkit-transform: translateY(-50%) rotate(-35deg);
  width: 9px;
}
header .navbar-collapse .navbar-nav .nav-link.contact::before, header .navbar-collapse .navbar-nav .nav-link.contact::after {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-link.button {
  border: 1px solid #fff;
  padding: 7px 22px;
  color: #fff;
  font-size: 13px;
  margin-right: 0;
}
header .navbar-collapse .navbar-nav .nav-link.button::before, header .navbar-collapse .navbar-nav .nav-link.button::after {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-link.button:hover {
  background-color: #fff;
  color: #000;
}
header .navbar-collapse .navbar-nav .nav-link:hover {
  color: #0a599d;
}
header .navbar-collapse .navbar-nav .nav-link:hover::before {
  background: #0a599d;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1cb5e0;
}
header.fixed-header .top-bar {
  display: none;
}
header.fixed-header .navbar {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  header .top-bar .wrapper .item-wrap {
    padding-left: 100px;
  }
}
@media screen and (max-width: 992px) {
  header .top-bar {
    padding: 5px 0;
  }
  header .top-bar .wrapper .logo {
    display: none;
  }
  header .top-bar .wrapper .item-wrap {
    padding-left: 0;
    flex: 0 0 100%;
  }
  header .top-bar .wrapper .item-wrap .item .icon i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  header .top-bar .wrapper .item-wrap .item .text h3 {
    font-size: 13px;
  }
  header .top-bar .wrapper .item-wrap .item .text h6 {
    font-size: 12px;
    margin-top: 0;
  }
  header .navbar .navbar-brand {
    display: block;
  }
  header .navbar .navbar-brand figure {
    max-width: 110px;
  }
  header .navbar-collapse {
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 3px 0;
    padding: 5px;
    font-size: 16px;
  }
  header .navbar-collapse .navbar-nav .nav-link::before, header .navbar-collapse .navbar-nav .nav-link::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .top-bar .wrapper .item-wrap .work-time {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  header .top-bar .wrapper .item-wrap .item .icon i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  header .top-bar .wrapper .item-wrap .item .text h3 {
    font-size: 13px;
  }
  header .top-bar .wrapper .item-wrap .item .text h6 {
    font-size: 12px;
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  header .top-bar .wrapper .item-wrap .item .icon i {
    height: auto;
    width: 12px;
    line-height: 15px;
    background-color: transparent;
    margin-right: 3px;
  }
  header .top-bar .wrapper .item-wrap .item .text h3 {
    display: none;
  }
}
.banner {
  margin-top: -30px;
}
.banner .slider .block .image {
  position: relative;
  max-height: calc(100vh - 112px);
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  margin-left: -1px;
}
.banner .slider .block .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.banner .slider .block .image img {
  height: auto;
  width: 100%;
  max-width: initial;
  object-position: center;
  object-fit: cover;
}
.banner .slider .block .text {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(0, -50%);
  z-index: 9;
  width: 760px;
  padding-right: 15px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}
.banner .slider .block .text h4 {
  font-size: 22px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #1cb5e0;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.banner .slider .block .text h2 {
  font-size: 40px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
.banner .slider .block .text .desc {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
}
.banner .slider .block .text .button {
  margin-top: 25px;
  position: relative;
  border-color: #fff;
}
.banner .slider .block .text .button a {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 2px solid #fff;
  display: inline-block;
  padding: 12px 32px;
  background-color: transparent;
  color: #fff;
}
.banner .slider .block .text .button a:hover {
  background-color: #fff;
  color: #1c1c1c;
}
.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;
}

@media screen and (max-width: 991px) {
  .banner .slider .block .image {
    height: 100%;
  }
  .banner .slider .block .image img {
    height: 400px;
  }
  .banner .slider .block .text h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .banner .slider .block .text h2 {
    font-size: 16px;
  }
  .banner .slider .block .text .desc {
    font-size: 14px;
  }
  .banner .slider .block .text .button a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider .block .image {
    min-height: 400px;
  }
  .banner .slider .block .image img {
    min-height: 400px;
  }
  .banner .slider .block .text {
    width: 100%;
    position: static;
    transform: translate(0);
    text-align: center;
  }
  .banner .slider .block .text h4 {
    margin-top: 15px;
    font-size: 16px;
  }
  .banner .slider .block .text h2 {
    color: #8a8a8a;
  }
  .banner .slider .block .text .desc {
    color: #8a8a8a;
  }
  .banner .slider .block .text .button {
    margin-top: 15px;
  }
  .banner .slider .block .text .button a {
    border-color: #1cb5e0;
    color: #1cb5e0;
    font-size: 12px;
    padding: 8px 20px;
    border-width: 1px;
  }
  .banner .slider .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .block .image {
    height: 400px;
  }
  .banner .slider .block .text h4 {
    font-size: 16px;
  }
  .banner .slider .block .text h2 {
    font-size: 18px;
  }
  .banner .slider .block .text .desc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.section-process .section-header::before {
  display: none;
}
.section-process .section-header h2 span {
  color: #1cb5e0;
}

.process-block .block {
  text-align: center;
}
.process-block .block .image {
  position: relative;
}
.process-block .block .title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #1cb5e0;
  margin: 25px auto 15px auto;
}
.process-block .block .desc {
  padding: 0 45px;
  line-height: 1.5;
}

.inner-about-section .section-header {
  text-align: left;
}
.inner-about-section .wrapper {
  flex-direction: row-reverse;
}
.inner-about-section .wrapper .content {
  flex: 0 0 60%;
  padding-left: 45px;
}
.inner-about-section .wrapper .content .section-header {
  padding-top: 0;
}
.inner-about-section .wrapper .content .desc {
  margin-top: 10px;
}
.inner-about-section .wrapper .content .desc p {
  margin-bottom: 15px;
}
.inner-about-section .wrapper .content .desc strong {
  display: block;
  margin: 10px 0;
}
.inner-about-section .wrapper .content .main-button {
  margin-top: 40px;
}
.inner-about-section .wrapper .image {
  flex: 0 0 40%;
}
.inner-about-section .wrapper .image img {
  height: auto;
}
.inner-about-section .about-ul {
  margin-top: 30px;
}
.inner-about-section .about-ul li {
  margin-bottom: 30px;
  align-self: center;
}
.inner-about-section .about-ul li .text {
  font-size: 16px;
  color: #8a8a8a;
}
.inner-about-section .about-ul li .text .title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #1cb5e0;
  line-height: 1.4;
  margin-bottom: 10px;
}
.inner-about-section .about-ul li img {
  width: 25px;
  height: 100%;
  margin-right: 20px;
}
.inner-about-section .about-ul.d-flex {
  margin-top: 45px;
  justify-content: space-between;
}
.inner-about-section .about-ul.d-flex li:last-child {
  padding-left: 30px;
}

.suburbs {
  background-color: #0a599d;
}
.suburbs .section-header h2 {
  color: #fff;
}
.suburbs ul {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.suburbs ul li {
  flex: 0 0 25%;
  color: #fff;
  padding: 7px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .inner-about-section .wrapper .content {
    flex: 0 0 50%;
    padding-left: 30px;
  }
  .inner-about-section .wrapper .content .section-header {
    margin-bottom: 15px;
  }
  .inner-about-section .wrapper .image {
    flex: 0 0 50%;
  }
  .inner-about-section .about-ul li .text {
    font-size: 15px;
  }
  .inner-about-section .about-ul li .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .inner-about-section .wrapper {
    position: relative;
    flex-direction: column;
    justify-content: center;
  }
  .inner-about-section .wrapper .content {
    text-align: center;
    flex: 0 0 100%;
  }
  .inner-about-section .wrapper .content .section-header {
    text-align: center;
  }
  .inner-about-section .wrapper .content .section-header h2 {
    font-size: 22px;
  }
  .inner-about-section .wrapper .content .section-header h2::before, .inner-about-section .wrapper .content .section-header h2::after {
    margin: 0 auto;
    top: 43px;
    left: 50%;
    transform: translateX(-50%);
  }
  .inner-about-section .wrapper .content .section-header h2::after {
    top: 40px;
  }
  .inner-about-section .wrapper .content .desc {
    text-align: center;
  }
  .inner-about-section .wrapper .image {
    margin: 0 auto;
    max-width: 200px;
  }
  .inner-about-section .about-ul {
    padding-left: 220px;
  }
  .inner-about-section .about-ul li {
    margin-bottom: 20px;
    text-align: left;
  }
  .inner-about-section .about-ul li img {
    height: 100%;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .suburbs ul li {
    flex: 0 0 50%;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .suburbs ul li {
    font-size: 13px;
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .inner-about-section {
    position: relative;
  }
  .inner-about-section .section-header h5 {
    font-size: 14px;
  }
  .inner-about-section .section-header h2 {
    font-size: 18px !important;
    line-height: 1.8;
  }
  .inner-about-section .about-ul {
    padding-left: 0;
    margin-top: 15px;
  }
  .inner-about-section .about-ul li {
    flex-direction: column;
    text-align: center;
  }
  .inner-about-section .about-ul li img {
    margin: 10px auto;
  }

  .process-block .block {
    margin-bottom: 20px;
  }
  .process-block .block .image {
    padding-bottom: 0px;
  }
  .process-block .block .image .process-img {
    max-width: 50px;
    padding: 10px;
  }
  .process-block .block .image .check {
    display: none;
  }
  .process-block .block .image .process-border {
    display: none;
  }
  .process-block .block .image img {
    max-width: 30px;
  }
  .process-block .block .title {
    font-size: 16px;
    margin: 10px auto;
  }
  .process-block .block .desc {
    padding: 0 25px;
  }
}
.section-call-to-action {
  background: url(../images/section-pattern.png) no-repeat center 100%/cover;
  background-attachment: fixed;
}
.section-call-to-action .content {
  text-align: center;
}
.section-call-to-action .content h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin: 35px 0 20px 0;
  color: #1c1c1c;
}
.section-call-to-action .content .image {
  max-width: 100px;
  margin: 0 auto;
}
.section-call-to-action .content .d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 30px;
}
.section-call-to-action .content .d-flex .divide {
  font-size: 30px;
  color: #1cb5e0;
  margin: 0 15px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.section-call-to-action .content h1 {
  font-size: 32px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #782e25;
  transition: 0.4s all;
}
.section-call-to-action .content h1:hover {
  color: #e9ae0c;
}

@media screen and (max-width: 992px) {
  .section-call-to-action .content .image {
    max-width: 90px;
  }
  .section-call-to-action .content .divide {
    font-size: 28px;
  }
  .section-call-to-action .content h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section-call-to-action .content h6 {
    margin: 15px 0 20px 0;
  }
  .section-call-to-action .content .image {
    max-width: 70px;
  }
  .section-call-to-action .content .divide {
    font-size: 25px;
  }
  .section-call-to-action .content h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .section-call-to-action .content h6 {
    font-size: 18px;
    margin: 12px 0 12px 0;
    padding: 0 10px;
  }
  .section-call-to-action .content .image {
    max-width: 50px;
  }
  .section-call-to-action .content .divide {
    font-size: 22px;
  }
  .section-call-to-action .content h1 {
    font-size: 18px;
  }
}
.section-services {
  background-color: #f8f8f8;
}
.section-services .block {
  background-color: #fff;
  box-shadow: 0px 40px 15px -39px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 30px;
  transition: 0.4s all;
}
.section-services .block .text {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 15px;
  transition: 0.4s all;
}
.section-services .block .text .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #782e25;
}
.section-services .block:hover {
  box-shadow: 0px 45px 15px -32px rgba(0, 0, 0, 0.2);
}
.section-services .main-button {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .section-services .block .text {
    padding: 10px 6px;
  }
  .section-services .block .text .title {
    font-size: 16px;
  }
  .section-services .block .text .button a {
    font-size: 12px;
    padding: 7px 12px;
  }
  .section-services .main-button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .section-services .block {
    margin-bottom: 20px;
  }
  .section-services .block::before {
    background-color: rgba(28, 28, 28, 0.8);
  }
  .section-services .block .text {
    display: block;
    padding: 10px;
  }
  .section-services .block .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .section-services .main-button {
    margin-top: 15px;
  }
}
.gallery .image {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .gallery .for-order2 {
    order: 1;
  }
  .gallery .for-order1 {
    order: 2;
  }
}
.testimonials-section {
  background: url(../images/service-bg.jpg) no-repeat center 100%/cover;
}
.testimonials-section .testimonial-block {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}
.testimonials-section .testimonial-block::after {
  content: "";
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  font-family: "fontAwesome";
  color: rgba(138, 138, 138, 0.25);
}
.testimonials-section .testimonial-block .block .desc,
.testimonials-section .testimonial-block .block p {
  font-size: 16px;
  font-family: "Gabriela", serif;
  color: #8a8a8a;
  line-height: 1.8;
}
.testimonials-section .testimonial-block .block .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.testimonials-section .testimonial-block .block .info .user-image img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.testimonials-section .testimonial-block .block .info .text {
  text-align: left;
  margin-left: 20px;
}
.testimonials-section .testimonial-block .block .info .text h2 {
  font-size: 18px;
  font-weight: 600;
  color: #1cb5e0;
}
.testimonials-section .testimonial-block .block .info .text h6 {
  font-size: 14px;
  font-family: "Gabriela", serif;
  font-weight: 400;
  color: #8a8a8a;
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .testimonials-section .testimonial-block::after {
    top: -25px;
    font-size: 25px;
  }
  .testimonials-section .testimonial-block .block .desc,
.testimonials-section .testimonial-block .block p {
    font-size: 14px;
  }
  .testimonials-section .testimonial-block .slick-arrow i {
    font-size: 30px;
  }
  .testimonials-section .testimonial-block .slick-arrow.left {
    left: -15px;
  }
  .testimonials-section .testimonial-block .slick-arrow.right {
    right: -40px;
  }
}
@media screen and (max-width: 576px) {
  .testimonials-section .testimonial-block .slick-arrow {
    display: none !important;
  }
  .testimonials-section .testimonial-block .block .info {
    margin-top: 20px;
  }
  .testimonials-section .testimonial-block .block .info .user-image img {
    height: 50px;
    width: 50px;
  }
  .testimonials-section .testimonial-block .block .info .text {
    margin-left: 15px;
  }
  .testimonials-section .testimonial-block .block .info .text h2 {
    font-size: 16px;
  }
  .testimonials-section .testimonial-block .block .info .text h6 {
    font-size: 13px;
  }
}
.section-quote .main-image {
  height: 500px;
  background: url(../images/quote.jpg) no-repeat center 100%/cover;
  position: relative;
}
.section-quote .main-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.section-quote .main-image .text {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  color: #fff;
  text-align: center;
}
.section-quote .main-image .text h6,
.section-quote .main-image .text h3 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-quote .main-image .text h3 {
  font-size: 40px;
}
.section-quote .wrapper .block-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 990px;
  margin: 0 auto;
  margin-top: -150px;
  background-color: #fff;
  position: relative;
}
.section-quote .wrapper .block-wrapper .block {
  flex: 0 0 50%;
}
.section-quote .wrapper .block-wrapper .block .quote-wrap {
  padding: 40px;
}
.section-quote .wrapper .block-wrapper .block .quote-wrap .header {
  border-left: 4px solid #1cb5e0;
  padding-left: 20px;
}
.section-quote .wrapper .block-wrapper .block .quote-wrap .header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 20px;
}
.section-quote .wrapper .block-wrapper .block .quote-wrap .header h6 {
  font-size: 18px;
  font-weight: 600;
  color: #8a8a8a;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.section-quote .wrapper .block-wrapper .block .quote-wrap .form .form-control {
  font-size: 13px;
  color: #8a8a8a;
  line-height: 1.2;
  background-color: #f8f8f8;
  height: 38px;
}
.section-quote .wrapper .block-wrapper .block .quote-wrap .form textarea {
  resize: none;
  min-height: 100px;
}
.section-quote .wrapper .block-wrapper .block .quote-man {
  max-width: 400px;
  margin-left: calc(100% - 400px);
}
.section-quote .wrapper .block-wrapper .block .quote-man:hover img {
  transform: scale(1.02);
}

@media screen and (max-width: 991px) {
  .section-quote .main-image {
    height: 400px;
  }
  .section-quote .main-image .text {
    top: 100px;
  }
  .section-quote .main-image .text h6,
.section-quote .main-image .text h3 {
    font-size: 16px;
  }
  .section-quote .main-image .text h3 {
    font-size: 24px;
  }
  .section-quote .wrapper .block-wrapper .block {
    flex: 0 0 50%;
  }
  .section-quote .wrapper .block-wrapper .block .quote-wrap {
    padding: 20px;
  }
  .section-quote .wrapper .block-wrapper .block .quote-wrap .form .form-control {
    height: 34px;
  }
  .section-quote .wrapper .block-wrapper .block .quote-man {
    max-width: 350px;
    margin-left: calc(100% - 350px);
  }
}
@media screen and (max-width: 768px) {
  .section-quote .main-image {
    height: 300px;
  }
  .section-quote .main-image .text {
    top: 80px;
  }
  .section-quote .wrapper .block-wrapper {
    max-width: 450px;
    margin-top: -100px;
  }
  .section-quote .wrapper .block-wrapper .block {
    flex: 0 0 100%;
  }
  .section-quote .wrapper .block-wrapper .block .quote-man {
    display: none;
  }
}
.breadcrumb-wrapper {
  background-image: url("../images/bread.jpg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
  text-align: left;
  position: relative;
}
.breadcrumb-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}
.breadcrumb-wrapper h2 {
  position: relative;
  font-size: 25px;
  font-weight: 600;
  color: #1cb5e0;
  text-transform: uppercase;
}
.breadcrumb-wrapper .breadcrumb {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
  background: transparent;
  padding-left: 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  background-color: #1cb5e0;
  color: #fff;
  padding: 10px 10px;
  font-weight: 500;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 500;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active:before {
  content: "/";
  color: white;
}

.about {
  margin: 60px 0;
}
.about h1 {
  font-size: 36px;
  color: #1c1c1c;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.about .about-desc p {
  font-family: "Lato", sans-serif;
  max-width: 500px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 10px;
  }
  .about h1 {
    margin-bottom: 20px;
  }
  .about .about-desc {
    margin: 10px 0;
  }
}
.services-section {
  background-color: #f8f8f8;
  margin: 60px 0;
}
.services-section .block {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  transition: 0.4s all;
  flex-wrap: wrap;
}
.services-section .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(28, 28, 28, 0);
  transition: 0.4s all;
}
.services-section .block.rev-block {
  flex-direction: row-reverse;
}
.services-section .block .content {
  flex: 0 0 calc(100% / 2 - 20px);
  margin-right: 20px;
}
.services-section .block .content .text {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 10px;
  transition: 0.4s all;
}
.services-section .block .content .text .title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #782e25;
}
.services-section .block .content .text .desc p {
  padding: 5px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.services-section .block .content .text .desc ul li h6 {
  font-family: "Roboto", sans-serif;
}
.services-section .block .content .text .desc ul li p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .services-section .block {
    flex-direction: column;
  }
  .services-section .block.rev-block {
    flex-direction: column;
  }
  .services-section .block .content {
    flex: 0 0 calc(100% - 10px);
    margin-right: 20px;
  }
  .services-section .block .content .text {
    text-align: center;
    margin-top: 10px;
    padding: 0px 10px;
  }
}
.contact {
  margin: 60px 0 0 0;
}
.contact .contact-info h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1cb5e0;
  margin-bottom: 30px;
}
.contact .contact-info .detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.3s ease-in-out;
  margin-bottom: 30px;
}
.contact .contact-info .detail i {
  color: #fff;
  margin-right: 30px;
  padding: 9px;
  border: 1px solid #1cb5e0;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  background-color: #1cb5e0;
  font-size: 16px;
  text-align: center;
}
.contact .contact-info .detail h6 {
  font-size: 14px;
  color: #8a8a8a;
}
.contact .contact-info .detail h6 span {
  display: block;
}
.contact .contact-info .detail:hover {
  margin-left: 10px;
  cursor: pointer;
}
.contact .contact-info .detail:hover i {
  background-color: #fff;
  color: #1cb5e0;
  border: 1px solid #1cb5e0;
}
.contact .contact-info .details a {
  margin-right: 30px;
}
.contact .contact-info .details a i {
  color: #1cb5e0;
  padding: 9px;
  border: 1px solid #1cb5e0;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
}
.contact .contact-info .details a i:hover {
  color: #fff;
  background: #1cb5e0;
  border: 1px solid #1cb5e0;
}
.contact form h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1cb5e0;
  margin-bottom: 30px;
}
.contact form .form-group .form-control {
  font-size: 16px;
}
.contact form .form-group .form-control.message {
  height: auto;
}
.contact form .button .btn {
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 14px;
}
.contact form textarea {
  resize: none;
}
.contact .google-map {
  margin-top: 30px;
}
.contact .google-map iframe {
  display: block;
}

@media screen and (max-width: 767px) {
  .contact .contact-info {
    text-align: center;
    margin-bottom: 40px;
  }
  .contact .contact-info .detail {
    justify-content: center;
  }
  .contact .contact-info .detail h6 {
    max-width: 100px;
    word-break: break-all;
  }
  .contact .contact-info .details {
    justify-content: center;
  }
  .contact form h1 {
    text-align: center;
  }
  .contact form .button {
    text-align: center;
  }
}
.section-quotes {
  background: url(../images/quote.jpg) no-repeat center 100%/cover;
  padding: 60px 0;
  position: relative;
}
.section-quotes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(248, 248, 248, 0.7);
}
.section-quotes .wrapper .block-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.section-quotes .wrapper .block-wrapper .block {
  flex: 0 0 50%;
}
.section-quotes .wrapper .block-wrapper .block .quote-wrap {
  padding: 40px;
}
.section-quotes .wrapper .block-wrapper .block .quote-wrap .header {
  border-left: 4px solid #1cb5e0;
  padding-left: 20px;
}
.section-quotes .wrapper .block-wrapper .block .quote-wrap .header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 20px;
}
.section-quotes .wrapper .block-wrapper .block .quote-wrap .header h6 {
  font-size: 18px;
  font-weight: 600;
  color: #8a8a8a;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.section-quotes .wrapper .block-wrapper .block .quote-wrap .form .form-control {
  font-size: 13px;
  color: #8a8a8a;
  line-height: 1.2;
  background-color: #f8f8f8;
  height: 38px;
}
.section-quotes .wrapper .block-wrapper .block .quote-wrap .form textarea {
  resize: none;
  min-height: 100px;
}
.section-quotes .wrapper .block-wrapper .block .quote-man {
  max-width: 400px;
  margin-left: calc(100% - 400px);
}
.section-quotes .wrapper .block-wrapper .block .quote-man:hover img {
  transform: scale(1.02);
}

@media screen and (max-width: 991px) {
  .section-quotes .main-image {
    height: 400px;
  }
  .section-quotes .main-image .text {
    top: 100px;
  }
  .section-quotes .main-image .text h6,
.section-quotes .main-image .text h3 {
    font-size: 16px;
  }
  .section-quotes .main-image .text h3 {
    font-size: 24px;
  }
  .section-quotes .wrapper .block-wrapper .block {
    flex: 0 0 50%;
  }
  .section-quotes .wrapper .block-wrapper .block .quote-wrap {
    padding: 20px;
  }
  .section-quotes .wrapper .block-wrapper .block .quote-wrap .form .form-control {
    height: 34px;
  }
  .section-quotes .wrapper .block-wrapper .block .quote-man {
    max-width: 350px;
    margin-left: calc(100% - 350px);
  }
}
@media screen and (max-width: 768px) {
  .section-quotes .main-image {
    height: 300px;
  }
  .section-quotes .main-image .text {
    top: 80px;
  }
  .section-quotes .wrapper .block-wrapper {
    max-width: 450px;
    margin-top: -100px;
  }
  .section-quotes .wrapper .block-wrapper .block {
    flex: 0 0 100%;
  }
  .section-quotes .wrapper .block-wrapper .block .quote-man {
    display: none;
  }
}
footer {
  background-color: #151515;
  padding: 50px 0 35px 0;
}
footer .block-wrapper {
  align-items: center;
}
footer .block-wrapper .block {
  flex: 0 0 31%;
}
footer .block-wrapper .block .title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
footer .block-wrapper .block .logo {
  max-width: 120px;
  margin: 0 auto;
}
footer .block-wrapper .block .list {
  margin-top: 20px;
}
footer .block-wrapper .block .list .name {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
footer .block-wrapper .block .list .name span {
  display: block;
}
footer .block-wrapper .block .list p {
  font-size: 14px;
  color: #fff;
  padding: 10px;
}
footer .block-wrapper .block .list .info {
  font-size: 14px;
  color: #fff;
  margin: 7px 0;
}
footer .block-wrapper .block .list .info i {
  margin-right: 8px;
}
footer .block-wrapper .block .list .info.d-flex {
  justify-content: flex-start;
}
footer .block-wrapper .block .list .info.d-flex a {
  margin-right: 8px;
  color: #fff;
  font-size: 16px;
}
footer .block-wrapper .block .list.review {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer .block-wrapper .block .list.review li a {
  max-width: 110px;
  margin-left: 20px;
  margin-bottom: 20px;
}
footer .block-wrapper .block.right {
  text-align: right;
}
footer .block-wrapper .block.center {
  text-align: center;
  flex: 0 0 38%;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
  padding: 7px 0;
}
.footer-bottom .item {
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
}
.footer-bottom .item a {
  display: inline;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #1cb5e0;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 35px 0 25px 0;
  }
  footer .block-wrapper .block .title {
    font-size: 18px;
  }
  footer .block-wrapper .block .list.review li a {
    max-width: 85px;
  }
}
@media screen and (max-width: 767px) {
  footer .block-wrapper {
    flex-direction: column;
  }
  footer .block-wrapper .block {
    flex: 0 0 100%;
    text-align: center;
  }
  footer .block-wrapper .block .title {
    font-size: 16px;
  }
  footer .block-wrapper .block .list .info.d-flex {
    justify-content: center;
  }
  footer .block-wrapper .block .list .info.d-flex a {
    margin: 0 5px;
  }
  footer .block-wrapper .block .list.review {
    justify-content: center;
  }
  footer .block-wrapper .block.right {
    text-align: center;
  }
  footer .block-wrapper .block.center {
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  footer .block-wrapper .block .list.review {
    justify-content: center;
    width: 210px;
  }
  footer .block-wrapper .block .list.review li {
    flex: 0 0 50%;
  }
}

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