@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gabriela&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Piazzolla:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Piazzolla", serif;
  color: #8a8a8a;
}

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

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dedede;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  -webkit-box-shadow: none;
          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: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: 2px solid #e3c21d;
  background-color: #e3c21d;
  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: #e3c21d;
  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: #e3c21d;
  color: #e3c21d;
}

.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #e3c21d;
  color: #fff;
}

.btn.btn-primary,
.form-control.btn-primary {
  background-color: #e3c21d;
  color: #fff;
  border-color: #e3c21d;
}

.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #e3c21d;
  color: #e3c21d;
}

.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}

.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #000000;
  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;
  }
}

html {
  scroll-behavior: smooth;
}

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: "Open Sans", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

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

p {
  line-height: 1.7;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.4s all;
  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(227, 194, 29, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 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: #e3c21d;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-arrow i {
  font-size: 32px;
  color: #e3c21d;
  background: #fff;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

.slick-arrow i:hover {
  color: #000;
}

.slick-arrow.left {
  left: 10px;
  z-index: 9;
}

.slick-arrow.right {
  right: 10px;
}

section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h1 {
  font-size: 42px;
  color: #e3c21d;
  font-weight: 700;
  text-transform: uppercase;
}

.section-header h6 {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
}

.quote-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 8px;
}

.quote-header h2 {
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #2e2e2e;
}

.quote-header h2 span {
  color: #000000;
}

.quote-header h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #e3c21d;
  margin: 10px auto;
}

.quote-header h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.quote-header.left {
  border-left: 5px solid #e3c21d;
  padding: 2px 0 2px 20px;
  text-align: left;
}

.quote-header.left h2::after {
  display: none;
}

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

@media screen and (max-width: 991px) {
  section {
    padding: 45px 0;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
  .section-header {
    text-align: center;
    padding-bottom: 30px;
  }
  .section-header h1 {
    font-size: 26px;
  }
  .section-header h6 {
    font-size: 16px;
  }
}

/* -- 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: #e3c21d;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid;
  border-color: #b69c17;
  border-radius: 5px 5px 0 0;
  color: #fff;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  cursor: pointer;
}

.scrollevent a .btn-scroll-up i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  color: #fff;
}

.scrollevent a .btn-scroll-up:hover i {
  -webkit-transform: translateY(-5px);
          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;
}

.breadcrumb {
  background-color: transparent;
  background-image: url("../images/breadcrumb-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0;
  padding: 100px 0;
  text-align: center;
}

.breadcrumb::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.breadcrumb .breadcrumb-wrapper {
  display: inline-block;
  text-align: center;
}

.breadcrumb .breadcrumb-wrapper h5 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  position: relative;
}

.breadcrumb .breadcrumb-wrapper .bread-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e3c21d;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
  font-size: 16px;
  color: #fff;
}

.breadcrumb .breadcrumb-wrapper .bread-row .bread-list::before {
  content: '\f105';
  font-family: 'fontAwesome';
  font-size: 12px;
  padding: 0 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.breadcrumb .breadcrumb-wrapper .bread-row .bread-list:first-child::before {
  content: none;
}

.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 80px 0;
  }
  .breadcrumb .breadcrumb-wrapper h5 {
    font-size: 36px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
    font-size: 14px;
    color: #fff;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list::before {
    padding: 0 8px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 60px 0;
  }
  .breadcrumb .breadcrumb-wrapper h5 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row {
    bottom: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list::before {
    padding: 0 6px;
  }
}

@media screen and (max-width: 576px) {
  .breadcrumb {
    padding: 40px 0;
  }
  .breadcrumb .breadcrumb-wrapper h5 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row {
    bottom: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list::before {
    padding: 0 6px;
  }
}

header {
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

header .navbar {
  padding: 0;
}

header .navbar.navbar-expand-lg {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .navbar .navbar-toggler {
  border: 1px solid #8a8a8a;
}

header .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .navbar .navbar-brand {
  padding: 0;
}

header .navbar .navbar-brand figure {
  max-width: 200px;
}

header .navbar .navbar-brand figure img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

header .navbar-collapse {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

header .navbar-collapse .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

header .navbar-collapse .navbar-nav .nav-link {
  margin: 0 15px;
  padding: 0 10px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #2e2e2e;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  position: relative;
}

header .navbar-collapse .navbar-nav .nav-item {
  border-left: 1px solid #dedede;
  height: 75px;
  list-style: 75px;
}

header .navbar-collapse .navbar-nav .nav-item .nav-link {
  line-height: 75px;
}

header .navbar-collapse .navbar-nav .nav-item.phone {
  border-left: none;
  border-right: none;
  color: #2e2e2e;
  display: inline-block;
  padding: 15px;
}

header .navbar-collapse .navbar-nav .nav-item.phone .nav-link {
  color: #e3c21d;
  margin: 0;
  line-height: 50px;
}

header .navbar-collapse .navbar-nav .nav-item.phone .nav-link i {
  margin-right: 5px;
}

header .navbar-collapse .navbar-nav .nav-item.phone:hover {
  background-color: transparent;
  cursor: none;
}

header .navbar-collapse .navbar-nav .nav-item.phone:hover .nav-link {
  color: #e3c21d;
}

header .navbar-collapse .navbar-nav .nav-item.phone:hover .nav-link:hover {
  color: #000000;
}

header .navbar-collapse .navbar-nav .nav-item.active, header .navbar-collapse .navbar-nav .nav-item:hover {
  background-color: #e3c21d;
  cursor: pointer;
}

header .navbar-collapse .navbar-nav .nav-item.active .nav-link, header .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
}

header .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #e3c21d;
}

header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
  -webkit-animation: smoothScroll 1s forwards;
          animation: smoothScroll 1s forwards;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media screen and (max-width: 1199px) {
  header .navbar .navbar-brand figure {
    max-width: 200px;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 0 12px;
    font-size: 14px;
  }
  header .navbar-collapse .navbar-nav .nav-item.phone {
    padding: 10px;
  }
}

@media screen and (max-width: 991px) {
  header .navbar {
    padding: 10px 0;
  }
  header .navbar-collapse .navbar-nav .nav-item {
    border-left: none;
    height: auto;
    padding: 8px 0;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    line-height: 1.4;
  }
  header .navbar-collapse .navbar-nav .nav-item.phone {
    padding: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.phone .nav-link {
    line-height: 1.7;
  }
}

@media screen and (max-width: 481px) {
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}

.banner .slider .block {
  position: relative;
}

.banner .slider .block .image {
  position: relative;
  height: calc(100vh - 75px);
  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.4);
}

.banner .slider .block .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner .slider .block .text {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 9;
  width: 760px;
  padding-right: 15px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}

.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: 18px;
  color: #fff;
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  max-width: 450px;
}

.banner .slider .block .text .button {
  margin-top: 25px;
  position: relative;
  border-color: #fff;
}

.banner .slider .block .text .button a {
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 2px solid #e3c21d;
  display: inline-block;
  padding: 12px 32px;
  background-color: #e3c21d;
  color: #fff;
}

.banner .slider .block .text .button a:hover {
  background-color: #cdaf19;
  color: #fff;
}

.banner .slider .slick-arrow {
  z-index: 9;
}

.banner .slider .slick-arrow.left {
  left: 0;
}

.banner .slider .slick-arrow.right {
  right: 0;
}

.banner .slider .slick-arrow i {
  background-color: transparent;
  color: #fff;
  opacity: 0.6;
}

.banner .slider .slick-arrow i:hover {
  opacity: 1;
}

@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 .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .banner .slider .block .text {
    width: 100%;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    text-align: left;
    padding: 20px 15px;
  }
  .banner .slider .block .text h4 {
    margin-top: 15px;
    font-size: 16px;
  }
  .banner .slider .block .text .button {
    margin-top: 15px;
  }
  .banner .slider .block .text .button a {
    border-color: #e3c21d;
    color: #ffffff;
    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;
  }
}

.features .wrapper,
.features .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.features .wrapper.block,
.features .block.block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  padding: 60px 20px;
  background-color: #e3c21d;
}

.features .wrapper.block:first-child,
.features .block.block:first-child {
  background-color: #e74216;
}

.features .wrapper.block:last-child,
.features .block.block:last-child {
  background-color: #0a599d;
}

.features .wrapper.block .icon,
.features .block.block .icon {
  height: 60px;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  line-height: 55px;
  margin-right: 20px;
  margin-left: 20px;
}

.features .wrapper.block .icon img,
.features .block.block .icon img {
  max-width: 25px;
}

.features .wrapper.block .text h3,
.features .block.block .text h3 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.features .wrapper.block .text p,
.features .block.block .text p {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .features .wrapper.block,
  .features .block.block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    padding: 30px 20px;
  }
  .features .wrapper.block .icon,
  .features .block.block .icon {
    height: 60px;
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 55px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .features .wrapper.block .icon img,
  .features .block.block .icon img {
    max-width: 25px;
  }
  .features .wrapper.block .text h3,
  .features .block.block .text h3 {
    font-size: 17px;
    margin: 10px 0;
  }
  .features .wrapper.block .text p,
  .features .block.block .text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .features .wrapper,
  .features .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about {
  margin: 30px 0;
}

.about .about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .about-wrap .block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  margin-right: 30px;
}

.about .about-wrap .block.content-block {
  margin-right: 0;
  margin-left: 30px;
}

.about .about-wrap .block.content-block h4 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #525252;
  text-transform: uppercase;
}

.about .about-wrap .block.content-block p {
  font-size: 16px;
  color: #8a8a8a;
  padding: 30px 0;
}

.about .about-wrap .block.content-block .button .btn-primary {
  margin-left: 10px;
}

.page-who-we-are .about .about-wrap .block.content-block p {
  padding: 30px 0 0 0;
}

.page-who-we-are .about .about-wrap .block:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.page-who-we-are .about .about-wrap .block:last-child p {
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  .about {
    margin: 45px 0;
  }
  .about .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .about-wrap .block {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .about .about-wrap .block.content-block {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .about .about-wrap .block.content-block h4 {
    font-size: 24px;
  }
  .about .about-wrap .block.content-block p {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .about {
    margin: 30px 0;
  }
  .about .about-wrap .block {
    margin-bottom: 30px;
  }
  .about .about-wrap .block.content-block h4 {
    font-size: 22px;
  }
  .about .about-wrap .block.content-block p {
    font-size: 14px;
  }
}

@media screen and (max-width: 481px) {
  .about .about-wrap .block {
    margin-bottom: 20px;
  }
  .about .about-wrap .block.content-block h4 {
    font-size: 20px;
  }
  .about .about-wrap .block.content-block p {
    font-size: 13px;
    padding: 20px 0;
  }
  .page-who-we-are .about .about-wrap .block.content-block p {
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 321px) {
  .about .about-wrap .block.content-block h4 {
    font-size: 18px;
  }
}

.features1 {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 60px 0 0 0;
}

.features1 .wrapper {
  padding-right: 40px;
}

.features1 .wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.features1 .wrapper li:last-child {
  margin-bottom: 0;
}

.features1 .wrapper li .icon {
  margin: 5px 20px 5px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
}

.features1 .wrapper li .icon img {
  width: 70px;
}

.features1 .wrapper li .text h5 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.features1 .wrapper li .text p {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.features1 .features-image {
  margin-top: -100px;
}

@media screen and (max-width: 1200px) {
  .features1 {
    padding: 40px 0;
  }
  .features1 .wrapper {
    padding-right: 0;
  }
  .features1 .wrapper li {
    margin-bottom: 30px;
  }
  .features1 .wrapper li .text h5 {
    font-size: 16px;
  }
  .features1 .features-image {
    margin-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .features1 .wrapper li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .features1 .wrapper li .icon {
    margin: 0 0 10px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .features1 .wrapper li .icon img {
    max-width: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .features1 .features-image {
    display: none;
  }
}

.services .wrapper .text h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #e3c21d;
  margin: 15px 0 8px 0;
}

.services .wrapper .button {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.services .wrapper .slick-arrow i {
  font-size: 16px;
}

.services .wrapper .slick-arrow.left {
  left: -50px;
}

.services .wrapper .slick-arrow.right {
  right: -50px;
  width: auto;
}

.gallery {
  position: relative;
}

.gallery .gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery .gallery-wrapper .picture {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.gallery .gallery-wrapper .picture img {
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery .gallery-wrapper .picture::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  background: rgba(227, 194, 29, 0.4);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gallery .gallery-wrapper .picture .back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  display: none;
  -webkit-animation: fade-inout 0.6s linear;
          animation: fade-inout 0.6s linear;
}

@-webkit-keyframes fade-inout {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-inout {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

.gallery .gallery-wrapper .picture .back p {
  opacity: 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}

.gallery .gallery-wrapper .picture .back i {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  padding-top: 5px;
}

.gallery .gallery-wrapper .picture:hover::before {
  height: 100%;
  width: 100%;
}

.gallery .gallery-wrapper .picture:hover .back {
  display: inherit;
}

.gallery .gallery-wrapper .picture:hover .back p,
.gallery .gallery-wrapper .picture:hover .back i {
  opacity: 1;
}

/* for gallery page */
.page-gallery .gallery {
  padding-bottom: 0;
}

/* for gallery page */
@media screen and (max-width: 992px) {
  .gallery .gallery-wrapper .picture img {
    height: 180px;
  }
  .gallery .gallery-wrapper .picture .back p {
    font-size: 14px;
  }
  .gallery .gallery-wrapper .picture .back i {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .gallery .gallery-wrapper .picture img {
    height: 140px;
  }
  .gallery .gallery-wrapper .picture .back p {
    font-size: 13px;
    line-height: 1.3;
  }
  .gallery .gallery-wrapper .picture .back i {
    font-size: 13px;
  }
}

@media screen and (max-width: 577px) {
  .gallery .gallery-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gallery .gallery-wrapper .picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .gallery .gallery-wrapper .picture img {
    height: 200px;
  }
  .gallery .gallery-wrapper .picture .back p {
    font-size: 13px;
    line-height: 1.3;
  }
  .gallery .gallery-wrapper .picture .back i {
    font-size: 13px;
  }
}

@media screen and (max-width: 481px) {
  .gallery .gallery-wrapper .picture img {
    height: 170px;
  }
}

@media screen and (max-width: 340px) {
  .gallery .gallery-wrapper .picture img {
    height: 140px;
  }
}

.section-quote {
  padding-top: 0;
}

.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%;
  -webkit-transform: translateX(-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: 48px;
}

.section-quote .wrapper .block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 990px;
  margin: 0 auto;
  margin-top: -150px;
  background-color: #fff;
  position: relative;
}

.section-quote .wrapper .block-wrapper .block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.section-quote .wrapper .block-wrapper .block .quote-wrap {
  padding: 40px;
  -webkit-box-shadow: 2px 4px 11px 4px #f8f8f8;
          box-shadow: 2px 4px 11px 4px #f8f8f8;
}

.section-quote .wrapper .block-wrapper .block .quote-wrap .form .form-control {
  font-size: 13px;
  color: #8a8a8a;
  line-height: 1.2;
  background-color: transparent;
  height: 38px;
  border-radius: 0;
  padding: 10px;
  text-transform: none;
  font-weight: 400;
}

.section-quote .wrapper .block-wrapper .block .quote-wrap .form textarea {
  resize: none;
  min-height: 100px;
}

.section-quote .wrapper .block-wrapper .block .quote-wrap .form .btn-custom-small {
  background-color: #e3c21d;
  text-transform: capitalize;
  border-color: #e3c21d;
}

.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 {
  -webkit-transform: scale(1.02);
          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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .section-quote .wrapper .block-wrapper .block .quote-man {
    display: none;
  }
}

.testimonial {
  background: url("../images/testimonialbg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
}

.testimonial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.testimonial .title {
  position: relative;
}

.testimonial .title h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.testimonial .title h2 span {
  color: #e3c21d;
}

.testimonial .title p {
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-top: 8px;
}

.testimonial .testimonial-slider {
  position: relative;
  z-index: 3;
}

.testimonial .testimonial-slider::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(138, 138, 138, 0.3);
  z-index: -1;
}

.testimonial .testimonial-slider .slick-arrow i {
  font-size: 16px;
}

.testimonial .testimonial-slider .testimonial-block .image {
  margin-top: 20px;
}

.testimonial .testimonial-slider .testimonial-block .image img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.testimonial .testimonial-slider .testimonial-block p {
  font-size: 16px;
  width: 600px;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
}

.testimonial .testimonial-slider .testimonial-block h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 5px;
}

.testimonial .testimonial-slider .testimonial-block h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 577px) {
  .testimonial .testimonial-slider .testimonial-block .image {
    margin-top: 20px;
  }
  .testimonial .testimonial-slider .testimonial-block p {
    font-size: 14px;
    width: auto;
    margin: 0 40px;
    padding: 30px 0;
  }
  .testimonial .testimonial-slider .testimonial-block h5 {
    font-size: 16px;
  }
  .testimonial .testimonial-slider .testimonial-block h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 481px) {
  .testimonial .testimonial-slider .testimonial-block .image {
    margin-top: 20px;
  }
  .testimonial .testimonial-slider .testimonial-block p {
    font-size: 13px;
    margin: 0 20px;
  }
  .testimonial .testimonial-slider .testimonial-block h6 {
    font-size: 13px;
  }
}

footer {
  background: black;
}

footer .footer-top {
  background: url(../images/call-action.jpg) no-repeat center center/cover;
  padding: 60px 0;
  position: relative;
  background-attachment: fixed;
}

footer .footer-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

footer .footer-top h1,
footer .footer-top a {
  color: #fff;
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

footer .footer-top h1 a,
footer .footer-top a a {
  display: inline;
  color: #000;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

footer .footer-middle {
  padding: 50px 0;
}

footer .footer-middle .footer-wrapper .logo img {
  max-width: 150px;
}

footer .footer-middle .footer-wrapper .title {
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 15px;
}

footer .footer-middle .footer-wrapper .desc {
  font-size: 15px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}

footer .footer-middle .footer-wrapper .footer-title {
  color: #fff;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 800;
}

footer .footer-middle .footer-wrapper ul.quick-links a {
  color: #fff;
  font-size: 16px;
}

footer .footer-middle .footer-wrapper ul li {
  padding-bottom: 16px;
}

footer .footer-middle .footer-wrapper ul li .icon {
  padding-right: 10px;
}

footer .footer-middle .footer-wrapper ul li .icon i {
  font-size: 16px;
  color: #fff;
}

footer .footer-middle .footer-wrapper ul li .text h6 {
  font-size: 14px;
}

footer .footer-middle .footer-wrapper ul li .text a {
  color: #fff;
  font-size: 16px;
}

footer .footer-middle .footer-wrapper ul li .text-dark {
  font-family: "Piazzolla", serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
}

footer .footer-middle .footer-wrapper ul li .social-icons a {
  color: #fff;
}

footer .footer-middle .footer-wrapper ul li .social-icons a i {
  font-size: 14px;
}

footer .footer-bottom {
  background: black;
  padding: 20px 0;
}

footer .footer-bottom .footer-wrapper .menus {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
}

footer .footer-bottom .footer-wrapper .menus a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

footer .footer-bottom .footer-wrapper .block,
footer .footer-bottom .footer-wrapper a {
  color: #fff;
  font-size: 16px;
}

footer .footer-bottom .footer-wrapper .block a,
footer .footer-bottom .footer-wrapper a a {
  display: inline;
  color: #e3c21d;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  footer .container {
    max-width: 900px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-top {
    padding: 50px 0;
  }
  footer .footer-top h1,
  footer .footer-top a {
    font-size: 22px;
  }
  footer .footer-middle {
    text-align: center;
    padding: 50px 0;
  }
  footer .footer-middle .footer-wrapper .logo img {
    max-width: 90px;
  }
  footer .footer-middle .footer-wrapper .title {
    font-size: 20px;
    padding-top: 20px;
  }
  footer .footer-middle .footer-wrapper .desc {
    font-size: 13px;
  }
  footer .footer-middle .footer-wrapper .footer-title {
    font-size: 20px;
    padding: 20px 0;
  }
  footer .footer-middle .footer-wrapper ul li {
    padding-bottom: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-middle .footer-wrapper ul li .icon {
    padding-right: 10px;
  }
  footer .footer-middle .footer-wrapper ul li .icon i {
    font-size: 16px;
    color: #000000;
  }
  footer .footer-middle .footer-wrapper ul li .text h6 {
    font-size: 14px;
  }
  footer .footer-middle .footer-wrapper ul li .text a {
    color: #000;
    font-size: 15px;
  }
  footer .footer-middle .footer-wrapper ul li .social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-middle .footer-wrapper ul li .social-icons a i {
    font-size: 16px;
  }
  footer .footer-bottom {
    padding: 20px 0;
  }
  footer .footer-bottom .footer-wrapper .menus {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  footer .footer-bottom .footer-wrapper .menus a {
    font-size: 16px;
    font-weight: 400;
  }
  footer .footer-bottom .footer-wrapper .block,
  footer .footer-bottom .footer-wrapper a {
    font-size: 15px;
  }
}

.page-service {
  padding: 60px 0;
}

.page-service .wrapper .section-heading {
  padding-bottom: 30px;
}

.page-service .wrapper .section-heading h6 {
  font-size: 26px;
  font-weight: 600;
  word-spacing: 0.05em;
  color: #e3c21d;
}

.page-service .wrapper .section-heading h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2e2e2e;
}

.page-service .wrapper .service-wrapper .service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.page-service .wrapper .service-wrapper .service-block .image {
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.page-service .wrapper .service-wrapper .service-block .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% + 60px);
          flex: 0 0 calc(50% + 60px);
  margin: 0 0 0 -60px;
  padding: 20px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px -5px #e3c21d;
          box-shadow: 0 0 10px -5px #e3c21d;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.page-service .wrapper .service-wrapper .service-block .content .title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #000;
  text-align: left;
  padding-bottom: 10px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.page-service .wrapper .service-wrapper .service-block .content .desc p {
  padding-bottom: 10px;
  font-size: 14px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.page-service .wrapper .service-wrapper .service-block .content:hover {
  background: #e3c21d;
}

.page-service .wrapper .service-wrapper .service-block .content:hover .title {
  color: #ffffff;
}

.page-service .wrapper .service-wrapper .service-block .content:hover .desc p {
  color: #ffffff;
}

.page-service .wrapper .service-wrapper .service-block.alternative .content {
  margin: 0 -60px 0 0;
  z-index: 1;
}

.page-service .wrapper .service-wrapper .service-block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .page-service {
    padding: 40px 0;
  }
  .page-service .wrapper .service-wrapper .service-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-service .wrapper .service-wrapper .service-block .image {
    width: 100%;
  }
  .page-service .wrapper .service-wrapper .service-block .content {
    width: 90%;
    margin: -40px 0 0 0;
    padding: 10px 30px;
    text-align: center;
  }
  .page-service .wrapper .service-wrapper .service-block .content .desc p {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .page-service .wrapper .service-wrapper .service-block.alternative {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-service .wrapper .service-wrapper .service-block.alternative .content {
    width: 90%;
    margin: -40px 0 0 0;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 768px) {
  .page-service {
    padding: 30px 0;
  }
  .page-service .wrapper .service-wrapper .service-block .content .title {
    font-size: 28px;
  }
  .page-service .wrapper .service-wrapper .service-block .content .desc p {
    font-size: 14px;
  }
}

@media screen and (max-width: 481px) {
  .page-service .wrapper .section-heading {
    padding-bottom: 20px;
  }
  .page-service .wrapper .section-heading h6 {
    font-size: 20px;
  }
  .page-service .wrapper .section-heading h3 {
    font-size: 16px;
  }
  .page-service .wrapper .service-wrapper .service-block .content {
    padding: 10px 20px;
  }
  .page-service .wrapper .service-wrapper .service-block .content .title {
    font-size: 22px;
  }
  .page-service .wrapper .service-wrapper .service-block .content .desc p {
    font-size: 13px;
  }
}

.contact_us .contact-wrapper .contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_us .contact-wrapper .contact-block.block-left {
  margin-right: -120px;
  position: relative;
  z-index: 33;
}

.contact_us .contact-wrapper .contact-block .ofyc-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding: 0 20px;
}

.contact_us .contact-wrapper .contact-block .ofyc-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid rgba(227, 194, 29, 0.1);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px -3px #e3c21d;
          box-shadow: 0 0 6px -3px #e3c21d;
  position: relative;
}

.contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  border: 1px solid #000000;
  background-color: #000000;
  margin-right: 20px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.contact_us .contact-wrapper .contact-block .ofyc-info .info .icon i {
  font-size: clamp(0.8125rem, 2vw, 1rem);
  line-height: 60px;
  color: #ffffff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.contact_us .contact-wrapper .contact-block .ofyc-info .info .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

.contact_us .contact-wrapper .contact-block .ofyc-info .info .text h5 {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 500;
  color: #e3c21d;
  line-height: 1.3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.contact_us .contact-wrapper .contact-block .ofyc-info .info .text h6 {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.contact_us .contact-wrapper .contact-block .ofyc-info .info::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: rgba(227, 194, 29, 0.7);
  border-radius: 5px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover::before {
  width: 100%;
  height: 100%;
}

.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .icon {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .icon i {
  color: #000000;
}

.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .text h5,
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .text h6 {
  color: #ffffff;
}

.contact_us .contact-wrapper .contact-block .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(60% + 30px);
          flex: 0 0 calc(60% + 30px);
  padding: 40px 60px;
  -webkit-box-shadow: 0 0 12px -8px #000000;
          box-shadow: 0 0 12px -8px #000000;
  background-color: #ffffff;
}

.contact_us .contact-wrapper .contact-block .form .form-title h6 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  word-spacing: 0.2rem;
  padding-bottom: 30px;
}

.contact_us .contact-wrapper .contact-block .map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.contact_us .contact-wrapper .contact-block .map iframe {
  height: 699px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .contact_us .contact-wrapper .contact-block.block-left {
    margin-right: -80px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    padding: 40px 40px;
  }
}

@media screen and (max-width: 992px) {
  .contact_us .contact-wrapper .contact-block.block-left {
    margin-right: 0;
    padding: 60px 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 40px);
            flex: 0 0 calc(40% - 40px);
    margin: 0 30px 0 10px;
    padding: 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
    margin-right: 15px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% + 30px - 90px);
            flex: 0 0 calc(60% + 30px - 90px);
  }
  .contact_us .contact-wrapper .contact-block .map iframe {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .contact_us .contact-wrapper .contact-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    width: 50%;
    margin: 0;
    text-align: left;
    padding: 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
    margin-right: 15px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    width: 100%;
    padding: 40px 40px;
  }
  .contact_us .contact-wrapper .contact-block .map {
    width: 100%;
  }
}

@media screen and (max-width: 577px) {
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    width: 100%;
  }
}

.form {
  width: 100%;
}

.form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.form .form-group label {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 500;
  text-transform: capitalize;
  color: #525252;
  padding-bottom: 5px;
}

.form .form-group .form-fill {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #8a8a8a;
  border: 1px solid rgba(138, 138, 138, 0.3);
  resize: none;
}

.form .form-group .form-fill:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form .form-group .form-fill::-webkit-input-placeholder {
  color: #525252;
  font-weight: 300;
}

.form .form-group .form-fill:-ms-input-placeholder {
  color: #525252;
  font-weight: 300;
}

.form .form-group .form-fill::-ms-input-placeholder {
  color: #525252;
  font-weight: 300;
}

.form .form-group .form-fill::placeholder {
  color: #525252;
  font-weight: 300;
}

.form .form-submit .btn {
  border-radius: 40px;
}

.thanks {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

.thanks .icon {
  padding-top: 60px;
  width: 100%;
}

.thanks .icon i {
  font-size: 72px;
  color: #000000;
}

.thanks .message {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-top: 30px;
}

.thanks .message h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #333;
}

.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #494949;
  padding: 20px 0;
}

.thanks .redirect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #e3c21d;
  border: 1px solid #e3c21d;
  transition: 0.3s ease-in-out;
  padding: 10px;
  margin-bottom: 20px;
}

.thanks .redirect i {
  color: #ffffff;
  padding-right: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.thanks .redirect h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}

.thanks .redirect:hover i {
  color: #4b83fc;
}

.thanks .redirect:hover h5 {
  color: #4b83fc;
}
