@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");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #8a8a8a;
  line-height: 1.6;
  text-decoration: none;
}

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

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #000000;
  font-family: "Roboto", sans-serif;
  padding: 5px 10px;
  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 #996666;
  background-color: #996666;
  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: #996666;
  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: #ffc527;
  color: #ffc527;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #ffc527;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #ffc527;
  color: #fff;
  border-color: #ffc527;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #ffc527;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #996666;
  color: #fff;
  border-color: #996666;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #996666;
  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;
  }
}
.btn-effect {
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 9px 25px;
  font-size: 13px;
  overflow: initial;
  cursor: pointer;
  background-color: #fff;
  color: #000000;
  position: relative;
}
.btn-effect a {
  color: inherit;
}
.btn-effect::before, .btn-effect::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0;
  width: 24px;
  border-color: #fff;
  height: 22px;
  transition: all 0.25s;
}
.btn-effect::before {
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}
.btn-effect::after {
  border-right-width: 2px;
  border-bottom-width: 2px;
  bottom: -5px;
  right: -5px;
}
.btn-effect:hover {
  color: #000;
}
.btn-effect:hover::before, .btn-effect:hover::after {
  height: 100%;
  width: 100%;
}

/* -- 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(255, 197, 39, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #7a5252;
  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;
}

body {
  background: -webkit-linear-gradient(to right, #000, #2a5298);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000, #2a5298);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 14px;
  font-family: "Roboto", 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;
}

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

.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(255, 197, 39, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: 0px;
  text-align: center;
  z-index: 99;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
  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: #ffc527;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 28px;
  line-height: 25px;
  height: 25px;
  width: 25px;
  color: #000;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: rgba(255, 197, 39, 0.7);
}
.slick-arrow.left {
  left: -20px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

section {
  margin: 80px 0;
  padding: 50px 0;
}
section .section-title {
  text-align: center;
  padding-bottom: 60px;
}
section .section-title h6 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #525252;
  font-weight: 600;
  padding-bottom: 8px;
}
section .section-title h5 {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  color: #ffc527;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  section {
    margin: 40px 0;
    padding: 50px 0;
  }
  section .section-title {
    text-align: center;
    padding-bottom: 40px;
  }
  section .section-title h6 {
    font-size: 14px;
    padding-bottom: 8px;
  }
  section .section-title h5 {
    font-size: 28px;
  }
}
@media screen and (max-width: 580px) {
  section {
    margin: 30px 0;
    padding: 50px 0;
  }
  section .section-title {
    text-align: center;
    padding-bottom: 40px;
  }
  section .section-title h6 {
    font-size: 14px;
    padding-bottom: 8px;
  }
  section .section-title h5 {
    font-size: 24px;
  }
}
body,
p,
a {
  margin: 0;
  padding: 0;
}

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

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

.breadcrumb-wrapper {
  padding: 60px 0;
  background: url(../images/breadcrumb.jpg) no-repeat center center/cover;
  text-align: right;
  background-attachment: fixed;
  margin-bottom: 60px;
}
.breadcrumb-wrapper h1 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.breadcrumb-wrapper .breadcrumb {
  background-color: transparent;
  padding: 8px;
  padding-left: 0;
  justify-content: flex-end;
}
.breadcrumb-wrapper .breadcrumb li {
  background-color: #ffc527;
  display: inline-block;
  padding: 10px;
  justify-content: center;
  color: #525252;
  font-size: 14px;
}
.breadcrumb-wrapper .breadcrumb li.active::before {
  content: "//";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: "block";
  padding: 5px 5px 5px 0;
  font-size: 14px;
}
.breadcrumb-wrapper .breadcrumb a {
  color: #000;
  font-size: 14px;
}
.breadcrumb-wrapper .breadcrumb a i {
  font-size: 20px;
}
.breadcrumb-wrapper .breadcrumb a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .breadcrumb-wrapper {
    padding: 50px 0;
    margin-bottom: 60px;
  }
  .breadcrumb-wrapper h1 {
    font-size: 20px;
  }
  .breadcrumb-wrapper .breadcrumb li {
    padding: 10px;
    font-size: 14px;
  }
  .breadcrumb-wrapper .breadcrumb a {
    color: #fff;
    font-size: 14px;
  }
  .breadcrumb-wrapper .breadcrumb a i {
    font-size: 16px;
  }
}
.header {
  z-index: 999;
  transition: 0.4s all;
}
.header .top-header {
  justify-content: space-between;
  padding: 5px 0;
}
.header .top-header .logo {
  padding-right: 20px;
}
.header .top-header .logo img {
  max-height: 80px;
}
.header .top-header .block {
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.header .top-header .block .icon {
  background: #ffc527;
  padding: 12px;
  margin-right: 15px;
}
.header .top-header .block .icon i {
  color: #000;
  font-size: 16px;
}
.header .top-header .block .text h5 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
}
.header .top-header .block .text h6,
.header .top-header .block .text a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: 0.5s all;
  color: #fff;
}
.header .top-header .block .text h6:hover,
.header .top-header .block .text a:hover {
  text-decoration: none;
  color: #ffc527;
}
.header .bottom-header {
  background: #ffc527;
  z-index: 999999;
  transition: 0.4s all;
  position: relative;
  border-radius: 50px;
  background: #2a5298;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #1e9600, #2a5298);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #1e9600, #2a5298);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}
.header .bottom-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #2a5298;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #1e9600, #2a5298);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #1e9600, #2a5298);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transition: 0.4s all;
  border-radius: 0;
  box-shadow: none;
  z-index: 99;
}
.header .bottom-header nav .navbar-brand {
  display: none;
}
.header .bottom-header nav ul.navbar-nav {
  transition: 0.4s ease-in-out;
}
.header .bottom-header nav ul.navbar-nav .nav-item {
  padding: 5px 20px;
}
.header .bottom-header nav ul.navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s all;
  text-transform: capitalize;
  color: #fff;
}
.header .bottom-header nav ul.navbar-nav .nav-item .nav-link:hover, .header .bottom-header nav ul.navbar-nav .nav-item .nav-link.active {
  color: #000;
}
.header .bottom-header nav ul.navbar-nav .nav-item .nav-link i {
  padding-left: 5px;
  font-size: 12px;
}
.header .bottom-header nav .button {
  transition: 0.5s all;
}
.header .bottom-header nav .button a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: 0.5s all;
  text-transform: capitalize;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
}
.header .bottom-header nav .button a:hover {
  text-decoration: none;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}

@media screen and (max-width: 992px) {
  .header .top-header {
    justify-content: space-between;
    padding: 15px 0;
  }
  .header .top-header .logo {
    display: none;
  }
  .header .top-header .block .icon {
    padding: 12px;
    margin-right: 15px;
  }
  .header .top-header .block .icon i {
    font-size: 16px;
  }
  .header .top-header .block .text h5 {
    font-size: 14px;
  }
  .header .top-header .block .text h6,
.header .top-header .block .text a {
    font-size: 14px;
  }
  .header .bottom-header {
    border-radius: 0;
  }
  .header .bottom-header nav .navbar-brand {
    display: block;
  }
  .header .bottom-header nav .navbar-brand img {
    max-height: 60px;
  }
  .header .bottom-header nav ul.navbar-nav .nav-item {
    padding: 0;
    text-align: center;
  }
  .header .bottom-header nav ul.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #fff;
  }
  .header .bottom-header nav .button {
    text-align: -webkit-center;
  }
  .header .bottom-header nav .button:hover a {
    color: #000;
  }
  .header .bottom-header nav .button a {
    font-size: 14px;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    width: 30%;
    text-align: center;
  }
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.2em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar-toggler-icon i {
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .header .top-header {
    padding: 8px 0;
  }
  .header .top-header .logo {
    display: none;
  }
  .header .top-header .block {
    margin-bottom: 0;
  }
  .header .top-header .block.opening-time {
    display: none !important;
  }
  .header .top-header .block .icon {
    padding: 8px;
    margin-right: 15px;
  }
  .header .top-header .block .icon i {
    font-size: 14px;
  }
  .header .top-header .block .text h5 {
    font-size: 12px;
  }
  .header .top-header .block .text h6,
.header .top-header .block .text a {
    font-size: 12px;
  }
  .header .bottom-header .container {
    max-width: 700px;
  }
  .header .bottom-header .navbar {
    padding: 0;
  }
  .header .bottom-header nav .navbar-brand {
    display: block;
  }
  .header .bottom-header nav .navbar-brand img {
    max-height: 70px;
    padding: 5px 0;
  }
  .header .bottom-header nav ul.navbar-nav .nav-item {
    padding: 5px 20px;
  }
  .header .bottom-header nav ul.navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .header .bottom-header nav .button {
    margin-bottom: 8px;
  }
  .header .bottom-header nav .button a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 580px) {
  .header .top-header {
    display: none !important;
  }
  .header .bottom-header {
    width: 100%;
  }
  .header .bottom-header nav ul.navbar-nav .nav-item {
    padding: 0 20px;
  }
  .header .bottom-header nav ul.navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
  .header .bottom-header nav .button a {
    font-size: 14px;
    width: 40%;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 400px) {
  .header .bottom-header nav .button a {
    font-size: 13px;
    width: 40%;
    padding: 8px 15px;
  }
}
.inner-about {
  margin: 80px 0;
}
.inner-about .inner-about-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.inner-about .inner-about-wrapper .about-block {
  flex: 0 0 calc(50%);
}
.inner-about .inner-about-wrapper .about-block img,
.inner-about .inner-about-wrapper .about-block .about-block-detail {
  border-radius: 20px;
}
.inner-about .inner-about-wrapper .about-block .about-block-detail {
  margin-left: -80px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.inner-about .inner-about-wrapper .about-block .about-block-detail .title {
  padding-bottom: 20px;
}
.inner-about .inner-about-wrapper .about-block .about-block-detail .title h5 {
  font-size: 18px;
  color: #ffc527;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}
.inner-about .inner-about-wrapper .about-block .about-block-detail .title h2 {
  font-size: 38px;
  color: #000;
  font-weight: 700;
  word-spacing: 0.1em;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  line-height: 1;
}
.inner-about .inner-about-wrapper .about-block .about-block-detail p {
  padding-bottom: 20px;
}
.inner-about .inner-about-wrapper .about-block .about-block-detail ul li {
  padding-top: 5px;
}

@media screen and (max-width: 992px) {
  .inner-about {
    margin: 60px 0;
  }
  .inner-about .inner-about-wrapper {
    flex-direction: column;
  }
  .inner-about .inner-about-wrapper .about-block {
    flex: 0 0 calc(100%);
  }
  .inner-about .inner-about-wrapper .about-block .about-block-detail {
    margin-left: 0;
    margin-top: -40px;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .inner-about {
    margin: 60px 0;
  }
  .inner-about .inner-about-wrapper {
    flex-direction: column;
  }
  .inner-about .inner-about-wrapper .about-block {
    flex: 0 0 calc(100%);
  }
  .inner-about .inner-about-wrapper .about-block .about-block-detail {
    margin-left: 0;
    margin-top: -40px;
    margin-right: 0;
    padding: 20px;
  }
  .inner-about .inner-about-wrapper .about-block .about-block-detail .title h5 {
    font-size: 18px;
    line-height: 1.5;
  }
  .inner-about .inner-about-wrapper .about-block .about-block-detail .title h2 {
    font-size: 34px;
    word-spacing: 0.01em;
  }
  .inner-about .inner-about-wrapper .about-block .about-block-detail p {
    padding: 20px 0;
  }
  .inner-about .inner-about-wrapper .about-block .about-block-detail .about-button .learnmore-btn {
    font-size: 16px;
  }
}
section.about-section .section-body p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #525252;
  padding-bottom: 10px;
  text-align: justify;
}
section.about-section .image {
  justify-content: space-evenly;
  padding-bottom: 10px;
}
section.about-section .image img {
  height: 360px;
}

.section-header {
  padding-bottom: 20px;
}
.section-header h1 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

section.more-section .section-body .title h1 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #525252;
  text-transform: uppercase;
  padding-bottom: 15px;
}
section.more-section .section-body .text p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #525252;
}
section.more-section .section-body .block {
  padding-bottom: 20px;
}
section.more-section .section-body .block .image {
  padding-right: 10px;
  margin-left: 20px;
}
section.more-section .section-body .block .image img {
  height: 60px;
  width: 110px;
}
section.more-section .section-body .block .title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0a599d;
}

.aboutSection {
  padding-top: 80px;
}
.aboutSection .about-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.aboutSection .about-wrapper .image-block .image {
  position: relative;
}
.aboutSection .about-wrapper .image-block .image img {
  height: 320px;
}
.aboutSection .about-wrapper .image-block .image::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.aboutSection .about-wrapper .image-block .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.aboutSection .about-wrapper .image-block .text h2 {
  font-size: 150px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  color: #0a599d;
  line-height: 1;
}
.aboutSection .about-wrapper .image-block .text h5 {
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-top: 15px;
}
.aboutSection .about-wrapper .image-block .text h5 span {
  display: block;
  margin-top: 5px;
  color: #000000;
  font-size: 13px;
  text-transform: none;
}
.aboutSection .about-wrapper .content-block {
  flex: 0 0 calc(100% - 35%);
  padding-left: 45px;
}
.aboutSection .about-wrapper .content-block .title h5, .aboutSection .about-wrapper .content-block .title h2 {
  color: #fff;
}
.aboutSection .about-wrapper .content-block .content {
  margin-top: 20px;
}
.aboutSection .about-wrapper .content-block .content .desc {
  font-size: 16px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  line-height: 1.7;
}
.aboutSection .about-wrapper .content-block .content .desc p {
  font: inherit;
  color: inherit;
  line-height: inherit;
  margin-bottom: 15px;
}
.aboutSection .about-wrapper .content-block .content .desc .sub-title {
  font-weight: 700;
}
.aboutSection .about-wrapper .content-block .content .desc .service-list {
  flex-direction: column;
}
.aboutSection .about-wrapper .content-block .content .desc .service-list li {
  font-size: 16px;
  padding: 3px 0 3px 20px;
  color: #000000;
  position: relative;
}
.aboutSection .about-wrapper .content-block .content .desc .service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 10px;
  color: #000000;
  font-family: "fontAwesome";
}
@media screen and (max-width: 992px) {
  .aboutSection .about-wrapper .content-block .content .desc .service-list li::before {
    display: none;
  }
}
.aboutSection .about-wrapper .content-block .content .button {
  margin-top: 30px;
}
.aboutSection .about-wrapper .content-block .content .button .btn-effect {
  display: inline-block;
}
.aboutSection .page-about {
  padding: 30px 0;
}
.aboutSection .page-about .suburbs {
  margin-top: 80px;
  padding: 30px 0;
}
.aboutSection .page-about .suburbs .lists {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}
.aboutSection .page-about .suburbs .lists li {
  flex: 0 0 calc(100% / 3);
  padding: 8px 20px;
}

@media screen and (max-width: 1199px) {
  .aboutSection .about-wrapper {
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .aboutSection .about-wrapper {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .aboutSection .about-wrapper .image-block {
    max-width: 350px;
  }
  .aboutSection .about-wrapper .image-block .text h2 {
    font-size: 120px;
  }
  .aboutSection .about-wrapper .image-block .text h5 {
    font-size: 16px;
  }
  .aboutSection .about-wrapper .content-block {
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }
  .aboutSection .suburbs {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .aboutSection .about-wrapper .image-block {
    max-width: 280px;
  }
  .aboutSection .about-wrapper .image-block .text h2 {
    font-size: 90px;
  }
  .aboutSection .about-wrapper .image-block .text h5 {
    font-size: 14px;
  }
  .aboutSection .about-wrapper .content-block .content .desc {
    font-size: 14px;
  }

  .page-about .suburbs {
    padding: 30px 0;
  }
  .page-about .services-section .section-heading {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .aboutSection {
    padding: 20px 0;
  }
  .aboutSection .suburbs {
    margin-top: 45px;
  }
  .aboutSection .suburbs .lists li {
    flex: 0 0 calc(100% / 2);
    padding: 8px 10px;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  section.more-section .container,
section.about-section .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  section.about-section .section-body p {
    font-size: 13px;
    padding-bottom: 10px;
  }
  section.about-section .image {
    padding-bottom: 10px;
  }
  section.about-section .image img {
    height: 260px;
  }

  .section-header {
    padding-bottom: 20px;
    text-align: center;
  }
  .section-header h1 {
    font-size: 24px;
  }

  section.more-section .section-body .title h1 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  section.more-section .section-body .text p {
    font-size: 13px;
  }
  section.more-section .section-body .block {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  section.more-section .section-body .block .image {
    margin-left: 20px;
  }
  section.more-section .section-body .block .image img {
    height: 60px;
    width: 110px;
  }
  section.more-section .section-body .block .title {
    font-size: 14px;
  }
}
.banner {
  position: relative;
  margin-top: -30px;
}
.banner .slider .block.slick-slide .image {
  position: relative;
}
.banner .slider .block.slick-slide .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(87deg, rgba(234, 52, 87, 0.3) 0, rgba(96, 46, 117, 0.3) 60%);
  z-index: 1;
}
.banner .slider .block.slick-slide .image img {
  height: calc(100vh - 100px);
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  z-index: -99;
}
.banner .slick-arrow {
  z-index: 2;
}
.banner .slick-arrow.left {
  left: 0;
  z-index: 9;
}

.form {
  position: absolute;
  right: 100px;
  top: 100px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 320px;
  z-index: 9;
}

.form h2 {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.form .form-group .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 12px;
  color: #fff;
}

.form .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}

.form .form-group .form-control:-moz-placeholder {
  color: #fff;
}

.form .form-group .form-control::-moz-placeholder {
  color: #fff;
}

.form .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}

.form .form-group option {
  background-color: #000;
}

.form .form-group textarea {
  min-height: 80px;
  resize: none;
}

.form .form-group.checkbox-wrapper .title-label {
  margin-right: 15px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.form .submit .btn-submit {
  font-size: 12px;
  color: #000;
  background-color: #ffc527;
  border-color: #ffc527;
  padding: 7px 22px;
}

@media screen and (max-width: 992px) {
  .form {
    position: unset;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 9;
  }
}
.price-form .form-group.checkbox-wrapper {
  margin-bottom: 8px;
}
.price-form .form-group .red {
  background-color: #e74216 !important;
  border-color: #e74216;
}
.price-form .note {
  font-size: 12px;
  color: #fff;
  margin: 5px 0;
}

@media screen and (max-width: 767px) {
  .banner {
    margin-top: 0;
  }
}
section.feature-section {
  padding: unset;
}
section.feature-section .container {
  padding: 10px;
}
section.feature-section .container .features {
  justify-content: space-evenly;
  padding: 10px 0;
}
section.feature-section .container .features .block {
  width: calc(100% / 3);
  justify-content: center;
}
section.feature-section .container .features .block:first-child {
  padding-left: 20px;
}
section.feature-section .container .features .block .image {
  padding-right: 20px;
}
section.feature-section .container .features .block .image img {
  max-height: 100px;
}
section.feature-section .container .features .block .text {
  align-self: center;
}
section.feature-section .container .features .block .text h5 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 70%;
}

@media screen and (max-width: 768px) {
  section.feature-section {
    padding: unset;
  }
  section.feature-section .container {
    padding: 10px;
    max-width: 700px;
  }
  section.feature-section .container .features {
    padding: 30px 0;
    justify-content: space-evenly;
  }
  section.feature-section .container .features .block {
    padding-left: 10px;
  }
  section.feature-section .container .features .block .image {
    padding-right: 20px;
  }
  section.feature-section .container .features .block .image img {
    max-height: 55px;
  }
  section.feature-section .container .features .block .text h5 {
    font-size: 14px;
    width: 80%;
  }
}
@media screen and (max-width: 580px) {
  section.feature-section {
    padding: unset;
  }
  section.feature-section .container {
    padding: 5px;
    max-width: unset;
  }
  section.feature-section .container .features {
    padding: 20px 0;
    display: block !important;
  }
  section.feature-section .container .features .block {
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    width: unset;
    justify-content: flex-start;
  }
  section.feature-section .container .features .block .image {
    padding-right: 20px;
    width: 70px;
  }
  section.feature-section .container .features .block .image img {
    max-height: 100%;
    max-width: 50px;
  }
  section.feature-section .container .features .block:first-child .image img {
    max-width: 40px;
    margin-left: 7px;
  }
  section.feature-section .container .features .block:last-child {
    margin-bottom: 0;
  }
  section.feature-section .container .features .block .text h5 {
    font-size: 14px;
    width: 100%;
  }
}
section.callus-section {
  padding: 100px 0;
  background: url(../images/callus.png) no-repeat center center/cover;
  text-align: center;
  margin: 0;
  position: relative;
}
section.callus-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a5298;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1e9600, #2a5298);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1e9600, #2a5298);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.6;
  transition: 0.5s all;
}
section.callus-section .text {
  text-align: left;
  padding-left: 40px;
}
section.callus-section .text h1 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #fff;
}
section.callus-section .text a {
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #fff;
}
section.callus-section .text a:hover {
  color: #ffc527;
}
section.callus-section .text h6 {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
section.callus-section .text h6 span {
  color: #ffd100;
}
section.callus-section .text p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding-top: 20px;
  word-spacing: 2px;
}
section.callus-section .text .button {
  margin-top: 40px;
}
section.callus-section .text .button a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 13px 20px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s ease-in-out;
  border: 1px solid #fff;
}
section.callus-section .text .button a:hover {
  color: #fff;
  border: 1px solid transparent;
  background: #2a5298;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1e9600, #2a5298);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1e9600, #2a5298);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
section.callus-section .image {
  margin-bottom: 0;
  position: absolute;
  bottom: -100px;
  right: 40px;
}
section.callus-section .image img {
  max-height: 500px;
}

@media screen and (max-width: 992px) {
  section.callus-section {
    padding: 100px 0;
  }
  section.callus-section .text {
    padding-left: 0px;
  }
  section.callus-section .text h1 {
    font-size: 28px;
  }
  section.callus-section .text a {
    font-size: 28px;
  }
  section.callus-section .text h6 {
    font-size: 30px;
  }
  section.callus-section .text p {
    font-size: 14px;
    padding-top: 20px;
  }
  section.callus-section .text .button {
    margin-top: 40px;
  }
  section.callus-section .text .button a {
    font-size: 14px;
    padding: 13px 20px;
  }
  section.callus-section .image {
    margin-bottom: 0;
    position: absolute;
    bottom: -100px;
    right: 40px;
  }
  section.callus-section .image img {
    max-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  section.callus-section {
    padding: 60px 0;
  }
  section.callus-section .text {
    padding-left: 0px;
    text-align: center;
  }
  section.callus-section .text h1 {
    font-size: 20px;
  }
  section.callus-section .text a {
    font-size: 20px;
  }
  section.callus-section .text h6 {
    font-size: 20px;
  }
  section.callus-section .text p {
    font-size: 14px;
    padding-top: 20px;
  }
  section.callus-section .text .button {
    margin-top: 30px;
  }
  section.callus-section .text .button a {
    font-size: 12px;
    padding: 8px 13px;
  }
  section.callus-section .image {
    display: none;
  }
}
section.gallery-section {
  background-color: #fff;
}
section.gallery-section .section-body .block {
  margin-bottom: 20px;
}
section.gallery-section .section-body .block a:hover img {
  transform: scale(1.02);
}

@media screen and (max-width: 768px) {
  section.gallery-section .section-body .block {
    margin-bottom: 20px;
  }
  section.gallery-section .section-body .block.hide {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  section.gallery-section .section-body .block {
    margin-bottom: 20px;
  }
  section.gallery-section .section-body .block a {
    text-align: center;
  }
  section.gallery-section .section-body .block.first {
    display: none;
  }
}
.services-section {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #fff;
}

.service-block .block {
  margin-bottom: 45px;
  position: relative;
  cursor: pointer;
}

.service-block .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s all;
}

.service-block .block::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  transition: 0.4s all;
}

.service-block .block .content {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
  z-index: 9;
  transition: 0.4s all;
}

.service-block .block .content .title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  color: #fff;
  width: 88%;
  margin: 0;
  background-color: #0a599d;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  transform: skew(-21deg);
  transition: 0.4s all;
  transform: skew(0deg);
  color: #0a599d;
  background-color: #fff;
  box-shadow: 0px 6px 8px 0px #bababa;
}

.service-block .block .content .title span {
  display: inline-block;
  transform: skew(21deg);
}

.service-block .block .content .title span {
  transform: skew(0deg);
}

.service-block .block .content .desc p {
  color: #fff;
  display: none;
  width: 100%;
  padding: 10px;
  transition: 0.4s all;
}

.service-block .block:hover::before {
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #add8e6, #ee0979);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #add8e6, #ee0979);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.4;
}

.service-block .block:hover .content {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.service-block .block:hover .content .title {
  font-size: 18px;
  background-color: transparent;
  padding: 0;
  color: #ffffff;
  box-shadow: none;
  font-weight: 700;
}

.service-block .block:hover .content .desc p {
  display: block;
  font-weight: 600;
  padding: 0 30px;
}

.service-block .main-button {
  text-align: center;
}

.service-block .detail-content .title {
  margin: 8px 0 20px 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #82b440;
}

/* css added by me (amir) */
.service-block .block .image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: 0.4s all;
}

.section-header {
  margin-bottom: 20px;
  padding-bottom: 30px;
  text-align: center;
}

.section-header h2 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #82b440;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
}

.section-header h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #525252;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.section-header h2::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #82b440;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
}

.section-header h2::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #82b440;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
}

@media screen and (max-width: 991px) {
  .service-block .block {
    margin-bottom: 20px;
  }

  .service-block .block .content .title {
    font-size: 16px;
    margin: 12px 0 10px 0;
  }

  .service-block .block .content .desc {
    font-size: 13px;
  }

  .service-block .block .content .button a {
    font-size: 10px;
  }
}
section.testimonials-section {
  margin-bottom: 0;
  padding-bottom: 100px;
}
section.testimonials-section .section-title {
  margin-bottom: -20px;
}
section.testimonials-section .section-title h6 {
  text-transform: capitalize;
  color: #fff;
}
section.testimonials-section .section-body .col-md-4 {
  transition: 0.5s ease-in-out all;
}
section.testimonials-section .section-body .col-md-4.slick-center .card {
  transform: scale(1.19);
  box-shadow: 2px 2px 5px #525252;
}
section.testimonials-section .section-body .col-md-4.slick-center .card .card-img-top {
  max-width: 110px;
}
section.testimonials-section .section-body .col-md-4 .card {
  background: #fff;
  transition: 0.5s ease-in-out all;
  border-radius: 0;
  width: 60%;
  text-align: -webkit-center;
  margin-top: 90px;
}
section.testimonials-section .section-body .col-md-4 .card .card-img-top {
  border-radius: 100%;
  max-width: 100px;
  margin: 0 auto;
  margin-top: -50px;
  box-shadow: 2px 2px 5px #525252;
}
section.testimonials-section .section-body .col-md-4 .card .card-body {
  padding: 5px 30px 30px 30px;
}
section.testimonials-section .section-body .col-md-4 .card .card-body .quote-top {
  text-align: left;
  padding-bottom: 0;
}
section.testimonials-section .section-body .col-md-4 .card .card-body .quote-top i {
  color: #0a599d;
  font-size: 18px;
  text-shadow: 2px 2px #dedede;
}
section.testimonials-section .section-body .col-md-4 .card .card-body .quote-bottom {
  text-align: right;
  padding-top: 15px;
  text-shadow: 2px 2px #dedede;
}
section.testimonials-section .section-body .col-md-4 .card .card-body .quote-bottom i {
  color: #0a599d;
  font-size: 18px;
}
section.testimonials-section .section-body .col-md-4 .card .card-body .card-title {
  color: #000;
}
section.testimonials-section .section-body .col-md-4 .card .card-body p {
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  section.testimonials-section {
    padding-bottom: 100px;
  }
  section.testimonials-section .section-title {
    margin-bottom: -20px;
  }
  section.testimonials-section .section-body .col-md-4.slick-center .card {
    transform: unset;
    box-shadow: 2px 2px 5px #525252;
  }
  section.testimonials-section .section-body .col-md-4 .card {
    background: #fff;
    width: 60%;
    margin-top: 90px;
  }
  section.testimonials-section .section-body .col-md-4 .card .card-img-top {
    max-width: 80px;
    margin-top: -50px;
  }
  section.testimonials-section .section-body .col-md-4 .card .card-body {
    padding: 0 20px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  section.testimonials-section {
    padding-bottom: 60px;
  }
  section.testimonials-section .container {
    max-width: 700px;
  }
  section.testimonials-section .section-title {
    margin-bottom: -20px;
  }
  section.testimonials-section .section-body {
    margin: 0 auto;
  }
  section.testimonials-section .section-body .col-md-4.slick-center .card {
    transform: unset;
    box-shadow: 2px 2px 5px #525252;
  }
  section.testimonials-section .section-body .col-md-4.slick-center .card .card-img-top {
    max-width: 80px;
  }
  section.testimonials-section .section-body .col-md-4 .card {
    background: #fff;
    width: 40%;
    margin: 0 auto;
    margin-top: 60px;
  }
  section.testimonials-section .section-body .col-md-4 .card .card-img-top {
    max-width: 80px;
    margin-top: -30px;
  }
  section.testimonials-section .section-body .col-md-4 .card .card-body .quote-top {
    padding-bottom: 0;
  }
  section.testimonials-section .section-body .col-md-4 .card .card-body .quote-top i {
    font-size: 14px;
  }
  section.testimonials-section .section-body .col-md-4 .card .card-body .quote-bottom {
    padding-top: 8px;
  }
  section.testimonials-section .section-body .col-md-4 .card .card-body .quote-bottom i {
    font-size: 14px;
  }
  section.testimonials-section .section-body .col-md-4 .card .card-body .card-title {
    font-size: 14px;
  }
  section.testimonials-section .section-body .col-md-4 .card .card-body p {
    font-size: 13px;
  }
}
.section.freequote-section {
  background: url(../images/ban2.jpg) no-repeat center center/cover;
  text-align: -webkit-right;
  background-attachment: fixed;
  margin: 0;
}
.section.freequote-section .wrapper {
  padding: 20px;
  background-color: #fff;
  width: 40%;
  border-radius: 20px;
  margin-right: 60px;
}
.section.freequote-section .wrapper .form-group {
  text-align: start;
}
.section.freequote-section .wrapper .title {
  border-left: 5px solid #ffc527;
  text-align: start;
  padding-left: 30px;
  margin-bottom: 30px;
}
.section.freequote-section .wrapper .title h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
}
.section.freequote-section .wrapper .title h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.section.freequote-section .wrapper input,
.section.freequote-section .wrapper textarea {
  background: #fff;
  border: 1px solid #dedede;
}
.section.freequote-section .wrapper [placeholder],
.section.freequote-section .wrapper option {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 20px;
}
.section.freequote-section .wrapper label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 0px 5px;
}
.section.freequote-section .wrapper textarea {
  resize: none;
  height: 100px;
}
.section.freequote-section .wrapper .button {
  text-align: start;
  padding-top: 10px;
}
.section.freequote-section .wrapper .button input {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  transition: 0.5s all;
  background: #ffc527;
}
.section.freequote-section .wrapper .button input:hover {
  background-color: transparent;
  border: 1px solid #ffc527;
}

@media screen and (max-width: 992px) {
  .section.freequote-section {
    background: url(../images/ban2.jpg) no-repeat center center/cover;
  }
  .section.freequote-section .wrapper {
    padding: 20px;
    width: 50%;
  }
  .section.freequote-section .wrapper .title {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .section.freequote-section .wrapper .title h2 {
    font-size: 22px;
  }
  .section.freequote-section .wrapper .title h1 {
    font-size: 20px;
  }
  .section.freequote-section .wrapper [placeholder],
.section.freequote-section .wrapper option {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    padding: 10px;
  }
  .section.freequote-section .wrapper .button {
    text-align: start;
    padding-top: 10px;
  }
  .section.freequote-section .wrapper .button input {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .section.freequote-section {
    background: url(../images/ban2.jpg) no-repeat center center/cover;
  }
  .section.freequote-section .wrapper {
    padding: 20px;
    width: 80%;
  }
  .section.freequote-section .wrapper .title {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .section.freequote-section .wrapper .title h2 {
    font-size: 18px;
  }
  .section.freequote-section .wrapper .title h1 {
    font-size: 16px;
  }
}
section.contact-section {
  margin-bottom: 0px;
}
section.contact-section .col-md-4 {
  justify-content: center;
}
section.contact-section .col-md-4 .block {
  padding: 20px;
  border: 1px solid #a8a7a7;
  text-align: center;
  border-radius: 20px;
  transition: 0.5s ease-in-out all;
}
section.contact-section .col-md-4 .block:hover {
  background-color: #ffc527;
  border: 1px solid #ffc527;
}
section.contact-section .col-md-4 .block:hover i {
  color: #fff;
}
section.contact-section .col-md-4 .block i {
  display: block;
  color: #ffc527;
  font-size: 36px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.5s all;
  padding-bottom: 10px;
}
section.contact-section .col-md-4 .block h4 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0 10px 0;
  font-weight: 600;
}
section.contact-section .col-md-4 .block p,
section.contact-section .col-md-4 .block a {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

.map iframe {
  display: block;
  min-height: 450px;
  width: 100%;
}

section.form-section .wrapper {
  background: #ffc527;
  padding: 30px;
}
section.form-section .wrapper .title {
  border-left: 5px solid #000000;
  text-align: start;
  padding-left: 30px;
  margin-bottom: 30px;
}
section.form-section .wrapper .title h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #525252;
}
section.form-section .wrapper .title h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
section.form-section .wrapper input,
section.form-section .wrapper textarea {
  background: #fff;
  border: 1px solid #dedede;
}
section.form-section .wrapper [placeholder],
section.form-section .wrapper option {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 20px;
}
section.form-section .wrapper label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 0px 5px;
}
section.form-section .wrapper textarea {
  resize: none;
  height: 100px;
}
section.form-section .wrapper .button {
  text-align: start;
  padding-top: 10px;
}
section.form-section .wrapper .button input {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  transition: 0.5s all;
}
section.form-section .wrapper .button input:hover {
  background-color: #000;
  border: 1px solid #000000;
  color: #fff;
}
section.form-section .wrapper .image {
  text-align: -webkit-right;
}
section.form-section .wrapper .image img {
  height: 400px;
  width: 90%;
}

@media screen and (max-width: 992px) {
  section.contact-section .container {
    max-width: 900px;
  }
  section.contact-section .col-md-4 .block {
    padding: 20px;
  }
  section.contact-section .col-md-4 .block i {
    font-size: 30px;
    padding-bottom: 10px;
  }
  section.contact-section .col-md-4 .block h4 {
    font-size: 16px;
    margin: 10px 0;
  }
  section.contact-section .col-md-4 .block p,
section.contact-section .col-md-4 .block a {
    font-size: 16px;
  }

  section.form-section .container {
    max-width: 900px;
  }
  section.form-section .wrapper {
    padding: 30px;
  }
  section.form-section .wrapper .title {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  section.form-section .wrapper .title h2 {
    font-size: 28px;
  }
  section.form-section .wrapper .title h1 {
    font-size: 24px;
  }
  section.form-section .wrapper .image {
    text-align: -webkit-right;
  }
  section.form-section .wrapper .image img {
    height: 380px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.contact-section .col-md-4 .block {
    padding: 10px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  section.contact-section .col-md-4 .block i {
    font-size: 22px;
    padding-bottom: 5px;
  }
  section.contact-section .col-md-4 .block h4 {
    font-size: 14px;
    margin: 5px 0;
  }
  section.contact-section .col-md-4 .block p,
section.contact-section .col-md-4 .block a {
    font-size: 14px;
  }

  section.form-section .wrapper {
    padding: 30px;
  }
  section.form-section .wrapper .title {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  section.form-section .wrapper .title h2 {
    font-size: 20px;
  }
  section.form-section .wrapper .title h1 {
    font-size: 18px;
  }
  section.form-section .wrapper .image {
    display: none;
  }
}
footer {
  padding: 50px 0;
}
footer .footer-wrapper .image {
  align-self: center;
}
footer .footer-wrapper .footer-block .logo {
  align-self: center;
}
footer .footer-wrapper .footer-block .logo img {
  max-width: 180px;
}
footer .footer-wrapper .footer-block ul li {
  padding-bottom: 10px;
}
footer .footer-wrapper .footer-block ul li .icon {
  padding-right: 10px;
}
footer .footer-wrapper .footer-block ul li .icon i {
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease-in-out all;
}
footer .footer-wrapper .footer-block ul li .text,
footer .footer-wrapper .footer-block ul li a {
  font-size: 15px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s ease-in-out all;
}
footer .footer-wrapper .footer-block ul li .text:hover,
footer .footer-wrapper .footer-block ul li a:hover {
  color: #000;
  padding-left: 5px;
}
footer .footer-wrapper .footer-block ul li .text:hover .icon i,
footer .footer-wrapper .footer-block ul li a:hover .icon i {
  color: #000;
}
footer .footer-wrapper .footer-block ul li .text span,
footer .footer-wrapper .footer-block ul li a span {
  color: #fff;
  font-weight: 700;
}
footer .footer-wrapper .reviews.d-flex {
  justify-content: space-around;
}
footer .footer-wrapper .reviews.d-flex img {
  max-width: 100px;
  margin-bottom: 5px;
}

.footer-bottom {
  padding: 10px 0;
  text-align: center;
}
.footer-bottom .block,
.footer-bottom a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.footer-bottom .block a,
.footer-bottom a a {
  display: inline;
}

@media screen and (max-width: 992px) {
  footer .footer-wrapper .footer-block .logo img {
    max-width: 140px;
  }
  footer .footer-wrapper .footer-block ul li .text,
footer .footer-wrapper .footer-block ul li a {
    font-size: 14px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    transition: 0.3s ease-in-out all;
  }
  footer .footer-wrapper .review-link {
    margin-top: 15px;
  }
  footer .footer-wrapper .reviews.d-flex {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  footer .footer-wrapper .reviews.d-flex img {
    flex: 0 0 50%;
    max-width: 70px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper .footer-block {
    padding: 20px 0;
  }
  footer .footer-wrapper .footer-block .logo img {
    max-width: 130px;
  }
  footer .footer-wrapper .review-link {
    margin-top: 0;
  }
  footer .footer-wrapper .reviews.d-flex {
    flex-wrap: nowrap;
  }
  footer .footer-wrapper .reviews.d-flex img {
    flex: 0 0 50%;
    max-width: 100px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 580px) {
  footer {
    text-align: -webkit-center;
  }
  footer .footer-wrapper .footer-block {
    padding: 15px 0;
  }
  footer .footer-wrapper .footer-block .logo img {
    max-width: 100px;
  }
  footer .footer-wrapper .footer-block ul li {
    padding-bottom: 10px;
    justify-content: center;
  }
  footer .footer-wrapper .footer-block ul li .text,
footer .footer-wrapper .footer-block ul li a {
    font-size: 13px;
  }
  footer .footer-wrapper .reviews.d-flex {
    justify-content: center;
  }
  footer .footer-wrapper .reviews.d-flex img {
    max-width: 100px;
    padding: 0 10px;
  }

  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom .block,
.footer-bottom a {
    font-size: 12px;
  }
}
.card-boxx {
  display: flex;
  flex-direction: row !important;
  margin-bottom: 40px;
  padding: 10px;
}
.card-boxx .card-body,
.card-boxx .image-top {
  max-width: 50%;
}
.card-boxx.alternative {
  flex-direction: row-reverse !important;
}
.card-boxx .card-body .card-text {
  padding-bottom: 20px;
}
.card-boxx .card-body ul,
.card-boxx .card-body ol {
  color: #8a8a8a;
  padding-bottom: 20px;
}
.card-boxx .card-body ul li i,
.card-boxx .card-body ol li i {
  padding-right: 5px;
}

@media screen and (max-width: 991px) {
  .card-boxx {
    flex-direction: column !important;
    text-align: center;
  }
  .card-boxx .card-body,
.card-boxx .image-top {
    max-width: 100%;
  }
  .card-boxx.alternative {
    flex-direction: column !important;
  }
}

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