/*
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.0.1.1711172166
Updated: 2024-03-23 05:36:06

*/
html, body {
	overflow-x: hidden;
}

/* Map Css */
.global_map {
	position: relative;
	margin-top: 50px;
	z-index: 0;
}
.global_map > img {
    display: block;
    margin: 0 auto;
}
.global_map_pin {
    position: absolute;
}
.global_map_pin_dot {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #b29762;
    border-radius: 50%;
    box-shadow: 0 0 20px 2px #b29762;
    -webkit-animation: pinGrow 1.15s linear infinite;
    animation: pinGrow 1.15s linear infinite;
    cursor: pointer;
}
.global_map_pin:hover > .global_map_pin_dot,
.global_map_pin.active > .global_map_pin_dot {
    box-shadow: 0 0 20px 2px #b29762;
    -webkit-animation: none;
    animation: none;
}
.global_map_pin_dropdown {
    position: absolute;
    padding: 15px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: left;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity .55s ease-in-out, visibility .55s ease-in-out, transform .55s ease-in-out;
    transition: opacity .55s ease-in-out, visibility .55s ease-in-out, transform .55s ease-in-out;
}
.global_map_pin:hover > .global_map_pin_dropdown,
.global_map_pin.active > .global_map_pin_dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.global_map_pin_dropdown h3 {
    margin: 0 0 15px;
    padding-bottom: 10px;
    color: #b29762;
    border-bottom: 1px solid rgba(249, 249, 249, 0.2);
    font-size: 24px !important;
    text-transform: uppercase;
    font-family: 'Oswald';
}
.global_map_pin_dropdown p {
    margin-bottom: 0;
    color: inherit;
    font-size: 14px;
}
.global_map_pin_dropdown p:not(:last-child) {
    margin-bottom: 10px;
}
.global_map_pin_dropdown a:not(:hover) {
    color: inherit;
}
.global_map_pin-1 {
    top: 195px;
    left: 400px;
}
.global_map_pin-1 > .global_map_pin_dropdown {
    top: -120px;
    left: -70px;
}
.global_map_pin-2 {
    top: 200px;
    left: 195px;
}
.global_map_pin-2 > .global_map_pin_dropdown {
    top: 35px;
    left: -180px;
}
.global_map_pin-3 {
    top: 450px;
    right: 170px;
}
.global_map_pin-3 > .global_map_pin_dropdown {
    top: 40px;
    left: -200px;
}
.global_map_pin-4 {
    top: 350px;
    left: 950px;
}
.global_map_pin-4 > .global_map_pin_dropdown {
    top: -150px;
    left: -100px;
}
.global_map_pin-5 {
    top: 260px;
    left: 325px;
}
.global_map_pin-5 > .global_map_pin_dropdown {
    top: 25px;
    left: -60px;
}
@-webkit-keyframes pinGrow {
    0% { -webkit-transform: scale(0); transform: scale(0); }
    50% { -webkit-transform: scale(1); transform: scale(1); }
    100% { -webkit-transform: scale(0); transform: scale(0); }
}
@keyframes pinGrow {
    0% { -webkit-transform: scale(0); transform: scale(0); }
    50% { -webkit-transform: scale(1); transform: scale(1); }
    100% { -webkit-transform: scale(0); transform: scale(0); }
}
/* Map Css */

.drgb a {
    color: #000 !important;
    font-family: 'Neue Montreal' !important;
}
.drgb a:hover {
    color: #b29762 !important;
}

/* -- button css -- */
a.elementor-button {
    background: transparent !important;
    border: 1px solid #b29762;
    color: #b29762 !important;
    display: inline-block;
    font-weight: 400 !important;
    padding: 17px 35px;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Neue Montreal' !important;
    font-size: 14px !important;
} 
.gold-btn a.elementor-button {
    background: #b29762 !important;
    border: 1px solid #b29762 !important;
    color: #fff !important;
}
.gold-btn a.elementor-button:hover {
    background: #8b764e !important;
	border: 1px solid #8b764e !important;
}
.wpforms-form .wpforms-submit-container button.wpforms-submit:hover {
	 background: #8b764e !important;
}
.gold-btn a.elementor-button:after {
    display: none;
}
.white-btn a.elementor-button {
    border: 1px solid #fff;
    color: #fff !important;
}
.white-btn a.elementor-button:hover {
    border: 1px solid #b29762;
}
a.elementor-button:after {
    background: #b29762;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: 1;
}
a.elementor-button:hover:after {
    bottom: 0;
    height: 100%;
    top: auto;
}
a.elementor-button:hover {
    color: #fff !important;
}
a.elementor-button span {
    z-index: 2;
    position: relative;
}
/* -- button css -- */


/* -- form css -- */

.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
	color: #000;
}
.wpcf7-form input, .wpcf7-form textarea {
    height: 50px;
    border-radius: 0 !important;
    font-family: 'Neue Montreal' !important;
    border: 1px solid #ddd !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0 #fff !important;
    color: #000 !important;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    padding: 15px;
}
.wpcf7-form .forms-mdb p {
    display: flex;
    gap: 7px;
}
.wpcf7-form span[data-name="enquiring"] {
    margin-bottom: 15px;
}
.wpcf7-form textarea {
    height: 120px;
}
.wpcf7-form span {
    width: 100%;
    display: inline-block;
}
.wpcf7-form .wpcf7-submit:hover {
    background: #8b764e !important;
}
.wpcf7-form .wpcf7-submit {
    width: 100%;
    height: 60px;
    text-transform: uppercase;
    font-family: 'Oswald' !important;
    background: #b29762 !important;
    border-radius: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0 #fff !important;
    color: #fff !important;
    font-size: 18px;
    line-height: normal;
    padding: 0;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
.select-hidden {
  display: none;
}
.select {
  position: relative;
  width: 100%;
}
.select-styled {
    background: #fff;
    cursor: pointer;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
    text-transform: uppercase;
    border: 1px solid #ddd !important;
    font-size: 13px;
	font-family: 'Neue Montreal';
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    font-family: 'Neue Montreal';
}
.wpcf7-response-output {
    margin: 0 !important;
    padding: 5px 15px !important;
    font-size: 12px;
    font-family: 'Neue Montreal';
    border: 0 !important;
    background: #b29762 !important;
    color: #fff !important;
}
.wpcf7-spinner {
    display: none !important;
}
.select-styled:after {
    content: "\ea45";
    position: absolute;
    right: 15px;
    top: 15px;
    font-family: 'WPPageBuilder';
}
.select-options {
    display: none;
    background: #000;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0;
    margin: 0;
}
.select-options li {
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
    font-family: 'Neue Montreal';
    color: #fff;
    list-style: none;
    text-transform: uppercase;
}
.drp-sml + .select-styled + ul.select-options {
    height: 237px;
    overflow-y: scroll;
}
.select-options li:hover {
    background-color: #b29762;	
}
.select-options li:first-child {
    display: none;
}
.wpcf7-acceptance label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-family: 'Neue Montreal';
    text-transform: uppercase;
}
.wpcf7-acceptance input {
    width: 18px;
    height: 18px;
}
.wpcf7-acceptance span {
    margin: 0;
}
/* -- form css -- */





.web-header {
	position: fixed !important;
	width: 100%;
	z-index: 9999;
}
.single-services .elementor-widget-theme-post-content ul li {
    list-style: circle;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.single-services .elementor-widget-theme-post-content ul {
    padding-left: 20px;
    margin: 0;
}
.single-services .elementor-widget-theme-post-content a {
    display: inline-block;
    margin-top: 20px;
}
.single-services .elementor-widget-theme-post-content h2 {
    font-size: 42px;
    font-family: 'Oswald';
    text-transform: uppercase;
    margin: 0 0 15px;
}
.service-menu ul {
	column-count: 2;
}
.cnt-text a {
	color: #000 !important;
}
.press-anchor a {
	color: #000 !important;
} 
.press-anchor a:hover {
	color: #b29762 !important;
} 
.find-btn a.elementor-button {
    font-weight: 600 !important;
}
.find-btn a.elementor-button:after {
    display: none;
}
.find-btn a.elementor-button:hover {
    color: #8b764e !important;
}
.page-id-237 p.elementor-image-box-description a {
    font-weight: 600;
    color: #000;
}
.page-id-237 p.elementor-image-box-description a:hover {
    color: #b29762 !important;
}
.postid-7564.single-services .elementor-widget-theme-post-content ul {
    column-count: 1;
}
.hvr-text a {
	color: #b29762 !important;
}
.hvr-text a:hover {
    color: #8b764e !important;
}
.swiper-slide-image {
    display: flex;
}
.circle-secton {
    width: 550px !important;
    height: 550px !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 50px;
}
.gallery-images .gallery {
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.gallery-images .gallery figure.gallery-item {
    padding: 0 !important;
    width: 12% !important;
}
.web-header .elementor-nav-menu > li > a:before, .web-header .elementor-nav-menu > li > a:after {
    content: attr( data-content );
    display: block;
    font-size: 13px;
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    background: transparent !important;
	color: #b29762 !important;
}
.web-header .elementor-nav-menu > li > a {
    padding: 0 !important;
    overflow: hidden;
}
.elementor-nav-menu > li > a:hover {
    color: #b29762 !important;
}
.web-header .elementor-nav-menu > li > a:hover {
    color: transparent !important; 
}
.web-header .elementor-nav-menu > li > a:after {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
.web-header .elementor-nav-menu > li > a:hover:before, .web-header .elementor-nav-menu > li > a:hover:after, .web-header .elementor-nav-menu > li.current-menu-item > a:before, .web-header .elementor-nav-menu > li.current-menu-item > a:after {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.portflio-gd .elementor-portfolio-item__overlay {
    outline: 7px solid #b29762;
    outline-offset: -40px;
}
/* .postid-190.single-services .elementor-widget-theme-post-content ul , .postid-198.single-services .elementor-widget-theme-post-content ul {
    column-count: 2;
} */
.single-services .elementor-widget-theme-post-content ul {
    column-count: 2;
}
.cnt-text span.elementor-icon-list-text {
    display: flex;
    align-items: center;
    gap: 3px;
}
.cnt-text span.elementor-icon-list-text b {
    white-space: nowrap;
}
.cnt-text span.elementor-icon-list-text a:hover {
    color: #b29762 !important;
}
.service-icnbox h3 {
    margin: 0;
}
.service-icnbox h3 a {
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
	transition: 0.2s;
}
.service-icnbox .elementor-image-box-wrapper:hover h3 a {
    color: #b29762 !important;
}
.breadcrumbs a span {
    font-weight: bold !important;
    color: #000000 !important;
    font-family: 'Neue Montreal';
}
.breadcrumbs a:hover span {
    color: #b29762 !important;
}
.breadcrumbs span {
    color: #b29762 !important;
}
.icn-move {
    z-index: 9;
    -webkit-animation: caption-start 1.5s ease .2s infinite;
    -moz-animation: caption-start 1.5s ease .2s infinite;
    -ms-animation: caption-start 1.5s ease .2s infinite;
    -o-animation: caption-start 1.5s ease .2s infinite;
    animation: caption-start 1.5s ease .2s infinite;
}
.animated-text .elementor-headline {
    min-height: 100px;
	margin: 0;
}
.animated-text .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
    width: 100%;
}
.animated-text .elementor-headline-text-wrapper {
	text-align: center !important;
}
.animated-text .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
    overflow-wrap: break-word;
    width: 100% !important;
}
.Newsletter .wpcf7-form input {
    color: #000000 !important;
    font-size: 12px;
    border: 0 !important;
    height: 45px;
    width: 75%;
}
.Newsletter .wpcf7-form .wpcf7-submit {
    height: 45px;
    border: 0 !important;
    width: auto;
    padding: 0 35px;
    font-family: 'Neue Montreal' !important;
    font-size: 14px;
	color: #fff !important;
}
.elementor-widget-aihee_addon .aihee-main-wrapper h4.aihee-heading-title {
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 0;
    height: auto;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-widget-aihee_addon .aihee-main-wrapper:hover h4.aihee-heading-title {
    display: none;
}
.elementor-widget-aihee_addon .aihee-main-wrapper {
    overflow: visible !important;
    height: 350px !important;
}
.elementor-widget-aihee_addon .aihee-main-wrapper .aihee-hover-12 {
    padding: 0 !important;
    transition: none !important;
    display: none !important;
    opacity: 1 !important;
}
.elementor-widget-aihee_addon .aihee-main-wrapper:hover .aihee-hover-12 {
    display: flex !important;
}
.elementor-widget-aihee_addon .aihee-main-wrapper .aihee-hover-12 .aihee-description {
    margin: 0;
    text-align: center;
    padding: 0 30px;
}
.elementor-widget-aihee_addon .aihee-main-wrapper .aihee-bg-img-12:after {
    background: rgb(0 0 0 / .3) !important;
    transition: none !important;
	opacity: 1 !important;
}
.elementor-widget-aihee_addon .aihee-main-wrapper .aihee-bg-img-12 {
    transition: none !important;
}
.elementor-widget-aihee_addon .aihee-main-wrapper .aihee-hover-12 .aihee-description p {
    margin: 0;
}
.sml-btn a.elementor-button {
    padding: 15px 20px !important;
    font-size: 12px !important;
}
.policy h4 {
    text-transform: uppercase;
    font-size: 24px !important;
    font-weight: 700;
    margin: 25px 0 10px;
}
.policy ul {
    padding-left: 20px;
    margin: 0;
}
.policy ul li {
    list-style: circle;
}
.policy a {
    color: #000 !important;
    font-weight: 600 !important;
    text-decoration: !important;
}
.policy a:hover {
    color: #b29762 !important;
}
.makes-section .elementor-image-box-content h3.elementor-image-box-title {
    margin-top: 0;
}
.elementor-widget-text-editor ul {
    padding-left: 20px;
}
.elementor-widget-text-editor ul li {
    list-style: circle;
    margin-bottom: 5px;
}
.single-expertise .elementor-widget-theme-post-content h4 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Oswald';
    margin-bottom: 10px;
    margin-top: 25px;
}
.single-expertise .elementor-widget-theme-post-content ul {
    padding-left: 20px;
}
.single-expertise .elementor-widget-theme-post-content ul li {
    list-style: circle;
}
.web-header .elementor-nav-menu > li > a:hover span.sub-arrow i {
    color: #b29762 !important;
}
.web-header .elementor-nav-menu > li > a span.sub-arrow i {
    color: #fff !important;
}
.web-header .sub-menu.elementor-nav-menu--dropdown {
    margin-left: -17px !important;
}
.makes-section figure.elementor-image-box-img {
   margin-top: -30px !important;
}
.intl-tel-input .selected-dial-code {
    font-family: 'Neue Montreal';
    font-size: 13px;
}
.intl-tel-input ul.country-list span.country-name {
    font-family: 'Neue Montreal';
    font-size: 13px;
    color: #000;
}
.single-portfolio .elementor-widget-theme-post-content ul {
    margin-bottom: 10px;
    padding-left: 20px;
}
.single-portfolio .elementor-widget-theme-post-content ul li {
    list-style: circle;
    margin-bottom: 5px;
}
.single-portfolio .elementor-widget-theme-post-content p a {
    color: #000;
    font-weight: 600;
}
.single-portfolio .elementor-widget-theme-post-content p a:hover {
    color: #b29762;
}
.op-thing ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.op-thing ul li {
    width: 50%;
    list-style: none;
}
.aihee-main-wrapper.layout-12:hover .aihee-hover-12, .aihee-main-wrapper.layout-12:hover .aihee-bg-img-12:after {
    background: rgb(0 0 0 / .5) !important;
}
.single-portfolio .elementor-widget-theme-post-content h4 {
    margin: 0;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 24px;
	margin-top: 15px;
}
.single-portfolio .elementor-widget-theme-post-content strong {
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    margin-top: 15px;
}
.single-portfolio .elementor-widget-theme-post-content ol, .single-portfolio .elementor-widget-theme-post-content ul {
    margin: 0;
    padding-left: 20px;
}
.single-portfolio .elementor-widget-theme-post-content p {
    margin-bottom: 5px;
}
#mc_embed_shell .indicates-required {
    display: none;
}
#mc_embed_shell label {
    color: #fff;
    font-family: 'Neue Montreal';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
}
#mc_embed_shell input {
    color: #fff;
    height: 30px;
    width: 75%;
    font-size: 14px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 0;
    outline: 0;
    font-family: 'Neue Montreal';
}
#mc_embed_shell input#mc-embedded-subscribe {
    color: #fff;
    margin-top: 15px;
    padding: 15px 30px;
    height: 50px;
    background: #b29762;
    border-radius: 0;
    border: 0;
    width: auto;
}
p.micro-cpy {
    margin: 0;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
	font-family: 'Neue Montreal';
}
.video-block {
    margin-top: 20px;
	margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.one-block.video-block {
    grid-template-columns: repeat(1, 1fr);
	width: 80%
}
.video-block br {
	display: none;
}

@keyframes caption-start {
	0%{ 
		transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
	}
	50% { 
		transform: translate3d(0,10px,0);
		-ms-transform: translate3d(0,10px,0);
	}
	100% { 
		transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
	}
}



@media screen and (max-width:767px) {
.web-header {
    position: relative !important;
    background: #000 !important;
}
.op-thing ul li {
    width: 100%;
}
.animated-text .elementor-headline {
    min-height: 60px;
    margin: 0;
}
.animated-text.elementor-widget-animated-headline {
    max-width: 300px;
    margin: 0 auto 10px;
}
.web-header.sticky {
	position: fixed !important;	
    background: hsl(0deg 0% 0% / 85%) !important;
}
.web-header .elementor-nav-menu__container li.menu-item a {
    padding: 10px 15px !important;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.web-header .elementor-nav-menu__container li.menu-item a span.sub-arrow i {
    color: #fff !important;
}
.web-header .elementor-nav-menu__container li.menu-item a:after, .web-header .elementor-nav-menu__container li.menu-item a:before {
    display: none;
}
.web-header .elementor-nav-menu__container li.menu-item a:hover {
    color: #fff !important;
}
.postid-190.single-services .elementor-widget-theme-post-content ul , .postid-198.single-services .elementor-widget-theme-post-content ul {
    column-count: 1;
}	
.wpforms-form .wpforms-field.third-sec {
	width: 100%;
}
.single-services .elementor-widget-theme-post-content a {
    margin-top: 10px;
}
.single-services .elementor-widget-theme-post-content h2 {
    font-size: 30px;
    margin: 0 0 10px;
}
.service-menu ul {
	column-count: 1;
}
.wpforms-form .wpforms-field input, .wpforms-form .wpforms-field textarea, .wpforms-form .wpforms-field select {
    height: 45px;
    font-size: 14px;
}
.elementor-location-footer nav.elementor-nav-menu--main ul {
    column-count: 2;
}
a.elementor-button {
    font-size: 12px !important;
    padding: 12px 20px;
}
.web-header a.elementor-button {
    font-size: 13px !important;
}
.circle-secton {
    width: auto !important;
    height: auto !important;
    padding: 0;
    border: 0 !important;
}
.gallery-images .gallery {
    gap: 9px;
}
.wpcf7-form .forms-mdb p {
    flex-wrap: wrap;
    gap: 0px;
    row-gap: 15px;
}
.home-testimonial .elementor-testimonial__text>br {
    display: none !important;
}
.web-header .sub-menu.elementor-nav-menu--dropdown {
    margin-left: 0 !important;
}
}