@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: "Montserrat", sans-serif;
  color: #8a8a8a;
}

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

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  border: 2px solid #e48009;
  background-color: #e48009;
  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: #e48009;
  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: #e48009;
  color: #e48009;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #e48009;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #e48009;
  color: #fff;
  border-color: #e48009;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #e48009;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #0a599d;
  color: #fff;
  border-color: #0a599d;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #0a599d;
  color: #000;
}

@media screen and (max-width: 991px) {
  .btn-small,
  .form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
  .form-control-view-all,
  .form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(228, 128, 9, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #b36407;
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

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

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

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

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

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

p {
  line-height: 1.7;
}

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

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

i {
  transition: 0.4s all;
}

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

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

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

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

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

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

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

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

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

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

.section {
  padding: 80px 0;
}

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

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

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

@media screen and (max-width: 991px) {
  .banner .slider .block .image {
    height: 100%;
  }
  .banner .slider .block .image img {
    height: 400px;
  }
  .banner .slider .block .text h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .banner .slider .block .text h2 {
    font-size: 16px;
  }
  .banner .slider .block .text .desc {
    font-size: 14px;
  }
  .banner .slider .block .text .button a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider .block .image {
    min-height: 400px;
  }
  .banner .slider .block .image img {
    min-height: 400px;
  }
  .banner .slider .block .text {
    width: 100%;
    position: static;
    transform: translate(0);
    text-align: center;
  }
  .banner .slider .block .text h4 {
    margin-top: 15px;
    font-size: 16px;
  }
  .banner .slider .block .text h2 {
    color: #8a8a8a;
  }
  .banner .slider .block .text .desc {
    color: #8a8a8a;
  }
  .banner .slider .block .text .button {
    margin-top: 15px;
  }
  .banner .slider .block .text .button a {
    border-color: #e48009;
    color: #e48009;
    font-size: 12px;
    padding: 8px 20px;
    border-width: 1px;
  }
  .banner .slider .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .block .image {
    height: 400px;
  }
  .banner .slider .block .text h4 {
    font-size: 16px;
  }
  .banner .slider .block .text h2 {
    font-size: 18px;
  }
  .banner .slider .block .text .desc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.section-call-to-action {
  background: url(../images/section-pattern.png) no-repeat center 100%/cover;
  background-attachment: fixed;
}
.section-call-to-action .content {
  text-align: center;
}
.section-call-to-action .content h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin: 35px 0 20px 0;
  color: #1c1c1c;
}
.section-call-to-action .content .image {
  max-width: 100px;
  margin: 0 auto;
}
.section-call-to-action .content h1 {
  font-size: 45px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #782e25;
  margin-top: 30px;
  transition: 0.4s all;
}
.section-call-to-action .content h1:hover {
  color: #e9ae0c;
}

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

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

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

@media screen and (max-width: 991px) {
  .testimonials-section .testimonial-block::after {
    top: -25px;
    font-size: 25px;
  }
  .testimonials-section .testimonial-block .block .desc,
  .testimonials-section .testimonial-block .block p {
    font-size: 14px;
  }
  .testimonials-section .testimonial-block .slick-arrow i {
    font-size: 30px;
  }
  .testimonials-section .testimonial-block .slick-arrow.left {
    left: -15px;
  }
  .testimonials-section .testimonial-block .slick-arrow.right {
    right: -40px;
  }
}
@media screen and (max-width: 576px) {
  .testimonials-section .testimonial-block .slick-arrow {
    display: none !important;
  }
  .testimonials-section .testimonial-block .block .info {
    margin-top: 20px;
  }
  .testimonials-section .testimonial-block .block .info .user-image img {
    height: 50px;
    width: 50px;
  }
  .testimonials-section .testimonial-block .block .info .text {
    margin-left: 15px;
  }
  .testimonials-section .testimonial-block .block .info .text h2 {
    font-size: 16px;
  }
  .testimonials-section .testimonial-block .block .info .text h6 {
    font-size: 13px;
  }
}
.services-page {
  background-color: #f4fcfd;
  padding: 30px 0px 10px 0px;
}
.services-page .container .heading {
  text-align: center;
  padding: 0px 0px 50px 0px;
}
.services-page .container .services-offer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
.services-page .container .services-offer .figure {
  width: 500px;
  overflow: hidden;
}
.services-page .container .services-offer .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-page .container .services-offer .figure img:hover {
  scale: 1.02;
}
.services-page .container .services-offer .content .services-heading {
  margin-bottom: 20px;
  color: #525252;
}
.services-page .container .services-offer:nth-child(even) .content {
  grid-row: 2/1;
}

@media screen and (max-width: 992px) {
  .services-page .container .heading {
    font-size: 28px;
  }
  .services-page .container .services-offer {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
  .services-page .container .services-offer .figure {
    width: 100%;
  }
  .services-page .container .services-offer .content {
    width: 100%;
  }
  .services-page .container .services-offer .content .services-heading {
    margin-bottom: 10px;
    text-align: center;
  }
  .services-page .container .services-offer .content .services-description {
    line-height: 20px;
    text-align: center;
  }
  .services-page .container .row-rev {
    flex-direction: none;
  }
}
@media screen and (max-width: 400px) {
  .services-page .container .heading {
    font-size: 18px;
  }
  .services-page .container .services-offer .content .services-heading {
    font-size: 16px;
  }
  .services-page .container .services-offer .content .services-description {
    line-height: 18px;
    font-size: 12px;
  }
}
.about-us-page {
  background-color: #f4fcfd;
  padding: 30px 0px 10px 0px;
}
.about-us-page .container .about-fig {
  height: 600px;
}
.about-us-page .container .about-fig img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-us-page .container .heading {
  text-align: center;
  padding: 20px 0px 0px 0px;
}
.about-us-page .container .discription {
  padding: 10px 0px;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  .about-us-page .container .about-fig {
    height: 400px;
  }
  .about-us-page .container .heading {
    font-size: 28px;
  }
  .about-us-page .container .discription {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 400px) {
  .about-us-page .container .about-fig {
    height: 400px;
  }
  .about-us-page .container .heading {
    font-size: 18px;
  }
  .about-us-page .container .discription {
    font-size: 14px;
    line-height: 18px;
  }
}
.contact-us_page {
  background-color: #f4fcfd;
  padding: 30px 0px 10px 0px;
}
.contact-us_page .container .heading {
  text-align: center;
}
.contact-us_page .container .sub-heading {
  text-align: center;
}
.contact-us_page .container .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}
.contact-us_page .map {
  margin: 20px 0px;
}
.contact-us_page .map iframe {
  width: 100%;
}

form {
  padding: 30px 20px;
  border: 2px solid #e48009;
}
form input {
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 5px 5px;
  font-size: 16px;
  border: 2px solid #e48009;
  font-weight: 600;
}
form ::placeholder {
  color: #e48009;
  opacity: 1; /* Firefox */
}
form textarea {
  width: 100%;
  border: 2px solid #e48009;
  font-size: 16px;
  margin-bottom: 20px;
}
form button {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #e48009;
  border: 2px solid #e48009;
  padding: 10px;
  background-color: transparent;
}
form button:hover {
  background-color: #e48009;
  color: #f8f8f8;
  border: 2px solid #f8f8f8;
}

@media screen and (max-width: 992px) {
  .contact-us_page .container .heading {
    font-size: 28px;
  }
  .contact-us_page .container .flex-container {
    flex-direction: column;
  }
  .contact-us_page .container .flex-container form {
    padding: 20px 20px;
  }
  .contact-us_page .map {
    height: 300px;
  }
  .contact-us_page .map iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 400px) {
  .contact-us_page .container .heading {
    font-size: 18px;
  }
  .contact-us_page .container .sub-heading {
    font-size: 14px;
  }
  .contact-us_page .container .flex-container form {
    padding: 20px 20px;
  }
  .contact-us_page .container .flex-container form input {
    margin: 0px 0px 10px 0px;
    padding: 2px 2px;
    font-size: 14px;
  }
  .contact-us_page .container .flex-container form button {
    font-size: 14px;
    padding: 5px;
  }
  .contact-us_page .map {
    margin: 20px 0px;
    height: 150px;
  }
  .contact-us_page .map iframe {
    width: 100%;
    height: 100%;
  }
}
.inner-page-section {
  background-color: #f4fcfd;
  padding: 30px 50px 30px 50px;
}
.inner-page-section .heading {
  text-align: center;
  color: #782e25;
  font-weight: 700;
  padding: 0px 0px 0px 0px;
}
.inner-page-section .image-categories {
  margin-top: 50px;
}
.inner-page-section .image-categories .categories-heading {
  font-size: 22px;
  text-align: center;
}
.inner-page-section .image-categories .images-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.inner-page-section .image-categories .images-row .figure {
  width: 100%;
  aspect-ratio: 1/1;
}
.inner-page-section .image-categories .images-row .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 400px) {
  .inner-page-section .heading {
    font-weight: 700;
    font-size: 18px;
  }
  .inner-page-section .image-categories {
    margin-top: 20px;
  }
  .inner-page-section .image-categories .categories-heading {
    font-size: 12px;
  }
  .inner-page-section .image-categories .images-row {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
footer {
  background-color: #151515;
  padding: 50px 0 35px 0;
}
footer .block-wrapper {
  align-items: center;
}
footer .block-wrapper .block {
  flex: 0 0 31%;
}
footer .block-wrapper .block .title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
footer .block-wrapper .block .logo {
  max-width: 120px;
  margin: 0 auto;
}
footer .block-wrapper .block .list {
  margin-top: 20px;
}
footer .block-wrapper .block .list .name {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
footer .block-wrapper .block .list .name span {
  display: block;
}
footer .block-wrapper .block .list p {
  font-size: 14px;
  color: #fff;
  padding: 10px;
}
footer .block-wrapper .block .list .info {
  font-size: 14px;
  color: #fff;
  margin: 7px 0;
}
footer .block-wrapper .block .list .info i {
  margin-right: 8px;
}
footer .block-wrapper .block .list .info.d-flex {
  justify-content: flex-start;
}
footer .block-wrapper .block .list .info.d-flex a {
  margin-right: 8px;
  color: #fff;
  font-size: 16px;
}
footer .block-wrapper .block .list.review {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer .block-wrapper .block .list.review li a {
  max-width: 110px;
  margin-left: 20px;
  margin-bottom: 20px;
}
footer .block-wrapper .block.right {
  text-align: right;
}
footer .block-wrapper .block.center {
  text-align: center;
  flex: 0 0 38%;
}

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

@media screen and (max-width: 991px) {
  footer {
    padding: 35px 0 25px 0;
  }
  footer .block-wrapper .block .title {
    font-size: 18px;
  }
  footer .block-wrapper .block .list.review li a {
    max-width: 85px;
  }
}
@media screen and (max-width: 767px) {
  footer .block-wrapper {
    flex-direction: column;
  }
  footer .block-wrapper .block {
    flex: 0 0 100%;
    text-align: center;
  }
  footer .block-wrapper .block .title {
    font-size: 16px;
  }
  footer .block-wrapper .block .list .info.d-flex {
    justify-content: center;
  }
  footer .block-wrapper .block .list .info.d-flex a {
    margin: 0 5px;
  }
  footer .block-wrapper .block .list.review {
    justify-content: center;
  }
  footer .block-wrapper .block.right {
    text-align: center;
  }
  footer .block-wrapper .block.center {
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  footer .block-wrapper .block .list.review {
    justify-content: center;
    width: 210px;
  }
  footer .block-wrapper .block .list.review li {
    flex: 0 0 50%;
  }
}
.freequote {
  background-color: #f4fcfd;
  padding: 30px 0px 10px 0px;
}
.freequote .container .heading {
  text-align: center;
}
.freequote .container .sub-heading {
  text-align: center;
}
.freequote .container .quote-row {
  margin: 50px 0px;
  padding: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 60px;
  background-color: #dedede;
}
.freequote .container .quote-row .contact .list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.freequote .container .quote-row .contact .list .quote-item {
  width: 100%;
  padding: 10px 20px;
  border: 2px solid #e48009;
  text-align: center;
  color: black;
  font-weight: 600;
}
.freequote .container .quote-row .contact .list .quote-item:hover {
  background-color: #e48009;
  color: white;
}
.freequote .container .quote-row .contact .list .d-flex {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.freequote .container .quote-row .contact .list .d-flex a {
  background-color: #e48009;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
}
.freequote .container .quote-row .contact .list .d-flex a:hover {
  background-color: transparent;
  border: 2px solid #e48009;
  color: black;
}

@media screen and (max-width: 992px) {
  .freequote .container .quote-row {
    padding: 30px;
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
  }
  .freequote .container .quote-row .contact {
    height: 300px;
  }
}

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