/*--------------------------------------------------------------
>>> 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: #8b827d;
    --ambed-gray-rgb: 139, 130, 125;
    --ambed-white: #ffffff;
    --ambed-white-rgb: 255, 255, 255;
    --ambed-black: #112047;
    --ambed-black-rgb: 60, 53, 49;
    --ambed-base: #a0eb5a;
    --ambed-base-rgb: 164, 124, 104;
    --ambed-primary: #f2eeeb;
    --ambed-primary-rgb: 242, 238, 235;
    --ambed-bdr-color: #e2ddda;
    --ambed-bdr-color-rgb: 226, 221, 218;
}

.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, #112047);
    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, #112047);
    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-black, #112047);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.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, #a0eb5a);
    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, #a0eb5a);
}

.section-title__line:after {
    position: absolute;
    bottom: 0;
    left: 45px;
    height: 2px;
    width: 4px;
    content: "";
    background-color: var(--ambed-black, #112047);
}

.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, #a0eb5a);
    color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--ambed-black, #112047);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
    background: var(--ambed-base, #a0eb5a);
    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, #a0eb5a);
    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, #112047);
}

.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, #a0eb5a);
}

.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-black, #112047);
    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, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-address li .content h5 a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.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, #112047);
    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, #a0eb5a);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.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, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__search:hover {
    color: var(--ambed-base, #a0eb5a);
}

.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 #3b3430;
    border-right: 2px solid #3b3430;
    -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, #a0eb5a);
    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, #112047);
}

.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-black, #112047);
    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, #112047);
    cursor: pointer;
}

.mobile-nav__buttons a + a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--ambed-base, #a0eb5a);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--ambed-black, #112047);
}

@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, #112047);
    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, #a0eb5a);
}

.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, #a0eb5a);
    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, #112047);
}

/* 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, #a0eb5a);
}

.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, #a0eb5a);
}

.mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--ambed-base, #a0eb5a);
    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, #112047);
}

.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: #2f2a27;
    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, #a0eb5a);
}

.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: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.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, #a0eb5a);
    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, #a0eb5a);
}

.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, #a0eb5a);
}

.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, #112047);
    padding-left: 375px;
    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: var(--ambed-white, #ffffff);
}

.main-header-three__top-address li .text {
    margin-left: 10px;
}

.main-header-three__top-address li .text p {
    font-size: 12px;
    color: #bab1ac;
}

.main-header-three__top-address li .text p a {
    color: #bab1ac;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-three__top-address li .text p a:hover {
    color: var(--ambed-white, #ffffff);
}

.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: #bab1ac;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-three__top-right-menu li a:hover {
    color: var(--ambed-white, #ffffff);
}

.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, #a0eb5a);
}

.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: 240px;
    float: left;
}

.main-menu-three__logo-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000000000px;
    content: "";
    right: 0;
    background-color: var(--ambed-black, #112047);
    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, #a0eb5a);
    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, #112047);
    padding: 10px 0 50px;
    -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;
}

.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-box {
    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-box:before {
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -30px;
    content: "";
    width: 1px;
    background-color: var(--ambed-bdr-color, #e2ddda);
}

.main-menu-three__search {
    font-size: 24px;
    color: var(--ambed-black, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__search:hover {
    color: var(--ambed-base, #a0eb5a);
}

.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, #a0eb5a);
}

.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, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__call-number h5 a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.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, #a0eb5a);
}

/*--------------------------------------------------------------
# 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, #112047);
    border: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: block;
}

.main-slider .swiper-container {
    width: 100%;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--ambed-black, #112047);
}

.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, #a0eb5a);
    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, #a0eb5a);
    border-top: 6px solid var(--ambed-base, #a0eb5a);
    width: 70px;
}

.main-slider__border-right {
    position: absolute;
    top: 9px;
    bottom: 0;
    right: 0;
    border-right: 6px solid var(--ambed-base, #a0eb5a);
    border-top: 6px solid var(--ambed-base, #a0eb5a);
    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, #a0eb5a);
    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, #112047);
}

.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, #112047);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
    margin-top: 0;
}

.main-slider-two .swiper-slide {
    position: relative;
    background-color: var(--ambed-black, #112047);
}

.main-slider-two .container {
    position: relative;
    padding-top: 331px;
    padding-bottom: 225px;
    z-index: 30;
}

.main-slider-two .image-layer-two {
    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;
    background-color: var(--ambed-black, #112047);
    background-blend-mode: luminosity;
    opacity: 0.4;
    z-index: 1;
}

.main-slider-two .swiper-slide-active .image-layer-two {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider-two__content {
    position: relative;
    display: block;
}

.main-slider-two__sub-title {
    font-size: 14px;
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    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-two__title {
    font-size: 80px;
    color: var(--ambed-white, #ffffff);
    font-weight: 900;
    line-height: 80px;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 47px;
    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-two__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-two__btn {
    background-color: var(--ambed-white, #ffffff);
    color: var(--ambed-black, #112047);
}

.main-slider-two .swiper-slide-active .main-slider-two__sub-title,
.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
# 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, #a0eb5a);
    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, #112047);
    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);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
    position: relative;
    display: block;
    padding: 160px 0 185px;
}

.about-one-shape-2 {
    position: absolute;
    top: -325px;
    left: -325px;
    height: 650px;
    width: 650px;
    background-color: #f8f6f5;
    border-radius: 50%;
}

.about-one-wall {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
}

.about-one-wall img {
    width: auto;
}

.about-one__left {
    position: relative;
    display: block;
    margin-right: 50px;
}

.about-one__left .section-title {
    margin-bottom: 50px;
}

.about-one__left .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.about-one__text-1 {
    font-size: 24px;
    color: var(--ambed-base, #a0eb5a);
    font-weight: 500;
    line-height: 36px;
}

.about-one__points {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 44px;
    margin-bottom: 44px;
}

.about-one__points li {
    position: relative;
    display: block;
}

.about-one__points li + li {
    margin-left: 20px;
}

.about-one__points-content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--ambed-base, #a0eb5a);
    padding-left: 30px;
    padding-right: 33px;
    padding-top: 23px;
    padding-bottom: 23px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 2ms;
    transition-delay: 2ms;
    z-index: 1;
}

.about-one__points li:hover .about-one__points-content-box {
    border: 2px solid transparent;
}

.about-one__points-content-box:before {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: 0;
    width: 5px;
    content: "";
    background-color: var(--ambed-base, #a0eb5a);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    z-index: -1;
}

.about-one__points li:hover .about-one__points-content-box:before {
    opacity: 1;
    width: 100%;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}

.about-one__points-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-one__points-icon span {
    font-size: 32px;
    color: var(--ambed-base, #a0eb5a);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__points li:hover .about-one__points-icon span {
    color: var(--ambed-white, #ffffff);
}

.about-one__points-text-box {
    margin-left: 20px;
}

.about-one__points-text {
    font-size: 16px;
    color: var(--ambed-black, #112047);
    font-weight: 700;
    line-height: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__points li:hover .about-one__points-text {
    color: var(--ambed-white, #ffffff);
}

.about-one__text-2 {
    font-size: 18px;
    line-height: 34px;
}

.about-one__contact-us {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 39px;
}

.about-one__call {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

.about-one__call-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: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: var(--ambed-base, #a0eb5a);
    color: var(--ambed-white, #ffffff);
    font-size: 26px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__call-icon:hover {
    background-color: var(--ambed-black, #112047);
}

.about-one__call-text {
    margin-left: 20px;
}

.about-one__call-text p {
    line-height: 25px;
}

.about-one__call-text a {
    font-size: 20px;
    color: var(--ambed-black, #112047);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__call-text a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-right: 18px;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img {
    position: relative;
    display: block;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px;
    overflow: hidden;
    z-index: 2;
}

.about-one__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(rgba(255, 255, 255, 0.3))
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.about-one__img:hover:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.about-one__img img {
    width: 100%;
    border-bottom-left-radius: 75px;
    border-top-right-radius: 75px;
}

.about-one__small-img {
    position: absolute;
    top: 90px;
    right: -150px;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px;
}

.about-one__small-img img {
    width: auto;
    border-bottom-left-radius: 75px;
    border-top-right-radius: 75px;
}

.about-one__project {
    position: absolute;
    bottom: -66px;
    right: -60px;
    background-color: var(--ambed-base, #a0eb5a);
    padding: 50px 40px 47px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: 2;
}

.about-one__project-icon {
    position: relative;
    display: block;
    margin-bottom: 11px;
}

.about-one__project-icon span {
    font-size: 65px;
    color: var(--ambed-white, #ffffff);
    position: relative;
    display: block;
}

.about-one__project-content {
    position: relative;
    display: block;
}

.about-one__project-content h3 {
    color: var(--ambed-white, #ffffff);
    font-size: 40px;
    font-weight: 700;
    font-family: var(--ambed-font, "Rubik", sans-serif) !important;
    line-height: 45px !important;
}

.about-one__project-text {
    color: var(--ambed-white, #ffffff);
    line-height: 16px;
}

.about-one__project-content .odometer-formatting-mark {
    display: none;
}

.about-one__shape-1 {
    position: absolute;
    top: -40px;
    left: -40px;
    height: 235px;
    width: 235px;
    background-color: var(--ambed-primary, #f2eeeb);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.about-one__dot {
    position: absolute;
    bottom: -15px;
    left: -54px;
    opacity: 0.3;
}

.about-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;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
    position: relative;
    display: block;
    z-index: 2;
}

.feature-one__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;
}

.feature-one__single {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}

.feature-one__content {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 40px 40px 40px;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}

.feature-one__content:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    content: "";
    background-color: var(--ambed-bdr-color, #e2ddda);
}

.feature-one__single:last-child .feature-one__content:before {
    display: none;
}

.feature-one__content:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: var(--ambed-base, #a0eb5a);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.feature-one__single:hover .feature-one__content:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.feature-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__shape-1 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.feature-one__shape-1 img {
    width: auto;
}

.feature-one__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.05;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__shape-2 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.feature-one__shape-2 img {
    width: auto;
}

.feature-one__icon {
    position: relative;
    display: block;
}

.feature-one__icon span {
    position: relative;
    display: block;
    font-size: 63px;
    color: var(--ambed-base, #a0eb5a);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__icon span {
    color: var(--ambed-white, #ffffff);
}

.feature-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.feature-one__title a {
    color: var(--ambed-black, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__title a {
    color: var(--ambed-white, #ffffff);
}

.feature-one__text {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__text {
    color: #f0d9cd;
}

.feature-one__arrow {
    position: relative;
    display: block;
    margin-top: 20px;
}

.feature-one__arrow a {
    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: 40px;
    width: 40px;
    background-color: var(--ambed-white, #ffffff);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__arrow a {
    background-color: var(--ambed-black, #112047);
}

.feature-one__arrow a i {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--ambed-base, #a0eb5a);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__arrow a i {
    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, #112047);
    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, #112047);
    mix-blend-mode: luminosity;
    opacity: 0.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, #112047);
    height: 0%;
    left: 0px;
    right: 0px;
    top: 0px;
    opacity: 0.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, #112047);
    height: 0%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.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, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.services-one__single:hover .services-one__icon {
    background-color: var(--ambed-base, #a0eb5a);
}

.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, #112047);
}

/*--------------------------------------------------------------
# Quality Work
--------------------------------------------------------------*/
.quality-work {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 250px 0 0;
    margin-top: -256px;
    overflow: hidden;
    z-index: 2;
}

.quality-work-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.quality-work-shape-1 img {
    width: auto;
}

.quality-work-shape-2 {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1;
}

.quality-work-shape-2 img {
    width: auto;
}

.quality-work-shape-3 {
    position: absolute;
    bottom: 0;
    right: -24px;
}

.quality-work-shape-3 img {
    width: auto;
}

.quality-work-shape-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.7;
}

.quality-work-shape-4 img {
    width: auto;
}

.quality-work-shape-5 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.7;
}

.quality-work-shape-5 img {
    width: auto;
}

.quality-work__left {
    position: relative;
    display: block;
    margin-right: 102px;
    margin-left: -367px;
}

.quality-work__img-box {
    position: relative;
    display: block;
}

.quality-work__img {
    position: relative;
    display: block;
}

.quality-work__img img {
    width: 100%;
}

.quality-work__small-img {
    position: absolute;
    top: 70px;
    right: 64px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border: 6px solid rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
}

.quality-work__small-img img {
    width: auto;
}

.quality-work__video-box {
    position: absolute;
    bottom: 145px;
    right: 90px;
}

.quality-work__curved-circle-box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 188px;
    width: 188px;
    background-color: var(--ambed-black, #112047);
    border-radius: 50%;
}

.quality-work__curved-circle-box .curved-circle {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 22px;
    font-weight: 400;
    color: var(--ambed-white, #ffffff);
    letter-spacing: 0.24em;
    text-transform: uppercase;
    right: 0;
    bottom: 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;
}

.quality-work__video-link {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 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;
}

.quality-work__video-icon {
    height: 110px;
    width: 110px;
    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;
    background-color: var(--ambed-white, #ffffff);
    border-radius: 50%;
    border: 2px solid var(--ambed-base, #a0eb5a);
    color: var(--ambed-base, #a0eb5a);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.quality-work__video-icon:hover {
    background-color: var(--ambed-base, #a0eb5a);
    border-color: var(--ambed-base, #a0eb5a);
    color: var(--ambed-white, #ffffff);
}

.quality-work__video-icon span {
    font-size: 25px;
}

.quality-work__right {
    position: relative;
    display: block;
    padding-top: 100px;
}

.quality-work__right .section-title {
    margin-bottom: 49px;
}

.quality-work__right .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.quality-work__text-1 {
    font-size: 20px;
    color: var(--ambed-base, #a0eb5a);
    font-weight: 500;
    font-style: italic;
    line-height: 34px;
}

.quality-work__feature {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 47px;
}

.quality-work__feature li {
    position: relative;
    display: block;
    padding-left: 98px;
    min-height: 77px;
}

.quality-work__feature li + li {
    margin-left: 27px;
}

.quality-work__feature li .icon {
    height: 77px;
    width: 77px;
    background-color: var(--ambed-base, #a0eb5a);
    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;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.quality-work__feature li .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--ambed-black, #112047);
    -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;
}

.quality-work__feature li:hover .icon:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.quality-work__feature li .icon span {
    font-size: 32px;
    color: var(--ambed-white, #ffffff);
    position: relative;
    display: inline-block;
}

.quality-work__feature li .text {
    position: relative;
    display: block;
    top: 6px;
}

.quality-work__feature li .text p {
    font-size: 20px;
    color: var(--ambed-black, #112047);
    font-weight: 500;
    line-height: 30px;
}

.quality-work__text-2 {
    font-size: 18px;
    line-height: 34px;
}

.quality-work__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
}

.quality-work__progress-single {
    position: relative;
    display: block;
}

.quality-work__progress-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 9px;
    font-weight: 700;
}

.quality-work__progress .bar {
    position: relative;
    width: 100%;
    height: 8px;
    background-color: var(--ambed-white, #ffffff);
    border-radius: 0px;
    margin-bottom: 21px;
}

.quality-work__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 8px;
    border-radius: 0px;
    background: var(--ambed-base, #a0eb5a);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.quality-work__progress .count-text {
    position: absolute;
    right: -41px;
    bottom: 21px;
    color: var(--ambed-white, #ffffff);
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    background-color: var(--ambed-base, #a0eb5a);
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.quality-work__progress .count-text:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    border: 4px solid var(--ambed-base, #a0eb5a);
    content: "";
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.quality-work__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.quality-work__progress .bar.marb-0 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.project-one__inner {
    position: relative;
    display: block;
}

.project-one__thumb-box {
    position: absolute;
    bottom: 60px;
    right: 0;
    max-width: 570px;
    width: 100%;
    height: 120px;
    z-index: 5;
}

#project-one__thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
}

.project-one__img-holder {
    position: relative;
    display: block;
    cursor: pointer;
    width: 130px;
    height: 120px;
    overflow: hidden;
    background-color: var(--ambed-black, #112047);
}

.project-one__img-holder img {
    width: 100%;
    opacity: 0.6;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__img-holder:hover img,
.swiper-slide-thumb-active .project-one__img-holder img {
    opacity: 1;
}

.project-one__main-content {
    position: relative;
    display: block;
}

.project-one__main-content .swiper-container {
    margin-right: -71px !important;
    padding-right: 71px;
}

.project-one__left {
    position: relative;
    display: block;
    margin-right: -300px;
}

.project-one__img {
    position: relative;
    display: block;
}

.project-one__img img {
    width: 100%;
}

.project-one__right {
    position: relative;
    display: block;
    margin-top: 60px;
}

.project-one__content-box {
    position: relative;
    display: block;
}

.project-one-shape-1 {
    position: absolute;
    top: -43px;
    right: -71px;
}

.project-one-shape-1 img {
    width: auto;
}

.project-one__content {
    position: relative;
    display: block;
    background-color: var(--ambed-white, #ffffff);
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
    padding: 52px 60px 60px;
}

.project-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.project-one__text {
    padding-top: 23px;
    padding-bottom: 30px;
}

.project-one__nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    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;
    line-height: 0;
    padding: 0 43px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.project-one__thumb-box:hover .project-one__nav {
    opacity: 1;
    visibility: visible;
}

.project-one__nav .swiper-button-next,
.project-one__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 44px;
    height: 44px;
    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;
    font-size: 15px;
    color: var(--ambed-white, #ffffff);
    background-color: rgba(var(--ambed-base-rgb, 164, 124, 104), 0.9);
    border-radius: 0;
    margin: 0;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__nav .swiper-button-next:hover,
.project-one__nav .swiper-button-prev:hover {
    color: var(--ambed-white, #ffffff);
    background-color: var(--ambed-black, #112047);
}

.project-one__nav .swiper-button-next::after,
.project-one__nav .swiper-button-prev::after {
    display: none;
}

.project-one__nav .swiper-button-prev {
    margin-bottom: 0px;
}

.project-one__nav .swiper-button-prev .angle-left {
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.project-one__more-project {
    position: relative;
    display: block;
    margin-top: 50px;
}

.project-one__more-project-content {
    position: relative;
    display: block;
    text-align: center;
    border: 2px solid var(--ambed-black, #112047);
    border-radius: 30px;
    max-width: 635px;
    margin: 0 auto;
    padding: 13px 0px;
}

.project-one__more-project-content p {
    font-size: 18px;
    color: var(--ambed-black, #112047);
    font-weight: 500;
}

.project-one__more-project-content p a {
    color: var(--ambed-base, #a0eb5a);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__more-project-content p a:hover {
    color: var(--ambed-black, #112047);
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 0 0 90px;
}

.team-one__top {
    position: relative;
    display: block;
    margin-bottom: 69px;
}

.team-one__top-left {
    position: relative;
    display: block;
}

.team-one__top-left .section-title {
    margin-bottom: 0;
}

.team-one__top-left .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.team-one__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.team-one__bottom {
    position: relative;
    display: block;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img-box {
    position: relative;
    display: block;
}

.team-one__img-box:before {
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--ambed-primary, #f2eeeb);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__img-box:before {
    background-color: var(--ambed-black, #112047);
}

.team-one__img {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    border-top-right-radius: 51px;
    overflow: hidden;
    z-index: 1;
}

.team-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.3);
    border-top-right-radius: 51px;
    width: 0%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__single:hover .team-one__img:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
}

.team-one__img img {
    width: 100%;
    border-top-right-radius: 51px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.team-one__social {
    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: 65px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.team-one__single:hover .team-one__social {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.team-one__social a {
    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;
    text-align: center;
    color: var(--ambed-white, #ffffff);
    background-color: #2f2a27;
    border-radius: 50%;
    font-size: 15px;
    height: 40px;
    width: 40px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__social a + a {
    margin-left: 10px;
}

.team-one__social a:hover {
    background-color: var(--ambed-base, #a0eb5a);
}

.team-one__content {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 32px 20px 36px;
    border-bottom-left-radius: 51px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 3;
}

.team-one__single:hover .team-one__content {
    background-color: var(--ambed-black, #112047);
}

.team-one__title-box {
    position: absolute;
    top: -29px;
    left: 30px;
}

.team-one__title-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.team-one__title-shape img {
    width: auto !important;
}

.team-one__title-text {
    position: absolute;
    top: 45%;
    left: 43%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.team-one__title {
    font-size: 14px;
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.team-one__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: right;
}

.team-one__name a {
    color: var(--ambed-black, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__name a {
    color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# 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, #112047);
    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, #112047);
    mix-blend-mode: luminosity;
    opacity: 0.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, #a0eb5a);
    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, #a0eb5a);
    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, #a0eb5a);
    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, #a0eb5a);
    opacity: 1;
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    z-index: 1;
}

.brand-one__inner {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--ambed-bdr-color, #e2ddda);
    padding: 60px 0 60px;
}

.brand-one__title {
    position: relative;
    display: block;
    margin-right: 60px;
    margin-top: 9px;
}

.brand-one__title h2 {
    font-size: 16px;
    color: var(--ambed-black, #112047);
    font-weight: 500;
    line-height: 28px;
}

.brand-one__main-content {
    position: relative;
    display: block;
}

.brand-one__main-content .swiper-slide {
    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;
}

.brand-one__main-content .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.brand-one__main-content .swiper-slide img:hover {
    opacity: 0.7;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.blog-one--carousel {
    padding-bottom: 120px;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-one__img > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.5);
    position: absolute;
    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;
    font-size: 30px;
    color: var(--ambed-base, #a0eb5a);
    -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;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.blog-one__img > a > span {
    position: relative;
}

.blog-one__img > a > span::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--ambed-primary, #f2eeeb);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__img > a > span::after {
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--ambed-primary, #f2eeeb);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-one__img > a:hover > span::before,
.blog-one__img > a:hover > span::after {
    background-color: var(--ambed-white, #ffffff);
}

.blog-one__single:hover .blog-one__img > a {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.blog-one__content {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 32px 40px 29px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content {
    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);
}

.blog-one__date {
    position: absolute;
    top: -19px;
    right: 30px;
    background-color: var(--ambed-base, #a0eb5a);
    padding: 8px 20px 8px;
    z-index: 2;
}

.blog-one__date p {
    font-size: 12px;
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    line-height: 22px;
}

.blog-one__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-one__meta li + li {
    margin-left: 10px;
}

.blog-one__meta li a {
    font-size: 14px;
    color: var(--ambed-gray, #8b827d);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__meta li a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.blog-one__meta li a i {
    color: var(--ambed-base, #a0eb5a);
}

.blog-one__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}

.blog-one__title a {
    color: var(--ambed-black, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__title a:hover {
    color: var(--ambed-base, #a0eb5a);
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter {
    position: relative;
    display: block;
    z-index: 2;
}

.newsletter__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--ambed-base, #a0eb5a);
    padding: 73.5px 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 1;
}

.newsletter-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: var(--ambed-base, #a0eb5a);
    background-blend-mode: color-dodge;
    opacity: 0.08;
    z-index: -1;
}

.newsletter__left {
    position: relative;
    display: block;
}

.newsletter__title {
    font-size: 30px;
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 3px;
}

.newsletter__text {
    color: #f0d9cd;
}

.newsletter__right {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
}

.newsletter__form {
    position: relative;
    display: block;
}

.newsletter__input-box {
    position: relative;
    display: block;
}

.newsletter__input-box input[type="email"] {
    height: 60px;
    max-width: 500px;
    width: 100%;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 170px;
    font-size: 14px;
    color: var(--ambed-gray, #8b827d);
    background-color: var(--ambed-white, #ffffff);
    font-weight: 500;
}

.newsletter__btn {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    border: none;
    line-height: 14px;
    padding: 15px 40px 15px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background-color: var(--ambed-black, #112047);
    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: 100px 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: #2f2a27;
    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, #a0eb5a);
}

.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: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.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, #a0eb5a);
}

.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: #2f2a27;
    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, #a0eb5a);
}

.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: var(--ambed-black, #112047);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.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;
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
    position: relative;
    display: block;
    padding: 0 0 120px;
}

.feature-two-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.feature-two-shape-1 img {
    width: auto;
}

.feature-two-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
}

.feature-two-shape-2 img {
    width: auto;
}

.feature-two__inner {
    position: relative;
    display: block;
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--ambed-base, #a0eb5a);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 1;
}

.feature-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-base, #a0eb5a);
    background-blend-mode: color-dodge;
    opacity: 0.05;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: -1;
}

.feature-two__list {
    position: relative;
    display: block;
    overflow: hidden;
    counter-reset: count;
    padding: 60px 0;
}

.feature-two__list li {
    position: relative;
    max-width: 296px;
    width: 100%;
    float: left;
}

.feature-two__list li + li {
    margin-left: 141px;
}

.feature-two__content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-two__content-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70px;
    content: "";
    width: 1px;
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
}

.feature-two__list li:last-child .feature-two__content-box:before {
    display: none;
}

.feature-two__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: 104px;
    width: 104px;
    background-color: var(--ambed-white, #ffffff);
    overflow: hidden;
    z-index: 1;
}

.feature-two__icon:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    background-color: var(--ambed-black, #112047);
    -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-two__list li:hover .feature-two__icon:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.feature-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--ambed-base, #a0eb5a);
    -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-two__list li:hover .feature-two__icon span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    color: var(--ambed-white, #ffffff);
}

.feature-two__content {
    margin-left: 30px;
}

.feature-two__count {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.feature-two__count:before {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #f0d9cd;
    counter-increment: count;
    content: "0" counter(count);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.feature-two__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.feature-two__title a {
    color: var(--ambed-white, #ffffff);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-two__title a:hover {
    color: var(--ambed-black, #112047);
}

/*--------------------------------------------------------------
# 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: #a0eb5a;
    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, #a0eb5a);
    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: 0.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, #a0eb5a);
}

.welcome-one__points li .icon span:before {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    content: "";
    border: 2px solid var(--ambed-base, #a0eb5a);
    border-radius: 50%;
}

.welcome-one__points li .text {
    margin-left: 20px;
}

.welcome-one__points li .text p {
    font-size: 18px;
    color: var(--ambed-black, #112047);
    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, #a0eb5a);
    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, #112047);
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
    position: relative;
    display: block;
}

.porject-two-border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    width: 1px;
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
    z-index: 2;
}

.porject-two-border-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
    z-index: 2;
}

.porject-two-border-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25%;
    width: 1px;
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
    z-index: 2;
}

[class*="project-two-bg-"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

[class*="project-two-bg-"].active {
    opacity: 1;
    visibility: visible;
}

.project-two__wrap {
    position: relative;
    display: block;
}

.prject-two__title-box {
    position: relative;
    max-width: 370px;
    min-height: 70px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.project-two-title-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}

.project-two__title-1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    position: relative;
    top: 14px;
}

.project-two__content-box {
    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;
    padding: 418px 0 0;
}

.project-two__single {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding-top: 266px;
}

.project-two__content {
    position: relative;
    display: block;
    background-color: rgba(47, 42, 39, 0.5);
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.project-two__sub-title {
    font-size: 14px;
    color: #c1b8b3;
    line-height: 20px;
}

.project-two__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.project-two__title a {
    color: var(--ambed-white, #ffffff);
}

.project-two__hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--ambed-black, #112047);
    padding: 56px 60px 60px;
    -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;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.project-two__single:hover .project-two__hover {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.project-two__hover-sub-title {
    font-size: 14px;
    color: #bab1ac;
    line-height: 20px;
}

.project-two__hover-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.project-two__hover-title a {
    color: var(--ambed-white, #ffffff);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-two__hover-title a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.project-two__hover-text {
    color: #bab1ac;
    padding-top: 20px;
    padding-bottom: 40px;
}

.project-two__btn {
    background-color: var(--ambed-white, #ffffff);
    color: var(--ambed-black, #112047);
    padding: 10px 40px 10px;
}

/*--------------------------------------------------------------
# Benefits One
--------------------------------------------------------------*/
.benefits-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.benefits-one-shape {
    position: absolute;
    bottom: -155px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}

.benefits-one-shape img {
    width: auto;
}

.benefits-one__left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.benefits-one__left .section-title {
    margin-bottom: 49px;
}

.benefits-one__left .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.benefits-one__text {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 30px;
}

.benefits-one__points {
    position: relative;
    display: block;
}

.benefits-one__points-single {
    position: relative;
    display: block;
}

.benefits-one__points-img {
    position: relative;
    display: block;
}

.benefits-one__points-img img {
    width: 100%;
}

.benefits-one__points-list {
    position: relative;
    display: block;
    margin-top: 22px;
}

.benefits-one__points-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.benefits-one__points-list li .icon {
    height: 15px;
    width: 15px;
    font-size: 9px;
    color: var(--ambed-white, #ffffff);
    background-color: var(--ambed-base, #a0eb5a);
    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;
}

.benefits-one__points-list li .text {
    margin-left: 10px;
}

.benefits-one__points-list li .text p {
    font-size: 18px;
    color: var(--ambed-black, #112047);
}

.benefits-one__right {
    position: relative;
    display: block;
    z-index: 3;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid transparent;
    border-radius: 35px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
    border: 1px solid var(--ambed-bdr-color, #e2ddda);
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 21px 40px 21px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    border: 1px solid var(--ambed-bdr-color, #e2ddda);
    border-radius: 35px;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--ambed-black, #112047);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion + .accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    border: 1px solid transparent;
    color: var(--ambed-base, #a0eb5a);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--ambed-base, #a0eb5a);
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    color: var(--ambed-white, #ffffff);
    background-color: var(--ambed-base, #a0eb5a);
    position: absolute;
    top: 50%;
    right: 0;
    height: 15px;
    width: 15px;
    line-height: 15px;
    border-radius: 50%;
    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(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--ambed-white, #ffffff);
    background-color: var(--ambed-black, #112047);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
    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;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 40px 30px;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
}

/*--------------------------------------------------------------
# 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: 0.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, #a0eb5a);
    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, #112047);
}

.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, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-two__single:hover .services-two__title a {
    color: var(--ambed-base, #a0eb5a);
}

/*--------------------------------------------------------------
# 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, #a0eb5a);
    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, #a0eb5a);
}

.more-services__btn:after {
    background-color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Working Process
--------------------------------------------------------------*/
.working-process {
    position: relative;
    display: block;
    padding: 120px 0 60px;
}

.working-process .section-title {
    margin-bottom: 114px;
}

.working-process__inner {
    position: relative;
    display: block;
    counter-reset: count;
}

.working-process__single {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 40px 40px 60px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 60px;
    z-index: 2;
    margin-left: 40px;
}

.working-process__single:before {
    position: absolute;
    top: -20px;
    left: 0;
    right: 50px;
    content: "";
    height: 4px;
    background-color: var(--ambed-base, #a0eb5a);
    z-index: -1;
}

.working-process__single:after {
    position: absolute;
    top: 0px;
    left: -20px;
    bottom: 50px;
    content: "";
    width: 4px;
    background-color: var(--ambed-base, #a0eb5a);
    z-index: -1;
}

.working-process__count {
    position: absolute;
    top: -43px;
    left: -40px;
    height: 77px;
    width: 77px;
    background-color: var(--ambed-black, #112047);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.working-process__count:before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 77px;
    width: 77px;
    font-size: 20px;
    line-height: 77px;
    text-align: center;
    font-weight: 700;
    color: var(--ambed-white, #ffffff);
    counter-increment: count;
    content: "0" counter(count);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.working-process__single:hover .working-process__count:before {
    background-color: var(--ambed-base, #a0eb5a);
}

.working-process__icon {
    position: relative;
    display: block;
    text-align: right;
    margin-bottom: -13px;
}

.working-process__icon span {
    font-size: 62px;
    color: var(--ambed-base, #a0eb5a);
    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);
}

.working-process__single:hover .working-process__icon span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.working-process__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
}

.working-process__title a {
    color: var(--ambed-black, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.working-process__single:hover .working-process__title a {
    color: var(--ambed-base, #a0eb5a);
}

/*--------------------------------------------------------------
# Leading
--------------------------------------------------------------*/
.leading {
    position: relative;
    display: block;
    padding: 120px 0 118px;
    z-index: 1;
}

.leading-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--ambed-black, #112047);
    z-index: 1;
}

.leading-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, #112047);
    mix-blend-mode: luminosity;
    opacity: 0.3;
    z-index: 1;
}

.leading__left {
    position: relative;
    display: block;
    z-index: 2;
}

.leading__video-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leading__video-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;
    width: 97px;
    height: 97px;
    line-height: 97px;
    text-align: center;
    font-size: 22px;
    color: var(--ambed-white, #ffffff);
    background-color: var(--ambed-base, #a0eb5a);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.leading__video-icon:hover {
    background-color: var(--ambed-white, #ffffff);
    color: var(--ambed-base, #a0eb5a);
}

.leading__video-link .ripple,
.leading__video-icon .ripple:before,
.leading__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 96px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb, 242, 238, 235), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb, 242, 238, 235), 0.6);
    -webkit-box-shadow: 0 0 0 0
        rgba(var(--ambed-primary-rgb, 242, 238, 235), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb, 242, 238, 235), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.leading__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.leading__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.leading__title {
    font-size: 50px;
    color: var(--ambed-white, #ffffff);
    font-weight: 900;
    line-height: 60px;
    margin-top: 28px;
}

.leading__right {
    position: relative;
    display: block;
    z-index: 3;
}

.leading__points {
    position: relative;
    display: block;
}

.leading__points li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.3);
    padding: 15px 30px;
}

.leading__points li:nth-child(2) {
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
}

.leading__points li:nth-child(4) {
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
}

.leading__points li .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leading__points li .icon span {
    font-size: 20px;
    color: var(--ambed-base, #a0eb5a);
}

.leading__points li .text {
    margin-left: 20px;
}

.leading__points li .text p {
    font-size: 18px;
    color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: var(--ambed-primary, #f2eeeb);
    z-index: 1;
}

.blog-two:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--ambed-white, #ffffff);
    height: 285px;
    z-index: -1;
}

.blog-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--ambed-primary, #f2eeeb);
    height: 578px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: luminosity;
    opacity: 0.15;
    z-index: -1;
}

.blog-two__top {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.blog-two__top-left {
    position: relative;
    display: block;
    margin-right: 190px;
}

.blog-two__top-left .section-title {
    margin-bottom: 0;
}

.blog-two__top-left .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.blog-two__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.blog-two__right-text {
    margin-top: 18px;
}

.blog-two__bottom {
    position: relative;
    display: block;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
    position: relative;
    display: block;
}

.brand-two .brand-one__inner {
    border-bottom: 0;
    border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    background-color: var(--ambed-base, #a0eb5a);
}

.cta-one__left {
    position: relative;
    display: block;
    margin-right: 180px;
    margin-bottom: 110px;
}

.cta-one__img-box {
    position: relative;
    display: block;
}

.cta-one__img-1 {
    position: relative;
    display: block;
    border-bottom-left-radius: 53px;
}

.cta-one__img-1 img {
    width: 100%;
    border-bottom-left-radius: 53px;
}

.cta-one__img-2 {
    position: absolute;
    bottom: 0;
    right: -180px;
    border-bottom-right-radius: 53px;
}

.cta-one__img-2 img {
    width: auto;
    border-bottom-right-radius: 53px;
}

.cta-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 108px;
}

.cta-one__title {
    font-size: 50px;
    color: var(--ambed-white, #ffffff);
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 48px;
}

.cta-one__btn {
    background-color: var(--ambed-white, #ffffff);
    color: var(--ambed-black, #112047);
}

.cta-one__btn:after {
    background-color: var(--ambed-black, #112047);
}

/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
    position: relative;
    display: block;
    background-color: var(--ambed-black, #112047);
    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, #a0eb5a);
    border-radius: 50%;
    margin: 0 auto;
    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, #112047);
    -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, #a0eb5a);
}

.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, #112047);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 120px 0 100px;
}

.why-choose-one-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 682px;
    height: 782px;
    background-color: var(--ambed-primary, #f2eeeb);
    border-top-right-radius: 74px;
    border-bottom-left-radius: 74px;
    border-bottom-right-radius: 74px;
    z-index: -1;
}

.why-choose-one-shape-2 {
    position: absolute;
    top: 0;
    left: 105px;
    opacity: 0.5;
    z-index: -1;
}

.why-choose-one-shape-2 img {
    width: auto;
}

.why-choose-one-shape-3 {
    position: absolute;
    top: -325px;
    left: -325px;
    height: 650px;
    width: 650px;
    background-color: var(--ambed-white, #ffffff);
    border-radius: 50%;
    z-index: -1;
}

.why-choose-one__left {
    position: relative;
    display: block;
    margin-left: 100px;
}

.why-choose-one__img {
    position: relative;
    display: block;
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
    border-bottom-right-radius: 78px;
    z-index: 1;
}

.why-choose-one__img:before {
    position: absolute;
    bottom: -30px;
    left: -30px;
    height: 186px;
    width: 180px;
    content: "";
    background-color: var(--ambed-base, #a0eb5a);
    border-top-right-radius: 52px;
    border-top-left-radius: 52px;
    border-bottom-right-radius: 52px;
    z-index: -1;
}

.why-choose-one__img img {
    width: 100%;
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
    border-bottom-right-radius: 78px;
}

.why-choose-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.why-choose-one__right .section-title {
    margin-bottom: 52px;
}

.why-choose-one__right .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.why-choose-one__points {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

.why-choose-one__points li {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--ambed-bdr-color, #e2ddda);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.why-choose-one__points li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.why-choose-one__points li .icon {
    position: absolute;
    height: 60px;
    width: 60px;
    background-color: var(--ambed-primary, #f2eeeb);
    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;
    top: 8px;
    left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__points li:hover .icon {
    background-color: var(--ambed-black, #112047);
}

.why-choose-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--ambed-base, #a0eb5a);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__points li:hover .icon span {
    color: var(--ambed-white, #ffffff);
}

.why-choose-one__points li .text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 13px;
}

/*--------------------------------------------------------------
# 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: 0.15;
}

/*--------------------------------------------------------------
# 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: 0.5;
}

.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, #112047);
    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, #112047);
    border: 2px solid var(--ambed-base, #a0eb5a);
}

.more-services-two__img img {
    border-radius: 50%;
    mix-blend-mode: luminosity;
    opacity: 0.3;
}

.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, #a0eb5a);
}

.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;
}

/*--------------------------------------------------------------
# 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, #a0eb5a);
    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, #a0eb5a);
    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: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.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: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.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, #a0eb5a);
}

.project-three__sub-title {
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    opacity: 0.4;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.couonter-one {
    position: relative;
    display: block;
    padding: 72px 0 43px;
    background-color: var(--ambed-black, #112047);
    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: 0.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, #a0eb5a);
    -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: 0.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);
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-three__left {
    position: relative;
    display: block;
    margin-right: 24px;
    z-index: 5;
}

.blog-three .section-title {
    margin-bottom: 40px;
}

.blog-three .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.blog-three__right {
    position: relative;
    display: block;
    z-index: 1;
}

.blog-three__right:before {
    position: absolute;
    top: -120px;
    left: 170px;
    bottom: -120px;
    right: -1000000000px;
    content: "";
    background-color: var(--ambed-black, #112047);
    z-index: -1;
}

.blgo-three__carousel {
    position: relative;
    display: block;
}

.blog-three__right .blog-one__single {
    margin-bottom: 0px;
}

.blgo-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.blgo-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.blgo-three__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.blgo-three__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.blgo-three__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 70px;
    left: -300px;
    margin-top: 0 !important;
}

.blgo-three__carousel.owl-theme .owl-nav .owl-prev {
    height: 55px;
    width: 55px;
    background: var(--ambed-primary, #f2eeeb);
    border-radius: 50%;
    color: var(--ambed-black, #112047);
    font-size: 15px;
    text-align: center;
    line-height: 55px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blgo-three__carousel.owl-theme .owl-nav .owl-next {
    height: 55px;
    width: 55px;
    background: var(--ambed-primary, #f2eeeb);
    border-radius: 50%;
    color: var(--ambed-black, #112047);
    font-size: 15px;
    text-align: center;
    line-height: 55px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blgo-three__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.blgo-three__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.blgo-three__carousel.owl-theme .owl-nav .owl-next span,
.blgo-three__carousel.owl-theme .owl-nav .owl-prev span {
    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;
}

.blgo-three__carousel.owl-theme .owl-nav .owl-next:hover,
.blgo-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--ambed-base, #a0eb5a);
    color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.contact-one .row {
    --bs-gutter-x: 0px;
}

.contact-one__left {
    position: relative;
    display: block;
}

.contact-one__form {
    position: relative;
    display: block;
    padding: 49px;
    border: 1px solid var(--ambed-bdr-color, #e2ddda);
    background-color: var(--ambed-white, #ffffff);
}

.contact-one__form .row {
    --bs-gutter-x: 20px;
}

.contact-one__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-one__form-input-box input[type="text"],
.contact-one__form-input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--ambed-primary, #f2eeeb);
    font-size: 14px;
    color: var(--ambed-gray, #8b827d);
    font-weight: 400;
    padding: 0 30px 0;
}

.contact-one__form-input-box textarea {
    height: 160px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--ambed-primary, #f2eeeb);
    font-size: 14px;
    color: var(--ambed-gray, #8b827d);
    font-weight: 400;
    padding: 20px 30px 30px;
}

.contact-one__form-input-box.text-message-box {
    height: 160px;
}

.contact-one__btn {
    border: 0;
    width: 100%;
}

.contact-one__right {
    position: relative;
    display: block;
    background-color: var(--ambed-black, #112047);
    padding: 62px 60px 50px;
}

.contact-one__right-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.05;
}

.contact-one__info {
    position: relative;
    display: block;
}

.contact-one__info li + li {
    margin-top: 34px;
}

.contact-one__info-box {
    position: relative;
    display: block;
}

.contact-one__info-box p {
    font-size: 16px;
    color: #c1b8b3;
}

.contact-one__info-box h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--ambed-white, #ffffff);
}

.contact-one__info-box h5 a {
    color: var(--ambed-white, #ffffff);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-one__info-box h5 a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.contact-one__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    border-top: 1px solid rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
    padding-top: 42px;
}

.contact-one__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: #2f2a27;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.contact-one__social a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.contact-one__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--ambed-white, #ffffff);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.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-one__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.contact-one__social a + a {
    margin-left: 10px;
}

/*--------------------------------------------------------------
# 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: #c1b8b3;
    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: #c1b8b3;
    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);
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog-sibebar {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-sideabr__left {
    position: relative;
    display: block;
}

.blog-sidebar__content {
    position: relative;
    display: block;
}

.blog-sidebar__single {
    position: relative;
    display: block;
}

.blog-sidebar__single + .blog-sidebar__single {
    margin-top: 30px;
}

.blog-sidebar__img {
    position: relative;
    display: block;
}

.blog-sidebar__img img {
    width: 100%;
}

.blog-sidebar__content-box {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-sibebar__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-sibebar__meta li + li {
    margin-left: 10px;
}

.blog-sibebar__meta li a {
    font-size: 14px;
    color: var(--ambed-gray, #8b827d);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-sibebar__meta li a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.blog-sibebar__meta li a i {
    color: var(--ambed-base, #a0eb5a);
}

.blog-sidebar__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 2px;
    margin-bottom: 12px;
}

.blog-sidebar__title a {
    color: var(--ambed-black, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.blog-sidebar__text {
    padding-bottom: 20px;
}

.blog-sidebar__btn {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 30px 5px;
}

.blog-sidebar__bottom-box {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 50px 60px 45px;
    margin-top: 30px;
}

.blog-sidebar__bottom-box-icon {
    margin-bottom: 21px;
}

.blog-sidebar__bottom-box-text {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}

.blog-sidebar__delivering-services {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 50px 60px 47px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-sidebar__delivering-services-icon {
    margin-bottom: 20px;
}

.blog-sidebar__delivering-services-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.blog-sidebar__delivering-services-title a {
    color: var(--ambed-black, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-sidebar__delivering-services-title a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.blog-sidebar__video-link {
    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;
}

.blog-sidebar__video-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;
    width: 97px;
    height: 97px;
    line-height: 97px;
    text-align: center;
    font-size: 23px;
    color: var(--ambed-white, #ffffff);
    background-color: var(--ambed-base, #a0eb5a);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog-sidebar__video-icon:hover {
    background-color: var(--ambed-white, #ffffff);
    color: var(--ambed-base, #a0eb5a);
}

.blog-sidebar__video-icon:before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    content: "";
    border-radius: 50%;
    border: 1px solid var(--ambed-white, #ffffff);
    opacity: 0.1;
    z-index: 1;
}

.blog-sidebar__video-link .ripple,
.blog-sidebar__video-icon .ripple:before,
.blog-sidebar__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125px;
    height: 125px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb, 242, 238, 235), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb, 242, 238, 235), 0.6);
    -webkit-box-shadow: 0 0 0 0
        rgba(var(--ambed-primary-rgb, 242, 238, 235), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb, 242, 238, 235), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.blog-sidebar__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.blog-sidebar__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 700;
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--ambed-base, #a0eb5a);
    color: var(--ambed-white, #ffffff);
    font-size: 18px;
    font-weight: 400;
    padding-left: 50px;
    height: 84px;
    width: 100%;
    padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--ambed-white, #ffffff);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--ambed-white, #ffffff);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--ambed-white, #ffffff);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--ambed-white, #ffffff);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--ambed-white, #ffffff);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--ambed-white, #ffffff);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--ambed-white, #ffffff);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 45px 30px 32px;
    background-color: var(--ambed-primary, #f2eeeb);
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 20px 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-list li:hover {
    background-color: white;
}

.sidebar__post-list li + li {
    margin-top: 10px;
}

.sidebar__post-image {
    margin-right: 20px;
}

.sidebar__post-image > img {
    width: 70px;
}

.sidebar__post-content {
    position: relative;
    top: 0;
}

.sidebar__post-content h3 {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

.sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 400;
    color: var(--ambed-gray, #8b827d) !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-content-meta i {
    color: var(--ambed-base, #a0eb5a);
    font-size: 15px;
    padding-right: 1px;
}

.sidebar__post-content h3 a {
    color: var(--ambed-black, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 1px;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 45px 30px 36px;
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li + li {
    margin-top: 4px;
}

.sidebar__category-list li a {
    color: var(--ambed-gray, #8b827d);
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 8px 20px 4px;
}

.sidebar__category-list li a:hover {
    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);
    color: var(--ambed-black, #112047);
}

.sidebar__category-list li.active a {
    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);
    color: var(--ambed-black, #112047);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--ambed-base, #a0eb5a);
    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;
    font-size: 15px;
}

.sidebar__category-list li a:hover span {
    color: var(--ambed-base, #a0eb5a);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: var(--ambed-base, #a0eb5a);
}

.sidebar__tags {
    position: relative;
    display: block;
    background: var(--ambed-primary, #f2eeeb);
    padding: 45px 45px 50px;
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 12px;
    color: var(--ambed-black, #112047);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--ambed-white, #ffffff);
    display: inline-block;
    padding: 6px 20px 4px;
    margin-left: 5px;
    font-weight: 700;
}

.sidebar__tags-list a + a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__tags-list a:hover {
    color: var(--ambed-white, #ffffff);
    background: var(--ambed-base, #a0eb5a);
}

.sidebar__comments {
    position: relative;
    display: block;
    background: var(--ambed-primary, #f2eeeb);
    padding: 45px 50px 42px;
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li + li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--ambed-white, #ffffff);
    border-radius: 50%;
    font-size: 15px;
    color: var(--ambed-black, #112047);
    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;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--ambed-base, #a0eb5a);
    color: var(--ambed-white, #ffffff);
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

.sidebar__comments-text-box p span {
    color: var(--ambed-black, #112047);
}

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: var(--ambed-gray, #8b827d);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
}

.blog-details__img img {
    width: 100%;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-details__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__meta li + li {
    margin-left: 10px;
}

.blog-details__meta li a {
    font-size: 14px;
    color: var(--ambed-gray, #8b827d);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.blog-details__meta li a i {
    color: var(--ambed-base, #a0eb5a);
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
    margin-top: 2px;
    font-weight: 700;
}

.blog-details__text-1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.blog-details__text-2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding-top: 31px;
}

.blog-details__bottom {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 50px;
    border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: var(--ambed-black, #112047);
    font-size: 20px;
    margin-right: 10px;
    font-weight: 700;
}

.blog-details__tags a {
    position: relative;
    color: var(--ambed-white, #ffffff);
    font-size: 12px;
    background-color: var(--ambed-base, #a0eb5a);
    display: inline-block;
    padding: 6px 20px 4px;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__tags a:hover {
    background-color: var(--ambed-black, #112047);
    color: var(--ambed-white, #ffffff);
}

.blog-details__tags a + a {
    margin-left: 6px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list 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, #112047);
    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;
}

.blog-details__social-list a:hover {
    color: var(--ambed-white, #ffffff);
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--ambed-base, #a0eb5a);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.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;
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog-details__social-list a + a {
    margin-left: 10px;
}

.blgo-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}

.blog-details__pagenation {
    position: relative;
    display: block;
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: var(--ambed-black, #112047);
    font-weight: 700;
    background-color: var(--ambed-primary, #f2eeeb);
    line-height: 34px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 56px;
}

.blog-details__pagenation li + li {
    margin-left: 30px;
}

.blog-details__pagenation li:hover {
    background-color: var(--ambed-base, #a0eb5a);
    color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--ambed-black, #112047);
    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, #112047);
    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;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.service-details__left {
    position: relative;
    display: block;
}

.service-details__category {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 30px 30px 30px;
}

.service-details__category-list {
    position: relative;
    display: block;
}

.service-details__category-list li + li {
    margin-top: 10px;
}

.service-details__category-list li a {
    color: var(--ambed-gray, #8b827d);
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 8px 30px 4px;
    background-color: var(--ambed-white, #ffffff);
}

.service-details__category-list li a:hover {
    background-color: var(--ambed-black, #112047);
    color: var(--ambed-white, #ffffff);
}

.service-details__category-list li.active a {
    background-color: var(--ambed-black, #112047);
    color: var(--ambed-white, #ffffff);
}

.service-details__category-list li a span {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--ambed-gray, #8b827d);
    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;
    font-size: 15px;
}

.service-details__category-list li a:hover span {
    color: var(--ambed-white, #ffffff);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.service-details__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: var(--ambed-white, #ffffff);
}

.service-details__need-help {
    position: relative;
    display: block;
    padding: 50px 50px 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
    background-color: var(--ambed-black, #112047);
}

.service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--ambed-black, #112047);
    mix-blend-mode: luminosity;
    opacity: 0.1;
    z-index: -1;
}

.service-details__need-help-icon {
    height: 85px;
    width: 85px;
    background-color: var(--ambed-white, #ffffff);
    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-radius: 50%;
    margin: 0 auto 29px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
    background-color: var(--ambed-black, #112047);
}

.service-details__need-help-icon span {
    font-size: 30px;
    color: var(--ambed-base, #a0eb5a);
}

.service-details__need-help-title {
    font-size: 26px;
    color: var(--ambed-white, #ffffff);
    line-height: 32px;
    font-weight: 400;
}

.service-details__need-help-contact {
    position: relative;
    display: block;
    margin-top: 34px;
}

.service-details__need-help-contact p {
    font-size: 16px;
    color: var(--ambed-white, #ffffff);
    margin: 0;
    line-height: 20px;
}

.service-details__need-help-contact a {
    font-size: 20px;
    color: var(--ambed-white, #ffffff);
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
    color: var(--ambed-black, #112047);
}

.service-details__download {
    position: relative;
    display: block;
    margin-top: 30px;
}

.service-details__download-btn {
    width: 100%;
    text-align: center;
}

.service-details__right {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
}

.service-details__img img {
    width: 100%;
}

.service-details__icon {
    position: absolute;
    left: 40px;
    bottom: 30px;
    height: 106px;
    width: 106px;
    background-color: var(--ambed-base, #a0eb5a);
    font-size: 65px;
    color: var(--ambed-white, #ffffff);
    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;
}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 75px;
}

.service-details__content-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 18px;
}

.service-details__text-1 {
    font-size: 18px;
    line-height: 34px;
}

.service-details__text-2 {
    font-size: 18px;
    line-height: 34px;
    padding-top: 33px;
    padding-bottom: 33px;
}

.service-details__text-3 {
    font-size: 18px;
    line-height: 34px;
}

.service-details__points-two {
    position: relative;
    display: block;
}

.service-details__points-two-single {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.service-details__points-two-content {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 34px 40px 33px;
}

.service-details__points-two-icon {
    height: 74px;
    width: 74px;
    background-color: var(--ambed-base, #a0eb5a);
    border-radius: 50%;
    font-size: 30px;
    color: var(--ambed-white, #ffffff);
    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-top: -70px;
    margin-bottom: 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__points-two-single:hover .service-details__points-two-icon {
    background-color: var(--ambed-black, #112047);
}

.service-details__points-two-content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 11px;
}

.service-details__points-two-content p {
    font-size: 16px;
    line-height: 30px;
}

.service-details__benefits {
    position: relative;
    display: block;
    margin-bottom: 50px;
    margin-top: 20px;
}

.service-details__benefits-img {
    position: relative;
    display: block;
}

.service-details__benefits-img img {
    width: 100%;
}

.service-details__benefits-right {
    position: relative;
    display: block;
    margin-top: -6px;
}

.service-details__benefits-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.service-betails__benefits-text-1 {
    font-size: 18px;
    color: var(--ambed-base, #a0eb5a);
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 31px;
}

.service-details__benefits-points {
    position: relative;
    display: block;
}

.service-details__benefits-points li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-details__benefits-points li + li {
    margin-top: 3px;
}

.service-details__benefits-points li .icon {
    color: var(--ambed-base, #a0eb5a);
    font-size: 9px;
    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;
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px solid var(--ambed-base, #a0eb5a);
    border-radius: 50%;
}

.service-details__benefits-points li .icon i {
    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;
    left: 1px;
}

.service-details__benefits-points li .text {
    margin-left: 15px;
}

.service-details__benefits-points li .text p {
    font-size: 16px;
    color: var(--ambed-black, #112047);
    font-weight: 500;
    line-height: 30px;
}

/*--------------------------------------------------------------
# Project Page
--------------------------------------------------------------*/
.projects-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.projects-page--carousel {
    padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.project-details__img-box {
    position: relative;
    display: block;
}

.project-details__img {
    position: relative;
    display: block;
}

.project-details__img img {
    width: 100%;
}

.project-details__details-box {
    position: relative;
    display: block;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: -70px;
}

.project-details__details-box:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: var(--ambed-base, #a0eb5a);
    content: "";
    z-index: 1;
}

.project-details__details {
    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-white, #ffffff);
    -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);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 46px 60px 44px;
    border-top-right-radius: 48px;
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
}

.project-details__details li {
    position: relative;
    display: block;
}

.project-details__details li:before {
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: -66px;
    content: "";
    width: 1px;
    background-color: var(--ambed-bdr-color, #e2ddda);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.project-details__details li:last-child:before {
    display: none;
}

.project-details__details-content {
    position: relative;
    display: block;
}

.project-details__details-title {
    line-height: 26px;
    font-size: 16px;
    color: var(--ambed-base, #a0eb5a);
}

.project-details__details-name {
    font-weight: 500;
    color: var(--ambed-black, #112047);
    line-height: 30px;
    font-size: 16px;
}

.project-details__details-name a {
    color: var(--ambed-black, #112047);
}

.project-details__details-share {
    font-weight: 500;
    color: var(--ambed-black, #112047);
}

.project-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.project-details__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-black, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-details__social a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.project-details__social a + a {
    margin-left: 25px;
}

.project-details__room-wallpapers {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 42px;
}

.project-details__room-wallpapers-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 18px;
}

.project-details__room-wallpapers-text {
    font-size: 18px;
    line-height: 34px;
}

.project-details__challenge {
    position: relative;
    display: block;
}

.project-details__challenge-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.project-details__challenge-text {
    font-size: 18px;
    line-height: 34px;
}

.project-details__challenge-progress {
    position: relative;
    display: block;
    margin-top: 49px;
    margin-bottom: 25px;
}

.project-details__progress-wrap {
    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;
}

.project-details__progress-single {
    position: relative;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    margin-bottom: 32px;
}

.project-details__progress-box {
    position: relative;
    display: block;
    height: 144px;
    width: 144px;
    margin: 0 auto;
    z-index: 1;
}

.project-details__progress-box:before {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #f9f9f9;
    border-radius: 50%;
    z-index: -1;
}

.project-details__progress-box:after {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: "";
    border-radius: 50%;
    border: 2px solid var(--ambed-base, #a0eb5a);
}

.project-details__progress-box canvas {
    position: relative;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.project-details__progress-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: var(--ambed-black, #112047);
    letter-spacing: 0.04em;
}

.project-details__progress-content h3 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--ambed-black, #112047);
    margin-top: 11px;
    letter-spacing: 0.04em;
}

.project-details__progress-single-last {
    border: 0;
    padding: 0;
    margin: 0;
}

.project-details__points-box {
    position: relative;
    display: block;
}

.project-details__points-img {
    position: relative;
    display: block;
}

.project-details__points-img img {
    width: 100%;
}

.project-details__points-content-box {
    position: relative;
    display: block;
    margin-top: 13px;
    margin-left: 30px;
}

.project-details__points {
    position: relative;
    display: block;
}

.project-details__points li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-details__points li + li {
    margin-top: 8px;
}

.project-details__points li .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: 16px;
    width: 16px;
    font-size: 9px;
    color: var(--ambed-base, #a0eb5a);
    border: 1px solid var(--ambed-base, #a0eb5a);
    border-radius: 50%;
}

.project-details__points li .icon span {
    position: relative;
    left: 1px;
}

.project-details__points li .text {
    margin-left: 15px;
}

.project-details__points li .text p {
    font-size: 18px;
    font-weight: 500;
    color: var(--ambed-black, #112047);
}

.project-details__result {
    position: relative;
    display: block;
    margin-top: 52px;
}

.project-details__result-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.project-details__result-text {
    font-size: 18px;
    line-height: 34px;
}

.projectc-details__pagination-box {
    position: relative;
    display: block;
    margin-top: 109px;
}

.projectc-details__pagination-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-primary, #f2eeeb);
    padding: 50px 50px 50px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 30px;
}

.projectc-details__pagination-icon {
    position: relative;
    display: block;
}

.projectc-details__pagination-icon a {
    font-size: 15px;
    color: var(--ambed-black, #112047);
    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: 55px;
    width: 55px;
    background-color: var(--ambed-white, #ffffff);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.projectc-details__pagination-icon a:hover {
    background-color: var(--ambed-base, #a0eb5a);
    color: var(--ambed-white, #ffffff);
}

.projectc-details__pagination-content {
    margin-left: 30px;
    top: -5px;
    position: relative;
}

.projectc-details__pagination-content span {
    font-size: 14px;
}

.projectc-details__pagination-content p {
    font-size: 20px;
    color: var(--ambed-black, #112047);
    font-weight: 700;
    line-height: 22px;
}

.projectc-details__pagination-single-two {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.projectc-details__pagination-single-two .projectc-details__pagination-content {
    margin-left: 0;
    margin-right: 30px;
}

/*--------------------------------------------------------------
# Similar Project
--------------------------------------------------------------*/
.similar-project {
    position: relative;
    display: block;
    padding: 90px 0 90px;
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    padding: 120px 0 127px;
}

.about-two__left {
    position: relative;
    display: block;
    margin-right: -26px;
}

.about-two__left .section-title {
    margin-bottom: 48px;
}

.about-two__left .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.about-two__text-1 {
    font-size: 24px;
    color: var(--ambed-base, #a0eb5a);
    font-weight: 500;
    line-height: 36px;
}

.about-two__text-2 {
    font-size: 18px;
    line-height: 34px;
    padding-top: 35px;
    padding-bottom: 37px;
}

.about-two__points-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-two__points-left {
    position: relative;
    display: block;
    float: left;
}

.about-two__points-right {
    position: relative;
    display: block;
    float: right;
}

.about-two__points {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.about-two__points li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-two__points li + li {
    margin-left: 0px;
}

.about-two__points li .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-two__points li .icon span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    color: var(--ambed-base, #a0eb5a);
}

.about-two__points li .text {
    margin-left: 10px;
}

.about-two__points li .text p {
    font-size: 18px;
    color: var(--ambed-black, #112047);
    font-weight: 700;
}

.about-two__right {
    position: relative;
    display: block;
}

.about-two__img-box {
    position: relative;
    display: block;
}

.about-two__img-1 {
    position: relative;
    display: block;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.about-two__img-1 img {
    width: 100%;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.about-two__img-2 {
    position: absolute;
    top: 80px;
    left: -185px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

.about-two__img-2 img {
    width: auto;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

.about-two__dot {
    position: absolute;
    bottom: -80px;
    right: -40px;
    opacity: 0.3;
    z-index: -1;
}

.about-two__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;
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
    padding-top: 120px;
}

/*--------------------------------------------------------------
# Team page
--------------------------------------------------------------*/
.team-page {
    padding: 120px 0 90px;
}

.team-page--carousel {
    padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}

.team-details-shape-1 img {
    width: auto;
}

.team-details__top {
    position: relative;
    display: block;
    padding: 120px 0 110px;
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.team-details__top-img {
    position: relative;
    display: block;
    border-top-right-radius: 50px;
}

.team-details__top-img img {
    width: 100%;
    border-top-right-radius: 50px;
}

.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: var(--ambed-primary, #f2eeeb);
    letter-spacing: 0.35em;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -329px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -8px;
}

.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px;
}

.team-details__top-title {
    font-size: 16px;
    color: var(--ambed-base, #a0eb5a);
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

.team-details__social a {
    position: relative;
    height: 45px;
    width: 45px;
    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;
    background-color: var(--ambed-primary, #f2eeeb);
    color: var(--ambed-black, #112047);
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__social a:hover {
    background-color: var(--ambed-base, #a0eb5a);
    color: var(--ambed-white, #ffffff);
}

.team-details__social a + a {
    margin-left: 10px;
}

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--ambed-base, #a0eb5a);
    line-height: 47px;
}

.team-details__top-text-2 {
    font-size: 18px;
    line-height: 34px;
    padding-top: 33px;
    padding-bottom: 35px;
}

.team-details__top-text-3 {
    font-size: 18px;
    line-height: 34px;
}

.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
    padding-top: 111px;
    padding-bottom: 120px;
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.team-details__bottom-left-text {
    font-size: 18px;
    line-height: 34px;
    padding-top: 30px;
}

.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.team-details__progress {
    position: relative;
    display: block;
    width: 100%;
}

.team-details__progress-single {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--ambed-black, #112047);
    margin-bottom: 7px;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: var(--ambed-primary, #f2eeeb);
    border-radius: 7px;
    margin-bottom: 22px;
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 7px;
    background-color: var(--ambed-base, #a0eb5a);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: var(--ambed-gray, #8b827d);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Message One
--------------------------------------------------------------*/
.message-one {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 120px 0 230px;
    overflow: hidden;
    z-index: 1;
}

.message-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.message-one-shape-1 {
    position: absolute;
    top: 0;
    left: -170px;
}

.message-one-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;
}

.message-one-shape-2 {
    position: absolute;
    top: 167px;
    left: 0;
}

.message-one-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;
}

.message-one-shape-3 {
    position: absolute;
    bottom: -90px;
    right: 0;
}

.message-one-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;
}

.message-one .container {
    max-width: 770px;
    width: 100%;
}

.message-one .comment-form__btn {
    margin: 20px auto 0;
    display: block;
}

.message-one .comment-form__input-box input[type="text"],
.message-one .comment-form__input-box input[type="email"] {
    background-color: var(--ambed-white, #ffffff);
    font-weight: 400;
}

.message-one .comment-form__input-box.text-message-box {
    height: 160px;
}

.message-one .comment-form__input-box textarea {
    background-color: var(--ambed-white, #ffffff);
    height: 160px;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Newsletter Two
--------------------------------------------------------------*/
.newsletter-two {
    margin-top: -110px;
}

/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonials-page {
    position: relative;
    display: block;
    padding: 150px 0 60px;
}

.testimonials-page--carousel {
    padding-bottom: 120px;
}

.testimonials-page .testimonial-one__single {
    margin-bottom: 60px;
}

.testimonials-page--carousel .testimonial-one__single {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# 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, #a0eb5a);
    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, #112047);
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.faq-page__left {
    position: relative;
    display: block;
}

.faq-page__right {
    position: relative;
    display: block;
}

.faq-page__right .service-details__need-help {
    margin-top: 0px;
}

.faq-page__btn-box {
    position: relative;
    display: block;
}

.faq-page__btn {
    width: 100%;
    text-align: center;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
    position: relative;
    display: block;
    padding: 71px 0 120px;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__title-box {
    position: relative;
    display: block;
}

.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 350px;
    line-height: 350px;
    font-weight: 900;
    margin-bottom: 0;
    color: var(--ambed-base, #a0eb5a);
}

.error-page__tagline {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 12px;
    font-weight: 400;
    color: var(--ambed-black, #112047);
}

.error-page__text {
    font-size: 20px;
    font-weight: 400;
}

.error-page__form {
    position: relative;
    display: block;
    margin: 56px auto 20px;
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.error-page__form input[type="search"] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--ambed-primary, #f2eeeb);
    font-size: 16px;
    color: var(--ambed-gray, #8b827d);
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
}

.error-page__form button[type="submit"] {
    background-color: transparent;
    color: var(--ambed-black, #112047);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.contact-page-shape-1 {
    position: absolute;
    bottom: 95px;
    right: 0;
    opacity: 0.5;
}

.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, #a0eb5a);
}

.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, #112047);
    font-weight: 500;
}

.contact-page__details-list li p a {
    color: var(--ambed-black, #112047);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__details-list li p a:hover {
    color: var(--ambed-base, #a0eb5a);
}

.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, #112047);
    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, #a0eb5a);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.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, #a0eb5a);
    -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, #a0eb5a);
    opacity: 0.3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--ambed-base, #a0eb5a);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: 0.4;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase__inner {
    background-color: #fff;
    padding: 40px;
    -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);
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}

.home-showcase__image {
    position: relative;
    background-color: var(--ambed-black, #112047);
    overflow: hidden;
}

.home-showcase__image > img {
    width: 100%;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-showcase__image:hover > img {
    opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.home-showcase__buttons__item {
    padding: 10px 38px;
    width: 150px;
    text-align: center;
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
    margin-top: 10px;
}

.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--ambed-black, #112047);
    margin-top: 15px;
}

.mobile-nav__wrapper .home-showcase .row [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
    background-color: var(--ambed-primary, #f2eeeb);
}

.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

/*--------------------------------------------------------------
# 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-two__logo .dark-logo {
    display: none;
}

.main-menu-two__logo .light-logo {
    display: block;
}

.main-menu-two__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, #112047);
}

.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, #112047);
    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 */

/*# Ambed Update Css - 20/10/2022 */

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.product__sidebar {
    position: relative;
    display: block;
}

.product__sidebar-single + .product__sidebar-single {
    margin-top: 30px;
}

.product__sidebar-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    margin-bottom: 22px;
}

.shop-search {
    position: relative;
    display: block;
}

.shop-search form {
    border-radius: 0px;
    position: relative;
    background-color: var(--ambed-base);
}

.shop-search form input[type="search"],
.shop-search form input[type="text"] {
    width: 100%;
    height: 60px;
    background-color: var(--ambed-base);
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    color: var(--ambed-white);
    font-family: var(--ambed-font);
    border: none;
    outline: none;
    font-weight: 400;
}

.shop-search form ::placeholder {
    color: inherit;
    opacity: 1;
}

.product__price-ranger {
    position: relative;
    padding: 27px 30px 30px;
    margin: 0;
    background-color: var(--ambed-primary);
}

.product__price-ranger.price-ranger {
    margin-top: 7px;
    margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
    background: var(--ambed-white);
    border: none;
    height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
    position: absolute;
    top: -5px;
    background: var(--ambed-base);
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
    background: var(--ambed-base);
}

.product__price-ranger .price-ranger #slider-range {
    margin-left: 3px;
    margin-right: 0;
    margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 17px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.product__price-ranger
    .price-ranger
    .ranger-min-max-block
    input[type="submit"] {
    position: relative;
    display: block;
    background: var(--ambed-black);
    float: right;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 0;
    z-index: 1;
}

.product__price-ranger
    .price-ranger
    .ranger-min-max-block
    input[type="submit"]:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background-color: var(--ambed-base);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    z-index: -1;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    color: var(--ambed-gray);
    font-size: 14px;
    font-weight: 400;
    width: 40px;
    line-height: 30px;
    border: none;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--ambed-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    left: -2px;
}

.shop-category {
    position: relative;
    display: block;
    background-color: var(--ambed-primary);
    padding: 27px 15px 15px;
}

.shop-category .product__sidebar-title {
    margin-left: 15px;
    margin-bottom: 13px;
}

.shop-category ul {
    position: relative;
    display: block;
}

.shop-category ul li {
    position: relative;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--ambed-gray);
    margin-bottom: 5px;
}

.shop-category ul li:last-child {
    margin-bottom: 0;
}

.shop-category ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--ambed-gray);
    font-weight: 500;
    border-radius: 0;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 8px 15px 8px;
}

.shop-category ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--ambed-white);
    border-radius: 0px;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.shop-category ul li a:hover:before {
    transform: scaleY(1);
}

.shop-category ul li:hover a,
.shop-category ul li.active a {
    color: var(--ambed-black);
    background: var(--ambed-white);
}

.shop-category ul li a:after {
    position: absolute;
    right: 20px;
    top: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    opacity: 1;
    font-size: 15px;
    color: var(--ambed-base);
    line-height: 30px;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.shop-category ul li a:hover:after,
.shop-category ul li.active a:after {
    color: var(--ambed-base);
    transform: scale(1);
}

.product__items {
    position: relative;
    display: block;
}

.product__showing-result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product__showing-text-box {
    position: relative;
    display: block;
}

.product__showing-text {
    font-size: 16px;
    font-weight: 400;
}

.product__showing-sort {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
}

.product__showing-sort .select-box .nice-select {
    background-color: var(--ambed-primary);
    border-radius: 0;
    color: var(--ambed-gray);
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 0px;
}

.product__showing-sort .select-box .nice-select:after {
    position: absolute;
    right: 30px;
}

.product__all {
    position: relative;
    display: block;
}

.product__all-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    transition: all 500ms ease;
    z-index: 1;
}

.product__all-img {
    position: relative;
    display: block;
    border: 1px solid var(--ambed-bdr-color);
    overflow: hidden;
    z-index: 1;
}

.product__all-img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--ambed-black-rgb), 0.1);
    -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;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.product__all-single:hover .product__all-img:before {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.product__all-img img {
    width: 100%;
    transition: all 500ms ease;
}

.product__all-single:hover .product__all-img img {
    transform: scale(1.05);
}

.product__all-btn-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg) scale(0);
    transition: all 600ms ease;
    z-index: 2;
}

.product__all-single:hover .product__all-btn-box {
    transform: rotate(0deg) scale(1);
}

.product__all-btn {
    padding: 5px 30px 5px;
}

.product__all-content {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 18px;
}

.product__all-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.04em;
}

.product__all-title a {
    color: var(--ambed-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product__all-title a:hover {
    color: var(--ambed-base);
}

.product__all-price {
    font-size: 14px;
    font-weight: 400;
    color: var(--ambed-gray);
    line-height: 24px;
    padding-top: 3px;
    padding-bottom: 4px;
}

.product__all-review {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__all-review i {
    font-size: 15px;
    color: var(--ambed-base);
}

.product__all-review i + i {
    margin-left: 5px;
}

/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/
.product-details {
    position: relative;
    display: block;
    padding: 120px 0px 56px;
}

.product-details__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.product-details__img img {
    width: 100%;
    border: 1px solid var(--ambed-bdr-color);
}

.product-details__top {
    position: relative;
    display: block;
    margin-top: -10px;
}

.product-details__title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

.product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--ambed-base);
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-left: 10px;
    letter-spacing: 0;
}

.product-details__reveiw {
    display: flex;
    align-items: center;
    margin-top: 19px;
    padding-bottom: 30px;
    margin-bottom: 21px;
    border-bottom: 1px solid var(--ambed-bdr-color);
}

.product-details__reveiw i {
    font-size: 16px;
    color: var(--ambed-base);
}

.product-details__reveiw i + i {
    margin-left: 4px;
}

.product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--ambed-gray);
    margin-left: 18px;
}

.product-details__content {
    position: relative;
    display: block;
}

.product-details__content-text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 31px;
}

.product-details__content-text2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-details__quantity {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product-details__quantity-title {
    margin: 0;
    color: var(--ambed-black);
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
}

.product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 0px;
    height: 50px;
    border: 1px solid var(--ambed-bdr-color);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--ambed-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--ambed-gray);
}

.product-details__quantity .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--ambed-gray);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border: none;
    border-left: 1px solid var(--ambed-bdr-color);
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid var(--ambed-bdr-color);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product-details__buttons {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.product-details__buttons-1 {
    position: relative;
    display: block;
}

.product-details__buttons-1 .thm-btn {
    background-color: var(--ambed-black);
}

.product-details__buttons-1 .thm-btn::before {
    background-color: var(--ambed-base);
}

.product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.product-details__buttons-2 .thm-btn {
    background-color: var(--ambed-base);
}

.product-details__buttons-2 .thm-btn:after {
    background-color: var(--ambed-black);
}

.product-details__social {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details__social .title {
    position: relative;
    display: block;
}

.product-details__social .title h3 {
    color: var(--ambed-black);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.product-details__social-link {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.product-details__social-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ambed-black);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: var(--ambed-primary);
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.product-details__social-link a + a {
    margin-left: 10px;
}

.product-details__social-link a:hover {
    color: var(--ambed-white);
    background-color: var(--ambed-base);
}

/*--------------------------------------------------------------
# Product Description
--------------------------------------------------------------*/
.product-description {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 50px;
}

.product-description__title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 27px;
}

.product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-description__list ul {
    position: relative;
    display: block;
}

.product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 1px;
}

.product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-description__list ul li p {
    color: var(--ambed-black);
    margin: 0;
    font-weight: 500;
}

.product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: var(--ambed-base);
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    top: 2px;
}

.product-description__tex2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

/*--------------------------------------------------------------
# Review One
--------------------------------------------------------------*/
.review-one {
    position: relative;
    display: block;
}

.comments-area {
    position: relative;
    display: block;
    border-top: 1px solid var(--ambed-bdr-color);
    padding-top: 56px;
}

.review-one__title {
    position: relative;
    display: block;
    margin-bottom: 36px;
}

.review-one__title h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}

.comments-area .comment-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--ambed-bdr-color);
}

.comments-area .comment {
    position: relative;
    display: flex;
    align-items: center;
}

.comments-area .comment-box .author-thumb {
    position: relative;
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
}

.comments-area .comment-box .author-thumb figure {
    margin: 0;
}

.review-one__content {
    position: relative;
    display: block;
    padding-left: 45px;
    flex: 1;
}

.review-one__content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.review-one__content-top .info {
    position: relative;
    display: block;
}

.review-one__content-top .info h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.review-one__content-top .info h2 span {
    color: var(--ambed-base);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

.review-one__content-top .reply-btn {
    position: relative;
    display: block;
}

.review-one__content-top .reply-btn i:before {
    color: var(--ambed-base);
    font-size: 15px;
}

.review-one__content-bottom {
    position: relative;
    display: block;
}

.review-one__content-bottom p {
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}

/*--------------------------------------------------------------
# Review Form One
--------------------------------------------------------------*/
.review-form-one {
    position: relative;
    display: block;
    padding: 16px 0 120px;
}

.review-form-one__inner {
    position: relative;
    display: block;
}

.review-form-one__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.review-form-one__rate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 25px;
}

.review-form-one__rate-text {
    font-size: 18px;
    font-weight: 400;
}

.review-form-one__rate {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.review-form-one__rate i {
    font-size: 16px;
    color: var(--ambed-base);
}

.review-form-one__rate i + i {
    margin-left: 5px;
}

.review-form-one__form {
    position: relative;
    display: block;
}

.review-form-one__form .row {
    --bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
    font-size: 14px;
    color: var(--ambed-gray);
    height: 190px;
    width: 100%;
    background-color: var(--ambed-primary);
    padding: 25px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 400;
}

.review-form-one__input-box.text-message-box {
    height: 190px;
}

.review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--ambed-primary);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--ambed-gray);
    display: block;
    font-weight: 400;
}

.review-form-one__btn {
    border: none;
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/
.cart-page {
    position: relative;
    display: block;
    background: var(--ambed-white);
    padding: 113px 0px 120px;
}

.cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
    .cart-table {
        min-width: 1170px;
    }
}

.cart-table {
    margin-bottom: 60px;
}

.cart-table thead th {
    color: var(--ambed-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    border: none;
    padding-bottom: 22px;
}

.cart-table thead th:last-child {
    text-align: right;
}

.cart-table tbody tr {
    vertical-align: middle;
}

.cart-table tbody tr:last-child {
    border-bottom: 1px solid var(--ambed-bdr-color);
}

.cart-table tbody td {
    font-size: 18px;
    color: var(--ambed-gray);
    vertical-align: middle;
    border-top: 1px solid var(--ambed-bdr-color);
    border-bottom: 1px solid var(--ambed-bdr-color);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.cart-table tbody td:last-child {
    text-align: right;
}

.cart-table .product-box {
    display: flex;
    align-items: center;
}

.cart-table .product-box .img-box {
    position: relative;
    display: block;
    width: 120px;
    border-radius: 0;
    overflow: hidden;
    margin-right: 35px;
}

.cart-table .product-box .img-box img {
    width: 100%;
    border: 1px solid var(--ambed-bdr-color);
}

.cart-table h3 {
    color: var(--ambed-black);
    font-size: 20px;
    margin-left: 36px;
    font-weight: 700;
    margin: 0;
}

.cart-table h3 a {
    color: var(--ambed-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.cart-table h3 a:hover {
    color: var(--ambed-base);
}

.cart-table .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
}

.cart-table .quantity-box input {
    width: 98px;
    border-radius: 0px;
    height: 50px;
    border: 1px solid var(--ambed-bdr-color);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--ambed-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    color: var(--ambed-gray);
    font-weight: 400;
}

.cart-table .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-left: 1px solid var(--ambed-bdr-color);
}

.cart-table .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid var(--ambed-bdr-color);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cart-table .cross-icon {
    position: relative;
    display: block;
}

.cart-table .cross-icon i:before {
    position: relative;
    display: inline-block;
    color: var(--ambed-black);
    font-size: 16px;
}

.cart-cupon__form {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.cart-cupon__input {
    width: 100%;
    max-width: 370px;
    border-radius: 0;
    background-color: var(--ambed-primary);
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    font-family: var(--ambed-font);
    font-size: 14px;
    color: var(--ambed-gray);
    height: 60px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    font-weight: 400;
}

.cart-cupon__form ::placeholder {
    color: var(--ambed-gray);
    opacity: 1;
}

.cart-cupon__form button {
    top: -1px;
    border: none;
    outline: none !important;
}

.cart-total {
    position: relative;
    display: block;
    margin-bottom: 22px;
    margin-top: -9px;
}

.cart-total li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--ambed-gray);
    font-size: 18px;
    font-weight: 400;
}

.cart-total li + li {
    margin-top: 15px;
}

.cart-total li span:first-child {
    display: block;
    color: var(--ambed-black);
    font-size: 20px;
    margin-right: 70px;
    font-weight: 700;
    width: 145px;
    text-align: right;
}

.cart-total li:nth-child(2) span:first-child {
    position: relative;
    right: 6px;
}

.cart-total-amount {
    color: var(--ambed-gray);
}

.cart-page__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cart-page__buttons-1 {
    position: relative;
    display: block;
}

.cart-page__buttons-1 .thm-btn {
    background: var(--ambed-black);
}

.cart-page__buttons-1 .thm-btn::before {
    background: var(--ambed-base);
}

.cart-page__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.cart-page__buttons-2 .thm-btn {
    background-color: var(--ambed-base);
}

.cart-page__buttons-2 .thm-btn:after {
    background-color: var(--ambed-black);
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
    position: relative;
    display: block;
    padding: 110px 0 120px;
}

.checkout-page .billing_details {
    position: relative;
    display: block;
}

.billing_title {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.billing_title p {
    font-size: 16px;
    margin: 0;
}

.billing_title span {
    color: var(--ambed-base);
}

.billing_title h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-weight: 700;
    margin-top: 16px;
}

.billing_details_form {
    position: relative;
    display: block;
}

.billing_details_form .bs-gutter-x-20 {
    --bs-gutter-x: 20px;
}

.billing_details_form .btn-light {
    border: none;
}

.billing_details_form .btn-light:hover {
    border: none;
}

.billing_input_box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.billing_input_box input[type="text"],
.billing_input_box input[type="email"],
.billing_input_box input[type="tel"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--ambed-primary);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
    outline: none;
    font-size: 14px;
    color: var(--ambed-gray);
    display: block;
    font-weight: 400;
}

.billing_details .checked-box {
    position: relative;
    display: block;
    margin-top: -4px;
}

.billing_details .checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--ambed-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    font-family: var(--ambed-font);
}

.billing_details .checked-box input[type="checkbox"] {
    display: none;
}

.billing_details .checked-box input[type="checkbox"] + label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: transparent;
    background: var(--ambed-base);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 0;
}

.billing_details .checked-box label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.billing_details.checked-box input[type="checkbox"]:checked + label span {
    border-color: #ffffff;
}

.billing_details
    .checked-box
    input[type="checkbox"]:checked
    + label
    span:before {
    opacity: 1;
}

.ship_different_address_title {
    margin-top: 45px;
}

.ship_different_address_title h2 span::before {
    position: relative;
    display: inline-block;
    color: var(--ambed-base);
    font-size: 19px;
    top: -2px;
    left: 15px;
}

.ship_different_address_form .ship_different_input {
    position: relative;
    display: block;
    height: 120px;
}

.ship_different_address_form .ship_different_input textarea {
    font-size: 14px;
    color: var(--ambed-gray);
    height: 120px;
    width: 100%;
    background-color: var(--ambed-primary);
    padding: 15px 30px 20px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    border-radius: 0;
    font-weight: 400;
}

.billing_details_form .select-box .nice-select {
    background-color: var(--ambed-primary);
    border-radius: 0;
    color: var(--ambed-gray);
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 20px;
}

.billing_details_form .select-box .nice-select:after {
    position: absolute;
    right: 30px;
}

.your_order {
    position: relative;
    display: block;
    padding-top: 56px;
}

.your_order h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 36px;
}

.order_table_box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--ambed-bdr-color);
    padding-bottom: 24px;
}

.order_table_detail {
    position: relative;
    width: 100%;
}

.order_table_head {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--ambed-bdr-color);
    border-top: 1px solid var(--ambed-bdr-color);
}

.order_table_head th {
    font-size: 20px;
    color: var(--ambed-black);
    font-weight: 700;
    margin: 0;
    padding: 22px 0 21px;
}

.order_table_head th.right {
    float: right;
}

.order_table_detail tbody td {
    padding: 29px 0 2px;
}

.order_table_detail tbody td.pro__title {
    color: var(--ambed-gray);
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.order_table_detail tbody td.pro__price {
    color: var(--ambed-gray);
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.checkout__payment {
    background-color: var(--ambed-primary);
    border-radius: 0;
    padding: 49px 50px 18px;
    margin-bottom: 30px;
}

.checkout__payment__item + .checkout__payment__item {
    margin-top: 41px;
}

.checkout__payment__title {
    display: flex;
    color: var(--ambed-black);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    align-items: center;
    margin-bottom: 27px;
    cursor: pointer;
}

.checkout__payment__title::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 2px solid #e2ddda;
    border-radius: 50%;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    position: relative;
    top: 0px;
    transition: all 500ms ease;
}

.checkout__payment__title img {
    margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
    background-color: var(--ambed-base);
    border-color: var(--ambed-base);
    content: "\f00c";
}

.checkout__payment__content {
    font-size: 16px;
    line-height: 30px;
    color: var(--ambed-gray);
    font-weight: 400;
    padding-left: 33px;
}
