@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans&family=Ubuntu:wght@300;400;500;700&display=swap');

 @font-face {
        font-family: "acumin-pro-semi-condensed";
        src: url("https://use.typekit.net/af/3f7b4d/00000000000000003b9acb2d/27/l?subset_id=1&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/3f7b4d/00000000000000003b9acb2d/27/d?subset_id=1&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/3f7b4d/00000000000000003b9acb2d/27/a?subset_id=1&fvd=n4&v=3") format("opentype");
        font-style: normal;
        font-weight: 400
    }
@font-face {
        font-family: "acumin-pro-semi-condensed";
        src: url("https://use.typekit.net/af/ee7f3d/00000000000000003b9acb33/27/l?subset_id=1&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/ee7f3d/00000000000000003b9acb33/27/d?subset_id=1&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/ee7f3d/00000000000000003b9acb33/27/a?subset_id=1&fvd=n7&v=3") format("opentype");
        font-style: normal;
        font-weight: 700
    }
@font-face {
    font-family: "droidserif";
    src: url(/sites/all/themes/pei_bootstrap/fonts/droidserif-webfont.eot);
    src: url(/sites/all/themes/pei_bootstrap/fonts/droidserif-webfont.eot?#iefix) format("embedded-opentype"),url(/sites/all/themes/pei_bootstrap/fonts/droidserif-webfont.woff) format("woff"),url(/sites/all/themes/pei_bootstrap/fonts/droidserif-webfont.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}


:root {
    --color1: #e8bf13;;
    --color2: #026937;
}
:root {
   
    --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;

    --color1-rgb: 100, 187, 57;
    --ambed-primary: #f2eeeb;
    --ambed-primary-rgb: 242, 238, 235;
    --ambed-bdr-color: #e2ddda;
    --ambed-bdr-color-rgb: 226, 221, 218;

  }
  

  .gutter-y-30 {
    --bs-gutter-y: 30px;
  }
  
  body {
   
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }
  
  body.locked {
    overflow: hidden;
  }
  img{
      max-width: 100%;
  }
  
  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 {

    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;
  }
  
  ::-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;
   
    outline: none !important;
    background-color: var(--color2, #3c3531);
    color: var(--ambed-white, #ffffff);
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    border-radius: 8px;
    /*display: none;*/
  }
section.service-details h2 {
    font-size: 30px;
    padding: 0 0 5px;
    color: #000;
}   
  .single-sidebar h3 {
      font-size: 22px!important;
      padding: 0px!important;
  }
  section.service-details h3 {
    font-size: 28px;
    padding: 0 0 10px;
    color: #000;
}     
section.service-details p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 27px;
}    
.service-details img {
    width: 100%;
}   
  .thm-btn:hover {
    background-color: var(--color1);
  }
  
  .section-title__tagline {
    position: relative;
    display: inline-block;
    color: var(--color2, #a47c68);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
.section-title__line {
    margin-bottom: 30px;
}

  .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(--color1, #a47c68);
    color: #fff;
  }
  
  .bootstrap-select .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--color2, #3c3531);
  
    transition: all 0.4s ease;
  }
  
  .bootstrap-select .dropdown-menu > li > a:hover {
    background: var(--color1, #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;
    
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(../images/loader.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
  }
  
  /* scroll to top */
  .scroll-to-top {
      display: inline-block;
      width: 45px;
      height: 45px;
      background:var(--color1);
      position: fixed;
      bottom: 78px;
      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;
      border: 1px solid white;
  }
  
  .scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
  }
  
  .scroll-to-top:hover {
    background-color: var(--color2);
  }
  
  .scroll-to-top:hover i {
    color: #fff;
  }
  .home-banner {
      position: relative;
  }
  .home-banner {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      
  }
  .home-banner::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      background-color: #000;
      opacity: 30%;
  }
  
  
  /*--------------------------------------------------------------
  # Navigations One
  --------------------------------------------------------------*/
  .main-header {
    width: 100%;
    background: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index:9999;
    position: relative;
  }
  
  .main-header__top {
    position: relative;
    display: block;
    background-color: var(--ambed-white, #ffffff);
    padding-bottom: 25px;
    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(--color1, #a47c68);*/
  /*}*/
  
  .header-rating {
      display:flex; 
      justify-content:center; 
      align-items:center;
       background-color: #483e39;
       color:white;
       font-size:20px;
  }
  .header-text {
      display:flex; 
      justify-content:center; 
      align-items:center;
      background-color: var(--color1, #a47c68);
      color:white;
      padding: 9px;
      font-size:22px;
  }
  .header-rating .rating{
      margin-top:3px;
      margin-left:10px;
  }
  
  
  
  .header-mail .icon-message a{
      color:white;
      margin-left:10px;
      font-size:22px;
  }
  
  .main-header__top-inner {
    position: relative;
    display: block;
    padding: 0px 0 10px;
  }
  
  .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;
            top: 11px;
  }
  
  .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(--color1, #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(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-header__top-address li .content h5 a:hover {
    color: var(--color1, #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(--color2, #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(--color1, #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;
      background-color: #f7f7f7;
      
  }
  .main-menu__wrapper-inner {
    display: block;
    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;
    margin-top:9px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1px 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(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu__search:hover {
    color: var(--color1, #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: 44px;
  }
  
  .main-menu .main-menu__list > li > a,
  .stricky-header .main-menu__list > li > a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #10141c;
    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 var(--color1);
    border-right: 2px solid var(--color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu .main-menu__list > li > a > .main-menu-border:before,
  .stricky-header .main-menu__list > li > a > .main-menu-border:before {
    position: absolute;
    top: -7px;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: var(--color1, #a47c68);
    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(--color2, #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: visible;
    height: 11px;
  }
  
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 290px;
    -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;
    
      display: inline-block;
  }
  
  .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%;
    
    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(--color2-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: 15px;
    line-height: 30px;
    color: #10141c;
    letter-spacing: 0;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 25px;
    -webkit-transition: 500ms;
    transition: 500ms;
    
  }
  
  .main-menu .main-menu__list > li > ul > li:hover > a,
  .main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
  .stricky-header .main-menu__list > li > ul > li:hover > a,
  .stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
    background-color: var(--color1, #a47c68);
    color: var(--ambed-white, #ffffff);
  }
  
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    top: 0;
    left: 100%;
  }
  
  .main-menu .main-menu__list li ul li > ul.right-align,
  .stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
  }
  
  .main-menu-three__main-menu-three-box .main-menu__list > .megamenu,
  .main-menu-two__main-menu-two-inner .main-menu__list > .megamenu,
  .main-menu__wrapper .main-menu__list > .megamenu {
    position: static;
  }
  
  .main-menu-three__main-menu-three-box .main-menu__list > .megamenu > ul,
  .main-menu-two__main-menu-two-inner .main-menu__list > .megamenu > ul,
  .main-menu__wrapper .main-menu__list > .megamenu > ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .main-menu-three__main-menu-three-box .main-menu__list > .megamenu > ul > li,
  .main-menu-two__main-menu-two-inner .main-menu__list > .megamenu > ul > li,
  .main-menu__wrapper .main-menu__list > .megamenu > ul > li {
    padding: 0 !important;
  }
  
  .stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  }
  
  @media (max-width: 1199px) {
    .stricky-header {
      display: none !important;
    }
  }
  
  .stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
  }
  
  .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(--color2, #3c3531);
    cursor: pointer;
  }
  
  .mobile-nav__buttons a + a {
    margin-left: 10px;
  }
  
  .mobile-nav__buttons a:hover {
    color: var(--color1, #a47c68);
  }
  
  .main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--color1, #a47c68);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .main-menu .mobile-nav__toggler:hover {
    color: var(--color2, #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: var(--color2, #3c3531);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  }
  
  .mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  }
  
  .mobile-nav__content .ambed-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
  }
  
  .mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
  }
  
  .mobile-nav__close {
    position: absolute;
    top: -1px;
    right: 15px;
    font-size: 18px;
    color: var(--ambed-text-dark);
    cursor: pointer;
  }
  
  .mobile-nav__content .main-menu__list,
  .mobile-nav__content .main-menu__list > li > ul,
  .mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .mobile-nav__content .main-menu__list > li > ul,
  .mobile-nav__content .main-menu__list > li > ul > li > ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
  }
  
  .mobile-nav__content .main-menu__list > li:not(:last-child),
  .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
  .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .mobile-nav__content .main-menu__list > li > a > .main-menu-border {
    display: none !important;
  }
  
  .mobile-nav__content .main-menu__list > li > a,
  .mobile-nav__content .main-menu__list > li > ul > li > a,
  .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    
    font-weight: 500;
    height: 46px;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
    color: var(--color1, #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: var(--color1, #a47c68);
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
  }
  
  .mobile-nav__content .main-menu__list > li > a > button.expanded,
  .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
  .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--color2, #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;
  }
  
  .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(--color1, #a47c68);
  }
  
  .mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display:none;
  }
  
  .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(--color1, #a47c68);
  }
  
  .mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--color1, #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: -1px;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.15);
    z-index: 1;
  }
  
  .main-menu-two {
    background-color: rgba(var(--color2-rgb, 60, 53, 49), 0.9);
    padding: 0 60px;
  }
  
  .stricky-header.main-menu-two {
    padding: 0 60px;
    background-color: var(--color2, #3c3531);
  }
  
  .main-menu-two__wrapper {
    position: relative;
    display: block;
  }
  
  .main-menu-two__left {
    display: block;
    float: left;
  }
  
  .main-menu-two__logo {
    position: relative;
    display: block;
    float: left;
    padding: 32px 0;
    margin-right: 170px;
  }
  
  .main-menu-two__main-menu-two-box {
    display: block;
    float: right;
  }
  
  .main-menu-two__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    padding: 38px 0;
  }
  
  .main-menu-two__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--ambed-white, #ffffff);
    font-size: 15px;
    background-color: #2f2a27;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .main-menu-two__social a:hover {
    color: var(--color1, #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: 75px;
  }
  
  .main-menu-two__right {
    position: relative;
    display: block;
    float: right;
  }
  
  .main-menu-two__call-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 0;
  }
  
  .main-menu-two__call {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .main-menu-two__call-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .main-menu-two__call-icon span {
    font-size: 30px;
    color: var(--color1, #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(--color1, #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(--color1, #a47c68);
  }
  
  .main-menu-two .main-menu__list > li,
  .stricky-header.main-menu-two .main-menu__list > li {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  
  .main-menu-two .main-menu__list > li > a,
  .stricky-header.main-menu-two .main-menu__list > li > a {
    color: #c1b8b3;
  }
  
  .main-menu-two .main-menu__list > li.current > a,
  .main-menu-two .main-menu__list > li:hover > a,
  .stricky-header.main-menu-two .main-menu__list > li.current > a,
  .stricky-header.main-menu-two .main-menu__list > li:hover > a {
    color: var(--ambed-white, #ffffff);
  }
  
  .main-menu-two .main-menu__list > li > a .main-menu-border,
  .stricky-header.main-menu-two .main-menu__list > li > a .main-menu-border {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom: -43px;
  }
  
  /*--------------------------------------------------------------
  # Navigations Three
  --------------------------------------------------------------*/
  .main-header-three {
    position: relative;
    display: block;
  }
  
  .main-header-three__top {
    position: relative;
    display: block;
  }
  
  .main-header-three__top-inner {
    position: relative;
    display: block;
    background-color: var(--color2, #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(--color1, #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(--color2, #3c3531);
    z-index: -1;
  }
  
  .main-menu-three__logo-box:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    right: -5px;
    left: 0;
    background-color: var(--color1, #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(--color2, #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(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu-three__search:hover {
    color: var(--color1, #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(--color1, #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(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu-three__call-number h5 a:hover {
    color: var(--color1, #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(--color1, #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(--color2, #3c3531);
    border: 0;
  }
  
  /*--------------------------------------------------------------
  # Main Slider
  --------------------------------------------------------------*/
  .main-slider {
    position: relative;
    display: block;
    margin-bottom: -35px;
    z-index: 91;
  }
  
  .main-slider .swiper-container {
    width: 100%;
  }
  
  .main-slider .swiper-slide {
    position: relative;
    background-color: var(--color2, #3c3531);
  }
  
  .main-slider .container {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    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(--color2-rgb, 60, 53, 49), 0.5);
    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: #6adb01;
    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 #6adb01;
    border-top: 6px solid #6adb01;
    width: 70px;
  }
  
  .main-slider__border-right {
    position: absolute;
    top: 9px;
    bottom: 0;
    right: 0;
    border-right: 6px solid #6adb01;
    border-top: 6px solid #6adb01;
    width: 70px;
  }
  
  .main-slider__title {
    font-size: 50px;
    color: var(--ambed-white, #ffffff);
    font-weight: 900;
    line-height: 60px;
  
   
    /*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(--color1, #a47c68);
    
      margin-bottom: 10px;
      display: inline-block;
  }
  
  .main-slider__btn-box {
    position: relative;
    display: block;
    }
  
  .main-slider__btn {
    background-color: var(--ambed-white, #ffffff);
    color: var(--color2, #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(--color2, #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(--color2, #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(--color2, #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(--color2, #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(--color1, #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(--color2, #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(--color2-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(--color2-rgb, 60, 53, 49), 1);
    color: var(--ambed-white, #ffffff);
  }
  
  /*--------------------------------------------------------------
  # About One
  --------------------------------------------------------------*/
  .about-one {
    position: relative;
    display: block;
    padding: 160px 0 135px;
  }
  
  .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: 30px;
  }
  
  .about-one__left .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  
  .about-one__text-1 {
      font-size: 24px;
      color: var(--color1);
      font-weight: 500;
      line-height: 32px;
      padding-bottom: 15px;
  }
  
  .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(--color1, #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(--color1, #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(--color1, #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(--color2, #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(--color1, #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(--color2, #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(--color2, #3c3531);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .about-one__call-text a:hover {
    color: var(--color1, #a47c68);
  }
  
  .about-one__right {
    position: relative;
    display: block;
  }
  
  .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(--color1, #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;
    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;
      padding:60px 0;
      background: #eee;
  }
  
  .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;
      flex: 0 0 25%;
      max-width: 25%;
      width: 100%;
      display: table;
      min-height: 425px;
  }
  
  .for-links .feature-one__single {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .column4 .feature-one__single {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .for-links .feature-one__content {
      min-height: 370px;
  }
  .column4 .feature-one__content {
      min-height: 365px;
  }
  .just-heading .feature-one__content {
      min-height: 180px;
  }
  .for-links .feature-one__content a{
      display:block  ;
      position:relative;
      padding-left:25px;
      transition:0.5s;
  }
  
  .for-links .feature-one__content a:before {
      content: "\e916";
      font-family: 'icomoon' !important;
      color: var(--color1);
      position: absolute;
      left: 0;
      transition:0.5s;
  }
  .for-links .feature-one__single:hover .feature-one__content a{
      color:#fff;
      transition:0.5s;
  }
  .for-links .feature-one__single:hover .feature-one__content a:before{
      color:#fff;
      transition:0.5s;
  }
  .feature-one__content {
      position: relative;
      background-color: var(--color2);
      padding: 30px 30px 30px;
      overflow: hidden;
      display: table-cell;
      z-index: 1;
      vertical-align: middle;
  }
  
  .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(--color1, #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);
    color:white !important;
    z-index: -1;
  }
  
  .feature-one__content p:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: var(--color1, #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__single:hover .feature-one__text{
   color:white !important;
    
  }
  
  .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;
  }
 section.feature-one.column2 li.feature-one__single {
    max-width: 33.33%;
    flex: 33.33%;
}    
  .column2 h3.feature-one__title {
      background: var(--color2);
      padding: 7px 25px;
      color: #fff;
      position: relative;
  }
  .column2 h3.feature-one__title:after {
      content: '';
      clip-path: polygon(0 0, 50% 100%, 100% 1%);
      background: var(--color2);
      height: 15px;
      position: absolute;
      left: 20px;
      z-index: 9999999;
      bottom: -13px;
      width: 30px;
  }
  .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(--color1, #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;
    text-align: center;
    color: #fff;
}
  
  .feature-one__title a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .feature-one__single:hover .feature-one__title a {
    color: var(--ambed-white, #ffffff);
  }
  
  .feature-one .feature-one__text {
    transition: all 500ms ease;
    color:#fff;
    text-decoration:none;
  }
  
  .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(--color2, #3c3531);
  }
  
  .feature-one__arrow a i {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--color1, #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: 100px 0 0;
  }
  
  .services-one-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0043da;
      
      opacity: 0.7;
    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(--color2, #3c3531);
    mix-blend-mode: luminosity;
    opacity: .08;
    z-index: 1;
  }
  
  .services-one .section-title {
    z-index: 3;
  }
  
  .services-one .section-title__tagline {
    color: #fff;
  }
  
  .services-one .section-title__title {
    color: #fff;
  }
  
  .services-one .section-title__line:after {
    background-color: var(--ambed-white, #ffffff);
  }
  
  .services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 5;
  }
  
  .services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
  }
  

  .services-one__img:before {
    position: absolute;
    content: '';
    background-color: var(--color2, #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(--color2, #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__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(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
    border-radius: 0px 15px;
  }
  
  .services-one__single:hover .services-one__icon {
    background-color: var(--color1, #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;
    background-color: #eee;
    transition: all 500ms ease;
    text-align: center;
  }
  
  .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: 10px;
      text-align: center;
      width: 100%;
  }
  .services-one__title a {
    color: #0f1624;
  }
  .services-one__title a:hover {
    color: var(--color2);
  }
  
  /*--------------------------------------------------------------
  # Quality Work
  --------------------------------------------------------------*/
  .quality-work {
      position: relative;
      display: block;
      background-color: #fff;
      padding: 60px 0px 30px;
      overflow: hidden;
      z-index: 2;
  }
  
  .quality-work-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .quality-work-shape-1 img {
    width: auto;
  }
  
  .quality-work-shape-2 {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1;
  }
  
  .quality-work-shape-2 img {
    width: auto;
  }
  
  .quality-work-shape-3 {
    position: absolute;
    bottom: 0;
    right: -24px;
  }
  
  .quality-work-shape-3 img {
    width: auto;
  }
  
  .quality-work-shape-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .7;
  }
  
  .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;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border: 6px solid rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
  }
  
  .quality-work__small-img img {
    width: auto;
  }
  
  .quality-work__video-box {
    position: absolute;
    bottom: 145px;
    right: 90px;
  }
  
  .quality-work__curved-circle-box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 188px;
    width: 188px;
    background-color: var(--color2, #3c3531);
    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 var(--color1, #a47c68);
    color: var(--color1, #a47c68);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .quality-work__video-icon:hover {
    background-color: var(--color1, #a47c68);
    border-color: var(--color1, #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(--color1, #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(--color1, #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(--color2, #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(--color2, #3c3531);
    font-weight: 500;
    line-height: 30px;
  }
  
  .quality-work__text-2 {
    font-size: 18px;
    line-height: 34px;
  }
  
  .quality-work__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  
  .quality-work__progress-single {
    position: relative;
    display: block;
  }
  
  .quality-work__progress-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 9px;
    font-weight: 700;
  }
  
  .quality-work__progress .bar {
    position: relative;
    width: 100%;
    height: 8px;
    background-color: var(--ambed-white, #ffffff);
    border-radius: 0px;
    margin-bottom: 21px;
  }
  
  .quality-work__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 8px;
    border-radius: 0px;
    background: var(--color1, #a47c68);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
  }
  
  .quality-work__progress .count-text {
    position: absolute;
    right: -41px;
    bottom: 21px;
    color: var(--ambed-white, #ffffff);
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    background-color: var(--color1, #a47c68);
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .quality-work__progress .count-text:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    border: 4px solid var(--color1, #a47c68);
    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: 60px 0 30px;
  }
  
  .project-one__inner {
    position: relative;
    display: block;
  }
  
  .project-one__thumb-box {
    position: absolute;
    bottom: 27px;
    right: 20px;
    max-width: 570px;
    width: 100%;
    height: 120px;
    z-index: 5;
  }
  
  #project-one__thumb {
    position: absolute;
    bottom: 0;
    left: -23px;
    right: 0;
    top: 4px;
    z-index: 5;
  }
  
  .project-one__img-holder {
    position: relative;
    display: block;
    cursor: pointer;
    width: 130px;
    height: 120px;
    overflow: hidden;
    background-color: var(--color2, #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__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;
   padding: 10px;
    background: #fff;
  }
  
  .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: 5px;
      
  }
 
  .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: -5px;
    bottom: auto;
    z-index: 100;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: var(--ambed-white, #ffffff);
    background-color:var(--color1);
    border-radius: 0;
    margin: 0;
    text-align: center;
    opacity: 1;
    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(--color2, #3c3531);
  }
  
  .project-one__nav .swiper-button-next::after,
  .project-one__nav .swiper-button-prev::after {
    display: none;
  }
  .project-one__nav .swiper-button-next{
    left:35px;  
  }
  
  .project-one__nav .swiper-button-prev {

    right:60px;
  }
  
  .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(--color2, #3c3531);
    border-radius: 30px;
    max-width: 635px;
    margin: 0 auto;
    padding: 13px 0px;
  }
  
  .project-one__more-project-content p {
    font-size: 18px;
    color: var(--color2, #3c3531);
    font-weight: 500;
  }
  
  .project-one__more-project-content p a {
    color: var(--color1, #a47c68);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .project-one__more-project-content p a:hover {
    color: var(--color2, #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(--color2, #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(--color2-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(--color1, #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(--color2, #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(--color2, #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: 60px 0 60px;
    z-index: 1;
  }
  
  .testimonial-one-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color2, #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(--color2, #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;
            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;
    transition: all 500ms ease;
    transform: translateY(0);
    min-height:475px;
  }
  
  .testimonial-one__single:hover {
    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;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    color: var(--color1, #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(--color1, #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(--color1, #a47c68);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 12px;
  }
  
  .testimonial-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -43px;
    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(--color1, #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(--color2, #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(--color2-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(--color1, #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 40px 29px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-one__single:hover .blog-one__content {
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  }
  
  .blog-one__date {
    position: absolute;
    top: -19px;
    right: 30px;
    background-color: var(--color1, #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(--color1, #a47c68);
  }
  
  .blog-one__meta li a i {
    color: var(--color1, #a47c68);
  }
  
  .blog-one__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
  }
  
  .blog-one__title a {
    color: var(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-one__title a:hover {
    color: var(--color1, #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(--color1, #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(--color1, #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: var(--color2, #3c3531);
  
    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: 60px 0 30px;
    
  }
  
  .footer-widget__about {
    position: relative;
    display: block;
    margin-top: -12px;
    margin-bottom: 30px;
  }
  
  .footer-widget__logo {
    position: relative;
    display: inline-block;
    padding-bottom: 22px;
  }
  
  .footer-widget__about-text-box {
    position: relative;
    display: block;
  }
  
  .footer-widget__about-text {
    color: #c1b8b3;
  }
 
  
  .site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
  
  .site-footer__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--ambed-white, #ffffff);
    font-size: 15px;
    background-color: #2f2a27;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .site-footer__social a:hover {
    color: var(--color1, #a47c68);
  }
  
  .site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--ambed-white, #ffffff);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
  
  .site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  
  .site-footer__social a + a {
    margin-left: 10px;
  }
  
  .footer-widget__explore {
    position: relative;
    display: block;
    margin-left: 70px;
  }
  
  .footer-widget__title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--ambed-white, #ffffff) !important;
    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: #fff;
  }
  
  .footer-widget__title:after {
    position: absolute;
    bottom: -9px;
    left: 45px;
    height: 2px;
    width: 4px;
    content: "";
    background-color: var(--ambed-white, #ffffff);
  }
  
  .footer-widget__explore-list {
    position: relative;
    display: block;
  }
  
  .footer-widget__explore-list li + li {
    margin-top: 6px;
  }
  
  .footer-widget__explore-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #c1b8b3;
    padding-left: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .footer-widget__explore-list li a:hover {
    color:var(--color1) !important;
  }
  
  .footer-widget__explore-list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: white;
    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(--color1, #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(--color1, #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;
    background: var(--color1);
    
  }
  
  .site-footer__bottom-inner {
    position: relative;
  
    text-align: center;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  padding:15px;
  
  }
  
  .site-footer__bottom-text {
    font-size: 15px;
    color:white ;
  
  }
  
  .site-footer__bottom-text span:hover:nth-of-type(1) {
    font-size: 20px;
    color:#2859a4 !important;
  
  }
  
  .site-footer__bottom-text a {
    color: #c2b9b4;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .site-footer__bottom-text a:hover {
    color: var(--ambed-white, #ffffff);
  }
  
  .site-footer-two {
    margin-top: 0;
  }
  
  .site-footer-two .site-footer__top {
    padding: 112px 0 91px;
  }
  
  /*--------------------------------------------------------------
  # Feature Two
  --------------------------------------------------------------*/
  .feature-two {
    position: relative;
    display: block;
    padding: 0 0 120px;
  }
  
  .feature-two-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .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(--color1, #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(--color1, #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(--color2, #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(--color1, #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(--color2, #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(--color1, #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(--color1, #a47c68);
  }
  
  .welcome-one__points li .icon span:before {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    content: "";
    border: 2px solid var(--color1, #a47c68);
    border-radius: 50%;
  }
  
  .welcome-one__points li .text {
    margin-left: 20px;
  }
  
  .welcome-one__points li .text p {
    font-size: 18px;
    color: var(--color2, #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(--color1, #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;
    color: var(--color2, #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(--color2, #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(--color1, #a47c68);
  }
  
  .project-two__hover-text {
    color: #bab1ac;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  
  .project-two__btn {
    background-color: var(--ambed-white, #ffffff);
    color: var(--color2, #3c3531);
    padding: 10px 40px 10px;
  }
  
  /*--------------------------------------------------------------
  # Benefits One
  --------------------------------------------------------------*/
  .benefits-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
  }
  
  .benefits-one-shape {
    position: absolute;
    bottom: -155px;
    right: 0;
    opacity: .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(--color1, #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(--color2, #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);
  }
  
  .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 21px 40px 21px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    border: 1px solid var(--ambed-bdr-color, #e2ddda);
    border-radius: 35px;
  }
  
  .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--color2, #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(--color1, #a47c68);
  }
  
  .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--color1, #a47c68);
  }
  
  .faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    color: var(--ambed-white, #ffffff);
    background-color: var(--color1, #a47c68);
    position: absolute;
    top: 50%;
    right: 0;
    height: 15px;
    width: 15px;
    line-height: 15px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
  }
  
  .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--ambed-white, #ffffff);
    background-color: var(--color2, #3c3531);
    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(--color2-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(--color1, #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(--color2, #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(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .services-two__single:hover .services-two__title a {
    color: var(--color1, #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(--color1, #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(--color1, #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(--color1, #a47c68);
    z-index: -1;
  }
  
  .working-process__single:after {
    position: absolute;
    top: 0px;
    left: -20px;
    bottom: 50px;
    content: "";
    width: 4px;
    background-color: var(--color1, #a47c68);
    z-index: -1;
  }
  
  .working-process__count {
    position: absolute;
    top: -43px;
    left: -40px;
    height: 77px;
    width: 77px;
    background-color: var(--color2, #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(--color1, #a47c68);
  }
  
  .working-process__icon {
    position: relative;
    display: block;
    text-align: right;
    margin-bottom: -13px;
  }
  
  .working-process__icon span {
    font-size: 62px;
    color: var(--color1, #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(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .working-process__single:hover .working-process__title a {
    color: var(--color1, #a47c68);
  }
  
  /*--------------------------------------------------------------
  # Leading
  --------------------------------------------------------------*/
  .leading {
    position: relative;
    display: block;
    padding: 60px 0 60px;
    z-index: 1;
  }
  
  .leading-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color2, #3c3531);
    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(--color2, #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(--color1, #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(--color1, #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: var(--ambed-white, #ffffff);
    font-weight: 900;
    line-height: 60px;
    margin-top: 28px;
  }
  
  .leading__right {
    position: relative;
    display: block;
    z-index: 3;
  }
  
  .leading__points {
    position: relative;
    display: block;
  }
  
  .leading__points li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(var(--color2-rgb, 60, 53, 49), 0.3);
    padding: 15px 30px;
  }
  
  .leading__points li:nth-child(2) {
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
  }
  
  .leading__points li:nth-child(4) {
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
  }
  
  .leading__points li .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .leading__points li .icon span {
    font-size: 20px;
    color: var(--color1, #a47c68);
  }
  
  .leading__points li .text {
    margin-left: 20px;
  }
  
  .leading__points li .text p {
    font-size: 18px;
    color: var(--ambed-white, #ffffff);
  }
  
  /*--------------------------------------------------------------
  # Blog Two
  --------------------------------------------------------------*/
  .blog-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: var(--ambed-primary, #f2eeeb);
    z-index: 1;
  }
  
  .blog-two:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--ambed-white, #ffffff);
    height: 285px;
    z-index: -1;
  }
  
  .blog-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--ambed-primary, #f2eeeb);
    height: 578px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: luminosity;
    opacity: .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(--color1, #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(--color2, #3c3531);
  }
  
  .cta-one__btn:after {
    background-color: var(--color2, #3c3531);
  }
  
  /*--------------------------------------------------------------
  # Feature Three
  --------------------------------------------------------------*/
  .feature-three {
    position: relative;
    display: block;
    background-color: var(--color2, #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(--color1, #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(--color2, #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(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .feature-three__top-icon-list li:hover .feature-three__top-title a {
    color: var(--color1, #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(--color2, #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(--color1, #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: var(--ambed-primary, #f2eeeb);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 8px;
    left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .why-choose-one__points li:hover .icon {
    background-color: var(--color2, #3c3531);
  }
  
  .why-choose-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--color1, #a47c68);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .why-choose-one__points li:hover .icon span {
    color: var(--ambed-white, #ffffff);
  }
  
  .why-choose-one__points li .text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 13px;
  }
  
  /*--------------------------------------------------------------
  # Services Three
  --------------------------------------------------------------*/
  .services-three {
    padding: 120px 0 240px;
    margin-top: 0;
    z-index: 1;
  }
  
  .services-three-bg-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 580px;
    background-color: var(--ambed-primary, #f2eeeb);
    z-index: 1;
  }
  
  .services-three-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    mix-blend-mode: luminosity;
    opacity: .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: var(--color2, #3c3531);
    padding: 57px 60px 57px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  
  .more-services-two__img-box {
    position: relative;
    display: block;
  }
  
  .more-services-two__img {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--color2, #3c3531);
    border: 2px solid var(--color1, #a47c68);
  }
  
  .more-services-two__img img {
    border-radius: 50%;
    mix-blend-mode: luminosity;
    opacity: .30;
  }
  
  .more-services-two__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .more-services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: var(--ambed-white, #ffffff);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  .more-services-two__single:hover .more-services-two__icon span {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  
  .more-services-two__content {
    margin-left: 45px;
  }
  
  .more-services-two__sub-title {
    font-size: 16px;
    color: #c1b8b3;
  }
  
  .more-services-two__title {
    font-size: 30px;
    color: var(--ambed-white, #ffffff);
    font-weight: 700;
    margin-top: 13px;
    line-height: 36px;
  }
  
  .more-services-two__single-two {
    background-color: var(--color1, #a47c68);
  }
  
  .more-services-two__single-two .more-services-two__img {
    border: 2px solid var(--ambed-white, #ffffff);
  }
  
  .more-services-two__single-two .more-services-two__sub-title {
    color: #f0d9cd;
  }
  
  /*--------------------------------------------------------------
  # Project Three
  --------------------------------------------------------------*/
  .project-three {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  .project-three__top {
    position: relative;
    display: block;
    margin-bottom: 70px;
  }
  
  .project-three__top-left {
    position: relative;
    display: block;
  }
  
  .project-three__top-left .section-title {
    margin-bottom: 0;
  }
  
  .project-three__top-left .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  
  .project-three__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
  }
  
  .project-three__top-text {
    margin-top: 18px;
  }
  
  .project-three__bottom {
    position: relative;
    display: block;
  }
  
  .project-three__container {
    position: relative;
    display: block;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .project-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .project-three__img-box {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .project-three__img-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    left: 60px;
    background-color: var(--color1, #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(--color1, #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(--color2-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(--color1, #a47c68);
  }
  
  .project-three__sub-title {
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    opacity: .4;
  }
  
  /*--------------------------------------------------------------
  # Counter Two
  --------------------------------------------------------------*/
  .couonter-one {
    position: relative;
    display: block;
    padding: 72px 0 43px;
    background-color: var(--color2, #3c3531);
    z-index: 1;
  }
  
  .counter-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: .15;
    z-index: -1;
  }
  
  .couonter-one__list {
    position: relative;
    display: block;
  }
  
  .couonter-one__single {
    position: relative;
    float: left;
    margin-bottom: 30px;
  }
  
  .couonter-one__single + .couonter-one__single {
    margin-left: 80px;
  }
  
  .couonter-one__content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .couonter-one__icon-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .couonter-one__icon-box span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--color1, #a47c68);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
  }
  
  .couonter-one__single:hover .couonter-one__icon-box span {
    -webkit-transform: scale(0.9) rotateY(360deg);
    transform: scale(0.9) rotateY(360deg);
    color: var(--ambed-white, #ffffff);
  }
  
  .couonter-one__count-box {
    margin-left: 20px;
    position: relative;
    top: -4px;
  }
  
  .couonter-one__count-box-inner {
    position: relative;
    display: block;
  }
  
  .couonter-one__count-box-inner h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 55px !important;
    font-family: var(--ambed-font, "Rubik", sans-serif) !important;
    color: var(--ambed-white, #ffffff);
  }
  
  .couonter-one__text {
    font-size: 16px;
    line-height: 16px;
    color: #c1b8b3;
  }
  
  .couonter-one .odometer-formatting-mark {
    display: none;
  }
  
  /*--------------------------------------------------------------
  # Testimonial Two
  --------------------------------------------------------------*/
  .testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0 170px;
    background-color: var(--ambed-primary, #f2eeeb);
    z-index: 1;
  }
  
  .testimonial-two-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: .15;
    z-index: -1;
  }
  
  .testimonial-two .section-title {
    margin-bottom: 109px;
  }
  
  .testimonial-two__inner {
    position: relative;
    display: block;
  }
  
  .testimonial-two__inner .testimonial-one__carousel.owl-carousel .owl-dots {
    left: 0;
    bottom: -50px;
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 1);
  }
  
  /*--------------------------------------------------------------
  # 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(--color2, #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(--color2, #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(--color2, #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(--color1, #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(--color2, #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(--color1, #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(--color1, #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: 144px 0 118px;
    z-index: 1;
    margin-top: -35px;
  }
  
  .page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  
  .page-header-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--color2-rgb, 60, 53, 49), 0.6);
  }
  
  .page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
  }
  
  .page-header__inner h1 {
    font-size: 40px;
    color: var(--ambed-white, #ffffff);
    font-weight: 900;
    line-height: 50px;
    margin-top: 10px;
  }
  
  .thm-breadcrumb {
    position: relative;
    display: block;
  }
  
  .thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: white;
    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(--color1, #a47c68);
  }
  
  .blog-sibebar__meta li a i {
    color: var(--color1, #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(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-sidebar__title a:hover {
    color: var(--color1, #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(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-sidebar__delivering-services-title a:hover {
    color: var(--color1, #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(--color1, #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(--color1, #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;
    }
  }
  
  .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(--color1, #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(--color1, #a47c68);
    font-size: 15px;
    padding-right: 1px;
  }
  
  .sidebar__post-content h3 a {
    color: var(--color2, #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(--color2, #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(--color2, #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(--color1, #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(--color1, #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(--color1, #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(--color2, #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(--color1, #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(--color2, #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(--color1, #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(--color2, #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(--color1, #a47c68);
  }
  
  .blog-details__meta li a i {
    color: var(--color1, #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(--color2, #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(--color1, #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(--color2, #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(--color2, #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(--color1, #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(--color2, #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(--color1, #a47c68);
    color: var(--ambed-white, #ffffff);
  }
  
  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
  .comment-one__title,
  .comment-form__title {
    margin: 0;
    color: var(--color2, #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(--color2, #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: block;
    margin-bottom: 20px;
  }
  
  .comment-form__input-box input[type="text"], .comment-form__input-box input[type="email"], .comment-form__input-box input[type="number"],.comment-form__input-box select.form-control {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--ambed-primary, #f2eeeb);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--ambed-gray, #8b827d);
    display: block;
  }
  
  .comment-form__input-box textarea {
    font-size: 14px;
    color: var(--ambed-gray, #8b827d);
    height: 188px;
    width: 100%;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 18px 30px 30px;
    border: none;
    border-radius: 0px;
    outline: none;
    margin-bottom: 0px;
  }
  
  .comment-form__btn {
    border: none;
  }
  
  .comment-form__input-box.text-message-box {
    height: 188px;
  }
  
  /*--------------------------------------------------------------
  # Services Page
  --------------------------------------------------------------*/
  .services-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  .services-page--carousel {
    padding-bottom: 120px;
  }
  
  /*--------------------------------------------------------------
  # Services Details
  --------------------------------------------------------------*/
  .service-details {
    position: relative;
    display: block;
    padding: 60px 0 60px;
  }
  
  .service-details__left {
    position: relative;
    display: block;
  }
  
  .service-details__category {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 30px 30px 30px;
  }
  
  .service-details__category-list {
    position: relative;
    display: block;
  }
  
  .service-details__category-list li + li {
    margin-top: 10px;
  }
  
  .service-details__category-list li a {
    color: var(--ambed-gray, #8b827d);
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 8px 30px 4px;
    background-color: var(--ambed-white, #ffffff);
  }
  
  .service-details__category-list li a:hover {
    background-color: var(--color1, #a47c68);
    color: var(--ambed-white, #ffffff);
  }
  
  .service-details__category-list li.active a {
    background-color: var(--color1, #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: 50px 50px 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
    background-color: var(--color1, #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(--color1, #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(--color2, #3c3531);
  }
  
  .service-details__need-help-icon span {
    font-size: 30px;
    color: var(--color1, #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(--color2, #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(--color1, #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: 75px;
  }
  
  .service-details__content-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 18px;
  }
  
  .service-details__text-1 {
    font-size: 18px;
    line-height: 34px;
  }
  
  .service-details__text-2 {
    font-size: 18px;
    line-height: 34px;
    padding-top: 33px;
    padding-bottom: 33px;
  }
  
  .service-details__text-3 {
    font-size: 18px;
    line-height: 34px;
  }
  
  .service-details__points-two {
    position: relative;
    display: block;
  }
  
  .service-details__points-two-single {
    position: relative;
    display: block;
    margin-bottom: 50px;
  }
  
  .service-details__points-two-content {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 34px 40px 33px;
  }
  
  .service-details__points-two-icon {
    height: 74px;
    width: 74px;
    background-color: var(--color1, #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(--color2, #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(--color1, #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(--color1, #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(--color1, #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(--color2, #3c3531);
    font-weight: 500;
    line-height: 30px;
  }
  
  /*--------------------------------------------------------------
  # Project Page
  --------------------------------------------------------------*/
  .projects-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  .projects-page--carousel {
    padding-bottom: 120px;
  }
  
  /*--------------------------------------------------------------
  # Project Details
  --------------------------------------------------------------*/
  .project-details {
    position: relative;
    display: block;
    padding: 120px 0 0;
  }
  
  .project-details__img-box {
    position: relative;
    display: block;
  }
  
  .project-details__img {
    position: relative;
    display: block;
  }
  
  .project-details__img img {
    width: 100%;
  }
  
  .project-details__details-box {
    position: relative;
    display: block;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: -70px;
  }
  
  .project-details__details-box:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: var(--color1, #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(--color1, #a47c68);
  }
  
  .project-details__details-name {
    font-weight: 500;
    color: var(--color2, #3c3531);
    line-height: 30px;
    font-size: 16px;
  }
  
  .project-details__details-name a {
    color: var(--color2, #3c3531);
  }
  
  .project-details__details-share {
    font-weight: 500;
    color: var(--color2, #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(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .project-details__social a:hover {
    color: var(--color1, #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(--color1, #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(--color2, #3c3531);
    letter-spacing: 0.04em;
  }
  
  .project-details__progress-content h3 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--color2, #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(--color1, #a47c68);
    border: 1px solid var(--color1, #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(--color2, #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(--color2, #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(--color1, #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(--color2, #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: 60px 0 60px;
  }
  
  .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(--color1, #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(--color1, #a47c68);
  }
  
  .about-two__points li .text {
    margin-left: 10px;
  }
  
  .about-two__points li .text p {
    font-size: 18px;
    color: var(--color2, #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: 60px 0;
  }
  
  /*--------------------------------------------------------------
  # Team page
  --------------------------------------------------------------*/
  .team-page {
    padding: 60px 0 60px;
  }
  
  .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(--color1, #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(--color2, #3c3531);
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .team-details__social a:hover {
    background-color: var(--color1, #a47c68);
    color: var(--ambed-white, #ffffff);
  }
  
  .team-details__social a + a {
    margin-left: 10px;
  }
  
  .team-details__top-text-1 {
    font-size: 30px;
    color: var(--color1, #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(--color2, #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(--color1, #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: 60px 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(--color2-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(--color1, #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(--color2, #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(--color1, #a47c68);
  }
  
  .error-page__tagline {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 12px;
    font-weight: 400;
    color: var(--color2, #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(--color2, #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: 60px 0 60px;
  }
  
  .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(--color1, #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(--color2, #3c3531);
    font-weight: 500;
  }
  
  .contact-page__details-list li p a {
    color: var(--color2, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .contact-page__details-list li p a:hover {
    color: var(--color1, #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(--color2, #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(--color1, #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;
  }
  
  
  
  /*--------------------------------------------------------------
  # 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(--color2, #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(--color2, #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 {
    
  
    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);
    padding: 7px;
  }
  
  .main-menu-two__logo .dark-logo {
    display: none;
  }
  
  .main-menu-two__logo .light-logo {
    display: block;
  }
  
  .main-menu-two__logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .main-menu-three__logo .dark-logo {
    display: none;
  }
  
  .main-menu-three__logo .light-logo {
    display: block;
  }
  
  .main-menu-three__logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  /*--------------------------------------------------------------
  # Owl Styles
  --------------------------------------------------------------*/
  .owl-with-shadow .owl-stage-outer {
    overflow: visible;
  }
  
  .owl-with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  }
  
  .owl-with-shadow .owl-item.active {
    opacity: 1;
    visibility: visible;
  }
  
  .owl-dot-one .owl-dots {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .owl-dot-one .owl-dots .owl-dot {
    margin: 0 5px;
  }
  
  .owl-dot-one .owl-dots .owl-dot span {
    margin: 0;
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--ambed-bdr-color, #e2ddda);
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .owl-dot-one .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: var(--color2, #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;
    }
  }
  
  .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(--color2, #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 */
  .service-details-area{
  
  height:auto;
  width:auto;
  
  }
  
  .home__bottomcities{
      padding:60px 0;
  
      border:solid 2px transparent;
  
  
  }
  
  .image-layer{
  min-height:250px; 
  background-size:cover;
  background-position:center;
  }
  
  
  .bottom__cities{
    
      padding:60px 0;
  }
  
  .phone__fontsize{
      font-size:16px;
      
  }
  
  .font__size{
      font-size:18px;
  }
  
  .hero__bg{
      height:500px;
      background-image:url("/assets/images/backgrounds/main-slider-1-2.jpg");
      background-size:cover;
      background-position:center;
      background-repeat:no-repeat;
      object-fit:cover;
      
      
  }
  .hero__text{
      font-size:16px;
      font-weight:normal;
      margin-top:10px;
  }
  label.error{
      color:red !important;
      
  }
  
  .bottom__citites_section {
      padding:60px 0px;
  }
  
  .color__white{
      color:white;
      font-weight:500;
  }
  .shr__styling1{
         border: solid 2px var(--color1);
      padding: 10px;
      background-color: var(--color1);
      border-radius: 0px;
  }
  .shr__styling1 h3{
      color:white !important;
      font-size: 22px;
  }
  .shr__sidebar_style{
      padding:20px;
  }
  button.thm-btn.comment-form__btn.c__margintop {
      margin-top: 30px;
  }
  .text-style{
      line-height: 25px;
  }
  .shr__mainsidebar__style{
      border-radius:10px;
      border:solid 1px var(--color1);
      overflow: hidden;
  }
  .shr__margintop{
      margin-top:15px ;
  }
  .form-group{
      margin-bottom:10px !important;
  }
  .shr__infomargin{
      margin-top:10px;
  }
  
  .shr__message_margintop{
      margin-top:10px !important;
  }
  
  address{
      margin:0;
  }
  section.bottom__citites_section h3 {
      text-align: center;
      margin: 10px 0;
  }
  .sidebar-wrapper button.btn.btn-primary.style3 {
      padding: 5px 12px;
      margin-top: 10px;
  }
  .sidebar-search-box {
      padding: 16px;
  }
  .sidebar-search-box {
      padding: 16px;
  }
  
  .footer__color{
      color:white;
  }
  
  a.footer__color {
      color: white !important;
  }
  a.footer__color:hover {
      color: var(--color2) !important;
  }
  .greenhover:hover{
      color: var(--color2) !important;
  }
  .footer__color{
      color:white !important;
  }
  
  .breadcumb-area {text-align: center;padding: 50px 0 20px;}
  
  section.error-page-area.error__padding {padding: 00px 0px 50px;}
  
  
  .color__black{
      color:var(--ambed-black);
  }
  .text-white:hover{
      color:white !important;
  }
  
  
  
  /*GALLERY CSS START*/
  
  section.gallery-sec.sectionpadding {
      padding: 80px 15px;
      background-color: #f2eeeb;
  }
  
  .gallery-head {
      padding-bottom: 25px;
      max-width: 1000px;
      margin: auto;
  }
  
  .gallery-head h2 {
      padding-bottom: 10px;
  }
  
  .gallery-inner img {
      width: 100%;
  }
  
  .gallery-inner {
      text-align: center;
      box-shadow: 0px 0px 60px 0px rgb(155 155 155 / 38%);
      transition: 0.3s ease-in-out;
      margin-bottom: 30px;
  }
  
  .gallery-inner a {
      padding: 10px;
      background-color: #fff;
      display: block;
      font-size: 18px;
      color: #444;
      font-weight: 500;
      transition: 0.3s ease-in-out;
  }
  
  .gallery-inner:hover {
      transform: translateY(-10px);
      box-shadow: none;
  }
  
  .gallery-inner:hover a {
      background-color: var(--color2);
      color: #fff;
  }
  
  
  
  
  
  /*GALLERY CSS END*/
  
  
  .footer-widgets {
      background-color: var(--color1);
      border: 1px solid white;
      padding: 0px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white !important;
      font-size: 20px;
      border-radius: 0px 20px;
  }
               .footer-widgets address{
                  margin-bottom: 0px;
                  font-size:17px;
               }
               
               .footer-widgets a{
                 
                 color:white !important;
                 font-size: 17pxpx;
               }
               
               .footer-widgets .text{
                   margin-left:20px !important;
               }
               
               .icon span{
                   font-size:30px;
               }
               
                  .icon-location:before {
      content: "\e901";
      font-size: 44px !important;
  }
  .wikibox img{
      max-width:100%;
  }
  
      
      @media (min-width: 300px )and (max-width: 575px) { 
          
          .fixed{
      position: fixed;
      top:0; left:0;
      width: 100%; }
      
     .fixedd {
      position: fixed;
      top: 39;
      left: 0;
      width: 100%;
      padding-top: 33px;
      margin-top: -40px;
      padding-left: 0px;
      padding-right: 0px;
  }
      }
      
      
           
            @media (min-width: 580px) and (max-width: 768.98px) { 
          
          .fixed {
      position: fixed;
      top:0; left:0;
      width: 100%;
      
                  z-index: 999;
          }
      
      .fixedd {
      position: fixed;
      top:-36px; left:0;
      right:0;
      width: 100%;
      margin-top:34px;
      background: #fff;
      /*margin-left: 26px;*/
      
         
     
      }
      }   
  
   @media (min-width: 800px) and  (max-width: 1026px) { 
          
          .fixed {
      position: fixed;
      top:0; left:0;
      width: 100%; }
      
      .fixedd {
      position: fixed;
      top:-40px; left:0;
      width: 100%;
     margin-top: 39px;
          background: #f8f6f5;
          /*margin-left:27px;*/
          z-index:50000;
      }
      
      }   
      
      .mobile-icon {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 180px;
      right: 50px;
      background-color: #6be24a;
      color: #FFF;
      border-radius: 50px;
      border: 4px solid #fff;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px #999;
      z-index: 100;
      line-height: 56px;
  }
  
  @media (min-width: 992px){
      .new-brunswick .suggestion.bg-color .col-md-6:first-child {
    width: 60%;
}
.new-brunswick .suggestion.bg-color .col-md-6:last-child {
    width: 40%;
}
  #usa-map {
      height: 700px;
  }
  }
  
 
  
  #usa-map svg {
      width: 100%;
      background-color: #fff;
      border: 1px solid #e3e3e3;
      border-radius: 3px;
      padding: 30px 25px;
  }
  
  .ul3{
        column-count: 4!important;
    margin-top: 19px;
    margin-bottom: 19px;
    list-style: none;
  }
  .ul3 li a {
    position: relative;
    padding-left: 13px;
    overflow: hidden;
}

.ul3 li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: var(--color2);
    font-weight: 900;
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ul3 li {
    position: relative;
    margin-bottom: 14px;
    line-height: 20px;
}
.ul3 li a:hover {
    color: var(--color2);
}
  @media (max-width: 767px){
  .ul3{
      column-count: 2!important;
      margin-top: 19px;
      margin-bottom: 19px;
  }
  .main-header__logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      float: none;
  }
  
  }
  
  .city-names h3{
      color: white !important;
      margin: 0;
      background:#2859a4!important;
      text-align: center;
      padding: 5px;
      
  }
  
  @media only screen and (max-width: 575px) { 
      .site-footer__bottom-links ul {
    display: unset !important;
    padding: 15px 0 !important;
     text-align: center;
     text-wrap: nowrap; 
}
.fl_img {
    float: unset !important;
}
      
  #usa-map svg {
     
      padding: 0;
  }
  }
  @media only screen and (max-width: 768.98px) { 
      
  #usa-map svg {
      padding: 0;
  }
      }
  .sidebar-search-box .wikibox h3 {
      display: none;
  }
  span.site-footer__bottom-text a:hover {
      color:var(--color2) ;
  }
  span.site-footer__bottom-text a {
      color: white;
      
  }
 .brd {
    color: #fff;
    /*background: var(--color2);*/
} 
      @media (min-width: 300px) and (max-width: 575px) { 
          
          .logo-sticky {
      position: fixed;
      top:0; left:0;
      width: 100%; }
      
      .menu-sticky {
      position: fixed;
      /*top:52px; left:0;*/
      width: 100%;
         top: 86px;
         background: white;
         left:0;
         
      }
      }
     @media (min-width: 580px) and  (max-width: 768px) { 
          
          .logo-sticky {
      position: fixed;
      top:0; left:0;
      width: 100%; 
              
          }
      
      .menu-sticky {
      position: fixed;
      top:86px; left:23px;
      width: 100%;
         margin-top: 36px;
         background:white;
         
      }
      }
      
      @media (min-width: 800px) and  (max-width: 1026px) { 
          
          
          .logo-sticky {
      position: fixed;
      top:0; left:0;
      width: 100%; }
      
      .menu-sticky {
      position: fixed;
      top:81px;
      left:32px;
      width: 100%;
         margin-top: 25px;
         z-index: 99999;
         background: white;
         
         
      }
      }   
       
       @media (max-width: 767px){
  .main-header__logo {
      float: none;
      text-align: center;
      display: flex;
      justify-content: center;
      background: #f8f6f5;
  }
  .main-header {
      position: fixed;
  }
  .phonee{
      margin-top:29px;
  }
  }
  
  @media  (min-width:580px) and (max-width: 769px){
  .main-header__logo {
      float: none;
      text-align: center;
      display: flex;
      justify-content: center;
      background: #fff;
      margin-left: -437px;
      /*padding: 10px;*/
  }
  
  .phonee{
      margin-top:29px;
  }
  }
  
  @media  (min-width:770px) and (max-width: 1024px){
 
  .phonee{
      margin-top:29px;
  }
  }
  
   @media (min-width: 300px) and (max-width: 575px) { 
          
          .mobile-nav__content {
      width: 300px;
      background-color: var(--color2, #3c3531);
      z-index: 10;
      position: relative;
      height: 100%;
      overflow-y: auto;
      padding-top: 27px !important;
      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;
     margin-top: 167px !important;
  }
      }
      
     @media  (min-width:580px) and (max-width: 769px) { 
          
          .mobile-nav__content {
      width: 300px;
      background-color: var(--color2, #3c3531);
      z-index: 10;
      position: relative;
      height: 100%;
      overflow-y: auto;
      padding-top: 27px !important;
      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;
      margin-top: 193px !important;
  }
      }
      
      @media  (min-width:800px) and (max-width: 1026px) { 
          
          .mobile-nav__content {
      width: 300px;
      background-color: var(--color2, #3c3531);
      z-index: 10;
      position: relative;
      height: 100%;
      overflow-y: auto;
      padding-top: 27px !important;
      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;
      margin-top: 177px !important;
  }
      }
      
      
       @media (min-width: 300px) and (max-width: 575px) { 
      .testimonial-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -21px !important;
    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);
  }
  }
  
  
   @media (min-width: 300px) and (max-width: 575px) { 
  .hm2-project-section .right-column .hm2-gallery-block:first-child {
      position: absolute;
      right: -42px;
      top: 70px;
      z-index: 1;
  }
  }
   @media (min-width: 580px) and (max-width: 768px) { 
  .hm2-project-section .right-column .hm2-gallery-block:first-child {
      position: absolute;
      right: -51px;
      top: 70px;
      z-index: 1;
  }
  .main-slider{
     
      top: 9px;
      z-index: 1;
  }
  }
  
   @media (min-width: 300px) and (max-width: 575px) {
  .main-header__logo .dark-logo {
      display: block;
  }
  .hm2-project-section .left-column .inner-column {
      position: relative;
      text-align: center;
      margin-right: 20px;
  }
    .hm2-project-section .center-column .inner-column {
      position: relative;
      text-align: center;
       padding-left: 0 !important; 
  }
  .hm2-project-section .right-column .inner-column {
      position: relative;
      margin-left: 26px;
  }
  .main-header__top {
      position: relative;
      display: block;
      background-color: var(--ambed-white, #ffffff);
       padding-bottom: 0!important; 
      margin-bottom: 0 !important;
  }
  .phonee-btn{
     margin-right:906px !important;
     display:block!important;
     width:175px;
    margin-top: 5px; 
    
  }
  
  
  
  }
  @media  (min-width:800px) and (max-width: 1026px) { 
  .main-slider {
      position: relative;
      display: block;
      top: 21px;
      margin-bottom: -35px;
      z-index: 91;
  }
  }
  
  
  @media (max-width: 1026px){
      .menu-sticky {
      position: fixed;
      top: 83px;
      left: 0;
      right: 0;
      width: 100%;
      margin-top: 20px;
      z-index: 99999;
      background: var(--color2);
  }
  .fixedd {
      position: fixed;
      /* top: -40px; */
      left: 0;
      right: 264px;
      max-width: 100%!important;
      /* margin-top: 39px; */
      background: #f8f6f5;
      /* margin-left: 27px; */
      z-index: 50000;
  }
  .container.main-head.stick{
      max-width: 100%!important;
  }
  .main-menu__search-btn-box a.thm-btn.main-menu__btn.phone__fontsize {
      background-color: #fff;
      color: var(--color1);
  }
  }
  .services-one__img img {
      width: 100%;
  }
  .services-one__icon img {
      width: auto;
  }
  
  
  /*the cupon css is start from here*/
  section.sec-bk {
    padding: 60px 0px 60px 0px;
    background-color: #eee;
  }
  
  .tb-info {
 
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 260px;
  text-align: center;
  border-radius: 10px;
      display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tb-info > h2 {
    color: var(--color2);
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 9px;
    padding: 8px 35px 25px;
  }
  .validity {
    background-image: linear-gradient(180deg, var(--color2) 0%, var(--color1) 82%);
    padding: 25px 15px;
    color: #fff;
  }
  .validity h5 {
  font-weight: bold;
  font-size: 18px;
  color:#fff;
  }
  .sec-title.serv {
      margin-bottom: 35px;
  }
  /*the cupon css is start end here*/
  
  section.testimonials-page {
      background-color: var(--color2);
  }
   .accordion_head {
              background-color: var(--color2);
              color: white;
              cursor: pointer;
             
              font-size: 14px;
              margin: 0 0 1px 0;
              padding: 7px 11px;
              font-weight: bold;
          }
          .accordion_head {
      font-size: 17px;
  }
  
  .accordion_body {
      background: #eee;
      color: #000;
  }
  
          .accordion_body p {
              padding: 18px 5px;
              margin: 0px;
          }
  
          .plusminus {
              float: right;
          }
  .faq-box h4 {
      text-align: center;
      margin-bottom: 16px;
      font-size: 28px;
  }
  .faq-box {
      padding-top: 36px;
  }
  .content {
      text-align: center;
  }
  .cont-sec strong {
      color: #000;
  }
  .cont-sec p a {
     color: var(--color1);
  }
  section.service-details p strong {
      color: #000;
  }
  section.service-details p a strong {
      color: var(--color1);
  }
  section.service-details p a strong:hover{
      color: var(--color2);
  }
  /*gallty*/
  .gellary-box {
      display: grid;
      grid-template-columns: auto auto auto auto;
      column-gap: 26px;
      row-gap: 26px;
  }
  .img-div{
      box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 10px;
     
  }
  .gellary-box img {
      width: 100%;
      border-radius: 4px;
      cursor: pointer;
        box-shadow: width:100%;height:100%;box-shadow: 0 0 5px #aaa inset;
    border-radius: 10px;
     
  }
  section.gallery-section {
      padding: 60px 0px;
      background-color: #f2eeeb;
  }
  .gellary-box img:hover{
      box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
      
  }.galler-content h4 {
      text-align: center;
      font-size: 40px;
      font-size: 700;
      font-weight: 700;
      margin-bottom: 36px;
  }
  .header-top-bar {
      text-align: center;
      background-color: var(--color1);
      color: #fff;
      position: sticky;
      top: 0;
  }
  .content h5 {
      font-size: 16px;
  }
  .top-bap {
      display: none;
  }
  
  
  section.block-systems {
      background-color: #eee;
      padding: 60px 0 30px;
  }
  section.block-systems .col-md-4 {
      margin: 0 auto;
  }
  .field-item.odd {
      margin-bottom: 30px;
  }
  .primary-single-item {
      position: relative;
      border-radius: 7px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
      box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
      text-align: center;
  }
  .primary-single-item .faded-box:after {
      position: absolute;
      right: 20px;
      bottom: 0;
      left: 20px;
      display: block;
      width: 70%;
      height: 10px;
      margin: 0 auto;
      content: "";
      background: var(--color2);
      z-index: 9;
  }
  .front-primary-content {
      height: 100%;
      text-align: center;
      -ms-transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
      -webkit-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d;
      z-index: 2;
      background: #fff;
      padding: 100px 0;
      position: relative;
      transition: 0.5s;
      border-radius: 6px;
  }
  .primary-single-item:hover .front-primary-content {
      -ms-transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
      transition: 0.5s;
      z-index: 1;
  }
  .front-primary-content .front-img {
      margin-bottom: 5px;
  }
  .front-primary-content .front-img img {
      width: 95px;
      height: auto;
  }
   

  .primary-single-item h2 {
      font-size: 25px;
      margin: 0;
      min-height: 60px;
  }
  .front-primary h2 {
    
    color: #fff !important;
}
 .front-primary p {
    
    color: #fff !important;
    margin-bottom:30px;
}
  .iconholder-yukon {
    position: absolute;
    width: 80px !important;
    left: 0px;
    top: 0px;
}
.tertiary .iconholder-yukon {
    background: #95959595;
    position: relative;
    overflow: hidden;
    padding: 15px 13px;
    border-radius: 5px 0 0 5px;
    min-height: 90px;
    align-items: center;
    display: flex;
    z-index: 1;
}
.tertiary:hover a {
    color: #fff;
}
.tertiary:hover {
    background-color: var(--color2);
}
  .front-primary-links {
      background: var(--color2);
      position: absolute;
      overflow: hidden;
      padding: 20px;
      width: 100%;
      top: 0;
      height: 100%;
      z-index: 1;
      text-align: center;
      transform: rotateY(180deg);
      transform-style: preserve-3d;
      align-items: center;
      display: grid;
      transition: 0.5s;
      border-radius: 7px;
  }
  .primary-single-item:hover .front-primary-links {
      transform: rotateY(0deg);
      z-index: 2;
      transition: 0.5s;
  }
  .front-primary-links a {
    color: #000;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    padding: 15px;
}
  .front-primary-links a.show-more {
      color: var(--color1);
      font-weight: bold;
  }
  .node {
      background-color: var(--color2);
      padding: 30px 0;
      position: relative;
      background-size: cover !important;
      background-repeat: no-repeat !important;
  }
  
  .paralex{
      overflow:hidden;
  }
  .paralex:before {
      background: var(--color2);
      opacity:0.74;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
  }
  .paralex .container{
      position:relative;
      z-index:99;
  }
  .paralex{
      text-align:center;
      color: #fff;
  }
  .paralex a {
      color: #fff;
      background: var(--color1);
      padding: 9px;
      margin: 10px auto;
      display: block;
      width: 150px;
      border-radius: 5px;
  }
  .paralex h2{
      color:#fff;
  }
  .paralex p a{
      color:var(--color1);
      font-weight:bold;
      background: transparent;
      padding: 0;
      margin: 0 auto;
      display: inline-block;
      width: unset;
      border-radius: 0;
  }
  .site-alert-wrapper .alert-content {
      position: relative;
      padding-left: 45px;
      color: #fff;
  }
  .alert-content>i {
      font-size: 38px;
      top: 4px;
      left: -20px;
      position: absolute;
  }
  .site-alert-wrapper .alert-title {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 0.5em;
  }
  .site-alert-wrapper h2{
      color: #fff;
      margin-bottom: 10px;
  }
  .site-alert-wrapper p{
      color: #fff;
      margin-bottom: 10px;
  }
  .site-alert-wrapper a{
      color: var(--color1);
  }
  section.tertiary-items {
      position: relative;
      overflow: hidden;
      padding: 60px 0 50px;
      background: #eee !important;
  }
  
  .tertiary {
      box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
      border-radius: 6px;
      margin-bottom: 30px;
      display: flex;
      align-items: center;
      min-height: 90px;
      background-color: #fff;
      transition: 0.5s;
      position: relative;
      overflow: hidden;
  }
  .tertiary .iconholder {
      background: var(--color2);
      position: relative;
      overflow: hidden;
      padding: 15px;
      border-radius: 5px 0 0 5px;
      min-height: 90px;
      align-items: center;
      display: flex;
      z-index: 9;
  }
  
  .tertiary .iconholder img {
      width: 55px;
  }
  .yuton-link a:hover{
      color:#fff;
  }
  .tertiary-link a {
      color: #000;
      padding: 10px;
      font-size: 18px;
      display: block;
      transition: 0.5s;
      z-index: 1;
      position: relative;
  }
  .tertiary:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      content: "";
      transition: 0.5s;
      opacity: 1;
      transform-origin: right;
      transform-style: preserve-3d;
      transform: scaleX(0);
      color: #000 !important;
      z-index: -1;
  }
  
  .tertiary:hover:after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      z-index: 1;
      transition: 0.5s;
  }
  .tertiary:hover .tertiary-link a {
      
      transition: 0.5s;
      z-index: 1;
  }
  .alberta-services {
      display: flex;
      align-items: center;
      text-decoration: underline;
      line-height: 28px;
      margin-bottom: 12px;
      transition: 0.5s;
  }
  .alberta-services:hover a{
      color:var(--color1);
      transition: 0.5s;
  }
  /*health-categories*/
  section.health-categories {
      position: relative;
      overflow: hidden;
      padding: 120px 0 90px;
      background: #eee;
  }
  .single-health-cat {
      box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
      padding: 15px;
      background: #fff;
      border-radius: 7px;
      margin-bottom: 30px;
      position: relative;
      min-height: 205px;
  }
  .back-health-cat {
      position: absolute;
      transform: scale(0);
      transition: 0.5s;
      top: 0;
      right: 0;
      border: 0;
      left: 0;
      background: var(--color2);
      border-radius: 7px;
      height: 100%;
      display: flex;
      align-items: center;
      padding: 15px;
  }
  section.health-categories .col-md-3:nth-child(even) .back-health-cat{
      background: var(--color1);
  }
  .front-health-cat {
      display: block;
      text-align: center;
      padding: 20px 0;
      width: 100%;
  }
  .front-health-cat .health-cat-img {
      width: 110px;
      margin: 0 auto 15px;
  }
  .front-health-cat h2 {
      font-size: 20px;
      line-height: 28px;
      display: block;
      text-align: center;
      width: 100%;
  }
  .single-health-cat:hover .back-health-cat {
      transform: scale(1);
      transition: 0.5s;
  }
  .back-health-cat a {
      color: #fff;
      text-align: center;
      display: block;
      width: 100%;
  }
  .health-cat-detail {
      display: block;
      width: 100%;
  }
  
  /*End health-categories*/
  
  /*helth-care-stemp*/
  section.helth-care-stemp {
      background: var(--color2);
      padding: 40px;
  }
  section.helth-care-stemp img {
      width: 225px;
      margin: 0 auto;
  }
  .stemp {
      text-align: center;
  }
  /*End helth-care-stemp*/
  
  /*help-you*/
  section.help-you {
      position: relative;
      overflow: hidden;
      padding: 60px 0 30px;
      background: #eee;
  }
  section.help-you h2 {
      text-align: center;
      margin: 0 0 15px;
  }
  .quest_sec {
      box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
      background: #fff;
      border-radius: 7px;
      margin-bottom: 30px;
      position: relative;
      min-height:220px;
  }
  section.help-you .row {
      align-items: center;
  }
  section.help-you h3  {
      background: var(--color2);
      display: block;
      color: #fff;
      font-size: 22px;
      padding: 10px;
      border-radius: 7px 7px 0 0;
      transition: 0.5s;
          text-align: center;
  }
 .project-one .section-title.text-center {
    margin-bottom: 30px;
}
  section.help-you p {
    margin-bottom: 20px;
    color: #000;
    padding: 15px !important;
    text-align: center;
}
  .quest_sec:hover h3  {
      background: var(--color1);
      transition: 0.5s;
  }
  .chair-person-detail p a {
      color: var(--color1);
  }
  /*End help-you*/
  
  /*prog-services*/
  section.prog-services {
      position: relative;
      overflow: hidden;
      margin: 50px 0;
  }
  section.prog-services .row {
      align-items: center;
      background: var(--color1);
  }
  section.prog-services .col-md-6 {
      padding: 0;
  }
  .prog_head {
      text-align: center;
  }
  .prog_deatil {
      background: var(--color2);
      color: #fff;
      padding: 25px 25px;
  }
  .prog_head h2  {
      font-size: 24px;
      color: #fff;
      font-weight: bold;
  }
  section.suggestion.bg-color p {
    color: #000;
    font-size:19px;
}
  /*End prog-services*/
  
  /*intro-sec*/
  section.intro-sec {
      position: relative;
      overflow: hidden;
      padding: 30px 0;
      background: var(--color2);
  }
  
  section.intro-sec .row {
      display: flex;
      align-items: center;
  }
  
  .chairperson img {
      width: 100%;
      border-radius: 20px;
  }
  
  .chair-person-detail h3 {
      color: #fff;
      font-weight: normal;
      margin-bottom:15px;
  }
  /*End intro-sec*/
  
  /*latest-news*/
  section.latest-news {
      position: relative;
      overflow: hidden;
      padding: 60px 0 30px;
      background: #eee;
  }
  section.latest-news h2 {
      text-align: center;
      color: var(--color1);
      margin: 0 0 15px;
  }

  .single-news {
      box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
      background: #fff;
      border-radius: 7px;
      position: relative;
      padding: 15px;
      margin-bottom: 30px;
      transition: 0.5s;
      min-height: 545px;
  }
  .single-news ul a {
      margin: 0;
  }
  .single-news.news-thumbnail img {
      margin: 0;
      min-height: 206px;
  }
  .single-news img {
      margin: 0 0 18px;
  }
  .single-news a {
      color: var(--color2);
      font-size: 13px;
      margin: 0 0 10px;
      display: block;
      transition: 0.5s;
  }
  .single-news h3 a {
      font-size: 20px;
  }
  .single-news:hover {
      transform: scale(1.05);
      transition: 0.5s;
      background: var(--color2);
      color: #fff;
  }
  .single-news:hover a {
      color: #fff;
      transition: 0.5s;
  }
  /*End latest-news*/
  
  h2.custom-title {
      text-align: center;
      margin: 0 0 15px;
  }
  .bg-color{
      background:#eee;
  }
  .title-sec {
      text-align: center;
      margin: 0 0 20px;
      font-size: 27px;
      color: #000;
  }
  
  /* suggestion */
  section.suggestion {
      padding: 30px 0;
  }
  section.suggestion a {
      display: block;
      background: var(--color1);
      color: #fff;
      text-align: center;
      padding: 6px;
      transition:0.5s;
  }
  section.suggestion a:hover {
      background: var(--color2);
      transition:0.5s;
  }
  section.suggestion .row {
      align-items: center;
  }
  /*End suggestion */
  
  
  /* govt-nova */
  section.govt-nova {
      padding: 120px 0;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      position: relative;
      overflow: hidden;
      background-position: center !important;
  }
  .govt-text {
      display: inline-block;
      padding: 25px 20px 25px 0;
      background: #fff;
      position: relative;
      z-index: 99999;
  }
  .govt-text:before {
      content: '';
      height: 100%;
      background: #fff;
      width: 1000%;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0;
  }
  .govt-text h2 {
      z-index: 9999999;
      position: relative;
  }
  .govt-text p {
      z-index: 999;
      position: relative;
  }
  .govt-text:after {
      clip-path: polygon(0 0, 0% 100%, 100% 100%);
      position: absolute;
      content: '';
      right: -74px;
      background: #fff;
      z-index: 9999;
      height: 100%;
      top: 0;
      width: 75px;
  }
  /*End govt-nova */
  
  .dropdown ul {
      column-count: 3; 
  }
  
  .dropdown ul li {
      width: max-content;
  }
  .fl_img {
      float: right;
  }
  
  /* team-services */
  section.team-services {
      padding: 60px 0 30px;
  }
  section.team-services .single-news {
      text-align: center;
      background: var(--color1);
      padding: 30px 15px;
      min-height: 450px;
      color: #fff;
  }
  section.team-services img {
      border: 4px solid #fff;
      border-radius: 100%;
  }
  section.team-services .single-news ul a {
      color: #fff !important;
  }
  section.team-services .single-news ul {
      list-style: none;
      padding: 0;
  }
  section.team-services .single-news h3 a {
      background: linear-gradient(#ffffff,var(--color2));
      padding: 12px 10px;
      color: #fff;
      font-weight: bold;
      border-radius: 6px;
      box-shadow: 0 0 4px #c4c4c4;
      font-size: 16px;
  }
  /*End team-services */
  
  /*services-with-icons */
  section.services-with-icons {
      padding: 60px 0 30px;
  }
  section.services-with-icons .field-item {
      position: relative;
      margin-bottom: 30px;
  }
  section.services-with-icons .front-img {
      position: absolute;
      width: 60px;
      left: 0;
  }
  section.services-with-icons .front-primary {
      padding-left: 75px;
  }
  section.services-with-icons h2 {
      font-size: 20px;
      margin-bottom: 15px;
  }
  section.services-with-icons h2 a {
      color: #000;
  }
  section.services-with-icons a {
      display: block;
      color: var(--color2);
      transition: 0.5s;
  }
  section.services-with-icons .front-primary a.show-more {
      color: var(--color1);
      text-decoration: underline;
  }
  section.services-with-icons a:hover {
      text-decoration: underline;
      transition: 0.5s;
  }
  section.services-with-icons .front-primary a.show-more i.fa {
      margin-left: 2px;
      font-size: 12px;
      transition: 0.5s;
  }
  section.services-with-icons .front-primary a.show-more:hover i.fa {
      margin-left: 10px;
      transition: 0.5s;
  }
  /* End services-with-icons */
  
  
  /**********  ABOUT-US ************/
  section.about-us {
      padding: 60px 0;
      background: #f7f7f7;
  }
  ul.about-us--list {
      column-count: 2;
  }
  .about-us--about {
      text-align: center;
  }
  .about-us--best-quality {
      display: flex;
      align-items: center;
      padding: 20px;
      background: #fff;
      /*box-shadow: 0 0 10px #0000005c;*/
      border-radius: 15px;
  
  }
  .about-us--best-quality .icon-message {
      font-size: 60px;
      margin-right: 20px;
  }
  .about-us--image{
      display:flex;
      justify-content: center;
  }
  
  .about-us--title {
      font-size: 46px;
      
  }
  .about-us--subtitle span {
      color:var(--color2);
  }
  .about-us--subtitle{
      line-height: 2.4;
  }
  
  .about-us--content p {
      margin-block: 20px;
      color: #000;
  }
  .about-us--content ul {
      margin-bottom: 20px;
  }
  .about-us--btn {
      margin-block: 40px;
  }
  .about-us--btn a {
      background: var(--color2);
      color: #fff;
      padding: 15px;
      font-size: 18px;
      font-weight: 700;
      border-radius: 10px;
  }
  .about-us--btn a:hover {
      background: var(--color1);
      transition:200ms 200ms linear;
  }
  .about-us--list li {
      list-style: none;
      font-weight: 600;
      color: #000;
      line-height: 2.5;
      font-size: 17px;
  }
  ul.about-us--list {
      padding-left: 0px;
  }
  ul.about-us--list li:before {
      content: ">>";
      padding-right: 10px;
      font-weight: 700;
  }
  .best-quality--content p {
      margin: 10px 0 0;
  }
  .best-quality--icon .icon-message:before {
      content: "\e903";
  }
  .about-us--best-quality .icon-message:hover {
      color: var(--color2);
      transition: 400ms linear;
  }
  .page--margin {
      background:#fff;
      border-bottom: 3px solid var(--color1);
  }
  .boxed-wrapper .page-wrapper {
      background-color: #fff0 !important;
  }
  @media only screen and (max-width: 767px) {
      section.help-you, .quality-work, section.services-with-icons {
            padding: 40px 0 10px !important;
    }
    .project-one__right{
            margin-top: 10px !important;
    }
    .project-one {
    padding: 40px 0 10px;
}
    .northwest-territories section.node:after {
    content: "";
    position: absolute;
    background: var(--color2);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: .65;
}
    .overflow-img {
    right: 0;
}
.new-brunswick .intro-new .col-md-4{
    display:none;
}
      .about-us--title {
          font-size: 32px;
      }
      .about-us--subtitle {
          font-size: 18px;
      }.about-us--list li {
          font-size: 14px;
      }
      ul.about-us--list li:before {
          padding-right: 6px;
      }
  }
  
  
  
  /*Amina's CSS*/
  .left-top a{
    
      color: var(--color2);
      text-decoration:none;
  
  }
  .left-top {
      padding: 10px 0px 10px;
      display: flex;
      
      justify-content: end;
  }
  .right-top {
      padding: 10px 0;
          margin-left: 400px;
  }
  img.logo {
      width: 262px;
      height: 70px;
      margin: 10px 0;
  }
  .flaticon2-mail:before {
      content: "\f11c";
  }
  .flaticon2-maps-and-flags:before {
      content: "\f116";
  }
  .flaticon2-phone-call:before {
      content: "\f118";
  }
  .item--contact-info {
          display: flex;
      align-items: center;
  }
  .item--contact-info a{
      color: var(--color2);
  }
  .nav:before {
      z-index: -1;
      position: absolute;
      top: 0;
      left: -30px;
      height: 100%;
      width: 500%;
      content: "";
      background-color: var(--color2);
      transform: skew(-35deg);
      bottom: 0;
  }
  .banner {
      background-image:url("");
  }
  
  .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
  .slick-slide {
      
      float: left;
      height: 100%;
      min-height: 1px;
  }
  .item--inner {
      position: relative;
      padding-top: 20px;
      padding-bottom: 120px;
  }
  
  .item-holder {
      padding: 38px 30px 75px;
          border-radius: 10px;
  }
  
  .ct-fancybox-carousel6 .holder-main .inner-image-small {
      position: absolute;
      top: 30px;
      right: 0;
  }
  
  .holder-main .ct-icon {
      color: #fff;
      font-size: 79px;
      line-height: 1;
      margin-bottom: 37px;
      display: inline-block;
  }
  
  .flaticon-eco-factory:before {
      content: "\f109";
  }
  .item--title {
      font-size: 22px;
      padding-bottom: 18px;
      margin-bottom: 30px;
      position: relative;
      color: #000;
  }
  .item--title:after {
      content: "";
      display: inline-block;
      width: 60px;
      height: 2px;
      background-color: var(--color2);
      position: absolute;
      bottom: 0;
      left: 0;
  }
  .btn-fcb {
      color: #fff;
      background-color: var(--color2);
      display: inline-block;
      line-height: 50px;
      padding: 0 25px;
      border-radius: 5px;
      box-shadow: 0 10px 30px rgba(250,67,24,.29);
  }
  .btn-fcb i {
      line-height: 1;
      margin-left: 5px;
      font-size: 15px;
      transition: all 300ms linear 0ms;
      position: relative;
      top: 3px;
  }
  .caseicon-long-arrow-right-three:before {
      content: "\f121";
  }
  .item-holder {
      padding: 38px 30px 75px;
      border-radius: 10px;
  }
  .holder-hover {
      border: 1px solid rgba(101,109,111,.3);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      overflow: hidden;
      z-index: 1;
      transform: scaleY(0);
      transform-origin: top center;
      transition: .3s cubic-bezier(.24,.74,.58,1);
  }
  .holder-hover .item--image {
      z-index: -2;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-position: 50%;
      background-size: cover;
      filter: blur(8px);
      transform: scale(1.3);
  }
  .ct-fancybox-carousel6 .holder-hover .item--image, .ct-fancybox-carousel6 .holder-hover .ct-image-small2 {
      position: absolute;
      right: 0;
      transition: .3s cubic-bezier(.24,.74,.58,1);
  }
  .holder-hover .ct-image-small2 {
      top: 8px;
      position: absolute;
      right: -1px;
      z-index: -1;
      transition: .3s cubic-bezier(.24,.74,.58,1);
  }
  .ct-fancybox-carousel6 .holder-hover .ct-icon {
      opacity: 0;
      color: var(--color2);
  }
  
  .holder-hover .ct-icon a {
      display: inline-block;
      text-align: left;
      color: inherit;
  }
  .item--description {
      color: #e3e3e3;
      margin-bottom: 35px;
      line-height: 1.875;
  }
  
  
  
 
  .header-toggle-menu {
      display: none;
      width: 40px;
      height: 40px;
      position: absolute;
  }
  .header-toggle-menu i {
      font-size: 20px;
      color: #ffffff;
  }
  .header-nav {
      list-style: none;
      margin: 0;
      padding: 0;
     
      font-size: 15px;
      line-height: 80px;
  }
  .header-nav li {
      display: inline-block;
      position: relative;
      padding: 0 15px;
  }
  .header-nav li a {
      color: #ffffff;
      font-weight: 600;
      font-size: 12px;
      text-transform: uppercase;
  }
  .header-nav li a {
      display: block;
      line-height: 39px;
      font-weight: 600;
      font-size: 15px;
      font-family: var(--body-font);
      transition: all linear .3s;
  }
  .header-nav li.has-children {
      padding-right: 25px;
  }
  .header-nav li a {
        display: block;
        line-height: 39px;
        font-weight: 600;
        font-size: 15px;
        font-family: var(--body-font);
        transition: all linear .3s; }
        .header-nav li a:hover {
          color: #08172e !important; }
        .header-nav li a:hover, .header-nav li a.active {
          display: block;
          color: #fff !important; }
  .header-nav li {
      display: inline-block;
      position: relative;
      padding: 0 15px;
  }
  .header-nav li.has-children > a::after {
      content: '+';
      display: block;
      font-size: 25px;
      height: 5px;
      width: 5px;
      position: absolute;
      right: 12px;
      top: -4;
      transition: all 0.3s ease-in-out;
  }
  
  .header-nav li ul {
      position: absolute;
      top: 55px;
      left: 18px;
      width: auto;
      font-size: 14px;
      margin: 0;
      background: green;
      border-radius: 0 0 3px 3px;
      z-index: 500;
      transform: translate3d(0, 15px, 0);
      transition: all 0.5s ease-in-out;
      opacity: 0;
      visibility: hidden;
      min-width: 200px;
  }
  
  .header-nav li ul li a {
      display: block;
      white-space: nowrap;
      padding: 5px 0;
      line-height: 18px;
      color: #ffffff !important;
      font-weight: 500;
  }
  .header-nav li ul {
        position: absolute;
        top: 55px;
        left: 18px;
        width: auto;
        font-size: 14px;
        padding: 0 !important;
        background: #fff;
        border-radius: 0 0 3px 3px;
        z-index: 500;
        transform: translate3d(0, 15px, 0);
        transition: all 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden;
        min-width: 200px; }
          .header-nav li ul li:hover{
              background:var(--color1);
          }
          .header-nav li ul li a {
            display: block;
            white-space: nowrap;
            padding: 5px 0;
            line-height: 18px;
           color: var(--color1) !important;
      font-weight: 700; }
        .header-nav li ul ul {
          position: absolute;
          top: 0;
          left: 100%;
          left: calc(100% + 1px);
          border-radius: 0 0 3px 3px;
          padding-top: 1.2rem; }
      .header-nav li:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0); }
  
      .ct-contact-iconn {
      padding-right: 10px;
  }
  span.ct-contact-icon {
      padding-left: 5px;
      padding-right: 5px;
      font-size: 29px;
      overflow: hidden;
      color: var(--color2);
      
  }
  .inner-header {
      padding: 10px 0 0;
  }
  label.ct-contact-label {
      color: var(--color1);
      font-size: 18px;
      font-weight: 600;
  }
  .item-meta {
      display: grid;
      margin-left: 12px;
      font-size: 15px;
  }
  .header-main-menu .header-overlay-close {
      position: absolute;
      display: block;
      width: 45px;
      height: 45px;
      top: 21px;
      left: 50%;
      margin-left: -23px;
      font: 0/0 a;
      text-shadow: none;
  }
  .header-main-menu .close-mobile-menu {
      display: none !important;
  }

  .icon_sd {
      float: left;
  }
  .icon_sd i {
      background: transparent;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50px;
      font-size: 20px;
      transition: .5s;
      color:#fff;
  }
  
  .fa-location-dot:before, .fa-map-marker-alt:before {
      content: "\f3c5";
  }
  .header-info {
      overflow: hidden;
      color: white;
      font-weight: 600;
  }
  
  /*..........................banner................................*/
  .banner-section {
   
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      min-height:900px;
      display: flex;
     
  }
    
    .banner-section:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: #00000036;
      top: 0px;
      right: 0px;
      z-index: 1;
      opacity: 0.5;
  }
 
  
  section.below-head {
      margin-bottom: -40px;
  }
  
    .content-box .btn-box .call-now .inner {
      position: relative;
      display: inline-block;
      padding: 0 23px;
      background-color: var(--color2);
  }
  
    .content-box .btn-box .call-now .inner i {
      position: absolute;
      left: 5px;
      top: 0px;
      color: #fff;
      font-size: 100px;
      font-weight: 400;
  }
  .icon-mob:before {
      content: "\e914";
  }
  
    .content-box .btn-box .call-now .inner h3 {
      display: block;
      font-size: 30px;
      line-height: 36px;
      font-weight: 600;
  }
    
    .content-box .btn-box .call-now .inner h3:hover {
  box-shadow: 0 10px 30px rgba(250,67,24,.5);
  }
  .centred {
      text-align: center;
  }
  .auto-container {
      position: static;
      max-width: 1170px;
      padding: 0px 15px;
      margin: 0 auto;
  }
  .feature-style-two {
      position: absolute;
      width: 100%;
      margin-bottom: 100px;
      top: 580px;
  }
  
  .feature-style-two .inner-container .feature-block-two{
    float: left;
    margin: 10px 0;
  }
  
  .feature-style-two .inner-container{
    position: relative;
    margin-top: 70px;
    z-index: 1;
  }
  
  .feature-block-two .inner-box:hover .overlay-content{
    opacity: 1;
    transform: scale(1,1);
  }
  
  
  .feature-block-two .inner-box .overlay-content .icon-box{
    position: relative;
    display: block;
    font-size: 65px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
  
  .feature-block-two .inner-box .overlay-content .icon-box:before{
    position: absolute;
    content: '';
    width: 230px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
  }
  
  .feature-block-two .inner-box .overlay-content h3{
    margin-bottom: 13px;
  }
  
  .feature-block-two .inner-box .overlay-content .link a:before{
    position: absolute;
    content: '';
    width: 68px;
    height: 68px;
    left: -7px;
    top: -6px;
    border-radius: 50%;
    z-index: -1;
  }
  .inner-image-small {
      position: absolute;
      top: 30px;
      right: 0;
  }
  .ct-image-small2 {
      top: 8px;
      right: -1px;
      z-index: -1;
      position: absolute;
      transition: .3s cubic-bezier(.24,.74,.58,1);
  }
  .overlay-content .ct-icon.icon-font {
      color: var(--color2);
      font-size: 70px;
      text-align: left;
      line-height: 1;
      margin-bottom: 35px;
          justify-content: left;
      display: flex;
  }
  .logo-mobile img {
      max-height: 45px !important;
  }
  @media screen and (max-width: 992px){
     .content-box h1 {
   font-size:35px !important;
       
   }
       .content-box p{
         font-size:16px !important;
     }
    section.banner-section {
      min-height: 470px;
  } 
  .feature-style-two{
      .feature-style-two {
      position: relative;
      width: 100%;
      margin-bottom: 40px;
      top: 0px !important;
  }
  }
  }
  
  /*--------------------------------------------------------------------*/
  
  /*new-sec*/
  
  section.intro-new .row {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--color2);
}
.item--contact-info a:hover {
    color: var(--color1);
}
.intro-new h2 {
    color: #fff;
}
.intro-new p {
    color: #fff;
}
.intro-new img {
    border-radius: 0px !important;
    height: 100%;
}
.intro-new .col-md-4 {
    padding-right: 0px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.project-one-shape-1 {
    display: none;
  
}
ul.about-us--list li:before {
    position: absolute;
    left: 0px;
}
.about-us--list li {
    position: relative;
    padding-left: 25px;
    line-height: 30px;
}
.chair-person-detail {
    padding: 15px 0;
}
.chairperson {
    display: flex;
    width: 63%;
    align-items: center;
    justify-content: center;
    margin: auto;
   height: 63%;
   background-color: #fff;
    padding: 15px;
}
.service-col {
    min-height: 250px !important;
    transition: 0.5s;
}
.service-col:hover {
    box-shadow: 0 1px 4px rgba(32,33,36,.28);
    transition: 0.5s;
    border-radius: 10px;
}

.alberta-services {
    text-decoration: none !important;
    position: relative;
    padding: 3px;
    min-height: 88px;
    box-shadow: 0 1px 4px rgba(32,33,36,.28);
    margin-bottom: 10px;
    padding-left: 65px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background:#fff;
}
.iconholder {
    position: absolute;
    width: 55px !important;
    left: 15px;
    top:16px;
}
.best-quality--icon {
    margin-right: 12px;
}

section.service-details h4 {
    
    padding:15px 0 15px;
    
}
@media screen and (max-width: 1199px){
 .col-12.col-md-6.order-last {
    width: 100% !important;
    order: 2 !important;
}
.col-12.col-md-6.about-us--content.order-md-last {
    width: 100% !important;
    order: 1 !important;
}   
.feature-one__single {
    padding: 10px;
    min-height: 300px !important;
}
.feature-one__title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.feature-one__content {
    padding: 0px 30px 0px;
}
.section-title__title {
    font-size: 32px;
    line-height: 40px;
}
.project-one__right {
    margin-top: 0px;
}
.project-one__content {
    padding: 10px 30px 0px;
}
.project-one__text {
   
    padding-bottom: 40px;
}
.project-one {
    padding: 40px 0 80px;
}
.single-news {
    min-height: 470px;
}
}

@media screen and (max-width: 992px){
    .consultation-request .consultation-heading {
    margin-bottom: 15px;
}
.consultation-request .description {
    margin-bottom: 15px;
}
    .tb-info {
     justify-content: start !important;
    min-height: 350px !important;
}
.coupon .small-logo-icon {
    width: 32% !important;
    height: 21% !important;
}
 .about-us--title {
    font-size: 32px;
}
.about-us--subtitle {
    line-height: 28px;
}
.about-us--content p {
    margin-block: 10px;
   
}
.col-12.col-md-6.order-last {
    width: 100% !important;
    order: 2 !important;
}
.col-12.col-md-6.about-us--content.order-md-last {
    width: 100% !important;
    order: 1 !important;
}
.about-us--image img {
    /*width: 100% !important;*/
}
.feature-one__single {
    padding: 10px;
    min-height: 340px !important;
}
.section-title__title {
    font-size: 28px;
    line-height: 36px;
}
.project-one__thumb-box {
    margin-top: 0px !important;
}
#project-one__thumb {
    top: 0px;
}
.service-col {
    min-height: auto !important;
    margin: 10px 0 !important;
}
}
@media (min-width: 768px) and (max-width: 991px){
 a.info-heading-link {
    display: inline-block !important;   
    
}
}

@media screen and (max-width: 767px){
    .tb-info {
    min-height: 330px !important;
}
.coupon .small-logo-icon {
    width: 28% !important;
    height: 22% !important;
}
    .chairperson {
    display: none;
    width: 200px;   
    }
    .project-one__content {
    padding: 10px 10px 0px;
}
.project-one {
    padding: 40px 0 0px;
}
.project-one__text {
    display: none;
}
    ul.about-us--list {
    column-count: 1;
}
.project-one__title {
    font-size: 22px;
   
    line-height: 34px;
    padding-bottom: 15px;
}
.chair-person-detail {
    text-align: center;
}
.feature-one__single {
    padding: 10px;
    min-height: 240px !important;
}
.single-news {
   min-height: auto;
}
.latest-news .col-md-6.col-sm-6 {
    width: 100%;
}
.service-col {
    min-height: auto !important;
    margin: 10px 0 !important;
}

.call-box {
    position: fixed;
    z-index: 999;
    background:red;
    bottom: 0;
    left: 0px;
    height: 75px;
    width: 100%;
    color: #fff !important;
    text-align: center;
    border: 2px solid var(--color2);
    box-shadow: 1px 1px 1px -1px var(--color2);
    border-radius: 4px;
}

li.for-mobile i {
    font-size: 29px !important;
}
.call-number {
    padding: 0px 55px 0 0px;
}
   .call-number span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.call-number h4 {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
}
.mobile-icon {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 10px;
    right: 10px;
    background-color: #3dcf23;
    color: #fff;
    border-radius: 50px;
    border: 4px solid #fff;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 52px;
}
.opposite-phone:before {
    content: "\f095";
}

.site-footer {
   
    margin-bottom: 74px;
}

}
@media screen and (max-width: 575px){
    .tb-info {
    min-height: 275px !important;
}
.coupon .small-logo-icon {
    width: 22% !important;
    height: 28% !important;
}
}
  .top-head {
      background: #120600;
      position: relative;
      display: flex !important;
      align-items: center;
      color: #fff;
  }
  
  .left-top a{
      color: var(--color2);
      text-decoration:none;
  }
  .left-top {
      padding: 10px 0px 10px;
      display: flex;
      justify-content: start;
  }
  .right-top {
      padding: 10px 0;
      margin-left: 0;
      text-align: center;
  }
  img.logo {
      width: 250px;
      height: auto;
      margin: 10px 0;
  }
  .inner-header address {
      color: var(--color2);
  }
  .flaticon2-mail:before {
      content: "\f11c";
  }
  .flaticon2-maps-and-flags:before {
      content: "\f116";
  }
  .flaticon2-phone-call:before {
      content: "\f118";
  }
  
  .item--contact-info a{
      color: var(--color2);
  }
  .item--contact-info span{
      color: var(--color2);
  }
  .nav:before {
      z-index: -1;
      position: absolute;
      top: 0;
      left: -30px;
      height: 100%;
      width: 500%;
      content: "";
      background-color: var(--color2);
      transform: skew(-35deg);
      bottom: 0;
  }
  .banner {
      background-image:url("");
  }
  
  .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
  .slick-slide {
      
      float: left;
      height: 100%;
      min-height: 1px;
  }
  .item--inner {
      position: relative;
      padding-top: 20px;
      padding-bottom: 120px;
  }
  
  .item-holder {
      padding: 38px 30px 75px;
          border-radius: 10px;
  }
  
  .ct-fancybox-carousel6 .holder-main .inner-image-small {
      position: absolute;
      top: 30px;
      right: 0;
  }
  
  .holder-main .ct-icon {
      color: #fff;
      font-size: 79px;
      line-height: 1;
      margin-bottom: 37px;
      display: inline-block;
  }
  
  .flaticon-eco-factory:before {
      content: "\f109";
  }
  .item--title {
      font-size: 22px;
      padding-bottom: 18px;
      margin-bottom: 30px;
      position: relative;
      color: #000;
  }
  .item--title:after {
      content: "";
      display: inline-block;
      width: 60px;
      height: 2px;
      background-color: var(--color2);
      position: absolute;
      bottom: 0;
      left: 0;
  }
  .btn-fcb {
      color: #fff;
      background-color: var(--color2);
      display: inline-block;
      line-height: 50px;
      padding: 0 25px;
      border-radius: 5px;
      box-shadow: 0 10px 30px rgba(250,67,24,.29);
  }
  .btn-fcb i {
      line-height: 1;
      margin-left: 5px;
      font-size: 15px;
      transition: all 300ms linear 0ms;
      position: relative;
      top: 3px;
  }
  .caseicon-long-arrow-right-three:before {
      content: "\f121";
  }
  .item-holder {
      padding: 38px 30px 75px;
      border-radius: 10px;
  }
  .holder-hover {
      border: 1px solid rgba(101,109,111,.3);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      overflow: hidden;
      z-index: 1;
      transform: scaleY(0);
      transform-origin: top center;
      transition: .3s cubic-bezier(.24,.74,.58,1);
  }
  .holder-hover .item--image {
      z-index: -2;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-position: 50%;
      background-size: cover;
      filter: blur(8px);
      transform: scale(1.3);
  }
  .ct-fancybox-carousel6 .holder-hover .item--image, .ct-fancybox-carousel6 .holder-hover .ct-image-small2 {
      position: absolute;
      right: 0;
      transition: .3s cubic-bezier(.24,.74,.58,1);
  }
  .holder-hover .ct-image-small2 {
      top: 8px;
      position: absolute;
      right: -1px;
      z-index: -1;
      transition: .3s cubic-bezier(.24,.74,.58,1);
  }
  .site-footer {
      position: relative !important;
      display: block;
      background-color: var(--color2);
      z-index: 1 !important;
      margin-top: 0;
  }
  .ct-fancybox-carousel6 .holder-hover .ct-icon {
      opacity: 0;
      color: var(--color2);
  }
  
  .holder-hover .ct-icon a {
      display: inline-block;
      text-align: left;
      color: inherit;
  }
  .item--description {
      color: #e3e3e3;
      margin-bottom: 35px;
      line-height: 1.875;
  }
  
  
  
  .header-main-menu {
      position: relative;
      
      line-height: 80px;
      z-index:999;
     
  }
.header-toggle-menu {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
}
.header-toggle-menu i {
    font-size: 20px;
    color: #ffffff;
}
.header-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    
    font-size: 15px;
    line-height: 80px;
}
.header-nav li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
.header-nav li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.header-nav li a {
    display: block;
    line-height: 39px;
    font-weight: 600;
    font-size: 15px;
    font-family: var(--body-font);
    transition: all linear .3s;
}
.header-nav li.has-children {
    padding-right: 25px;
}
.header-nav li a {
    display: block;
    line-height: 39px;
    font-weight: 600;
    font-size: 15px;
    font-family: var(--body-font);
    transition: all linear .3s;
}
.header-nav li li:hover a, .header-nav li a.active {
    color: #fff !important;
}
.header-nav li {
      display: inline-block;
      position: relative;
      padding: 0 15px;
  }
  .header-nav li.has-children > a::after {
      content: '+';
      display: block;
      font-size: 25px;
      height: 5px;
      width: 5px;
      position: absolute;
      right: 12px;
      top: 0px !important;
      transition: all 0.3s ease-in-out;
  }
  
  .header-nav li ul {
      
      left: 18px;
      width: auto;
      font-size: 14px;
      margin: 0;
      background: green;
      border-radius: 0 0 3px 3px;
      z-index: 500;
      transform: translate3d(0, 15px, 0);
      transition: all 0.5s ease-in-out;
      opacity: 0;
      visibility: hidden;
      min-width: 200px;
  }
  .header-nav li ul li {
      display: block;
      text-align: left;
      padding: 5px 15px;
      margin: 0;
      /*min-height: auto !important;*/
      /*width: 33.33%;*/
      /*float: left;*/
  }
  .header-nav li ul li a {
      display: block;
      white-space: nowrap;
      padding: 5px 0;
      line-height: 18px;
      color: #ffffff !important;
      font-weight: 500;
  }
  .header-nav li ul {
      position: absolute;
      top: 55px;
      width: auto !important;
      font-size: 14px;
      box-shadow: 0 8px 35px rgba(12,12,12,9%);
      background: #fff;
      border-radius: 0 0 3px 3px;
      z-index: 500;
      transition: all 0.5s ease-in-out;
      padding: 14px !important;
      margin-left: -25vw;
      left: 0%;
      column-count:3 !important;
  }
          .header-nav li ul li a {
            display: block;
            white-space: initial;
            padding: 5px 0;
            line-height: 22px;
           color: var(--color1) !important;
      font-weight: 700; }
        .header-nav li ul ul {
          position: absolute;
          top: 0;
          left: 100%;
          left: calc(100% + 1px);
          border-radius: 0 0 3px 3px;
          padding-top: 1.2rem; }
      .header-nav li:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0); }
  
      .ct-contact-iconn {
      padding-right: 10px;
  }
  span.ct-contact-icon {
      padding-left: 5px;
      padding-right: 5px;
      font-size: 29px;
      overflow: hidden;
      color: var(--color2);
      
  }
  .inner-header {
      padding: 20px 0 0;
  }
  label.ct-contact-label {
      color: var(--color1);
      font-size: 18px;
      font-weight: 600;
  }
  .item-meta {
      display: grid;
      margin-left: 12px;
      font-size: 15px;
  }
  .header-main-menu .header-overlay-close {
      position: absolute;
      display: block;
      width: 45px;
      height: 45px;
      top: 21px;
      left: 50%;
      margin-left: -23px;
      font: 0/0 a;
      text-shadow: none;
  }
  .header-main-menu .close-mobile-menu {
      display: none !important;
  }
  .header-main-menu::after {
      position: absolute;
      content: "";
      right: -15%;
      top: 0;
      height: 80px;
      width:94%;
      background-color: var(--color2);
      z-index: -1;
      clip-path: polygon(80px 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .menu_icon {
      margin: 0px 40px 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: var(--color1);
  }
  .stricky-fixed .menu_icon {
    margin:0;
    padding: 0 20px;
}
  .icon_sd {
      float: left;
  }
  .icon_sd i {
      background: transparent;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50px;
      font-size: 20px;
      transition: .5s;
      color:#fff;
  }
  
  .fa-location-dot:before, .fa-map-marker-alt:before {
      content: "\f3c5";
  }
  .header-info a{
      overflow: hidden;
      color: white;
      font-weight: 600;
  }
  .header-info a:hover {
    overflow: hidden;
}
  /*..........................banner................................*/

  

    .content-box {
          margin-top: 70px;
      position: relative;
      display: block;
      max-width: 650px;
      z-index: 5;
      
  }
    .content-box h1 {
      color: rgb(255, 255, 255);
      text-align: left;
      line-height: 72px;
      letter-spacing: 0px;
      font-weight: 700;
      font-size: 60px;
      transform-origin: 50% 50%;
      opacity: 1;
      transform: translate(0px, 0px);
      visibility: visible;
      padding:20px 0;
  }
  
    .content-box p {
      
      color: #000;
      text-align: left;
      line-height: 32px;
      letter-spacing: 0px;
      font-weight: 400;
      font-size: 18px;
      transform-origin: 50% 50%;
      opacity: 1;
      transform: translate(0px, 0px);
      visibility: visible;
      padding:20px;
      background: #fff;
      border-radius: 10px;
  }
    .content-box .btn-box {
      position: relative;
      transition: all 1000ms ease;
  }
    .content-box .btn-box .call-now {
      position: relative;
      display: inline-block;
      padding: 20px 0;
      margin-right: 22px;
      text-shadow: none;
  }
    .content-box .btn-box .call-now .inner {
      position: relative;
      display: inline-block;
      padding: 0;
      background-color: var(--color2);
      border-radius: 10px;
  }
  
    .content-box .btn-box .call-now .inner i {
      position: absolute;
      left: 5px;
      top: 0px;
      color: #fff;
      font-size: 100px;
      font-weight: 400;
  }
  .icon-mob:before {
      content: "\e914";
  }
  
    .content-box .btn-box .call-now .inner a {
      display: block;
      font-size: 30px;
      line-height: 36px;
      font-weight: 600;
  }
    .content-box .btn-box .call-now .inner  a {
     z-index: 13;
      background-color:var(--color2);

      text-transform: uppercase;
      height: auto;
      width: auto;
      color:#fff;
      text-decoration: none;
      white-space: nowrap;
      min-height: 0px;
      min-width: 0px;
      max-height: none;
      max-width: none;
      text-align: left;
      line-height: 55px;
      letter-spacing: 0px;
      font-weight: 700;
      font-size: 16px;
      padding-left: 23px;
      border-radius: 10px;
      padding-right: 23px;
      backdrop-filter: none;
      filter: brightness(100%);
      transform-origin: 50% 50%;
      opacity: 1;
      transform: translate(0px, 0px);
      visibility: visible;
      border-width: 0px;
  }
    .content-box .btn-box .call-now .inner a:hover {
  box-shadow: 0 10px 30px rgba(250,67,24,.5);
  }
  
  .clearfix::after {
      display: block;
      clear: both;
      content: "";
  }
  .centred {
      text-align: center;
  }
  .auto-container {
      position: static;
      max-width: 1170px;
      padding: 0px 15px;
      margin: 0 auto;
  }
  .feature-style-two {
      position: absolute;
      width: 100%;
      margin-bottom: 100px;
      top: 540px;
  }
  
  .feature-style-two .inner-container .feature-block-two{
    float: left;
    margin: 10px 0;
  }
  
  .feature-style-two .inner-container{
    position: relative;
    margin-top: 70px;
    z-index: 1;
  }
  
  .feature-block-two .inner-box {
      position: relative;
      width: 100%;
      padding: 20px 30px 20px 30px;
      min-height: 370px !important;
      background-color: rgba(0,0,0,.9);
      display: flex;
      flex-direction: column;
      border-radius:10px;
  }
  .feature-block-two .inner-box:before {
    position: absolute;
    content: '';
    
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  
  .feature-block-two .inner-box h3 {
      text-align: left;
      position: relative;
      display: block;
      font-size: 22px;
      color: #fff;
      line-height: 28px;
      margin-bottom: 30px;
      padding-bottom: 18px;
  }
  .feature-block-two .inner-box h3:after {
      content: "";
      display: inline-block;
      width: 60px;
      height: 2px;
      background-color: var(--color2);
      position: absolute;
      bottom: 0;
      left: 0;
  }
  
  .feature-block-two .inner-box .link{
    position: absolute;
    width: 100%;
    text-align: left;
    
  }
  
  .feature-block-two .inner-box .link a {
      color: #fff;
      background-color: var(--color2);
      display: inline-block;
      line-height: 50px;
      padding: 0 25px;
      position: relative;
      height: 54px;
      line-height: 54px;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(250,67,24,.29);
  }
  
  .feature-block-two .inner-box .link a:hover{
    background: var(--color1);
    color: #fff;
  }
  
  .feature-block-two .inner-box .overlay-content {
      position: absolute;
      border: 1px solid rgba(101,109,111,.3);
      left: 0px;
      top: 0px;
      right: 0;
      width: 100%;
      padding: 50px 30px 75px;
      opacity: 0;
      transform: scaleY(0);
      transition: .3s cubic-bezier(.24,.74,.58,1);
      transform-origin: top center;
          overflow: hidden;
  }
  
  
  .feature-block-two .inner-box:hover .overlay-content{
    opacity: 1;
    transform: scale(1,1);
  }
  .item--image {
      position: absolute;
      z-index: -2;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-position: 50%;
      background-size: cover;
      filter: blur(8px);
      transform: scale(1.3);
      transition: .3s cubic-bezier(.24,.74,.58,1);
  }
  
  
  .feature-block-two .inner-box .overlay-content .icon-box{
    position: relative;
    display: block;
    font-size: 65px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
  
  .feature-block-two .inner-box .overlay-content .icon-box:before{
    position: absolute;
    content: '';
    width: 230px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
  }
  
  .feature-block-two .inner-box .overlay-content h3{
    margin-bottom: 13px;
  }
  
  .feature-block-two .inner-box .overlay-content p {
      position: relative;
      display: block;
      color: #e3e3e3;
      margin-bottom: 35px;
      line-height: 1.8;
      text-align: left;
  }
  
  .feature-block-two .inner-box .overlay-content .link a:before{
    position: absolute;
    content: '';
    width: 68px;
    height: 68px;
    left: -7px;
    top: -6px;
    border-radius: 50%;
    z-index: -1;
  }
  .inner-image-small {
      position: absolute;
      top: 30px;
      right: 0;
  }
  span.ct-icon.icon-font {
      color: #fff;
      font-size: 70px;
      text-align: left;
      line-height: 1;
      margin-bottom: 35px;
  }
  .ct-image-small2 {
      top: 8px;
      right: -1px;
      z-index: -1;
      position: absolute;
      transition: .3s cubic-bezier(.24,.74,.58,1);
  }
  .overlay-content .ct-icon.icon-font {
      color: var(--color2);
      font-size: 70px;
      text-align: left;
      line-height: 1;
      margin-bottom: 35px;
          justify-content: left;
      display: flex;
  }
  .logo-mobile img {
      max-height: 45px !important;
  }
  @media screen and (max-width: 992px){
     .content-box h1 {
   font-size:35px !important;
       
   }
   .sidebar-wrapper {
    margin-top: 40px;
}
   .feature-style-two {
      position: relative;
      width: 100%;
      margin-bottom: 40px;
      top: 0px !important;
  }
       .content-box p{
         font-size:14px !important;
         line-height:26px;
     }
    section.banner-section {
      min-height: 470px;
  } 
  
  }
  
  /*--port-slider CSS--*/
  .port-slider {
          background-color: #FFFFFF;
          background-image: url(/userfiles/images/bg-line.jpg);
          background-position: bottom center;
          background-repeat: repeat-y;
          transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
          padding: 120px  0px 30px;
          position: relative;
          overflow: hidden;
          display: flex;
      }
      .port-slider .slick-dots {
          bottom: -15px;
          right: 6px;
      }
      .port-slider .slick-next:before,
      .port-slider .slick-prev:before {
          color: #000 ;
      }
      .port-slider .slick-dots li.slick-active button {
          color:var(--color2);
      }
      .port-slider .slick-dots li button {
          font-size: 20px;
          color: #000;
          position: relative;
      }
      .slick-dots li button:after {
          content: '/';
          right: -9px;
          position: absolute;
          color: #000;
          font-size: 20px;
      }
      .slick-dots .slick-dots {
          bottom: -16px;
      }
      .slick-slide.slick-cloned {
          display: none;
      }
      .slick-dots li[role="presentation"]:nth-child(6) {
          display: none;
      }
      .slick-dots li[role="presentation"]:nth-child(7) {
          display: none;
      }
      @-webkit-keyframes rotation {
          from {
              -webkit-transform: rotate(0)
          }
  
          to {
              -webkit-transform: rotate(359deg)
          }
      }
      .ct-image-circle {
          position: absolute;
          max-width: 345px;
          bottom: 60px;
          right: 12%;
          z-index: 0;
      }
      .ct-image-circle img {
          -webkit-animation: rotation 8s infinite linear;
          animation: rotation 8s infinite linear;
      }
      .slick-slider {
          width: 60%;
          float: left;
          position: relative;
          z-index: 2;
      }
      .custome-slide {
          width: 100%;
          position: relative;
      }
      .custome-slide img {
          width: 100%;
          height: auto;
      }
  
      .protfolio-detail {
          position: absolute;
          bottom: 0;
          right: -1px;
          width: 420px;
          z-index: 99;
          background-color: rgba(51,17,0,.5);
          padding: 40px 90px 40px 45px;
          -webkit-border-radius: 10px 0 0 0;
          -khtml-border-radius: 10px 0 0 0;
          -moz-border-radius: 10px 0 0 0;
          -ms-border-radius: 10px 0 0 0;
          -o-border-radius: 10px 0 0 0;
          border-radius: 10px 0 0 0;
          overflow: hidden;
          color: #fff;
      }
      .protfolio-detail h3{
          color: #fff;
      }
      .protfolio-detail  .icon {
          display: grid;
          align-items: center;
          width: 65px;
          line-height: 73px;
          height: 73px;
          position: absolute;
          bottom: 0;
          right: 0;
          background-color: var(--color2);
          text-align: center;
          color: #fff;
          font-size: 20px;
          overflow: hidden;
          -webkit-box-shadow: 0 10px 30px rgba(250,67,24,.29);
          -khtml-box-shadow: 0 10px 30px rgba(250,67,24,.29);
          -moz-box-shadow: 0 10px 30px rgba(250,67,24,.29);
          -ms-box-shadow: 0 10px 30px rgba(250,67,24,.29);
          -o-box-shadow: 0 10px 30px rgba(250,67,24,.29);
          box-shadow: 0 10px 30px rgba(250,67,24,.29);
      }
      .protfolio-detail .icon a {
          color: #fff;
      }
      .protfolio-detail h3 {
          margin: 0;
          font-size: 30px;
      }
  
      .protfolio-detail  p {
          margin: 0;
      }
       .ct-slick-nav-wrap {
          width: 100%;
          max-width: 475px;
          margin-top: -70px;
          margin-bottom: 95px;
          margin-left: -95px;
          padding-left: 135px;
          padding-right: 30px;
          padding-top: 54px;
          padding-bottom: 110px;
          position: relative;
          z-index: 1;
          float: left;
          background-image: url(/userfiles/images/home/el-portfolio2.jpg);
          min-width: 300px;
          background-size: cover;
      }
      .port-slider .slider-nav {
          position: absolute !important;
          bottom: -78px;
          width: 160px;
          margin-left: -80px;
          left: 50%;
      }
      .port-slider .slider-nav .slick-list.draggable {
          display: none;
      }
      .slick-prev, .slick-next {
          top: 77px;
          background:var(--color2);
      }
      .el-widget {
          line-height: normal;
          color: #fff;
          margin-bottom: 65px;
          margin-top: 0;
      }
      .ct-slick-nav-wrap a:before {
          content: '';
          height: 3px;
          width: 100px;
          background:var(--color2);
          position: absolute;
          right: 100%;
          top: 12px;
          display: none;
          transition: 0.5s;
      }
      .ct-slick-nav-wrap a:after {
          border-style: solid;
          border-width: 7px;
          border-color: transparent transparent transparent var(--color2);
          content: '';
          right: -25px;
          top: 8px;
          display: none;
          position: absolute;
          transition: 0.5s;
      }
      .ct-slick-nav-wrap a {
          font-size: 21px;
          color: #fff;
          font-weight: 500;
          padding-left: 9px;
          margin-bottom: 20px;
          display: block;
          width: fit-content;
          position: relative;
          text-decoration: none;
          transition: 0.5s;
      }
      .ct-slick-nav-wrap a.active:after,
      .ct-slick-nav-wrap a.active:before,
      .ct-slick-nav-wrap a:hover:after,
      .ct-slick-nav-wrap a:hover:before{
          display: block;
          transition: 0.5s;
      }
      .ct-slick-nav-wrap a.active,
      .ct-slick-nav-wrap a:hover {
          margin-left: 50px;
          transition: 0.5s;
      }
      .slick-dots li {
          width: 14px;
      }
      .slick-dots li button:before{
          display: none;
      }
      .protfolio-detail .icon a:hover i {
          animation: toRightFromLeft .3s forwards;
      }
      @keyframes toRightFromLeft {
          49% {
              transform: translate(100%)
          }
      
          50% {
              opacity: 0;
              transform: translate(-100%)
          }
      
          51% {
              opacity: 1
          }
      }
  /*--End of port-slider CSS--*/
  
  
  /*new-section*/
    .services-feature{
        background-color:#f5f5f5;
    }
    .service-feature{
        
        background-repeat: no-repeat;
        background-position: center left;
        padding:60px 0;
    }
    .service-col {
        min-height: 240px !important;
    }
    .service-col h3 {
        margin-bottom: 10px;
        font-size: 26px;
    }
    
    .head-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .service-col{
        background-color:#fff;
        padding: 30px 30px !important;
        text-align: left;
        margin-top:10px;
        margin-bottom:10px;
        color: #000;
    }
    .small-logo-icon {
        margin-bottom: 28px;
        display: inline-block;
        
    }
    .coupon .small-logo-icon {
        
        width: 20%;
    background: var(--color2);
    height: 30%;
        
    }
    .tb-info .small-logo-icon img {
    top: 10px;
    position: relative;
}
  
  .feature-one h2 {
      text-align: center;
      margin-bottom:20px;
  }
  .feature-one p {
      text-align: center;
      margin-bottom:20px;
      text-decoration:underline;
      
  }
  section.consultation-request {
    margin-top: 40px;
}
.need-help-lower .left-content a {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    text-decoration: underline;
    color: var(--color1);
}
.need-help-lower .left-content h2 {
    margin-bottom: 20px;
    color: var(--color2);
}
.need-help-lower .small-logo-icon{
    margin-bottom:0;
}
.need-help-lower .left-content a:hover {
    color: var(--color2);
}
img.book-logo {
    background: var(--color2);
    border-radius: 100%;
    padding: 12px;
}
  .chairperson {
      width: 200px;
  }
  
  .latest-news-para  {
    text-align: center;
    margin-bottom: 30px;
}
.service-feature .row {
    align-items: center;
}  
.new-brunswick .services-one__img {
    margin-bottom:15px;
}
.new-brunswick .services-one__single{
    background:#fff;
}
.new-brunswick .services-one__content{
    background:#fff;
}
/*Responsive*/

/*Port Slider*/
@media (max-width: 1199px) {
  .ct-slick-nav-wrap a {
      font-size: 16px;
      margin-bottom: 7px;
  }
  .ct-slick-nav-wrap {
    max-width: 454px;
    margin-left: -95px;
    margin-top: -53px;
    padding-left: 115px;
    padding-bottom: 38px;
  }
  .protfolio-detail {
    padding: 30px 90px 30px 35px;
  }
  .el-widget {
    margin-bottom: 25px;
  }
  .port-slider {
    padding: 130px 0px 30px 0px;
  }
}
@media (max-width: 991px) {
    .tertiary-items .col-md-4 {
    width: 50%;
}
.northwest-territories .site-alert-wrapper .col-md-8 {
    width: 100%;
    z-index: 1;
}
.overflow-img {
    width: 280px;
}
.northwest-territories .site-alert-wrapper .col-md-4 {
    margin-left: auto;
}
.site-alert-wrapper .alert-content {
     padding-left: 0; 
}
    .page-header {
    margin-top:0;
}
.stricky-fixed {
    box-shadow: 0 1px 4px rgba(32,33,36,.28);
}
  .project-one__thumb-box {
    max-width: 100%;
  }
  .project-one__content {
    padding: 0px 0 0 !important;
  }
  .project-one__text {
    padding-bottom: 15px !important;
  }
  .swiper-wrapper {
    margin-top: 0 !important;
 }
  .project-one__thumb-box {
      display: block !important;
  }
  .alberta-services {
      display: flex;
      position: relative;
  }
  .iconholder {
    width: 140px;
    position: absolute;
    left: 10px;
  }
  .tertiary-link {
    padding-left: 0;
  }
  .tertiary-link a {
    font-size: 20px;
  }
  .ct-slick-nav-wrap {
    max-width: 325px;
    margin-left: -56px;
    margin-top: -53px;
    padding-left: 72px;
    padding-bottom: 38px;
    padding-top: 27px;
  }
  .el-widget {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
  }
  .ct-slick-nav-wrap a:before {
    width: 40px;
  }
  .ct-slick-nav-wrap a.active, .ct-slick-nav-wrap a:hover {
    margin-left: 20px;
  }
  .ct-slick-nav-wrap a {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .protfolio-detail {
      padding: 20px 90px 20px 25px;
      width: 350px
  }
  .protfolio-detail h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .port-slider .slider-nav {
    bottom: -58px;
    margin-left: -54px;
  }
}
  

  .intro-sec.intro-new {
    background: #fff;
     padding: 60px 0;
}
  .intro-sec p, .chair-person-detail h2 {
    color: #fff;
}
.chair-person-detail h2{
    margin-bottom:10px;
       
}
  
  .intro-new .chairperson {
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 0 !important;
}
  
  /* Umer'S */
  
  

.right--head{
    display:flex;
    justify-content: flex-end;
}

.col-lg-6.col-sm-12 .right-top .item--contact-info {
    float: right;
}
ul.navbar-nav li a {
    color: #000;
}
.navbar-toggler:focus {
    box-shadow: 0 0 4px 0px !important;
}
.stricky-fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    background: var(--color2);
}
.stricky-fixed .header-content ul.header-nav {
    text-align: center;
}
.feature-block-two .inner-box .overlay-content {
    border-radius: 10px;
}
a.nav-link {
    color: #000 !important;
}

.navbar-collapse {
    z-index: 10;
    box-shadow: 0 1px 4px rgba(32,33,36,.28);
    max-height:100vh;
    }
.call-box {
    z-index: 10 !important;
}



/*Testimonial*/

.testimonial {
    border-right: 4px solid var(--color1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    background: #fff;
    min-height:230px;
}
.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid var(--color1);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}
.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid var(--color1);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}

.testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color2);
    margin: 0;
}
.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: var(--color2);
    font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
    background: #fff !important;
    border-radius: 100% !important;
    opacity: 1;
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 auto;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: var(--color1) !important;
    cursor:pointer;
}
.owl-carousel{
    overflow:hidden;
    padding-top:40px;
}

.owl-controls.clickable {
    position: relative;
    overflow: hidden;
}
.owl-wrapper-outer {
    position: relative;
    overflow: hidden;
}
.owl-pagination {
    width: 50px;
    margin: 0 auto;
}
.owl-pagination {
    width: 50px;
    margin: 0 auto;
    display: flex;
}
.owl-page {
    width: 100px;
    height: 10px;
    margin:0 5px;
}
@media only screen and (min-width:1399px) {
    .header-main-menu::after{
        right: -20%;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-nav li ul li{
            width: 100%;
    }
    .header-nav li a {
    font-size: 13px;
}
    .header-nav li ul {
        width: 44vw;
        left: 50%;
        max-height: 477px;
        overflow: hidden scroll;
    }
    .testimonial {
        min-height:258px;
    }
    .header-main-menu::after{
        right: 24px;
        clip-path: none;
    }
    .header-nav-wrap {
        float: right;
    }
    .top-head .container .row .col-lg-6.col-sm-12{
        align-items: center;
        display: flex;
    }
}

@media only screen and (max-width:991px) {
    .main-form {
    margin-bottom: 40px;
}
    .testimonial {
        min-height:330px;
    }
    ul.navbar-nav .nav-item:last-child .nav-link {
        padding-top: 0;
        padding-bottom: 8px;
    }
    .nav-link{
        padding: 0.5rem 1rem 0;
    }
    .top-head .container .row .col-lg-6.col-sm-12 {
        justify-content: center;
        display: flex;
    }
    .logo-mobile img {
        max-height: 55px !important;
    }
    .left-top {
        padding: 10px 0px 0;
    }
    .right-top {
        padding: 5px 0;
    }
     .content-box h1 {
        line-height: 35px;
    }
    section.banner-section {
        min-height: unset;
    }
    .content-box {
        padding: 40px 0;
        margin-top: 0;
    }
    .feature-style-two .inner-container .feature-block-two {
        margin: 10px auto;
    }
    .feature-block-two .inner-box .overlay-content {
        z-index: 1;
    }
    ul.sub-menu {
        max-height: 180px;
        overflow: scroll;
        padding-left: 50px;
        list-style: none;
    }
    .sub-menu li a {
        position: relative;
        color: #000;
    }
    ul.sub-menu li a:before {
        font-family: 'Font Awesome 5 Free';
        color: #000;
        position: absolute;
        top: -6px;
        left: -17px;
        content: "\f105";
        font-weight: 900;
        font-size: 12px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        position: absolute;
        left: 0;
        top: 69px;
        width: 100%;
        background: #fff;
        z-index: 6;
        padding: 0 20px;
    }
}

@media only screen and (max-width:767px){
    section.consultation-request {
    margin-top: 0px;
}
    .single-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-sec .single-block p {
    
    text-align: center;
}
      .owl-carousel {
    padding-top: 20px;
    
}
section.blog-single-area {
    padding: 40px 0!important;
}
 section.about-us, section.intro-sec.intro-new, .feature-one, section.sec-bk, .bottom__citites_section,.site-footer__top  {
    padding: 40px 0 ;
}
    .testimonial {
        padding: 20px;
        text-align: center;
        min-height:312px;
    }
    ul.sub-menu {
        max-height: 180px;
        padding-left: 35px;
        font-size:14px;
    }
    .left-top {
        padding: 0;
    }
    .right-top {
        padding: 0;
    }
    .item--contact-info {
        flex-direction: column;
    }
    .content-box h1 {
        font-size: 28px !important;
    }
    .content-box p {
        font-size: 14px;
            line-height: 26px;

    }
    .banner-text span {
    font-size: 20px;
}
}

.logo-white-col {
    display: none;
}

.stricky-fixed .logo-white-col {
    display:block;
}
  .header-info-icons{
      background: var(--color1);
  }
  
  
.middle-head--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
.color-text {
    background: var(--color2);
    height: 120px;
    padding: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}
  
 .color-text h2 {
    text-align: center;
    color: #fff;
} 
  .newfoundland-and-labrador .services-one__icon {
    
     background-color:#fff!important;
 }
 .newfoundland-and-labrador .services-one__single {
   background-color:#fff;
 }
 .newfoundland-and-labrador .services-one__content {
      background-color:#fff;
      padding: 15px;
 }

   .nunavut .services-one__single:hover .services-one__img:before,
   .nunavut .services-one__single:hover .services-one__img:after {
     display:none;
 }
    .nunavut .services-one__single:hover {
    transform: scale(1.05) !important;
    transition: 0.5s !important;
    background: var(--color2) !important ;
  
}
 .nunavut .services-one__single:hover .services-one__content{
  
    transition: 0.5s !important;
    background: var(--color2) !important ;
  
}
  
  .nunavut .services-one__content {
    padding: 15px 15px 15px !important;
}
.nunavut .services-one__single {
    background: #eee;
}
  .quality-work .col-xl-4.col-lg-4 {
    display: flex;
    justify-content: space-between;
}
   .nunavut .services-one__single:hover h4{
    color: #fff;
}
   .services-one__single {
    border-radius: 10px;
    border: 1px solid var(--ambed-bdr-color, #e2ddda);
    padding: 0px;
    overflow: hidden;
    transition: 0.5s;
}
     .nunavut .services-one__single:hover p{
    color: #fff;
}
  
  .section-title__line {
    width: 80%;
    margin: 0 auto 20px;
    text-align:center;
    text-decoration:underline;
} 
.newfoundland-and-labrador section.health-categories  p{
 text-align: center;
    margin-bottom: 20px;
}
 .alberta .project-one__content {
         padding: 15px 60px 45px;
 }
 .alberta h3.section-title__title {
    text-align: left !important;
    color: #333;
    font-size: 26px;
    line-height: 32px;
        font-family: acumin-pro-semi-condensed,sans-serif;
        margin-bottom:20px;
}
.alberta .services-one__content {
    padding: 0;
    background: none;
    text-align: left;
}  
 .alberta .services-one__single {
    border: none !important;
    margin: 0 20px 0 0px;
    padding: 0px;
} 
 .alberta .services-one__single .services-one__title a {
    text-align: left !important;
    text-decoration: underline;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 300;
    line-height:32px;
    color: var(--color1);
        font-family: acumin-pro-semi-condensed,sans-serif;
} 

  
.alberta .services-one__content p{
    text-align:left;
    color:#000;
        font-family: acumin-pro-semi-condensed,sans-serif;
}  
  .single-news:hover h3{
  
    color: #fff;
}
.latest-news .col-md-4.col-sm-4 {
    display: flex;
    min-height:1px !important;
}  
  
.alberta .single-news{
    min-height:1px !important;
}  
  .alberta .services-one__title{
      text-align:left;
  }
.single-news--image img {
    margin-bottom: 0px;
}
.manitoba .for-links .feature-one__content a {
    color:#fff;
    
}
.for-links .feature-one__content li:before {
    content: "\e916";
    font-family: 'icomoon' !important;
    color: #fff;
    position: absolute;
    left: 30px;
    transition: 0.5s;
}  
  
.for-links .feature-one__content li {
 list-style: none;
}    
  
 .for-links .feature-one__content:hover li:before {
    color: #fff;
}  
  
 .manitoba .feature-one__title  {
     text-align:left;
 }
  
 .manitoba .node p {
     color:#fff;
 } 
 .nova-scotia .single-news {
     
     min-height:1px;
 } 
  
 .right-col-cdap .col-md-6.col-sm-6 {
    display: flex;
} 
.nova-scotia .latest-news {
    background-image: url(https://mnpdigital.ca/wp-content/uploads/2021/08/about-us-bg-02@2x-scaled.jpg);
    background-attachment: fixed;
}  
  
section.govt-nova:after {
    background: #000;
    opacity: 0.70;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}  
 .left-col-cdap .single-news {
    box-shadow: none;
    background: none;
 }
.left-col-cdap .single-news:hover{
    color:var( --ambed-gray, #8b827d);
}
  .left-col-cdap .single-news:hover h3{
    color:var( --color2);
}
 section.latest-news .col-md-6 {
    display: flex;
}    
 .left-col-cdap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
} 
.british-columbia .project-one {
    background:#eee;
}  
.saskatchewan .node p {
    color:#fff;
}
.footer-widget__explore-list li a:hover {
    color:#fff!important;
}
.footer-widget__explore-list li a:hover:before {
    color:#fff!important;
}

.new-brunswick .suggestion.bg-color p {
    font-weight: normal;
}

.new-brunswick .suggestion.bg-color {
    background: #fff;
}
.new-brunswick .quality-work.bg-color {
    padding: 60px 0 30px;
}

.new-brunswick .single-news:hover h3 {
    color: #fff;
}

.new-brunswick .single-news{
    min-height:unset;
}
.single-news--image {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
    background: #fff;
    border-radius: 7px;
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    transition: 0.5s;
    display: flex;
    align-items: center;
}

.single-news--image:hover {
    transform: scale(1.05);
    transition: 0.5s;
    background: var(--color2);
}

.new-brunswick .latest-news .col-md-8.col-sm-12, .new-brunswick .latest-news .col-md-4.col-sm-6{
 display: flex;
}
.project-one__content{
    padding: 52px 60px 120px;
}
.project-one__thumb-box {
    bottom: 0 !important;
}
.new-brunswick .project-one {
    padding: 60px 0;
}
.project-one__nav .swiper-button-prev {
    left: -56px;
}
.new-brunswick .feature-one {
    background: #fff;
}
.stricky-fixed {
    box-shadow: 0 0px 10px 0px #ffffff42;
}
.northwest-territories .help-you .quest_sec h3 a {
    color: #fff !important;
}

.northwest-territories .help-you .quest_sec h3 a:hover {
    color: #fff !important;
}

.northwest-territories .site-alert-wrapper .alert-content a {
    color: var(--color2);
    background-color: #fff;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px;
    position: relative;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border-radius: 10px;
}
.overflow-img {
    position: absolute;
    max-width: 300px;
    bottom: 0px;
}
.northwest-territories .site-alert-wrapper .alert-content a:hover {
    background: var(--color1);
    transition: 0.3s 0.2s ease-in-out;
    color: #fff;
}
.northwest-territories .single-news {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
    background: #fff;
    border-radius: 3px;
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
    transition: 0.5s;
    min-height:unset;
}
.northwest-territories .single-news h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}
.northwest-territories .single-news:hover h3 {
    color:var(--color1);
}
.testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.latest-news.with-images .col-md-4 {
    display: flex;
}
.top-head .item--contact-info span {
    color: #fff;
}
.field-item.even {
    margin-bottom: 30px;
}
 @media (max-width: 767px){
      .chair-person-detail {
    padding: 0 ;
}

  #usa-map svg {
      width: 100%;
      background-color: #fff;
      border: 1px solid #e3e3e3;
      border-radius: 3px;
      padding: 0;
  }
}

.british-columbia .services-one__single {
    min-height: 432px;
    background: #eeeeee;
}

.prince-edward-island .feature-one__content .feature-one__title {
    margin-top: 0;
}

.ontario .quality-work .section-title__title {
    margin-bottom:20px;
}
.header-nav li ul li a {
    color: #333 !important;
}
.header-nav li ul li:hover {
    background: #444;
    color:#fff;
}
.need-help-lower h3 {
    color: #333 !important;
}
.need-help-lower .left-content h2 {
    color:#333;}
   section.intro-sec{
      background: #fff !important;
      border: 1px solid #e3e3e3;
  }
  .intro-sec p,  .chair-person-detail h2{
      color: #333 !important;
  }
 
  a.info-heading-link{
  color:#333 !important;
  background:#fff !important;
      
  }
  /*CANADA*/
  
  .canada .feature-block-two .inner-box {
    background-color:#263649;
}
  .canada .about-us {
     background:#fff !important;
  }
  .canada .about-us--best-quality{
      background: #f5f5f5 !important;
  }
  .canada section.intro-sec{
      background: #f5f5f5 !important;
      border: 1px solid #e3e3e3;
  }
 
  .canada section.latest-news{
background: #fff;
}
.canada .single-news {
    
    background: #f5f5f5;
}
.canada a {
    /*color: #284162;*/
    text-decoration:underline;
}
.canada a:hover {
    /*color: #0535d2;*/
    text-decoration: underline;
}
.canada .chairperson{
    background-color: #f5f5f5;
}
.canada .single-news:hover {
    background: #d9edf7;
    color: #333;
} 
.canada .single-news:hover h3 a{
    color: #333;
}
.canada .services-feature {
    background-color: #fff;
}
.canada .services-feature .service-col {
    background-color: #fff;
    
}
.canada .service-feature {
     background-image: none;
}
.canada .tertiary-link a {
    color: #284162;
    font-weight: 700;
}
.canada .alberta-services:hover a {
    color: #0535d2;
}
.canada section.latest-news h2 { 
    color: #333; 
}
.canada .about-us--btn a:hover {
    color:#fff;
    background:#0a58ca;
}
 .feature-block-two .inner-box .link a {
    color: #333 !important;
    background-color: #fff !important;
}
.feature-block-two .inner-box h3:after {
    background-color: #fff;
    
}
.feature-block-two .inner-box .link a:hover {
    background: #fff !important;
    color: #333 !important;
}
  /*end canada*/


/*Alberta*/
.alberta .header-nav li.has-children > a::after {
    top: -3px !important;
}
.alberta img.logo-white {
    padding: 0px 0 5px;
}
.alberta .feature-block-two .inner-box {
    background-color: #016fc5;
}
.alberta section.intro-sec{
      background: #fff !important;
      border: 1px solid #e3e3e3;
  }
 
.alberta .tertiary-link a {
    color: #0070c4;
    font-weight: normal;
    text-decoration:underline;
}
.alberta .alberta-services:hover a {
    color: #333;
}
/*alberta end*/

/*british columvbia*/

.british-columbia .feature-block-two .inner-box {
    background-color: rgba(0, 51, 102);
}
.british-columbia section.intro-sec{
      background: #fff !important;
      border: 1px solid #e3e3e3;
  }

.british-columbia .quality-work {
    background-color: #eee;
}
.british-columbia .quality-work .col-xl-3.col-lg-3 .services-one__single.wow.fadeInUp.animated {
    background: #fff;
    
}
.british-columbia .services-one__content {
    background-color: #fff;
    
}
.british-columbia .color-text {
    background: #fff;
}
.british-columbia .color-text h2 {
    color: #333;
}
/*british columbia end*/

/*ONTARIO*/

.newfoundland-and-labrador section.helth-care-stemp {
    background: #75787c;
    
}
.nunavut .feature-block-two .inner-box {
    background-color: #016fc5;
}
 .saskatchewan section.quality-work.bg-color .section-title h3 {
     margin-bottom: 20px;
 }
.grow-business-widget h3.widget-heading-title {
    color: #fff !important;
    text-align: center;
    font-size: 32px !important;
    padding-inline: 10px !important;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    font-variant: petite-caps;
}
.alert--banner {
    background-position: center;
}
body.canada {
          font-family: "Noto Sans",sans-serif !important;
          color: #333;
  }
  .canada h1,
  .canada h2,
  .canada h3,
  .canada h4,
  .canada h5,
  .canada h6 {
    font-family: Lato,sans-serif !important;
        font-weight: 700;
  }
 body.alberta {
          font-family: "acumin-pro-semi-condensed",sans-serif !important;
          color: #333;
  }
body.yukon {
    font-family: Montserrat,Helvetica,Arial,sans-serif;
}
body.newfoundland-and-labrador {
    font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
body.british-columbia {
    font-family: 'BC Sans', 'Noto Sans', Arial, 'sans serif';
}

body.ontario {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.nunavut {
    font-family: "Montserrat",sans-serif;
}
body.new-brunswick {
    font: 100% Arial,Helvetica,sans-serif;
}
body.manitoba {
   font-family: 'Open Sans', Arial, sans-serif;
}
body.northwest-territories {
   font-family: "Helvetica Neue",Helvetica,Arial,"Nimbus Sans L",sans-serif;
}
body.nova-scotia {
  font-family: "open_sansregular",Helvetica,Arial,Tahoma,sans-serif;
}
body.prince-edward-island {
      font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.prince-edward-island h1,
  .prince-edward-island h2,
  .prince-edward-island h3,
  .prince-edward-island h4,
  .prince-edward-island h5,
  .prince-edward-island h6 {
     font-family: "droidserif",serif;
  }

body.quebec {
      font-family: "Open Sans",sans-serif;
}
.quebec h1,
  .quebec h2,
  .quebec h3,
  .quebec h4,
  .quebec h5,
  .quebec h6 {
     font-family: "Roboto",sans-serif;
  }
body.saskatchewan {
     font-family: "Source Sans Pro",sans-serif;
}
.saskatchewan h1,
  .saskatchewan h2,
  .saskatchewan h3,
  .saskatchewan h4,
  .saskatchewan h5,
  .saskatchewan h6 {
     font-family: "Source Sans Pro",sans-serif;
  }

.banner-text span {
    color: red;
    font-size: 26px;
    font-weight: 700;
}

 .disclaimer img{
    border-radius:5px;
    margin-bottom:50px;
}
.disclaimer {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    
    padding: 10px;
    border-radius: 0px 20px;
}

.disclaimer span {
    font-size: 16px;
}
.site-footer__bottom-links ul {
    display: flex;
    list-style: none;
    padding: 15px;
}
.site-footer__bottom-links li a {
    margin: 0 30px;
    color: #fff;
}

.footer-widgets a:hover {
    color: #fff !important;
}
span.site-footer__bottom-text a:hover {
    color: #ffff !important;
}

.contact-page__details-list span {
    font-size: 20px;
    font-weight: 600;
}
.content-privacy {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.content-privacy p {
    line-height: 34px;
}
.content-privacy h2 {
    padding-bottom: 20px;
    color: #444;
}
@media only screen and (max-width: 767px){
.banner-text span {
    font-size: 20px;
}
.content-privacy h2 {
    padding-bottom: 10px;
    color: #444;
}


.content-box p {
    padding: 10px;
  
}
    .grow-business-widget h3.widget-heading-title, span.alert--alert-title {
    font-size: 20px !important;
}
    section.form-sec {
    padding: 40px 0 20px;
}
    .project-one__nav {
    top: 35%;
    }
    p.feature-one__image {
    padding-top: 15px;
}
    .tertiary-items .col-md-4 {
    width: 100% !important;
}
  .maintaince_sec .row .col-lg-4.col-md-4.col-sm-6:last-child {
      margin: 13px auto 0 auto;
  }
  .maintaince_sec .row .col-lg-4.col-md-4.col-sm-6:first-child {
      margin-bottom:13px;
  }
    section.latest-news{
        padding: 40px 0 10px;
    }
    section.tertiary-items{
        padding: 40px 0 30px;
    }
    .service-feature{
        padding: 40px 0 30px;
    }
    section.intro-sec{
        padding: 40px 0;
    }
   
    .feature-style-two .inner-container{
    margin-top: 50px;
  }
  .slick-slider {
    width: 100%;
    padding: 0 15px;
  }
  .ct-slick-nav-wrap h3.el-widget.el-empty, .ct-slick-nav-wrap a, .intro-new img {
    display: none;
  }
  .ct-slick-nav-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-top: auto;
    padding-left: initial;
    padding-bottom: initial;
    padding-top: initial;
    background: none;
    margin-bottom: 40px !important;
    position: relative;
  }
  .port-slider {
    display: block;
  }
  .port-slider .slider-nav {
    bottom: auto;
    margin-left: -80px;
  }
  .protfolio-detail .icon {
    width: 50px;
    line-height: 53px;
    height: 50px;
  }
  .protfolio-detail {
    padding: 3px 55px 3px 12px;
    width: 96%;
  }
  .protfolio-detail h3 {
    font-size: 17px;
    line-height: 28px;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  .port-slider {
    padding: 40px 0px 0 0px;
  }
}

.page-header__inner h1 span{
    color:#ff0200 !important;
}

.feature-block-two .inner-box .overlay-content {
    min-height: 449px;
}
.alert--alert-info {
    padding: 20px 0;
    background: #053566b0;
    border-left: 3px solid #89d3de;
    padding-left: 10px;
}
span.alert--alert-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.alert--alert-description {
    font-style: italic;
    font-size: 14px;
    color:#fff;
}
.grow-business-widget {
    background: #095797;
    padding: 10px 0;
    margin-bottom: 15px;
}
h2.widget-heading-title {
    color: #fff !important;
    text-align: center;
}
.alert--banner {
    padding: 20px 10px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column-reverse;
    background-repeat: no-repeat;
    background-size: cover;
    row-gap: 15px;
}
h2.info-heading-title {
    color: #fff !important;
    font-size: 25px !important;
    width: 100%;
    text-wrap: pretty;
    text-align: center;
}
.alert--banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color2);
    opacity: 0.8;
}
.info-heading-title, .info-heading-btn {
    z-index: 0;
}
.info-heading-btn {
}
a.info-heading-link {
    text-wrap: nowrap;
    display: block;
    background: #eee;
    padding: 8px 20px;
    color: var(--color2);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    transition-duration: 0.5s;
}
a.info-heading-link:hover {
    background: var(--color1);
    color:#fff;
}
.mb-10 {
    margin-bottom:10px;
}
.mb-15 {
    margin-bottom:15px;
}

h2.consultation-heading-title {
    font-size: 20px !important;
    color: #fff !important;
}
.consultation-request .container {
    background: var(--color2);
    padding: 40px;
    margin-bottom: -60px;
    position: relative;
}
.consultation-request a.info-heading-link {
    border-radius: 5px;
    text-align: center;
    margin-inline: 10px;
    font-weight: normal;
}
.title-inner {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.description strong a {
    font-size: 20px;
    color: #fff;
}
.need-help-lower {
    background: #eee;
    padding: 90px 0 50px;
}
.nova-scotia .need-help-lower {
    background: #effbff;
}
.need-help-lower h3 {
    font-size: 16px;
    color: var(--color2);
    text-align: center;
}
.need-help-lower .service-col.service-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    /*min-height: unset !important;*/
}
.quality-work .col-xl-3.col-lg-3 {
    display: flex;
}
.quality-work .col-xl-3.col-lg-3 .services-one__single.wow.fadeInUp.animated {
    background: #eee;
    display: flex;
    flex-direction: column;
}
.quality-work .col-xl-3.col-lg-3 .services-one__single .services-one__content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly !important;
    min-height: 126px;
}
.maintaince_sec .col-lg-4.col-md-4.col-sm-6 {
    display: flex;
}
.tb-info {
    padding: 15px;
    justify-content: space-evenly;
}
.saskatchewan h3.services-one__title {
    font-size: 20px;
    padding: 15px;
    font-weight: 500;
}
.saskatchewan .services-one__content {
    background-color: unset !important;
}
.saskatchewan section.health-categories{
        padding: 60px 0 30px;
}
.margin-banner-top {
    margin-top: 71px;
}
.feature-style-two .inner-container .feature-block-two {
    display: flex;
}
.feature-block-two .inner-box .link {
    bottom: 30px;
}
.header-nav {
    padding-left: 30px;
}
.quest_sec:hover h3 {
    text-decoration: underline;
}
.alert--alert-title h2 {
    color: #fff !important;
}
h3.widget-heading-title {
    color: #fff !important;
    text-align: center;
    font-size: 26px !important;
    padding-inline: 10px !important;
}
span.alert--alert-title {
    font-size: 29px;
    color: #fff;
}
.main--btns {
    display: flex;
}
.main--btns a {
    width: 49%;
    display: block;
    color: #fff;
    line-height: 2.5;
    height: 40px;
    text-align: center;
    font-weight: 500;
    margin-right: 4px;
}
.main--btns a:first-child {
    background: var(--color1);
    border-radius: 5px 0 0 5px;
}
.main--btns a:last-child {
    background: var(--color2);
    border-radius: 0 5px 5px 0;
}
.main--btns a:hover {
    box-shadow: inset 0 1px 4px 3px rgba(32,33,36,.28);
}
.main--btns a:last-child:hover {
     background: var(--color1);
}
.main--btns a:first-child:hover{
     background: var(--color2);
}
.service-details ul {
    margin-bottom: 15px;
}
.nova-scotia .feature-block-two .inner-box {
    background-color: rgb(0 82 160);
}
.nova-scotia h2.consultation-heading-title, .nova-scotia .description strong a, .nova-scotia .consultation-request .title-inner,
.saskatchewan h2.consultation-heading-title, .saskatchewan .description strong a, .saskatchewan .consultation-request .title-inner,
.saskatchewan .intro-sec p, .saskatchewan .chair-person-detail h2,
.quebec .intro-sec p, .quebec .chair-person-detail h2,
.prince-edward-island .intro-sec p, .prince-edward-island .chair-person-detail h2,
.new-brunswick .intro-sec p, .new-brunswick .chair-person-detail h2{
    color: inherit !important;
}
.nova-scotia section.govt-nova:after {
    content:none !important;
}
.nova-scotia section.govt-nova {
    background: #50b9d7;
}
.nova-scotia .consultation-request .container{
    background: #afdca7;
}
.manitoba .feature-block-two .inner-box {
    background-color: rgb(0 54 41);
}
.manitoba .feature-one, .manitoba section.sec-bk {
    background: #d6d6d6;
}
.manitoba .node, .manitoba section.intro-sec {
    background-color: #2c3135;
}
.saskatchewan .feature-block-two .inner-box {
    background-color: rgb(65 182 230);
}
.saskatchewan .feature-block-two .inner-box .link a {
    color: #000;
    background-color: #b9d9eb;
}
.saskatchewan section.intro-sec, .prince-edward-island section.sec-bk, .prince-edward-island section.intro-sec, .new-brunswick .suggestion {
    background: unset;
    border-block: 1px solid #E1E3E6;
}

.saskatchewan section.sec-bk, .saskatchewan .consultation-request .container {
    background-color: #e7f3fc;
}
.quebec section.intro-sec {
    background: #f2f1f1;
}
.quebec section.about-us,.quebec section.block-systems,.quebec section.sec-bk{
    background: #ffffff;
}
.quebec .maintaince_sec.coupon .col-lg-4.col-md-4.col-sm-6:not(:last-child) {
    border-right: 1px solid #c7c2c2;
}
.quebec .site-footer {
    background-color: #223654;
}

.quebec .feature-block-two .inner-box {
    background-color: rgb(9 87 151);
}
.quebec .node .chair-person-detail h2 {
    color: #fff !important;
}
.prince-edward-island .column2 h3.feature-one__title {
    background: #008570;
}
.prince-edward-island .column2 li.feature-one__single:hover h3.feature-one__title {
    background: var(--color2);
    transition: 0.9s;
}
.prince-edward-island section.team-services .single-news {
    background: #f2f7fb;
    color: #000;
}
.prince-edward-island .tb-info {
    background: #f2f7fb;
}

.govt-text {
    z-index: 9 !important;
}
.prince-edward-island .single-news:hover {
    background:unset !important;
    color:#000 !important;
}
.prince-edward-island .latest-news .single-news:hover a {
    color:#000;
}
.prince-edward-island .consultation-request .container,.prince-edward-island img.book-logo, .prince-edward-island .feature-block-two .inner-box {
    background: #333333;
}
.northwest-territories section.intro-sec,.northwest-territories  .feature-block-two .inner-box {
    background: #3e3e3e;
}
.new-brunswick section.intro-sec, .new-brunswick .header-main-menu::after, .new-brunswick .stricky-fixed, .new-brunswick .consultation-request .container {
    background: linear-gradient(180deg, #ebecec, #dbdbdb) !important;
}
.new-brunswick .header-nav li a {
    color: #000000;
}
.new-brunswick section.latest-news{
    background: unset;
}
.new-brunswick img.logo-white {
    filter: brightness(0);
}
.new-brunswick .header-nav li a:hover, .header-nav li a.active, .new-brunswick .latest-news .single-news:hover h3, .new-brunswick .intro-sec .chair-person-detail h3 {
    color: #000 !important;
}
.new-brunswick .single-news--image:hover {
    background: unset;
}
.new-brunswick .single-news:hover {
    background: unset;
    color: #000;
}
.new-brunswick .header-nav li ul li a:hover {
    color:#fff !important;
}
.new-brunswick section.tertiary-items {
    background: inherit !important;
}
.new-brunswick .consultation-request h2.consultation-heading-title,.new-brunswick .consultation-request .title-inner,.new-brunswick .consultation-request .description a 
{
    color:#000!important;
}
.new-brunswick .site-footer img.logo-white {
    filter: none;
}

.header-nav li ul {
    box-shadow: 0px 33px 30px 0px rgb(14 9 9 / 17%) !important;
}
.form-sec .single-block h3 {
    color: var(--color1) !important;
}
.form-sec .main-form label.error {
    top: -30px;
    position: relative;
    left: 3px;
}

.govt-nova .col-md-6:last-child {
    display: flex;
    justify-content: flex-end;
}
.tertiary-items .col-md-4:last-child {
    display: flex;
    place-content: center;
}
.yukon .tertiary-items .col-md-4:last-child, 
.ontario .tertiary-items .col-md-4:last-child,
.nova-scotia .tertiary-items .col-md-4:last-child {
    display: unset;
}
.services-with-icons .col-md-4:last-child {
    display: flex;
    place-content: center;
    align-items: center;
}
.services-with-icons .about-us--btn a {
    color: #fff;
}
.nunavut .intro-sec .chair-person-detail h3 {
    color: #000;
}
.chair-person-detail p {
    line-height: 26px;
}
.chair-person-detail .about-us--btn {
    margin-top: 20px;
    margin-bottom: 0;
}
.inner-pages-coupon {
    background: #fff !important;
}
.inner-pages-coupon .tb-info {
    background: #eee;
}

@media only screen and (min-width:1300px) {
    .header-nav li ul {
    width: 82vw !important;}
}
@media only screen and (min-width:992px) and (max-width:1440px){
.header-nav li ul li a{
        font-size: 13px !important;
}
}
@media only screen and (min-width:992px) and (max-width:1299px){
    .header-nav li ul {
        column-count: unset !important;
        overflow: scroll;
        max-height: 520px;
        left: 130% !important;
    }
}


.front-primary-content .front-img {
    margin-bottom: 25px !important;
}
.quebec .site-alert-wrapper .chairperson{
    width: 70%;
    height: 100%;
   
}

.quebec .site-alert-wrapper .chairperson img{
   width: 67%;
}
.quebec .site-alert-wrapper .chair-person-detail p{
  color:#fff;
}
.prince-edward-island section.team-services .single-news{
    min-height:1px;
}
.prince-edward-island section.team-services .single-news ul {
    min-width: 260px;
}
.prince-edward-island section.team-services .single-news h3 a {
    background: var(--color2);
}
.prince-edward-island section.team-services img {
    border: 2px solid #fff;
}

.prince-edward-island .feature-one__content {
    position: relative;
    background-color: #fff;
    vertical-align: text-top; 
}
.prince-edward-island .feature-one__single:hover .feature-one__content li{
  color:#fff;  
}

.prince-edward-island .feature-one__single:hover .feature-one__content li:before{
  color:#fff;  
}

.prince-edward-island .for-links .feature-one__content li {
    color: var(--color1);
}
.prince-edward-island .for-links .feature-one__content li:before {
    color:var(--color1);
}
.prince-edward-island .feature-one__single {
    min-height:1px;
}
.prince-edward-island section.latest-news {
    background: #f7f7f7;
}
.nunavut section.services-with-icons.bg-color {
    background-color: #fff;
}
.british-columbia .services-one__content {
    padding: 10px;
    min-height: 150px;
}
.main-form {
    background-color: #f6f6f6;
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    padding: 10px 20px;
    box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.5019607843137255);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
       
}
.main-form h3{
   color: #616161;
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom:10px;
}
.main-form p{
color: #4A4A4A;
    font-family: "Avenir Book", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
     margin-bottom:10px;
}
.main-form input {
    background-color: #fff;
    border-radius:5px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #cfd4d8;
    color:#595d64;
     font-weight: 400;
     padding: 5px 15px;
}
.form-sec .single-block {
        box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
    background: #fff;
    border-radius: 7px;
    position: relative;
    padding: 20px;
    margin-bottom:30px;
    transition: 0.5s;
}
.form-sec .single-block img {
    margin-bottom: 10px;
}
.form-sec .single-block h3{
color: #AC3464;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;

}
.form-sec .single-block p{
color: #4A4A4A;
    font-family: "Avenir Book", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.form-sec .col-md-6.col-sm-6 {
    display: flex;
}
section.form-sec {
    padding: 60px 0;
}

.ontario .services-one__single {
    background-color: #eee;
}
.ontario .services-one__content {
     padding: 20px; 
}
 .tb-info {
    padding:15px;
}
.ontario .tb-info .small-logo-icon {
margin-bottom:20px;
}

.tb-info .head-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

section.blog-single-area {
    padding: 70px 0;
}

section.blog-single-area h1 {
    font-size: 30px;
    padding-bottom: 10px;
}

section.blog-single-area h2 {
    font-size: 28px;
    padding-bottom: 10px;
}
section.blog-single-area p {
    padding-bottom: 10px;
}













