@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
: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: #3c3531;
  --ambed-black-rgb: 60, 53, 49;
  --ambed-base: #a47c68;
  --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: #000;
  font-size: 17px;
  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: #000;
  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: -webkit-linear-gradient(90deg, #0051e4 0%, #052154 100%);
  color: var(--ambed-white, #ffffff);
  font-size: 16px;
  font-weight: 700;
  padding: 10px 22px 10px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 30px;
}

.thm-btn-spl {
  background: white;
  color: #4050a7;
}

.thm-btn2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background: -webkit-linear-gradient(0deg, #052154 0%, #0051e4 100%);
  font-size: 16px;
  font-weight: 700;
  padding: 10px 22px 10px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 30px;
  border: 1px solid #052154;
}
.thm-btn2 a{
  color: var(--ambed-white, #ffffff);
}
.thm-btn:hover {
  color: white;
}

.thm-btn-spl:hover{
  color: #3744be;
}
/*.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  background-color: #000;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}*/

.thm-btn:hover:after {
  opacity: 1;
  width: 100%;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-bottom: 69px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  color: #df9f29;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.section-title__title {
  margin: 0;
  font-size: 30px;
  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: #df9f29;
}

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

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

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

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

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

.main-header__top-inner {
  position: relative;
  display: block;
  padding: 36px 0 27px;
}

.main-header__logo {
  position: relative;
  display: block;
  float: left;
}

.main-header__top-right {
  position: relative;
  display: block;
  float: right;
}

.main-header__top-right-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0 2px;
}

.main-header__top-address-box {
  position: relative;
  display: block;
}

.main-header__top-address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li:before {
  position: absolute;
  top: -4px;
  bottom: -5px;
  right: -28px;
  content: "";
  width: 1px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}

.main-header__top-address li:last-child:before {
  display: none;
}

.main-header__top-address li+li {
  margin-left: 54px;
}

.main-header__top-address li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -3px;
}

.main-header__top-address li .icon span {
  font-size: 30px;
  color: var(--ambed-base, #a47c68);
  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, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.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, #3c3531);
  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, #a47c68);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.main-header__top-right-social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-header__top-right-social a+a {
  margin-left: 10px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding-left: 40px;
  padding-right: 5px;
}

.main-menu__left {
  display: block;
  float: left;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__right {
  position: relative;
  display: block;
  float: right;
}

.main-menu__search-btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}

.main-menu__search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.main-menu__search-box:before {
  position: absolute;
  top: -8px;
  bottom: -7px;
  left: -30px;
  content: "";
  width: 1px;
  background-color: var(--ambed-bdr-color, #e2ddda);
}

.main-menu__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.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: 36px;
}

/* Normal Header Button - White Color */
.main-menu-two .main-menu__list .dropdown button {
  color: #fff;
  background-color: transparent;
  border: none;
  padding-top: 5px;
}

/* Sticky Header Button - Black Color */
.stricky-header.main-menu-two .main-menu__list .dropdown button {
  color: #000; /* Black text in sticky header */
}


.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 17px;
  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: 500;
}

.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: #df9f29;
  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, #3c3531);
}

.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: hidden;
  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: 260px;
  -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: #000000;
  letter-spacing: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 25px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.main-menu .main-menu__list .dropdown li.current a{
  background-color: #46b7f5;
  color: #fff;
}
.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: #46b7f5;
  color: white;
}

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

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

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

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: #3cb7f8;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

@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: #2f5aa9;
  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: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #fff;
  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.current>a{
  color: #000;
}
.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
.mobile-nav__content .main-menu__list .dropdown-menu>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: 16px;
  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 .dropdown-menu>li>ul>li>ul>li>a {
  color: black;
}

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

.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: white;
  border: none;
  outline: none;
  color: black;
  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, #3c3531);
}

/* 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;
  margin-top: 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, #a47c68);
}

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

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--ambed-base, #a47c68);
  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: 0;
  left: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100%;
/*  background-image: -webkit-linear-gradient(-90deg, #000000 -3%, #000000 1%, rgb(22 22 22 / 0%) 100%);*/
}

.main-menu-two {
  background-color: #0000;
  padding: 0 75px 0 176px;
}

.stricky-header.main-menu-two {
  padding: 0 200px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px #2f5aa9;
}
@media (min-width: 300px) and (max-width: 1199px) {
    .spl-marg {
        margin-right: 0px;
        margin-top: 22px;
    }
    .stricky-header.main-menu-two {
      padding: 0 20px;
    }
}

.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: 12px 0 10px 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, #a47c68);
}

.main-menu-two__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ambed-white, #ffffff);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.main-menu-two__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu-two__social a+a {
  margin-left: 10px;
}

.main-menu-two__main-menu-two-inner {
  display: block;
  float: left;
  margin-left: 50px;
}

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

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

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 20px;
  padding-bottom: 16px;
}

.main-menu-two .main-menu__list>li>a {
  color: #fff;
}
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: #000;
}
.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.main-menu-two .main-menu__list>li:hover button,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li.current button,
.stricky-header.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li:hover button,
.main-menu-two .main-menu__list>li.current button {
  color: #27bff8;
}

.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: -25px;
}

/*--------------------------------------------------------------
# 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, #3c3531);
  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, #a47c68);
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  top: -35px;
  margin-bottom: -35px;
  z-index: 91;
}

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

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

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

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

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

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

.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, #3c3531);
  background-blend-mode: luminosity;
  opacity: .40;
  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, #3c3531);
}

.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, #a47c68);
  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, #3c3531);
  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: .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, #a47c68);
  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, #a47c68);
  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, #a47c68);
  -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, #a47c68);
  -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, #3c3531);
  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, #a47c68);
  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, #3c3531);
}

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

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

.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, #a47c68);
  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: .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, #a47c68);
  -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, #a47c68);
  -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, #3c3531);
  -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, #3c3531);
}

.feature-one__arrow a i {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--ambed-base, #a47c68);
  -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, #3c3531);
  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, #3c3531);
  mix-blend-mode: luminosity;
  opacity: .08;
  z-index: 1;
}

.services-one .section-title {
  z-index: 3;
}

.services-one .section-title__tagline {
  color: #c1b8b3;
}

.services-one .section-title__title {
  color: #000!important;
}

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

.text-justify{
  text-align: justify;
}

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-one__img:before {
  position: absolute;
  content: '';
  background-color: var(--ambed-black, #3c3531);
  height: 0%;
  left: 0px;
  right: 0px;
  top: 0px;
  opacity: .8;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__img:after {
  position: absolute;
  content: '';
  background-color: var(--ambed-black, #3c3531);
  height: 0%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: .8;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__img:before,
.services-one__single:hover .services-one__img:after {
  height: 50%;
}

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

.services-one__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 20px;
  left: 40px;
  height: 106px;
  width: 106px;
  background-color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

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

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

/*--------------------------------------------------------------
# Quality Work
--------------------------------------------------------------*/
.quality-work {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 62px 0 0 0;
  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;
}

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

.quality-work-shape-5 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .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;
}

.quality-work__small-img img {
  width: 248px;
}

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

.quality-work__video-icon:hover {
  background-color: var(--ambed-base, #a47c68);
  border-color: var(--ambed-base, #a47c68);
  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, #a47c68);
  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, #a47c68);
  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, #3c3531);
  -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, #3c3531);
  font-weight: 500;
  line-height: 30px;
}

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

.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: #2f5aa9;
  -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: #2f5aa9;
  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 #2f5aa9;
  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, #3c3531);
}

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

.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, #3c3531);
  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, #3c3531);
  font-weight: 500;
}

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

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

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

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

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

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

.testimonial-one__left {
  position: relative;
  display: block;
  margin-right: 40px;
  z-index: 22;
}

.testimonial-one__left .section-title {
  margin-bottom: 51px;
}

.testimonial-one__left .section-title__tagline {
  color: #c1b8b3;
}

.testimonial-one__left .section-title__title {
  color: var(--ambed-white, #ffffff);
}

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

.testimonial-one__left .section-title__line:after {
  background-color: var(--ambed-white, #ffffff);
}

.testimonial-one__text {
  color: #c1b8b3;
}

.testimonial-one__right {
  position: relative;
  display: block;
  margin-top: 35px;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

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

.testimonial-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.testimonial-one__single {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 40px 40px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.testimonial-one__single:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.testimonial-one__quote {
  height: 57px;
  width: 57px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  color: var(--ambed-base, #a47c68);
  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, #a47c68);
  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, #a47c68);
  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, #a47c68);
  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, #3c3531);
  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: .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, #a47c68);
  -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 20px 32px;
  -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, #a47c68);
  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, #a47c68);
}

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

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

.blog-one__title a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blogwordswrp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

/*--------------------------------------------------------------
# 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, #a47c68);
  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, #a47c68);
  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: #000;
  margin-top: -110px;
  z-index: 1;
}

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

.site-footer__top {
  position: relative;
  display: block;
  padding: 202px 0 91px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: -12px;
}

.footer-widget__logo {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  color: #fff;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}

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

.site-footer__social a:hover {
  color: #2f5aa9;
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ambed-white, #ffffff);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a+a {
  margin-left: 10px;
}

.footer-widget__explore {
  position: relative;
  display: block;
}

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

.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{
  display: inline-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: #fff;
  padding-left: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-right: 10px;
  font-weight: 500;
}

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

.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;
  border-top: 1px solid #ffffff40;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: start;
  padding: 12px 0;
}
.site-footer__bottom-inner1 {
  position: relative;
  display: block;
  text-align: end;
  padding: 12px 0;
}

.site-footer__bottom-text {
  font-size: 15px;
  color: #fff;
}

.site-footer__bottom-text a {
  color: #fff;
  -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: 40px 0 36px;
}
.pr-5 {
    padding-right: 5px;
}

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

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

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

.feature-two-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .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, #a47c68);
  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, #a47c68);
  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, #3c3531);
  -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, #a47c68);
  -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, #3c3531);
}

/*--------------------------------------------------------------
# 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: #a47c68;
  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, #a47c68);
  content: "";
}

.welcome-one__experience-year h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.welcome-one__experience-text {
  font-size: 20px;
  line-height: 26px;
  margin-left: 16px;
}

.welcome-one__dot {
  position: absolute;
  bottom: -26px;
  left: -110px;
  opacity: .3;
}

.welcome-one__dot img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.welcome-one__right .section-title {
  margin-bottom: 49px;
}

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

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

.welcome-one__points {
  position: relative;
  display: block;
  margin-top: 32px;
}

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

.welcome-one__points li+li {
  margin-top: 8px;
}

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

.welcome-one__points li .icon span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid var(--ambed-base, #a47c68);
}

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

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

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

/*--------------------------------------------------------------
# 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, #3c3531);
  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, #a47c68);
}

.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, #3c3531);
  padding: 10px 40px 10px;
}

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

.benefits-one-shape {
  position: absolute;
  bottom: -155px;
  right: 0;
  opacity: .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, #a47c68);
  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, #3c3531);
}

.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);
  background-color: #DF9E42;
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 18px 40px 18px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  border: 1px solid #be6c24;
  border-radius: 35px;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--ambed-black, #3c3531);
  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, #a47c68);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: #000;
}

.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: #DF9E42;
  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: #000;
  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: .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, #a47c68);
  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, #3c3531);
}

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

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

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

.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, #a47c68);
  z-index: -1;
}

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

.working-process__count {
  position: absolute;
  top: -43px;
  left: -40px;
  height: 77px;
  width: 77px;
  background-color: var(--ambed-black, #3c3531);
  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, #a47c68);
}

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

.working-process__icon span {
  font-size: 62px;
  color: var(--ambed-base, #a47c68);
  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, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

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

.leading-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b3e2fb;
  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, #3c3531);
  mix-blend-mode: luminosity;
  opacity: .30;
  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, #a47c68);
  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, #a47c68);
}

.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: black;
  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: #2f5aa9;
}

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

.leading__points li .text p {
  font-size: 16px;
  color: #000;
}

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

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

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

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

.feature-three__top-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--ambed-black, #3c3531);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.feature-three__top-icon-list li:hover .feature-three__top-icon:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.feature-three__top-icon span {
  font-size: 62px;
  color: var(--ambed-white, #ffffff);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-three__top-icon-list li:hover .feature-three__top-icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.feature-three__top-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 12px;
}

.feature-three__top-title a {
  color: var(--ambed-black, #3c3531);
  -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, #a47c68);
}

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

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

.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: .50;
  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, #a47c68);
  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;
  padding-left: 90px;
  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: #2f5aa929;
  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 .icon span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: #2f5aa9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.more-services-two-shape img {
  width: auto;
}

.more-services-two__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f5aa9;
  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: #000;
  border: 2px solid #fff;
}

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

.more-services-two__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.more-services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.more-services-two__single:hover .more-services-two__icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.more-services-two__content {
  margin-left: 45px;
}

.more-services-two__sub-title {
  font-size: 16px;
  color: #fff;
}

.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: #2f5aa9;
}

.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: #fff;
}

/*--------------------------------------------------------------
# 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, #a47c68);
  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, #a47c68);
  content: "";
  height: 2px;
  width: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__img-box:after {
  width: 50%;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.project-three__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.9);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
}

.project-three__single:hover .project-three__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-property: all;
  transition-property: all;
}

.project-three__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-three__single:hover .project-three__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.project-three__arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-three__arrow a {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  color: var(--ambed-white, #ffffff);
}

.project-three__content {
  position: absolute;
  bottom: 50px;
  right: 40px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__content {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.project-three__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 38px;
}

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

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

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

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.couonter-one {
  position: relative;
  display: block;
  padding: 25px 0px 20px 0px;
  background-color: #2f5aa929;
  z-index: 1;
  box-shadow: 0px 2px 15px #4050a7;
}

.counter-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: .15;
  z-index: -1;
}

.couonter-one__list {
  position: relative;
  display: block;
}

.couonter-one__single {
  position: relative;
  background-position: center center;
  padding: 75px 0px 86px 0px;
  background-repeat: no-repeat;
  z-index: 1;
}

.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;
  justify-content: 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;
  justify-content: center;
}

.couonter-one__icon-box span {
  position: relative;
  display: inline-block;
  font-size: 46px;
  color: #2f5aa9;
  -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);
  width: 105px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  border-left: 2px solid #2f5aa9;
  border-right: 2px solid #2f5aa9;
}

.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;
  text-align: center;
}

.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: #000;
}

.couonter-one__text {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
}
.couonter-one__count-box-inner .plus {
  font-size: 20px;
}

.couonter-one .odometer-formatting-mark {
  display: none;
}

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

.testimonial-two-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: .15;
  z-index: -1;
}

.testimonial-two .section-title {
  margin-bottom: 109px;
}

.testimonial-two__inner {
  position: relative;
  display: block;
}

.testimonial-two__inner .testimonial-one__carousel.owl-carousel .owl-dots {
  left: 0;
  bottom: -50px;
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 1);
}

/*--------------------------------------------------------------
# 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, #3c3531);
  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, #3c3531);
  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, #3c3531);
  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, #a47c68);
  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, #3c3531);
  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, #a47c68);
}

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

.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: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.contact-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: 120px 0 110px;
  z-index: 1;
}

.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: #00000008;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 42px;
  color: var(--ambed-white, #ffffff);
  font-weight: 700;
  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, #a47c68);
}

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

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

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

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

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

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

.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;
  }
  .about-us__media img {
    width: 100%!important;
    height: 100%!important;
  }
}

.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, #a47c68);
  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, #a47c68);
  font-size: 15px;
  padding-right: 1px;
}

.sidebar__post-content h3 a {
  color: var(--ambed-black, #3c3531);
  -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, #3c3531);
}

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

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

.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, #3c3531);
  -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, #a47c68);
}

.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, #3c3531);
  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, #a47c68);
  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, #3c3531);
}

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

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

.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, #3c3531);
  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, #a47c68);
  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, #3c3531);
  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, #3c3531);
  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, #a47c68);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.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, #3c3531);
  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, #a47c68);
  color: var(--ambed-white, #ffffff);
}

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

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"],
.comment-form__input-box input[type=""]
 {
  height: 60px;
  width: 100%;
  border: none;
  background-color: #004acf1f;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: black;
  display: block;
  border-radius: 10px;
}

.comment-form__input-box textarea {
  font-size: 16px;
  color: black;
  height: 188px;
  width: 100%;
  background-color: #004acf1f;
  padding: 18px 30px 30px;
  border: none;
  border-radius: 10px;
  outline: none;
  margin-bottom: 0px;
}
select {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--ambed-primary, #f2eeeb);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: #000;
  display: block;
}

.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: 50px 0 10px;
}

.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: 20px;
}

.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: 10px 30px 10px;
  background-color: var(--ambed-white, #ffffff);
}

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

.service-details__category-list li.active a {
  background-color: var(--ambed-base, #a47c68);
  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: 56px 56px 56px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--ambed-base, #a47c68);
}

.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-base, #a47c68);
  mix-blend-mode: luminosity;
  opacity: 0.10;
  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, #3c3531);
}

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

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

.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, #a47c68);
  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: 50px;
}

.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: 30px;
}

.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, #a47c68);
  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, #3c3531);
}

.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, #a47c68);
  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, #a47c68);
  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, #a47c68);
  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, #3c3531);
  font-weight: 500;
  line-height: 40px;
}

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

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

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

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

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

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

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

.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, #3c3531);
  letter-spacing: 0.04em;
}

.project-details__progress-content h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--ambed-black, #3c3531);
  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, #a47c68);
  border: 1px solid var(--ambed-base, #a47c68);
  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, #3c3531);
}

.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, #3c3531);
  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, #a47c68);
  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, #3c3531);
  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, #a47c68);
  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, #a47c68);
}

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

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

.about-two__right {
  position: relative;
  display: block;
  margin-left: 240px;
}

.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: .30;
  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: .50;
  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, #a47c68);
}

.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, #3c3531);
  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, #a47c68);
  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, #a47c68);
  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, #3c3531);
  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, #a47c68);
  -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, #a47c68);
  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, #3c3531);
}

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

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 12px;
  font-weight: 400;
  color: var(--ambed-black, #3c3531);
}

.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, #3c3531);
  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: 50px 0 50px;
}

.contact-page-shape-1 {
  position: absolute;
  bottom: 95px;
  right: 0;
  opacity: .50;
}

.contact-page-shape-1 img {
  width: auto;
}

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

.contact-page__left .section-title__line {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

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

.contact-page__form .comment-form__input-box.text-message-box {
  height: 155px;
}

.contact-page__form .comment-form__input-box textarea {
  height: 155px;
}

.contact-page__right {
  position: relative;
  display: block;
  margin-left: 40px;
}

.contact-page__details {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding-top: 34px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  border-top: 4px solid var(--ambed-base, #a47c68);
}

.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, #3c3531);
  font-weight: 500;
}

.contact-page__details-list li p a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__details-list li p a:hover {
  color: var(--ambed-base, #a47c68);
}

.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, #3c3531);
  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, #a47c68);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.contact-page__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

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

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map-two {
  position: relative;
  display: block;
  background-color: var(--ambed-primary, #f2eeeb);
}

.google-map__two-box {
  position: relative;
  display: block;
  border: none;
  height: 530px;
  width: 100%;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--ambed-base, #a47c68);
  -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, #a47c68);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--ambed-base, #a47c68);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .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, #3c3531);
  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, #3c3531);
  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);
}

.stricky-fixed .main-menu-two__logo .light-logo{
  display: none;
}

.stricky-fixed .main-menu-two__logo .dark-logo{
  display: block;
}

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

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

@media (max-width: 768px) {
  .spl-right1{
  right: 0px !important;
}
.why-choose-one__points {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.spl-right2{
  right: 0px !important;
}
.service-block-three {
    position: relative;
     margin-bottom: 40px !important; 
}
}



.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, #3c3531);
  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: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}

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

.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), .10);
  -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: 30px;
  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;
}

/*-- Brand Slider --*/
.brand-one__main-content .item {
  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 .item img{
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brand-one__main-content .item:hover img {
  opacity: .7;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*karthika*/
.beautypress-pricing-table-section {
    position: relative;
    background-attachment: fixed
}
.beautypress-pricing-table-section.beautypress-version-6 .beautypress-single-pricing-table.beautypress-version-3 {
    padding: 100px 30px 20px
}

.beautypress-pricing-table-section.beautypress-version-6 .beautypress-pricing-footer .beautypress-both-side-list {
    margin: 0;
    list-style: none;
}
.beautypress-both-side-list li {
    display: flex;
    font-size: 1.143em;
    margin: 0 0 16px;
    flex: 1;
}
.beautypress-pricing-table-section.beautypress-version-6 .beautypress-beauty-product-hover-content {
    bottom: -45px
}
.beautypress-single-pricing-table.beautypress-version-3 .beautypress-pricing-header {
    padding: 0 0 37px;
    z-index: 1;
}
.beautypress-single-pricing-table.beautypress-version-3 .beautypress-pricing-header, .beautypress-single-pricing-table.beautypress-version-3 .beautypress-pricing-price {
    text-align: center;
}
.beautypress-pricing-header {
    position: relative;
}
.beautypress-single-pricing-table.beautypress-version-3.beautypress-image-overlay-1 .beautypress-pricing-header:before {
    background-image: url(../../nafa-images/web-images/home/investment-bg-1.png);
}
.beautypress-single-pricing-table.beautypress-version-3 .beautypress-pricing-header:before {
    position: absolute;
    content: "";
    top: -53px;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
    opacity: .1;
    -ms-filter: "alpha(opacity=10)";
}
.beautypress-single-pricing-table.beautypress-version-3 .beautypress-pricing-header img {
    margin: 0 0 30px;
    width: auto;
}
.beautypress-pricing-header img {
    width: 100%;
}
.beautypress-single-pricing-table.beautypress-version-3 .beautypress-pricing-header-content {
    position: static;
    padding: 0;
    flex-direction: column;
}
.beautypress-pricing-header-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--color-white);
    width: 100%;
    display: flex;
    padding: 30px;
    -ms-grid-row-align: center;
    align-items: center;
}
.pricing-table.beautypress-version-3 .beautypress-pricing-title {
    margin: 0 0 20px;
}
.beautypress-pricing-title, .beautypress-pricing-price {
    flex: 1;
}
.beautypress-single-pricing-table.beautypress-version-3 .beautypress-pricing-title h2 {
    color: #000;
    font-size: 1.857em;
    letter-spacing: -2px;
}
.beautypress-pricing-title h2 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 2.143em;
    letter-spacing: -2px;
}
.beautypress-single-pricing-table.beautypress-version-3 .beautypress-pricing-price h4 {
    color: #c8c8c8;
}
.beautypress-pricing-price h4 {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 1em;
}
.beautypress-pricing-price h5 {
    margin: 0;
    font-size: 2.857em;
    font-weight: 200;
}
.color-chocolate {
    color: #df9f29 !important;
}
.beautypress-single-pricing-table.beautypress-version-3 .beautypress-pricing-price h5 span {
    vertical-align: unset;
    font-size: inherit;
}
.beautypress-single-pricing-table.beautypress-version-3 .beautypress-pricing-footer {
    padding: 0;
}

.beautypress-pricing-footer .beautypress-btn-wraper {
    text-align: center;
}
.beautypress-beauty-product-hover-content {
    position: relative;
    left: 39%;
}
.beautypress-btn-wraper a:last-child {
    margin: 0;
}
.beautypress-btn-wraper a {
    margin: 0 20px 0 0;
}
.icon-btn-with-text {
    position: relative;
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto;
    background: #df9f29;
    line-height: 48px;
    color: #fff;
    border-radius: 30px;
}
.beautypress-single-pricing-table {
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 26%);
    background-color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.beautypress-both-side-list.beautypress-version-3 li span {
    color: #df9f29;
}
.beautypress-both-side-list li span {
    text-align: right;
    color: #444;
    flex: 1;
}
.beautypress-single-pricing-table.beautypress-version-3.beautypress-image-overlay-2 .beautypress-pricing-header:before {
    background-image: url(../../nafa-images/web-images/home/investment-bg-2.png);
}
.beautypress-single-pricing-table.beautypress-version-3.beautypress-image-overlay-3 .beautypress-pricing-header:before {
    background-image: url(../../nafa-images/web-images/home/investment-bg-3.png);
}
.pt-100{
  padding-top: 100px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
/* timeline-work*/

.timeline-work{
  position: relative;
  padding-bottom: 30px;
}

.timeline-work .sec-title h2{
  line-height: 30px;
  margin-bottom: 30px;
}

.timeline-work .inner-content .single-item{
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
}


.timeline-work .inner-content .single-item .year{
  position: relative;
  display: inline-block;
  width: 232px;
  height: 232px;
  line-height: 150px;
  background: #fff;
  border-radius: 50%;
  border: 43px solid #df9f29;
/*  border-image:linear-gradient(#F7e591,#eece67,#daa94c, #8e6233);*/
  border-image-slice: 5%;


  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-top: 115px;
  box-shadow: inset 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 1500ms ease;
}

.timeline-work .inner-content .single-item:hover .year{
  transform: rotate(360deg);
}

.timeline-work .inner-content .single-item:nth-child(2) .year,
.timeline-work .inner-content .single-item:nth-child(4) .year{
  margin-bottom: 56px;
  margin-top: 62px !important;
}

.timeline-work .inner-content .single-item:nth-child(2) .year{
  border-color: #676767;
}

.timeline-work .inner-content .single-item:nth-child(4) .year{
  border-color: #676767;
}

.timeline-work .inner-content .single-item:nth-child(3) .year{
  border-color: #df9f29;
}

.timeline-work .inner-content .single-item:last-child .year{
  border-color: #df9f29;
}

.timeline-work .inner-content .single-item .year:before{
  position: absolute;
  content: '';
  background: #df9f29;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}

.timeline-work .inner-content .single-item:first-child .year:before,
.timeline-work .inner-content .single-item:nth-child(3) .year:before,
.timeline-work .inner-content .single-item:last-child .year:before{
  bottom: -70px;
  transform: rotate(180deg);
}

.timeline-work .inner-content .single-item:nth-child(3) .year:before{
  background: #df9f29;
}

.timeline-work .inner-content .single-item:last-child .year:before{
  background: #df9f29;
}

.timeline-work .inner-content .single-item:nth-child(4) .year:before{
  background: #676767;
}

.timeline-work .inner-content .single-item:nth-child(2) .year:before,
.timeline-work .inner-content .single-item:nth-child(4) .year:before{
  top: -70px;
}

.timeline-work .inner-content .single-item:nth-child(2) .year:before{
  background: #676767;
}

.timeline-work .inner-content .single-item:first-child:after,
.timeline-work .inner-content .single-item:nth-child(3):after, 
.timeline-work .inner-content .single-item:last-child:after{
  top: 215px;
}

.timeline-work .inner-content .single-item .text{
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin-top: 74px;
  color:#000;
}

.timeline-work .inner-content .single-item:nth-child(2) .text,
.timeline-work .inner-content .single-item:nth-child(4) .text{
margin-top: 165px;
}

.timeline-work .inner-content .single-item .month{
  position: relative;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color:#000;

}

.timeline-work .inner-content .single-item .month:before{
  position: absolute;
  content: '';
  background: #2f2f2f;
  width: 1px;
  height: 55px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-work .inner-content .single-item:first-child .month:before,
.timeline-work .inner-content .single-item:nth-child(3) .month:before,
.timeline-work .inner-content .single-item:last-child .month:before{
  
  bottom: -85px;
  background: #676767!important;
}

.timeline-work .inner-content .single-item:nth-child(2) .month:before,
.timeline-work .inner-content .single-item:nth-child(4) .month:before{
  top: -94px;
  background: #4d7d00!important;
}

.timeline-work .inner-content .single-item .month:after{
  position: absolute;
  content: '';
  background: #676767;
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.timeline-work .inner-content .single-item:first-child .month:after,
.timeline-work .inner-content .single-item:nth-child(3) .month:after,
.timeline-work .inner-content .single-item:last-child .month:after{
  bottom: -30px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month:after,
.timeline-work .inner-content .single-item:nth-child(4) .month:after{
  top: -40px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month:after{
  background: #4d7d00;
}

.timeline-work .inner-content .single-item:nth-child(4) .month:after{
  background: #4d7d00;
}

.timeline-work .inner-content .single-item:nth-child(3) .month:after{
  background: #676767;
}

.timeline-work .inner-content .single-item:last-child .month:after{
  background: #676767;
}

.timeline-work .inner-content .single-item:nth-child(2) .month,
.timeline-work .inner-content .single-item:nth-child(4) .month{
  margin-top: 70px;
 /* padding-bottom: 52px;*/
}

.timeline-work .inner-content .single-item:nth-child(2) .month{
  color: #000;
}

.timeline-work .inner-content .single-item:nth-child(4) .month{
  color: #000;
}

.timeline-work .inner-content .single-item:nth-child(3) .month{
  color: #000;
}

.timeline-work .inner-content .single-item:last-child .month{
  color: #000;
}


@media (max-width: 1200px){
  .tab-off{
    display: none !important;
}
.tab-on{
    display: block !important;
}
  .single-item{
  width: 100% !important;
}
.timeline-work .inner-content .single-item:nth-child(2):after, 
.timeline-work .inner-content .single-item:nth-child(4):after,
.timeline-work .inner-content .single-item:first-child:after, 
.timeline-work .inner-content .single-item:nth-child(3):after, 
.timeline-work .inner-content .single-item:last-child:after,
.timeline-work .inner-content .single-item:first-child .month:after,
/*.timeline-work .inner-content .single-item:nth-child(3) .month:after,
.timeline-work .inner-content .single-item:last-child .month:after,*/
.timeline-work .inner-content .single-item:first-child .month:before, 
.timeline-work .inner-content .single-item:nth-child(3) .month:before, 
.timeline-work .inner-content .single-item:last-child .month:before,
/*.timeline-work .inner-content .single-item:nth-child(2) .month:after,
.timeline-work .inner-content .single-item:nth-child(4) .month:after,*/
.timeline-work .inner-content .single-item:nth-child(2) .month:before, 
.timeline-work .inner-content .single-item:nth-child(4) .month:before{
display: none !important;
}
.timeline-work .inner-content .single-item:first-child, 
.timeline-work .inner-content .single-item:nth-child(3), 
.timeline-work .inner-content .single-item:last-child{
/*padding-top: 0px !important;*/
}
.timeline-work .inner-content .single-item .year{
  margin-top: 45px !important;
  margin-bottom: 56px !important;
}
.timeline-work .inner-content .single-item .text{
  margin-top: unset !important;
}
.timeline-work .inner-content .single-item:first-child .year:before, 
.timeline-work .inner-content .single-item:nth-child(3) .year:before,
 .timeline-work .inner-content .single-item:last-child .year:before {
    transform: rotate(360deg) !important;
}
.timeline-work .inner-content .single-item .year:before {
    top: -60% !important;
}

 .timeline-work .inner-content .single-item:nth-child(3) .month:after,
  .timeline-work .inner-content .single-item:last-child .month:after {
    bottom: 100px;
}
.timeline-work .inner-content .single-item:nth-child(3) .month:before,
 .timeline-work .inner-content .single-item:last-child .month:before {
    bottom: 64px;
}
.history-month:after{
  display: none;
}
.history-timeline:before {
   display: none;
}
.timeline-work .inner-content .single-item:nth-child(2) .month, .timeline-work .inner-content .single-item:nth-child(4) .month{
  margin-top: 10px;
}
.timeline-work .inner-content .single-item:first-child, .timeline-work .inner-content .single-item:nth-child(3), .timeline-work .inner-content .single-item:last-child {
    padding-top: 10px;
}

.history-timeline:after {
   position: absolute;
    content: '';
    background: url(../../images-mist/images/webimages/pattern-29.webp);
    width: 238px;
    height: 60px;
    top: -80px;
    padding-top: 50px !important;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}
}


.mob-off{
    display: block;
}
.mob-on{
    display: none;
}
.tab-off{
    display: block;
}
.tab-on{
    display: none;
}
/*testimonials*/
/*.overflow-hidden {
    overflow: hidden !important;
} 
.scroll-animation {
    display: flex;
    width: -webkit-calc((420px * 16) + (30px * 16));
    width: -moz-calc((420px * 16) + (30px * 16));
    width: 7200px;
    position: relative;
    }
    .scroll-animation-wrapper {
    position: relative;
    z-index: 1;
}
.scroll-animation .single-column-20 {
    width: 500px;
    padding: 0 15px;
}
.rbt-testimonial-box {
    position: relative;
    z-index: 2;
    border-radius: var(--radius);
}

.hei-340 {
    height: 340px;
}
.bg-theme-gradient-odd:nth-child(odd) .rbt-testimonial-box .inner {
    background-image: linear-gradient(91.1deg, #784a17, #d99e3b, #784a17);
}
.marg-tp-50 {
    margin-top: 50px !important;
}
.scroll-animation .single-column-20 {
    width: 500px;
    padding: 0 15px;

  }
  .rbt-testimonial-box .description {
    margin-top: 20px;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper {
    display: flex;
    align-items: center;
    margin-top: 22px;
    justify-content: center;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
    padding-left: 15px;
}
.rbt-testimonial-box .inner {
    position: relative;
    padding: 50px 40px;
    z-index: 2;
    color: #000;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 13px 48px 0 rgb(215 216 222 / 44%);
}
.bg-theme-gradient-odd:nth-child(odd) .rbt-testimonial-box .description p {
    color: #fff !important;
}
.title{
  color: #000 !important;
}
.scroll-right-left {
    -webkit-animation: scroll 80s linear infinite;
    -moz-animation: scroll 80s linear infinite;
    animation: scroll 80s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
100% {
    -webkit-transform: translateX(-webkit-calc(-250px* 7));
    -moz-transform: translateX(-moz-calc(-250px* 7));
    transform: translateX(-1750px);
}
}
.scroll-animation.scroll-left-right {
    -webkit-animation: scrollLeft 80s linear infinite;
    -moz-animation: scrollLeft 80s linear infinite;
    animation: scrollLeft 80s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.scroll-animation {
    display: flex;
    width: -webkit-calc((420px* 16) +(30px* 16));
    width: -moz-calc((420px* 16) +(30px* 16));
    width: 7200px;
    position: relative;
}

@keyframes scrollLeft{
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px* 7));
    -moz-transform: translateX(-moz-calc(-250px* 7));
    transform: translateX(-1750px);
}
100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
}*/
.scroll-animation-wrapper {
    position: relative;
    z-index: 1;
}
.scroll-animation.scroll-right-left {
    -webkit-animation: scroll 80s linear infinite;
    -moz-animation: scroll 80s linear infinite;
    animation: scroll 80s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.scroll-animation.scroll-left-right {
    -webkit-animation: scrollLeft 80s linear infinite;
    -moz-animation: scrollLeft 80s linear infinite;
    animation: scrollLeft 80s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.scroll-animation {
    display: flex;
    width: -webkit-calc((420px * 16) + (30px * 16));
    width: -moz-calc((420px * 16) + (30px * 16));
    width: 7200px;
    position: relative;
}
.scroll-animation .single-column-20 {
    width: 500px;
    padding: 0 15px;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes scrollLeft {
  0% {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.rbt-testimonial-box {
    position: relative;
    z-index: 2;
    border-radius: var(--radius);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px){
.rbt-testimonial-box .inner {
    padding: 40px 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.more-services-two__single {
  padding: 57px 32px 57px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.more-services-two__title {
    font-size: 20px;
}
}
.rbt-testimonial-box .inner {
    position: relative;
    padding: 50px 40px;
    z-index: 2;
    background: #e3daca;
    border-radius: var(--radius);
    box-shadow: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
}
.rbt-testimonial-box.style-2 .inner::before {
    background-image: url(../images/icons/quote.svg);
}
.rbt-testimonial-box .inner::before {
    position: absolute;
    content: "";
    right: 40px;
    top: 40px;
    z-index: -1;
    background-image: url(../images/shape/quote.svg);
    background-repeat: no-repeat, repeat;
    width: 52px;
    height: 44px;
}
.rbt-testimonial-box.style-2 .icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rbt-testimonial-box.style-2 .icons img {
    max-height: 50px;
}
.rbt-testimonial-box .description {
    margin-top: 20px;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper {
    display: flex;
    align-items: center;
    margin-top: 22px;
    justify-content: center;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .thumb {
    height: 40px;
    padding: 2px;
    min-width: 40px;
}
.rbt-testimonial-box .clint-info-wrapper .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 70px;
    padding: 3px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    min-width: 70px;
    border: 2px solid var(--primary-opacity);
}
.rbt-testimonial-box .clint-info-wrapper .thumb img {
    height: 100%; 
    object-fit: cover; 
    width: 100%; 
    border-radius: 100%; 
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
    padding-left: 15px;
}
.bg-theme-gradient-odd:nth-child(odd) .rbt-testimonial-box .clint-info-wrapper .client-info .title {
    color: #fff;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info .title span {
    line-height: inherit;
    display: inline-block;
    font-size: inherit;
}


.bg-theme-gradient-odd:nth-child(odd) .rbt-testimonial-box .inner{
        background-image: linear-gradient(91.1deg, #784a17, #d99e3b, #784a17);
    /*box-shadow: 0 10px 18px 0 rgb(47 129 204);*/
}
.bg-theme-gradient-odd:nth-child(odd) .rbt-testimonial-box .description p{
  color: #fff !important;
}

/*karthika*/

/*home about*/
.section-space {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pl-30 {
    padding-left: 30px;
}
.about-us__list {
  list-style: none;
  padding-left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-us__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us__list {
    margin-left: auto;
    margin-right: auto;
  }
}
.about-us__list li {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  /*font-weight: 600;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-us__list li {
    font-size: 18px;
  }
}
.about-us__list li:not(:last-child) {
  margin-bottom: 30px;
}
.about-us__list li span {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2f5aa9;
}
.about-us__shape-1 {
  left: -535px;
  top: -62px;
}
.about-us__shape-2 {
  width: 644px;
  height: 644px;
  left: 61px;
  bottom: -104px;
  border-radius: 500px;
  background: rgba(255, 54, 54, 0.1);
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.about-us__shape-3 {
  left: -438px;
  width: 741px;
  top: -30px;
  height: 673px;
  border-radius: 500px;
  background: rgba(255, 54, 54, 0.08);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
.about-us__media {
  overflow: hidden;
  border-radius: 70px 0px;
  border: 6px solid #2f5aa9;
}
.about-us__media.img2 {
  border-radius: 0 70px;
}
.about-us__media img {
  width: 288px;
  height: 288px;
  -o-object-fit: cover;
     object-fit: cover;
}
/*courses*/
.service-card-items {
  margin-top: 30px;
  position: relative;
}
.service-card-items .icon-bg {
  position: absolute;
  top: 39%;
  left: 3px;
  transform: translateY(-50%);
  display: inline-block;
  z-index: 99;
}
@media (max-width: 1399px) {
  .service-card-items .icon-bg {
    display: none;
  }
}
.service-card-items .icon-bg .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 35px;
  color: #fff;
}
.service-card-items .content {
  padding: 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-left: 83px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .service-card-items .content {
    padding: 30px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.service-card-items .content .bg-shape {
  position: absolute;
  top: 0;
  left: -78px;
  right: 0;
  bottom: -14px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .service-card-items .content .bg-shape {
    display: none;
  }
}
.service-card-items .content .bg-shape img {
  width: 100%;
  height: 100%;
}
.service-card-items .content h4 {
  margin-bottom: 10px;
  color: #000;
}
.service-card-items .content h4 a{
  color: #000;
}
.service-card-items .content h4 a:hover {
  color: #0365d4;
}
.service-card-items .content .service-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.service-card-items .content .service-btn .text-btn {
  font-size: 16px;
  font-weight: 600;
  color: #0f3564;
  display: inline-block;
  text-decoration: underline;
}
.service-card-items .content .service-btn .text-btn:hover {
  color: #0365d4;
}
.service-card-items .content .service-btn .text-btn:hover {
  color: #0365d4;
}
.service-card-items .content p{
  font-size: 16px;
}
.service-card-items .content .service-btn .arrow-icon:hover {
  color: #fff;
  background-color: #0365d4;
}
.service-card-items .thumb {
  margin-top: -32px;
  position: relative;
  z-index: -1;
}
.service-card-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.service-card-items .content .service-btn .arrow-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #dce2e9;
    color: #0f3564;
}
/*home strip*/
.working-process-2__list {
  max-width: 428px;
  gap: 30px;
}
.working-process-2__list-item {
  z-index: 1;
  position: relative;
  gap: 34px;
}
.working-process-2__list-item:after {
  left: 24.5px;
  z-index: -1;
  bottom: -40px;
  position: absolute;
  width: 1px;
  height: calc(100% + 40px);
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.3);
}
.working-process-2__list-item:last-child:after {
  display: none;
}
.working-process-2__list-item:hover .number, .working-process-2__list-item.active .number {
  color: #fff;
  background: #2f5aa9;
}
.working-process-2__list-item .title {
  margin-bottom: 6px;
}
.working-process-2__list-item .number {
  border-radius: 500px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  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: #fff;
  border: 1px solid rgba(21, 24, 27, 0.1);
  color: #15181B;
}
.working-process-2__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 10%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 69%;
}
.justify {
  text-align: justify;
}
/*feature*/
.feature-eight {
    position: relative;
    z-index: 2;
}
.feature-eight__single {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #2f5aa9;
  border-radius: 20px;
  box-shadow: 26px 23px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
  text-align: center;
}
.feature-eight__single::after {
  background-color: #2f5aa9;
  position: absolute;
  top: 0;
  height: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 700ms ease;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}
.feature-eight__single:hover {
  border-color: #2f5aa9;
}
.feature-eight__single:hover .feature-eight__single__text {
  color: #F4F4F4;
}
.feature-eight__single:hover::after {
  opacity: 1;
  height: 100%;
}
.feature-eight__single__title {
  font-size: 24px;
  font-weight: 700;
  margin: 25px 20px 16px;
}
.feature-eight__single__title {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.feature-eight__single__title:hover {
  color: #fff;
}
.feature-eight__single:hover .feature-eight__single__title {
  color: #fff;
}
.feature-eight__single__text {
  line-height: 30px;
  margin: 0 25px 21px;
  transition: all 300ms ease;
}
.feature-eight__single__icon {
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #fff;
  background-color: #2f5aa9;
  border-radius: 50%;
  font-size: 44px;
  margin: 0 auto -56px;
  position: relative;
  color: #fff;
  z-index: 1;
  transition: all 0.4s ease;
}
.feature-eight__single__icon span {
  display: inline-block;
  transition: all 0.5s ease;
  transform: scale(1);
}
.feature-eight__single:hover .feature-eight__single__icon {
  background-color: #2f5aa9;
}
.feature-eight__single:hover .feature-eight__single__icon span {
  transform: scale(0.9);
}
.feature-eight__single__image {
  position: relative;
  margin: 0 -2px -2px;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.feature-eight__single__image img {
  width: 100%;
  height: auto;
}
/*home testimonial*/
.testimonial-eight {
  position: relative;
  padding: 44px 0 20px 0;
}
@media (max-width: 767px) {
  .testimonial-eight {
    padding: 20px 0;
  }
}
.testimonial-eight__carousel.owl-carousel {
  position: relative;
}
.testimonial-eight__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonial-eight__carousel.owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.testimonial-eight__carousel.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.testimonial-eight__single {
  position: relative;
  z-index: 2;
  background: #2f5aa9;
  border-radius: 20px;
  padding: 24px 28px 62px;
  margin: 37px 0 40px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  transition: 500ms ease;
}
.testimonial-eight__single__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  transition: 500ms ease;
  border-radius: 20px;
}
.testimonial-eight__single::after {
  background: linear-gradient(91.1deg, #945e42, #a47c68, #945e42);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 500ms ease;
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
}
.testimonial-eight__single::before {
  position: absolute;
  left: 40px;
  bottom: -35px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 20px 0 20px;
  border-color: #2f5aa9 transparent transparent transparent;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.12));
  transition: all 500ms ease;
}
.testimonial-eight__single__author {
  position: relative;
  padding: 0 0 0 132px;
}
.testimonial-eight__single__author img {
  width: 101px !important;
  height: 102px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px 10px 0 0;
}
.testimonial-eight__single__name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 3px;
  transition: all 300ms ease;
  color: #fff;
}
.testimonial-eight__single__designation {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.testimonial-eight__single__text {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin: 31px 0 32px;
}
.testimonial-eight__single__rating {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 21px;
  color: #fba200;
  letter-spacing: 5px;
}
/*vision*/
.feature-one {
  position: relative;
  display: block;
}
.feature-one__inner {
  position: relative;
  display: block;
  counter-reset: count;
}
.feature-one__single1 {
  position: relative;
  display: block;
  background-color: #2f5aa9;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  height: calc(100% - 10px);
}
.feature-one__single-inner {
  position: relative;
  display: block;
  padding: 132px 40px 32px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.feature-one__icon {
  position: absolute;
  left: -40px;
  top: -90px;
  border-radius: 50%;
  background: white;
  width: 197px;
  height: 197px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-one__single1:hover .feature-one__icon {
  background: #002974;
}
.feature-one__icon span {
  font-size: 50px;
  color: #002974;
  position: relative;
  display: inline-block;
  top: 107px;
  left: 81px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.feature-one__single1:hover .feature-one__icon span {
  transform: scale(0.9);
  color: white;
}
.feature-one__count {
  position: absolute;
  top: 50px;
  right: 54px;
  height: 45px;
  width: 56px;
  text-align: center;
}
.feature-one__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  -webkit-text-stroke: 1px #e0e4e8;
  font-size: 60px;
  line-height: 45px;
  font-weight: 700;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  letter-spacing: -0.02em;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.feature-one__single1 .feature-one__count:before {
  -webkit-text-stroke: 1px #371300;
}
.feature-one__shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.feature-one__shape img {
  width: auto;
  mix-blend-mode: luminosity;
  opacity: 0.07;
}
.feature-one__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 34px;
  margin-bottom: 14px;
  color: #fff;
}
.feature-one__title a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-one__text {
  letter-spacing: -0.02em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}
/*strip*/
.tracking {
  position: relative;
  display: block;
}
.tracking__inner {
  position: relative;
  /*display: flex;
  align-items: center;
  justify-content: space-between;*/
  padding: 57px 80px 57px;
  background-color: #002974;
  /*border-top-left-radius: 20px;
  border-top-right-radius: 20px;*/
  overflow: hidden;
}
.tracking-shape-1 {
  position: absolute;
  bottom: 94px;
  left: -92px;
}
.tracking-shape-1 img {
  width: auto;
}
.tracking-shape-2 {
  position: absolute;
  top: 108px;
  left: -80px;
}
.tracking-shape-2 img {
  width: auto;
}
.tracking-shape-3 {
  position: absolute;
  top: -70px;
  right: -74px;
  z-index: 2;
}
.tracking-shape-3 img {
  width: auto;
}
.tracking-shape-4 {
  position: absolute;
  top: 96px;
  right: -90px;
}
.tracking-shape-4 img {
  width: auto;
}
.tracking__left {
  position: relative;
}
.tracking__icon {
  position: relative;
}
.tracking__icon span {
  font-size: 65px;
  color: #fff;
  position: relative;
  display: inline-block;
}
.tracking__content {
  position: relative;
  margin-left: 30px;
  top: -7px;
}
.tracking__sub-title {
  font-size: 14px;
  color: #c2dfff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 24px;
  font-weight: 500;
}
.tracking__title {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 47px;
}

/*process*/
.process {
  position: relative;
  display: block;
}
.process__inner {
  position: relative;
  display: block;
  counter-reset: count;
}
.process-shape-1 {
  position: absolute;
  top: 0;
  left: 135px;
}
.process-shape-1 img {
  width: auto;
}
.process__single {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 40px 0;
  margin-bottom: 22px;
}
.process__icon-box {
  position: relative;
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}
.process__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0051e440;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 22px 0px #0051e45c;
  height: 148px;
  width: 148px;
  margin: 0 auto;
  z-index: 1;
}
.process__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: #0051e4;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}
.process__single:hover .process__icon:before {
  transform: scaleX(1);
}
.process__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #0051e4;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.process__single:hover .process__icon span {
  transform: scale(0.9);
  color: #fff;
}
.process__count {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #052154;
  z-index: 2;
}
.process__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 50%;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.process__single:hover .process__count:before {
  background-color: #052154;
}
.process__content {
  position: relative;
  display: block;
  margin-top: 21px;
}
.process__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}
.process__text {
  font-size: 15px;
  letter-spacing: -0.02em;
}
.process__bottom {
  position: relative;
  display: block;
  margin-top: 35px;
}
.process__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  width: 158px;
  background-color: #015fc9;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  transition: all 500ms ease;
}
.process__btn:hover {
  background-color: #0ce0ff;
  color: #16243d;
}
.process__single-2 {
  margin-top: 100px;
}
.process__single-2 .process__count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}
.process__single-3 {
  margin-top: 50px;
}
.process__single-4 .process__count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}

/*review*/
.testimonial-one__single1 {
    position: relative;
    display: block;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 7px 0 #00000070;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: calc(100% - 1px);
}
.testimonial-one__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 60px 40px 40px;
    border-radius: 20px;
    background-color: #fff;
}
.testimonial-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}
.testimonial-one__shape-1 > img {
    width: auto !important;
    mix-blend-mode: luminosity;
    border-top-right-radius: 20px;
    opacity: 0.2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.testimonial-one__client-info1{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-bottom: 26px;
}
.testimonial-one__client-img-box {
    position: relative;
    display: block;
    z-index: 1;
}
.testimonial-one__client-img-box:before {
    position: absolute;
    content: "";
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background-image: -moz-linear-gradient(-29deg, #945e42 0%, #a47c68 100%);
    background: #2f5aa9;
    background-image: -ms-linear-gradient(-29deg, #945e42 0%, #a47c68 100%);
    border-top-left-radius: 45px;
    z-index: -1;
}
.testimonial-one__client-img-box > img {
    width: 100% !important;
    border-top-left-radius: 45px;
    border: 6px solid #fff;
    background-color: #fff;
}
.testimonial-one__quote1 {
    position: absolute;
    top: -28px;
    right: -17px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f5aa9;
}
.testimonial-one__client-content {
    margin-left: 45px;
    position: relative;
    top: 3px;
}
.testimonial-one__client-review {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.testimonial-one__client-review i {
    font-size: 15px;
    color: #fab600;
}
.testimonial-one__client-details {
    position: relative;
    display: block;
}
.testimonial-one__client-name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 34px;
}
.testimonial-one__text {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #000;
    text-align: justify;
}
/*contact*/
.featured-icon-box.style7 {
    text-align: center;
    -webkit-box-shadow: 0 0 7px 0 #00000070;
    -moz-box-shadow: 0 0 7px 0 #00000070;
    box-shadow: 0 0 7px 0 #00000070;
    padding-bottom: 33px;
    background-color: #fff;
    border-radius: 30px;
    height: calc(100% - 40px);
}
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}
.featured-icon-box.style7 .featured-icon .ttm-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
    line-height: 55px;
    border: 0;
    background-color: #2f5aa9;
}
.ttm-icon.ttm-icon_element-style-square {
    border-radius: 0;
}
.featured-icon-box.style7 .featured-icon .ttm-icon:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 60px;
    border-width: 0 13px 12px 0;
    border-style: solid;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    display: block;
    border-color: #2f5aa9;
    transition: all .4s;
    opacity: .7;
}
.featured-icon-box.style7 .featured-icon .ttm-icon i {
    color: #fff;
}
.featured-icon-box .featured-icon .ttm-icon i {
    display: inline-block;
    transition: all .5s ease;
}
.ttm-icon.ttm-icon_element-onlytxt i {
    position: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.ttm-icon.ttm-icon_element-size-md i {
    font-size: 30px;
    line-height: 1;
}
.featured-icon-box.style7 .featured-icon .ttm-icon:after {
    position: absolute;
    content: "";
    right: 0;
    height: 11px;
    width: 100%;
    top: -11px;
    z-index: -4;
    border-color: #2f5aa9;
    transition: all .5s;
    background-color: #2f5aa9;
    transform: scale(1, 1.2);
}
.featured-icon-box.style7 .featured-content {
    padding-top: 25px;
}
.featured-icon-box.style7 .featured-inner:after {
    transform: scaleX(0);
    transition: transform .8s ease-in-out;
    position: absolute;
    content: '';
    border-bottom: 5px solid;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom-color: #9467FE;
}
.featured-title h3 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: var(--ambed-font, "Rubik", sans-serif);
}
.featured-icon-box.style7 .featured-desc p {
    margin-bottom: 0;
    font-family: var(--ambed-font, "Rubik", sans-serif);
    line-height: 24px;
}
.des-view{
  display: block!important;
}
.mb-view{
  display: none!important;
}

/*mobile view*/

@media only screen and (max-width: 991px){
.des-view{
  display: none!important;
}
.mb-view{
  display: block!important;
}
.mb-padding0{
  padding-top: 1px!important;
}
.mb-padding{
  padding-top: 5px;
}
.mb-padding1{
  padding-top: 10px;
}
.mb-padding2{
  padding-top: 15px;
}
.mb-padding3{
  padding-top: 20px!important;
}
.mb-padding4{
  padding-top: 30px!important;
}
.mb-padding5{
  padding-top: 40px!important;
}
.mb-margin4{
  margin-bottom: 0px!important;
}
.mb-paddingb0{
  padding-bottom: 1px!important;
}
.mb-paddingb{
  padding-bottom: 5px;
}
.mb-paddingb1{
  padding-bottom: 10px!important;
}
.mb-paddingb2{
  padding-bottom: 15px!important;
}
.mb-paddingb3{
  padding-bottom: 20px!important;
}
.mb-paddingb4{
  padding-bottom: 30px!important;
}
.mb-paddingb5{
  padding-bottom: 40px;
}
.mb-margin3{
  margin-top: 0px;
}
.mb-margin3b{
  margin-bottom: 0px;
}
.mb-text-center{
  text-align: center;
}
.width-counter-50{
  width: 50%;
}
.border-box {
    padding: 40px 20px 40px 20px!important;
}
.about-section-nine {
    padding: 20px 0 20px 0;
}
.pl-30{
  padding-left: 0px;
}
.section-space{
  padding-bottom: 25px;
  padding-top: 15px;
}
.couonter-one{
  padding: 15px 0px 15px 0px;
}
.service-card-items{
  margin-top: 20px;
}
.page-header {
  padding: 90px 0 60px;
}
.tracking__inner {
    padding: 40px 20px 40px;
}
.process__single-2 {
    margin-top: 0px;
}
.service-details__content-title{
  font-size: 30px;
}
.service-details{
  padding: 20px 0 0px;
}
.service-details__benefits{
  margin-bottom: 30px;
}

.spl-section-space{
  padding-bottom: 10px !important;
  padding-top: 15px !important;
}
.contact-page {
    position: relative;
    display: block;
    padding: 30px 0 30px;
}
}
@media only screen and (max-width: 1199px){
.thm-btn2{
  background: transparent;
  padding: 10px 1px 10px;
  border: 1px solid transparent;
  font-size: 16px;
}
}
/*whatsapp*/
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 164px;
  right: 32px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
background: #fff;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 98;
bottom: 156px;
right: 47px;
font-size: 18px;
padding: 4px;
border-radius: 30px;
box-shadow: 0 1px 15px rgb(32 33 36 / 61%);
}

a.blantershow-chat svg {
  transform: scale(1.2);
}

.header-chat {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 46px;
  outline: none;
  resize: none;
  padding: 9px;
  font-size: 14px;
  border-radius: 0px;
  min-height: 50px;
}

a#send-it {
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

@media screen and (max-width: 768px) {
  a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 156px;
  right: 15px;
  font-size: 18px;
  padding: 4px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgb(32 33 36 / 61%);
  }
  .phone .phon1 {
    position: fixed;
    bottom: 100px;
    right: 15px !important;
    z-index: 9;
    width: 42px;
  }
  .scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #2f5aa9;
    position: fixed;
    bottom: 40px;
    right: 15px;
    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;
  }
}

@media screen and (max-width: 1200px) {
.index-page.show{
  display: none !important;
}
}

#whatsapp-chat.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

#whatsapp-chat.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 4px 0px 0px 2px;
  background-color: #e6ddd4;
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../../zoom-images/web-images/whatsapp/whatsapp-bg.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
/*  padding: 7px 14px 6px;*/
 /* background-color: white;
  border-radius: 0px 8px 8px;*/
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
  position: absolute;
  background-image: url("../../solar-image/images/whatsapp/side-extend.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}*/

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.phone .phon1 {
    position: fixed;
    bottom: 100px;
    right: 46px;
    z-index: 9;
    width: 42px;
}
/*training*/
.why-choose-us{
  position: relative;
  padding: 30px 0;
}

.why-choose-us .icon-star-image{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10px, -50%);
}

.why-choose-box-1{
  position: relative;
  z-index: 1;
}

.why-choose-box-1 .why-choose-item{
  flex-direction: row-reverse;
}

.why-choose-box-1 .why-choose-item .icon-box{
    margin-left: 15px;
  margin-right: 0;
}

.why-choose-box-1 .why-choose-item .why-choose-content{
  text-align: right;
}

.why-choose-item{
    display: flex;
    align-items: center;
  margin-bottom: 60px;
}

.why-choose-item:last-child{
  margin-bottom: 0;
}

.why-choose-item .icon-box{
    margin-right: 15px;
}

.why-choose-item .icon-box img{
  max-width: 90px;
}

.why-choose-content{
    width: calc(100% - 63px);
}

.why-choose-content h3{
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.why-choose-content p{
  margin: 0;
}

.why-choose-image{
  position: relative;
  z-index: 1;
}
/*training*/
.feature-two {
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .feature-two .container {
    max-width: 100%;
  }
}
.feature-two__innercol {
  background-color: #2f5aa929;
  border-radius: 9px;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  height: 100%;
  padding: 40px 30px;
}
.feature-two__innercol:hover {
  border-color: #2f5aa9;
}
.feature-two__innercol:hover .feature-two__icon {
  border-color: #2f5aa9;
  background-color: var(--wallpi-white, #fff);
}
.feature-two__innercol:hover .feature-two__icon > i {
  transform: scale(0.9);
  color: var(--wallpi-base, #d18548);
}
.feature-two__icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid var(--wallpi-text, #2a2826);
  background-color: var(--wallpi-base, #d18548);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
  transition: all 0.5s ease;
}
.feature-two__icon > i {
  font-size: 55px;
  line-height: 1;
  color: var(--wallpi-text-white, #fff);
  transition: all 0.5s ease;
}
.feature-two__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 41px;
  margin-bottom: 10px;
}
.feature-two__text {
  color: var(--wallpi-text-dark, #241c14);
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
}
.feature-two--page {
  margin-bottom: 0;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .feature-two--page {
    padding-bottom: 72px;
  }
}
















/*HARISH*/


/** feature-section **/

.feature-section{
  position: relative;
  padding: 30px 0px 0px 0px;
}
#iamge_block_01 .image-box{
  position: relative;
  margin-top: 50px;
}

#iamge_block_01 .image-box .image{
  position: relative;
  display: inline-block;
  border-radius: 60px;
  
}

/*#iamge_block_01 .image-box{
  position: relative;
  margin-top: 50px;
  width: 100%;           
  max-width: 486px;      
  margin-left: auto;      
  margin-right: auto;      
}

#iamge_block_01 .image-box .image{
  position: relative;
  display: block;        
  width: 100%;          
  height: auto;          
  border-radius: 60px;
 
}*/
#content_block_01 .content-box{
  position: relative;
  display: block;
}

#content_block_01 .content-box .sec-title{
  margin-bottom: 25px;
}

#content_block_01 .content-box .inner-box .single-item{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  height: calc(100% - 30px);
  border: 1px solid #2f5aa9d9;
}

#content_block_01 .content-box .inner-box .single-item .bg-layer {
  position: absolute;
  content: "";
  top: 0;
  left: -101%;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-size: 101% 101%;
}

#content_block_01 .content-box .inner-box .single-item .bg-layer:before{
  position: absolute;
  content: '';
  background: rgba(69, 39, 164, 0.8);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

#content_block_01 .content-box .inner-box .single-item .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #2f5aa9;
  margin-bottom: 34px;
  transition: all 500ms ease;
}

#content_block_01 .content-box .inner-box .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #555555;
  font-weight: 500;
  margin-bottom: 19px;
  transition: all 500ms ease;
}

#content_block_01 .content-box .inner-box .single-item h5 a{
  position: relative;
  display: inline-block;
  color: #000000;
}

#content_block_01 .content-box .inner-box .single-item .text{
  position: relative;
  transition: all 500ms ease;
}



/** service-section **/

.service-section{
  position: relative;
  padding-bottom: 50px;
}

.service-section .sec-title{
  position: relative;
  /*max-width: 820px;*/
  width: 100%;
  margin: 0 auto;
}

.service-section .sec-title h2{
  font-weight: 400;
  line-height: 30px;
/*  padding-bottom: 67px;
  margin-bottom: 61px;*/
}

.service-section .sec-title .icon-box{
  position: relative;
  text-align: center;
  font-size: 70px;
  line-height: 70px;
  color: #4527a4;
  margin-bottom: 35px;
}

.service-block-one .inner-box{
  position: relative;
  background: #00d2ff;
  padding: 44px 20px 48px 30px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 500ms ease;
}

.service-block-one:hover .inner-box{
  background: #4050a7;
}

.service-block-one .inner-box .bg-layer{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-block-one .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  top: 35px;
  right: 35px;
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.service-block-one .inner-box h3:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 35px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.service-block-one .inner-box h3 a{
  color: #fff;
}

.service-block-one .inner-box .text{
  position: relative;
  font-size: 16px;
  color: #fff;
}

.font-18{
  font-size: 18px;
  text-align: justify;
}

.alicon-center {
  align-content: center;
}
.intern-icon{
  display: flex;
  justify-content: space-between;
}


.portfolio-section{
  position: relative;
  padding: 40px 0px 70px 0px;
}

.portfolio-block-one{
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.portfolio-block-one .image-box{
  position: relative;
  display: block;
  background: #4527a4;
}

.portfolio-block-one .image-box img{
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
}

.portfolio-block-one:hover .image-box img{
  opacity: 0.2;
}

.portfolio-block-one .image-box .content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0px 15px;
  transform: translate(-50%,-50%);
}

.portfolio-block-one .image-box .content-box .inner{
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0.5,0.5);
  -ms-transform: scale(0.5,0.5);
  transform: scale(0.5,0.5);
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.portfolio-block-one:hover .image-box .content-box .inner{
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}

.portfolio-block-one .image-box .content-box .title{
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
}

.portfolio-block-one .image-box .content-box h3{
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.portfolio-block-one .image-box .content-box h3 a{
  color: #fff;
}

.portfolio-section .filter-btns li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: black;
  padding: 8px 35px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
  text-align: center;
}

.portfolio-section .filter-btns li.active,
.portfolio-section .filter-btns li:hover{
  background: #e5e5e5;
}

.portfolio-section .filter-btns{
  position: relative;
  display: block;
  margin-bottom: 50px;
}


/** portfolio-details **/

.portfolio-details{
  position: relative;
  padding: 150px 0px 100px 0px;
}

.portfolio-details .image-content .title-box{
  position: relative;
  display: block;
  margin-bottom: 64px;
}

.portfolio-details .image-content .title-box span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #282331;
  margin-bottom: 20px;
}

.portfolio-details .image-content .title-box h2{
  position: relative;
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  color: #282331;
}

.portfolio-details .image-content .image{
  position: relative;
  display: block;
  background: #4527a4;
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-details .image-content .image img{
  width: 100%;
  opacity: 1;
  transition: all 900ms ease;
}

.portfolio-details .image-content .image:hover img{
  opacity: 0.2;
  transform: scale(1.1);
}

.portfolio-details .content-box{
  position: relative;
  display: block;
  margin-left: 40px;
}

.portfolio-details .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.portfolio-details .content-box p{
  position: relative;
  display: block;
  font-size: 18px;
  color: #777;
  margin-bottom: 37px;
}

.portfolio-details .content-box .info-list li{
  position: relative;
  display: block;
  font-size: 18px;
  color: #777;
  padding: 22px 0px 17px 0px;
  border-bottom: 1px solid #f3f3f3;
}

.portfolio-details .content-box .info-list li a{
  position: relative;
  display: inline-block;
  color: #777;
}

.portfolio-details .content-box .info-list li a:hover{
  text-decoration: underline;
}

.portfolio-details .content-box .info-list span{
  position: relative;
  display: inline-block;
  max-width: 50%;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #777;
}

.portfolio-details .content-box .info-list{
  position: relative;
  display: block;
  margin-bottom: 72px;
}

.portfolio-details .content-box .social-icons li{
  position: relative;
  display: inline-block;
  margin-right: 23px;
}

.portfolio-details .content-box .social-icons li:last-child{
  margin-right: 0px;
}

.portfolio-details .content-box .social-icons li a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #bbb1c3;
}

.portfolio-details .content-box .social-icons li a:hover{
  color: #4527a4;
}

.portfolio-details .load-more-option a{
  position: relative;
  display: inline-block;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  color: #777;
  text-shadow: 0 10px 3px rgba(0, 0, 0, 0.20);
}

.portfolio-details .load-more-option{
  position: relative;
  display: block;
  padding-top: 80px;
}

.portfolio-details .load-more-option a:hover{
  color: #4527a4;
}

.portfolio-details .upper-box{
  position: relative;
  margin-bottom: 100px;
}

.portfolio-details .upper-box .image{
  position: relative;
  display: block;
  background: #4527a4;
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-details .upper-box .image img{
  width: 100%;
  opacity: 1;
  transition: all 900ms ease;
}

.portfolio-details .upper-box .image:hover img{
  opacity: 0.2;
  transform: scale(1.1);
}

.feature-style-three.elements{
  padding: 200px 0px 300px 0px;
}


/** marketing-benefits **/

.marketing-benefits{
  position: relative;
  /*background: #f5f5f5;*/
  padding: 0px 0px 20px 0px;
  /*margin-top: -50px;*/
}

/*.marketing-benefits:before{
  position: absolute;
  content: '';
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 50%;
}*/

#content_block_27 .content-box .sec-title h2{
  line-height: 40px;
  margin-bottom: 15px;
}

#content_block_27 .content-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 43px;
}

#content_block_27 .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 17px;
  /*font-weight: 500;*/
  color: #222;
  margin-bottom: 6px;
  padding-left: 40px;
}

#content_block_27 .content-box .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 16px;
  color: #4527a4;
  left: 0px;
  top: 0px;
}

#content_block_27 .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

#content_block_27 .content-box{
  position: relative;
  margin-right: 70px;
}

#image_block_26 .image-box{
  position: relative;
  /*margin: 50px 50px 0px 50px;*/
}

#image_block_26 .image-box .bg-layer{
  position: absolute;
  left: -60px;
  top: -60px;
  width: 580px;
  height: 380px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

#image_block_26 .image-box img{
  position: relative;
  /*width: 100%;*/

}

/** service-style-three **/

.service-style-three{
  position: relative;
  padding-top: 40px;
}

.service-style-three .image-layer{
  position: absolute;
  width: 345px;
  height: 880px;
  left: 0px;
  bottom: -115px;
  background-repeat: no-repeat;
}

.service-style-three .sec-title h2{
  line-height: 60px;
  margin-bottom: 135px;
}

.service-block-three{
  position: relative;
  margin-bottom: 100px;
}

.service-block-three .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 0px 40px 55px 40px;
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.service-block-three:hover .inner-box{
  transform: translateY(-15px);
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.service-block-three .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: #fff;
  width: 170px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  margin-top: -75px;
  z-index: 1;
  margin-bottom: 32px;
}

.service-block-three .inner-box .icon-box .bg-layer{
  position: absolute;
  width: 170px;
  height: 160px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

/*.service-block-three:hover .inner-box .icon-box .bg-layer {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}*/

.service-style-three .inner-container{
  position: relative;
  margin: 0px -10px;
}

.service-style-three .single-column{
  padding: 0px 25px;
}

.service-block-three .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #222;
  margin-bottom: 17px;
}

.service-block-three .inner-box h3 a{
  display: inline-block;
  color: #222;
}

.service-block-three .inner-box h3 a:hover{
  color: #4527a4;
}

.service-block-three .inner-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 34px;
}

.service-block-three .inner-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: #4527a4;
  font-weight: 700;
}

.service-block-three:hover .inner-box .link-btn a{
  color: #39a6ec;
}

.service-style-three .single-column:nth-child(2){
  /*padding-top: 130px;*/
}

.service-style-three .single-column:last-child{
  /*padding-top: 90px;*/
}



/** news-section **/

.news-section{
  position: relative;
  /*padding: 110px 0px 80px 0px;*/
}

.news-section .sec-title{
  margin-bottom: 65px;
}

.news-block-one .inner-box{
  position: relative;
}

.news-block-one .inner-box .image-box{
  position: relative;
  background: #4527a4;
  overflow: hidden;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one:hover .inner-box .image-box img{
  transform: scale(1.1);
  opacity: 0.2;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  padding: 27px 0px;
}

.news-block-one .inner-box .lower-content .post-date{
  position: relative;
  display: block;
  font-size: 16px;
  color: #777;
  margin-bottom: 16px;
}

.news-block-one .inner-box .lower-content .post-date i{
  margin-right: 8px;
}

.news-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #222;
  margin-bottom: 27px;
}

.news-block-one .inner-box .lower-content h3 a{
  color: #222;
}

.news-block-one .inner-box .lower-content h3 a:hover{
  color: #4527a4;
}

.news-block-one .inner-box .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #4527a4;
  border-bottom: 2px solid #4527a4;
}

.news-block-one .inner-box .lower-content .link-btn a:hover{
  color: #222;
}



/** testimonial-style-ten **/

.testimonial-style-ten{
  position: relative;
  padding: 0px 0px 50px;
}

.testimonial-style-ten .user-thumb{
  position: relative;
  display: block;
  margin-left: -30px;
  margin-right: -30px;
}

.testimonial-style-ten .user-thumb .thumb-box{
  position: relative;
  width: 620px;
  height: 620px;
}

.testimonial-style-ten .user-thumb .thumb-box .pattern-bg1{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  animation-name: rotateme;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 60s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 60s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 60s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.testimonial-style-ten .user-thumb .thumb-box .pattern-bg2{
  position: absolute;
  width: 795px;
  height: 415px;
  right: -75px;
  top: 130px;
  background-repeat: no-repeat;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb{
  position: absolute;
  border-radius: 50%;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb img{
  border-radius: 50%;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-1{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-2{
  left: 100px;
  top: 40px;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-3{
  left: 270px;
  top: 15px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-4{
  left: 140px;
  top: 200px;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-5{
  left: 95px;
  bottom: 35px;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-6{
  right: 80px;
  top: 190px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-7{
  right: 0px;
  bottom: 140px;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-8{
  right: 250px;
  bottom: 75px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.testimonial-style-ten .content-box .sec-title h2{
  margin-bottom: 30px;
}

.testimonial-style-ten .content-box{
  position: relative;
  /*margin-left: 100px;*/
}

.testimonial-style-ten .content-box .owl-nav{
  display: none;
}

.testimonial-style-ten .content-box .testimonial-content .text{
  position: relative;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 20px;
}

.testimonial-style-ten .content-box .testimonial-content .author-info .rating{
  position: relative;
  margin-bottom: 31px;
}

.testimonial-style-ten .content-box .testimonial-content .author-info .rating li{
  position: relative;
  float: left;
  font-size: 18px;
  color: #ffcc43;
}

.testimonial-style-ten .content-box .testimonial-content .author-info .name{
  position: relative;
  font-size: 20px;
  color: #4527a4;
  margin-bottom: 14px;
}

.testimonial-style-ten .content-box .testimonial-content .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.testimonial-style-ten .owl-theme .owl-dots{
  position: relative;
  margin-top: 40px;
}

.testimonial-style-ten .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #d7d7d7;
  border-radius: 50%;
  transition: all 500ms ease;
  cursor: pointer;
}

.testimonial-style-ten .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-ten .owl-theme .owl-dots .owl-dot span:hover{
  background: #4527a4;
}

.testimonial-style-ten .content-box .testimonial-content .author-info{
  position: relative;
}

.testimonial-style-ten .content-box .testimonial-content .author-info:before{
  position: absolute;
  content: "\f10e";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 130px;
  color: #e9e9e9;
  top: 45px;
  right: 0px;
}

.txt-justy{
  text-align: justify;
}


.main-head{
  font-size: 30px !important;
    line-height: 44px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

.main-head-spl{
  font-size: 30px !important;
    line-height: 44px !important;
    font-weight: 700 !important;
}



/** transactions-work **/

.transactions-work{
  position: relative;
  padding: 60px 0px 50px 0px;
}

#content_block_39 .content-box .sec-title h2{
  margin-bottom: 47px;
}

.transactions-work .content-box{
  position: relative;
  margin-top: 48px;
}

#content_block_39 .content-box h5{
  position: relative;
  font-size: 18px;
  color: #4527a4;
  font-weight: 500;
  margin-bottom: 37px;
}

#content_block_39 .content-box .text{
  position: relative;
  margin-bottom: 54px;
}

#content_block_39 .content-box .text p{
  position: relative;
  font-size: 17px;
  margin-bottom: 30px;
}

#content_block_39 .content-box .text p:last-child{
  margin-bottom: 0px;
}

#content_block_39 .content-box .theme-btn-two{
  font-size: 18px;
  padding: 15px 38px;
}

#content_block_40 .inner-box .single-item{
  position: relative;
  padding-left: 100px;
  margin-bottom: 75px;
}

#content_block_40 .inner-box .single-item:nth-child(2){
  margin-left: 150px;
}

#content_block_40 .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

#content_block_40 .inner-box .single-item .box{
  position: relative;
  padding: 27px 15px 24px 50px;
  background: #fff;
  max-width: 280px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

#content_block_40 .inner-box .single-item .box .pattern-bg .pattern-1{
  position: absolute;
  width: 65px;
  height: 169px;
  top: -9px;
  right: -62px;
  background-repeat: no-repeat;
}

#content_block_40 .inner-box .single-item .box .pattern-bg .pattern-2{
  position: absolute;
  width: 258px;
  height: 80px;
  top: -21px;
  right: -42px;
  z-index: -1;
  background-repeat: no-repeat;
}

#content_block_40 .inner-box .single-item .count-box{
  position: absolute;
  left: 0px;
  top: 13px;
  width: 136px;
  height: 116px;
  line-height: 115px;
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

#content_block_40 .inner-box .single-item .box h4{
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  line-height: 30px;
  margin-bottom: 10px;
}

#content_block_40 .inner-box .single-item .box h4 a{
  display: inline-block;
  color: #222;
}

#content_block_40 .inner-box .single-item .box h4 a:hover{
  color: #4527a4;
}

#content_block_40 .inner-box .single-item .box .text{
  position: relative;
  font-size: 14px;
  line-height: 24px;
}



/** image-bg css for Appway **/


#iamge_block_02 .image-box:after{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-1.png);
  width: 410px;
  height: 410px;
  left: -10px;
  bottom: -160px;
  background-repeat: no-repeat;
  z-index: -1;
}

#iamge_block_03 .image-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-1.png);
  width: 410px;
  height: 410px;
  right: -30px;
  bottom: -70px;
  background-repeat: no-repeat;
}

.feature-style-two:before{
  position: absolute;
  content: '';
  background: url(../images/icons/bg-shap-1.png);
  width: 100%;
  height: 990px;
  left: 0px;
  top: 90px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.video-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-2.png);
  width: 845px;
  height: 180px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.transactions-work .inner-box .single-item .count-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shap-17.png);
  width: 32px;
  height: 29px;
  top: -26px;
  right: -4px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.transactions-work .inner-box .single-item:hover .count-box:before{
  transform: scale(1.1);
}

.transactions-work .inner-box .single-item:nth-child(2) .count-box:before{
  background: url(../images/icons/shap-23.png);
  background-repeat: no-repeat;
}

.transactions-work .inner-box .single-item:last-child .count-box:before{
  background: url(../images/icons/shap-25.png);
  background-repeat: no-repeat;
}

.transactions-work .inner-box .single-item .count-box:after{
  position: absolute;
  content: '';
  background: url(../beta/beta-images/web-images/hexa-shape1.png);
  width: 89px;
  height: 76px;
  right: -15px;
  bottom: -45px;
  background-repeat: no-repeat;
  transition: all 3000ms ease;
}

.transactions-work .inner-box .single-item:hover .count-box:after{
  transform: rotate(360deg);
}

.transactions-work .inner-box .single-item:nth-child(2) .count-box:after{
  background: url(../images/icons/shap-24.png);
  background-repeat: no-repeat;
}

.transactions-work .inner-box .single-item:last-child .count-box:after{
  background: url(../images/icons/shap-26.png);
  background-repeat: no-repeat;
}

.timeline-work .inner-content .single-item:after{
  position: absolute;
  content: '';
  background: url(../images/icons/pattern-29.png);
  width: 238px;
  height: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
}

.timeline-work .inner-content .single-item:nth-child(2):after,
.timeline-work .inner-content .single-item:nth-child(4):after{
  background: url(../images/icons/pattern-30.png);
  top: 130px;
  height: 66px;
  background-repeat: no-repeat;
}

.count-box{

    text-align: center;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}


/** organization-section **/

.organization-section{
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
}

.organization-section .sec-title{
  margin-bottom: 60px;
}

.organization-section .sec-title h2{
  margin-bottom: 30px;
}

.organization-section .single-item .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  transition: all 500ms ease;
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.organization-section .single-item:hover .inner-box{
  transform: translateY(-15px);
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.organization-section .single-item .inner-box .left-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.organization-section .single-item .inner-box .right-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.organization-section .single-item .inner-box .left-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.organization-section .single-item .inner-box .left-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.organization-section .single-item .inner-box .right-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.organization-section .single-item .inner-box .right-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.organization-section .single-item:hover .inner-box .left-layer:before, 
.organization-section .single-item:hover .inner-box .left-layer:after {
  height: 100%;
}

.organization-section .single-item:hover .inner-box .right-layer:before, 
.organization-section .single-item:hover .inner-box .right-layer:after {
  height: 100%;
}

.organization-section .single-item .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #46b8f6;
  margin-bottom: 27px;
}

.organization-section .single-item .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.organization-section .single-item .inner-box h4:before{
  position: absolute;
  content: '';
  background: #46b8f6;
  height: 2px;
  width: 40px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.organization-section .single-item .inner-box h4 a{
  display: inline-block;
  color: #222;
}

.organization-section .single-item .inner-box h4 a:hover{
  color: #4527a4;
}

.organization-section .single-item .inner-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  padding: 0px 10px;
}

.organization-section .more-btn{
  position: relative;
  display: block;
  margin-top: 70px;
}

.organization-section .more-btn .theme-btn-two{
  padding: 10px 45px;
}

.main-topic {
    font-size: 30px !important;
    line-height: 44px !important;
    font-weight: 700 !important;
    margin-bottom: 100px;
}






@media only screen and (max-width: 991px){
  .feature-section {
    position: relative;
    padding: 0px 0px 0px 0px;
  }
  #content_block_01 .content-box .sec-title {
     margin-bottom: 0px; 
  }
  #content_block_01 .content-box .inner-box .single-item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }
  #content_block_40 .inner-box .single-item:nth-child(2) {
    margin-left: 0px;
  }
  .transactions-work .content-box {
    position: relative;
    margin-top: 0px;
  }
  .transactions-work {
    position: relative;
    padding: 25px 0px 15px 0px;
  }
      #content_block_01 .content-box .inner-box .single-item {
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 0px;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    }
    .txt-cent{
    text-align: center;
  }
  .service-style-three {
    position: relative;
    padding-top: 5px;
  }
  .main-topic {
    font-size: 30px !important;
    line-height: 44px !important;
    font-weight: 700 !important;
    margin-bottom: 80px !important;
  }
  #content_block_27 .content-box {
    position: relative;
     margin-right: 0px; 
  }
  #content_block_27 .content-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px){
  .txt-cent{
    text-align: center;
  }

}

@media only screen and (min-width: 800px) and (max-width: 991px){
  #content_block_40 .inner-box .single-item {
    position: relative;
    left: 160px;
    padding-left: 100px;
    margin-bottom: 75px;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1400px){
  .main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
    margin-left: 10px;
}

}


@media only screen and (min-width: 1500px) and (max-width: 1600px){
  .main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
    margin-left: 23px;
}

}

@media only screen and (min-width: 1651px) and (max-width: 1800px){
  .main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
    margin-left: 30px;
}

}




.topbann-txt-2{
  position: relative;
  top: 100px;
    
}

.txt-hide{
  display: none;

}

.secpad-40 {
  padding-top: 40px;
}


.spl-input {
  height: 60px;
  width: 100%;
  border: none;
  background-color: #004acf1f;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: #3f3f3f;
  display: block;
  border-radius: 10px;

}

.dash-image{
      border-radius: 20px;
    box-shadow: 0px 1px 10px #4050a7;
}

.line-spl {
  line-height: 1.8 !important;
}


.spl-input option {
  background-color: #ffffff;   /* background of each option */
  color: #333333;              /* text color */
  font-size: 16px;             /* font size */
  font-family: 'Arial', sans-serif; /* font family */
}

/* Optional: hover and selected styles (browser support varies) */
.spl-input option:hover {
  background-color: #f1f1f1;
}

.spl-input option:checked {
  background-color: #007bff;
  color: #ffffff;
  height: 30px;
}


/* Works in modern browsers */
.comment-form__input-box input::placeholder { 
  color: #8b8b8b !important; /* your desired color */
  opacity: 1;  /* ensures full color visibility in some browsers */
}

.comment-form__input-box textarea::placeholder { 
  color: #8b8b8b !important; /* your desired color */
  opacity: 1;  /* ens
  ures full color visibility in some browsers */
}


.spl-right1{
  right: 205px;
}

.spl-right2{
  right: 211px;
}


.main-tit {
    font-size: 30px !important;
    line-height: 44px !important;
    font-weight: 700 !important;
  }


.spl-enq::after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
      margin-left: -30px;
    margin-top: 14px;
}

/*ug internship*/
.technology-section{
  position:relative;
  padding:110px 0px 70px;
}
.technology-section .title-column{
  position:relative;
}
.technology-section .title-column .inner-column{
  position:relative;
  padding-top:30px;
}
.technology-section:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  background-color:rgba(20,29,56,0.95);
}
.technology-section .pattern-layer-one{
  position:absolute;
  left:0px;
  top:0px;
  width:50%;
  height:100%;
  background-position:left top;
  background-repeat:no-repeat;
}
.technology-section .pattern-layer-two{
  position:absolute;
  right:0px;
  top:0px;
  width:50%;
  height:100%;
  background-position:right top;
  background-repeat:no-repeat;
}
.technology-section .blocks-column{
  position:relative;
}
.technology-section .blocks-column .inner-column{
  position:relative;
}
/*.technology-section .blocks-column .inner-column .technology-block:nth-child(4){
  margin-left:-100px;
}*/
.technology-block{
  position:relative;
  margin-bottom:30px;
}
.technology-block .inner-box{
  position:relative;
  padding:45px 15px;
  text-align:center;
  border-radius:10px;
  border:1px dashed rgba(255,255,255,0.60);
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  height: calc(100% - 14px);
}
.technology-block .inner-box .overlay-link{
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  display:block;
  z-index:1;
}
.technology-block .inner-box .icon-box{
  position:relative;
  color:#0060ff;
  font-size:64px;
  line-height:1em;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.technology-block .inner-box:hover .icon-box{
  transform:rotateY(180deg);
}
.technology-block .inner-box h6{
  position:relative;
  color:#ffffff;
  font-weight:600;
  margin-top:18px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  font-size: 18px;
}
.technology-block .inner-box:hover{
  border-color:#ffffff;
  background-color:#ffffff;
}
.technology-block .inner-box:hover .icon-box{
  color:#0060ff;
}
.technology-block .inner-box:hover h6{
  color:#000055;
}
.technology-section.style-two .technology-block{
  width:20%;
  padding:0px 15px;
}
.technology-section.style-two .technology-block h6{
  text-transform:capitalize;
}
@media only screen and (max-width: 1023px) {
.technology-section .blocks-column .inner-column .technology-block:nth-child(4){
    margin-left:0px;
}
}
@media only screen and (max-width: 767px) {
.technology-section {
    padding: 30px 0px 40px;
}
}
.service-block-three .inner-box .link-btn {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    color: #2f5aa9;
    font-weight: 700;
}
/*service*/
.about-section-nine{
  padding: 40px 0 20px 0;
}
.about-nine-left-box{
  padding: 35px 15px 0px 0px;
}
.about-nine-img{
/*  background-image: linear-gradient(360deg, #FFFFFF 0%, #F6F6F6 100%);*/
  border-radius: 30px 30px 0 0;
  
}
.about-nine-img img{
  mix-blend-mode: multiply;
}
.about-nine-right-box{
  padding: 40px 0px 0px 25px;
}
.service-section-nine{
  margin: 0 30px;
  border-radius: 30px;
  background-image: linear-gradient(360deg, #FFFFFF 0%, #F6F6F6 100%);
}
.service-nine-left-box{
  position: relative;
  padding: 100px 90px 150px 0px;
}
.service-nine-left-box .service-left-img{
  border-radius: 20px;
}
.service-nine-left-box .ihbox-style-23-area{
  left: 0;
  bottom: 15.2%;
}
.service-nine-left-box .ihbox-style-23-wrap{
  position: relative;
  padding: 16px 25px 0px 25px;
  border-radius: 0px 20px 0px 20px;
  background-color: #fff;
}
.service-nine-left-box .ihbox-style-23-wrap:before,
.service-nine-left-box .ihbox-style-23-wrap:after{
  content: "";
    position: absolute;
    background-color: transparent;
    bottom: 9px;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 #fff;
}
.service-nine-left-box .ihbox-style-23-wrap:before{
  bottom: 100%;
    right: calc(100% - 20px);
    border-bottom-left-radius: 20px;
}
.service-nine-left-box .ihbox-style-23-wrap:after{
  left: 100%;
    border-bottom-left-radius: 20px;
}
.service-nine-left-box .ihbox-style-18-area{
  right: 2px;
  top: 177px;
}
.service-nine-left-box .ihbox-style-18-wrap{
  transform: rotate(-90deg);
}
.service-nine-right-box{
  padding-top: 150px;
}
.fid-section-nine{
  padding: 10px 0 100px 0;
}
.about-us-nine-bg{
  margin: 0 50px;
  padding: 115px 10px 125px 0px;
  background-image: url(../images/homepage-9/bg/bg-img-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  border-radius: 30px;
}
.about-us-nine-bg .about-us-content{
  padding: 80px;
  border-radius: 30px;
}
.pbmit-ihbox-style-22{
  margin-bottom: 50px;
}
.pbmit-ihbox-style-22,
.pbmit-ihbox-style-22 .pbmit-ihbox-contents,
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper::before{
  transition: all 0.3s ease-in;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-box{
  align-items: flex-start;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg{
  margin-right: 35px;
  position: relative;
  display: inline-block;
}
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-22 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-22 .pbmit-ihbox-svg{
  background-color: #fff;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper{
  font-size: 35px;
  line-height: 35px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #f6f6f6;
  color: #2f5aa9;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper svg{
  fill: #2f5aa9;
}

.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper::before{
  content: "";
  position: absolute;
  background-color: #2f5aa9;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-20px, -20px);
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: -1;
}
.pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-svg-wrapper::before{
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  left: 0;
  top: 0;
  opacity: 1;
}
.pbmit-ihbox-style-22 .pbmit-element-title{
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}
.pbmit-ihbox-style-22 .pbmit-heading-desc{
  margin-bottom: 0;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-type-image{
  background-color: transparent !important;
}
.pbmit-ihbox-style-22 .pbmit-xinterio-icon{
  margin-top: 5px;
  display: inline-block;
}
/*internship*/
.border-box {
    border: 9px solid #f4f4f4;
    padding: 68px 60px 61px 90px;
}
.mt_40 {
    margin-top: -40px;
}
.spacing-21 {
    padding: 25px 0px 10px;
}
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}
.featured-icon-box .ttm-icon {
    margin-bottom: 0;
}
.ttm-icon.ttm-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}
.featured-icon-box.style11 .ttm-icon i {
    font-size: 56px;
    line-height: 56px;
    color: #3862ad;
}
.featured-icon-box .featured-icon .ttm-icon i {
    display: inline-block;
    transition: all 500ms ease;
}
.featured-icon-box.style11 .tm-steps-seperator {
    position: relative;
    margin: 15px 0;
    padding-bottom: 1px;
}
.featured-icon-box.style11 .tm-steps-seperator:before{
  background-color: #27bff8;
}
.featured-icon-box.style11 .tm-steps-seperator:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    top: 0px;
    left: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.featured-icon-box.style11 .tm-steps-seperator .tm-sepeline {
    text-align: left;
    position: relative;
    display: block;
}
.featured-icon-box.style11 .tm-steps-seperator .tm-sepeline:before, .featured-icon-box.style11 .tm-steps-seperator .tm-sepeline:after {
    background-color: #dcdcdc;
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    top: 11px;
    left: 0;
    height: 1px;
    z-index: -1;
}
.featured-icon-box.style11 .tm-steps-seperator:after,{
  background-color: #fff;
}
.featured-icon-box.style11 .tm-steps-seperator:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 7px;
    left: 7px;
    background-color: #fff;
}
.featured-icon-box.style11:hover .tm-steps-seperator:before {
    background-color: #3862ad;
}
.featured-icon-box.style11:hover .tm-steps-seperator:after {
    background-color: #fff;
}
.featured-icon-box.style11:hover .tm-steps-seperator .tm-sepeline:after {
    width: calc(100% + 30px);
}
.featured-icon-box.style11:hover .tm-steps-seperator .tm-sepeline:after,{
  background-color: #d92828;
}
.featured-icon-box.style11 .tm-steps-seperator .tm-sepeline:after {
    width: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.featured-icon-box.style11 .featured-content {
    padding-top: 23px;
}
.featured-icon-box.style11 .featured-title h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
}
.ttm-row {
    padding: 20px 0 50px 0;
}


