/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.global-header.elementor-sticky--effects::before {
    height: 100%;
}
.global-header::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0%;
    width: 100%;
   background-color: transparent;
    background-image: linear-gradient(-257deg, #FDF8ED 0%, #C1AC96 100%);
    transition: all 0.3s;
}

.global-header{
    width: 100% !important;
}

.nav-btn{
    display: none !important;
}


.global-btn .elementor-button-icon{
    font-size: 22px;
    line-height: 16px;
    transition: transform 0.3s ease;
}

.global-btn{
  overflow: hidden; 
  
}


.global-btn .elementor-button{
    position: relative;
    z-index:1;
    overflow: hidden; 
}

.global-btn .elementor-button .elementor-button-content-wrapper {
    align-items: center;
}

.global-btn .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: 1;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
    transform-origin: 0% 100%;
    transition: all 0.3s;
  background:#000;
  z-index: -1;
}

.global-btn .elementor-button:hover::before {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.global-btn .elementor-button:hover .elementor-button-icon{
    transform: rotate(40deg);
}




.newssetter-form .gform_fields .ginput_container input{
    height: 76px;
    border-radius: 70px;
    padding-left: 32px;
    padding-right: 74px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    
    color: #747474;
    
}


.newssetter-form .gform_fields .ginput_container input:focus{
    outline: none;
}

.newssetter-form{
    position: relative !important;
}

 .newssetter-form .gform_footer{
    position: absolute;
        left: auto;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
} 

.newssetter-form .gfield--type-email{
    width: 100%;
}

.newssetter-form input#gform_submit_button_1{
    font-size: 0px;
    display: block;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.73058 3.77468C8.4662 3.86187 8.22208 4.06887 8.09777 4.31243C8.03645 4.43224 8.02577 4.49637 8.02577 4.73881C8.02577 4.98068 8.03645 5.04593 8.09945 5.17362C8.15627 5.28949 8.58883 5.74118 10.003 7.16093L11.8328 8.99806L7.64889 9.00593L3.46558 9.01381L3.31539 9.09312C3.11798 9.20165 2.95577 9.36444 2.84795 9.56224C2.78664 9.68206 2.77539 9.74674 2.77539 9.98862C2.77539 10.2311 2.78664 10.2946 2.84795 10.4156C2.94077 10.5972 3.14214 10.7981 3.32327 10.8909L3.46558 10.9634L7.64889 10.9713L11.8328 10.9792L10.003 12.8163C8.58883 14.2361 8.15627 14.6877 8.09945 14.8036C8.03645 14.9313 8.02577 14.9966 8.02577 15.2384C8.02577 15.5726 8.08427 15.7211 8.30083 15.9382C8.51795 16.1553 8.66645 16.2138 9.00058 16.2138C9.24189 16.2138 9.30827 16.2026 9.43539 16.1401C9.65533 16.0327 15.0446 10.6434 15.1521 10.4234C15.2145 10.2963 15.2258 10.2299 15.2258 9.98862C15.2258 9.74731 15.2145 9.68093 15.1521 9.55381C15.0941 9.43512 14.5024 8.82649 12.3475 6.66874C9.30208 3.61999 9.47814 3.77581 9.04558 3.75949C8.91339 3.75443 8.77164 3.76118 8.73058 3.77468Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #D1AE53;
    border: none;
}

.newssetter-form_wrapper h2.gform_title{
    font: 700 24px/32px 'Raleway';
    text-transform: capitalize;
    color: #ffffff;
}

.newssetter-form_wrapper .gform_submission_error{
    color: #fff !important;
}



.newssetter-form .validation_message{
    display: none !important;
}

.newssetter-form .gform_confirmation_message{
	font-size:25px;
	color:#fff;
	line-height:30px;
	text-align:center;
}

.cloud-blend{
    mix-blend-mode: Plus-Lighter;
}

.subheading::before{
    content: "";
    position: absolute;
    width: 175px;
    height: 1px;
    right: -175px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    background: #4A5568;
    
}


.subheading.both-side::after{
    content: "";
    position: absolute;
    width: 175px;
    height: 1px;
    left: -175px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    background: #4A5568;
    
}

.life-content,
.business-content {
  display: none;
}

.visible {
  display: block !important;
}


.togggle-btn.btn-active .elementor-button{
    background-color: #fff !important;
    color: #1A2A39 !important;
}

.dual-heading .elementor-heading-title span{
    font-size: 60px;
    font-weight: 300;
    text-transform: none;
}


.sign-icon-box .elementor-icon-box-content{
    margin-top: -89px;
}

.contact-form .gfield .ginput_container input {
    height: 60px;
    padding: 0px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0px;
    font-family: Outfit;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: left;
color: #4a5568;
}

.contact-form .gfield .ginput_container textarea,
.contact-form .gfield .ginput_container input:focus{
    outline: none;
}

.contact-form .gfield .ginput_container textarea{
    height: 98px;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0px;
    font-family: 'Outfit';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: left;
color: #4a5568;
resize: none;
padding: 0;
box-shadow: none;
}

.contact-form .gform_fields {
    row-gap: 30px !important;
    column-gap: 30px !important;
}


.contact-form input#gform_submit_button_2{
    padding: 19px 53px 19px 25px;
    border-radius: 50px;
    font-family: Outfit;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.14em;
text-align: left;
text-transform: uppercase;
color: #1a2a39;
background-color: #CBA646;
background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.72151 8.44248C9.64701 8.44511 9.57275 8.43271 9.50315 8.40602C9.43355 8.37932 9.37005 8.33888 9.31642 8.28711C9.26279 8.23534 9.22013 8.1733 9.191 8.10469C9.16187 8.03607 9.14685 7.96229 9.14685 7.88775C9.14685 7.81321 9.16187 7.73943 9.191 7.67082C9.22013 7.60221 9.26278 7.54017 9.31642 7.48839C9.37005 7.43662 9.43355 7.39618 9.50315 7.36949C9.57275 7.3428 9.64701 7.3304 9.72151 7.33302L13.9081 7.33303C14.0552 7.33312 14.1963 7.39159 14.3003 7.4956C14.4043 7.59961 14.4628 7.74066 14.4629 7.88775L14.4629 12.0744C14.4655 12.1489 14.4531 12.2231 14.4264 12.2927C14.3997 12.3623 14.3593 12.4258 14.3075 12.4795C14.2557 12.5331 14.1937 12.5758 14.1251 12.6049C14.0565 12.634 13.9827 12.649 13.9081 12.649C13.8336 12.649 13.7598 12.634 13.6912 12.6049C13.6226 12.5758 13.5606 12.5331 13.5088 12.4795C13.457 12.4258 13.4166 12.3623 13.3899 12.2927C13.3632 12.2231 13.3508 12.1489 13.3534 12.0744L13.3534 9.22748L8.28235 14.2985C8.17826 14.4026 8.03707 14.4611 7.88986 14.4611C7.74264 14.4611 7.60146 14.4026 7.49736 14.2985C7.39326 14.1944 7.33478 14.0532 7.33478 13.906C7.33478 13.7588 7.39326 13.6176 7.49736 13.5135L12.5684 8.44248L9.72151 8.44248Z' fill='%231A2A39'/%3E%3Ccircle cx='11' cy='11' r='10.5' stroke='%231A2A39'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center right 17px;
}

.dual-heading.no-brk{
    white-space: nowrap;
}


.category-list ul{
    padding: 0px;
    list-style: none;
}

.category-list ul li a{
    font-family: 'Outfit';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 49px;
text-align: left;
color: #ffffff;
}

.category-list ul li{
    padding-left: 40px;
}


.category-list ul li[category="business-clarity"]{
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.5' cy='13.5' r='13' stroke='%23A8B1BB'/%3E%3Cg clip-path='url(%23clip0_87_2)'%3E%3Cpath d='M7.4493 14.3652L8.33525 14.5849L9.00215 13.5377L7.73465 13.2244C7.58338 13.1866 7.42327 13.2104 7.28955 13.2906C7.15582 13.3708 7.05944 13.5008 7.0216 13.6521C6.98376 13.8034 7.00757 13.9635 7.08777 14.0972C7.16798 14.2309 7.29803 14.3273 7.4493 14.3652ZM19.0135 14.5348L16.1125 17.1452L12.702 14.5056C12.6369 14.4554 12.5621 14.4195 12.4823 14.4003L12.0286 14.2872L11.361 15.3343L12.076 15.5118L15.7791 18.377C15.889 18.4616 16.0251 18.5051 16.1637 18.5C16.3023 18.4949 16.4348 18.4415 16.5383 18.349L19.8065 15.4065C19.864 15.3549 19.9108 15.2924 19.944 15.2227C19.9773 15.1529 19.9964 15.0773 20.0003 15.0001C20.0041 14.9229 19.9927 14.8457 19.9666 14.773C19.9404 14.7003 19.9002 14.6335 19.8481 14.5764C19.7428 14.4604 19.5958 14.3908 19.4394 14.383C19.2829 14.3752 19.1297 14.4298 19.0135 14.5348ZM12.6454 11.667L15.822 13.7009C15.951 13.7833 16.1069 13.8128 16.2571 13.783C16.4073 13.7532 16.5402 13.6665 16.628 13.541L19.8955 8.83365C19.9399 8.77019 19.9713 8.69853 19.9878 8.62285C20.0043 8.54717 20.0056 8.46896 19.9916 8.39277C19.9776 8.31658 19.9487 8.24392 19.9064 8.17901C19.8641 8.11411 19.8094 8.05824 19.7454 8.01465C19.6164 7.92559 19.4575 7.8913 19.3033 7.91933C19.1491 7.94736 19.0124 8.03541 18.9231 8.16415L15.9799 12.4028L12.7845 10.3573C12.6518 10.2728 12.4911 10.2441 12.3373 10.2773C12.2613 10.2938 12.1893 10.3253 12.1255 10.3699C12.0618 10.4146 12.0076 10.4715 11.9662 10.5373L7.0931 18.1859C7.03596 18.2748 7.00391 18.3776 7.00034 18.4832C6.99676 18.5889 7.0218 18.6936 7.0728 18.7862C7.12381 18.8788 7.19888 18.9559 7.29009 19.0094C7.38131 19.0629 7.48527 19.0907 7.591 19.09C7.69045 19.0901 7.78833 19.0652 7.87558 19.0175C7.96284 18.9698 8.03665 18.9008 8.0902 18.817L12.6454 11.667Z' fill='%23A8B1BB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_87_2'%3E%3Crect width='13' height='13' fill='white' transform='translate(7 7)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center left;
}


.category-list ul li[category="life-alignment"]{
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.5' cy='13.5' r='13' stroke='%23A8B1BB'/%3E%3Cg clip-path='url(%23clip0_2066_13)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4869 7.59108C18.6082 7.54251 18.7406 7.52846 18.8694 7.55046C18.9982 7.57245 19.1184 7.62965 19.2167 7.71573C19.3151 7.8018 19.3877 7.91339 19.4265 8.03815C19.4653 8.16292 19.4689 8.29599 19.4368 8.42266L19.4085 8.51191L16.5156 15.7291C16.3882 16.047 16.1499 16.3079 15.8448 16.4637L15.728 16.5168L8.51005 19.4096C8.38871 19.4581 8.25633 19.472 8.12755 19.4499C7.99878 19.4278 7.87863 19.3705 7.78039 19.2844C7.68215 19.1982 7.60966 19.0866 7.57092 18.9618C7.53217 18.837 7.5287 18.704 7.56088 18.5773L7.58921 18.4881L10.4828 11.2716C10.6101 10.9534 10.8484 10.6922 11.1535 10.5363L11.2704 10.4832L18.4869 7.59108ZM11.5098 12.514L9.52084 17.478L14.4855 15.4883L11.5098 12.514ZM17.4768 9.52199L12.5121 11.5117L15.4871 14.4867L17.4768 9.52199Z' fill='%23A8B1BB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2066_13'%3E%3Crect width='17' height='17' fill='white' transform='translate(5 5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
     background-repeat: no-repeat;
    background-position: center left;
}


.category-list ul li[category="mindset-habits"]{
     background-repeat: no-repeat;
    background-position: center left;
    
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2066_14)'%3E%3Cpath d='M16.6463 5.2397L16.9421 6.15005C17.0339 6.42704 17.1893 6.67869 17.3958 6.88488C17.6022 7.09107 17.8541 7.24608 18.1312 7.3375L19.0416 7.6333L19.0594 7.6384C19.1296 7.66312 19.1905 7.70902 19.2335 7.76977C19.2765 7.83051 19.2996 7.90312 19.2996 7.97755C19.2996 8.05199 19.2765 8.12459 19.2335 8.18534C19.1905 8.24609 19.1296 8.29199 19.0594 8.3167L18.1491 8.6125C17.872 8.70392 17.6201 8.85893 17.4136 9.06512C17.2071 9.27131 17.0518 9.52297 16.9599 9.79995L16.6641 10.7095C16.6394 10.7797 16.5935 10.8405 16.5328 10.8835C16.472 10.9265 16.3994 10.9496 16.325 10.9496C16.2505 10.9496 16.1779 10.9265 16.1172 10.8835C16.0564 10.8405 16.0106 10.7797 15.9858 10.7095L15.6892 9.79995C15.5981 9.52235 15.4432 9.26995 15.237 9.063C15.0306 8.85565 14.7785 8.6996 14.5009 8.6074L13.5905 8.3116C13.5203 8.28689 13.4595 8.24099 13.4165 8.18024C13.3735 8.11949 13.3504 8.04689 13.3504 7.97245C13.3504 7.89802 13.3735 7.82541 13.4165 7.76467C13.4595 7.70392 13.5203 7.65802 13.5905 7.6333L14.5009 7.3375C14.7745 7.24361 15.0227 7.08749 15.2258 6.88145C15.4289 6.6754 15.5814 6.42503 15.6713 6.15005L15.9671 5.24055C15.9917 5.17004 16.0375 5.10892 16.0984 5.06567C16.1592 5.02242 16.2321 4.99918 16.3067 4.99918C16.3814 4.99918 16.4542 5.02242 16.515 5.06567C16.5759 5.10892 16.6217 5.16919 16.6463 5.2397ZM20.8155 11.9819L20.1644 11.7711C19.9669 11.7051 19.7874 11.5939 19.6401 11.4466C19.4929 11.2992 19.382 11.1196 19.3161 10.922L19.1036 10.2726C19.086 10.2223 19.0533 10.1788 19.0099 10.1481C18.9665 10.1173 18.9146 10.1008 18.8614 10.1008C18.8082 10.1008 18.7563 10.1173 18.7129 10.1481C18.6695 10.1788 18.6367 10.2223 18.6191 10.2726L18.4083 10.922C18.3437 11.1183 18.2346 11.2971 18.0895 11.4444C17.9444 11.5917 17.7673 11.7035 17.5719 11.7711L16.9217 11.9819C16.8719 11.9999 16.8288 12.0328 16.7984 12.0761C16.7679 12.1195 16.7516 12.1712 16.7516 12.2242C16.7516 12.2771 16.7679 12.3288 16.7984 12.3722C16.8288 12.4155 16.8719 12.4484 16.9217 12.4664L17.5719 12.6781C17.7701 12.7441 17.9501 12.8555 18.0977 13.0034C18.2452 13.1512 18.3562 13.3315 18.4219 13.5298L18.6327 14.1792C18.6503 14.2294 18.6831 14.2729 18.7265 14.3036C18.7699 14.3344 18.8218 14.3509 18.875 14.3509C18.9282 14.3509 18.9801 14.3344 19.0235 14.3036C19.0669 14.2729 19.0996 14.2294 19.1172 14.1792L19.3289 13.5298C19.3948 13.332 19.5059 13.1524 19.6533 13.005C19.8006 12.8576 19.9803 12.7465 20.178 12.6806L20.8283 12.4698C20.8781 12.4518 20.9212 12.4189 20.9516 12.3756C20.9821 12.3322 20.9984 12.2805 20.9984 12.2276C20.9984 12.1746 20.9821 12.1229 20.9516 12.0795C20.9212 12.0362 20.8781 12.0033 20.8283 11.9853L20.8155 11.9819ZM18.4245 15.1065C18.6984 15.2198 19.0039 15.2312 19.2855 15.1388C19.2946 15.2283 19.2991 15.319 19.2991 15.4108C19.2989 16.0437 19.0814 16.6572 18.683 17.149C18.2846 17.6407 17.7294 17.9807 17.1104 18.1121L17.0789 18.2694C16.9807 18.7591 16.7396 19.2087 16.386 19.5615C16.0324 19.9142 15.5822 20.1543 15.0922 20.2513C14.6023 20.3484 14.0945 20.2981 13.6332 20.1067C13.1718 19.9154 12.7775 19.5916 12.5 19.1763C12.2225 19.5919 11.8281 19.9159 11.3666 20.1074C10.905 20.2989 10.397 20.3492 9.90688 20.2521C9.41672 20.1549 8.96636 19.9146 8.61275 19.5615C8.25913 19.2085 8.01812 18.7585 7.92018 18.2685L7.88873 18.1113C7.32759 17.9926 6.81735 17.7021 6.42888 17.2801C6.04041 16.8581 5.79301 16.3256 5.72104 15.7566C5.64907 15.1876 5.75611 14.6103 6.02729 14.1049C6.29846 13.5995 6.72031 13.1911 7.23423 12.9365C7.01856 12.7375 6.84642 12.4961 6.72866 12.2274C6.6109 11.9586 6.55006 11.6684 6.54998 11.375V11.2067C6.55023 10.6766 6.73401 10.1629 7.0701 9.75286C7.40618 9.34286 7.87385 9.06186 8.39363 8.9576L8.73873 8.8896L8.84498 8.3558C8.92233 7.96744 9.10999 7.6096 9.38549 7.32516C9.66099 7.04072 10.0127 6.84174 10.3984 6.75204C10.7841 6.66234 11.1874 6.68574 11.5602 6.81942C11.9329 6.95311 12.2592 7.19142 12.5 7.5058C12.5747 7.40839 12.6581 7.31792 12.749 7.2355L12.721 7.27375C12.5765 7.47775 12.5 7.71575 12.5 7.9716C12.5 8.22745 12.5765 8.46545 12.721 8.66945C12.7799 8.75275 12.8479 8.82784 12.925 8.8947V17.773C12.9257 18.1886 13.0807 18.5892 13.3601 18.8971C13.6394 19.2049 14.0231 19.398 14.4367 19.439C14.8504 19.48 15.2645 19.3659 15.5988 19.1188C15.9331 18.8718 16.1637 18.5094 16.2459 18.1019L16.3335 17.6667C16.35 17.5845 16.3904 17.509 16.4497 17.4497C16.509 17.3904 16.5845 17.35 16.6667 17.3335L16.914 17.2834C17.3985 17.1859 17.8264 16.9048 18.1082 16.4988C18.3899 16.0928 18.5036 15.5936 18.4253 15.1057M12.075 17.773V8.75955C12.0756 8.45893 11.9643 8.16883 11.7627 7.94581C11.5611 7.72279 11.2837 7.58283 10.9846 7.55322C10.6854 7.52361 10.3859 7.60647 10.1445 7.78565C9.90314 7.96483 9.73711 8.22748 9.67883 8.5224L9.51733 9.3333C9.5008 9.41563 9.46025 9.49121 9.40079 9.55051C9.34134 9.60982 9.26565 9.65018 9.18328 9.6665L8.56023 9.79145C8.23321 9.85718 7.93899 10.034 7.72751 10.292C7.51603 10.55 7.40031 10.8731 7.39998 11.2067V11.375C7.39998 11.7132 7.53431 12.0375 7.77342 12.2766C8.01253 12.5157 8.33683 12.65 8.67498 12.65C8.7877 12.65 8.8958 12.6948 8.9755 12.7745C9.05521 12.8542 9.09998 12.9623 9.09998 13.075C9.09998 13.1877 9.05521 13.2958 8.9755 13.3755C8.8958 13.4552 8.7877 13.5 8.67498 13.5H8.46078C7.98758 13.5014 7.53171 13.6783 7.18146 13.9965C6.8312 14.3147 6.61147 14.7515 6.56482 15.2224C6.51816 15.6933 6.6479 16.1648 6.9289 16.5455C7.20991 16.9262 7.6222 17.1892 8.08593 17.2834L8.33328 17.3335C8.4155 17.35 8.491 17.3904 8.55029 17.4497C8.60958 17.509 8.65001 17.5845 8.66648 17.6667L8.75403 18.1019C8.83627 18.5094 9.0669 18.8718 9.40118 19.1188C9.73547 19.3659 10.1496 19.48 10.5632 19.439C10.9769 19.398 11.3606 19.2049 11.6399 18.8971C11.9192 18.5892 12.0743 18.1886 12.075 17.773Z' fill='%23A8B1BB'/%3E%3C/g%3E%3Ccircle cx='13.5' cy='13.5' r='13' stroke='%23A8B1BB'/%3E%3Cdefs%3E%3CclipPath id='clip0_2066_14'%3E%3Crect width='17' height='17' fill='white' transform='translate(4 5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}


.category-list ul li[category="my-journey"]{
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2066_15)'%3E%3Cpath d='M12.9339 19.1442V12.7692C12.9339 11.7042 13.0007 10.5292 11.9101 9.9736C11.5089 9.76923 10.9839 9.76923 9.93387 9.76923H8.30887C7.53637 9.76923 7.30887 10.0424 7.30887 10.7692V16.2692C7.30887 16.6242 7.28637 17.0161 7.65012 17.2011C7.78387 17.2692 7.95824 17.2692 8.30762 17.2692H10.0776C11.5632 17.2692 12.1151 17.9167 12.9332 19.1442C13.752 17.9167 14.3039 17.2692 15.7895 17.2692H17.5601C17.9095 17.2692 18.0845 17.2692 18.2176 17.2011C18.5807 17.0161 18.5589 16.6236 18.5589 16.2692V10.7692C18.5589 10.0417 18.3307 9.76923 17.5589 9.76923H15.9339C14.8839 9.76923 14.3582 9.76923 13.957 9.9736C12.8657 10.5292 12.9332 11.7042 12.9332 12.7692' stroke='%23A8B1BB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Ccircle cx='13.5' cy='13.5' r='13' stroke='%23A8B1BB'/%3E%3Cdefs%3E%3CclipPath id='clip0_2066_15'%3E%3Crect width='15' height='15' fill='white' transform='translate(5 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
     background-repeat: no-repeat;
    background-position: center left;
}

.blog-title h4.elementor-heading-title{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-content p{
     display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}

.reading-time{
    font-size: 18px;
    color: #1A2A39;
    margin: 0px;
}
.cate-active a{
    color: #D1AE53 !important;
}
.blog-category li a{
    color: #1A2A39;
}

.blog-category-small a{
    color: #6D8196;
}

.read-more-btn .elementor-button-icon{
    font-size: 29px;
    line-height: 0px;
}

.read-more-btn .elementor-button-content-wrapper {
    align-items: center !important;
}

.three-line-limit{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}

.tag-listing{
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 4px;
}

 .tag-listing li{
    width: 32%;
    height: 32px;
    font-family: 'Outfit';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
text-transform: capitalize;
color: #6d8196;
 
 }

  .tag-listing li a{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    background-color: #F2F2F0;
  }


  .category-dropdown {
    padding: 10px;
}

.category-dropdown select{
    border-radius: 50px;
    appearance: none;
    
}

.category-dropdown h5{
    font-family: Outfit;
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 30px;
text-align: left;
color: #1a2a39;
}




.acc-header{
    cursor: pointer;
}

.acc-icon svg {
    transform: rotate(-90deg);
    transition: all 0.3s;
}

.acc-item.acc-active .acc-icon svg{
    transform: rotate(0deg);
}


.faq .e-n-accordion-item{
    box-shadow: 0px 4px 43px rgba(203, 203, 203, 0.3);
    border-radius: 6px;
    
}

.faq .e-n-accordion-item-title-icon{
    background-color: #D1AE53;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px !important;
    border-radius: 100%;
}

.contact-form .gform_confirmation_message{
    font-size: 20px;
    line-height: 1.3em;
    font-family: 'Outfit';
}





@media only screen and (min-width: 1201px) and (max-width: 1599px) {
  html {
    zoom: 0.85;
    zoom: 85%;
  }
}




@media screen and (max-width:767px){

.dual-heading .elementor-heading-title span {
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
}
	.newssetter-form .gform_confirmation_message{
	font-size:20px;
	color:#fff;
	line-height:30px;
	text-align:left;
}

.subheading::before{
    display: none;
}


.togggle-btn .elementor-button{
    width: 100% !important;
}

 .dual-heading .elementor-heading-title span{
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
} 


.vdo-play .elementor-widget-container .elementor-open-lightbox .elementor-custom-embed-image-overlay img{
    height: 400px;
    object-fit: cover;
}


.footer-icon-list ul.elementor-icon-list-items{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form .gform_fields {
    row-gap: 30px !important;
    column-gap:10px !important;
}

.reading-time{
    font-size: 16px !important;
    line-height: 1.3em !important;
    margin: 0px;
}


.nav-btn{
    display: block !important;
}

}


@media screen and (max-width:870px){
    .contact-form .gform_fields{
        display: flex !important;
        flex-direction: column !important;
        gap:20px;
    }
}


@media screen and (max-width:1024px) {
    .subheading::before{
    display: none;
}

 .tag-listing li{
    width: 45%;
 }

 .subheading.both-side::after{
    display: none;
 }

   .faq .e-n-accordion-item-title-header{
        width:80%;
    }
    
    .faq .e-n-accordion-item-title-icon{
         height: 26px;
    width: 26px !important;
    }


}


@media screen and (max-width:1200px) {
    .subheading::before{
    display: none;

}


.dual-heading.no-brk{
    white-space: wrap;
}
}

