/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.3.6.1759985030
Updated: 2025-10-09 04:43:50

*/
a, a img {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wpb_text_column p {
    margin-bottom: 15px;
}
header#masthead {
    border-top: 8px solid;
    border-image: linear-gradient(to right, #483e39 0%, #483e39 50%, #ccaa5e 50%, #ccaa5e 100%) 1;
}
.site-bottom-header-wrap .site-header-row {
    margin-bottom: -34px;
    background-color: #fff;
    padding: 0 5px 0 15px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
ul.headinfo {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
}
ul.headinfo li {
    position: relative;
    display: flex;
    align-items: center;
}
ul.headinfo li:before {
    position: absolute;
    top: -4px;
    bottom: -5px;
    right: -28px;
    content: "";
    width: 1px;
    background-color: #e2ddda;
    transform: rotate(12deg);
}
ul.headinfo li:last-child:before {
  display: none;
}
ul.headinfo li + li {
  margin-left: 54px;
}
ul.headinfo li i {
    font-size: 26px;
    color: #ccaa5e;
}
ul.headinfo li .content {
    margin-left: 20px;
}
ul.headinfo li .content p {
    font-size: 13px;
    font-weight: 500;
    line-height: 12px;
    margin: 0;
    opacity: .8;
}
ul.headinfo li .content span {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}
ul.headinfo li .content span a {
    color: #000;
    text-decoration: none;
}
ul.headinfo li .content span a:hover {
  color: #ccaa5e;
}
.header-social-wrap a.social-button {
    background-color: rgb(204 170 94 / 50%);
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.header-social-wrap a.social-button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #ccaa5e;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}
.header-social-wrap a.social-button:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#main-header .header-button, a.spbtn, input.wpcf7-form-control.wpcf7-submit {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    outline: none !important;
    background-color: #483e39;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 17px 50px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s linear;
    border-radius: 0;
}
#main-header .header-button:after, a.spbtn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    background-color: #ccaa5e;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    opacity: 1;
    z-index: -1;
}
a.spbtn:hover, .site-footer-wrap a.spbtn:hover {
    color: #fff;
}
a.spbtn.cwhite {
    background-color: #fff;
    color: #000;
}
a.spbtn.cwhite::after {
    background-color: #ccaa5e;
}
a.spbtn.cgold {
    background-color: #ccaa5e;
    color: #fff;
    background-image: linear-gradient( #ccaa5e, #87652d);
}
a.spbtn.cgold::after {
    background-color: #483e39;
}
#main-header .header-button:hover:after, a.spbtn:hover:after {
    opacity: 1;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    border-left: 3px solid #ccaa5e;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #ccaa5e;
}
ul#primary-menu {
    /* padding-left: 15px; */
}
ul#primary-menu>li>a {
    padding-top: 21px;
    padding-bottom: 21px;
}
ul#primary-menu>li>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
    opacity: 0;
    visibility: hidden;
    height: 0px;
    width: 12px;
    border-left: 2px solid #3b3430;
    border-right: 2px solid #3b3430;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul#primary-menu>li>a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 0;
    background-color: #ccaa5e;
    content: "";
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    height: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul#primary-menu>li>a:hover::before, ul#primary-menu>li.current-menu-item>a::before, ul#primary-menu>li>a:hover::after, ul#primary-menu>li.current-menu-item>a::after {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    visibility: visible;
    height: 11px;
}
ul#primary-menu>li>a:hover::after, ul#primary-menu>li.current-menu-item>a::after {
    height: 18px;
}
ul#primary-menu ul.sub-menu li a:hover {
    background-color: var(--global-palette2);
}
.site-footer-wrap {
    background-image: url(images/footer-bg01.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    font-size: 15px;
}
.site-footer-wrap:before {
    opacity: 0.93;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #232323;
}
.site-footer-wrap {
    color: rgba(255, 255, 255, 0.65);
}
.site-footer-wrap a, .site-footer-wrap h2.widget-title, .foo-con .content span {
    color: #fff;
}
.site-footer-wrap a:hover {
    color: #ccaa5e;
}
.site-footer-wrap h2.widget-title {
    font-size: 30px;
    margin-bottom: 20px;
}
.site-footer-wrap .textwidget p:first-child {
    margin-top: 0;
}
.site-middle-footer-inner-wrap {
    border-bottom: 1px solid #f7f7f726;
    border-top: 1px solid #f7f7f726;
    position: relative;
}
.site-middle-footer-inner-wrap:before, .site-middle-footer-inner-wrap::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #f7f7f726;
    top: 0;
    left: calc(33.33% - 10px);
}
.site-middle-footer-inner-wrap::after {
    left: calc(68% - 10px);
}
ul#menu-footer-menu li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0px 0px 15px 0;
    line-height: 1.5;
}
ul#menu-footer-menu li:nth-child(even) {
    width: 40%;
    margin-left: 5%;
}
ul#menu-footer-menu li a {
    position: relative;
    padding-left: 19px;
}
ul#menu-footer-menu li a:before {
    content: "\+";
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 3px;
}
.foo-con {
    display: flex;
    align-items: center;
}
.foo-con i {
    font-size: 26px;
    color: #ccaa5e;
}
.foo-con .content {
    margin-left: 20px;
}
.foo-con .content p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
}
.site-middle-footer-inner-wrap .textwidget .foo-con {
    margin-bottom: 20px;
}
.site-middle-footer-inner-wrap .textwidget .foo-con:last-child {
    margin-bottom: 0;
}
.footer-social-wrap a.social-button {
    width: 37px;
    height: 37px;
}
.foocta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 15px 0;
}
.foocta h4 {
    color: #fff;
    font-size: 46px;
}
.foocta p {
    margin: 0;
    text-align: left;
    font-size: 16px;
}
.hbannersec {
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 90px;
    color: #fff;
}
.hbannersec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000004d;
    width: 100%;
    height: 100%;
}
.hbannersec .wel, .hbannersec .welhead {
    width: 475px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.hbannersec .wel {
    font-size: 14px;
    color: #ccaa5e;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.hbannersec .wel:before, .hbannersec .wel::after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 6px;
    border-width: 5px 0px 0px 5px;
    border-style: solid;
}
.hbannersec .wel::after {
    left: auto;
    right: 0;
    border-width: 5px 5px 0 0px;
}
.hbannersec .welhead {
    margin-top: 15px;
}
.hbannersec h1 {
    color: #fff;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 25px;
}
.sechead p {
    margin: 0;
    color: #ccaa5e;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.sechead h2 {
    font-size: 52px;
    margin: 5px 0 0 0;
    position: relative;
    padding-bottom: 10px;
}
.sechead.whitec h2 {
    color: #fff;
}
.sechead h2::before, .sechead h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px;
    background-color: #ccaa5e;
}
.sechead h2::after {
    left: 45px;
    width: 4px;
    background-color: #483e39;
}
.sechead.whitec h2::after {
    background-color: #ffffff;
}
.sechead.centext {
    text-align: center;
}
.sechead.centext h2::before {
    left: 50%;
    margin-left: -30px;
}
.sechead.centext h2:after {
    left: 50%;
    margin-left: 15px;
}
.haboutsec {
    padding: 160px 0 160px;
}
.haboutsec .leftcol {
    padding-right: 75px;
}
.haboutsec:before {
    content: '';
    position: absolute;
    top: -325px;
    left: -325px;
    height: 650px;
    width: 650px;
    background-color: #f8f6f5;
    border-radius: 50%;
    animation-name: float-bob-x;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes float-bob-x {
  0% {transform: translateX(-30px);}
  50% {transform: translateX(-10px);}
  100% {transform: translateX(-30px);}
}
.haboutsec:after {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    background-image: url(images/about-one-wall.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 38%;
    height: 100%;
}
.haboutsec .rightcol {
    position: relative;
    width: 600px;
    margin: 0 auto;
    padding-left: 70px;
    padding-right: 18px;
    max-width: 100%;
}
.haboutsec .aimg1 img {
    position: relative;
    display: block;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px;
    overflow: hidden;
    z-index: 2;
    width: auto;
}
.haboutsec .aimg2 {
    position: absolute;
    top: 90px;
    right: -115px;
    z-index: 1;
}
.haboutsec .aimg3 {
    position: absolute;
    bottom: -15px;
    left: 28px;
    opacity: 0.3;
    width: auto;
    animation-name: shapeMover;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes shapeMover {
  0%, 100% {transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);}
  50% {transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);}
}
.haboutsec .rightcol::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 30px;
    height: 235px;
    width: 235px;
    background-color: #f2eeeb;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes float-bob-y {
  0% {transform: translateY(-20px);}
  50% {transform: translateY(-10px);}
  100% {transform: translateY(-20px);}
}
.imghover {
    overflow: hidden;
    position: relative;
}
.imghover:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    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: 5;
}
.imghover:hover:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
@keyframes shine {
  100% {left: 125%;}
}
p.heiltext {
    font-size: 24px;
    color: #ccaa5e;
    font-weight: 500;
}
.haboutsec .stats-block {
    position: absolute;
    bottom: -66px;
    right: -40px;
    background-color: #ccaa5e;
    padding: 50px 40px 47px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: 5;
}
.haboutsec .stats-block * {
    text-align: left !important;
    color: #fff;
}
.haboutsec .stats-top .stats-number {
    font-size: 40px !important;
    font-weight: 700;
}
.outlinebtn {
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #ccaa5e;
    transition: all 800ms ease;
    transition-delay: 2ms;
    z-index: 1;
    padding: 23px 33px 23px 30px;
    border-radius: 0 45px 45px 0;
}
.outlinebtn, .outlinebtn img, .outlinebtn span {
    transition: all 800ms ease;
    transition-delay: 2ms;
}
.outlinebtn:hover {
    color: #fff;
}
.outlinebtn span {
    margin-left: 20px;
    line-height: 1.2;
    font-weight: 500;
}
.outlinebtn:before {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: 0;
    width: 5px;
    content: "";
    background-color: #ccaa5e;
    transition: all 500ms ease;
    opacity: 1;
    z-index: -1;
}
.outlinebtn:hover:before {
    opacity: 1;
    width: 100%;
    border-radius: 0 45px 45px 0;
    left: 0;
}
.outlinebtn:hover img {
    filter: brightness(0) invert(1);
}
.callany {
    display: flex;
    align-items: center;
}
.callany .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #ccaa5e;
    color: #fff;
    font-size: 26px;
    transition: all 500ms ease;
}
.callany .text {
    margin-left: 20px;
}
.callany .text span {
    color: #483e39;
}
.callany a {
    font-size: 20px;
    font-weight: 600;
    transition: all 500ms ease;
    color: #000;
}
.callany a:hover {
    color: #ccaa5e;
    
}
.featureboxes {
    margin-bottom: -170px;
    display: inline-block;
}
.featureboxes .wpb_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.featureboxes .aio-icon-component {
    float: left;
    width: 25%;
    margin: 0;
    position: relative;
}
.featureboxes .aio-icon-box {
    position: relative;
    display: block;
    background-color: #f2eeeb;
    padding: 40px 40px 40px;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}
.featureboxes .aio-icon-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    content: "";
    background-color: #e2ddda;
}
.featureboxes .aio-icon-component:last-child .aio-icon-box:before {
    display: none;
}
.featureboxes .aio-icon-box * {
    text-align: left !important;
}
.featureboxes .aio-icon-component .aio-icon-box h3.aio-icon-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}
.featureboxes .aio-icon-box .aio-icon-description {
    color: #6a6a6a;
}
.featureboxes .aio-icon-box .aio-icon-description, .featureboxes .aio-icon-box img.img-icon, .featureboxes .aio-icon-box h3.aio-icon-title {
    transition: all 500ms ease;
}
.featureboxes .aio-icon-box:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: #ccaa5e;
    transition: all 500ms ease;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.featureboxes .aio-icon-box:hover:after {
    transform: scaleY(1);
}
.featureboxes .aio-icon-box:hover img.img-icon {
    filter: brightness(0) invert(1);
}
.featureboxes .aio-icon-box:hover h3.aio-icon-title, .featureboxes .aio-icon-box:hover .aio-icon-description {
    color: #fff;
}
.featureboxes .aio-icon-description a {
    background-color: #fff;
    display: inline-block;
    font-size: 0;
    margin-top: 20px;
    transition: all 500ms ease;
}
.featureboxes .aio-icon-description a:before {
    content: "\f061";
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    font-size: 13px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: all 500ms ease;
    transform: rotate(-45deg);
}
.featureboxes .aio-icon-description:hover a {
    color: #fff;
    background-color: #000;
}
.featureboxes .aio-icon-component:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    transform: translateY(-100%);
    transition: all 500ms ease;
    width: 121px;
    height: 123px;
    background-image: url(images/feature-one-shape-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.featureboxes .aio-icon-component:hover:before {
    transform: translateY(0);
    transition-delay: 500ms;
    z-index: 9;
}
.featureboxes .aio-icon-component::after {  
    content: '';  
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.05;
    transform: translateX(100%);
    transition: all 500ms ease;
    width: 88px;
    height: 216px;
    background-image: url(images/feature-one-shape-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.featureboxes .aio-icon-component:hover:after {
    transform: translateX(0);
    transition-delay: 700ms;
    z-index: 9;
}
.servicessec {
    padding-top: 245px;
    padding-bottom: 85px;
    background-image: url("images/servicessecbg.png");
    background-position: center center;
    background-size: cover;
    background-color: #483e39;
}
.servicessec .aio-icon-component * {
    text-align: left !important;
}
.servicessec .aio-icon-component .aio-icon-box h3.aio-icon-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 1.5px;
}
.servicessec .aio-icon-component .aio-icon-description, .servicessec .wpb_text_column {
    color: rgb(255 255 255 / 60%);
    font-size: 15px;
}
.servicessec .aio-icon-component {
    transition: all .6s ease;
    padding: 47px 25px 32px 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .40);
    border-color: rgba(255, 255, 255, .40);
    background-color: #483e39a3;
}
.servicessec .aio-icon-component:before, .servicessec .aio-icon-component:after {
    position: absolute;
    top: -11px;
    left: -11px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transition: all .7s ease-out;  
    border-color: rgba(255, 255, 255, .40);
}
.servicessec .aio-icon-component:after {
    bottom: -11px;
    right: -11px;
    top: auto;
    left: auto;
    border-width: 1px 0px 0px 1px;
}
.servicessec .aio-icon-component:hover:before {
    left: 100%;
    transform: rotate(90deg);
}
.servicessec .aio-icon-component:hover:after {
    right: 100%;
    transform: rotate(90deg);
}
.servicessec .aio-icon-component:hover, .servicessec .aio-icon-component:hover:before, .servicessec .aio-icon-component:hover:after {
    border-color: #fff;
}
.servicessec .aio-icon-box {
    position: relative;
}
.servicessec .aio-icon-component a.aio-icon-read {
    transform: translateY(10px);
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
}
.servicessec .aio-icon-component:hover a.aio-icon-read {
    transform: translateY(45px);
    opacity: 1;
}
.servicessec .aio-icon-component a.aio-icon-read:hover {
    color: #ccaa5e;
}
.servicessec .aio-icon-component .aio-icon-top, .servicessec .aio-icon-component .aio-icon-header, .servicessec .aio-icon-component .aio-icon-description {
    transform: translateY(0);
    opacity: 1;
    transition: all .6s ease;
}
.servicessec .aio-icon-component:hover .aio-icon-top {
    transform: translateY(-25px);
    opacity: 0;
}
.servicessec .aio-icon-component:hover .aio-icon-header, .servicessec .aio-icon-component:hover .aio-icon-description {
    transform: translateY(-45px);
}
.marqmain {
    background-color: #f2eeeb;
    padding: 45px 0;
}
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 52px;
    overflow-x: hidden;
}
.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 120s linear infinite;
}
.marquee span:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #ccaa5e;
    margin: 0 15px 3px 0;
}
.marquee span {
    font-size: 32px;
    margin: 0 40px;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.marquee:before, .marquee::after {
    content: '';
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, #f2eeeb, transparent);
    z-index: 1;
}
.marquee::after {
    left: auto;
    right: 0;
    background-image: linear-gradient(90deg, transparent, #f2eeeb );
}
.gallsec {
    padding-top: 80px;
    padding-bottom: 55px;
}
.gallsec .portfolio-wraper .filtr-item {
    padding: 10px !important;
}
.gallsec .portfolio-wraper ul.simplefilter li {
    padding: 8px 30px;
    color: #000;
    background-color: #ccaa5e54;
}
.gallsec .portfolio-wraper ul.simplefilter li.active, .gallsec .portfolio-wraper ul.simplefilter li:hover {
    color: #fff;
    background-color: #483e39;
}
.gallsec .portfolio-wraper .row.filtr-container {
    margin-top: 10px;
}
.gallsec .portfolio-wraper .filtr-item img:hover {
    filter: grayscale(.8);
}
.servaresec {
    padding-top: 80px;
    padding-bottom: 55px;
    background-color: #f2eeeb;
}
.servaresec::before {
    content: '';
    background-image: url(images/servaresec-bg.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.15;
}
.servaresec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.servaresec ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 2px;
    width: 25%;
}
.servaresec ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0px;
    color: #483e39;
}
.aboutsec1 {
    padding: 100px 0 100px;
}
.aboutsec1 .rightcol {
    padding-left: 240px;
}
.aboutsec1 .aimg1 img {
    border-radius: 0 80px 80px;
}
.aboutsec1 .aimg2 {
    position: absolute;
    top: 80px;
    left: 35px;
    border-radius: 80px 80px 0;
    overflow: hidden;
}
.aboutsec1 .aimg3 {
    position: absolute;
    bottom: -80px;
    right: -40px;
    opacity: 0.3;
    width: auto;
    animation-name: shapeMover;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.abouttesti {
    padding-top: 80px;
    padding-bottom: 55px;
    background-color: #f2eeeb;
}
.abouttesti::before {
    content: '';
    background-image: url(images/servaresec-bg.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.15;
}
.abouttesti .wpmslider-wrapper .testimonial-inner {
    background-color: #fff;
    position: relative;
    /* box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15); */
    padding: 50px 40px 40px;
    transition: all 500ms ease;
    transform: translateY(0);
    display: flex !important;
    flex-wrap: wrap;
    margin-top: 45px;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-inner:hover {
    transform: translateY(-10px);
}
.abouttesti .wpmslider-wrapper .testimonial-inner:before {
    content: "\f10e";
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    position: absolute;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #e2ddda;
    top: -30px;
    left: 40px;
    color: #483e39;
    font-size: 27px;
}
.abouttesti .wpmslider-wrapper .testimonial-inner .testimonial-content {
    margin: 0;
    font-size: 18px;
    line-height: 34px;
    color: #00000094;
    text-align: left;
    border-bottom: 1px solid #e2ddda;
    padding-bottom: 30px;
    margin-bottom: 24px !important;
}
.abouttesti .wpmslider-wrapper .testimonial-content:before, .abouttesti .wpmslider-wrapper .testimonial-content:after {
    display: none;
}
.abouttesti .wpmslider-wrapper .testimonial-image {
    margin-right: 20px;
    width: 75px;
}
.abouttesti .wpmslider-wrapper .testimonial-field {
    position: absolute;
    bottom: 70px;
    left: 135px;
}
.abouttesti .wpmslider-wrapper .testimonial-field.testimonial-company {
    bottom: 58px;
    font-size: 12px;
    color: #ccaa5e;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 12px;
}
.abouttesti .wpmslider-wrapper .testimonial-field.testimonial-name {
    font-weight: bold;
}
.youtubcta {
    background-image: url(images/youtube-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.youtubcta {
    background-image: url(images/youtube-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 120px 0 90px;
}
.youtubcta h2, .youtubcta ul {
    color: #fff;
}
.youtubcta:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3c3531;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: inline-block !important;
}
.youtubcta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.youtubcta li {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(60 53 49 / 50%);
    padding: 15px 30px;
    font-size: 20px;
}
.youtubcta li:nth-child(2n) {
    background-color: rgb(255 255 255 / 10%);
}
.youtubcta ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    color: #ccaa5e;
    margin-right: 15px;
}
.youtubcta h2 {
    font-size: 70px;
}
a.playbtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97px;
    height: 97px;
    line-height: 97px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #ccaa5e;
    transition: all 0.5s ease;
}
a.playbtn i.ripple, a.playbtn i.ripple:before, a.playbtn i.ripple:after {
        position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 96px;
    transform: translate(-50%, -50%);
    animation: ripple 3s infinite;
}
a.playbtn i.ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
a.playbtn i.ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
a.playbtn:hover {
    color: #ccaa5e;
    background-color: #fff;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
.about-team {
    padding: 80px 0 60px 0;
}
.about-team .vc_row.vc_row-o-content-middle {
    margin-bottom: 30px;
}
.teambox {
    position: relative;
}
.teambox .ult-team-member-image {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    border-top-right-radius: 50px;
    overflow: hidden;
    z-index: 1;
}
.teambox:before {
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #f2eeeb;
    transition: all 500ms ease;
    border-bottom-left-radius: 51px;
}
.ult-team-member-wrap.teambox .ult-team-member-image img {
    transition: all 500ms ease;
}
.teambox:hover:before {
    background-color: #483e39;
}
.teambox:hover .ult-team-member-image img {
    transform: scale(1.05);
}
.teambox .ult-team-member-bio-wrap {
    position: relative;
    display: block;
    background-color: #f2eeeb;
    padding: 32px 20px 36px;
    border-bottom-left-radius: 51px;
    transition: all 500ms ease;
}
.teambox .ult-team-member-bio-wrap h2.ult-team-member-name {
    margin: 0;
    font-size: 28px;
    text-align: right;
    letter-spacing: 2px;
}   
.teambox .ult-team-member-bio-wrap .ult-team-member-position {
    position: absolute;
    top: -29px;
    left: 30px;
    z-index: 2;
    height: 58px;
    min-width: 178px;
    background-image: url(images/team-title.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: 58px;
    padding: 0 50px 0 22px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.teambox .ult-team-member-bio-wrap div:empty {
    display: none;
}
.teambox:hover .ult-team-member-bio-wrap {
    background-color: #483e39;
}
.teambox:hover .ult-team-member-bio-wrap h2.ult-team-member-name {
    color: #fff;
}
.teambox .ult-team-member-image span.ult-team-member-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgb(72 62 57 / 30%);
    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;
}
.teambox:hover .ult-team-member-image span.ult-team-member-image-overlay {
    transform: translateY(0);
    width: 100%;
}
.page-title .kadence-breadcrumbs, .page-title .kadence-breadcrumbs a:hover {
    color: rgb(255 255 255 / 50%);
    font-size: 16px;
}
.page-title .kadence-breadcrumbs a {
    color: #ccaa5e;
    text-decoration: none;
}
.servicessec.servpage {
    padding: 100px 0 100px;
    background-color: #ffffff;
    /* background-image: none; */
}
.servicessec.servpage .wpb_text_column {
    color: unset;
}
.servicessec.servpage .aio-icon-component {
    border: 1px solid #ccaa5e;
    background-color: #483e39;
}
.servicessec.servpage .aio-icon-component:before, .servicessec.servpage .aio-icon-component:after {
    border-color: #ccaa5e;
}
.contactp {
    padding: 100px 0 100px;
}
.conpform {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.conpform input[type=text], .conpform input[type=email], .conpform textarea {
    background-color: rgb(72 62 57 / 15%);
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 15px;
}
.conpform .ffild {
    flex: 1 1 calc(50% - 20px);
}
.conpform .ffild:last-child, .conpform .ffild:nth-last-child(2) {
    flex: 1 1 100%;
}
.conpform .wpcf7-not-valid {
    background-color: rgb(255 0 0 / 15%) !important;
}
.conpform span.wpcf7-not-valid-tip {
    display: none;
}
.blogssec {
    padding-top: 80px;
    padding-bottom: 60px;
    background-image: url(images/blog-bg.jpg);
    background-color: #e7e2e2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    
}
.blog-cardm {
    display: flex;
    gap: 30px;
}
.blog-cardm .single-bpost {
    position: relative;
    overflow: hidden;
}
.blog-cardm .single-bpost:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
    background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.60) 25%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.blog-cardm .single-bpost:hover::before {
    background-image: linear-gradient(0deg,rgba(204, 170, 94, 0.80) 25%, rgba(255, 255, 255, 0) 100%);;
}
.single-bpost .blog-card__image img {
    object-fit: cover;
    aspect-ratio: 370 / 469;
    transition: all 0.5s ease;
}
.single-bpost:hover .blog-card__image img {
    transform: scale(1.08);
}
.single-bpost .blog-con {
    padding: 0 30px 30px 30px;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.single-bpost span.post-category {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    display: block;
    width: fit-content;
    background-color: #ccaa5e;
    padding: 6px 13px;
    margin-bottom: 14px;
    transition: all 500ms ease;
}
.single-bpost:hover span.post-category {
    background-color: #fff;
    color: #000;
}
.single-bpost h3 {
    margin: 0;
    font-size: 27px;
    margin-bottom: 7px;
    background: linear-gradient(to right, #fff 0%, #fff 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    display: inline;
}
.single-bpost h3:hover {
    background-size: 100% 1px;
}
.single-bpost h3 a, .single-bpost h3 a:hover {
    color: #fff;
}
.cpdetail {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #483e39;
    margin-left: 20px;
    padding: 35px 50px 40px 50px;
    margin-top: 138px;
}
.cpdetail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cpdetail ul li + li {
    margin-top: 30px;
}
.cpdetail ul li {
    display: flex;
    flex-direction: column;
}
.cpdetail ul li span {
    color: #ccaa5e;
    opacity: .7;
}
.cpdetail ul li p, .cpdetail ul li a {
    font-weight: bold;
    color: #483e39;
    font-size: 20px;
    line-height: normal;
}
.cpdetail ul li a:hover {
    color: #ccaa5e;
}
.schedulepm {
    padding: 100px 0 100px;
}
.ssersec1 {
    padding: 100px 0 100px;
}
.ssersec1:before {
    background-image: url("images/scale.png");
    animation: ScaleAni 80s linear infinite;
    height: 45px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
@keyframes ScaleAni {
    0% {background-position: top left;}
    100% {background-position: top left 2000px;}
}
.ser2imgc {
    margin-bottom: 35px;
}
.ser2imgc .wpb_wrapper, .ser2imgc .wpb_wrapper * {
    height: 100%;
    object-fit: cover;
}
.serfeat .aio-icon-component {
    padding: 15px;
    background-image: radial-gradient(#ffffff, rgb(204 170 94 / 10%));
}
.serfeat .aio-icon-component h3.aio-icon-title {
    font-size: 26px;
    color: #483e39;
}
.serproce ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.serproce ul li {
    position: relative;
    padding-left: 25px;
}
.serproce ul li + li {
    margin-top: 10px;
}
.serproce ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0px;
    color: #ccaa5e;
}
.serproce ul li strong {
    color: #483e39;
}
.seroverv, .serpmenu, .serpright .vc_tta-container {
    padding: 0;
    background-color: #f8f8f8;
    margin-bottom: 32px;
    position: relative;
}
.seroverv h3, .serpmenu h2.widget-title, .serpright .vc_tta-container h2 {
    font-size: 28px;
    background: #483e3917;
    padding: 25px;
    margin: 0;
    color: #483e39;
}
.seroverv ul, .serpmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.seroverv ul li, .serpmenu ul li {
    display: flex;
    justify-content: space-between;
    padding: 25px 40px;
    border-bottom: 1px solid #483e3917;
}
.seroverv p {
    text-align: center;
    margin: 30px 0 !important;
    display: inline-block;
    width: 100%;
}
.serpmenu ul li {
    padding: 0;
}
.serpmenu ul li a, #serpfaq .vc_tta-panel-heading a {
    padding: 20px 35px;
    display: block;
    width: 100%;
    color: #483e39;
    font-size: 18px;
    position: relative;
}
.serpmenu ul li a:before {
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    position: absolute;
    color: #483e39;
    content: "\f061";
    right: 25px;
    top: 25px;
    transition: all ease 0.4s;
}
.serpmenu ul li a:hover {
    background-color: #ccaa5e;
    color: #fff;
}
#serpfaq .vc_tta-panel-heading {
    border-top: 2px solid #483e3917;
    border-radius: 0;
    border-width: 1px 0 0 0;
    margin: 0;
    background-color: transparent;
}
#serpfaq .vc_tta-panel-heading a {
    line-height: 1.2;
}
#serpfaq .vc_tta-panel-body {
    border: none;
    padding: 0 35px 20px 35px;
    background-color: transparent;
}
.gallpm {
    /* padding: 100px 0 100px; */
}