html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}



body{
	font-family: 'latoRegular';
	font-size: 16px;
	color: #0D0D0D;
	line-height: 1.6;
}
body *{
    word-break: break-word;
}
/*body.home{
	padding-top: 0;
}*/
.before-load > * {
    width: 100%;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
	font-family: Playfair_Regular;
	font-weight: normal;
	line-height: 1.3;
	color: #5A5A5A;
	margin: 0 0 15px;
}
h1{
	color: #0D0D0D;
	font-size: 52px;
	line-height: 1.2;
	margin: 0 0 25px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 26px;
}
h5{
	font-size: 22px;
}
h6{
	font-size: 20px;
}
p{
	margin: 0 0 20px;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #C7B98D;
	text-decoration: none;
}


strong{
	font-weight: bold;
}
.content-width{
	max-width: 1080px;
	margin: 0 auto;
}
.fluid-container{
	padding: 0 60px;
}
blockquote{
	border-left: 2px solid #C7B98D;
	padding: 2px 0 2px 20px;
	margin: 30px 0 30px 30px;
}
	blockquote p{
		margin: 0;
	}

.btn{
	font-family: 'latoBold';
	position: relative;
	display: inline-block;
	text-align: center;
	height: 60px;
	line-height: 55px;
	min-width: 240px;
	padding: 0 10px;
	text-align: center;
	color: #0D0D0D;
	background-color: #C7B98D;
	letter-spacing: 1.12px;
	border: 2px solid transparent;
	-moz-border-radius: 31px;
	-webkit-border-radius: 31px;
	border-radius: 31px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	.btn:hover{
		border-color: #C7B98D;
		background: none;
	}
	.dull-color{
		color: #5a5a5a;
	}
.btn-transparent{
	border-color: #C7B98D;
	color: #fff;
	background: none;
}
	.btn-transparent:hover{
		background: #C7B98D;
		color: #5A5A5A;
	}
.btn-uppercase{
	text-transform: uppercase;
}

/*btn animation start*/
.btn-hover{
	display: inline-block;
	border: 3px solid #C7B98D;
	font-size: 18px;
	padding: 10px 30px;
	color: #C7B98D;
	position: relative;
}
/*btn animation end*/

.list-section{
}
	.list-section ul{
		margin: 20px 0 35px 10px;
		line-height: 1.5;
	}
	.list-section li{
		position: relative;
		padding: 0 0 7px 18px;
	}
	.list-section li:before{
		content: " ";
		width: 7px;
		height: 7px;
		background: #C7B98D;
		position: absolute;
		left: 0;
		top: 8px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
.slick-dots{
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
	.slick-dots li{
		margin: 0 5px;
	}
	.slick-dots li button{
		border: none;
		padding: 0;
		font-size: 0;
		cursor: pointer;
		width: 14px;
		height: 14px;
		background: none;
		border: 2px solid #c7b88d;
		display: inline-block;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	.slick-dots .slick-active button{
		background: #c7b88d;
	}
	.slick-arrow{
		position: absolute;
		left: 7%;
		top: 50%;
		background: none;
		font-size: 0;
		padding: 0;
		cursor: pointer;
		z-index: 1;
		border: none;
	}
	.slick-prev:before{
		content: " ";
		display: block;
		width: 0; 
		height: 0; 
		border-bottom: 40px solid transparent;
		border-top: 40px solid transparent;
		border-right: 60px solid #DDBC79;
	}
	.slick-next{
		left: auto;
		right: 7%;
	}
		.slick-next:before{
			content: " ";
			display: block;
			width: 0; 
			height: 0; 
			border-bottom: 40px solid transparent;
			border-top: 40px solid transparent;
			border-left: 60px solid #DDBC79;
		}
		.slick-next:hover{
			background-position: right bottom;
		}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.row > div{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


/* Nav start*/
.unclickable > a:hover {
  cursor: default;
}

.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	align-items: self-start;
	padding: 0 0 0 28px;
}
.logo{
	width: 218px;
	padding: 30px 0 0 0;
}
	.logo a{
		display: block;
		width: 100%;
		background: url(../images/logo.svg) no-repeat;
		background-size: 100% auto;
		height: 36px;
	}
	.nav-icon{
		display: none;
	}
.nav-wrap{
	width: calc(100% - 556px);
	padding-top: 24px;
}
	.nav-wrap .menu{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		padding-right: 35px;
	}
	.nav-wrap .menu > li{
		margin-right: 14px;
		padding-right: 17px;
		position: relative;
	}
	.nav-wrap .menu > li.menu-item-has-children > a {
		cursor: default;
	}
	.nav-wrap .menu > li:last-child{
		margin-right: 0;
	}
	.nav-wrap .menu > li > a{
		display: inline-block;
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
		padding: 12px 0;
		font-size: 16px;
	}
	.nav-wrap .menu > li > a:hover,
	.nav-wrap .menu > li.current-menu-item > a,
	.nav-wrap .menu > li:hover > a{
		color: #C7B98D;
	}
	.nav-wrap .menu > li.menu-item-has-children > a:before{
		content: " ";
		position: absolute;
		top: 17px;
		right: -2px;
		border: solid #b1b1b1;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 4px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.nav-wrap .sub-menu{
		display: none;
	}
	/*first level dropdown*/
	.nav-wrap .menu > li.menu-item-has-children > .sub-menu{
		position: absolute;
		left: 0;
		top: 100%;
		background: #c7b88d;
		min-width: 245px;
		padding: 7px 0;
	}
	/*.nav-wrap .menu > li.menu-item-has-children > .sub-menu:before{
		content: " ";
		position: absolute;
		top: -23px;
		left: 50%;
		margin-left: -21px;
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 25px solid #EFEEE9;
	}*/
		.nav-wrap .menu > li.menu-item-has-children > .sub-menu > li{
			position: relative;
		}
		.nav-wrap .menu > li.menu-item-has-children .sub-menu li a{
			display: block;
			font-size: 16px;
			padding: 10px 10px 10px 20px;
			line-height: 1.3;
			color: #fff;
			text-transform: uppercase;
		}
		.nav-wrap .menu > li.menu-item-has-children > .sub-menu > li a:hover,
		.nav-wrap .menu > li.menu-item-has-children > .sub-menu > li:hover > a{
			background: #5a5a5a;
		}
			.nav-wrap .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:before{
				content: " ";
				position: absolute;
				top: 17px;
				right: 10px;
				width: 0; 
				height: 0; 
				border-bottom: 4px solid transparent;
				border-top: 4px solid transparent;
				border-left: 6px solid #B29D5E;
			}
			.nav-wrap .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:hover:before,
			.nav-wrap .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > a:before{
				color: #fff;
			}
			.nav-wrap .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu{
				position: absolute;
				left: calc(100% - 1px);
				top: 0;
				background: #F7F6F0;
				min-width: 210px;
				padding: 10px 0;
			}
			.nav-wrap .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu a{
				padding: 8px 22px 7px;
				border: none;
			}

.header-phone{
	width: 338px;
	text-align: right;
	line-height: 1.2;
	position: relative;
}
	.header-phone a{
		display: block;
		font-size: 40px;
		line-height: 1.1;
		padding: 12px 28px 13px 5px;
		font-weight: bold;
		color: #C7B98D;
		letter-spacing: 0.32px;
		font-family: 'latoBold';
	}
	.header-phone a span{
		display: block;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 2.24px;
		font-family: 'source_sans_probold';
	}
.header.header-fixed,
.header.header-dark{
	background: #fff !important;
	border-bottom: 1px solid #5a5a5a;
}
	.header.header-fixed .logo a,
	.header.header-dark .logo a{
		background: url(../images/logo-dark.svg) no-repeat;
		background-size: 100% auto;

	}
	.header.header-fixed .nav-wrap .menu > li > a,
	.header.header-dark .nav-wrap .menu > li > a{
		color: #0d0d0d;
	}
	.header.header-fixed .header-phone a,
	.header.header-dark .header-phone a{
		background: #c7b88d;
		color: #fff;
	}
	.header.header-fixed .header-phone a span,
	.header.header-dark .header-phone a span{
		color: #170c00;
	}

.header.header-fixed .nav-wrap .menu>li:hover >a, .header.header-dark .nav-wrap .menu>li:hover >a {
      color: #c7b98d;
}

/*  */
.conatact-article-wrap{
	background: #fbfbfb;
	padding: 105px 20px 90px;
}
	.conatact-article{
		display: flex;
		flex-wrap: wrap;
		padding:0  50px 40px 0;
	}
	.contact-form{
		width: 52%;
	}
		.contact-title{
			text-align: center;
			font-family: Playfair_Regular;
			padding: 0 0 5px;
			margin: 0 -20px;
		}
		.contact-title > span:first-child{
			display: block;
	        font-size: 72px;
	        color: #021A1E;
	        line-height: 1;
	    }
	    .contact-title > span:nth-child(2){
	        display: block;
	        font-size: 44px;
	        line-height: 1.2;
	        font-family: 'latoLight';
	        color: #5A5A5A;
	    }
	    .contact-title > span strong{
	        font-family: 'latoBold';
	    }
	    .contact-title > span:nth-child(3){
	    	display: block;
	    	color: #5A5A5A;
	    	font-size: 22px;
	    	margin: 15px 0 10px;
	    }
	    .contact-sub-title{
	    	display: block;
	    	color: #5A5A5A;
	    	font-size: 38px;
	    	font-family: Playfair_Regular;
	    	line-height: 1.1;
	    	margin: 10px 0 15px;
	    }
/* Commenting this out to remove the unwanted line break between Pensacola and , FL  
	    .contact-sub-title span{
	    	display: block;
	    	font-size: 32px;
	    }	*/
	.contact-right-detail{
		width: 38%;
		margin-left: auto;
	}
		.contact-info{
			position: relative;
			padding-right: 125px;
			line-height: 1.3;
		}
		.contact-info p strong{
			color: #5A5A5A;
		}
		.contact-info p a{
			color: #0d0d0d;
		}
		.get-dir{
			position: absolute;
			right: 0;
			bottom: 0;
			font-weight: bold;
			font-family: 'latoBold';
		}
		.contact-frame{
			margin: 0 0 25px;
		}
		.contact-frame img{
			display: block;
			width: 100%;
		}
		.contact-right-detail .btn{
			color: #0D0D0D;
		}
	.contact-num{
		text-align: center;
		font-size: 32px;
		color:#5A5A5A;
		font-family: 'latoBold';
	}
	.contact-num a{
		color: #5A5A5A;
		text-transform: uppercase;
	}
	.contact-num a strong{
		color: #021a1e;
	}

/*common section for home page and inner*/
.myVideo,
.myVideo2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh !important;
    min-width: 100% !important;
}
.clients-wrap{
    padding: 90px 0;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    position: relative;
}
	.clients-wrap .content-width{
		position: relative;
		z-index: 1;
	}
    .clients-wrap .title-section h2,
    .clients-wrap .title-section h2 strong,
    .clients-wrap .title-section h2 span{
        color: #fff;
    }
    .client-testimonial-wrap{
        position: relative;
        color: #fff;
        padding: 75px 0 55px;
    }
    .client-testimonial-wrap:before{
        content: " ";
        background: url(../images/quote.svg) no-repeat;
        width: 50px;
        height: 40px;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        top: 0;
    }
    .client-testimonial-wrap .slick-slider{
        position: static;
    }
    .client-testimonial-wrap .slick-dots{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .testi-content{
        font-family: Playfair_Regular;
        font-size: 24px;
    }
    .testi-author{
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
        padding: 20px 0 45px;
        font-family: 'latoBold';
    }
    .testi-author span{
        display: inline-block;
        line-height: 1.2;
        padding: 8px 14px;
        border-left: 2px solid #c6b893;
        text-transform: capitalize;
    }


/* footer*/
.footer{
	background: #f7f7f7;
	font-size: 12px;
	color: #262931;
	position: relative;
	z-index: 2;
}
	.footer-contain{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 25px 0;
	}
	.footer-contain:before{
		
		content: " ";
		width: 2px;
		height: calc(100% + 30px);
		background: #5a5a5a;
		position: absolute;
		left: 52.9%;
		bottom: 0;
		margin-left: -1px;
	}
	.footer-left{
		align-self: flex-end;
		width: 350px;
		padding: 30px 0 0;
		color: #1C1F27;
	}
		.footer-logo{
			margin: 0 0 10px;
		}
	.footer-mid{
		width: calc(100% - 640px);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
		.footer-mid > ul{
			width: 50%;
			padding: 0 15px;
		}
		.footer-mid > ul:first-child{
			text-align: right;
			
		}
		.footer-mid li{
			padding: 0 0 3px;
		}
		.footer-mid li a{
			color: #2A2A2E;
			text-transform: uppercase;
		}
	.footer-right{
		align-self: flex-end;
		width: 320px;
		margin-left: auto;
		padding: 15px 0 0;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-end;
	}
		.footer-right p{
			margin: 0 0 5px;
		}
		.social-section{
			width: 100%;
			text-align: center;
			padding: 0 0 5px;
		}
			.social-section ul{
				display: flex;
				flex-wrap: wrap;
				justify-content: flex-end;
				align-items: center;
			}
			.social-section li{
				padding: 0 0 15px 15px;
			}
			.social-icon{
				display: inline-block;
				width: 19px;
				height: 36px;
			}
			.social-section a{
				-moz-transition: 0.3s ease all;
				-webkit-transition: 0.3s ease all;
				transition: 0.3s ease all;
			}
			.social-section a:hover{
				-moz-transform: scale(1.3);
				-webkit-transform: scale(1.3);
				transform: scale(1.3);
			}

			.social-icon.facebook{background: url(../images/footer/facebook.svg) no-repeat; width: 19px; height: 36px;}
			.social-icon.facebook:hover{background: url(../images/footer/facebook-hover.svg) no-repeat;}

			.social-icon.twitter{background: url(../images/footer/twitter.svg) no-repeat; width: 45px; height: 37px;}
			.social-icon.twitter:hover{background: url(../images/footer/twitter-hover.svg) no-repeat;}

			.social-icon.gmb{background: url(../images/footer/gmb.svg) no-repeat; width: 43px; height: 37px;}
			.social-icon.gmb:hover{background: url(../images/footer/gmb-hover.svg) no-repeat;}

			.social-icon.youtube{background: url(../images/footer/youtube.svg) no-repeat; width: 46px; height: 33px;}
			.social-icon.youtube:hover{background: url(../images/footer/youtube-hover.svg) no-repeat;}

			.social-icon.linkedin{background: url(../images/footer/linkedin.svg) no-repeat; width: 37px; height: 37px;}
			.social-icon.linkedin:hover{background: url(../images/footer/linkedin-hover.svg) no-repeat;}

		.powered-by{
			width: 200px;
			text-align: left;
		}

/**/
.smart-nav{
	display: none;
}

/* live chat start*/
.live-chat-popup{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -244px 0 0 -418px;
    z-index: 9;
}
.live-chat-popup:before{
    content: " ";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(199,185,141, 0.8);
    z-index: 9;
}
.live-chat-inner{
    background: url(https://www.grossandschuster.com/wp-content/uploads/2024/01/live-chat-2024.png) center top no-repeat;  
    background-size: cover;
    width: 882px;
    height: 426px;
    text-align: center;
    position: relative;
    z-index: 99;
}
    .close-chat-popup{
        position: absolute;
        right: 10px;
        top: 15px;
        z-index: 9;
        width: 56px;
        height: 56px;
        display: inline-block;
        cursor: pointer;
    }
        .close-chat-popup:before,
        .close-chat-popup:after{
            position: absolute;
            left: 28px;
            top: 7px;
            content: " ";
            height: 42px;
            width: 1px;
            background-color: #fff;
            display: block;
            transform: rotate(45deg);
        }
        .close-chat-popup:after{
            transform: rotate(-45deg);
        }
    .chat-content{
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 20px 40px;
    }
        .chat-content > span{
            display: block;
            font-size: 76px;
            color: #fff;
            line-height: 1.3;
            letter-spacing: -2.28px;
            font-family: 'latoLight';
        }
        .chat-content > span strong{
            font-weight: bold;
            font-family: 'latoBold';
        }
        .chat-content .btn{
        	font-size: 20px;
            cursor: pointer;
            min-width: inherit;
            color: #0D0D0D;
            text-transform: uppercase;
            padding: 0 65px;
            margin: 0 5px;
        }
        .chat-content .btn:hover{
        	background: #C7B98D;
        	opacity: 0.8;
        }
.show{
    display: block !important;
}
/* live chat end*/

.atf-top-content h1 { text-align: center; }
.atf-top-content h1 strong { text-align: center; }

.form-wrap .gform_wrapper{
	max-width: 900px;
	margin: 0 auto;
}
.gform_fields{
	display: flex !important;
	flex-wrap: wrap;
}
.gform_wrapper ul.gform_fields li.gfield:nth-child(4) { width: 100% !important; }
	.gform_fields > li,
	.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
		max-width: inherit !important;
	    width: 50% !important;
	    padding: 0 10px 15px !important;
	    margin: 0 !important;
	    background: none !important;
	    border: none !important;
	}
	.gform_fields > li:nth-child(3), 
	.gform_fields > li:last-child, 
	.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):last-child,
	.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):nth-child(3){
		width: 100% !important;
		max-width: inherit !important;
	}
		.contact-page-form .gform_fields > li:nth-child(1),
		.contact-page-form .gform_fields > li:nth-child(2),
		.contact-page-form .gform_fields > li:nth-child(3),
		.contact-page-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):nth-child(1),
		.contact-page-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):nth-child(2),
		.contact-page-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):nth-child(3){
			width: 33.33% !important;
		}

	.gform_fields > li .gfield_label{
		display: none !important;
	}
	.gform_fields > li input,
	.gform_fields > li textarea{
		color: #5A5A5A;
		width: 100% !important;
		font-size: 16px !important;
		padding: 20px 15px 23px !important;
		border:1px solid #021A1E;
		border-bottom: 2px solid #021A1E;
		background: none;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
	}
		.gform_fields > li input::placeholder,
		.gform_fields > li textarea::placeholder {color: #5A5A5A;}
		.gform_fields > li input:-ms-input-placeholder,
		.gform_fields > li textarea:-ms-input-placeholder {color: #5A5A5A;}
		.gform_fields > li input::-ms-input-placeholder,
		.gform_fields > li textarea::-ms-input-placeholder {color: #5A5A5A;}

		.gform_fields > li input:focus,
		.gform_fields > li textarea:focus {border-bottom-color: #C7B98D;}

	.gform_fields > li textarea{
		height: 150px !important;
	}
	.gform_wrapper .gform_footer input.button, 
	.gform_wrapper .gform_footer input[type=submit],
	.gform_wrapper .gform_page_footer input.button,
	.gform_wrapper .gform_page_footer input[type=submit]{
		-webkit-appearance: inherit;
		font-family: 'latoBold';
		cursor: pointer;
		position: relative;
		color: #0D0D0D;
		padding: 0 10px;
		height: 60px;
		line-height: 57px;
		min-width: 180px;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		font-size: 16px !important;
		letter-spacing: 1.12px;
		border: 2px solid transparent;
		background-color: #C7B98D;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin: 0 !important;
		width: auto !important;
		-moz-border-radius: 31px !important;
		-webkit-border-radius: 31px !important;
		border-radius: 31px !important;
	}
	.gform_wrapper .gform_footer input.button:hover,
	.gform_wrapper .gform_footer input[type=submit]:hover,
	.gform_wrapper .gform_page_footer input.button:hover,
	.gform_wrapper .gform_page_footer input[type=submit]:hover{
		border-color: #C7B98D;
		background: none;
	}
	.gform_wrapper .gform_footer{
		margin: 0 !important;
		padding: 10px 0 35px !important;
		text-align: center;
		position: relative;
	}
	.gform_wrapper .gform_footer:before{
		content: "* All Fields Required";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		color: #5A5A5A;
		font-size: 16px;
	}
	.gform_wrapper .validation_message{
		padding-top: 5px !important;
	}
	.gform_confirmation_message{
		text-align: center;
		padding: 25px 0 10px;
		font-size: 20px;
	}


.for-mobile{
	display: none !important;
}


@media (min-width: 768px){
	.col-md-1 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 8.333333%;
	    flex: 0 0 8.333333%;
	    max-width: 8.333333%;
	  }
	  .col-md-2 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 16.666667%;
	    flex: 0 0 16.666667%;
	    max-width: 16.666667%;
	  }
	  .col-md-3 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	  }
	  .col-md-4 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	  }
	  .col-md-5 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 41.666667%;
	    flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	  }
	  .col-md-6 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	  }
	  .col-md-7 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 58.333333%;
	    flex: 0 0 58.333333%;
	    max-width: 58.333333%;
	  }
	  .col-md-8 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 66.666667%;
	    flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	  }
	  .col-md-9 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	    flex: 0 0 75%;
	    max-width: 75%;
	  }
	  .col-md-10 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 83.333333%;
	    flex: 0 0 83.333333%;
	    max-width: 83.333333%;
	  }
	  .col-md-11 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 91.666667%;
	    flex: 0 0 91.666667%;
	    max-width: 91.666667%;
	  }
	  .col-md-12 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	  }
}

@media (min-width: 1600px){
	.nav-wrap .menu > li{
		margin:0  25px;
	}
}
@media (min-width: 992px){
	.nav-wrap .menu li.menu-item-has-children:hover > .sub-menu{
		display: block;
	}
}
@media (max-width: 1365px){
	.nav-wrap{
		width: calc(100% - 518px);
	}
	.header-phone{
		width: 300px;
	}
	.header-phone a{
		padding-right: 15px;
	}
	.nav-wrap .menu{
		padding-right: 0;
	}
}
@media (max-width: 1280px){
	.header{
		padding-left: 15px;
	}
		.nav-wrap .menu > li{
			margin-right: 10px;
		}
		.nav-wrap .menu > li.menu-item-has-children > a:before{
			padding: 3px;
			right: 0;
			top: 18px;
		}
		.popup-section{
			width: 980px;
		}

	.live-chat-popup{
        margin: -225px 0 0 -370px;
    }
	    .live-chat-inner{
	        background-size: cover;
	        width: 740px;
	        height: 450px;
	    }
	.contact-right-detail{
		width: 42%;
	}
	.contact-title{
		margin: 0;
	}
	.contact-title > span:first-child{
		font-size: 56px;
	}
	.contact-title > span:nth-child(2){
		font-size: 36px;
	}
}
@media (max-width: 1200px){
	.content-width{
		max-width: 1000px;
	}
	.logo{
		width: 180px;
		padding-top: 25px;
	}
	.logo a{
		height: 32px;
	}
	.nav-wrap {
	    width: calc(100% - 355px);
	    padding-top: 15px;
	}
		.nav-wrap .menu > li > a{
			font-size: 15px;
		}
		.header-phone > span{
			font-size: 11px;
		}
		.header-phone a{
			font-size: 22px;
		}
	.header-phone{
		width: 175px;
	}
}
@media (max-width: 1100px){
	.content-width{
		max-width: 940px;
	}
}
@media (max-width: 1000px){
	h1{
		font-size: 42px;
	}
	blockquote{
		margin-left: 10px;
	}
	.popup-section{
		width: 94%;
	}
	.header{
		padding: 18px 15px 15px;
		display: block;
		background: #5a5a5a;
	}
	body.home .header{
		background: none;
	}
	.logo{
		width: 218px;
		padding: 0;
		text-align: center;
		margin: 5px auto 0;
	}
	.logo a{
		height: 36px;
	}
	.header-phone{
		display: none;
	}
	.nav-icon {
        display: inline-block;
        position: fixed;
        right: 5px;
        top: 7px;
        z-index: 1;
        width: 55px;
        height: 55px;
        text-align: center;
        padding-top: 2px;
        z-index: 99999;
    }
        .nav-icon:before,
        .nav-icon:after {
            content: '';
            background-color: #C7B98D;
            width: 22px;
            height: 2px;
            top: 32px;
            -webkit-transition: all ease .3s;
            -moz-transition: all ease .3s;
            -ms-transition: all ease .3s;
            -o-transition: all ease .3s;
            transition: all ease .3s;
            position: absolute;
            right: 15px;
        }
        .nav-icon:before {
            top: 16px;
        }
        .nav-icon span {
            position: absolute;
            right: 15px;
            top: 24px;
            background-color: #C7B98D;
            width: 22px;
            height: 2px;
            display: inline-block;
        }
        .nav-icon.change-navicon:before{
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 23px;
        }
        .nav-icon.change-navicon span {
            background-color: transparent !important;
        }
        .nav-icon.change-navicon:after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 23px;
        }
	.nav-wrap{
		display: block;
        border: none;
        padding: 0;
        position: fixed;
        width: 0;
        height: 100%;
        height: calc(100vh + 70px);
        overflow-y: auto;
        right: -100%;
        top: 70px;
        z-index: 1;
        padding: 0 0 200px;
        border-top:1px solid #ccc;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
	}
	.nav-wrap{
		width: 0;
		background: #fff;
	}
	.toggle-nav{
        right: 0;
        width: 100% !important;
    }
	.nav-wrap .menu{
		display: block;
	}
	.nav-wrap .menu > li{
		border-bottom: 1px solid #ccc;
		padding: 0;
		margin: 0;
	}
	.nav-wrap .menu > li > a{
		font-size: 16px;
		padding: 10px 15px;
		display: block;
		width: calc(100% - 55px);
		border-bottom: none;
		color: #0d0d0d;
	}
	.nav-wrap .menu > li.menu-item-has-children > a{
		border-right: 1px solid #ccc;
	}
	.nav-wrap .menu > li.menu-item-has-children > a:before,
	.nav-wrap .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:before{
		display: none;
	}
	.nav-wrap .menu > li.menu-item-has-children:after{
        content: " ";
		position: absolute;
		top: 17px;
		right: 20px;
		border: solid #b1b1b1;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 4px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
    }
    	.header .sub-menu {
    		position: static !important;
    		background: none !important;
    		padding: 0 !important;
            display: block;
            width: 100%;
            opacity: 0;
            visibility: hidden;
            height: 0;
            position: initial;
            top: 0;
            border-top: 1px solid #ccc;
            margin: 0 !important;
        }
        .nav-wrap .menu > li.menu-item-has-children > .sub-menu:before{
        	display: none;
        }
        .nav-wrap .menu > li.menu-item-has-children .sub-menu li a{
        	font-size: 16px;
        	line-height: 1.7;
        }
        .header li.show-submenu .sub-menu {
            height: auto;
            opacity: 1;
            visibility: visible;
        }
        .nav-wrap .menu > li.menu-item-has-children .sub-menu > li{
        	padding: 0;
        }
        .nav-wrap .menu > li.menu-item-has-children .sub-menu li a{
        	color: #0d0d0d;
        	padding: 10px 30px;
        	border-bottom: 1px solid #ccc;
        }
        .nav-wrap .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu a{
        	color: #0d0d0d;
        	padding: 10px 45px;
        	border-bottom: 1px solid #ccc;
        }
	.cb-open,
	.atf-fix-buttons{
		display: none !important;
	}
	.atf-fix-buttons{
		display: none !important;
	}
	.contact-title > span:first-child{
		font-size: 40px;
	}
	.contact-title > span:nth-child(2){
		font-size: 26px;
	}
	.contact-sub-title{
		font-size: 30px;
	}
}
@media (max-width: 991px){
	.contact-frame iframe{
		height:180px!important;
	}
	.footer-contain:before {
    left: 50%;
    transform: translate(-50%, 0px);
}
	.content-width{
		max-width: 738px;
	}
	.footer-left{
		width: 225px;
	}
	.footer-right{
		width: 225px;
	}
	.footer-mid{
		width: calc(100% - 450px);
	}
	.social-section li{
		padding: 0 0 15px 8px;
	}
	.social-section li:first-child{
		padding-left: 0;
	}
}
@media (max-width: 767px){
	
	.contact-frame iframe{
		height:250px!important;
	}
	.row{
		display: block;
	}
	.for-desktop{
		display: none !important;
	}
	.for-mobile{
		display: block !important;
	}
	.fluid-container{
		padding: 0;
	}

	
	.live-chat-popup{
        display: none !important;
    }
	.conatact-article-wrap{
		padding: 60px 30px;
	}
		.conatact-article{
			display: block;
			padding: 0;
		}
		.contact-form{
			width: 100%;
		}
		.contact-right-detail{
			width: 100%;
			text-align: center;
		}
		.contact-title{
			padding: 0 0 25px;
		}
		.contact-title > span:first-child{
			font-size: 32px;
		}
		.contact-title > span:nth-child(2){
			font-size: 34px;
		}
		.contact-title > span:nth-child(3){
			display: none;
		}
		.contact-sub-title{
			font-size: 38px;
		}
		.contact-info{
			padding: 0 0 25px;
		}
		.contact-info p{
			margin: 0 0 15px;
		}
		.get-dir{
			position: static;
		}
		.contact-frame{
			margin: 0 0 35px;
		}
		.contact-num{
			line-height: 1.2;
			padding: 0 0 45px;
		}
		.contact-num a{
			color: #021a1e;
		}
		.contact-num a strong{
			display: block;
		}
	.footer-contain{
		display: block;
		text-align: center;
		padding: 45px 20px 60px;
	}
	.footer-contain:before{
		display: none;
	}
		.footer-left{
			width: 100%;
			padding-top: 0;
		}
		.footer-mid{
			width: 100%;
		}
		.footer-right{
			width: 100%;
			justify-content: center;
		}
		.footer-logo{
			margin: 0 0 30px;
		}
		.footer-mid > ul{
			display: none;
			width: 100%;
			padding: 0 0 20px;
		}
		.footer-mid > ul:first-child{
			display: block;
			text-align: center;
			margin-top: 0px;
		}
		.social-section ul{
			justify-content: center;
		}
		.social-section li{
			padding: 0 10px 5px;
		}
		.powered-by{
			text-align: center;
			margin: 0 auto 35px;
			order: -1;
		}
	.clients-wrap{
		padding: 50px 40px;
		border-top: 2px solid #000000;
	}
	.clients-wrap .title-section h2{
		margin-bottom: 55px;
	}
	.clients-wrap video{
		display: none;
	}
	
	.slick-dots {
        margin: 0 auto !important;
        text-align: center !important;
    }
    .slick-dots li {
        display: inline-block !important;
    }
	
	

	.smart-nav{
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9;
        background-color: #c7b88d;
    }
	    .smart-nav ul,
	    .smart-nav li{
	        list-style: none;
	        margin: 0;
	        padding: 0;
	    }
	    .smart-nav ul{
	        display: flex;
	        flex-wrap: wrap;
	    }
	    .smart-nav li{
	    	float: left;
	        width: 33.33%;
	    }
	    .smart-nav a{
	        display: block;
	        height: 43px;
	        line-height: 45px;
	        text-align: center;
	        padding: 0;
	        font-size: 14px;
	        color: #5A5A5A;
	        font-weight: bold;
	        text-transform: uppercase;
	        border-right: 1px solid #a99f7b;
	    }
	    .smart-nav li:last-child a{
	        border-right: none;
	    }
	
	.gform_fields > li,
	.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	    width: 100% !important;
	    padding: 0 0 5px !important;
	}
	.contact-page-form .gform_fields > li:nth-child(1),
	.contact-page-form .gform_fields > li:nth-child(2),
	.contact-page-form .gform_fields > li:nth-child(3),
	.contact-page-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):nth-child(1),
	.contact-page-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):nth-child(2),
	.contact-page-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):nth-child(3){
		width: 100% !important;
	}

	.gform_fields > li input, 
	.gform_fields > li textarea{
		padding: 17px 15px !important;
	}
	.form-wrap .gform_wrapper{
		padding: 20px 20px 10px;
	}
	.gform_wrapper li.hidden_label input{
		margin-top: 0 !important;
	}
	.gform_wrapper .gform_footer{
		padding-top: 15px !important;
	}
}
@media (max-width: 330px){
}




/*responsive start*/
@media (min-width: 768px){
	.header-fixed .header-main{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #e5e5e9;
		-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	}

	@keyframes bounceTop {
	    0%, 20%, 50%, 80%, 100% {
	        top: 10px
	    }
	    60% {
	        top: -10px
	    }
	}
	.atf-fix-buttons {
	 
	    position: fixed;
	    width: 470px;
	    right: -200px;
	    top: 47%;
	    z-index: 9;
	    height: 43px;
	    -ms-transform: rotate(-90deg);
	    -webkit-transform: rotate(-90deg);
	    transform: rotate(-90deg)
	}
	.atf-fix-buttons ul {
	    display: flex;
	    margin: 0
	}
	.atf-fix-buttons ul li {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    width: 190px;
	    margin: 0 10px;
	}
	/*.atf-fix-buttons ul li:last-child {
	    width: 340px
	}*/
	.atf-fix-buttons ul li:before {
	    display: none
	}
	.atf-fix-buttons ul li a {
		cursor: pointer;
	    position: relative;
	    display: flex;
	    justify-content: center;
	    width: 100%;
	    background: #C7B98D;
	    text-transform: uppercase;
	    line-height: 42px;
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    color: #5A5A5A;
	    letter-spacing: 1.5px;
	    padding: 5px 0 20px;
	    position: relative;
	    font-family: 'latoBold';
	    -webkit-transform: perspective(1px) translateZ(0);
	    transform: perspective(1px) translateZ(0);
	    margin-bottom: 15px;
	    -moz-transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
	.atf-fix-buttons ul li a span{
		/*font-weight: normal;
		font-family: 'latoRegular';*/
		display: inline-block;
		margin-right: 3px;
	}
	/*.atf-fix-buttons ul li a:hover{
		background:#D9B875;
	    background-image: linear-gradient(to right, #D9B875 , #F4D28B);
	}*/
	.atf-fix-buttons ul li:nth-child(2){
		width: 250px;
	}
	.atf-fix-buttons ul li a:before{
	    content: "";
	    position: absolute;
	    z-index: -1;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background:#baab7d;
	    -webkit-transform: scaleY(0);
	    transform: scaleY(0);
	    -webkit-transform-origin: 50% 100%;
	    transform-origin: 50% 100%;
	    -webkit-transition-property: transform;
	    transition-property: transform;
	    -webkit-transition-duration: 0.3s;
	    transition-duration: 0.3s;
	    -webkit-transition-timing-function: ease-out;
	    transition-timing-function: ease-out;
	}
	.atf-fix-buttons ul li a:hover:before{
	    -webkit-transform: scaleY(1);
	    transform: scaleY(1);
	}
	.atf-fix-buttons ul li a:not(:hover) {
	    -webkit-animation: bounceTop 8s infinite;
	    -moz-animation: bounceTop 8s infinite;
	    animation: bounceTop 8s infinite
	}
	.atf-fix-buttons ul li:last-child a:not(:hover) {
	    animation-delay: 2s
	}
	.atf-fix-buttons ul li a:hover {
	    margin-top: -20px
	}
}

/* Modal Form Starts here --------------------- */
.modal-form {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:all .8s ease-in-out;
  z-index:99999;
  top:-110%;
}
.modal-form.show-modalform:before {
  content:'';
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba( 235,235,235,.88 );
  z-index:9;
}
.modal-form .footer-form {
  z-index: 99;
  background-color: #fff;
  padding: 110px 100px 35px 100px;
  max-width: 1100px;
	position:relative;
}
.close-formmodal {
  width: 28px;
  height: 28px;
  display: flex;
  object-fit: contain;
  justify-content: flex-end;
  text-align: right;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor:pointer;
}
.modal-formtitle {
  text-align:center;
  color:#8E8E8EC7;
  font-size:86px;
  line-height:1.1;
  letter-spacing: -3.2px;
  display: inline-block;
  width:100%;
  text-align:center;
}
.modal-formtagline {
  color:#0D0D0D;
  font-size:27px;
  line-height:1.1;
  display: inline-block;
  width:100%;
  text-align:center;
  margin:0 0 20px 0;
}
.modal-form .footer-form .gform_wrapper .gform_footer {
  text-align:center;
}
.modal-form .gform_wrapper ul.gform_fields li.requiredtxt-item {
  bottom: 15px;
  right: 0;
  left: 0;
  text-align: center;
  padding-right: 0 !important;
}
.modal-form .gform_wrapper ul.gform_fields li .requiredtxt {
  font-size:16px;
}
.modalform-tel {
  position: absolute;
  right: 100px;
  bottom: 60px;
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-end;
}
.modalform-tel .modalformtel-title {
  color:#0d0d0d;
  font-weight:800;
}
.modalform-tel span.atf-phone {
  display: flex;
  justify-content: flex-end;
  width:100%;
  font-size:25px;
  margin:5px 0 0 0;
  color:#8E8E8EC7;
}
.modal-form .gform_wrapper .top_label .gfield_label span, 
.modal-form .gform_wrapper legend.gfield_label span {
  color:#347FCB;
}

.modal-form .gform_legacy_markup_wrapper {
  margin:0 !important;
}
.modal-form .gform_wrapper .gform_body {
  margin-top:0 !important;  
}
.modal-form .gform_wrapper.gform_validation_error ul li.gfield {
  margin: 0 !important;
  padding: 0 !important;
}
.modal-form.show-modalform {
	top:0;
}
.modal-form .gform_legacy_markup_wrapper div.validation_error {
	display:none;
}
.gform_validation_error .gform_fields > li input, .gform_validation_error .gform_fields > li textarea {
	padding:0 15px !important;
}
@media ( max-width:767px ) {
	.modal-form .gform_wrapper .validation_message {
		padding-top:0 !important;
	}
    .modalform-tel {
        display:none;
    }
    .modal-form.show-modalform {
        top:0;
    }
    .modal-form.show-modalform2 {
        top:0;   
    }
    .modal-form.show-modalform3 {
        top:0;
    }
    .modal-form .footer-form {
        padding:30px;
    }
    .modal-formtitle {
        font-size:40px;
        letter-spacing: 0;
    }
    .modal-formtagline {
        font-size:18px;
    }
	

}


.faq-row .accordion-cols p {
 font-weight:bold!important;
	color:#000!important;
}
.faq-row .accordion-cols:after {
    top: 20px!important;
}
.faq-row .accordion-cols:before {
    top: 28px!important;
}