/*
Theme Name:   Craig Steger
Theme URI:    http://example.com/rmtheme-child
Description:  Child theme for RMTheme
Author:       Your Name
Author URI:   http://example.com
Template:     rmtheme
Version:      1.0.0
Text Domain:  craigsteger
*/



:root {
--blue: #1e90ff;
--white: #ffffff;
--placeholdercolor: currentColor;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-family: 'RobotoRegular';
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.clear {
clear: both;
}
.alignleft, .alignright, .aligncenter {
margin-bottom: 10px;
}
.alignnone {
margin-bottom: 10px;
}
.alignleft {
float: left;
margin-right: 15px;
margin-top: 0;
}
.alignright {
float: right;
margin-left: 15px;
margin-top: 0;
}
.aligncenter {
display: block;
margin: 0 auto 15px auto;
}
iframe, img {
max-width: 100%;
border: none;
vertical-align: middle;
}
img {
border: 0;
height: auto;
}
a {
font-family: inherit;
font-size: inherit;
color: inherit;
text-decoration: none;
transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'RobotoRegular';
margin: 0 0 20px 0;
padding: 0;
font-weight: normal;
}
p, li, ul, ol, blockquote {
font-family: 'RobotoRegular';
font-weight: normal;
margin: 0 0 10px 0;
padding: 0;
}
ul, li {
list-style: none;
}
a:visited {
color: inherit;
}
a:hover {
text-decoration: none;
}
a, a:hover, input[type="submit"], button {
outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
input::-webkit-input-placeholder {
color: var(--placeholdercolor);
}
input::-moz-placeholder {
color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
color: var(--placeholdercolor);
}
input:-moz-placeholder {
color: var(--placeholdercolor);
}
html {
scroll-behavior: smooth;
}
.post, .page{
margin: 0;
}
ul,ol,li {
list-style: none;
margin:0;
padding:0;
}
a:focus{outline: none;}


body{height: 1000px;}
.scroll-down a{font-size: 16px;color: #fff;font-family: 'Archivo';line-height: 1.2;letter-spacing: 0.64px;text-transform: uppercase;display: block;width: max-content;position: relative;padding-right: 35px;cursor: pointer;}
.scroll-down a:before{content: "";position: absolute;top: 0;bottom: 0;right: 0;background-image: url(images/sprites.webp);width:19px ;height:11px; background-repeat: no-repeat;background-position: -454px -23px;margin: auto;}
.scroll-down {width: 16.2%; position: absolute; bottom: 11.2%; right: 0; padding: 0 0 17px; }
.scroll-down:before {content: ""; position: absolute; bottom: 0; right: 0; width: 91.4%; height: 1px; background-color: #d8aa58; }


.container{width: 100%;max-width: 1500px;margin: auto;}
.cmn-btn{font-size: 20px; font-family: 'Archivo'; font-weight: 700;letter-spacing: 0.6px;line-height: 1;padding: 26px 72px;border-radius: 50px; background-image: -webkit-linear-gradient( 180deg, rgb(132,106,50) 0%, rgb(216,170,88) 50%, rgb(176,138,67) 100%);color: #fff;display: inline-block;text-transform: uppercase;text-align: center; transition: 0.5s;}
.cmn-btn:hover{background-image: -webkit-linear-gradient(0deg, rgb(132,106,50) 0%, rgb(216,170,88) 50%, rgb(176,138,67) 100%);color: #000;}
.text-heading{font-size: 80px;  font-family: 'Inter Tight'; font-weight: 700;letter-spacing: 0px;line-height: 1.1;color: #0a0a0a; text-transform: uppercase; margin: 0 0 25px;text-align: center;}

/*Header Sticky Menu*/
 
.header-sticky.fixed-header {position: fixed; top: 0; width: 100%; padding: 10px 2%; background-color: #000; z-index: 9999; border-bottom: 2px solid #d6a957; }
.sicky-logo {width: 100%; max-width: 300px; padding: 0 15px; }
.header-sticky {width: 100%; float: left; background: #c4c9b2; padding: 10px; display: none; }
.header-sticky .sticky-cnt {width: 25%; float: left; text-align: center; font-size: 15px; color: #c4c9b2; padding: 0 8px; }
.header-sticky .mobile_src_nav, .header-sticky .showhide {display: block; }
.header-sticky .mobile_src_nav {background: transparent; }
.header-sticky .stickyshowhide .txt {width: 40px; height: 40px; text-align: center; float: none; padding: 0; position: relative; font-weight: normal; }
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {font-size: 17px; color: #fff; font-family: 'Archivo'; position: relative; padding: 45px 0 0 0; display: inline-block; text-align: center; width: 100%; cursor: pointer; border: 0; outline: 0; background: transparent; }
.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {width: 40px; height: 40px; position: absolute; content: ""; left: 0; right: 0; margin: 0 auto; top: 0; background: transparent; border-radius: 100%; border: 2px solid #ffffff; }
.header-sticky .sticky-cnt button:before {background: url(images/header-sticky-menu.webp) no-repeat center; }
.header-sticky .sticky-cnt a:before {background-image: url(images/header-sticky-call.webp); background-repeat: no-repeat; background-position: center; }
.header-sticky .stickyshowhide .txt:before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: auto; font-size: 18px; border: 1px #fff solid; color: #f2f2f2; border-radius: 50%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.sticky-mobinav ul li a.drop {font-size: 0; position: absolute; right: 0; top: 0; width: 100%; height: 45px; } 
.sticky-mobinav ul li a.drop.open {width: 28px; } 
.sticky-mobinav ul li a.drop:after {content: ""; background: url(images/sprite_icons.png) no-repeat left top; background-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 14px; }
.sticky-mobinav ul li a.drop.open:after {background-position: -28px 0px; }
.header-sticky .sicky-cnt .stickyshowhide:before {background: url(images/header-sticky-menu.png) no-repeat center; } 
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {background: url(images/header-sticky-faqs.png) no-repeat center; } 
.header-sticky .sicky-cnt.sticky-call-wrap a:before {background: url(images/header-sticky-call.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {background: url(images/header-sticky-blog.png) no-repeat center; }
#floatingMenu {position: fixed; top: 0; left: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; text-align: left; display: flex; width: 100%; height: 100vh; z-index: 99999; }
.floatingMenu-list {width: 400px; background: #000; overflow-y: auto; padding: 10px 10px; height: 100vh; position: relative; } 
#floatingMenu.openMenu {display: flex; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
#cloaseFloatingMenu {text-align: right; font-size: 37px; line-height: 1; font-weight: 700; display: block; background: transparent; clear: both; outline: 0; border: 0; padding: 0; color: #ffffff; float: right; position: relative; z-index: 999;cursor:pointer; }
button#cloaseFloatingMenu2 {flex-grow: 1; width: calc(100% - 280px); height: 100%; font-size: 0px !important; background: transparent; border: 0; }
.floatingMenuInner li {position: relative; } 
.floatingMenuInner a {color: #fff !important; letter-spacing: 0.4px; font-family: 'Archivo'; font-weight: 500; padding: 4px 0; font-size: 18px; display: block; line-height: 1; border-bottom: 1px solid #222222; }
.floatingMenuInner .sub-menu {display: none; } 
.floatingMenuInner .menu-item-has-children>a:after {content: ''; width: 10px; height: 2px; background-color: #fff; /* -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);*/ position: absolute; top: 15px; right: 6px; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } 
.floatingMenuInner .menu-item-has-children>a:before {content: ''; width: 2px; height: 10px; position: absolute; top: 11px; right: 10px; display: block; opacity: 1; background-color: #fff; }
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {/*-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);*/ opacity: 0; }
.header-sticky.fixed-header .container {display: flex; padding: 0; align-items: center; justify-content: space-between; } 
.sicky-logo{max-width:350px; text-align: center; } 
.sticky-wrap{display: none; } 
header#site-header.f-nav{position: fixed; border-bottom: 2px solid #82581f; background-color: #080d26; padding: 10px 0; } 
.showhide {display: none; color: #fff; width: 110px; height: 28px; float: left; text-align: left; cursor: pointer; padding: 0px 0 0 33px; position: relative; outline: 0; border: 0; background-color: transparent; }
.showhide b.txtl {text-align: right; font-size: 20px; line-height: 28px; font-weight: 600 !important; text-transform: uppercase; margin: 0 0px 0 0px; padding-top: 2px; letter-spacing: 0.5px; font-family: 'Archivo'; }
.showhide b.txtr {position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 27px; font-family: 'Archivo'; }
.mobinav {display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left;padding: 0 10px;position: absolute; top: 38px; left: 0; } 
.mobinav ul {float: left; margin: 0px 0 0 0; padding: 5px 0px; width: 100%; } 
.mobinav ul li {float: left; margin: 0; width: 100%; list-style: none; padding: 0 20px; box-sizing: border-box; border: 0; margin: 0; padding: 0px; position: relative; font-family: 'Archivo'; } 
.mobinav a {width: 100%; float: left; padding: 6px 0; display: block; line-height: normal; color: #fff; font-size: 17px; letter-spacing: 0.5px; font-family: 'Archivo'; border: 0; margin: 0; text-decoration: none; } 
.mobinav a:hover {color: #d6a957; } 
.mobinav ul li ul {float: left; padding: 0 0 0 15px; } 
.mobinav ul li ul li a {text-transform: capitalize; } 
.mobinav ul li a.drop.close, .mobinav ul li a.drop.open {font-size: 0; position: absolute; right: 0px; top: 0; width: 100%; height: 29px; background-color: transparent !important; background-image: url(images/plus_icn.png); background-position: right center; background-repeat: no-repeat; padding: 0px 5px !important; cursor: pointer; } 
.mobinav ul li a.drop.open {width: 22px; background-image: url(images/minus_icn.png); } 
.mobile_src_nav {display: none; width: 100%; float: left; position: relative; padding: 10px 0; } 
.mobile_src_nav .container {position: relative; } 
.mobile_src_nav .search-form {width: 100%; float: left; } 
.displayblock {display:block; } 
.body-content {width:100%; float: left; height: 2000px; overflow: hidden; }
 
.site-logo {width: 18.9%; margin: -8px 0 0; }
.site-logo img{display: block; width: 100%;}
.logo-section {display: flex; flex-wrap: wrap; justify-content: space-between; padding: 11px 0 0; align-items: center; } 
.top-cont {display: flex; justify-content: flex-end; gap: 12px; align-items: center; margin-bottom: 14px; padding-top: 8px; } .top-cont p {font-family: 'Archivo'; font-weight: 500; font-size: 17px; letter-spacing: 5.1px; line-height: 1; color: #fff; margin: 0; text-transform: uppercase; }
.top-cont .top-call a {font-size: 35px; font-family: 'Inter Tight'; font-weight: 800; line-height: 1; letter-spacing: 0px; margin: 0; position: relative; padding-left: 30px; background: radial-gradient(circle, rgba(176, 138, 67, 1) 0%, rgba(216, 170, 88, 1) 50%, rgba(132, 106, 50, 1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.top-cont .top-call a:hover{-webkit-text-fill-color: #fff; }
.top-cont .top-call a:before {position: absolute; content: ""; top: 0px; bottom: 0; left: 0px; margin: auto; background-image: url(images/sprites.webp); background-repeat: no-repeat; width: 19px; height: 21px; background-position: -414px -24px; }
.top-menu ul {margin: 0; text-align: end; }
.top-menu ul li a {font-family: 'Archivo'; font-weight: 600; font-size: 18px; line-height: 1; letter-spacing: 0.54px; color: #fff; text-align: center; text-transform: uppercase; display: inline-block; padding: 0 6px 24px; position: relative; }
.top-menu ul li {float: left; position: relative; margin: 0px 25px; } 
.top-menu ul li:first-child {margin-left: 0px; }
.top-menu ul li:last-child {margin-right: 0px; } 
.top-menu ul li.current-menu-item > a,.top-menu ul > li a:hover {color: #d6a957; }
.top-menu ul li.current-menu-item a:before, .top-menu ul li a:hover:before{position: absolute; content: ""; width: 100%; height: 4px; background-image: -webkit-linear-gradient( 180deg, rgb(132,106,50) 0%, rgb(216,170,88) 50%, rgb(176,138,67) 100%); background-repeat: no-repeat; left: 0; right: 0; bottom: 0; margin: auto; }
 
#main-navigation ul li ul.sub-menu{display:none; width:220px; position:absolute; color:#fff; top:100%; left:0; right:auto; background-color:#d8aa58; padding:0px 0; z-index:999 } 
#main-navigation ul li:hover ul.sub-menu{display:block } 
#main-navigation ul li:hover ul.sub-menu li{position:relative } 
#main-navigation ul li:hover ul.sub-menu li:hover > ul{display:block; top:0; left:100% } 
#main-navigation .current-menu-ancestor > a, #main-navigation .menu-item-has-children.current-menu-ancestor > a{ color:#fff; } 
#main-navigation .sub-menu li a {width: 100%; padding: 8px 10px; color: #ffffff; display: block; text-align: left; text-transform: capitalize; font-weight: 500; letter-spacing: 0; font-size: 16px; letter-spacing: 0.5px; }
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu .current-menu-item > a{background-color:#000; color:#fff; } 
#main-navigation .sub-menu li:after{display:none; } 
#main-navigation .sub-menu li{width:100%; margin:0; padding:0 } 
#main-navigation .sub-menu li a:hover:before{display: none;}
#main-navigation .sub-menu li a:after{display:none } 
#main-navigation ul li ul.sub-menu li .sub-menu {display:none; width:100%; position:absolute; color:#fff; top:0; left:100%; padding:0px 0; z-index:999; } 
.site-header {transition: opacity 0.3s ease, visibility 0.3s ease; width: 100%; position: absolute; z-index: 2; }
.site-header .container{max-width: 1650px;padding: 0 71px;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.site-header.is-sticky {top: 0; right: 0; left: 0; z-index: 999; position: fixed; background:#000000; animation: slideDown 0.35s ease-out; visibility: visible;} 
#main-navigation ul.sub-menu li a:before {display: none;}
 
@keyframes slideDown {
from {transform: translateY(-100%); }
to {transform: translateY(0); } 
} 
.is-fading-out {opacity: 0; visibility: hidden; } 
.mobilenav {width:280px; height: 100vh; background-color: #333; color: white; position: fixed; top: 0; left: -280px; transition: left 0.4s ease; z-index: 999; }
 
.mobilenav.show {left: 0; } #mobilenav-toggle {display:none; } 
.mobilenav-toggle {position: absolute; top: 20px; right: 20px; background-color: blue; border: none; cursor: pointer; z-index: 1000; font-size: 0; line-height: 0px; width:36px; height: 36px; background-position: center center; background-repeat: no-repeat; background-image: url(images/open-mobilenav.webp); }
.mobilenav-toggle.active {background-image: url(images/close-mobilenav.webp); } 
.close-mobilenav {font-size:0; line-height:0px; position: absolute; top: 15px; right: 15px; cursor: pointer; background-color: red; background-image: url(images/close-mobilenav.webp); background-position: center center; background-repeat: no-repeat; width:36px; height: 36px; }
@media screen and (max-width:992px) {
#mobilenav-toggle {display:block }
} 
#mobile-navigation {overflow-y:scroll; height: 100%; width:100%; padding-top:45px; } 
#mobile-navigation ul{margin:0; padding:0 } 
#mobile-navigation ul li{display:block; padding:0 0px; margin:0; position:relative } 
#mobile-navigation ul li a{font-size:15px; text-transform:uppercase; font-weight:bold; color:#000; padding:6px 10px; display:block; min-width:inherit } 
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{color:#fff } 
#mobile-navigation .sub-menu li a{width:100%; padding:6px; color:#ffffff; display:block; text-align:left } 
#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {font-size: 0; position: absolute; right: 0px; top: 0; width: 20px; height: 20px; background-color: transparent !important; background-image: url(images/nav-open.webp); background-position: center center; background-repeat: no-repeat; padding: 0px 0px; cursor: pointer; } 
#mobile-navigation ul li .drop.open {width: 20px; background-image: url(images/nav-close.webp); } 
#mobile-navigation .sub-menu {padding-left: 15px; max-height: 0; overflow: hidden; transition: max-height 0.8s ease; } 
#mobile-navigation .sub-menu.open {max-height: 900px; transition: max-height 0.8s ease; } 
.col-loop {font-size: 20px; margin: 0 0 10px; }

/*Tabs Section*/
.tabs-section {padding: 120px 0; background-color: #f1e1e1; }
.tab-btn.active {font-weight: bold; color: #333; display: inline; }
.tab-content {opacity: 0; visibility: hidden; height: 0; overflow: hidden; transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease; }
.tab-content.active {opacity: 1; visibility: visible; height: auto; padding: 10px; border: 1px solid #000; background-color: #fff; }
.tab-buttons {margin: 0 0 20px; }

/*footer form*/

.hm-form .gfield label.gfield_label,.hm-form .gfield legend.gfield_label {display: none; }

.hm-form-sec .container{width: 100%; max-width: 100%; }
.bnr-rit-cnt.footer {text-align: left; position: absolute; transform: rotate(269deg); left: 5%; top: 0; bottom: 0; margin: auto; font-size: 140px; pointer-events: none; right: auto; letter-spacing: 2.8px; }
.hm-form-sec {padding:71px 107px 88px 92px; position: relative; background: #090909; margin: 0 0 46px; }
.hm-form-sec .text-heading{font-size:67px;  color: #fff; margin: 0 0 12px; }
.hm-form-sec p {font-family: 'Archivo'; font-size:18px; color:#fff; line-height:1.2; margin: 0 0 33px; letter-spacing:0px; text-align: center; font-weight:500; }
.hm-form .gform_required_legend{display: none; }
.ftr-form-sctn{text-align: center; }
div#field_3_10 {display: none; }
.gchoice.gchoice_3_9_1 label {display: block; }
fieldset#field_3_9 {width: 22%; border: none; }
.hm-form input::placeholder {color: #000; }
.hm-form input:-ms-input-placeholder {color: #000; }
.hm-form input::-ms-input-placeholder {color: #000; }
.hm-form textarea::placeholder {color: #000; }
.hm-form textarea:-ms-input-placeholder {color: #000; }
.hm-form textarea::-ms-input-placeholder {color: #000; }
.hm-form .gform_wrapper .top_label input,
.hm-form .gform_wrapper select,
.hm-form .gform_wrapper .top_label textarea {margin: 0px;border: none; width: 100% !important; color: #000000; outline: 0px; position: relative; border-radius: 0; font-family: 'Archivo'; background: #fff; line-height: 1.2 !important; font-size: 17px !important; padding: 20px 19px !important; transition: all 0.5s; display: block; text-align: left; height: auto !important; }
.hm-form .gfield{position: relative !important ; }
.hm-form .gform_fields {flex-wrap: wrap; gap: 10px 11px !important; justify-content: space-between; align-items:center; }
.hm-form .gform_wrapper .top_label textarea {width: 100% !important; height: 130px !important; resize: none; margin: 0; padding-top: 18px !important; margin: 0px 0 29px; min-block-size: 0px !important; }
.hm-form .gfield.msg {width: 100%; }
.hm-form-sec .gform_wrapper ul.gform_fields ul {margin: 0; padding: 0; }
.hm-form-sec .gform_wrapper ul.gform_fields li {padding: 0 !important; margin: 0 !important; position: relative; width: 100%; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {cursor: pointer; font-size: 18px; font-family: 'Archivo'; line-height: 1; font-weight: 400; color: #fff; letter-spacing:0.1px; margin: 0; text-align:left; }
.hm-form .gform_wrapper .form-links a:hover{color: #d6a957;}
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {position: relative; width: 100%; color: #fff; line-height: 1; text-align: left; margin: 0 0 0px !important; }
.hm-form-sec .gfield .ginput_container {margin: 0 !important; }
.hm-form .gfield_description.instruction.validation_message {top: 3px; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {width: 15px !important; height: 15px !important; float: left; clear: both; margin: 0px 0px 0px 0 !important; padding: 0 !important; }
.hm-form .gform_wrapper .gform_footer.top_label {padding: 0; margin: -60px 0px 0 0; float: right; }
.hm-form .gform_wrapper .gform_footer.top_label::before {top: -6px; left: -6px; border-bottom: none; border-right: none; }
.hm-form .gform_wrapper .gform_footer.top_label::after {bottom: -6px; right: -6px; border-top: none; border-left: none; }
.hm-form .gform_wrapper .top_label input[type="submit"] {display: inline-block !important; background-color: transparent !important; outline: none !important; border: 0px none !important; text-transform: uppercase !important; font-family: 'Archivo' !important; width: auto !important; font-size: 20px !important; line-height: 1 !important; letter-spacing: 0.65px !important; margin: 0; position: relative; z-index: 1; padding: 26px 72px !important; border-radius: 50px !important; background-image: -webkit-linear-gradient(180deg, rgb(132, 106, 50) 0%, rgb(216, 170, 88) 50%, rgb(176, 138, 67) 100%); }
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{color: #000 !important;}
.hm-form .gform_validation_errors{display: none !important; }
.popup {position: relative; display: inline-block; left: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.popup .popuptext {top: 15px; visibility: hidden; color: #000; position: relative !important; transition: transform 0.15s ease-out 0.15s; z-index: 1; width: 800px; top: 5px; left: 0; margin: 0px; text-align: center; font-family: 'Archivo'; font-weight: 400; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 17px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.8; z-index: 12; letter-spacing: 0.3px;}
.popup .show {visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; pointer-events: auto; }
div#popup-container {position: absolute; z-index: 2; pointer-events: none; }
.hm-form-sec .gform_wrapper.gravity-theme .gfield {position: relative; text-align: left; }
.gform_button.disabled {pointer-events: none; }
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {margin: 0; }
.gfield--type-honeypot {display: none; }




/*ERRROR*/

.hm-form .gfield_description{margin: 0px !important }
.hm-form .gfield_description.validation_message {position: absolute; bottom: 5px; right: 8px !important; text-align: right; font-size: 15px; font-family: 'Archivo'; color: #932008; letter-spacing: 0.2px; pointer-events: none; }
.hm-form .chk .gfield_description.validation_message{bottom: -17px !important; }

/*.ftr-frm-sctn ends*/

.ftmenu ul {padding: 0 0 0; margin: 0; text-align: center; margin: 0 0 29px; }
.ftmenu ul li:first-child { margin-left: 0; }
.ftmenu ul li:last-child { margin-right: 0; } 
.ftmenu ul li { display: inline-block; margin: 0 58px; }
.ftmenu ul li a:hover, .ftmenu ul li.current-menu-item a { color: #d6a957; }
.ftmenu ul li a{font-family: 'Archivo';font-weight: 600;font-size: 18px;line-height: 1;letter-spacing: 0px;color: #ffffff;text-transform: uppercase;}

.ftr-block-list {display: flex; justify-content: center; border-top: 1px solid rgba(255,255,255,10%); border-bottom: 1px solid rgba(255,255,255,10%); padding: 59px 0 47px; gap: 42px; }
.ftr-block-sec .ftr-itm {width: 24.5%; text-align: center; position: relative; padding: 76px 0 32px; }
.ftr-block-sec .ftr-itm h4{font-size: 33px; line-height: 1; color: #fff; margin: 0 0 18px;  font-family: 'Inter Tight';font-weight:700;letter-spacing:0.9px; position: relative;padding: 0 0 23px}
.ftr-block-sec .ftr-itm h4:before {content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 130px; height: 7px; background-image: url(images/ftr-tle--btm-lines.webp); background-repeat: no-repeat; }
.ftr-block-sec .ftr-itm.contact p{font-size: 21px; line-height: 1; color: #fff; font-family: 'Archivo';font-weight: 400;letter-spacing: 0;margin: 0;}
.ftr-block-sec .ftr-itm.contact a {font-size: 35px; font-family: 'Inter Tight'; background: linear-gradient(0deg, #b08a43 0%, #d8aa58 50%, #846a32 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: block; font-weight: 800; margin: 6px 0 0; letter-spacing: -0.7px; }
.ftr-block-sec .ftr-itm.contact a:hover {color: #fff; background: none; -webkit-text-fill-color: #fff; }
.ftr-block-sec .ftr-itm.contact a:before{content: "";position: absolute;top: 26px;left: 0;right: 0;margin: auto;background-image: url(images/sprites.webp);background-repeat: no-repeat;width:35px;height:35px;background-position:-307px -250px; }
.ftr-block-sec .ftr-itm .ftr-logo {margin: 0 auto 21px; width: 61.7%; }
.ftr-block-sec .ftr-itm.logo .cmn-btn{padding: 23px 64px;font-size: 27px;}
.ftr-block-sec .ftr-itm.logo {padding: 43px 0 32px; }
.ftr-block-sec .ftr-itm.scl-icns{padding-right: 50px;}
.ftr-block-sec .ftr-itm.contact {width: 23.8%; padding-right: 0; }
.ftr-block-sec .ftr-itm.logo {padding: 43px 0 22px; width: 30.9%; border-left: 1px solid rgba(255,255,255,10%); border-right: 1px solid rgba(255,255,255,10%); }
.ftr-block-sec .ftr-itm.logo img{width: 100%;display: block;}

.ftr-block-sec .social-icons {display: flex ; justify-content: center; gap: 17px;align-items:center; }
.ftr-block-sec .social-icons a{font-size: 0;background-image: url(images/sprites.webp);background-repeat: no-repeat;width: 32px;height:32px ;display: block;background-position: -21px -249px;}
.ftr-block-sec .social-icons a.linkdein:hover{background-position: -21px -303px;}
.ftr-block-sec .social-icons a.facebook{background-position: -84px -250px;}
.ftr-block-sec .social-icons a.facebook:hover{background-position: -84px -303px;}
.ftr-block-sec .social-icons a.youtube{background-position: -129px -246px;}
.ftr-block-sec .social-icons a.youtube:hover{background-position: -129px -299px;}
.ftr-block-sec .social-icons a.tiktok{background-position: -188px -249px;}
.ftr-block-sec .social-icons a.tiktok:hover{background-position: -188px -303px;}
.ftr-block-sec .social-icons a.instagram{background-position: -244px -249px;}
.ftr-block-sec .social-icons a.instagram:hover{background-position: -242px -303px;}

/*Copy Rights Section*/

.footer-form-sec {position: relative; z-index: 1; background: #0d0d0d; }
.footer-form-sec:before {content: ""; position: absolute; background-image: url(images/ftr-bg-img.webp); background-repeat: no-repeat; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; opacity: 30%; pointer-events: none; z-index: -1; background-size: 100% 100%; background-color: #0d0d0d; }
.footer-form-sec:after {content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-image: url(images/ftr-blur-img.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 100%; height: 100%; pointer-events: none; z-index: -1; mix-blend-mode: luminosity; opacity: 25%; }
.ftr-copyrights-sec {padding: 26px 0px 33px; text-align: center; }
.cpy-inr p {display: inline-block;}
.ftr-block-sec:before {position: absolute; content: ""; width: 100%; height: 78%; bottom: 0; left: 0; right: 0; margin: auto; background-image: url(images/ftr-bg-layer.webp); background-repeat: no-repeat; z-index: -1; mix-blend-mode: color-burn; opacity: 50%; }
.ftr-copyrights-sec p,.ftr-copyrights-sec a{margin: 0; font-size: 18px;color: #fff; font-family: 'Archivo';font-weight: 500;line-height: 1.7;letter-spacing: 0;}
.ftr-copyrights-sec a:hover{color: #d6a957;}
.page_default .genpg-rite section.no-results.not-found form.search-form, .page_default .genpg-rite section.no-results.not-found h1, p.gform_required_legend {display: none;}


@media screen and (max-width:1600px) {
 
.container { max-width:1400px; }
 
.top-cont{padding-top: 4px;}
.top-menu ul li a{padding: 0 6px 21px;}
.top-cont .top-call a{font-size: 32px;}
.site-header:before{width: 1400px;}
.logo-section{padding: 11px 30px 0;}
 
.hm-form-sec{padding: 60px 107px 75px 92px;margin: 0 0 40px;}
.hm-form-sec .text-heading{font-size: 62px;}
.hm-form-sec p{margin: 0 0 25px;}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea{padding: 18px 15px !important;}
.hm-form .gform_wrapper .gform_footer.top_label{margin: -40px 65px 0 0}
 
.ftmenu ul li{margin: 0 50px;}
.ftr-block-sec .ftr-itm{padding: 60px 0 18px;}
.ftr-block-sec .ftr-itm.contact a:before{top: 14px;}
.ftr-block-sec .ftr-itm h4{font-size: 30px;padding: 0 0 18px;}
.ftr-block-sec .ftr-itm.contact a{font-size: 31px;}
.ftr-block-sec .social-icons{gap: 10px;}
.ftr-block-sec .social-icons a{transform: scale(0.85);}
.ftr-block-sec .ftr-itm.logo .cmn-btn {padding: 23px 55px; font-size: 23px; }
 
}
 
@media screen and (max-width:1440px) {
 
.container{ max-width:1200px; }
 
.top-menu ul li{margin: 0px 18px;}
.top-cont .top-call a {font-size: 28px; }
.top-menu ul li a{font-size: 17px;}
.top-cont p{letter-spacing: 4px;}
.site-header:before{width: 1200px;}
.logo-section {padding: 11px 25px 0; }
 
.hm-form-sec {padding: 55px 70px 60px 70px; margin: 0 0 35px; }
.hm-form-sec .text-heading {font-size: 57px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {padding: 16px 15px !important; }
.hm-form .gform_wrapper .top_label textarea{height: 120px !important;margin: 0px 0 20px;}
.hm-form .gfield_description.validation_message{font-size: 16px;    bottom: 2px;}
.ftmenu ul{margin: 0 0 23px;}
.ftmenu ul li {margin: 0 40px; }
.ftmenu ul li a{font-size: 17px;}
.ftr-block-list{padding: 50px 0 45px;gap: 30px;}
.ftr-block-sec .ftr-itm {padding: 50px 0 18px; }
.ftr-block-sec .ftr-itm.contact a:before{transform: scale(0.9);top: 8px;}
.ftr-block-sec .ftr-itm.logo{padding: 25px 0 22px}
.ftr-block-sec .ftr-itm.logo .cmn-btn {padding: 21px 50px; font-size: 22px; }
.ftr-block-sec .ftr-itm.scl-icns {padding-right: 25px; }
.ftr-copyrights-sec {padding: 25px 0px 25px; }
.ftr-block-sec .social-icons a {transform: scale(0.75); }
.ftr-block-sec .social-icons {gap: 7px; }
 
}
 
@media screen and (max-width:1240px) {
 
.container{ max-width: 970px; }
 
.top-menu ul li a {padding: 0 3px 18px;font-size: 15px; }
.top-menu ul li {margin: 0px 12px; }
.top-cont p {letter-spacing: 3px;font-size: 16px; }
.logo-section {padding: 9px 25px 0; }
.top-cont .top-call a {font-size: 26px; }
.top-cont{margin-bottom: 10px;}
.site-header:before {width: 950px; }
.top-menu ul li.current-menu-item a:before, .top-menu ul li a:hover:before{height: 3px;}
 
 
.hm-form-sec {padding: 55px 50px 55px 50px; margin: 0 0 30px; }
.hm-form-sec .text-heading {font-size: 50px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {padding: 15px 15px !important; }
.hm-form .gform_wrapper .top_label textarea {height: 110px !important; margin: 0px 0 10px; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label{font-size: 17px;}
.popup .popuptext{width: 650px;line-height: 1.6;font-size: 17px;padding: 12px;}
 
.ftmenu ul li {margin: 0 30px; }
.ftmenu ul li a {font-size: 16px; }
.ftr-block-list {padding: 40px 0 40px; }
.ftr-block-sec .ftr-itm.contact a:before {transform: scale(0.8); top: 0; }
.ftr-block-sec .ftr-itm h4 {font-size: 28px; padding: 0 0 15px;margin: 0 0 12px; }
.ftr-block-sec .ftr-itm.contact p{font-size: 20px;}
.ftr-block-sec .ftr-itm.contact a {font-size: 27px; }
.ftr-block-sec .ftr-itm.logo .cmn-btn {padding: 19px 40px 18px; font-size: 19px; }
.ftr-block-sec .social-icons {gap: 4px; }
.ftr-copyrights-sec {padding: 20px 0px; }
 
}
 
@media screen and (max-width:991px) {
 
.container{ max-width: 720px; }
 
 
.top-cont{flex-direction: column;margin: 0;}
.site-logo {width: 100%; margin: 0px 0 0; max-width: 250px; }
.site-header:before{display: none;}
 
 
.hm-form-sec {padding: 45px 35px 45px 35px; margin: 0 0 25px; }
.hm-form-sec .text-heading {font-size: 37px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {padding: 13px 15px !important;font-size:16px !important; }
.hm-form .gform_wrapper .top_label textarea {height: 95px !important; margin: 0px 0 8px; }
.hm-form .gform_wrapper .gform_footer.top_label {margin: -45px 20px 0 0; }
.hm-form .gform_wrapper .top_label input[type="submit"]{font-size: 18px !important;}
.popup .popuptext {width: 500px; line-height: 1.6; font-size: 16px; padding: 10px; }
.hm-form .gfield_description.validation_message {font-size: 14px; }
.ftmenu ul li {margin: 0 16px; }
.ftmenu ul li a {font-size: 15px; }
.ftmenu ul {margin: 0 0 18px; }
.ftr-block-list{flex-wrap: wrap;gap: 20px;}
.ftr-block-sec .ftr-itm.contact,.ftr-block-sec .ftr-itm.logo,.ftr-block-sec .ftr-itm{width: 100%;}
.ftr-block-sec .ftr-itm{max-width: 320px;border: 1px solid rgba(255,255,255,10%);padding: 50px 20px 20px;}
.ftr-block-sec .ftr-itm.contact {order: 2; }
.ftr-block-sec .ftr-itm.contact a:before {transform: scale(0.7); top: 10px; }
.ftr-block-sec .ftr-itm.logo {max-width: 400px; padding: 0; border: none; }
.ftr-block-sec .ftr-itm .ftr-logo{width: 100%;max-width: 250px ;margin: 0 auto 15px;}
.ftr-block-sec .ftr-itm.logo .cmn-btn {padding: 17px 35px; font-size: 18px; }
.ftr-copyrights-sec p, .ftr-copyrights-sec a{font-size: 17px;}
.footer-form-sec{padding: 50px 0 0;}
 
 
}
 
 
@media screen and (max-width:767px) {
 
.container{max-width:100%; padding:0 15px;}
 
.logo-section{gap: 15px;justify-content: center;flex-direction: column;}
.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before{transform: scale(0.85);}
.top-cont p {letter-spacing: 2px;  }
 
 
.footer-form-sec{padding: 40px 0 0;}
.hm-form-sec {padding: 30px 25px 30px 25px; margin: 0 0 15px; }
.hm-form-sec .text-heading {font-size: 32px; }
.hm-form-sec p {margin: 0 0 15px;font-size: 16px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {padding: 12px 12px !important; font-size: 16px !important; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 16px; }
.hm-form .gform_wrapper .gform_footer.top_label {margin: 10px 0 0; float: none;justify-content:center; }
.ftr-block-list {padding: 30px 0;gap:15px; }
.ftr-block-sec .ftr-itm h4 {font-size: 27px; padding: 0 0 12px; }
.popup .popuptext {width: 400px; }
 
}
 
 
@media screen and (max-width:480px) {
 
.top-cont p {letter-spacing: 1px; font-size: 16px; }
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button{font-size: 16px;padding: 40px 0 0 0;}
.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {transform: scale(0.75); }
 
.footer-form-sec {padding: 30px 0 0; }
.hm-form-sec .text-heading {font-size: 25px; }
.hm-form-sec {padding: 20px 15px 20px 15px; margin: 0 0 10px; }
.hm-form .gform_wrapper .top_label textarea {height: 80px !important; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 15px; }
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 17px !important; }
 
.ftmenu ul li {margin: 0 7px; }
.ftmenu ul {margin: 0 0 10px; }
.ftr-block-list {padding: 25px 0; gap: 15px; }
.ftr-block-sec .ftr-itm h4 {font-size: 25px; }
.ftr-block-sec .ftr-itm.contact a {font-size: 25px; }
.ftr-copyrights-sec p, .ftr-copyrights-sec a {font-size: 16px; }
.ftmenu ul li a {font-size: 14px; }
.ftr-block-sec .ftr-itm.logo .cmn-btn {padding: 15px 30px 14px; font-size: 17px; }
.popup .popuptext {width: 250px;font-size: 15px; }
.hm-form .gfield_description.validation_message {font-size: 12px; }
.ftr-block-sec .social-icons a {transform: scale(0.7); }
 
 
}