.position-relative {
  position: relative;
}

.call-us {
  color: #fff;
}

.call-us [class^="icon-"] {
  color: #fff;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  line-height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.call-us:hover {
  color: #fff;
}

.call-us:hover [class^="icon-"] {
  background: transparent;
  border: 2px solid #fff;
}

.logo {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.logo:hover {
  color: #fff;
}

.site-nav {
  position: absolute;
  top: 40px;
  z-index: 9;
  width: 100%;
}

.site-nav {
  padding-bottom: 20px;
}

.site-nav h1,
.site-nav .h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.site-nav .site-navigation .site-menu {
  display: inline-block;
  margin-bottom: 0;
}

.site-nav .site-navigation .site-menu > li {
  display: inline-block;
}

.site-nav .site-navigation .site-menu > li > a {
  font-size: 14px;
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.7);
}

.site-nav .site-navigation .site-menu > li > a:hover {
  color: #fff;
}

.site-nav .site-navigation .site-menu > li.active > a {
  color: #fff;
}

.site-nav .site-navigation .site-menu .has-children {
  position: relative;
}

.site-nav .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-nav .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-nav .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  z-index: 999;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 7px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}

.site-nav .site-navigation .site-menu .has-children .dropdown .active a {
  color: #037ef3 !important;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 5px 20px;
  display: block;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  color: #037ef3;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown li a:hover,
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul li a:hover {
  color: #037ef3;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  color: #037ef3;
}

.site-nav .site-navigation .site-menu .has-children:hover > a,
.site-nav .site-navigation .site-menu .has-children:focus > a,
.site-nav .site-navigation .site-menu .has-children:active > a {
  color: #fff;
}

.site-nav .site-navigation .site-menu .has-children:hover,
.site-nav .site-navigation .site-menu .has-children:focus,
.site-nav .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-nav .site-navigation .site-menu .has-children:hover > .dropdown,
.site-nav .site-navigation .site-menu .has-children:focus > .dropdown,
.site-nav .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px;
}

.site-mobile-menu-close > span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}

.site-mobile-menu-close > span:before,
.site-mobile-menu-close > span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #000;
}

.site-mobile-menu-close > span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-mobile-menu-close > span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas-menu .site-mobile-menu {
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 5px 20px;
  display: block;
  position: relative;
  color: #000;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #037ef3;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #037ef3;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 14px;
  z-index: 20;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 14px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 14px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 14px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #000;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #000;
}

.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(0, 0, 0, 0.8) !important;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover,
.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
  background: #000;
  -webkit-transition: .0s all ease;
  -o-transition: .0s all ease;
  transition: .0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #000;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #037ef3 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
  color: #037ef3 !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger.light:before,
.burger.light span,
.burger.light:after {
  background: #fff;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #1b1c1e;
  color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.logo {
  font-family: "Playfair Display", serif;
}

a,
.btn {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

.btn {
  padding: 15px 30px;
  border-radius: 4px;
  border-color: none;
  font-size: 14px;
}

.btn:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.btn.btn-outline-white {
  border-color: #fff;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background-color: #fff;
  color: #000;
}

.btn.btn-black {
  background: #000;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.644);
}

.btn.btn-black:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.btn.has-arrow {
  padding-right: 50px;
  position: relative;
}

.btn.has-arrow [class^="icon-"] {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-control {
  height: 54px;
  background-color: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.02);
  color: #fff;
}

.form-control:active,
.form-control:focus {
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-select {
  height: 54px;
  background-color: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.02);
  color: #fff;
}

.form-select:active,
.form-select:focus {
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}

.form-select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

option {
  color: black;
}

textarea {
  height: auto !important;
}

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #1b1c1e;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero {
  background-image: url('/images/hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.hero.overlay {
  position: relative;
}

.hero.overlay:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.hero.overlay.darker:before {
  background-color: rgba(0, 0, 0, 0.7);
}

@media(max-width: 576px) {
  .hero {
    background-position-x: -90px;
  }
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.hero .heading {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .hero .heading {
    font-size: 30px;
  }
}

.section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media (max-width: 991.98px) {
  .section {
    padding-bottom: 2rem;
  }
}

.section .section-count-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}

.section .section-count-wrap .number {
  line-height: 1;
  color: #fff;
  opacity: .1;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 7em;
}

.section .subheading-2 {
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.section .subheading {
  position: absolute;
  left: 100%;
  font-weight: bold;
  bottom: 0;
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.section .heading {
  font-size: 45px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .section .heading {
    font-size: 30px;
  }
}

.sec-about-me .bg-1 {
  position: relative;
}

.sec-about-me .bg-1:after {
  position: absolute;
  content: "";
  background-color: #0f0f11;
  height: 300px;
  bottom: -50px;
  width: 300%;
  margin-left: -100px;
  z-index: -1;
}

.sec-about-me .img-wrap {
  position: relative;
  margin-top: -150px;
}

@media (max-width: 991.98px) {
  .sec-about-me .img-wrap {
    position: relative;
    margin-top: 0;
  }
}

.media-2 {
  background-color: #0f0f11;
  padding: 20px;
  padding-bottom: 80px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
}

.media-2 div:nth-of-type(2) {
  margin-right: 10px;
  opacity: .3;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  color: #fff;
}

.media-2 div:nth-of-type(1) h3,
.media-2 div:nth-of-type(1) .h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.media-2 div:nth-of-type(2) [class^="icon-"] {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 18px;
  color: #fff;
  opacity: .3;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.media-2:hover,
.media-2:focus {
  background-color: #037ef3;
}

.media-2:hover div:nth-of-type(2) [class^="icon-"],
.media-2:focus div:nth-of-type(2) [class^="icon-"] {
  opacity: 1;
}

.custom-nav-slider a {
  color: #fff;
  opacity: .5;
}

.custom-nav-slider a:hover,
.custom-nav-slider a.active {
  opacity: 1;
}

.sec-list ul li {
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  font-weight: 300;
}

.sec-list ul li:before {
  left: 0;
  top: -.2rem;
  font-size: 18px;
  position: absolute;
  content: "\e5ca";
  font-family: 'icomoon';
}

.sec-list ul li a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
}

.sec-list ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.sec-list .box {
  background-color: rgba(255, 255, 255, 0.02);
  padding: 40px;
}

.custom-nav-slider a {
  display: block;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-nav-slider a.active {
  border-bottom: 1px solid white;
}

.bg-custom-light {
  background-color: rgba(255, 255, 255, 0.02);
}

.sec-testimonial .tabs .nav .nav-link .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-right: 20px;
}

.sec-testimonial .tabs .nav .nav-link .img img {
  border-radius: 50%;
}

.sec-testimonial .tabs .tab-content blockquote p {
  font-size: 30px;
}

@media (max-width: 991.98px) {
  .sec-testimonial .tabs .tab-content blockquote p {
    font-size: 18px;
  }
}

.circle {
  position: relative;
}

.circle:after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: -20px;
  top: 0;
  content: "";
  background-color: #037ef3;
  z-index: -1;
}

.form {
  position: relative;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 9;
  padding: 30px;
  background: #fff;
  margin-top: -50px;
}

#map {
  position: relative;
  width: 100%;
  height: 400px;
}

#map iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.quick-contact-item [class*="icon-"] {
  font-size: 2rem;
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 30px;
  border-radius: 50%;
  border: 2px solid #f8f9fa;
  text-align: center;
  position: relative;
}

.quick-contact-item [class*="icon-"]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quick-contact-item .text {
  font-size: 20px;
}

textarea {
  height: auto !important;
}

.site-footer {
  font-size: 15px;
  padding: 70px 0;
}

.site-footer a {
  color: #777;
  position: relative;
  display: inline-block;
}

.site-footer a:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  height: 20%;
  width: 100%;
  bottom: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .footer-cta h2,
.site-footer .footer-cta .h2 {
  font-size: 25px;
  color: #037ef3;
}

.site-footer .btn:before {
  display: none;
}

.site-footer .widget {
  margin-bottom: 40px;
  padding: 0px 5%;
  display: block;
}

.site-footer .widget h3,
.site-footer .widget .h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}

.site-footer .widget .links {
  width: 150px;
}

.site-footer .widget .links li {
  margin-bottom: 10px;
}

.site-footer .social li {
  display: inline-block;
}

.site-footer .social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
}

.site-footer .social li a:before {
  display: none;
}

.site-footer .social li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-footer .social li a:hover {
  background: #000000;
  color: #fff;
}

.qr {
  width: 120px;
  height: auto;
}

.logo {
  height: auto;
  width: 80%;
}

@media (min-width: 576px) {
  .logo {
    height: 72.4px;
    width: 258.0px;
  }
}

.pos-hero-main {
  margin-top: 17rem;
}

@media (min-width: 576px) {
  .pos-hero-main {
    margin-top: 20rem;
  }
}

.hero-sub-margin {
  margin: 0rem 0rem;
}

@media(max-width:576px) {
  .hero-sub-margin {
    margin: 5rem 0;
  }
}

.hero-button-margin {
  margin: 6rem 0rem;
}

@media(max-width:576px) {
  .hero-button-margin {
    margin: 3rem 0;
  }
}

.align-right {
  position: relative;
  float: right;
}

.img {
  max-width: 100%;
}

/* =================== */
.img-small {
  width: 2rem;
  height: auto;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  color: #fff;
}

/* =================== */