@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 #dfa527;
  background-color: #dfa527;
  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: #dfa527;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 20px;
  font-size: 12px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #dfa527;
  color: #dfa527;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #dfa527;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #dfa527;
  color: #fff;
  border-color: #dfa527;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #dfa527;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #030303;
  color: #fff;
  border-color: #030303;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #030303;
  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(223, 165, 39, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #b8861b;
  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.1);
}

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

.section-map iframe {
  display: block;
  height: 450px;
  width: 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: #030303;
}
@media screen and (max-width: 992px) {
  .socials {
    display: flex;
    flex-direction: row;
  }
  .socials li a {
    border-color: rgba(223, 165, 39, 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;
  display: none;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #dfa527;
}

.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: 30px;
  padding-bottom: 8px;
}
.section-header h2 {
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #1c1c1c;
}
.section-header h2 span {
  color: #030303;
}
.section-header h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #dfa527;
  margin: 10px auto;
}
.section-header h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.section-header.left {
  border-left: 5px solid #dfa527;
  padding: 2px 0 2px 20px;
  text-align: left;
}
.section-header.left h2::after {
  display: none;
}

@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;
  }
  .section-map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .section-header h2 {
    font-size: 20px;
  }
  .section-header h6 {
    font-size: 13px;
  }
  .section-map iframe {
    height: 240px;
  }
}
header {
  transition: 0.4s all;
  background-color: #36454F;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#106a93+0,487de7+30,4b369d+60,4b369d+60,70369d+100 */
  background: linear-gradient(to right, rgb(16, 106, 147) 0%, rgb(72, 125, 231) 30%, rgb(75, 54, 157) 60%, rgb(75, 54, 157) 60%, rgb(112, 54, 157) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
header .top-bar {
  background-color: #000;
}
header .top-bar .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header .top-bar .wrapper i,
header .top-bar .wrapper span {
  display: inline-block;
  font-size: 13px;
  color: #fff;
}
header .top-bar .wrapper i {
  margin-right: 8px;
}
header .top-bar .wrapper h3 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
header .top-bar .wrapper .item-wrapper {
  flex: 0 0 50%;
  justify-content: flex-end;
  padding: 10px;
}
header .top-bar .social-links {
  margin-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .top-bar .social-links::before {
  content: "|";
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-right: 15px;
}
header .top-bar .social-links i {
  margin-right: 0;
  margin-left: 10px;
}
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;
  align-items: center;
}
header .navbar-collapse .logo {
  flex: 0 0 20%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
header .navbar-collapse .logo .navbar-brand {
  display: block;
  z-index: 9999;
  overflow: inherit;
}
header .navbar-collapse .logo .navbar-brand figure {
  max-width: 110px;
  position: relative;
}
header .navbar-collapse .navbar-nav {
  flex: 0 0 40%;
  align-items: center;
}
header .navbar-collapse .navbar-nav .mobile-only {
  display: none;
}
header .navbar-collapse .navbar-nav.left .nav-item:first-child .nav-link {
  padding-left: 0;
  margin-left: 0;
}
header .navbar-collapse .navbar-nav.right {
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav.right .nav-item:last-child .nav-link {
  padding-right: 0;
  margin-right: 0;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 10px;
  padding: 0 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
header .navbar-collapse .navbar-nav .nav-link.button {
  border: 1px solid #dfa527;
  padding: 7px 22px;
  color: #dfa527;
  font-size: 13px;
}
header .navbar-collapse .navbar-nav .nav-link.button:hover {
  background-color: #dfa527;
  color: #fff;
}
header .navbar-collapse .navbar-nav .nav-link:hover {
  color: #030303;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #36454F;
  box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
header.fixed-header .top-bar {
  display: none;
}
header.fixed-header .navbar {
  padding-bottom: 0;
}
header.fixed-header .navbar-collapse .logo {
  margin-top: -10px;
}
header.fixed-header .navbar-collapse .logo .navbar-brand {
  padding-bottom: 0;
}
header.fixed-header .navbar-collapse .logo .navbar-brand figure {
  max-width: 100px;
}

@media screen and (max-width: 992px) {
  header .top-bar {
    display: none;
  }
  header .navbar .navbar-brand {
    padding: 0;
    margin: 0;
    display: block;
  }
  header .navbar .navbar-brand figure {
    max-width: 80px;
  }
  header .navbar-collapse .logo {
    display: none;
  }
  header .navbar-collapse .navbar-nav {
    flex: 0 0 100%;
    align-items: center;
  }
  header .navbar-collapse .navbar-nav .mobile-only {
    display: block;
  }
  header .navbar-collapse .navbar-nav .mobile-only .item a {
    color: #fff;
  }
  header .navbar-collapse .navbar-nav .mobile-only .social-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .mobile-only .social-links a {
    margin: 4px;
    color: #fff;
  }
  header .navbar-collapse .navbar-nav.left .nav-item {
    padding: 0;
    margin: 0;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 8px 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
  }
  header .navbar-collapse .navbar-nav .nav-link.button {
    border: 1px solid #dfa527;
    padding: 7px 22px;
    color: #dfa527;
    font-size: 13px;
  }
  header .navbar-collapse .navbar-nav .nav-link.button:hover {
    background-color: #dfa527;
    color: #fff;
  }
  header .navbar-collapse .navbar-nav .nav-link:hover {
    color: #030303;
  }
}
.banner {
  position: relative;
}
.banner .slider .block {
  position: relative;
}
.banner .slider .block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  width: 100%;
  background: url(../images/shape.png) no-repeat center 100%/contain;
  display: none;
}
.banner .slider .block .image {
  position: relative;
  max-height: calc(100vh - 135px);
  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: 100%;
  width: 100%;
  max-width: initial;
}
.banner .slider .block .text {
  position: absolute;
  bottom: 0;
  left: auto;
  width: 450px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}
.banner .slider .block .text h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 10px;
}
.banner .slider .block .text .button {
  margin: 0;
  margin-top: 25px;
  position: relative;
  border-color: #fff;
}
.banner .slider .block .text .button a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 8px 32px 8px 45px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
  color: #fff;
  position: relative;
}
.banner .slider .block .text .button a i {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 1px solid #fff;
  height: 28px;
  width: 28px;
  line-height: 28px;
}
.banner .slider .block .text .button a:hover {
  background-color: #fff;
  color: #1c1c1c;
}
.banner .slider .block .text .button a:hover i {
  border-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;
}

.bannerform {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  width: 400px;
  padding: 40px 60px;
}
.bannerform .form-title h4 {
  font-size: 20px;
  color: #fff;
  word-spacing: 0.02em;
  padding-bottom: 20px;
}
.bannerform .form-wrapper {
  display: flex;
  flex-direction: column;
}
.bannerform .form-wrapper .form-info {
  margin-bottom: 20px;
  font-size: 14px;
  padding: 8px 10px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  resize: none;
}
.bannerform .form-wrapper .form-info option {
  padding: 0;
  color: #333;
}
.bannerform .form-wrapper .form-info::placeholder {
  color: #fff;
}
.bannerform .form-wrapper .form-submit-btn {
  display: inline-block;
  padding: 8px 10px;
  font-size: 14px;
  color: #333;
  width: 150px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  transition: 0.3s ease-in-out;
}
.bannerform .form-wrapper .form-submit-btn:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .bannerform {
    width: 320px;
    padding: 20px;
  }
  .bannerform .form-title h4 {
    font-size: 18px;
  }
  .bannerform .form-wrapper .form-info {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .bannerform .form-wrapper textarea {
    height: 80px;
  }
  .bannerform .form-wrapper .form-submit-btn {
    padding: 12px 10px;
    font-size: 14px;
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slider .block .text h4 {
    font-size: 16px;
  }
  .banner .slider .block .text .desc {
    font-size: 14px;
  }
  .banner .slider .block .text .button a {
    font-size: 13px;
  }
  .bannerform {
    position: relative;
    transform: translateY(0);
    right: 0;
    width: 100%;
    padding: 40px;
    background: rgba(0, 0, 0, 0.9);
  }
  .bannerform .form-wrapper .form-submit-btn {
    width: 165px;
    padding: 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider .block .text {
    width: 100%;
    position: relative;
    background-color: #dfa527;
    margin-top: -40px;
  }
  .banner .slider .block .text h4 {
    font-size: 14px;
    font-weight: 400;
  }
  .banner .slider .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .block .image {
    height: 300px;
    width: auto;
  }
  .banner .slider .block .image img {
    width: auto;
  }
  .banner .slider .block .text .desc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.section-about {
  position: relative;
  background-color: #36454F;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#106a93+0,487de7+30,4b369d+60,4b369d+60,70369d+100 */
  background: linear-gradient(135deg, #106a93 0%, #487de7 30%, #4b369d 60%, #4b369d 60%, #70369d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section-about .section-header h2,
.section-about .section-header span {
  color: #fff;
}
.section-about .about-desc p {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  color: #dedede;
  line-height: 1.6;
  max-width: 765px;
  margin: 0 auto;
  text-align: center;
}
.section-about .about-desc .button {
  text-align: center;
  margin-top: 30px;
}
.section-about .about-desc .button .btn {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding: 10px 32px;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
}
.section-about .about-desc .button .btn:hover {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

@media screen and (max-width: 767px) {
  .section-about {
    position: relative;
  }
  .section-about .about-desc p {
    font-size: 14px;
    padding: 10px;
    margin-top: -20px;
  }
  .section-about .about-desc .button {
    margin-top: 20px;
  }
  .section-about .about-desc .button .btn {
    font-size: 12px;
    padding: 8px 26px;
  }
}
.section-features {
  position: relative;
  overflow: hidden;
}
.section-features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/feature-bg.jpg) no-repeat center 100%/cover;
  opacity: 0.7;
}
.section-features::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(54, 69, 79, 0.85);
  z-index: 1;
}
.section-features .section-header {
  position: relative;
  z-index: 2;
}
.section-features .section-header h2 {
  color: #fff;
}
.section-features .section-header h2 span {
  color: #fff;
}
.section-features .wrapper {
  position: relative;
  z-index: 2;
}
.section-features .wrapper .item img {
  width: 100%;
}
.section-features .wrapper .item .content {
  background-color: #fff;
  text-align: center;
  padding: 10px 10px 30px 10px;
}
.section-features .wrapper .item .content .icon i {
  font-size: 40px;
  color: #030303;
  height: 80px;
  width: 80px;
  background-color: #fff;
  margin-top: -30px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
}
.section-features .wrapper .item .content h3 {
  font-size: 18px;
  color: #1c1c1c;
  margin-bottom: 30px;
}
.section-features .wrapper .item .content h3::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #dedede;
  margin: 15px auto;
}

@media screen and (max-width: 991px) {
  .section-features .wrapper {
    position: relative;
  }
  .section-features .wrapper .item .content .icon {
    margin-top: -10px;
  }
  .section-features .wrapper .item .content .icon i {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .section-features .wrapper .item .content h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.section-services {
  background: url(../images/service-bg.jpg) no-repeat center 100%/cover;
  position: relative;
}
.section-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#106a93+0,487de7+30,4b369d+60,4b369d+60,70369d+100 */
  background: linear-gradient(135deg, #106a93 0%, #487de7 30%, #4b369d 60%, #4b369d 60%, #70369d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section-services .section-header {
  position: relative;
}
.section-services .section-header h2 {
  color: #fff;
}
.section-services .section-header h2 span {
  color: #fff;
}
.section-services .block {
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.section-services .block .text {
  text-align: center;
  padding: 15px 15px 20px 15px;
}
.section-services .block .text .title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
}
.section-services .block .text .button {
  margin-top: 20px;
  text-align: center;
  display: none;
}
.section-services .block::before, .section-services .block::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 95%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.section-services .block::after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

@media screen and (max-width: 992px) {
  .section-services .block .text {
    padding: 10px 6px;
  }
  .section-services .block .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section-services .block {
    margin-bottom: 20px;
  }
  .section-services .block .text {
    padding: 10px;
  }
  .section-services .block .text .title {
    font-size: 16px;
  }
}
.mfp-gallery {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.2);
}

.section-gallery {
  background-color: #36454F;
}
.section-gallery .section-header h2 {
  color: #fff;
}
.section-gallery .section-header h2 span {
  color: #fff;
}
.section-gallery .main-button {
  margin-top: 30px;
  text-align: center;
}

.section-quote .main-image {
  height: 500px;
  background: #36454F url(../images/quote.jpg) no-repeat center center/cover;
  position: relative;
}
.section-quote .main-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.section-quote .main-image .text {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  color: #fff;
  text-align: center;
}
.section-quote .main-image .text h6,
.section-quote .main-image .text h3 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-quote .main-image .text h3 {
  font-size: 48px;
}
.section-quote .wrapper {
  background-color: #36454F;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#106a93+0,487de7+30,4b369d+60,4b369d+60,70369d+100 */
  background: linear-gradient(135deg, #106a93 0%, #487de7 30%, #4b369d 60%, #4b369d 60%, #70369d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section-quote .wrapper .block-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 990px;
  margin: 0 auto;
  margin-top: -150px;
  background-color: #fff;
  position: relative;
}
.section-quote .wrapper .block-wrapper .block {
  flex: 0 0 50%;
}
.section-quote .wrapper .block-wrapper .block .quote-wrap {
  padding: 40px;
}
.section-quote .wrapper .block-wrapper .block .quote-wrap .form .form-control {
  font-size: 13px;
  color: #8a8a8a;
  line-height: 1.2;
  background-color: #f8f8f8;
  height: 38px;
}
.section-quote .wrapper .block-wrapper .block .quote-wrap .form textarea {
  resize: none;
  min-height: 100px;
}
.section-quote .wrapper .block-wrapper .block .quote-man {
  max-width: 400px;
  margin-left: calc(100% - 400px);
}
.section-quote .wrapper .block-wrapper .block .quote-man:hover img {
  transform: scale(1.02);
}

@media screen and (max-width: 991px) {
  .section-quote .main-image {
    height: 400px;
  }
  .section-quote .main-image .text {
    top: 100px;
  }
  .section-quote .main-image .text h6,
.section-quote .main-image .text h3 {
    font-size: 16px;
  }
  .section-quote .main-image .text h3 {
    font-size: 24px;
  }
  .section-quote .wrapper .block-wrapper .block {
    flex: 0 0 50%;
  }
  .section-quote .wrapper .block-wrapper .block .quote-wrap {
    padding: 20px;
  }
  .section-quote .wrapper .block-wrapper .block .quote-wrap .form .form-control {
    height: 34px;
  }
  .section-quote .wrapper .block-wrapper .block .quote-man {
    max-width: 350px;
    margin-left: calc(100% - 350px);
  }
}
@media screen and (max-width: 768px) {
  .section-quote .main-image {
    height: 300px;
  }
  .section-quote .main-image .text {
    top: 80px;
  }
  .section-quote .wrapper .block-wrapper {
    max-width: 450px;
    margin-top: -100px;
  }
  .section-quote .wrapper .block-wrapper .block {
    flex: 0 0 100%;
  }
  .section-quote .wrapper .block-wrapper .block .quote-man {
    display: none;
  }
}
.section-testimonials {
  background-color: #36454F;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#106a93+0,487de7+30,4b369d+60,4b369d+60,70369d+100 */
  background: linear-gradient(135deg, #106a93 0%, #487de7 30%, #4b369d 60%, #4b369d 60%, #70369d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section-testimonials .section-header h2 {
  color: #fff;
}
.section-testimonials .section-header h2 span {
  color: #fff;
}
.section-testimonials .wrapper .block {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  margin: 5px;
  border-radius: 6px;
  box-shadow: 0px 4px 47px 0px rgba(160, 190, 212, 0.22);
}
.section-testimonials .wrapper .block .image img {
  width: 70px;
  height: 70px;
  object-position: center;
  object-fit: cover;
  line-height: 70px;
  border-radius: 100%;
  margin: 0 auto;
}
.section-testimonials .wrapper .block .title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #1c1c1c;
  margin-top: 20px;
}
.section-testimonials .wrapper .block .subtitle {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin: 8px 0;
  color: #dfa527;
}
.section-testimonials .wrapper .block .subtitle::after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background-color: #dfa527;
  margin: 20px auto 10px auto;
}
.section-testimonials .wrapper .block .ratings {
  margin-top: 20px;
}
.section-testimonials .wrapper .block .ratings i {
  margin: 1px;
  color: #ffd21f;
}

@media screen and (max-width: 767px) {
  .section-testimonials .wrapper .block .title {
    font-size: 18px;
  }
  .section-testimonials .wrapper .block .subtitle {
    font-size: 14px;
  }
  .section-testimonials .wrapper .block .subtitle::after {
    margin: 10px auto 10px auto;
  }
}
.section-brands {
  padding-top: 0;
  background-color: #36454F;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#106a93+0,487de7+30,4b369d+60,4b369d+60,70369d+100 */
  background: linear-gradient(45deg, rgb(16, 106, 147) 0%, rgb(72, 125, 231) 30%, rgb(75, 54, 157) 60%, rgb(75, 54, 157) 60%, rgb(112, 54, 157) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section-brands .section-header h2 {
  color: #fff;
}
.section-brands .wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
}
.section-brands .wrapper ul li {
  text-align: center;
}
.section-brands .wrapper ul li img {
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .section-brands .wrapper {
    padding: 25px;
  }
}
footer {
  background-color: #303030;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#106a93+0,487de7+30,4b369d+60,4b369d+60,70369d+100 */
  background: linear-gradient(135deg, #106a93 0%, #487de7 30%, #4b369d 60%, #4b369d 60%, #70369d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 50px 0 35px 0;
}
footer .footer-block .logo {
  margin-top: -20px;
  margin-bottom: 10px;
}
footer .footer-block .logo img {
  max-width: 220px;
}
footer .footer-block .about p {
  font-size: 14px;
  color: #fff;
  padding-right: 30px;
}
footer .footer-block .about strong {
  font-size: 16px;
  display: block;
}
footer .footer-block .follow {
  margin-top: 30px;
}
footer .footer-block .follow h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
footer .footer-block .follow ul {
  display: flex;
  flex-direction: row;
}
footer .footer-block .follow ul li {
  margin-right: 10px;
}
footer .footer-block .follow ul li a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
  color: #fff;
}
footer .footer-block .follow ul li a i {
  margin: 0;
  font-size: 13px;
}
footer .footer-block .follow ul li a:hover {
  background-color: #fff;
  color: #dfa527;
}
footer .footer-block .footer-title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer-title h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0;
}
footer .footer-block .footer-title h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background-color: #fff;
  margin-top: 10px;
}
footer .footer-block .footer-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  margin-top: 4px;
  background-color: #030303;
}
footer .footer-block .links h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}
footer .footer-block .links li {
  margin: 10px 0;
}
footer .footer-block .links li a {
  font-size: 14px;
  color: #fff;
  margin: 8px 0;
  padding: 3px 0;
}
footer .footer-block .links li i {
  margin-right: 8px;
}
footer .footer-block .links li .info {
  font-size: 14px;
  color: #fff;
  word-break: break-all;
}
footer .footer-block .links li a,
footer .footer-block .links li .info:hover {
  color: #dfa527;
}
footer .footer-block .links.menu li a {
  position: relative;
  color: #fff;
}
footer .footer-block .links.menu li a::before {
  content: "\f054";
  font-size: 12px;
  margin-right: 10px;
  font-family: "fontAwesome";
}
footer .footer-block .links .links {
  margin-top: 15px;
  display: flex;
}
footer .footer-block .links .links li {
  margin: 0;
}
footer .footer-block .links .links li:first-child a {
  margin-left: 0;
}
footer .footer-block .links .links a {
  margin: 0 7px;
  color: #fff;
}
footer .footer-block .list {
  flex-wrap: wrap;
}
footer .footer-block .list li {
  flex: 0 0 calc(50% - 30px);
  margin: 0 15px 15px 0;
}

.footer-bottom {
  background-color: #1c1c1c;
  padding: 8px 0;
}
.footer-bottom .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.footer-bottom .wrapper p {
  color: #f8f8f8;
}
.footer-bottom .wrapper a {
  color: #fff;
  margin-left: 6px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  footer {
    background-color: #151515;
    padding: 50px 0 35px 0;
  }
  footer .footer-block .about p {
    padding-right: 15px;
  }
  footer .footer-block .links h5 {
    font-size: 14px;
  }
  footer .footer-block .links.information li .info span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 35px 0 20px 0;
  }
  footer .footer-block {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer-block .about p {
    padding: 10px;
    margin-bottom: 20px;
  }
  footer .footer-block .follow ul {
    justify-content: center;
  }
  footer .footer-block .footer-title h3 {
    font-size: 14px;
  }
  footer .footer-block .footer-title h3::after {
    margin: 10px auto;
    margin-bottom: 0;
  }
  footer .footer-block .footer-title::after {
    margin: 4px auto;
  }
  footer .footer-block .links.menu li a::before {
    display: none;
  }
  footer .footer-block .links .links {
    justify-content: center;
  }
  footer .footer-block .list {
    justify-content: center;
  }
  footer .footer-block .list li {
    flex: 0 0 calc(25% - 30px);
    margin: 0 8px 8px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  footer .footer-block .list li {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 15px 0;
  }
}

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