/*******globble css************/


a,a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
a:hover{
    color: #000;
    text-decoration: none;
}
ul,li{
    list-style: none;
}
*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

html,body{
    font-family: "Lato", sans-serif;
    width: 100%;
    height: 100%;
}
header.header_area {
    background: #FFF;
    position: relative;
}
ul.navbar-nav .nav-link {  
    padding-left: 40px !important;
    font-size: 16px;
    color: #363636;
}
.top-wap ul li {
    display: inline-block;
}
.top-wap {
    position: absolute;
    z-index: 9;
    right: 13px;
    margin-top: 18px;
}
li.nav-item {
    position: relative;
}
/*---------- == hader-css == -------*/

p{   
    color: #252728;
    font-family: "Lato", sans-serif;
    font-size: 18px;    
    line-height: 28px;
}
h1, h2, h3, h4, h5, h6{
   font-family: "Playfair Display", serif !important;
   margin:0;
   font-size: 40px;
   color: #363636;
}
span {
    font-size: 30px;
    color: #363636;
}
a{
 font-family: "Lato", sans-serif;
  font-size: 14px;
}
input[type=checkbox], input[type=radio] {
    width: auto !important;
    height: auto !important;
}
input:focus, select:focus{
    border:0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}
button[type="submit"]:focus{
    border:0;
    box-shadow: none;
    outline: 0;
}
.start-header {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 5px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img{
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.nav-header img {
    width: 80%;
    height: 100%;
}
.navigation-wrap{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
    background-color: #fff;
}
button.sub-menu-toggle {
    display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    padding:0;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:50%;
    margin-top:-6px;
    z-index: 99;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.dropdown ul.dropdown-menu li a i {
    position: absolute;
    right: 15px;
}
.dropdown-menu {
    position: static;
    float: none;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: unset !important;
    margin-top: -6px;
    height: 50vh !important;
    z-index: 9;
    overflow: hidden;
    right: 0;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    top: 23px;
}
/*---------- == hader-css == -------*/

@media only screen and (min-width: 1366px){
    .container {
        max-width: 1400px !important;
    }
}

/*---------- == banner-css == -------*/

.banner-section {
    height: 80vh;
    background: #F0BF7C;
    background: linear-gradient(90deg, rgba(240, 191, 124, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: cover !important;
    position: relative;
    background-repeat: no-repeat;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-section:after{
    content: "";
    background-image: url(https://lavender-goose-900423.hostingersite.com/wp-content/uploads/2026/02/shape-curv-bottom-gradient.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 40px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 99;
}
.banner-section .bannerSlider, .bannerSlider .owl-stage-outer, .bannerSlider .owl-stage, .bannerSlider .owl-item, .bannerSlider .banner-items {
    height: 100%;
}
.bannerSlider .banner-items {
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.bannerSlider .banner-items:before{
    content: "";
    background: #0F1A2C;
    background: linear-gradient(120deg,rgba(15, 26, 44, 1) 0%, rgba(251, 247, 242, 0) 100%);
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 99;
}
.banner-content{
    position: relative;
    z-index: 99;
}
.banner-content h1 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 65px;
}
.banner-content p {
    color: #fff;
    width: 100%;
    font-size: 18px;
}
.banner-btn > a {
    color: #FFF;
    background: #B86B52;
    font-size: 16px;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 0.6rem 0.9rem;
    position: relative;
}
.banner-btn > a:hover{
    color:#FFF;
    text-decoration: none;
}
/*---------- == banner-css == -------*/

.section-heading{
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
}
.section-heading h2{
    color: #0F1A2C;
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    font-style: italic;
    position: relative;
}
.section-heading h2:before{
    content: "";
    background-color: #D4AF37;
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 1px;
    left:-36px;
    top:24px;
}
.section-heading h2:after{
    content: "";
    background-color: #D4AF37;
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 1px;
    right:-36px;
    top:24px;
}
.imgBox{
    position: relative;
}
.findPartners{
    padding: 80px 0 0 0;
    position: relative;
}
.support-wap {
    border: 1px solid #f5e1dc;
    padding: 0;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    padding: 24px;
}

.form-header h2{
    color: #0F1A2C;
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    font-style: italic;
    margin-bottom: 40px;
    position: relative;
}
.form-header h2:before{
    content: "";
    background-color: #D4AF37;
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 1px;
    left:-36px;
    top:24px;
}
.form-header h2:after{
    content: "";
    background-color: #D4AF37;
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 1px;
    right:-36px;
    top:24px;
}
.suporting select, .suporting input {
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    height: 45px !important; 
    border: 1px solid #f5e1dc;
    outline: none;
    padding-left: 15px;
    margin-bottom: 15px;
}
.suporting button {
    color: #fff;
    background: #b86b52;
    border: 0;
    /*position: absolute;*/
    top: 0;
    height: 45px;
    width: 45px;
    right: 15px;
}

.sectionArt {
    /*background-color: #fcf5f2;*/
    padding: 80px 0;
    position: relative;
}

.sectionArt .imgBox img {
    height: 430px;
    object-fit: cover;
}

.artCards {
    display: flex;
    justify-content: space-between;
    align-items: normal;
    position: relative;
    gap: 15px;
    top: 10px;
}
.cardItems {
    flex: 0 0 23%;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.45);
    /* border-radius: 9px; */
    padding: 1rem 0.6rem;
}
.cardItems .iconBox img {
    width: 36px;
    height: 36px;
}
.cardItems-content h4 {
    font-size: 16px;
}
.cardItems-content p {
    font-size: 15px;
    line-height: 24px;
}

.sectionServices{
    background-color: #fcf5f2;
    padding: 80px 0;
    position: relative;
}
.servicesContent p {
    color: #0f1a2c;
    font-family: 'Playfair Display';
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    font-style: normal;
    position: relative;
    text-align: center;
    padding: 0 15rem;
}

.servicesCards {
    border: 1px solid #f5e1dc;
    /* background: #f4edea; */
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
    padding-bottom: 2rem;
    height: 100%;
}
.servicesCards .imgBox {
    margin-bottom: 2.6rem;
}
.servicesCards-content {
    padding: 0 2rem;
    position: relative;
}
.servicesCards-content h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 28px;
}
.servicesCards .imgBox img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
}
.btn-learn-more {
    color: #FFF;
    background: #B86B52;
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
    padding: 0.6rem 0.9rem;
    position: relative;
    transition: 0.5s all;
}
.btn-learn-more:hover{
    color: #FFF;
    text-decoration: none;
    transition: 0.5s all;
}
.sectionFeatures{
    padding: 80px 0;
    position: relative;
}
.faaturesBox {
    padding: 0 2rem;
    position: relative;
    max-width: 70%;
    margin: 0 auto;
}
.faaturesBox .imgBox img {
    height: 340px;
    width: 100%;
    object-fit: cover;
}
.faaturesBox {
    border: 1px solid #f5e1dc;
    /*box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;*/
    padding: 0;
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}
.faaturesBox .featuresContent{
    position: relative;
    padding: 2rem;
}
.faaturesBox .featuresContent h4{
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 32px;
}
.servicesBox{
    position: relative;
}
.servicesBox:after {
    content: '';
    background: rgba(0, 0, 0, 0.45);
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.servicesBox .imgBox img {
    background: rgba(0,0,0,0.45);
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: 100% 30%;
}
/*.servicesContent {
    position: absolute;
    bottom: 38px;
    left: 34px;
}*/
.servicesContent h3 {
    color: #FFF;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    z-index: 99;
}

.sectionCommunity{
    background: #b86b52;
    position: relative;
}
.community-wrap h2{
    color:#fff;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 32px;
    line-height: 44px;
}
.community-btn a {
    color: #B86B52;
    background: #FFF;
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
    padding: 0.6rem 1.6rem;
    position: relative;
    text-decoration: none;
}
.sectionDifference{
    /*background: #f4edea;*/
    padding: 80px 0;
    position: relative;
}
.sectionDifference .differenceBox {
    /* background: #f4edea; */
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
    border: 1px solid #f5e1dc;
    padding: 2rem;
    height: 100%;
}
.sectionDifference .differenceBox h3{
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 32px;
}
.sectionPartners{
    background: #f7f7f7;
    /*background: linear-gradient(120deg, rgba(37, 63, 70, 1) 0%, rgba(54, 88, 93, 1) 100%);*/
    padding: 80px 0;
    position: relative;
}

/*.sectionPartners:after{
    content: "";
    background-image: url(https://lavender-goose-900423.hostingersite.com/wp-content/uploads/2026/02/shape-curv-bottom-gradient.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 40px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}*/

.partnersContent {
    /*border-top: 1px solid #555;
    border-bottom: 1px solid #555;*/
    margin: 1rem 0 2rem;
    position: relative;
}
.partnersContent:before{
    content: "";
    background-color: rgba(225,225,225, 0.1);
    width: 80%;
    height: 1px;
    position: absolute;
    top:-8px;
    left: 0;
    right: 0;
    margin:0 auto;
}
.partnersContent:after{
    content: "";
    background-color: rgba(225,225,225, 0.1);
    width: 80%;
    height: 1px;
    position: absolute;
    bottom:-8px;
    left: 0;
    right: 0;
    margin:0 auto;
}

.logoBox img{
    /*width: 180px;
    height: 120px;*/
    object-fit: contain;
}
.testimonialsContent .owl-stage-outer{
    padding: 1rem 0;
}
.testimonialsContent .item .card-block {
    border: 1px solid #f5e1dc;
    padding: 4rem 3rem;
}
.testimonialsContent .item .client-content{
    display: inline-block;
    position: relative;
}
.client-imag img {
    width: auto !important;
    margin: 0 auto 24px auto;
}
.client-content h3 {
    color: #0F1A2C;
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 700;
}
.testimonialsContent .item .client-content p{
    color: #000;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    position: relative;
}
/*.testimonialsContent .item .client-content p:before{
    content: "";
    background-image: url(https://lavender-goose-900423.hostingersite.com/wp-content/uploads/2026/02/inverted-commas.png);
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
}

.testimonialsContent .item .client-content p:after {
    content: "";
    background-image: url(https://lavender-goose-900423.hostingersite.com/wp-content/uploads/2026/02/inverted-commas-1.png);
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -30px;
    top: 0;
}*/
.testimonialsCarousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: 45%;
    position: absolute;
}
.testimonialsCarousel .owl-nav button {
    background: #b86b52 !important;
    color: #FFF !important;
    height: 48px;
    width: 48px;
}
.testimonialsCarousel .owl-nav button:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}
.testimonialsCarousel .owl-nav button.owl-prev {
    margin-left: -80px;
}
.testimonialsCarousel .owl-nav button.owl-next {
    margin-right: -80px;
}

.sectionDefault {
    height: 45vh;
    background: #F0BF7C;
    background: linear-gradient(90deg, rgba(240, 191, 124, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-size: 45%;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sectionDefault:before {
    content: "";
    background: #efbf7d;
    background: linear-gradient(90deg, rgb(248 242 240) 55%, rgba(251, 247, 242, 0) 100%);
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.sectionDefault:after{
    content: "";
    background-image: url(https://lavender-goose-900423.hostingersite.com/wp-content/uploads/2026/02/shape-curv-bottom-gradient.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 40px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}
.sectionDefault .banner-content h1 {
    color: #0F1A2C;
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 65px;
}
.sectionDefault .banner-content h3{
    color: #0F1A2C;
    font-family: "Lato", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
}
.sectionDefault .banner-content p {
    color: #0F1A2C;
    width: 100%;
    font-size: 18px;
}
.sectionStory {
    /*background-color: #fcf5f2;*/
    padding: 80px 0 0 0;
    position: relative;
}
.storyContent {
    position: relative;
    max-width: 65%;
    margin: 0 auto;
}
.storyBox {
    /*background: #F0BF7C;
    background: linear-gradient(120deg, rgb(239 191 125) 0%, rgb(233 211 191) 100%);*/
    position: relative;
}
.storyBox p {
    color: #0f1a2c;
    font-family: 'Playfair Display';
    font-size: 20px;
    margin: 0;
    font-style: normal;
    position: relative;
    text-align: center;
}
/*.storyBox p:before {
    content: "";
    background-image: url(https://lavender-goose-900423.hostingersite.com/wp-content/uploads/2026/02/inverted-commas.png);
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: -36px;
    top: -15px;
}*/
.sectionWhoWeAre {
    /* background-color: #f8f9fa; */
    padding: 80px 0 0 0;
    position: relative;
}
.whoWeAreContent p{
    color: #0f1a2c;
    font-family: 'Playfair Display';
    font-size: 20px;
    margin: 0;
    font-style: normal;
    position: relative;
    text-align: center;
}
.sectionMission {
    /*background-color: #f5ede9;*/
    padding: 80px 0;
    position: relative;
}
.sectionMission .contentBox {
    border: 1px solid #f5e1dc;
    background: #FFF;
    /*box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 30px 0px;*/
    padding: 2rem;
    height: 100%;
    text-align: center;
}
.sectionMission .contentBox .iconBox{
    position: relative;
    margin-bottom: 0.8rem;
}
.sectionMission .contentBox .iconBox i{
    color: #0f1a2c;
    font-size: 32px;
}
.sectionMission .contentBox h3{
    color: #0f1a2c;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 28px;
    padding: 0 2rem;
}
.coreValues{
    padding: 80px 0;
    position: relative;
}
.valuesCards {
    /* background: #f4edea; */
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
    border: 1px solid #f5e1dc;
    padding: 1rem;
    height: 100%;
}
.valuesCards .valuesCards-content h3{
    color: #0f1a2c;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 28px;
    padding: 0 2rem;
}
.valuesCards .imgBox img {
    width: 42px;
    height: 42px;
}

.sectionWelcome {
    /*background-color: #fcf5f2;*/
    padding: 80px 0;
    position: relative;
}
.welcomeContent {
    position: relative;
    max-width: 65%;
    margin: 0 auto;
}
.welcomeBox {
    background: #F0BF7C;
    background: linear-gradient(120deg, rgb(239 191 125) 0%, rgb(233 211 191) 100%);
    padding: 3rem 4rem;
    position: relative;
}
.welcomeBox p {
    color: #0f1a2c;
    font-size: 18px;
    margin: 0;
    font-style: normal;
    position: relative;
}
.sectionPhilosophy {
    background-color: #f5ede9;
    padding: 80px 0;
    position: relative;
}
.sectionPhilosophy .contentBox {
    background: #FFF;
    /*box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 30px 0px;*/
    padding: 2rem;
    height: 100%;
    text-align: center;
}
.sectionPhilosophy .contentBox .iconBox{
    position: relative;
    margin-bottom: 0.8rem;
}
.sectionPhilosophy .contentBox .iconBox i{
    color: #0f1a2c;
    font-size: 32px;
}
.sectionPhilosophy .contentBox h4{
    color: #0f1a2c;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 34px;
    padding: 0 2rem;
}
.sectionWhychoose{
    padding: 80px 0;
    position: relative;
}
.whychooseCards {
    /* background: #f4edea; */
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
    border: 1px solid #f5e1dc;
    padding: 1rem;
    height: 100%;
}
.whychooseCards .whychooseCards-content h3{
    color: #0f1a2c;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 28px;
    padding: 0 2rem;
}
.whychooseCards .imgBox img {
    width: 42px;
    height: 42px;
}
.sectionCTA{
    background-image:url('https://lavender-goose-900423.hostingersite.com/wp-content/uploads/2021/08/pexels-monstera-5273555-3.jpg');
    background-position: 100% 35%;;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}
.sectionCTA:before {
    content: "";
    background: rgba(225,225,225,0.40);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.btn-cta{
    color: #FFF;
    background: #B86B52;
    font-size: 16px;
    display: block;
    margin-bottom: 1rem;
    padding: 0.6rem 0.9rem;
    position: relative;
    width: 140px;
    text-align: center;
    margin: 0 auto;
    transition: 0.5s all;
}
.btn-cta:hover{
    color: #fff;
    text-decoration: none;
}
.sectionContent{
    background-color: #fcf5f2;
    padding: 80px 0;
    position: relative;
}
.sectionContent .contact-form textarea, .sectionContent .contact-form input {
    font-size: 16px;
    width: 100%;
    height: 45px;
    border: 1px solid #f5e1dc;
    outline: none;
    padding-left: 15px;
    margin-bottom: 15px;
}
.sectionContent .contact-form textarea {
    height: 120px;
}
.sectionContent .contact-info {
    padding: 0;
}
.contact-form input[type="submit"] {
    color: #fff !important;
    display: inline-block;
    border-radius: 2px;
    padding: 10px 40px 10px 40px;
    background-color: #b86b52;
    cursor: pointer;
    white-space: nowrap;
    width: auto;
}
ul.contact-info li {
    display: flex;
    gap: 15px;
}
.contact-info .icon-box .inner {
    background: #eacfb4;
    border-radius: 100px;
    display: flex;
    height: 48px;
    width: 48px;
    justify-content: center;
    align-items: center;
}
.contact-info .icon-box .inner i{
    font-size: 24px;
}
.content-box h4 {
    font-family: 'Playfair Display';
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.sectionProperty{
    padding: 80px;
    position: relative;
}

.sectionProperty .servicesCards .imgBox img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.sectionProjects{
    background-color: #f5ede9;
    padding: 80px;
    position: relative;
}
.sectionProjects .servicesCards{
    padding-top: 2rem;
}

.sectionNewsletter{
    position: relative;
    padding: 80px 0;
}
form.es_subscription_form {
    position: relative;
}
form.es_subscription_form label {
    display: block;
    width: 100%;
}
.subsciribe form[data-form-id="13"] .es-field-wrap .es_required_field{
    width: 100%;
    background-color: #f9f7f6;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 14px 28px;
}
.es-field-wrap {
    margin-bottom: 0;
}
form.es_subscription_form input[type="submit"] {
    border: 0;
    color: #fff !important;
    display: inline-block !important;
    border: 0 !important;
    border-radius: 0px;
    padding: 18px 40px 18px 40px !important;
    background-color: #b86b52 !important;
    cursor: pointer;
    white-space: nowrap;
    width: auto;
    position: absolute;
    top: 45px;
    right: 0;
    margin: 0 !important;
}
.postContent .contentBox h3 {
    font-size: 2.75rem;
}
.postContent .contentBox li {
    color: #646464;
    font-size: 18px;
    line-height: 28px;
    padding-left: 24px;
    margin-bottom: 1rem;
    position: relative;
}
.postContent .contentBox span{
    color: #646464;
    font-family: "Lato", sans-serif;
    font-size: 18px;    
    line-height: 28px;
}
.postContent .contentBox li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 2px;
}
.search-section{
    padding: 80px 0;
    position: relative;
}

/* ============= */
.search-sidebar {
    position: sticky;
    top: 0;
    background: #f4edea;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding-bottom: 2rem;
}
.filter-header {
    background: #b86b52;
    padding: 10px 24px;
    margin-bottom: 1.6rem;
    position: relative;
}
.filter-header h2{
    color: #FFF;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}
.sidebar-content{
    padding: 18px 24px 0 24px;
    position: relative;
}
.search-title {
    font-size: 18px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-bottom: 0.8rem;
}
span.for-dot {
    display: inline-block;
    height: 7px;
    width: 7px;
    background: #000;
    border-radius: 50%;
    margin-left: 8px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.sidebar-content .sidebar-menu li {
    margin-left: 41px;
    margin-bottom: 9px;
    font-size: 13px;
    letter-spacing: 0.4px;
}
.check-lable {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0px;
    line-height: 14px;
}
.check-lable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #eee;
    border: 1px solid #36363682;
}
.check-lable input:checked ~ .checkmark:after {
    display: block;
}

.check-lable .checkmark:after {
    left: 3px;
    top: -1px;
    width: 5px;
    height: 9px;
    border: solid #363636;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.sidebar-cantant .sidebar-manu li {
    margin-left: 41px;
    margin-bottom: 9px;
    font-size: 13px;
    letter-spacing: 0.4px;
}

.radio-label {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 12px;
}

.radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-label input:checked ~ .r-checkmark {
    background-color: #24bf59;
    border: 2px solid #24bf59;
}
.r-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #00000063;
}

.radio-label .r-checkmark:after {
    top: 1px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
.reset-div {
    padding: 18px 24px 0 24px;
    position: relative;
}
button.reset-btn {
    color: #FFF;
    background: #B86B52;
    border:0;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 0.6rem 2rem;
    position: relative;
}

.trainer-form {
    text-align: center;
}
span.serch-text {
    font-size: 19px;
    margin-left: 0px;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    top: 0px;
    display: block;
}
.pac-target-input:not(:-webkit-autofill) {
    animation-name: endBrowserAutofill;
}
input.inline-inputt {
    max-width: 275px;
    height: 29px;
    border: unset;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 15px;
    font-weight: 400 !important;
    color: #000000b3;
    padding: 0px !important;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #24bf59;
    width: 100%;
}

.serch-btttn {
    font-size: 12px;
    background: #24bf59;
    color: #fff;
    border-radius: 47px;
    padding: 9px 20px 8px;
    letter-spacing: 0.5px;
    font-weight: 400 !important;
    border: unset;    
    cursor: pointer;
}
span.sho-color {
    font-size: 16px;
    color: #24bf59;
}
p.showing {
    font-size: 14px;
    margin-left: 0px;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    top: 10px;
    letter-spacing: 0.5px;
    font-style: italic;
}
.ribbon {
    background-color: #4F82ED;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: -26px;    
    top: -7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    border: 1px solid #faa;
    color: #fff;
    display: block;
    margin: 1px 0;
    padding: 3px 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 5px #444;
    font-size: 16px;
}

.trainer-profile {
    display: block;
    padding-top: 10px;
}
.trainer-immg {
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    margin: 0 auto;
}

.trainer-immg img {
    width: 100%;
    max-height: 120px;
    object-fit: cover;
}
.trainer-discription .ppl {
    padding-left: 0px;
}

.trainer-name {
    display: flex;
    flex-wrap: nowrap;
}
.name-inner {
    flex: 0 0 67%;
}
h4.name {
    font-size: 18px;
    letter-spacing: 0.5px;
}
.star i {
    color: #b86b52;
    font-size: 14px;
}
span.Reviews-name {
    font-size: 13px;
    margin-left: 14px;
    letter-spacing: 0.5px;
    color: #363636f0;
}
p.opening-hors {
    font-size: 12px;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}
p.opening-hors img {
    width: 15px;
    margin-right: 14px;
}
.name-innerr {
    flex: 0 0 33%;
}
.view-profile {
    text-align: center;
}
h1.search-pirce {
    font-size: 16px;
    letter-spacing: 0.2px;
    position: relative;
    top: 5px;
}
span.search-Estimate {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #363636;
    margin-bottom: 4px;
    display: inline-block;
}

a.profile-btn {
    color: #FFF;
    background: #B86B52;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 0.6rem 2rem;
    position: relative;
}
a.profile-btn:hover {
    color: #FFF;
    text-decoration: none;
}
p.trainer-desc {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin-top: 10px;
    color: rgba(0, 0, 0, .61);
}
.trainer-discription {
    border: 1px solid #f5e1dc;
    transition: all 0.7s;
    position: relative;
    overflow: hidden;
    padding: 24px;
    margin-bottom: 24px;
}
.trainer-discription:hover {
    box-shadow: 0px 5px 24px -7px #00000059;
    border-radius: 5px;
}
.profile-wrapper {
    display: block;
    width: 100%;
    margin-top: 120px;
}

.profile-wrapper .asidebar {
    position: sticky;
    top: 0;
    background: #f4edea;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    padding: 2rem;
    text-align: center;
}
.asidebar .user-info {
    position: relative;
    padding: 1rem 0;
}
.asidebar .user-info .info-item {display: flex;align-items: center;gap: 18px;margin-bottom: 0.8rem;}

.asidebar .user-info .info-item .icon-box {
    color: #fff;
    background: #b86b52;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    height: 32px;
    width: 32px;
}
.asidebar .user-info .info-item .content-box p {
    font-size: 16px;
    margin: 0;
}
.asidebar .user-info .info-item .content-box a{
    color: #252728;
}
.profile-immg {
    position: relative;
}

.pimg-wrapper {
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.pimg-wrapper img {
    width: 100%;
    border: 1px solid #f5e1dc;
    width: 200px;
    height: 200px;
    object-fit: contain;
    background: #fff;
}

.personl-details {
    text-align: center;
}

h1.p-name {
    font-size: 24px;
    color: #363636;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

h2.p-intro {
    font-size: 17px;
    color: #363636;
    letter-spacing: 0.5px;
}

h2.reive-star {
    display: inline-flex;
    position: relative;
}

.badge-warning {
    color: #ffffff !important;
    background-color: #f7941d !important;
}

.Adddiv p {
    font-size: 14px;
    margin-top: 12px;
}
.Adddiv p i {
    padding-right: 7px;
}

.PersBtnCont {
    margin-top: 25px;
}
.PersBtnCont a {
    color: #fff !important;
    display: inline-block;
    border-radius: 0;
    padding: 10px 30px 10px 30px !important;
    background-color: #b86b52;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
}
.PersBtnCont a:hover{
    text-decoration: none;
}
.ReviewNav {
    margin-bottom: 0;
    border-bottom: 1px solid #eaded8;
}

.ReviewNav ul {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.ReviewNav ul li a {
    display: inline-block;
    padding: 12px 22px;
    background: #f7f3f1;
    color: #1f1f1f;
    border: 1px solid #eaded8;
    border-bottom: none;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}
.ReviewNav ul li a.active {
    background: #b86b52;
    color: #fff;
    border-color: #b86b52;
}
.MAinProPAraCon {
    background: #fff;
    padding: 30px;
}
.MAinProPAraCon .ProPAraCon {
    position: relative;
    margin-bottom: 2rem;
    height: 100%;
}
.MAinProPAraCon .tab-content {
  display: none;
}
.MAinProPAraCon .tab-content.active {
  display: block;
}
.ReviewNav a.active {
  color: #b86b52;
  font-weight: 600;
}
.ProPAraCon .content h2 {
    font-family: 'Playfair Display';
    font-style: italic;
    margin-bottom: 1rem;
}
.story_content, .card-body.cstmbody {
    font-size: 15px;
    line-height: 26px;
}
.worker-services-list {
    margin-top: 10px;
}
.service-card-box {
    border: 1px solid #eaded8;
    background: #fff;
    overflow: hidden;
    transition: 0.3s ease;
    height: 100%;
}
.service-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.service-card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.service-card-content {
    padding: 15px;
    text-align: center;
}
.service-card-content h4 {
    margin: 0;
    font-size: 20px;
    color: #1f1f1f;
}
.hide {
    display: none !important;
}

div#rev a.LvRev {
    position: relative;
    top: -45px;
}
a.LvRev {
    text-align: right;
    float: right;
    background: #b86b52;
    color: #ffff;
    padding: 12px 30px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
a.LvRev:hover{
    color: #FFF;
    text-decoration: none;
}
.ReviewBox {
    margin-top: 40px;
}
.ReviewBoxMain {
    border-bottom: 1px solid #a49898;
    margin-bottom: 20px;
    padding-bottom: 21px;
}
.MArchdate {
    float: right;
}
.adddivim img {
    height: 31px;
    width: 31px;
    display: inline-block;
}
.adddivim p {
    display: inline-block;
    padding-left: 10px;
    text-transform: capitalize;
}
.Adddiv p {
    font-size: 14px;
    margin-top: 12px;
}
.score {
    display: block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}
.MainPhot h1 {
    display: inline-block;
}
ul#lightgallery {
    display: flex;
}
ul#lightgallery > li {
    flex: 0 0 25%;
}
ul#lightgallery > li img {
    width: 100%;
    border: 1px solid #f4edea;
    padding: 0.6rem;
}
.PhCol {
    margin-bottom: 28px;
}
.tobii-zoom {
    border: 0;
    box-shadow: none;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.score .stars-active {

    color: #f7941d;

    position: relative;

    z-index: 10;

    display: inline-block;

}

.Faqinner .accordion .card:first-of-type {

    border-bottom: 1px solid #ccc;

}

.score .stars-inactive {

    color: grey;

    position: absolute;

    top: 0;

    left: 0;

    -webkit-text-stroke: initial;

    overflow: hidden;

}

.score-wrap {

    display: inline-block;

    position: relative;

    overflow: hidden;

}

.score-wrap i {

    font-size: 16px;

}

.tab-content>.active .card.mb-3 {

    border-left: 4px solid #24bf59;

}

.Faqinner .card-header.cstmheader {

    padding: 6px;

    background: transparent;

}

.Faqinner .card-header.cstmheader button {

    color: #363636;

    font-size: 16px;

}

.Faqinner .card-header.cstmheader i {

    position: absolute;

    right: 23px;

    color: #363636;

    top: 20px;

}
/* ============= */

.sectionFooter{
    background: #0F1A2C;
    position: relative;
    padding: 80px 0 0 0;
}
.footer-top {
    position: relative;
    padding-bottom: 2rem;
}
.footer-col {
    height: 100%;
    position: relative;
}
.footerContent {
    position: relative;
    padding-right: 3rem;
    height: 100%;
}
.footerContent:after {
    content: "";
    background: rgba(225, 225, 225, 0.1);
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
}
/*.footer-col .footerContent:last-child:after{
    display: none;
}*/
.footerContent ul {
    padding-left: 1rem;
}

.footerContent ul li a {
    color: #fff;
    font-family: 'Lato';
    font-size: 18px;
}

.footerContent ul li a i {
    margin-right: 0.6rem;
}
.footerContent ul li {
    position: relative;
    margin-bottom: 8px; 
}
.footerContent h3 {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 15px;
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-bottom: 1px solid rgba(225,225,225,0.1);
}
ul.social-links {
    display: flex;
    gap: 15px;
    position: relative;
}
ul.social-links li a img {
    width: 24px;
    height: 24px;
}
.footerContent ul.menu-links {
    padding-left: 2rem;
}
.footerContent ul.menu-links li {
    color: #fff;
    list-style: disc;
}
.footer-bottom{
    background-color: #1b283e;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.copyright-content p {
    color: #ffffff;
    font-size: 18px;
}
.serching-wap3{
    position: relative;
    padding: 80px 0;
}
.E-immg.image_preview img {
    width: 15%;
}
.login-form form input, form.resgister input, .support-wap form input{
    font-size: 16px;
    width: 100%;
    height: 45px;
    border: 1px solid #f5e1dc;
    border-radius: 0;
    outline: none;
    padding-left: 15px;
    margin-bottom: 15px;
}
.support-wap form input[type="radio"]{
    height: auto;
    width: auto;
}
.login-form form button[type="submit"], form.resgister button[type="submit"], 
.support-wap form button  {
    border:0;
    color: #fff !important;
    display: inline-block;
    padding: 10px 40px 10px 40px;
    background-color: #b86b52;
    cursor: pointer;
    white-space: nowrap;
    width: auto;
}
.support-wap form input[type="file"] {
    width: auto;
    margin-top: 15px;
}
.input-group-text{
    border-radius: 0;
    background: #b86b52;
    color: #FFF;
    height: 45px;
    width: 45px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width:767px){
    .art-contentBox p{
        text-align: center;
    }
    .artCards {
        display: block;
        padding: 0 30px;
    }
    .cardItems {
        margin-bottom: 30px;
        padding: 1rem 1rem;
    }
    .cardItems .iconBox img {
        width: 48px;
        height: 48px;
    }
    .cardItems-content h4 {
        font-size: 18px;
    }
    .cardItems-content p {
        font-size: 16px;
    }
    .sectionDefault {
        background-size: cover;
        height: 30vh;
    }
    .sectionDefault:before {
        background: linear-gradient(90deg, rgba(248, 242, 240, 0.55) 60%, rgba(251, 247, 242, 0) 100%);
    }
    .sectionDefault .banner-content h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .sectionDefault .banner-content h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .storyContent {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
    }
    .storyBox {
        padding: 0rem;
    }
    .storyBox p {
        font-size: 18px;
    }
    .footerContent:after{
        display: none;
    }
    .footer-col {
        margin-bottom: 3rem;
    }
}