/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --ambed-font: 'Rubik', sans-serif;
  --ambed-reey-font: "reeyregular";
  --ambed-gray: #30363a;
  --ambed-gray-rgb: 48, 54, 58;
  --ambed-white: #ffffff;
  --ambed-white-rgb: 255, 255, 255;
  --ambed-black: #0b2537;
  --ambed-black-rgb: 11, 37, 55;
  --ambed-base: #00b0e0;
  --ambed-base-rgb: 0, 176, 224;
  --ambed-primary: #f2eeeb;
  --ambed-primary-rgb: 242, 238, 235;
  --ambed-bdr-color: #dadfe2;
  --ambed-bdr-color-rgb: 218, 223, 226;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--ambed-font, "Rubik", sans-serif);
  color: var(--ambed-gray, #8b827d);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--ambed-gray, #8b827d);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ambed-black, #0b2537);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--ambed-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--ambed-black, #0b2537);
  color: var(--ambed-white, #ffffff);
  font-size: 14px;
  font-weight: 700;
  padding: 15px 50px 15px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  color: var(--ambed-white, #ffffff);
}

.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--ambed-base, #00b0e0);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}

.thm-btn:hover:after {
  opacity: 1;
  width: 100%;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-bottom: 69px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  color: var(--ambed-base, #00b0e0);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.section-title__title {
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-top: 1px;
}

.section-title__line {
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title__line:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  content: "";
  background-color: var(--ambed-base, #00b0e0);
}

.section-title__line:after {
  position: absolute;
  bottom: 0;
  left: 45px;
  height: 2px;
  width: 4px;
  content: "";
  background-color: var(--ambed-black, #0b2537);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--ambed-base, #00b0e0);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--ambed-black, #0b2537);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--ambed-base, #00b0e0);
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--ambed-base, #00b0e0);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--ambed-black, #0b2537);
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  width: 100%;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
  position: relative;
}

.main-header__top {
  position: relative;
  display: block;
  background-color: var(--ambed-white, #ffffff);
  padding-bottom: 35px;
  margin-bottom: -35px;
}

.main-header__top:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 50%;
  content: "";
  background-color: #483e39;
}

.main-header__top:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 8px;
  width: 50%;
  content: "";
  background-color: var(--ambed-base, #00b0e0);
}

.main-header__top-inner {
  position: relative;
  display: block;
  padding: 36px 0 27px;
}

.main-header__logo {
  position: relative;
  display: block;
  float: left;
}

.main-header__top-right {
  position: relative;
  display: block;
  float: right;
}

.main-header__top-right-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0 2px;
}

.main-header__top-address-box {
  position: relative;
  display: block;
}

.main-header__top-address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li:before {
  position: absolute;
  top: -4px;
  bottom: -5px;
  right: -28px;
  content: "";
  width: 1px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}

.main-header__top-address li:last-child:before {
  display: none;
}

.main-header__top-address li+li {
  margin-left: 54px;
}

.main-header__top-address li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -3px;
}

.main-header__top-address li .icon span {
  font-size: 30px;
  color: var(--ambed-base, #00b0e0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li .icon--location span {
  font-size: 48px;
  margin-left: -12px;
  margin-right: -12px;
}

.main-header__top-address li .content {
  margin-left: 20px;
}

.main-header__top-address li .content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.main-header__top-address li .content h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.main-header__top-address li .content h5 a {
  color: var(--ambed-black, #0b2537);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-address li .content h5 a:hover {
  color: var(--ambed-base, #00b0e0);
}

.main-header__top-right-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
  margin-top: -3px;
}

.main-header__top-right-social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--ambed-black, #0b2537);
  font-size: 15px;
  background-color: var(--ambed-primary, #f2eeeb);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-header__top-right-social a:hover {
  color: var(--ambed-white, #ffffff);
}

.main-header__top-right-social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ambed-base, #00b0e0);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.main-header__top-right-social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-header__top-right-social a+a {
  margin-left: 10px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding-left: 40px;
  padding-right: 5px;
}

.main-menu__left {
  display: block;
  float: left;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__right {
  position: relative;
  display: block;
  float: right;
}

.main-menu__search-btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}

.main-menu__search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.main-menu__search-box:before {
  position: absolute;
  top: -8px;
  bottom: -7px;
  left: -30px;
  content: "";
  width: 1px;
  background-color: var(--ambed-bdr-color, #e2ddda);
}

.main-menu__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  color: var(--ambed-black, #0b2537);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--ambed-base, #00b0e0);
}

.stricky-header.main-menu {
  padding: 0px 0px;
  background-color: var(--ambed-white, #ffffff);
}

.stricky-header .main-menu__main-menu-box {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stricky-header .main-menu__wrapper-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 44px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--ambed-gray, #8b827d);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.main-menu .main-menu__list>li>a>.main-menu-border,
.stricky-header .main-menu__list>li>a>.main-menu-border {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 12px;
  border-left: 2px solid #0b2537;
  border-right: 2px solid #0b2537;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li>a>.main-menu-border:before,
.stricky-header .main-menu__list>li>a>.main-menu-border:before {
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: var(--ambed-base, #00b0e0);
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--ambed-black, #0b2537);
}

.main-menu .main-menu__list>li.current>a>.main-menu-border,
.main-menu .main-menu__list>li:hover>a>.main-menu-border,
.stricky-header .main-menu__list>li.current>a>.main-menu-border,
.stricky-header .main-menu__list>li:hover>a>.main-menu-border {
  -webkit-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
  height: 11px;
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 1px solid rgba(var(--ambed-black-rgb, 60, 53, 49), 0.1);
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  font-size: 16px;
  line-height: 30px;
  color: var(--ambed-gray, #8b827d);
  letter-spacing: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--ambed-base, #00b0e0);
  color: var(--ambed-white, #ffffff);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-three__main-menu-three-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-two-inner .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-three__main-menu-three-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-two-inner .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu-three__main-menu-three-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-two-inner .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--ambed-black, #0b2537);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--ambed-base, #00b0e0);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--ambed-base, #00b0e0);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--ambed-black, #0b2537);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--ambed-black, #0b2537);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .ambed-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--ambed-text-dark);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--ambed-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--ambed-base, #00b0e0);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--ambed-base, #00b0e0);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--ambed-black, #0b2537);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--ambed-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--ambed-white, #ffffff);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--ambed-base, #00b0e0);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--ambed-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--ambed-base, #00b0e0);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--ambed-base, #00b0e0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.15);
  z-index: 1;
}

.main-menu-two {
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.9);
  padding: 0 60px;
}

.stricky-header.main-menu-two {
  padding: 0 60px;
  background-color: var(--ambed-black, #0b2537);
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
}

.main-menu-two__left {
  display: block;
  float: left;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  float: left;
  padding: 32px 0;
  margin-right: 170px;
}

.main-menu-two__main-menu-two-box {
  display: block;
  float: right;
}

.main-menu-two__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  padding: 38px 0;
}

.main-menu-two__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--ambed-white, #ffffff);
  font-size: 15px;
  background-color: #0c3b4a;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu-two__social a:hover {
  color: var(--ambed-base, #00b0e0);
}

.main-menu-two__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ambed-white, #ffffff);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.main-menu-two__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu-two__social a+a {
  margin-left: 10px;
}

.main-menu-two__main-menu-two-inner {
  display: block;
  float: left;
  margin-left: 75px;
}

.main-menu-two__right {
  position: relative;
  display: block;
  float: right;
}

.main-menu-two__call-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
}

.main-menu-two__call {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu-two__call-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu-two__call-icon span {
  font-size: 30px;
  color: var(--ambed-base, #00b0e0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu-two__call-content {
  margin-left: 20px;
}

.main-menu-two__call-sub-title {
  font-size: 14px;
  line-height: 20px;
}

.main-menu-two__call-number {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.main-menu-two__call-number a {
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--ambed-base, #00b0e0);
}

.main-menu-two__search-box {
  position: relative;
  display: block;
  margin-left: 60px;
}

.main-menu-two__search-box:before {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -30px;
  width: 1px;
  content: "";
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.15);
}

.main-menu-two__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--ambed-base, #00b0e0);
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 43px;
  padding-bottom: 43px;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: #c1b8b3;
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--ambed-white, #ffffff);
}

.main-menu-two .main-menu__list>li>a .main-menu-border,
.stricky-header.main-menu-two .main-menu__list>li>a .main-menu-border {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: -43px;
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
}

.main-header-three__top {
  position: relative;
  display: block;
}

.main-header-three__top-inner {
  position: relative;
  display: block;
  background-color: var(--ambed-black, #0b2537);
  padding-left: 455px;
  padding-right: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-header-three__top-left {
  position: relative;
  display: block;
  float: left;
  
}

.main-header-three__top-address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-three__top-address li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-three__top-address li+li {
  margin-left: 30px;
}

.main-header-three__top-address li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-three__top-address li .icon span {
  font-size: 15px;
  color: #00b0e0;
}

.main-header-three__top-address li .text {
  margin-left: 10px;
}

.main-header-three__top-address li .text p {
  font-size: 12px;
  color: #ffffff;
}

.main-header-three__top-address li .text p a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-address li .text p a:hover {
  color: #00b0e0;
  
}

.main-header-three__top-right {
  position: relative;
  display: block;
  float: right;
}

.main-header-three__top-right-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-three__top-right-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-three__top-right-menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-three__top-right-menu li+li {
  margin-left: 20px;
}

.main-header-three__top-right-menu li a {
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-right-menu li a:hover {
  color: #00b0e0;
}

.main-header-three__top-right-social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}

.main-header-three__top-right-social a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-right-social a:hover {
  color: var(--ambed-base, #00b0e0);
}

.main-header-three__top-right-social a+a {
  margin-left: 25px;
}

.main-menu-three {
  padding: 0 80px;
}

.stricky-header.main-menu-three {
  padding: 0 80px;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
}

.main-menu-three__left {
  display: block;
  float: left;
}

.main-menu-three__logo-box {
  position: relative;
  display: block;
  width: 320px;
  min-width:320px;
  float: left;
}

.main-menu-three__logo-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10000000000px;
  content: "";
  right: 0;
  background-color: var(--ambed-black, #0b2537);
  z-index: -1;
}

.main-menu-three__logo-box:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  right: -5px;
  left: 0;
  background-color: var(--ambed-base, #00b0e0);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}

.main-menu-three__logo {
  position: relative;
  display: block;
  background-color: var(--ambed-black, #0b2537);
  padding: 5px 0 25px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}

.stricky-header .main-menu-three__logo {
  /*padding: 30px 0;*/
   padding: 5px 0 25px;
}

.main-menu-three__main-menu-three-box {
  display: block;
  float: right;
  margin-left: 50px;
}

.main-menu-three__right {
  position: relative;
  display: block;
  float: right;
}

.main-menu-three__search-btn-call {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 0;
}

.main-menu-three__search-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.main-menu-three__search {
  font-size: 24px;
  color: var(--ambed-black, #0b2537);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--ambed-base, #00b0e0);
}

.main-menu-three__btn-box {
  margin-left: 30px;
}

.main-menu-three__call {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}

.main-menu-three__call-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu-three__call-icon span {
  font-size: 30px;
  color: var(--ambed-base, #00b0e0);
}

.main-menu-three__call-number {
  margin-left: 20px;
}

.main-menu-three__call-number p {
  font-size: 12px;
  line-height: 15px;
}

.main-menu-three__call-number h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.main-menu-three__call-number h5 a {
  color: var(--ambed-black, #0b2537);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__call-number h5 a:hover {
  color: var(--ambed-base, #00b0e0);
}

.main-menu-three .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
  padding-top: 41px;
  padding-bottom: 41px;
}

.main-menu-three .main-menu__list>li>a .main-menu-border,
.stricky-header.main-menu-three .main-menu__list>li>a .main-menu-border {
  bottom: -41px;
}

.main-menu-three .main-menu__list>li>a .main-menu-border:before,
.stricky-header.main-menu-three .main-menu__list>li>a .main-menu-border:before {
  background-color: var(--ambed-base, #00b0e0);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--ambed-black, #0b2537);
  border: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  top: -35px;
  margin-bottom: -35px;
  z-index: 91;
}

.main-slider .swiper-container {
  width: 100%;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--ambed-black, #0b2537);
}

.main-slider .container {
  position: relative;
  padding-top: 165px;
  padding-bottom: 170px;
  z-index: 30;
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider .image-layer:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.4);
  z-index: -1;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: center;
}

.main-slider__icon {
  position: relative;
  display: block;
  margin-bottom: 21px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__icon img {
  width: auto;
}

.main-slider__sub-title-box {
  position: relative;
  display: block;
  max-width: 475px;
  height: 65px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__sub-title {
  font-size: 14px;
  color: var(--ambed-base, #00b0e0);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.main-slider__border-left {
  position: absolute;
  top: 9px;
  bottom: 0;
  left: 0;
  border-left: 6px solid var(--ambed-base, #00b0e0);
  border-top: 6px solid var(--ambed-base, #00b0e0);
  width: 70px;
}

.main-slider__border-right {
  position: absolute;
  top: 9px;
  bottom: 0;
  right: 0;
  border-right: 6px solid var(--ambed-base, #00b0e0);
  border-top: 6px solid var(--ambed-base, #00b0e0);
  width: 70px;
}

.main-slider__title {
  font-size: 70px;
  color: var(--ambed-white, #ffffff);
  font-weight: 900;
  line-height: 80px;
  margin-top: -36px;
  margin-bottom: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__title span {
  color: var(--ambed-base, #00b0e0);
  font-family: var(--ambed-reey-font, "reeyregular");
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn {
  background-color: var(--ambed-white, #ffffff);
  color: var(--ambed-black, #0b2537);
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__sub-title-box,
.main-slider .swiper-slide-active .main-slider__btn-box,
.main-slider .swiper-slide-active .main-slider__icon {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--ambed-white, #ffffff);
  font-size: 20px;
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.2);
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 1);
  color: var(--ambed-black, #0b2537);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}


/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: var(--ambed-primary, #f2eeeb);
}

.main-slider-three .container {
  position: relative;
  padding-top: 191px;
  padding-bottom: 200px;
  z-index: 30;
}

.main-slider-three .image-layer-three {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-three .image-layer-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f2eeeb;
  background: -webkit-gradient(linear, right top, left top, from(rgba(242, 238, 235, 0)), color-stop(40%, rgba(242, 238, 235, 0)), color-stop(69%, rgba(242, 238, 235, 0.795956)), color-stop(100%, #f2eeeb), to(#f2eeeb));
  background: linear-gradient(270deg, rgba(242, 238, 235, 0) 0%, rgba(242, 238, 235, 0) 40%, rgba(242, 238, 235, 0.795956) 69%, #f2eeeb 100%, #f2eeeb 100%);
  z-index: 2;
}

.main-slider-three .swiper-slide-active .image-layer-three {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider-three__content {
  position: relative;
  display: block;
}

.main-slider-three__sub-title {
  font-size: 20px;
  color: var(--ambed-base, #00b0e0);
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__title {
  font-size: 80px;
  line-height: 80px;
  color: var(--ambed-black, #0b2537);
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 21px;
  margin-bottom: 37px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__title span {
  position: relative;
  display: inline-block;
}

.main-slider-three__title span:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background-image: url(../images/shapes/main-slider-three-shape-1.png);
  background-repeat: no-repeat;
  width: 269px;
  height: 24px;
  content: "";
  z-index: -1;
}

.main-slider-three__btn-box {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__sub-title,
.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three .main-slider__nav .swiper-button-next,
.main-slider-three .main-slider__nav .swiper-button-prev {
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.2);
  color: var(--ambed-white, #ffffff);
}

.main-slider-three .main-slider__nav .swiper-button-next:hover,
.main-slider-three .main-slider__nav .swiper-button-prev:hover {
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 1);
  color: var(--ambed-white, #ffffff);
}



/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 245px 0 0;
  margin-top: -156px;
}

.services-one-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--ambed-black, #0b2537);
  z-index: 1;
}

.services-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--ambed-black, #0b2537);
  mix-blend-mode: luminosity;
  opacity: .08;
  z-index: 1;
}
.services-one-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--ambed-black, #0b2537);
  /*mix-blend-mode: luminosity;*/
  opacity: .08;
  z-index: 1;
}

.services-one .section-title {
  z-index: 3;
}

.services-one .section-title__tagline {
  color: #c1b8b3;
}

.services-one .section-title__title {
  color: var(--ambed-white, #ffffff);
}

.services-one .section-title__line:after {
  background-color: var(--ambed-white, #ffffff);
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 5;
}

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-one__img:before {
  position: absolute;
  content: '';
  background-color: var(--ambed-black, #0b2537);
  height: 0%;
  left: 0px;
  right: 0px;
  top: 0px;
  opacity: .8;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__img:after {
  position: absolute;
  content: '';
  background-color: var(--ambed-black, #0b2537);
  height: 0%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: .8;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__img:before,
.services-one__single:hover .services-one__img:after {
  height: 50%;
}

.services-one__img img {
  width: 100%;
}

.services-one__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 20px;
  left: 40px;
  height: 106px;
  width: 106px;
  background-color: var(--ambed-black, #0b2537);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.services-one__single:hover .services-one__icon {
  background-color: var(--ambed-base, #00b0e0);
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
  color: var(--ambed-white, #ffffff);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.services-one__content {
  position: relative;
  display: block;
  border: 1px solid var(--ambed-bdr-color, #e2ddda);
  background-color: var(--ambed-white, #ffffff);
  padding: 32px 39px 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__content {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.services-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 2px;
}

.services-one__title a {
  color: var(--ambed-black, #0b2537);
}


/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 120px 0 180px;
  z-index: 1;
}

.testimonial-one-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--ambed-black, #0b2537);
  z-index: -1;
}

.testimonial-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--ambed-black, #0b2537);
  mix-blend-mode: luminosity;
  opacity: .3;
  z-index: -1;
}

.testimonial-one__left {
  position: relative;
  display: block;
  margin-right: 40px;
  z-index: 22;
}

.testimonial-one__left .section-title {
  margin-bottom: 51px;
}

.testimonial-one__left .section-title__tagline {
  color: #c1b8b3;
}

.testimonial-one__left .section-title__title {
  color: var(--ambed-white, #ffffff);
}

.testimonial-one__left .section-title__line {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.testimonial-one__left .section-title__line:after {
  background-color: var(--ambed-white, #ffffff);
}

.testimonial-one__text {
  color: #c1b8b3;
}

.testimonial-one__right {
  position: relative;
  display: block;
  margin-top: 35px;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.testimonial-one__single {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 40px 40px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.testimonial-one__single:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.testimonial-one__quote {
  height: 57px;
  width: 57px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  color: var(--ambed-base, #00b0e0);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  top: -30px;
  left: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__quote {
  background-color: var(--ambed-base, #00b0e0);
  color: var(--ambed-white, #ffffff);
}

.testimonial-one__text-2 {
  font-size: 18px;
  line-height: 34px;
}

.testimonial-one__client-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
  padding-top: 30px;
  margin-top: 24px;
}

.testimonial-one__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-one__img img {
  width: auto !important;
  border-radius: 50%;
}

.testimonial-one__client-content {
  margin-left: 20px;
}

.testimonial-one__client-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 6px;
}

.testimonial-one__client-title {
  font-size: 12px;
  color: var(--ambed-base, #00b0e0);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 12px;
}

.testimonial-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -60px;
  left: 295px;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  margin: 0 auto !important;
  border-radius: 5px;
  height: 10px;
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 118px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  margin: 0;
  padding: 0 !important;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dot.active {
  background-color: var(--ambed-base, #00b0e0);
  opacity: 1;
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}


/*--------------------------------------------------------------
# More Services Two
--------------------------------------------------------------*/
.more-services-two {
  position: relative;
  display: block;
  margin-top: -150px;
  z-index: 1;
}

.more-services-two-shape {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .50;
}

.more-services-two-shape img {
  width: auto;
}

.more-services-two__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--ambed-black, #0b2537);
  padding: 57px 60px 57px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.more-services-two__img-box {
  position: relative;
  display: block;
}

.more-services-two__img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--ambed-black, #0b2537);
  border: 2px solid var(--ambed-base, #00b0e0);
}

.more-services-two__img img {
  border-radius: 50%;
  mix-blend-mode: luminosity;
  opacity: .30;
}

.more-services-two__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.more-services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.more-services-two__single:hover .more-services-two__icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.more-services-two__content {
  margin-left: 45px;
}

.more-services-two__sub-title {
  font-size: 16px;
  color: #c1b8b3;
}

.more-services-two__title {
  font-size: 30px;
  color: var(--ambed-white, #ffffff);
  font-weight: 700;
  margin-top: 13px;
  line-height: 36px;
}

.more-services-two__single-two {
  background-color: var(--ambed-base, #00b0e0);
}

.more-services-two__single-two .more-services-two__img {
  border: 2px solid var(--ambed-white, #ffffff);
}

.more-services-two__single-two .more-services-two__sub-title {
  color: #f0d9cd;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--ambed-black, #0b2537);
  margin-top: -110px;
  z-index: 1;
}

.site-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 202px 0 91px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: -12px;
}

.footer-widget__logo {
  position: relative;
  display: inline-block;
  padding-bottom: 22px;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  color: #c1b8b3;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--ambed-white, #ffffff);
  font-size: 15px;
  background-color: #0c3b4a;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--ambed-base, #00b0e0);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ambed-white, #ffffff);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a+a {
  margin-left: 10px;
}

.footer-widget__explore {
  position: relative;
  display: block;
  margin-left: 70px;
}

.footer-widget__title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--ambed-white, #ffffff);
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 32px;
}

.footer-widget__title:before {
  position: absolute;
  bottom: -9px;
  left: 0;
  height: 2px;
  width: 40px;
  content: "";
  background-color: var(--ambed-base, #00b0e0);
}

.footer-widget__title:after {
  position: absolute;
  bottom: -9px;
  left: 45px;
  height: 2px;
  width: 4px;
  content: "";
  background-color: var(--ambed-white, #ffffff);
}

.footer-widget__explore-list {
  position: relative;
  display: block;
}

.footer-widget__explore-list li+li {
  margin-top: 6px;
}

.footer-widget__explore-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #c1b8b3;
  padding-left: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
  color: var(--ambed-white, #ffffff);
}

.footer-widget__explore-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #c1b8b3;
  font-weight: 900;
  font-size: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover:before {
  color: var(--ambed-white, #ffffff);
}

.footer-widget__services {
  position: relative;
  display: block;
}

.footer-widget__services-list {
  position: relative;
  display: block;
}

.footer-widget__services-list li+li {
  margin-top: 6px;
}

.footer-widget__services-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #c1b8b3;
  padding-left: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__services-list li a:hover {
  color: var(--ambed-white, #ffffff);
}

.footer-widget__services-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #c1b8b3;
  font-weight: 900;
  font-size: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__services-list li a:hover:before {
  color: var(--ambed-white, #ffffff);
}

.footer-widget__contact {
  position: relative;
  display: block;
  margin-left: -30px;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
  margin-top: 9px;
}

.footer-widget__contact-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
  margin-bottom: 20px;
  padding-bottom: 9px;
}

.footer-widget__contact-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-widget__contact-list li .icon {
  height: 40px;
  width: 40px;
  background-color: #0c3b4a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li:hover .icon {
  background-color: var(--ambed-white, #ffffff);
}

.footer-widget__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--ambed-base, #00b0e0);
}

.footer-widget__contact-list li .text {
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.footer-widget__contact-list li .text h5 {
  font-size: 14px;
  color: #c1b8b3;
  font-weight: 400;
  line-height: 14px;
}

.footer-widget__contact-list li .text p {
  font-size: 16px;
  font-weight: 500;
  color: var(--ambed-white, #ffffff);
  padding-top: 4px;
}

.footer-widget__contact-list li .text p a {
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
  color: #c1b8b3;
}

.site-footer__bottom {
  position: relative;
  display: block;
  background-color: #0c3b4a;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 25px 0;
}

.site-footer__bottom-text {
  font-size: 15px;
  color: #c2b9b4;
}

.site-footer__bottom-text a {
  color: #c2b9b4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--ambed-white, #ffffff);
}

.site-footer-two {
  margin-top: 0;
}

.site-footer-two .site-footer__top {
  padding: 112px 0 91px;
}


/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
  position: relative;
  display: block;
  padding: 0px 0px 137px;
}

.welcome-one__left {
  position: relative;
  display: block;
  margin-left: -70px;
  margin-right: 270px;
}

.welcome-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.welcome-one__img-box:before {
  border-style: solid;
  border-width: 5px;
  border-color: #00b0e0;
  background-color: rgba(9, 9, 9, 0);
  position: absolute;
  right: -55px;
  top: 40px;
  width: 181px;
  height: 167px;
  content: "";
  z-index: -1;
}

.welcome-one__img-1 {
  position: relative;
  display: block;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  z-index: 3;
}

.welcome-one__img-1 img {
  width: 100%;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
}

.welcome-one__img-2 {
  position: absolute;
  top: 125px;
  right: -270px;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  z-index: 1;
}

.welcome-one__img-2 img {
  width: auto;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
}

.welcome-one__experience {
  position: absolute;
  bottom: -94px;
  left: 130px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 58px;
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 3;
}

.welcome-one__experience-shape {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.welcome-one__experience:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: var(--ambed-base, #00b0e0);
  content: "";
}

.welcome-one__experience-year h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.welcome-one__experience-text {
  font-size: 20px;
  line-height: 26px;
  margin-left: 16px;
}

.welcome-one__dot {
  position: absolute;
  bottom: -26px;
  left: -110px;
  opacity: .3;
}

.welcome-one__dot img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.welcome-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.welcome-one__right .section-title {
  margin-bottom: 49px;
}

.welcome-one__right .section-title__line {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.welcome-one__text {
  font-size: 18px;
  line-height: 34px;
}

.welcome-one__points {
  position: relative;
  display: block;
  margin-top: 32px;
}

.welcome-one__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-one__points li+li {
  margin-top: 8px;
}

.welcome-one__points li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-one__points li .icon span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid var(--ambed-base, #00b0e0);
}

.welcome-one__points li .icon span:before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  content: "";
  border: 2px solid var(--ambed-base, #00b0e0);
  border-radius: 50%;
}

.welcome-one__points li .text {
  margin-left: 20px;
}

.welcome-one__points li .text p {
  font-size: 18px;
  color: var(--ambed-black, #0b2537);
  font-weight: 500;
}

.welcome-one__person {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 9px;
  margin-top: 51px;
}

.welcome-one__person-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-one__person-img>img {
  border-radius: 50%;
}

.welcome-one__person-img:before {
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
  border: 2px solid var(--ambed-base, #00b0e0);
  content: "";
  border-radius: 50%;
}

.welcome-one__person-content {
  margin-left: 30px;
  position: relative;
  top: 7px;
}

.welcome-one__person-name {
  font-size: 24px;
  line-height: 34px;
  font-family: var(--ambed-reey-font, "reeyregular");
  color: var(--ambed-black, #0b2537);
}




/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  background-color: var(--ambed-primary, #f2eeeb);
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.services-two-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--ambed-primary, #f2eeeb);
  background-blend-mode: luminosity;
  opacity: .15;
  z-index: -1;
}

.services-two-shape-1 {
  position: absolute;
  top: 0;
  left: -170px;
}

.services-two-shape-1:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  border-top: 230px solid #e2ddda;
  border-left: 230px solid transparent;
  border-right: 230px solid transparent;
}

.services-two-shape-2 {
  position: absolute;
  top: 167px;
  left: 0;
}

.services-two-shape-2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-top: 160px solid transparent;
  border-left: 160px solid #ffffff;
  border-bottom: 160px solid transparent;
}

.services-two-shape-3 {
  position: absolute;
  bottom: -90px;
  right: 0;
}

.services-two-shape-3:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: "";
  border-top: 220px solid transparent;
  border-bottom: 220px solid transparent;
  border-right: 220px solid #e2ddda;
}

.services-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.services-two__img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.8);
  width: 0%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__single:hover .services-two__img:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
}

.services-two__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.services-two__content {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__single:hover .services-two__content {
  -webkit-filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
}

.services-two__content-inner {
  position: relative;
  display: block;
  background-color: var(--ambed-white, #ffffff);
  padding: 49px 20px 20px;
  -webkit-clip-path: polygon(0 1%, 100% 17%, 100% 100%, 0% 100%);
  clip-path: polygon(0 1%, 100% 17%, 100% 100%, 0% 100%);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__icon {
  position: absolute;
  top: -16px;
  left: 35px;
  height: 48px;
  width: 48px;
  background-color: var(--ambed-base, #00b0e0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.services-two__single:hover .services-two__icon {
  background-color: var(--ambed-black, #0b2537);
}

.services-two__icon span {
  font-size: 32px;
  color: var(--ambed-white, #ffffff);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.services-two__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 7px;
}

.services-two__title a {
  color: var(--ambed-black, #0b2537);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__title a {
  color: var(--ambed-base, #00b0e0);
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  position: relative;
  display: block;
  margin-top: -50px;
  z-index: 2;
}

.more-services .container {
  max-width: 1060px;
}

.more-services__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--ambed-base, #00b0e0);
  padding: 25px 50px;
}

.more-services__text {
  font-size: 18px;
  color: #f0d9cd;
  line-height: 34px;
}

.more-services__text span {
  font-weight: 500;
  color: var(--ambed-white, #ffffff);
}

.more-services__btn {
  padding: 10px 40px 10px;
}

.more-services__btn:hover {
  color: var(--ambed-base, #00b0e0);
}

.more-services__btn:after {
  background-color: var(--ambed-white, #ffffff);
}




/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
  position: relative;
  display: block;
  background-color: var(--ambed-black, #0b2537);
  z-index: 1;
}

.feature-three-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*mix-blend-mode: luminosity;*/
  opacity: 0.07;
  z-index: -1;
}

.feature-three__top {
  position: relative;
  display: block;
  top: -60px;
}

.feature-three__top-inner {
  position: relative;
  display: block;
  background-color: var(--ambed-white, #ffffff);
  padding: 50px 80px 17px;
  border-top-right-radius: 52px;
  border-bottom-left-radius: 52px;
  border-bottom-right-radius: 52px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.feature-three__top-icon-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-three__top-icon-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.feature-three__top-icon-content {
  position: relative;
  display: block;
}

.feature-three__top-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  background-color: var(--ambed-base, #00b0e0);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.feature-three__top-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--ambed-black, #0b2537);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.feature-three__top-icon-list li:hover .feature-three__top-icon:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.feature-three__top-icon span {
  font-size: 62px;
  color: var(--ambed-white, #ffffff);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-three__top-icon-list li:hover .feature-three__top-icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.feature-three__top-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 12px;
}

.feature-three__top-title a {
  color: var(--ambed-black, #0b2537);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-three__top-icon-list li:hover .feature-three__top-title a {
  color: var(--ambed-base, #00b0e0);
}

.feature-three__bottom {
  position: relative;
  display: block;
  padding-top: 60px;
}

.feature-three__bottom-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-three__bottom-left {
  margin-right: 30px;
}

.feature-three__bottom-text {
  font-size: 18px;
  color: #bab1ac;
  line-height: 34px;
}

.feature-three__bottom-text span {
  color: var(--ambed-white, #ffffff);
  font-weight: 500;
}

.feature-three__btn {
  padding: 10px 40px 10px;
  background-color: var(--ambed-white, #ffffff);
  color: var(--ambed-black, #0b2537);
}



/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  padding: 120px 0 240px;
  margin-top: 0;
  z-index: 1;
}

.services-three-bg-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 580px;
  background-color: var(--ambed-primary, #f2eeeb);
  z-index: 1;
}

.services-three-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  mix-blend-mode: luminosity;
  opacity: .15;
}


/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.project-three__top {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.project-three__top-left {
  position: relative;
  display: block;
}

.project-three__top-left .section-title {
  margin-bottom: 0;
}

.project-three__top-left .section-title__line {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.project-three__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.project-three__top-text {
  margin-top: 18px;
}

.project-three__bottom {
  position: relative;
  display: block;
}

.project-three__container {
  position: relative;
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.project-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-three__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.project-three__img-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  left: 60px;
  background-color: var(--ambed-base, #00b0e0);
  content: "";
  width: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__img-box::before {
  height: 100%;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-three__img-box:after {
  position: absolute;
  left: 0;
  bottom: 58px;
  background-color: var(--ambed-base, #00b0e0);
  content: "";
  height: 2px;
  width: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__img-box:after {
  width: 50%;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.project-three__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.9);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
}

.project-three__single:hover .project-three__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-property: all;
  transition-property: all;
}

.project-three__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-three__single:hover .project-three__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.project-three__arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-three__arrow a {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  color: var(--ambed-white, #ffffff);
}

.project-three__content {
  position: absolute;
  bottom: 50px;
  right: 40px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__content {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.project-three__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 38px;
}

.project-three__title a {
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-three__title a:hover {
  color: var(--ambed-base, #00b0e0);
}

.project-three__sub-title {
  color: var(--ambed-white, #ffffff);
  font-weight: 500;
  opacity: .4;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.couonter-one {
  position: relative;
  display: block;
  padding: 72px 0 43px;
  background-color: var(--ambed-black, #0b2537);
  z-index: 1;
}

.counter-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: .15;
  z-index: -1;
}

.couonter-one__list {
  position: relative;
  display: block;
}

.couonter-one__single {
  position: relative;
  float: left;
  margin-bottom: 30px;
}

.couonter-one__single+.couonter-one__single {
  margin-left: 80px;
}

.couonter-one__content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.couonter-one__icon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.couonter-one__icon-box span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--ambed-base, #00b0e0);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

.couonter-one__single:hover .couonter-one__icon-box span {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
  color: var(--ambed-white, #ffffff);
}

.couonter-one__count-box {
  margin-left: 20px;
  position: relative;
  top: -4px;
}

.couonter-one__count-box-inner {
  position: relative;
  display: block;
}

.couonter-one__count-box-inner h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 55px !important;
  font-family: var(--ambed-font, "Rubik", sans-serif) !important;
  color: var(--ambed-white, #ffffff);
}

.couonter-one__text {
  font-size: 16px;
  line-height: 16px;
  color: #c1b8b3;
}

.couonter-one .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  padding: 120px 0 170px;
  background-color: var(--ambed-primary, #f2eeeb);
  z-index: 1;
}

.testimonial-two-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: .15;
  z-index: -1;
}

.testimonial-two .section-title {
  margin-bottom: 109px;
}

.testimonial-two__inner {
  position: relative;
  display: block;
}

.testimonial-two__inner .testimonial-one__carousel.owl-carousel .owl-dots {
  left: 0;
  bottom: -50px;
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 1);
}




/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
  background-color: var(--ambed-primary, #f2eeeb);
  margin-top: -60px;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 515px;
  width: 100%;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 144px 0 118px;
  z-index: 1;
  margin-top: -35px;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.page-header-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.6);
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 40px;
  color: var(--ambed-white, #ffffff);
  font-weight: 900;
  line-height: 50px;
  margin-top: 10px;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #00b0e0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li+li {
  margin-left: 10px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: #00b0e0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--ambed-white, #ffffff);
}





/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--ambed-black, #0b2537);
  font-size: 30px;
  margin-bottom: 52px;
  font-weight: 700;
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--ambed-bdr-color, #e2ddda);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 45px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--ambed-black, #0b2537);
  margin-bottom: 26px;
  font-weight: 700;
}

.comment-one__content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.comment-one__btn {
  padding: 5px 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}

.comment-one__form .row {
  --bs-gutter-x: 20px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--ambed-primary, #f2eeeb);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--ambed-gray, #8b827d);
  display: block;
}

.comment-form__input-box textarea {
  font-size: 14px;
  color: var(--ambed-gray, #8b827d);
  height: 188px;
  width: 100%;
  background-color: var(--ambed-primary, #f2eeeb);
  padding: 18px 30px 30px;
  border: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 0px;
}

.comment-form__btn {
  border: none;
}

.comment-form__input-box.text-message-box {
  height: 188px;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.services-page--carousel {
  padding-bottom: 120px;
}







/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.gallery-page--carousel {
  padding-bottom: 120px;
}

.gallery-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.gallery-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.gallery-page__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.8);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateY(-102%);
  transform: translateY(-102%);
  z-index: 1;
}

.gallery-page__single:hover .gallery-page__img:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.gallery-page__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-page__single:hover .gallery-page__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-page__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.gallery-page__icon a {
  height: 77px;
  width: 77px;
  background-color: var(--ambed-base, #00b0e0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 22px;
  color: var(--ambed-white, #ffffff);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.gallery-page__single:hover .gallery-page__icon a {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.gallery-page__icon a:hover {
  background-color: var(--ambed-white, #ffffff);
  color: var(--ambed-black, #0b2537);
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.contact-page-shape-1 {
  position: absolute;
  bottom: 95px;
  right: 0;
  opacity: .50;
}

.contact-page-shape-1 img {
  width: auto;
}

.contact-page__left {
  position: relative;
  display: block;
}

.contact-page__left .section-title__line {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__form .comment-form__input-box.text-message-box {
  height: 155px;
}

.contact-page__form .comment-form__input-box textarea {
  height: 155px;
}

.contact-page__right {
  position: relative;
  display: block;
  margin-left: 40px;
}

.contact-page__details {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding-top: 34px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  border-top: 4px solid var(--ambed-base, #00b0e0);
}

.contact-page__details-list {
  position: relative;
  display: block;
}

.contact-page__details-list li+li {
  margin-top: 28px;
}

.contact-page__details-list li p {
  font-size: 18px;
  color: var(--ambed-black, #0b2537);
  font-weight: 500;
}

.contact-page__details-list li p a {
  color: var(--ambed-black, #0b2537);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__details-list li p a:hover {
  color: var(--ambed-base, #00b0e0);
}

.contact-page__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
  padding-top: 39px;
  margin-top: 30px;
}

.contact-page__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--ambed-black, #0b2537);
  font-size: 15px;
  background-color: var(--ambed-primary, #f2eeeb);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.contact-page__social a:hover {
  color: var(--ambed-white, #ffffff);
}

.contact-page__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ambed-base, #00b0e0);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.contact-page__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.contact-page__social a+a {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map-two {
  position: relative;
  display: block;
  background-color: var(--ambed-primary, #f2eeeb);
}

.google-map__two-box {
  position: relative;
  display: block;
  border: none;
  height: 530px;
  width: 100%;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--ambed-base, #0b2537);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--ambed-base, #0b2537);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--ambed-base, #0b2537);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}




/*--------------------------------------------------------------
# Dark Version
--------------------------------------------------------------*/
.main-header__logo .dark-logo {
  display: block;
}

.main-header__logo .light-logo {
  display: none;
}

.main-header__logo img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}



.main-menu-three__logo .dark-logo {
  display: none;
}

.main-menu-three__logo .light-logo {
  display: block;
}

.main-menu-three__logo img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/*--------------------------------------------------------------
# Owl Styles
--------------------------------------------------------------*/
.owl-with-shadow .owl-stage-outer {
  overflow: visible;
}

.owl-with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.owl-with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.owl-dot-one .owl-dots {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-dot-one .owl-dots .owl-dot {
  margin: 0 5px;
}

.owl-dot-one .owl-dots .owl-dot span {
  margin: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.owl-dot-one .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: var(--ambed-black, #0b2537);
}

.owl-dot-one--lg .owl-dots {
  display: none;
}

@media (min-width: 1200px) {
  .owl-dot-one--lg .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.owl-dot-one--md .owl-dots {
  display: none;
}

@media (min-width: 768px) {
  .owl-dot-one--md .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.owl-dot-one--sm .owl-dots {
  display: none;
}

@media (min-width: 576px) {
  .owl-dot-one--sm .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.owl-nav-one .owl-nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-nav-one .owl-nav button[class*=owl-] {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: var(--ambed-gray, #8b827d);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin: 0 5px;
}

.owl-nav-one .owl-nav button[class*=owl-]:hover {
  background-color: var(--ambed-black, #0b2537);
  color: #fff;
}

.owl-nav-one--lg .owl-nav {
  display: none;
}

@media (max-width: 1199.98px) {
  .owl-nav-one--lg .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.owl-nav-one--md .owl-nav {
  display: none;
}

@media (max-width: 767.98px) {
  .owl-nav-one--md .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.owl-nav-one--sm .owl-nav {
  display: none;
}

@media (max-width: 575.98px) {
  .owl-nav-one--sm .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*# sourceMappingURL=ambed.css.map */










