/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1768404443
Updated: 2026-01-14 15:27:23

*/


/* breadcurms */
#breadcrumbs {
    span {
        font-size: 16px;
        color: #a2acab;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 29px;
        letter-spacing: 0.5px;
        margin-right: 5px;
    }
}
#breadcrumbs {
    & span {
        span a {
            color: #a2acab;
            text-decoration: none;
        }
    }
}
#breadcrumbs {
    & span {
        span a:hover {
            color: #bf8b78;
            text-decoration: none;
        }
    }
}

/* breadcurms end*/

.hedader-menu-links ul.elementor-nav-menu {
	list-style: none;
    padding: 0;
    counter-reset: main-counter;
}
.hedader-menu-links ul.elementor-nav-menu li {
	counter-increment: main-counter;
    position: relative;
/*     padding: 8px 0; */
	font-weight: 700;
	margin-left: 15px;
/* 	display: -webkit-box;
	display: -webkit-flex;
	display: flex; */
}
.hedader-menu-links ul.elementor-nav-menu li::before {
    content: counter(main-counter, decimal-leading-zero);
    color: #5f7481;
    font-size: 1.3rem;
    line-height: 1.812;
    margin-right: 5px;
	    position: absolute;
    left: -13px;
}  
.hedader-menu-links ul.elementor-nav-menu li a.elementor-item {
/* 	padding-left: 5px; */
}
.hedader-menu-links ul.sub-menu li {
    counter-increment: sub-counter;
	margin-left: 25px;
}
.hedader-menu-links ul.sub-menu {
	padding-left: 15px;
}
.hedader-menu-links ul.sub-menu li::before {
    content: counter(main-counter, decimal-leading-zero) "." counter(sub-counter);
    color: #5f7481;
    font-size: 1.2rem;
	margin-left: -10px;
}

.cust-heading-title span {
	color: #c08976 !important;
}
.brochure-btn .elementor-button {
	display: flex;
    min-width: 150px;
    height: auto;
    position: relative;
    align-items: center;
    max-width: fit-content;
}
.brochure-btn .elementor-button::before {
	content: "";
    position: absolute;
    right: 89px;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: inline-block;
	background-color: #c08976;
/*     background-color: #9ab19d; */
    transition: all 300ms ease-in-out;
}
.brochure-btn .elementor-button:hover::before {
    right: 26px;
}
.brochure-btn .elementor-button::after {
    content: url(/wp-content/uploads/2026/01/button-arrow.svg);
    position: relative;
    z-index: 2;
    width: 65px;
    display: inline-block;
    margin-left: 24px;
}
/* blanbk btn efects */
.one-row-title-line.e-flex {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.brochure-btn-blank .elementor-button {
	display: flex;
    min-width: 150px;
    height: auto;
    position: relative;
    align-items: center;
    max-width: fit-content;
}
.brochure-btn-blank .elementor-button::before {
	content: "";
    position: absolute;
    right: 89px;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: inline-block;
    background-color: #c08976;
    transition: all 300ms ease-in-out;
}
.w-c-n-t em {
	color: #c08976;
	margin-right: 05px;
}
.one-row-title-line:hover .brochure-btn-blank .elementor-button::before,
.brochure-btn-blank .elementor-button:hover::before {
    right: 26px;
}
.brochure-btn-blank .elementor-button::after {
    content: url(/wp-content/uploads/2026/01/button-arrow.svg);
    position: relative;
    z-index: 2;
    width: 65px;
    display: inline-block;
    margin-left: 24px;
}
.pro-static .e-con-full.e-flex.e-con.e-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: sticky;
	top: 0;
}
.our-left-title-sticky {
	flex-direction: column;
	justify-content: center;
	position: sticky;
	display: flex;
    align-items: center;
	top: 104px;
}
.home-contact-form .form-group {
    margin-bottom: 35px;
}
.home-contact-form input[type="text"], .home-contact-form input[type="email"], .home-contact-form input[type="tel"], .home-contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s ease;
    /* background: #f8f9fa; */
    border: 0;
    border-bottom: 1px solid #53565a;
    border-radius: 0;
    background: transparent;
    padding: 12px 0;
}
.home-contact-form input[type="text"]::placeholder,
.home-contact-form input[type="email"]::placeholder,
.home-contact-form input[type="tel"]::placeholder,
.home-contact-form textarea::placeholder {
	text-transform: uppercase;
}

.home-contact-form input[type="text"]:focus,
.home-contact-form input[type="email"]:focus,
.home-contact-form input[type="tel"]:focus,
.home-contact-form textarea:focus {
    outline: none;
    border-color: #c08976;
    background: transparent;
}
.home-contact-form select {
	width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #53565a;
    border-radius: 0;
    background: transparent;
    padding: 12px 0;
}
.home-contact-form select option:first-child {
/* 	color: grey; */
}
.home-contact-form .wpcf7-submit {
    position: relative;
    font-weight: 700;
/*     font-family: var(--wp--preset--font-family--nexa-heavy); */
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #394e4d;
    display: flex;
    font-size: 1rem;
    align-items: center;
    align-self: flex-start;
    padding: 20px 40px;
    border-radius: 1000px;
    border: 1px solid #394e4d;
    background-color: transparent;
    min-width: 150px;
    width: fit-content;
    height: 60px;
    cursor: pointer;
}
.home-contact-form .wpcf7-submit::before {
    content: "";
    position: absolute;
    right: 89px;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: inline-block;
    background-color: #c08976;
    transition: all 300ms ease-in-out;
}
.home-contact-form .wpcf7-submit::after {
    content: url(/wp-content/uploads/2026/01/button-arrow.svg);
    position: relative;
    z-index: 2;
    width: 65px;
    display: inline-block;
    margin-left: 24px;
}
.home-contact-form .wpcf7-submit:hover::before {
    right: 26px;
}
/* .home-contact-form .wpcf7-submit {
	width: 100%;
	padding: 14px;
	background: linear-gradient(135deg, #c08976 0%, #c08976 100%);
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-contact-form .wpcf7-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px #c08976;
} */
.cust-header-sec.elementor-sticky.elementor-sticky--effects>.e-con-inner {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	transition: all 0.5s ease;
}
.cust-header-sec {
	transition: all 0.5s ease !important;
}
.cust-header-sec.elementor-sticky.elementor-sticky--effects {
	transition: all 0.5s ease !important;
}
.cust-header-sec.elementor-sticky.elementor-sticky--effects .header-cust-logo img {
	max-width: 220px !important;
}


/* contact header */
.head-con-form .form-group {
    margin-bottom: 24px;
    position: relative;
}
.head-con-form .form-group.double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.head-con-form .floating-label {
    position: relative;
}
.head-con-form input[type="text"], .head-con-form input[type="email"], .head-con-form input[type="tel"], .head-con-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #fff;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s ease;
    /* background: #f8f9fa; */
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    padding: 12px 0;
}
.head-con-form input[type="text"]::placeholder,
.head-con-form input[type="email"]::placeholder,
.head-con-form input[type="tel"]::placeholder,
.head-con-form textarea::placeholder {
	text-transform: uppercase;
	color: #fff;
}

.head-con-form input[type="text"]:focus,
.head-con-form input[type="email"]:focus,
.head-con-form input[type="tel"]:focus,
.head-con-form textarea:focus {
    outline: none;
    border-color: #c08976;
    background: transparent;
}
.head-con-form select {
	width: 100%;
    padding: 12px 16px;
    border: 2px solid #fff;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    padding: 12px 0;
	color: #fff;
}
.head-con-form select:focus {
	border: 0;
}
.head-con-form select option {
	background: #000;
}
.head-con-form select option:first-child {
/* 	color: grey; */
}
.head-con-form .wpcf7-submit {
    position: relative;
    font-weight: 700;
/*     font-family: var(--wp--preset--font-family--nexa-heavy); */
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #fff;
    display: flex;
    font-size: 1rem;
    align-items: center;
    align-self: flex-start;
    padding: 20px 40px;
    border-radius: 1000px;
    border: 1px solid #fff;
    background-color: transparent;
    min-width: 150px;
    width: fit-content;
    height: 60px;
    cursor: pointer;
}
.head-con-form .wpcf7-submit::before {
    content: "";
    position: absolute;
    right: 89px;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: inline-block;
    background-color: #c08976;
    transition: all 300ms ease-in-out;
}
.head-con-form .wpcf7-submit::after {
    content: url(/wp-content/uploads/2026/01/button-arrow-white.svg);
    position: relative;
    z-index: 2;
    width: 65px;
    display: inline-block;
    margin-left: 24px;
}
.head-con-form .wpcf7-submit:hover::before {
    right: 26px;
}
/* brochure white btn */
.brochure-btn-white .elementor-button {
	display: flex;
    min-width: 150px;
    height: auto;
    position: relative;
    align-items: center;
    max-width: fit-content;
}
.brochure-btn-white .elementor-button::before {
	content: "";
    position: absolute;
    right: 89px;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: inline-block;
	background-color: #c08976;
/*     background-color: #9ab19d; */
    transition: all 300ms ease-in-out;
}
.brochure-btn-white .elementor-button:hover::before {
    right: 26px;
}
.brochure-btn-white .elementor-button::after {
    content: url(/wp-content/uploads/2026/01/button-arrow-white.svg);
    position: relative;
    z-index: 2;
    width: 65px;
    display: inline-block;
    margin-left: 24px;
}

/* brochure white btn */


/* sidebar widgets starts */
.widget.widget_search form {
    position: relative;
}
.widget.widget_search form label {
	width: 100%;
}
.widget.widget_search form input {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    background: transparent;
    font-size: 18px;
    color: #000;
    padding: 0px 60px 0px 0px;
    height: 60px;
}
.blog__sidebar section {
	margin-bottom: 40px;
}
.widget.widget_search form input:focus,
.widget.widget_search form input:focus-visible,
.widget.widget_search form input:focus-within {
	outline: 0px solid crimson;
	border: 0px;
	border-bottom: 2px solid #000;
}
.widget.widget_search form button {
    border: none;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0px;
}
.widget.widget_search form button svg {
    color: #000;
    width: 20px;
}
/* sidebar widgets End*/



.sidebar__widget-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: -0.48px;
    margin-top: -0.2em;
}
.widget_categories ul {
	margin: 0;
	padding: 0;
}
.widget_categories li {
    display: block;
    clear: both;
    border: none;
    padding: 0;
    margin: 0 0 12px;
    position: relative;
	color: #bf8b78;
}
.widget_categories li a {
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    /* display: flex; */
    align-items: center;
    border: none;
    background: transparent;
    padding: 0 0;
    color: #000;
}
.widget_categories li span.float-right {
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.86;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--unit-body-font-color);
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.elementor-widget-sidebar section {
	margin-bottom: 40px;
}
.sidebar__post-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
	align-items: flex-start;
/*     align-items: center; */
}
.sidebar__post-thumb {
    width: 80px;
    flex: 0 0 auto;
}
.sidebar__post-thumb img {
	max-width: 100%;
    height: auto;
}
.sidebar__post-content {
    overflow: hidden;
}   
.sidebar__post-content .title {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: capitalize;
	margin-top: 0;
/*     margin-top: -0.3em; */
}
.sidebar__post-content .title a {
    color: #000;
}
.sidebar__post-content .title a:hover {
    color: #bf8b78;
}
.sidebar__post-content .date {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
}

/* blog details start */
.blog__area.blog-details-area {
	padding: 140px 10px;
}
.blog__area.blog-details-area .container {
	max-width: 1320px;
	margin: 0 auto;
}
.blog__area.blog-details-area .justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
.blog__details-thumb {
    margin-bottom: 44px;
}
.blog-details-area .blog__details-thumb img {
    border-radius: 25px;
}
.blog__details-content .blog-post-meta {
    margin-bottom: 15px;
}
.blog-details-area .blog-post-meta .list-wrap {
	display: flex;
    align-items: center;
    gap: 0 28px;
    flex-wrap: wrap;
	padding: 0;
}
.blog-details-area .blog-post-meta .list-wrap li {
    display: flex;
    align-items: center;
    gap: 8px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--title-color);
    margin-right: 0;
}

.blog-details-area .list-wrap li {
    list-style: none;
}
.blog-details-area .blog-post-meta .list-wrap li a {
    color: #000;
}
.blog-details-area .blog-post-meta .list-wrap li:not(:first-child):after {
    content: "";
    height: 4px;
    width: 4px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -3px;
}
.blog__details-content > .title {
    margin-bottom: 20px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.208;
    text-transform: capitalize;
}
.blog__details-content .post-text {
    overflow: hidden;
	font-size: 1.2rem;
}
.blog__details-content .post-text a {
    color: #000;
}
.blog__details-content .post-text ul {
    margin-bottom: 1.5rem;
}
.cust-numbered-list ul li:nth-child(1) {
    border-top: 1px solid #000000;
	padding-top: 10px;
}
.cust-numbered-list ul li:last-child {
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
}
.cust-numbered-list ul.elementor-icon-list-items {
	counter-reset: list-counter;
}
.cust-numbered-list li {
    counter-increment: list-counter; 
}
.cust-numbered-list ul li.elementor-icon-list-item::before {
    content: counter(list-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    color: #c08976;
	font-weight: 700;
}
.cust-numbered-list li a {
	text-decoration-color: #394E4D !important;
}
@media screen and (max-width: 1200px) {
	.blog__details-content > .title {
		font-size: 2.6rem; 
	}
	.blog__area.blog-details-area {
		padding: 140px 10px 40px 10px;
	}
}
@media screen and (max-width: 768px) {
	.blog__details-content > .title {
		font-size: 2rem; 
	}
	
}
@media screen and (min-width: 576px) {
	.blog__area.blog-details-area .container {
		max-width: 540px;
	}	        
}
@media screen and (min-width: 768px) {
	.blog__area.blog-details-area .container {
		max-width: 720px;
	}	        
}
@media screen and (min-width: 992px) {
	.col-lg-8 {
        width: 66.6666666667%;
		padding: 0 15px;
    }
	.col-lg-4 {
        width: 33.3333333333%;
		padding: 0 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .blog__inner-wrap .blog__sidebar {
        position: sticky;
        top: 155px;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        /* margin: auto; */
    }
}
@media screen and (min-width: 1400px) {
	.blog__area.blog-details-area .container {
		max-width: 1300px;
	}	        
}
/* blog detail end */
@media (max-width: 700px) {
	.form-group.double {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.form-group.double .form-group {
		margin-bottom: 24px;
	}
}

/* contact header */
@media screen and (min-width: 1650px) {
	.e-con>.e-con-inner {
		max-width: 1600px !important;
	}
}
@media screen and (min-width: 1800px) {
	.e-con>.e-con-inner {
		max-width: 1700px !important;
	}
}
.blog-post-layout.e-con>.e-con-inner {
	max-width: 1420px !important;
	margin: 0 auto;
}