/*
Theme Name: Cloud Custom Child Theme
Theme URI: http://cloudinnovatesolutions.com
Description: CLOUD's custom child theme.
Version: 3.3
Author: CloudDesign
Author URI: http://www.cloudinnovatesolutions.com/
License: Copyright 2020
License URI: http://www.cloudinnovatesolutions.com
Tags: bootstrap, custom, fontawesome, cycle2, bootsrtap walker class
Template: parent
*/

@import url("../parent/style.css");

@font-face {
    font-family: 'Iowan Old Style';
    src: url('fonts/IowanOldStyleBT-Roman.woff2') format('woff2'),
        url('fonts/IowanOldStyleBT-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Indigo Forest';
    src: url('fonts/IndigoForest.woff2') format('woff2'),
        url('fonts/IndigoForest.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Redrains';
    src: url('fonts/Redrains-Regular.woff2') format('woff2'),
        url('fonts/Redrains-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold!important;
    color: #000;
}
 h1.entry-title2, h2 {	
	font-size: min(max(25px, 3vw), 50px) !important;
}
/*h3 {
	font-size: min(max(20px, 2vw), 32px) !important;
}
h4 {
	font-size: min(max(18px, 2vw), 27px) !important;
} */
/* h6 {
	font-family: 'Gotham' !important;
} */
a:focus, input:focus, button:focus, textarea:focus {
	outline: none;
}
a{
    text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* Place custom css for yout theme here */
.topSection {
    background: #0D3917;
    color: #ffffff;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
	line-height: 30px;
}
#header{
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 5px 0px #00000011;
}
#wrap, body {
    overflow: inherit;
}
.phone {
    text-align: right;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.phone > a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}
.primary-nav > li > a {
	font-family: 'Gotham' !important;
}
#header header > .row {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
.fullWidth {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw - 0.55vw);
    margin-right: calc(-50vw - 0.55vw);
    max-width: 100vw;
    text-align: center;
}
/* .fullWidth img {
	width:100%;
} */
.home #wrap {
	background-image: url(images/guidenbanner.jpg) !important;
    background-repeat: no-repeat;
}
.page-id-14 #wrap{
    background-image: url(https://royalinkprojects.com/giuden/wp-content/uploads/2024/06/contactbg2.jpg) !important;
    background-repeat: no-repeat;
}
.page-id-10 #wrap{
    background-image: url(https://royalinkprojects.com/giuden/wp-content/uploads/2024/06/servbg-1.jpg) !important;
    background-repeat: no-repeat;
}
.home #callout2{
    padding-top: 10vw;
    margin-top: 50px;
}
#callout2 {
	padding-top: 5vw;
}
.container, .container-fluid {
	max-width: 1460px;
	width:100%;
}
header.container-fluid{
    max-width: 100% !important;
}
.callUs a.button{
    font-size: clamp(calc(18px - 4px), 1.5vw, 20px) !important;
    padding: 13px 50px !important;
}
header .col-sm-9{
    gap: 30px;
}


#package .wp-block-column .amr_widget > h2 {
    display: none;
}
#package {
    width: 100%;
	text-align:center;
	gap: 1em;
}
#package.container {
	max-width: 1270px;
}
#package .wp-block-column {
	background: url(images/whitebg2.png) no-repeat bottom center / 100% 100%;
	padding: 0px 20px 2vw;
	border-bottom: 1px solid #cccccc;
	margin-top: 8vw;
}
#package .wp-block-column img {
    margin-top: -46px;
    max-width: 70px;
}
#package .wp-block-column h3 {
    margin-bottom: 40px;
}
#package .wp-block-column h2 {
    font-family: 'Gotham' !important;
    font-size: min(max(50px, 9vw), 130px)  !important;
    font-weight: 700;
    color: #0D3917;
    letter-spacing: -8px;
    line-height: min(max(50px, 7vw), 130px)  !important;
    margin-top: -5px;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
#package .wp-block-column p {
    max-width: 420px;
    margin: 0 auto;
}
#package .wp-block-column h2::before {
    content: "$";
    font-size: min(max(30px, 4vw), 45px) !important;
    position: absolute;
    left: -30px;
    top: -14px;
    line-height: min(max(30px, 4vw), 64px) !important;
}
#package .wp-block-column h6 {
	color: #D1A96A !important;
	margin: 45px 0;
	letter-spacing: 1.5px;
    font-size: 20px;
    font-weight: bold;
}

#package .wp-block-column h6 a:hover{
    color: #0D3917 !important;
}
.bars {
	padding: 4vw 0;
}
.bar-id-67, .bar-id-104, .bar-id-115, .bar-id-134, .bar-id-139, .blue-sec, .bar-id-232 {
    text-align: center;
}
.bar-id-67 *, .blue-sec * {
    color: #ffffff;
}
.bar-id-67 h2, .bar-id-104 h2, .blue-sec h2, .bar-id-232 section > h2 {
    position: relative;
    display: flex;
    clear: both;
    align-items: center;
    justify-content: center;
	margin-bottom: 40px;
}
.bar-id-67 h2::before, .bar-id-67 h2::after,
.bar-id-104 h2::before, .bar-id-104 h2::after,
.bar-id-232 section > h2::before, .bar-id-232 section > h2::after,
.blue-sec h2::before, .blue-sec h2::after {
    content: "";
    height: 3px;
    width: 100px;
    display: block;
    background: #fff;
    margin: 0 20px;
}
.bar-id-67 h3 {
    margin: 30px 0 20px;
}
.bar-id-78 {
    padding-top: 25vw;
}
.bar-id-85 {
    padding: 0;
	border-bottom: 6px solid #008cf8;
}
.bar-id-85 .container-fluid {
    padding: 0;
	display: flex;
	align-items: center;
	max-width: 100%;
}
.bar-id-85 h2 {
    margin: 0;
    color: #ffffff;
	border-bottom: 1px solid #008cf8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.bar-id-85 h2.bigTitle {
	font-size: min(max(30px, 5vw), 119px) !important;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.bar-id-85 .align-left {
	padding: 3vw 8vw 3vw 3vw;
}
.bar-id-85 .container-fluid > div {
    width: 50%;
}
.bar-id-85 .container-fluid > div.align-right {
    align-self: stretch;
}
.bar-id-85 .container-fluid > div.align-right img {
    height: 100%;
	float: right;
}
.bar-id-85 a.button {
    margin-top: 40px;
}
/** Accordion **/

.sp-easy-accordion .ea-card {
    counter-increment: faq-count;
    position: relative;
    padding-left: 0;
    margin-bottom: 30px;
    margin-left: 60px;
}

.sp-easy-accordion .ea-card:before {
    content: counter(faq-count);
    transform: rotate(0deg);
    z-index: 9;
    font-size: 21px;
    font-family: 'Gotham';
    position: absolute;
    font-weight: 900;
    color: #ffffff;
    left: -60px;
    background: #0D3917;
    text-align: center;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    line-height: 40px;
    border: 10px solid #e8e8e8;
}
.faq.container, .testimonial.container{
    max-width: 1140px !important;
}
.faq{
    padding-bottom:50px ;
}
.faq .ea-header{
    font-weight: bold;
}
#sp-ea-282.sp-easy-accordion>.sp-ea-single>.ea-header a{
    letter-spacing: 1px;
}
.ea-body{
    padding: 0 15px !important;
}
.ea-body p{
    font-size: 16px;
    line-height: normal;
    font-weight: 100;
    line-height: 25px;
}
/* .bar-id-97 {
    background: linear-gradient(0deg, #ffffff 70%, transparent 100%) !important;
} */
/* .sp-easy-accordion .ea-card {
	background: url(images/home-blue.png) no-repeat left 5px / 43px 40px !important;
	padding-left: 4vw;
	margin-bottom: 40px;
} */
/* .sp-easy-accordion .sp-ea-single .ea-header a {
	font-size:  min(max(15px, 1.5vw), 24px) !important;
    line-height: normal;
}
.sp-easy-accordion .sp-ea-single .fa-plus:before {
    transform: rotate(0deg);
}
.sp-easy-accordion .sp-ea-single .fa-minus:before {
    transform: rotate(90deg);
} */
/* .sp-easy-accordion .sp-ea-single .ea-expand-icon:before {
	content: url(images/arrow.png);
	zoom: 0.5;
	margin-top: -8px;
	display: block;
	transition: all 0.2s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
} */
.next-service  .hori:after, .next-service  .hori:before{
    content: "";
    height: 3px;
    width: 100px;
    display: block;
    background: #fff;
    margin: 0 20px;
    background-color: #0D3917;
}
.next-service{
    margin-bottom: 100px;
}
.next-service .hori{
    position: relative;
    display: flex;
    clear: both;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 5px;
}


/** Testimonial **/
.testimonial-heading{
    display: none;
}
.strong-view.wpmtst-default .wpmtst-testimonial{
    border: none !important;
}
.testimonial:before{
    display: none;
}
.strong-view.wpmtst-default .wpmtst-testimonial-inner{
    text-align: center !important;
    border: none !important;
    padding: 38px 18px !important;
    box-shadow: 0px 3px 14px #666 !important;
    border-radius: 30px;
}
.testimonial-name{
    text-align: center !important;
    font-style: italic;
    margin-top: 15px;
    font-weight: 100;
}
.testimonial-name:before{
    content: "- ";
}
.testimonial.t-slide{
    background-color: #fff;
    border-radius: 30px;
    color: #000;
} 
.strong-content .wpmtst-testimonial .testimonial-content::before{
    content: url(images/goldstars.png) !important;
    display: block !important;
    left: 0;
    position: relative;
    width: 100%;
    height: auto;
    mask: none;
    -webkit-mask: none;
    background: 0 0;
    text-align: center;
    margin-bottom: 15px;
    transform: scale(0.8);
}

.bar-id-104 {
    background: radial-gradient(#bfbfbf, #949494) !important;
}
.bar-id-104 h2, .bar-id-232 section > h2 {
    color: #004074;
}
.bar-id-104 h2::before, .bar-id-104 h2::after,
.bar-id-232 section > h2::before, .bar-id-232 section > h2::after {
    background: #004074;
}
#sp-ea-114.sp-easy-accordion>.sp-ea-single{
    border: 0px solid;
}
#sp-ea-114.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body{
    background-color: transparent;
}
#sp-testimonial-free-wrapper-108 .sp-testimonial-free-section {
	margin-bottom: 20px;
}
.testimonial:before {
	display:none;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: min(max(14px, 1.5vw), 24px) !important;
    line-height: 36px;
}
#sp-testimonial-free-wrapper-108 .sp-testimonial-free-section .testimonial-nav-arrow {
    background: transparent;
    border: none;
    color: transparent;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	width: 52px;
    height: auto;
}
.sp-testimonial-free-section .testimonial-nav-arrow:hover {
	background:transparent !important;
}
.sp-testimonial-free-section .fa-angle-left:before {
	content: url(images/arrow.png);
	transform: rotate(180deg);
	display: block;
}
.sp-testimonial-free-section .fa-angle-right:before {
	content: url(images/arrow.png);
	transform: rotate(0deg);
	display: block;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content {
    padding: 0 50px;
	display: inline-block;
}
.sp-testimonial-free-section .sp-testimonial-client-name {
	font-size: min(max(20px, 1.5vw), 38px) !important;
	font-family: 'Gotham';
}
a.button.moretag {
    margin-top: 30px;
}
/* contact us page */

.max650{
    max-width: 650px;
    margin: 0 auto;
}



/** Newsletter **/
.bar-id-134 h2 {
    color: #ffffff;
    font-family: 'Indigo Forest' !important;
    line-height: min(max(41px, 8vw), 118px);
    font-size: min(max(24px, 3vw), 48px) !important;
}
.bar-id-134 h4 {
	color: #ffffff;
}
.bar-id-134 form {
    max-width: 900px;
    margin: 20px auto 0;
	background: #ffffff;
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 30px;
}
.bar-id-134 .wpforms-field-container{
    width: 100% !important;
}
.bar-id-134 .wpforms-field-container input{
    background: transparent !important;
    font-size: min(max(16px, 1.5vw), 32px) !important;
}
.bar-id-134 .wpforms-field-container input:focus{
    box-shadow: none !important;
}
.bar-id-134 .wpforms-field-container .wpforms-field{
    padding: 0;
}
.bar-id-134 .wpforms-submit-container{
    width: 30% !important;
    margin: 0 !important;
}
.bar-id-134 input.wpcf7-submit {
    padding: 15px 20px;
	max-width: 260px;
	font-size: min(max(16px, 1.5vw), 32px) !important;
}
.bar-id-134 .wpcf7 input[type="email"] {
    border: none;
    font-size: min(max(16px, 1.5vw), 32px) !important;
    padding: 13px 15px;
	color: #000000;
	background: transparent;
}
.bar-id-134 .wpcf7-form-control-wrap {
    position: relative;
    float: left;
    max-width: calc(100% - 260px);
    width: 100%;
}
.bar-id-134 .wpcf7 p {
	margin-bottom:0;
}
span.wpcf7-not-valid-tip {
    margin-top: 20px;
	text-align: left;
}
.wpcf7-spinner {
    display: none;
}
.tel, .mail, .address {
	padding-left: 3.5vw;
	color: #525252;
	font-family: 'Iowan Old Style';
	font-size: min(max(16px, 1.5vw), 27px) !important;
}
.tel {
	background: url(images/phone.png) no-repeat left center / auto 100%;
}
.mail {
	background: url(images/mail.png) no-repeat left center / auto calc(100% - 5px);
}
.address {
	background: url(images/location.png) no-repeat left center / auto 100%;
	display: inline-block;
	margin: 15px 0 30px;
}
.wpforms-field-container input{
    height: auto !important;
}
.wpforms-field-container input, .wpforms-field-container textarea {
    padding: 15px 20px !important;
    background: #ffffff !important;
	color: #0D3917 !important;
    border-radius: 30px !important;
    box-shadow: 4px 4px 6px #00000022 !important;
}
.wpcf7 textarea {
    height: 150px;
    margin: 20px 0;
}
.bar-id-139 form{
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 30px;
}
.newsletter form input{
    border: 0px solid !important;
    box-shadow: none !important;
}
input.wpcf7-submit {
    min-width: 260px;
    width: auto !important;
    font-weight: 700 !important;
}
.bar-id-139 .location::after {
    content: "";
    width: 100px;
    height: 4px;
    background: #0D3917;
    display: block;
    margin: 20px auto 40px;
}
.wpcf7 ul {
	margin: 0;
}
::placeholder {
    color: #336690;
}
/** Footer **/
#footer footer {
    display: flex;
    justify-content: space-between;
	font-size: min(max(14px, 1.2vw), 18px) !important;
}
#footer footer > div {
    width: auto;
}
#footer footer > div.footer-widget-2 {
    flex: 0 0 220px;
}
#footer footer > div.footer-widget-3 {
    flex: 0 0 200px;
}
#footer footer .footer-widget-1 {
    padding-right: 9vw;
}
#footer footer .footer-widget-1 img {
	margin-bottom:20px;
}
#footer .container-fluid{
    max-width: 1140px;
}
footer .menu a {
	font-family: 'Gotham' !important;
	    margin-bottom: 7px;
    display: block;
	font-size: min(max(14px, 1.2vw), 18px) !important;
}
footer .menu a:before {
	content: "";
}
#footer * {
    color: #ffffff;
}
#footer h3 {
    border-bottom: 4px solid #d1a96a;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
#footer .socialmedia a {
    font-size: 30px;
    margin-right: 20px;
}
#footer2 p {
    margin: 0;
}
#footer2 a {
    color: #ffffff;
}
.call-to-action-text .offer a:hover{
    color: #606060;
}
#footer2 a:hover{
    color: #D1A96A;
}
#footer .textwidget a:hover, #footer .textwidget a:hover span {
    color: #D1A96A;
}
/** Pages **/
article.page header.entry-header {
    display: none;
}
.mt-minus {
    margin-top: -5vw;
    position: relative;
}
.mt-space {
	margin-top: 5vw !important;
}
.imageSec img {
    box-shadow: 0 0 10px #bdbdbd;
}
.blue-sec h3::before {
    content: "";
    background: #D1A96A;
    width: 70px;
    height: 5px;
    display: block;
    margin: 40px auto 30px;
}
.blue-sec img {
    max-height: 12.5vw;
    object-fit: contain;
}
.page .post-thumbnail {
	display:none;
}
.bar-id-232 h2.has-text-align-center {
    display: none;
}
.bar-id-232 #package {
    margin-top: -5vw;
}
.bar-id-232 #package .wp-block-column {
	background-color: #cbcbcb;
}
.page-id-12 .bar-id-97 {
    margin-top: -7vw;
}

.licensed p{
    text-align: justify;
}

/** Blog **/
.contentBtm p {
    margin-bottom: 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-page h3 {
    color: #0D3917;
}
.blog-page .contentBtm {
    background: linear-gradient(180deg, rgba(224, 224, 224, 0.75), rgb(255, 255, 255, 0.75));
	padding: 30px 20px;
    border: 2px solid #c9c9c9;
    border-top: 0;
    margin-bottom: 30px;
}
.blog-page img, .bar-id-115 img {
    max-height: 15vw;
    object-fit: cover;
    height: 100vw;
}
.featured-blog {
    padding: 0 10px;
	margin-bottom: 60px;
}
.featured-blog .featured_posts_wrap {
    display: flex;
    align-items: center;
}
.featured-blog .contentBtm {
    background: linear-gradient(rgb(255 255 255 / 75%), rgb(255 255 255 / 75%)) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, linear-gradient(transparent 0%, rgb(190 190 190 / 75%) 100%);
    box-sizing: content-box;
	padding: 2.5em 2em;
}
.featured-blog h2 {
    color: #0D3917;
    margin: 30px 0 10px;
}
.featured-blog a.button {
    max-width: 270px;
}
.featured-blog .post-thumb {
    flex: 0 0 42%;
	align-self: stretch;
}
.featured-blog .post-thumb img {
    height: 100%;
    object-fit: cover;
}
.featured-blog .contentBtm h5 {
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 700;
    color: #525252;
    margin-bottom: 0;
}
.featured-blog .contentBtm .date {
    text-transform: uppercase;
}
.byline, .comments-link, .cat-links{
    display: none;
}
.pageTitle, .navigation, #comments {
    display: none;
}
.single-post #callout2 .container {
    max-width: 1099px;
}
.post-thumbnail > img {
    max-width: 100%;
    margin: 0 auto 20px;
}
.single .post {
    border-bottom: 0;
}
.page-id-379 #wrap{
    background-image: url(images/blogbg.jpg) !important;
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.blog-page > div{
    display: flex;
}
.contentBtm .child{
    display: none;
}
.blog-page .recent_posts_wrap{
    padding-left: 10px;
    padding-right: 10px;
}
/** Popup **/
button.close {
    min-width: auto;
    width: auto;
    position: absolute;
    right: 15px;
    max-width: max-content;
	top: 15px;
}
.modal-content {
    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,0.2);
    border-radius: 0;
}
.modal-body {
    font-size: 14px;
    text-align: left;
    color: #666666;
    font-weight: 400;
    font-family: 'Gotham';
    letter-spacing: normal;
    padding: 15px 15px 10px 25px !important;
    position: relative;
    height: 90%;
}
.modal-body h2{
    position: relative;
    font-size: 30px !important;
    overflow: hidden;
    color: #0D3917;
}

.modal-body ul {
	padding:0;
}
.modal-body li {
    display: flex;
	margin-bottom: 7px;
}
.modal-body li:before {
    content: "\f111";
    padding-right: 8px;
    font-size: 8px;
    line-height: 14px;
	    font-family: 'FontAwesome';
}
.modal h4 {
	position: relative;
	overflow: hidden;
}
.modal h4::after {
    content: "";
    background: #666666;
    height: 2px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 15px;
    margin-left: 10px;
}
.blue{
    color: #0D3917 !important;
    margin: 30px 0px 15px;
    font-family: 'Gotham' !important;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 22px !important;
}
.modal h6 {
    margin-bottom: 20px !important;
}
.modal-open #header {
    z-index: auto;
}
#myModal-discount .modal-dialog {
    max-width: 840px;
    width: 100%;
	padding: 0 15px;
}
#myModal-discount .modal-content {
    border-radius: 35px;
}
#myModal-discount .modal-body {
    padding: 0px;
}
#myModal-discount h2 {
	display:none;
}
#custom_html-9 {
    border-radius: 35px;
    overflow: hidden;
}
#myModal-discount .textwidget {
    display: flex;
    align-items: stretch;
    text-align: center;
    height: 100%;
}
#myModal-discount .rightSec {
    padding: 30px;
}
#myModal-discount .rightSec img {
    max-width: 225px;
}
#myModal-discount .wpcf7 h5 {
    color: #008cf8;
    font-family: 'Gotham' ;
    font-weight: 700;
    font-size: min(max(21px, 5vw), 36px) !important;
	margin: 0;
}
#myModal-discount .wpcf7 .dcontent h3 {
    color: #004074;
    font-family: 'Gotham' !important;
    font-weight: 700;
    font-size: min(max(27px, 5vw), 66px) !important;
    margin: 0;
}
#myModal-discount .rightSec > div, #myModal-discount .rightSec > div form, 
#myModal-discount .rightSec .unlock, #myModal-discount .rightSec .dc-code {
    height: 100%;
}
#myModal-discount .rightSec .unlock, #myModal-discount .rightSec .dc-code {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	align-items: center;
}
#myModal-discount input.wpcf7-submit, #myModal-discount .button {
    width: 100% !important;
    padding: 12px 30px;
    margin-top: 10px;
    font-weight: 300 !important;
	max-width: inherit;
}
#myModal-discount .wpcf7 input.wpcf7-text {
    background: transparent;
    border: 1px solid #cccccc;
    padding: 8px 20px;
}
#myModal-discount .rightSec .dc-code, #myModal-discount .rightSec .sent .unlock, .wpcf7 form.sent .wpcf7-response-output {
	display:none;
}
#myModal-discount .rightSec .sent .dc-code {
	display:flex;
}
#myModal-discount .wpcf7 .dc-code .dcontent h3 {
    font-size: min(max(27px, 5vw), 46px) !important;
}
#myModal-discount .formsec {
	width: 100%;
}
.sgpb-popup-dialog-main-div-theme-wrapper-2 {
    margin-top: 60px;
}
strong {
    font-weight: bold !important;
}
.bar-id-134 {
    padding-top: 100px;
}
html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: visible;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding: 0;
}
.pum-container.pum-responsive.pum-responsive-medium {
    height: 90vh;
    overflow: hidden;
    top: 5vh !important;
}
#popmake-525.pum-container.pum-responsive.pum-responsive-medium {
    height: auto;
}
.pum-container.pum-responsive.pum-responsive-medium > div {
    height: 100%;
    overflow: hidden;
}
.pum-open-scrollable body{
    overflow: hidden;
}
/* .pum-theme-454 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
    font-size: min(max(14px, 1vw), 24px) !important;
    color: #fff;
    background-color: #0D3917;
    height: 30px;
    width: 30px;
    padding: 0 !important;
    font-weight: bold;
    opacity: 0;
} */
#popmake-525{
    border-radius: 30px;
    overflow: hidden;
}
.popup-body{
    overflow: auto;
    height: 100%;
}
/* reedeem popup */
.popup-image{
    max-width: 54%;
}
/* .popup-image img{
   height: 100% !important;
} */
.popup-content{
    max-width: 45%;
    padding: 38px 20px;
}
.popup-content img{
    max-width: 250px !important;
    border-radius: 30px;
}
.popup-content .wpforms-container{
    margin: 0 !important;
}
.popup-content .content{
    margin: 50px 0px;
}
.popup-content h3{
    font-size: 37px;
    color:#d49e66 ;
}
.popup-content h2{
    font-size: 70px !important;
    color:#0D3917 ;
}
.popup-content .wpforms-submit-container{
    margin-top: 0 !important;
}
.popup-content .wpforms-submit-container button.wpforms-submit{
    width: 100% !important;
    background-color: #0D3917 !important;
    padding: 15px 10px !important;
}
.popup-content .wpforms-submit-container button.wpforms-submit:hover{
    background-color:#d49e66 !important ;
}
.popup-content button{
    max-width: 100% !important;
}
.popup-content .wpforms-field-container input{
    border: 1px solid #b3b3b3 !important;
    padding: 15px 10px !important;
}
.pum-close{
    background-image: url(images/popclose.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    padding: 22px !important;
    color: #ffffffff;
}

/* End custom code */
body {
    background-color: #ffffff;
	font-family: 'Gotham' !important;
	font-size: min(max(14px, 1.2vw), 18px) !important;
}
#header{
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 5px 0px #00000011;
    background-color: #ffffff;
}
#callout {
	background-color: #ffffff;
    display: none;
}
/* callout2 is your main content area */
#callout2, #wrap {
	background-color: transparent;
	background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#footer {
    background: url(images/ftb.jpg) no-repeat center center / cover;
	color: #ffffff;
	padding: 5vw 0;
	border-top: 6px solid #d1a96a;
}
#footer2 {
    background-color: #275d33;
    color: #ffffff;
    font-size: 14px;
	    padding: 15px 0;
}
.box_2 {
	background-color: #f0f0f0;
    border: 1px solid #E7E7E7;
    margin: 0;
    padding: 20px;
    position: relative;
}
.box_3 {
	background-color: #f0f0f0;
    border: 1px solid #E7E7E7;
    margin: 0;
    padding: 20px;
    position: relative;
}
#callout > section, #callout .slideshow-main-slider, #callout .cycle-slide, .slideimage {
    height: 100%;
}
.slideshow-main-slider .cycle-slide img {
    height: 100%;
    object-fit: cover;
	object-position: top center;
}
#callout .slider_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 2040px;
    width: 100%;
	display: flex;
    align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt,.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button,.btn,.btn-default,a.button,button,input[type="submit"],button[type="submit"],input[type="reset"],input[type="button"] {
    background-image: none;
    background-color: #0D3917; /* Old browsers */
	background: #0D3917;
    background-size: 500%;
	background-position: top left;
    transition: all 0.5s linear 0.3s;
	-webkit-transition: all 0.5s ease ;
    border: 0px solid rgba(0, 0, 0, .1);
    border-radius: 30px !important;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: min(max(16px, 1.5vw), 24px) !important;
    font-weight: bold;
    left: auto;
    line-height: 1.25em;
    margin: 0;
    overflow: visible;
    padding: 18px 30px !important;
    position: relative;
    text-decoration: none;
    text-align: center;
	max-width: 280px;
	width: 100%;
	text-transform: uppercase;
}
button[type="submit"] {
    height: 100% !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover,.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .btn:hover, .btn-default:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,.woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce #content input.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce-page input.button.alt:focus, .woocommerce-page #respond input#submit.alt:focus, .woocommerce-page #content input.button.alt:focus,.woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce #respond input#submit:focus, .woocommerce #content input.button:focus, .woocommerce-page a.button:focus, .woocommerce-page button.button:focus, .woocommerce-page input.button:focus, .woocommerce-page #respond input#submit:focus, .woocommerce-page #content input.button:focus,.btn:focus,.btn-default:focus,a.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus,.woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .woocommerce #respond input#submit.alt:active, .woocommerce #content input.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce-page input.button.alt:active, .woocommerce-page #respond input#submit.alt:active, .woocommerce-page #content input.button.alt:active,.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active,.btn:active,.btn-default:active,a.button:active,button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active {
    background-image: none;
    background-color: #000000; /* Old browsers */
    background: linear-gradient(to left, #c00515 0%,#1d114b 100%); 
    border: 0px solid rgba(0, 0, 0, .3);
    color: #ffffff;
	background: #D1A96A;
	background-size: 500%;
	background-position: top right;
}
.navy, button.wpforms-submit {
	background: #D1A96A!important;
	background-size: 500% !important;
	background-position: top left !important;
    transition: all 0.5s linear 0.3s;
	-webkit-transition: all 0.5s linear 0.3s;
    border-radius: 30px !important;
    font-weight: bold !important;
}
.navy:hover, button.wpforms-submit:hover {
	background: #0D3917 !important;
	background-size: 500% !important;
	background-position: top right !important;
}
button.wpforms-submit:focus{
    border-color: transparent !important;
}
.shop-now-btn {
	float: right; 
	margin:  0 0 15px 15px;
}
/* nav for mobile devices over ride of bootstrap default background colors */
.navbar, .navbar-default {
    background-color: transparent;
    border: 0px solid #e7e7e7;
    margin-bottom: 0px;
    min-height: auto;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color:  transparent;
}
/* Dropdown active bg color*/
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #D1A96A;
}
/* nav for mobile devices over ride of bootstrap toggle look */
.navbar-toggle {
    background-color: #0D3917;
    background-image: none;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    float: left;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 9px 10px;
    position: relative;
	width: auto;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0D3917;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .logo {
        float: left;
        position: relative;
    }
    .logo img {

    }
    .call-to-action-header {
		
    }
    .call-to-action-header .call-to-action-text {

    }
    .call-to-action-header .ct-search {
        float: right;
        padding: 0;
        width: 130px;
    }
    .call-to-action-header .social-media {
        clear: both
    }
    .call-to-action-header .social-media span {

    }
    .call-to-action-footer {
    }
    .call-to-action-footer .call-to-action-text {

    }
    .call-to-action-footer .ct-search {

    }
    .call-to-action-footer .social-media-footer {

    }
    .call-to-action-footer .social-media-footer span {

    }
    .copy {
        float: left
    }
    .designed-by {
        float: right
    }
    /*******************************

    standard desktop navigation for tablets size and up

    *******************************/
    nav.navbar-default {
        background: url() repeat 0 0;
        padding: 0;
        margin: 0;
        background-color: none;
        border: none;
        min-height: 0;
        box-shadow: none;
        border-radius: 0;
    }
    nav.navbar-default .navbar-collapse {
        background: url() repeat 0 0;
        padding: 0;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    /*  main navagation position
    *
    * Note: positions of the navigation is controled by the top, left, bottom, right property. 
    * Then you add padding to the header container the same as the line-height of the main <a>  
    * If you are doing a 100% width navigation then use both the right and left set to 15px and set a % width on the main <li> example 25% for a 4 item navigation
    *
    */
    #header .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    nav.navbar-default .primary-nav {
        float: left;
    }
    nav.navbar-default .secondary-nav {
    }
    nav.navbar-default .primary-nav > li {

    }
    /* turns back on the hover effect for mouse controls Note: this dose not turn back on top menu */
    .dropdown:hover .dropdown-menu {
        display: block
    }
    /* 
    *  Controls your main navigation 
    */
    .primary-nav > li > a {
        background: url() repeat 0 0;
        padding: 0 20px;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        text-shadow: 0;
        line-height: 36px;
        border-left: 0px solid #000000;
        white-space: nowrap;
    }
    /* hover and active state */
    .navbar-default .primary-nav > .active > a, .navbar-default .primary-nav > .active > a:hover, .navbar-default .primary-nav > .active > a:focus, .navbar-default .primary-nav > li > a:hover, .navbar-default .primary-nav .current-menu-parent > a {
        background: none
    }
    /* Special considertations are needed for the first and last menu items */
    nav.navbar-default .primary-nav > li:nth-child(1) > a {
        border-left: none
    }
    nav.navbar-default .primary-nav > li:nth-last-child(1) > a {
        padding-right: 0
    }
    /* 
    *  Controls your sub menu navigation 
    */
    .secondary-nav > li {
        padding: 6px 0
    }
    .secondary-nav > li > a {
        background: url() repeat 0 0;
        padding: 0 10px;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        text-shadow: 0;
        line-height: 14px;
        border-left: 1px solid #D1AD79;
        white-space: nowrap;
    }
    /* hover and active state */
    .navbar-default .secondary-nav > .active > a, .navbar-default .secondary-nav > .active > a:hover, .navbar-default .secondary-nav > .active > a:focus, .navbar-default .secondary-nav > li > a:hover {
        background: none
    }
    /* Special considertations are needed for the first and last menu items */
    nav.navbar-default .secondary-nav li:nth-child(1) a {
        border-left: none
    }
    nav.navbar-default .secondary-nav li:nth-last-child(1) a {
        padding-right: 0
    }
    /* 
    *  Controls your footer navigation 
    */
    .footer_nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .footer_nav.right {
        float: right
    }
    .footer_nav.left {
        float: left
    }
    .footer_nav li {
        float: left;
        margin: 0;
        padding: 0;
        background: none;
    }
    .footer_nav a {
        display: block;
        white-space: nowrap;
        padding: 0 15px;
        text-decoration: none;
        text-transform: capitalize;
        border-right: 1px solid #606060;
    }
    /* hover and active state */
    .footer_nav a:hover, ul.footer_nav li.active a, .footer_nav li.active a:hover, footer .menu a:hover, footer .menu li.active a, footer .menu li.active a:hover {
        background: none
    }
    /* Special considertations are needed for the centered sytled menu */
    #menu-footer-top {
        text-align: center
    }
    #menu-footer-top a {
        display: inline-block
    }
    /* Special considertations are needed for the first and last menu items */
    .footer_nav li:nth-child(1) a {
        padding-left: 0
    }
    .footer_nav li:nth-last-child(1) a {
        border-right: none
    }
    /* 
    *  Controls your .primary-nav dropdowns menus
    */
    /* styles for the dropdown */
    .navbar-default .navbar-nav ul.dropdown-menu {
        background-color: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        margin: 0;
        min-width: 160px;
        padding: 5px 0;
    }
    ul.dropdown-menu  > li.menu-item {
        /* no styles should be placed here */
    }
    ul.dropdown-menu > li.menu-item > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 3px 20px;
        color: #3C3C3C;
        /* background should be controled by the ul.dropdown-menu */
    }
    /* hover and active state */
    ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li.active > a, ul.dropdown-menu > li.active > a:hover, ul.dropdown-menu > li.active > a:focus {
        background-color: #f3f3f3;
        color: #3C3C3C;
    }
    /* Styles for background color on active main dropdowns */
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #f3f3f3;
        color: #3C3C3C;
    }
    /* 
    *  End of Controls for your menus
    */
    /* Legacy shortcode css do not delete */
    .full_width {

    }
    .one_half {
        width: 49%
    }
    .one_third {
        width: 32%
    }
    .two_third {
        width: 66%
    }
    .one_fourth {
        width: 23.5%
    }
    .three_fourth {
        width: 74.5%
    }
    .one_fifth {
        width: 18.4%
    }
    .two_fifth {
        width: 38.8%
    }
    .three_fifth {
        width: 59.2%
    }
    .four_fifth {
        width: 79.6%
    }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
        position: relative;
        margin-right: 2%;
        float: left;
        clear: none;
    }
    .last {
        margin-right: 0 !important;
        clear: right;
    }
    .clearboth, .clear {
        clear: both;
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    ul.tabs li {
        float: left
    }
    /* New footer widths */
    .number-of-col-1, .number-of-col-2, .number-of-col-3, .number-of-col-4, .number-of-col-5 {
        position: relative;
        margin-right: 2%;
        float: left;
    }
    .number-of-col-1 {
        width: 100%;
        margin-right: 0;
    }
    .number-of-col-2 {
        width: 48%
    }
    .number-of-col-3 {
        width: 32%
    }
    .number-of-col-4 {
        width: 48%
    }
.page-id-10 #package {
    flex-wrap: wrap !important;
	    /*gap: 5rem;*/
}
.page-id-10 #package .wp-block-column {
    /*flex: 0 0 calc(50% - 2.5rem) !important;*/
	margin-top: 4vw;
}
} /* end Small devices. Do Not Delete  */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .call-to-action-header {

    }
    .call-to-action-header .call-to-action-text {

    }
    .call-to-action-header .ct-search {

    }
    .call-to-action-header .social-media {

    }
    .call-to-action-header .social-media span {

    }
    .call-to-action-footer {

    }
    .call-to-action-footer .call-to-action-text {

    }
    .call-to-action-footer .ct-search {

    }
    .call-to-action-footer .social-media {

    }
    .call-to-action-footer .social-media span {

    }
    .attachment-post-thumbnail {
        float: left;
        margin: 0 15px 15px 0;
    }
    .alignright {
        float: right;
        margin: 0 0 15px 15px;
    }
    .alignleft {
        float: left;
        margin: 0 15px 15px 0;
    }
    .aligncenter {
        display: block;
        margin: 0 auto 15px;
    }
    .number-of-col-1 {
        width: 73%
    }
    .number-of-col-2 {
        width: 35.5%
    }
    .number-of-col-3 {
        width: 23%
    }
    .number-of-col-4 {
        width: 16.75%
    }
    .footer-widget-1 {
        clear: both
    }
    .footer-widget-2 {

    }
    .footer-widget-3 {

    }
    .footer-widget-4 {

    }
    .footer-widget-5 {

    }
} /* end Medium devices. Do Not Delete  */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .full_width {

    }
    .one_half {
        width: 48%
    }
    .one_third {
        width: 30.66%
    }
    .two_third {
        width: 65.33%
    }
    .one_fourth {
        width: 22%
    }
    .three_fourth {
        width: 74%
    }
    .one_fifth {
        width: 16.8%
    }
    .two_fifth {
        width: 37.6%
    }
    .three_fifth {
        width: 58.4%
    }
    .four_fifth {
        width: 67.2%
    }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
        margin-right: 4%
    }
	.container {
		width: 100%;
		max-width: 1140px;
	}
	.bar-id-139 > section {
		max-width: 1170px;
	}
} 
@media (min-width: 1900px) { 
#callout2 {
    padding-top: 7vw;
}
}
@media (max-width:1099px) {
    a.button {
        max-width: 240px;
    }
    header .col-sm-9{
        gap: 20px;
    }
    .fullWidth{
        margin-left: calc(-50vw - 0vw);
        margin-right: calc(-50vw - 0vw);
    }
    .primary-nav > li > a{
        padding: 0px 10px;
    }
    .callUs a.button{
        padding: 13px 36px !important;
    }
    #package .wp-block-column h2 {
        letter-spacing: -3px;
    }
    #package .wp-block-column h2::before {
        left: -25px;
        top: 0;
    }
    #package .wp-block-column h6 {
        margin: 30px 0;
        letter-spacing: 0px;
        font-size: 16px;
    }
    .bar-id-67 {
        margin-top: 20px;
    }
    .work-details{
        gap: 5px;
    }
    #footer footer .footer-widget-1 {
        padding-right: 2vw;
    }
    #footer footer > div.footer-widget-2 {
        flex: 0 0 160px;
    }
    #footer footer > div.footer-widget-3 {
        flex: 0 0 160px;
    }
    /* about us  */
    .insured img{
        max-width: 500px;
    }
    .bar-id-134 form{
        max-width: 85%;
    }

    /* popup  */
    /* .popup-image img{
        height: 100% !important;
    } */
    .popup-content .content{
        margin: 20px 0px;
    }
    .popup-content h3{
        font-size: 30px;
    }
    .popup-content h2{
        font-size: 50px !important;
    }
    }
    @media (max-width: 991px) {
    
        .callUs{
            display: none;
        }
        .button {
            min-width: 200px !important;
        }
        header{
            position: relative;
        }
        .logo {
            position: absolute;
            left: 0;
            top: 19px;
        }
      
        .navbar-default .primary-nav > li.active > a{
            color: #d1a96a !important;
        }
        #header .col-sm-9 {
            width: 100%;
        }
        header nav.navbar {
            width: 100%;
            justify-content: flex-end;
            padding: 10px 0;
        }
        header button{
            min-width: auto;
        }
        header .navbar-toggler{
            background: transparent;
        }
        .burger-container {
            position: relative;
            display: inline-block;
            height: 50px;
            width: 50px;
            cursor: pointer;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            border: none;
            padding: 0 !important;
        }
        #header.menu-opened .burger-container {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        .burger-container #burger {
            width: 18px;
            height: 8px;
            position: relative;
            display: block;
            margin: 0 auto;
        }
        .burger-container #burger .bar.topBar {
            -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
        }
        .burger-container #burger .bar {
            width: 100%;
            height: 2px;
            display: block;
            position: relative;
            background: #000000;
            -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            -webkit-transition-delay: 0s;
            transition-delay: 0.2s;
        }
        .burger-container #burger .bar.btmBar {
            -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
        }
        #header.menu-opened .burger-container #burger .bar.topBar {
            -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
        }
        #header.menu-opened .burger-container #burger .bar.btmBar {
            -webkit-transform: translateY(2px) rotate(-45deg);
            transform: translateY(2px) rotate(-45deg);
        }
        #header .show .navbar-nav li.menu-item {
            -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
            opacity: 1;
        }
        #header.menu-opened .navbar-nav li.menu-item {
            transform: scale(1) translateY(0px);
            opacity: 1;
        }
        #header .navbar-nav li.menu-item {
            margin-top: 15px;
            -webkit-transform: scale(1.15) translateY(-30px);
            transform: scale(1.15) translateY(-30px);
            opacity: 0;
            -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        }
        #header .primary-nav li.menu-item {
            border-bottom: 0px solid #333;
            margin-top: 20px;
            -webkit-transform: scale(1.15) translateY(-30px);
            transform: scale(1.15) translateY(-30px);
            opacity: 0;
            -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        }
    
        #header .primary-nav li.menu-item a{
            font-size: 24px !important;
            padding-left: 25px;
            transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        }
        #header.menu-opened .primary-nav li.menu-item{
            transform: scale(1) translateY(0px);
            opacity: 1;
        }
        header .navbar-toggler{
            padding: 20px 16px !important;
            z-index: 999;
        }
    
        .navbar-collapse {
            position: absolute;
            top: 80px;
            left: 0px;
            width: 100%;
            padding: 20px;
            background-color: #fff !important;
            transition: all 0.4s ease;
            height: 100vh;
            z-index: 999;
        }    
    .topSection {
        font-size: 11px;
    }
    .phone > a {
        font-size: 16px;
    }
    .work-details{
        flex-wrap: nowrap !important;
    }
    .bar-id-67 img {
        max-width: 70px;
    }
    #package .wp-block-column {
        flex-basis: 49% !important;
        margin-top: 50px;
    }
    .navbar-default .primary-nav > li > a {
        font-size: 12px !important;
            padding: 0px 12px;
    }
    .home #callout2 {
        padding-top: 15vw;
    }
    .bar-id-85 a.button {
        margin-top: 20px;
    }
    .bar-id-85 .container-fluid {
        display: block;
    }
    .sp-easy-accordion .ea-card {
        background-position: left 20px !important;
        background-size: 33px 30px !important;
    }
    .sp-easy-accordion .sp-ea-single .ea-expand-icon::before {
        zoom: 0.3;
        margin-top: 0px;
        margin-right: -50px;
    }
    .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
        line-height: normal;
    }
    #sp-testimonial-free-wrapper-108 .sp-testimonial-free-section {
        margin: 0 35px 20px;
    }
    #footer footer {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 50px;
    }
    #footer footer .footer-widget-1 {
        padding-right: 0;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    #footer footer .footer-widget-1 img {
        max-width: 240px !important;
    }
    #footer footer > div {
        width: 31.3%;
    }
    .bar-id-85 .container-fluid > div {
        width: 100%;
    }
    .blog-page .contentBtm {
        padding: 10px;
    }
    #myModal-discount .rightSec {
        width: 45%;
    }
    #myModal-discount .textwidget > img {
        width: 55%;
    }
    #myModal-discount .wpcf7 h5 {
        font-size: min(max(21px, 3vw), 36px) !important;
    }
    .max650{
        flex-wrap: nowrap !important;
        max-width: 500px;
    }
    .bar-id-139 form{
        max-width: 600px;
    }
    .wp-block-cover.louis{
        min-height: 75vh !important;
    }
    /* about us */
    .insured img{
        max-width: 400px;
    }
    #callout2, #wrap {
        background-size: 100% auto;
    }
    }
    @media (max-width: 767px) {
    #header {
        background: #ffffff;
        top:0;
    }
    #header header > .row{
        padding: 0px;
    }
    #header.fixed{
        position: fixed;
        top: 0;
        background: #ffffff;
        opacity:1;
    }
    .bars {
        padding: 8vw 0;
    }
    .topSection, .phone {
        text-align: center;
        justify-content: center;
        line-height: 24px;
        letter-spacing: 0px;
    }
    .topSection {
        padding: 5px 0;
    }
    #header header > .row {
        display: block;
    }
    .navbar-default .navbar-collapse {
        background: #0D3917;
    }
    .navbar-default .primary-nav > li > a {
        padding: 8px 12px;
        color: #000 !important
    }
    .navbar-collapse{
        top: 60px;
    }
    .navbar-nav {
        margin: 0px -10px;
    }
    .logo {
        position: absolute;
        z-index: 9;
    }
    .logo img {
        max-width: 150px;
    }
    .home .fullWidth {
        padding: 0 20px;
    }
    .sp-testimonial-free-section .testimonial-nav-arrow {
        width: 30px;
    }
    .sp-testimonial-free-section .fa-angle-right:before, .sp-testimonial-free-section .fa-angle-left:before {
        zoom: 0.5;
    }
    .sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content {
        padding: 0;
    }
    .sp-easy-accordion .ea-card {
        background-size: 22px 20px !important;
        margin-bottom: 20px;
    }
    .bar-id-67 h2::before, .bar-id-67 h2::after, .bar-id-104 h2::before, 
    .bar-id-104 h2::after, .blue-sec h2::before, .blue-sec h2::after {
        height: 2px;
        width: 30px;
    }
    a.button {
        width: auto;
        padding: 14px 20px !important;
        min-width: 220px !important;
    }
    .home #callout2 {
        padding-top: 35vw;
    }
    .home .fullWidth .button + .wp-block-spacer {
        display: none;
    }
    #package, #package.container {
        width: 80%;
        margin: 0 auto 30px;
    }
    #package .wp-block-column {
        padding-bottom: 5vw;
        background-color: #cbcbcb;
        flex-basis: 100% !important;
    }
    #package .wp-block-column img {
        max-width: 50px;
    }
    #package .wp-block-column h6 {
        margin: 15px 0;
    }
    #package .wp-block-column h2, #package .wp-block-column h3 {
        margin-bottom: 15px;
    }
    .bar-id-67 .one_third {
        margin-bottom: 30px;
    }
    .recent_posts_wrap {
        margin-bottom: 25px;
    }
    a.button.moretag {
        margin-top: 20px;
    }
    .bar-id-85 .align-left {
        padding: 0 15px 20px;
        text-align: center;
    }
    .bar-id-85 h2 {
        margin: 0px 0px 15px;
        padding-bottom: 15px;
    }
    .bar-id-134 .wpcf7-form-control-wrap {
        max-width: 69%;
    }
    .bar-id-134 input.wpcf7-submit {
        min-width: 30%;
    }
    .bar-id-139 .d-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bar-id-139 .d-flex a {
        display: inline-block;
    }
    .tel, .address {
        padding-left: 8vw;
    }
    .mail {
        padding-left: 9vw;
        margin-left: 0;
    }
    .louis .wp-image-101{
        object-position: 17% 0% !important;
    }
    .clean{
        transform: translateY(-10%);
        padding: 0;
    }
    .wpcf7 input.wpcf7-text, .wpcf7 textarea {
        margin: 0 0 10px !important;
    }
    #footer footer > div.footer-widget-4 {
        width: 100%;
        text-align: center;
    }
    #footer footer > div.footer-widget-4 > div > a {
        display: block;
    }
    #footer footer > div.footer-widget-3, #footer footer > div.footer-widget-2 {
        flex: 0 0 100%;
    }
    #footer footer > div h3::after {
        content: "+";
        float: right;
        font-size: 21px;
        line-height: 20px;
        color: #fff;
    }
    #footer footer > div h3 + div {
        display: none;
    }
    #footer footer > div h3 + div.current, #footer footer > div.footer-widget-4 h3 + div {
        display: block;
        margin-bottom: 30px;
    }
    #footer footer > div h3 {
        display: block;
        text-align: left;
    }
    #footer footer > div.footer-widget-4 .gap {
        height: 5px !important;
    }
    .footer-widget-4.number-of-col-4 .textwidget + h3 {
        display: inline-block !important;
    }
    .footer-widget-4.number-of-col-4 .textwidget + h3::after {
        content: "" !important;
    }
    #footer footer > div.footer-widget-4 > div:nth-child(4) {
        display: block;
    }
    #footer footer > div.footer-widget-4 > div:nth-child(4) a {
        margin: 0 20px;
    }
    #footer2 p {
        text-align: center;
    }
    .imageSec img {
        max-height: 245px;
        object-fit: cover;
        object-position: bottom center;
        width: 100%;
    }
    .imageSec .wp-block-image {
        margin: 0;
    }
    .blue-sec .one_fourth {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }
    .blue-sec img {
        max-height: 25vw;
    }
    .mt-space {
        margin-top: 0vw !important;
    }
    .mt-space .wp-block-spacer {
        margin-top: 1em !important;
    }
    #callout2 {
        padding-top: 25vw;
        background: rgba(255,255,255, 0.3);
    }
    .blog-page img, .bar-id-115 img {
        max-height: 50vw;
    }
    .featured-blog .featured_posts_wrap {
        flex-direction: column;
    }
    .featured-blog {
        margin-bottom: 20px;
    }
    .blog-page .contentBtm {
        padding: 30px 20px;
    }
    .bar-id-134 h4 {
        line-height: 30px;
    }

    /* .page-id-8 .fullWidth img {
        margin-top: -30px;
    } */
    .page-id-8 .imageSec, .page-id-12 .fullWidth img, .page-id-14 .bar-id-97 {
        display: none !important;
    }
    .page-id-8 .mt-minus {
        margin-bottom: 30px;
    }
    .page-id-14 #wrap, .page-id-16 #wrap {
        background: #ffffff !important;
    }
    .featured-blog .contentBtm {
        text-align: center;
    }
    .featured-blog h2 {
        font-size: min(max(20px, 2vw), 32px) !important;
    }
    .page-id-8 #callout2 {
        background-size: contain;
    }
    #myModal-discount .modal-dialog {
        margin-left: 0;
        margin-right: 0;
    }
    #myModal-discount .textwidget {
        flex-direction: column;
    }
    #myModal-discount .textwidget > img {
        margin-top: -100px;
    }
    #myModal-discount .textwidget > img, #myModal-discount .rightSec {
        width: 100%;
    }
    #myModal-discount .dcontent {
        margin: 20px 0;
    }
    #sgpb-popup-dialog-main-div {
        font-size: 16px;
    }
    .work-details{
        flex-wrap: wrap !important;
    }
    .clean p{
        font-size: 12px !important;
    }
    .faq.container{
        padding: 0px;
    }
    .wpforms-submit-container .wpforms-submit{
        max-width: 240px;
    }
    /* about us */
    .insured img{
        max-width: 300px;
    }
    .location{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .social-icons{
        max-width: 130px;
        margin: 0 auto;
    }
    .socialmedia {
        text-align: center;
    }
    #footer footer > .footer-widget-3 h3 + div{
        display: block;
        margin-bottom: 30px;
    }
    .social-icons h3{
        text-align: center !important;
    }
    .social-icons h3:after{
        display: none;
    }
    #footer .socialmedia a{
        margin-right: 10px;
    }
    .blog-page > div{
        flex-direction: column;
    }
    #callout2{
        padding-top: 15vw;
    }
    .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field{
        padding: 7px 0px;
    }
    /* newsletter */
    .bar-id-134 .wpforms-submit-container button{
        padding: 12px 15px !important;
    }
    .bar-id-134 .wpforms-field-container input{
        padding: 0px !important;
    }
    .bar-id-134 {
        padding-top: 70px !important;
    }
    .quality{
       display: grid !important;
       grid-template-columns: repeat(2,1fr);
    }
    .page-id-10 .quality > div:last-child {
        grid-column: span 2;
    }
  /* popup */
  .popup-content{
    max-width: 100%;
    padding: 30px 40px;
  }
  .popup-image {
    max-width: 100%;
}
.popup-image img{
    height: 300px !important;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.pum-close{
    padding: 17px !important;
}


   
    }


.title.splitting[data-scroll="in"] .char {
    animation: slide-in .6s cubic-bezier(.3, 0, .7, 1) both;
    animation-delay: calc(50ms * var(--char-index));
    animation-play-state: running;
  }
  .title.splitting[data-scroll="out"] .char {
    opacity:0;
  }
  @keyframes slide-in {
    from {
      transform: scale(0.4) translateY(80%);
      opacity: 0;
    }
  }
/* end Large devices. Do Not Delete  */


/*******************************************************************************
*
*
*  DO NOT PLACE CUSTOM THEME CSS HERE - ALL CUSTOM THEME CSS GOES AT THE TOP
*  DO NOT PLACE RANDOM MEDIA QUERIES HERE - ALL MEDIA QUERIES SHOULD ALREADY BE DEFINED ABOVE
*  IF YOU ARE ADDING NEW MEDIA QUERIES THEN YOU DONT UNDERSTAND BOOTSTRAP CORE! 
*
*
********************************************************************************/