:root{
	--Playfair-Display: 'Playfair Display', sans-serif;
	--white-color: #FFFFFF;
	--footer-btm-bg: #DFDBD6;
	--FontAwesome:"FontAwesome"; 
	--secondary-font: Montserrat, sans-serif;
	--parimary-color:rgba(255, 255, 255, 1);
	--parimary-ac-color:rgba(125, 65, 75, 0.7);
	--secondary-ac-color:rgba(159, 162, 105, 1);
	--secondary-color:rgba(255, 255, 255, 1);
}
@font-face { 
	font-family: "FontAwesome"; 
	src: url(//21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/raw_assets/public/VAPSFL_September_2024/fonts/fontawesome-webfont.eot) format("embedded-opentype"), 
		url(//21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/raw_assets/public/VAPSFL_September_2024/fonts/fontawesome-webfont.woff2) format("woff2"), 
		url(//21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/raw_assets/public/VAPSFL_September_2024/fonts/fontawesome-webfont.woff) format("woff"),
		url(//21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/raw_assets/public/VAPSFL_September_2024/fonts/fontawesome-webfont.ttf) format("truetype");
	font-style: normal; 
	font-weight: normal; 
}



.child_theme .hs-search-results__pagination {
	flex-wrap: wrap;
}
.child_theme img.hs-image-widget {
	margin-bottom: 10px;
}
.child_theme header img.hs-image-widget,
.child_theme footer img.hs-image-widget {
	margin-bottom: 0;
}
.child_theme .hs-search-field__suggestions-container {
	z-index: 2;
}
.child_theme input[type=“search”]::-webkit-search-cancel-button,
.child_theme input[type=“search”]:-moz-search-cancel-button,
.child_theme input[type=“search”]::-ms-clear  {
	display: none;
}

/*===================Form Style===================*/
.child_theme form input[type=search], 
.child_theme form input[type=text], 
.child_theme form input[type=email], 
.child_theme form input[type=password], 
.child_theme form input[type=tel], 
.child_theme form input[type=number], 
.child_theme form input[type=file], 
.child_theme form select, 
.child_theme form textarea, 
.child_theme .tabber .media-col .form-wrap .hs-input{
	box-shadow:none;
	width:100% !important;
	padding: 12px 12px 12px 22px;
	height: 42px;
	opacity: 0.9;
	transition: all 0.65s ease-out;
	font-weight: 500;
	font-size:13.125px;
	line-height: 1.2;
}
.child_theme fieldset.form-columns-3 .hs-form-field:last-child > .input {
	margin-right: 0;
}
@media(max-width:1440px){
	.child_theme .splide .splide__arrow--next {
		right: 2%;
	}
	.child_theme .splide .splide__arrow--prev {
		left: 2%;
	}
}

/*============Primary Button================*/

.child_theme .cm_nv_wrp .cm_nv_inner .custom, 
.child_theme form input[type=submit], 
.child_theme .hs-button, 
.child_theme .tabber .media-col .form-wrap input.hs-button{
	padding: 12px 7px;
	font-size:13.125px;
	line-height: 1.2;
	opacity: 0.9;
	transition: all 0.65s ease-out;
	font-weight: 500;
}
/*============Secondary Button================*/

.child_theme .hs-sec-btn, 
.child_theme .contact-banner .form-row.hs-secondary input.hs-button, 
.child_theme .contact-banner .form-row.hs-secondary .hs-button, 
.child_theme .landing-banner .form-row.hs-secondary input.hs-button, 
.child_theme .landing-banner .form-row.hs-secondary .hs-button, 
.child_theme .hs_service .widget-type-form .hs-button, 
.child_theme .form-row.secondary input[type="submit"], 
.child_theme .popup_modal_box.bg_primary .hs-button, 
.child_theme .systems-page .hs-search-results__next-page, 
.child_theme .systems-page .hs-search-results__prev-page{
	font-size:11.375px;
	line-height: 1.0769;
	letter-spacing: 0.03em;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.65s ease-out;
	padding: 7px 7px ;
}
.child_theme .body-container-wrapper{
	padding-left: 22px;
	padding-right: 22px;
}
.child_theme .dnd-section{
	padding-right: 10%;
	padding-left: 10%;
}
.child_theme .header .page-center, 
.child_theme .header .primary-section .page-center{
	
	max-width: 100%;
	
} 
.child_theme .footer .page-center{
	
	max-width: 100%;
	
}
.child_theme .page-center,
.child_theme .content-wrapper,
.child_theme .dnd-section > .row-fluid{
	max-width:100%;
	width:100%;
}
.child_theme [class*="full-width-section"].dnd-section > .row-fluid,
.child_theme .content-wrapper .dnd-section > .row-fluid,
.child_theme .page-center .dnd-section > .row-fluid,
.child_theme .dnd-section:not([class*="full-width-section"]) > .row-fluid .page-center,
.child_theme .content-wrapper *[class*="span"] .page-center,
.child_theme .page-center.full_width {
	width: 100%;
	max-width: 100%;
}
.child_theme .servs-details-pg .dnd-section {
	padding-left: 0;
	padding-right: 0;
}
.child_theme .error-page::before {
	opacity: 0.8;
}
.child_theme .systems-page .success{
	color:var(--secondary-color);
}
/*===============================*/
blockquote {
	padding-right: 50px;
	color: #9b9d78;
	font-size: 21px;
	font-style: italic;
	font-weight: 400;
	line-height: 26px;
	padding-top: 5px;
	margin: 1.5em 30px 13px 78px ;
	border-left:none;
	padding-left:0;
}
blockquote:before {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #924958;
	content: open-quote;
	font-size: 130px;
	line-height: 65px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 18px;
	font-style: normal;
}
blockquote:after {
	content: close-quote;
}
.child_theme p{
	margin-bottom:25px;
}
/*===============================*/
@media(min-width:1025px){
	.child_theme .dnd-section{
		padding-right: 5%;
		padding-left: 5%;
	}
	.child_theme .page-center,
	.child_theme .content-wrapper,
	.child_theme .dnd-section > .row-fluid{
		
		max-width: 1100px;
		
	}
}

.child_theme h1,
.child_theme .h1{
	margin-bottom:30px;
	padding-top:6px;
}
.child_theme h6,
.child_theme .h6{
	font-family: var(--Playfair-Display);
	margin-bottom:18px;
}
.child_theme h2,
.child_theme .h2{
	margin-bottom: 18px;
}
.child_theme h3,
.child_theme .h3{
	font-family: var(--Playfair-Display);
	margin-bottom: 25px;
	padding-top: 5px;
}
.child_theme h4,
.child_theme .h4{
	margin-bottom: 25px;
	padding-top: 5px;
}
.child_theme h5,
.child_theme .h5{
	margin-bottom: 25px;
}
.child_theme [class*="full-width-section"].dnd-section > .row-fluid,
.child_theme .content-wrapper .dnd-section > .row-fluid,
.child_theme .page-center .dnd-section > .row-fluid,
.child_theme .dnd-section:not([class*="full-width-section"]) > .row-fluid .page-center,
.child_theme .content-wrapper *[class*="span"] .page-center,
.child_theme .page-center.full_width,
.child_theme [class*="full-width-section"].dnd-section{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.child_theme strong{
	font-weight:inherit;
}
.child_theme hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border: 1px solid #666;
	padding-bottom: -1px;
	margin: 1.5em 0;
}

@media(max-width:600px){
	.child_theme .body-container-wrapper{
		padding-left: 0;
		padding-right: 0;
	}
	blockquote {
		padding-right: 0px;
	}
}
@media(max-width:400px){
	blockquote {
		margin-left: 30px;
	}
}
/*=============Footer Style=================*/

footer #bf-inner {
	border-left: 22px solid #F1EFED;
	border-right: 22px solid #F1EFED;
	background-color: var(--footer-btm-bg);
	padding: 55px 25px;
}
footer #bf-inner img {
	margin: 0 auto;
	display: block;
}
footer .logoWrapper {
	padding: 55px 10% 0;
	background-color: rgba(81, 43, 52, 1);
}
footer.footer {
	font-size:14px; 
	border: 22px solid #5F3D44;
	border-top:none;
}
footer .region-footer-menu {
	background-color: rgba(159, 162, 105, 1);
	padding-top: 30px;
	padding-bottom: 28px;
}
footer .menu-block-wrapper .hs-menu-wrapper ul {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}
footer .menu-block-wrapper .hs-menu-wrapper ul li {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	display: inline-block;
	margin: 0;
}
footer .menu-block-wrapper .hs-menu-wrapper ul li a {
	padding-right: 11px;
}
footer #footer-wrapper {
	position: relative;
	background-color : rgba(97, 61, 68, 1);
}
footer .vert-line {
	height: 100%;
	width: 1px;
	background-color: #9F8A8F;
	display: block;
	position: absolute;
	left: 50%;
}
footer #middleSection {
	display: flex;
	width: 100%;
	margin-bottom: 45px;
}
footer .leftBlock,
footer .rightBlock{
	flex: 1 auto;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 100px;
	padding: 15px 60px;
}
footer #logo {
	margin-bottom: 25px;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(159, 138, 143, 1.00);
	display: flex;
	align-items: flex-end;
}
footer .leftBlock .hs-menu-wrapper ul {
	padding: 0px;
	margin: 0px;
	display: block;
}
footer .leftBlock .hs-menu-wrapper ul li {
	margin: 0;
}
footer .leftBlock .hs-menu-wrapper ul ul li a {
	padding-bottom: 14px;
	margin-bottom: 14px;
	color: #FFF;
	font-weight: 600;
	border-bottom: 1px solid #9F8A8F;
	font-size: 19px;
	line-height: 22px;
	display: block;
}

footer .leftBlock .hs-menu-wrapper >ul >li >a,
footer .rightBlock .block-content h2{
	color: rgba(159, 162, 105, 1);
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.0em;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 18px;
	max-width: 400px;
	display: block;
	cursor: unset;
}
footer .leftBlock .hs-menu-wrapper >ul >li:hover >a,
footer .rightBlock .block-content a:hover{
	color: rgba(159, 162, 105, 1);
}
footer .rightBlock .block-content p,
footer .rightBlock .block-content a.plain-link {
	line-height: 22px;
	color: #C2B4B7;
	font-weight: 500;
	margin-bottom: 5px;
	font-size:1rem;
}
footer .rightBlock .block-content a {
	color: rgba(159, 162, 105, 1);
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.01em;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 45px;
	margin-top: 9px;
	display: block;
	font-family: Montserrat, sans-serif;
}
footer .rightBlock .block-content h6 {
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	position: relative;
	padding: 0px;
	margin-bottom: 5px;
}

footer .rightBlock .block-content h6 a {
	font-weight: 800;
	color: rgba(255, 255, 255, 1);
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0.04em;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-bottom: 0;
	margin-top: 0;
}

footer .rightBlock .block-content h6 a span {
	font-family: var(--Playfair-Display);
	color: rgba(159, 162, 105, 1);
	letter-spacing: 0.0;
	position: relative;
	top: -2px;
	margin-right: -2px;
	margin-left: 0px;
}
footer .rightBlock .block-content h6 a:hover{
	color: rgba(255, 255, 255, 1);
}
footer .rightBlock .block-content h6 a:hover span{
	color: rgba(159, 162, 105, 1);
}
footer .rightBlock .block-content p:last-child {
	font-size: 12px;
	color: var(--white-color);
	margin-bottom: 1.5em;
	font-weight: 400;
}
footer .leftImg, 
footer .rightImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
footer .rightImg img {
	display: block;
	position: relative;
	left: -15px;
}

@media(max-width:959px){
	footer .rightBlock .block-content h6 a {
		font-size: 22px;
	}
	footer .menu-block-wrapper .hs-menu-wrapper ul li {
		display: block;
	}

	footer .region-footer-menu {
		padding: 8%;
	}

	footer .menu-block-wrapper .hs-menu-wrapper ul li a {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 15px;
		line-height: 20px;
		font-weight: 500;
		display: block;
	}
	footer .menu-block-wrapper .hs-menu-wrapper ul li:last-child >a {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	footer #middleSection {
		padding-bottom: 150px;
	}
}


@media(max-width:767px){
	footer .rightImg img {
		left: auto;
	}
	footer #logo {
		flex-direction: column;
		align-items: center;
	}
	footer #middleSection {
		padding-bottom: 50px;
		flex-wrap: wrap;
	}
	footer .leftBlock, footer .rightBlock {
		width: 100%;
		padding: 15px 2%;
		margin-bottom: 0px;
	}
	footer .vert-line {
		display: none;
	}
	footer .rightBlock .block-content h6 a {
		font-size: 32px;
	}
}

@media(max-width:449px){
	footer .rightBlock .block-content h6 a{
		font-size: 2  2px;
	}
}

/*=====================Header Style====================*/
.header_wrpp {
	background-color: rgba(147, 152, 105, 1);
	position: relative;
	z-index: 800;
	width: 100%;
	left: 0;
	right: 0;
	border: 22px solid rgba(98, 61, 68, 1);
}
.header_wrpp #logoHome{
	display:none;
}
.header_wrpp .innerCnt {
	position: relative;
	z-index: 40;
	overflow: visible;
	display: flex;
	align-items: center;

}
.Updatehdr .header_wrpp {
	margin: 0;
	padding: 0;
	border: none;
	background-color: rgba(120, 65, 73, 0.95);
	position: absolute;
	z-index: 800;
	width: 100%;
}
.header_wrpp .innerCnt #logo img {
	display: block;
	margin: 0;
	position: relative;
	top: -2px;
}
.Updatehdr .header_wrpp #logo img{
	top: 0px;
}
.header_wrpp .menuWrpp {
	margin-left: auto;
}
.header_wrpp .menuWrpp .hs-menu-wrapper > ul {
	line-height: 1.0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header_wrpp .menuWrpp .hs-menu-wrapper > ul > li {
	margin: 0;
}
.header_wrpp .menuWrpp .hs-menu-wrapper > ul > li > a {
	line-height: 1.2857;
	font-weight: 500;
	padding: 0 10px;
	letter-spacing: 0.0em;
	display: block;
}
.header_wrpp .innerCnt .imageWrpp {
	margin-left: 5%;
}
.header_wrpp .innerCnt .imageWrpp img.hs-image-widget {
	display: block;
	width: 100%;
	height: auto;
}
.header_wrpp .innerCnt .serach_Wrpp {
	margin-left: auto;
}
.header_wrpp .innerCnt .serach_Wrpp span.search-link.mobile-tools {
	display: none;
}
.header_wrpp .innerCnt .serach_Wrpp img {
	width: 100%;
	display: block;
	max-width: 27px;
	transition: all 0.5s ease-out;
	opacity: 0.7;
}
.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li:last-child {
	display: none;
}
.header_wrpp .menuWrpp .hs-menu-wrapper ul ul {
	left: 0;
	top: -99999em;
	position: absolute;
	padding-top: 37px;
	width: 12em;
	display:block;
}
.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li {
	position: relative;
	line-height: 1.0;
	font-size: 16px;
}
.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li:hover>ul {
	left: 0;
	top: 2em;
}
.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li {
	margin: 0;
}
.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li a {
	line-height: 1.2857;
	font-weight: 500;
	padding: 0 10px;
	letter-spacing: 0.0em;
	padding: 12px 15px;
	display: block;
}
.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li.hs-item-has-children:before {
	height: 51px;
	position: absolute;
	content: '';
	top: 100%;
	width: 100%;
}
.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li>a {
	position: relative;
}
.header_wrpp .menuWrpp .hs-menu-wrapper ul ul ul {
	padding: 0;
}
.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li:hover ul {
	top: 0;
	left: 100%;
}
.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li {
	position: relative;
}


#mob_toggle{
	display:none;
}
.form_popup {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	display:none;
}
.form_popup .innerform {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: right;
	width: 100%;
}
.form_popup .form-container {
	padding: 40px 30px;
	position: relative;
	text-align: left;
	background-attachment: scroll;
	background-color: rgba(121, 65, 74, 0.7);
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin: 40px auto;
	max-width: 750px;
	width: 100%;
	z-index: 100;
}
.form_popup .overlay{
	background-color: #83875E;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0.9;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.form_popup .form-container input.hs-search-field__input {
	background-color: #EEECE3;
	border: 0 none !important;
	color: #7e7e7e;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 11px;
	text-transform: uppercase;
	width: 100%;
	border-radius: 0px;
	appearance: none;
	margin-top: 0;
	margin-bottom: 0;
	opacity:1;
}
.form_popup .form-container div#placeholder {
	color: #FFF !important;
	opacity: 1.0 !important;
	font-size: inherit !important;
}
.mobile-wrpp.menuWrpp{
	display:none;
}
.header_wrpp .innerCnt .serach_Wrpp a#search:hover img {
	opacity: 1;
}
.form_popup .form-container form > label {
	font-family: var(--Playfair-Display);
	color: #EEECE3;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 20px;
	font-style: italic;
}
.form_popup .form-container input.hs-search-field__input {
	margin: 0px 0px 17px;
}
.form_popup .hs-search-field button {
	font-family: var(--Playfair-Display);
	font-style: italic;
	background-color: #A3A773;
	border: 1px solid #A3A773;
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 22px;
	border-radius: 0px;
	appearance: none;
	position: static;
	height: 100%;
	width: auto;
	transform: none;
}
.form_popup .hs-search-field button:hover {
	font-family: 	font-family: var(--Playfair-Display);
	font-style: italic;
	background-color: #A3A773;
	border: 1px solid #A3A773;
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 22px;
	border-radius: 0px;
	appearance: none;
	position: static;
	height: 100%;
	width: auto;
	transform: none;
}
.form_popup button.mfp-close,
.form_popup button.mfp-close:hover{
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0.6;
	font-size: 35px;
	height: 55px;
	line-height: 55px;
	width: 55px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	font-family: Arial, Baskerville, monospace;
	transition:unset;
}
.searchWrpp {
	overflow: hidden;
}
.form_popup button.mfp-close:hover{
	opacity: 1;
}
.form_popup .hs-search-field form {
	position: unset;
}
.form_popup .hs-search-field{
	position: unset;
}
.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li:last-child a {
	border-bottom: none;
}

.Updatehdr .header_wrpp .innerImg #logoHome {
	display: block;
}

.Updatehdr .header_wrpp .innerImg div#logo {
	display: none;
}

.Updatehdr .header_wrpp .innerImg #logoHome img.hs-image-widget {
	margin: 0;
}

/*========*/
@media (min-width: 960px) {
	.header_wrpp .innerCnt {
		padding: 23px 45px 27.5px 30px;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.Updatehdr .header_wrpp .innerCnt  {
		padding: 23px 50px;
	}
}
@media (min-width: 1025px) {
	/*Desktop Theme Setting*/
	.header_wrpp .menuWrpp .hs-menu-wrapper >ul >li >a {
		font-size: 14px;
		color: rgba(255, 255, 255, 1);
		background-color: rgba(2, 103, 128, 0);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper >ul >li >a:hover {
		color: rgba(255, 255, 255, 1);
		background-color: rgba(2, 103, 128, 0);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper >ul >li.active >a,
	.header_wrpp .menuWrpp .hs-menu-wrapper >ul >li.active-branch >a{
		color: rgba(255, 255, 255, 1);
		background-color: rgba(2, 103, 128, 0);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul {
		background-color: rgba(97, 61, 68, 0);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li a {
		font-size: 14px;
		color: rgba(255, 255, 255, 1);
		background-color: rgba(102, 104, 67, 0.97);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li >a:hover  {
		background-color: rgba(136, 140, 74, 1);
		color: rgba(255, 255, 255, 1);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li.active >a,
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li.active-branch >a{
		color: rgba(255, 255, 255, 1);
		background-color: rgba(102, 104, 67, 0.97);
	}
	.Updatehdr  .header_wrpp .menuWrpp .hs-menu-wrapper > ul > li > ul > li > a {
		background-color: rgba(159, 162, 105, 0.9);
	}
	.Updatehdr  .header_wrpp .menuWrpp .hs-menu-wrapper > ul > li > ul > li > a:hover {
		background-color: rgba(103, 105, 68, 0.9);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul ul li a {
		background-color: rgba(88, 52, 60, 0.9);
	}
	.Updatehdr .header_wrpp .menuWrpp .hs-menu-wrapper ul ul ul li a:hover {
		background-color: rgba(132, 134, 88, 0.75);
	}
}
@media (min-width: 1025px) and (max-width: 1155px) {
	.header_wrpp .innerCnt .ImageCnt img {
		max-width: 225px;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper > ul > li > a{
		font-size: 13.5px;
		padding: 0 8px;
	}
	.header_wrpp .innerCnt .innerImg #logo {
		margin-right: 15px;
	}
	.header_wrpp .innerCnt .serach_Wrpp img{
		max-width:24px;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul {
		padding-top: 30px;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li a {
		font-size: 13.5px;
	}
	.Updatehdr	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul{
		padding-top: 30px;
	}
}
@media (max-width: 1024px) {
	.Updatehdr .header_wrpp .innerCnt {
		padding: 0;
	}
	#mob_toggle{
		display:block;
	}
	.header_wrpp .menuWrpp {
		display: none;
	}
	.header_wrpp .innerCnt .imageWrpp,
	.header_wrpp .innerCnt .serach_Wrpp {
		display: none;
	}
	.header_wrpp {
		position: relative;
		top: 0px;
		left: 0px;
		right: 0px;
		padding: 0;
		background-color: transparent;
	}
	.header_wrpp .innerCnt {
		justify-content: space-between;
		position: static;
		top: 0px;
		left: 0px;
		right: 0px;
		padding: 0;
		background-color: rgba(147, 152, 105, 1);
	}
	.header_wrpp .innerCnt .ImageCnt img{
		max-width: 230px;
	}
	.header_wrpp a#mob_toggle {
		color: rgba(255, 255, 255, 1);
		padding: 10px 50px 10px 22px;
		background-color: rgba(116, 122, 79, 1);
		font-weight: 600;
		font-size: 13px;
		line-height: 16px;
		text-transform: uppercase;
		display: inline-block;
		margin-bottom: 2px;
		border-style:solid;
		border-width: 0px;
		border-color: rgba(116, 122, 79, 1);
		border-radius: 0px;
	}
	.header_wrpp a#mob_toggle:hover{
		border-color: rgba(116, 122, 79, 1);
		color: rgba(255, 255, 255, 1);
		background-color: rgba(116, 122, 79, 1);
	}
	.header_wrpp .innerCnt .ImageCnt {
		padding: 22px;
	}
	.header_wrpp .menuWrpp {
		margin-top: 28px;
		padding: 0;
		box-sizing: border-box;
		float: left;
		width: 100%;
		line-height: 1.0;
	}
	.Updatehdr .header_wrpp .menuWrpp {
		margin-top: 126px;
	}
	.header_wrpp .innerCnt {
		flex-wrap: wrap;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper>ul{
		background-color: rgba(169, 176, 93, 1.0);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li {
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
		width: 100%;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li:first-child {
		padding-top: 22px;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper>ul {
		width: 100%;
		padding: 0 22px;
	}
	.header_wrpp .menuWrpp > * {
		width: 100%;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li>a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
		display: block;
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 0.01em;
		text-transform: uppercase;
		padding: 13px 10px;
		font-weight: 600;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li:last-child {
		display: block;
		padding-bottom: 35px;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
		content: "\f107";
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: 25px / 20px var(--FontAwesome);
		vertical-align: middle;
		margin: 0 0 0 6px;
		padding: 0 0 0 16px;
		border-left: 1px solid rgba(255, 255, 255, 0.5);
		float: right;
		letter-spacing: 0.01em;
		text-transform: uppercase;
		font-weight: 400;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li.hs-item-has-children:before {
		display: none;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper > ul > li > ul {
		position: static;
		width: 100%;
		padding: 0;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li {
		padding-left: 25px;
		padding-right: 25px;
		background-color: rgba(150, 156, 83, 1.00);
		width: 100%;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
		display: block;
		font-size: 13px;
		line-height: 18px;
		color: #FFF;
		letter-spacing: 0.01em;
		text-transform: uppercase;
		padding: 13px 10px;
		font-weight: 600;
		background: transparent;
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li.hs-item-has-children > a:after {
		vertical-align: middle;
		margin: 0 0 0 6px;
		padding: 0 0 0 16px;
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		float: right;
		border-left: 0px solid rgba(255, 255, 255, 0.25);
		font: 20px / 20px 'FontAwesome';
		content: "\f107";
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li.childOpen > a:after{
		content: "\f106";
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul ul {
		position: static;
		width: 100%;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul ul li {
		background-color: rgba(129, 135, 73, 1.00);
	}
	.header_wrpp .innerCnt .menuWrpp,
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul ul,
	.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li>ul {
		display: none;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li.hs-item-has-children.childOpen>a:after {
		content: "\f106";
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li a:hover {
		background: transparent;
	}
	.active  .header_wrpp .mobile-wrpp.menuWrpp{
		display:block;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li.childOpen > a:after {
		content: "\f106";
	}
	.Updatehdr .header_wrpp .innerCnt {
		background-color: rgba(120, 65, 73, 0.95);
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
	}
	.Updatehdr .header_wrpp {
		background: transparent;
	}
	.Updatehdr .header_wrpp .innerImg #logoHome img.hs-image-widget {
		padding-bottom: 2px;
	}
	.Updatehdr .header_wrpp a#mob_toggle {
		background-color: rgba(158, 163, 102, 1.00);
		position: relative;
		top: -4px;
	}
	/*Header Theme Setting*/
	.header_wrpp .menuWrpp .hs-menu-wrapper ul li a {
		color: rgba(255, 255, 255,1.0);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul li:hover >a {
		color: rgba(255, 255, 255,1.0);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul li.active >a,
	.header_wrpp .menuWrpp .hs-menu-wrapper ul li.active-branch >a {
		color: rgba(255, 255, 255,1.0);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li a{
		color: rgba(255, 255, 255,1.0);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li:hover >a{
		color: rgba(255, 255, 255,1.0);
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li.active >a,
	.header_wrpp .menuWrpp .hs-menu-wrapper ul ul li.active-branch >a {
		color: rgba(255, 255, 255,1.0);
	}
}
@media (max-width: 959px){
	.header_wrpp .innerCnt #logo img{
		padding-bottom:2px;
	}
}

@media (max-width: 600px) {
	.header_wrpp {
		border: none;
	}
}
@media(max-width:450px){
	.header_wrpp .innerCnt .ImageCnt img{
		max-width: 190px;
	}
	.header_wrpp a#mob_toggle{
		padding: 10px 20px 10px 20px;
	}
}
@media(max-width:350px){
	.header_wrpp .innerCnt .ImageCnt{
		padding: 15px;
	}
}
/*======================================*/
.cnt-wit-tp-img-wrp.cmBodyCosmetic {
	background: #522a34;
	margin-bottom: 22px;
}
.cnt-wit-tp-img-wrp.cmBodyCosmetic .cntInnerWrap {
	border-right: 1px solid #A56878;
	width: 90%;
	position: relative;
	padding: 0px 60px 20px 25px;
}
.cnt-wit-tp-img-wrp.cmBodyCosmetic .cntInnerWrap .top_sec {
	margin-bottom: 25px;
	text-align: left;
	padding: 0;
}

.cnt-wit-tp-img-wrp.cmBodyCosmetic .tp-img {
	margin-bottom: 0;
}
.cnt-wit-tp-img-wrp.cmBodyCosmetic .tp-img-cnt .col-title {
	background-color: rgba(255, 255, 255, 0.95);
	color: #966A73;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	padding: 13px 6px;
	border-bottom: 5px solid #966A73;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: Montserrat, sans-serif;
}
.cnt-wit-tp-img-wrp.cmBodyCosmetic  .flex-row {
	row-gap: 0px;
	justify-content: initial;
}
.cnt-wit-tp-img-wrp.cmBodyCosmetic .cnt-col{
	animation-duration: .001s ;
	-webkit-transition: transform .001s linear ;
	transition: transform .001s linear ;
	animation-timing-function: step-end;
	animation-iteration-count: 1;
	margin-bottom: 20px;
}
.imgListStyle.proceduresTwoCol .content-col .description ul {
	border: 1px solid #B8B7B1;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
}
.imgListStyle.proceduresTwoCol .content-col .description ul li {
	padding-right: 5px;
	padding-left: 5px;
	list-style: none;
	display: inline-block;
}
.imgListStyle.proceduresTwoCol .content-col .description ul li img{
	vertical-align: baseline;
}
.two-col-content.proceduresTwoCol .content-col .description h2 a {
	color: inherit;
}
.galleryStyle.two-col-content .content-col .description {
	margin-bottom: 0;
}
.galleryStyle.two-col-content .content-col {
	padding-left: 0;
	padding-right: 0;
}

.galleryStyle.two-col-content .media_column {
	display: none;
}
.galleryStyle.two-col-content .content-col{
	padding: 0px 60px 20px 25px;
	border-right: 1px solid #A56878;
	width: 90%;
}
.galleryStyle.two-col-content .btn-items a.hs-sec-btn {
	padding: 12px 30px;
	border-radius: 4px;
	background-color: #939869;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: 0.025em;
}
.cnt-wit-tp-img-wrp.cmBodyCosmetic .top_sec .title {
	margin-bottom: 30px;
}

@media(max-width: 1279px){
	.cnt-wit-tp-img-wrp.cmBodyCosmetic .cnt-col {
		width: 50%;
	}
	.cnt-wit-tp-img-wrp.cmBodyCosmetic {
		padding-right: 5%;
		padding-left: 5%;
	}
}

@media(max-width: 1024px){
	.cnt-wit-tp-img-wrp.cmBodyCosmetic{
		padding-right: 10%;
		padding-left: 10%;
	}
}

@media (max-width: 959px) {
	.cnt-wit-tp-img-wrp.cmBodyCosmetic .cntInnerWrap .top_sec::after {
		border-bottom: 1px solid #aeb086;
		margin-bottom: 15px;
		padding-bottom: 15px;
		content: '';
		display: block;
	}
	.cnt-wit-tp-img-wrp.cmBodyCosmetic .cntInnerWrap .top_sec {
		margin-bottom: 0;
	}
}
@media (min-width: 480px) and (max-width: 959px){
	.cnt-wit-tp-img-wrp.cmBodyCosmetic .cnt-col {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 5%;
	}
	.cnt-wit-tp-img-wrp.cmBodyCosmetic .tp-img-cnt .col-title {
		font-size: 13px;
		line-height: 13px;
	}
}
@media (max-width: 767px) {
	.cnt-wit-tp-img-wrp.cmBodyCosmetic .cnt-col{
		padding:0;
	}
	.cnt-wit-tp-img-wrp.cmBodyCosmetic .flex-row {
		justify-content: flex-end;
	}
}
@media (max-width: 600px) {
	.cnt-wit-tp-img-wrp.cmBodyCosmetic .cntInnerWrap {
		padding: 0;
		border-right: 0px none;
		width: 100%;
	}
	.cnt-wit-tp-img-wrp.cmBodyCosmetic .cnt-col {
		width: 100%;
		margin-right:0;
	}
}


/*=============Two Column Page Style=================*/
.two-col-content.proceduresTwoCol {
	padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 22px;
}
.galleryStyle.two-col-content{
	padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 22px;
}
.two-col-content.proceduresTwoCol .mediaimg .single-img img {
	margin-bottom: 22px;
	border-top: 6px solid rgba(146, 153, 103, 1.00);
	border-bottom: 6px solid rgba(146, 153, 103, 1.00);
}
.two-col-content.proceduresTwoCol .content-col .description ul,
.two-col-content.proceduresTwoCol .content-col .description ol {
	margin-top: 33px;
	margin-bottom: 33px;
	padding-left: 45px;
}
.two-col-content.proceduresTwoCol .content-col .description {
	margin: 0;
}
.two-col-content.proceduresTwoCol .content-col .description ul li {
	list-style-type: square;
}
.two-col-content.proceduresTwoCol .content-col .description strong {
	font-weight: inherit !important;
}
.two-col-content.proceduresTwoCol .content-col .description ul li,
.two-col-content.proceduresTwoCol .content-col .description ol li {
	line-height: 22px;
	margin-bottom: 25px;
}
.two-col-content.proceduresTwoCol .content-col .description ul li p,
.two-col-content.proceduresTwoCol .content-col .description ol li p{
	line-height:1.715;
}
.two-col-content.proceduresTwoCol .content-col .description p a {
	text-decoration: underline;
}
.two-col-content.proceduresTwoCol .content-col .description p img {
	vertical-align: unset;
}
.two-col-content.proceduresTwoCol .content-col .description h6 {
	color: #E1DED5;
}
.two-col-content.proceduresTwoCol .description section {
	position: relative;
	margin-left: 40px;
	margin-bottom: 25px;
}
.two-col-content.proceduresTwoCol .description cite{
	margin-left: 74px;
}
.galleryStyle.two-col-content .content-col .btn-items .btn_row{
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.two-col-content.proceduresTwoCol .content-col.col7 {
		width: 60%;
		padding: 0px 60px 20px 25px;
		border-right: 1px solid #A56878;
	}

	.two-col-content.proceduresTwoCol .img-col.col5 {
		width: 40%;
		padding-right: 2.5%;
		padding-left: 0;
	}
}
@media (min-width: 1025px) {
	.two-col-content.proceduresTwoCol,
	.galleryStyle.two-col-content{
		padding-right: 5%;
		padding-left: 5%;
	}
}

@media (max-width: 991px) {
	.two-col-content.proceduresTwoCol .content-col.col7 .cont-inner,
	.galleryStyle.two-col-content .content-col .cont-inner{
		border-bottom: 1px solid #aeb086;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.two-col-content.proceduresTwoCol .content-col.col7{
		padding-right: 0px ;
		border-right: none;
	}
	.galleryStyle.two-col-content .content-col{
		padding: 0px ;
		border-right: none;
	}
}
@media (max-width: 767px) {
	.two-col-content.proceduresTwoCol .content-col.col7 {
		padding-left: 0px ;
	}

	.two-col-content .flex_row {
		gap: 0;
	}
	.galleryStyle.two-col-content .content-col {
		width: 100%;
	}
}
@media(max-width:600px){
	.two-col-content.proceduresTwoCol .description section{
		margin-left:0;
	}
}
@media (max-width: 479px) {
	.two-col-content.proceduresTwoCol .content-col .description h1 {
		font-size:24.0px; 
	}
	.two-col-content.proceduresTwoCol .content-col .description ul,
	.two-col-content.proceduresTwoCol .content-col .description ol {
		padding-left: 30px;
	}
	.two-col-content.contactStyle .content-col .description section h2 a {
		font-size: 19px;
	}
}

/*=================*/

.vapsfl_iwc_mdl.cmTypeTwoStyle {
	background-color: #522a34;
	padding-top: 90px;
	position: relative;
	padding-bottom: 55px;
	margin-bottom: 22px;
}

.vapsfl_iwc_mdl.cmTypeTwoStyle .vc-left {
	padding-right: 2.5%;
	box-sizing: unset;
	float: unset;
}
.vapsfl_iwc_mdl.cmTypeTwoStyle .vc-right {
	width: 57.5%;
	float: unset;
}

.vapsfl_iwc_mdl.cmTypeTwoStyle .vc-right h2 {
	font-family: var(--secondary-font);
	color: #9fa269;
	font-size:22px;
	line-height: 1.227;
	letter-spacing: 0.0em;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 18px;
	max-width: 700px;
	padding-top: 0;
}

.vapsfl_iwc_mdl.cmTypeTwoStyle .vc-right h2 a {
	color: inherit;
	text-decoration: none;
}
.vapsfl_iwc_mdl.cmTypeTwoStyle .view-doctor-vc-list .views-row .summary {
	margin-bottom: 39px;
	display: flex;
}
.vapsfl_iwc_mdl.cmTypeTwoStyle .read-more a {
	background-color: rgba(159, 162, 105,1.0);
	color: rgba(255, 255, 255,1.0);
	text-align: center;
	font-size: 13px;
	line-height: 14px;
	padding: 7px;
	margin-top: 33px;
	margin-bottom: 50px;
	font-weight: 800 !important;!i;!;
	letter-spacing: 0.03em;
}
.cnt-wit-tp-img-wrp.cmBodyCosmetic.doubleCard {
	margin-bottom: 0;
}
.cnt-wit-tp-img-wrp.cmBodyCosmetic .cmTitle {
	color: #888888;
	font-family: var(--secondary-font);
	font-size: 23px;
	font-style: italic;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 15px;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 0.045em;
	opacity: 0.7;
}
.cnt-wit-tp-img-wrp.cmBodyCosmetic.doubleCard .cntInnerWrap {
	padding-bottom: 5px;
}
.two-col-content.proceduresTwoCol h2 span {
	font-size: 1.6em;
	color: #966A73;
}
.cnt-wit-tp-img-wrp.cmBodyCosmetic .top_sec a {
	text-decoration: underline;
}
.cnt-wit-tp-img-wrp.cmBodyCosmetic .cntInnerWrap .top_content h2{
	max-width:700px;
}
.cnt-wit-tp-img-wrp.cmBodyCosmetic .top_sec h2 a {
	color: inherit;
	text-decoration: unset;
}
.galleryStyle.two-col-content .content-col .description a {
	text-decoration: underline;
}


@media(max-width:1024px){
	.vapsfl_iwc_mdl.cmTypeTwoStyle {
		padding-right: 10%;
		padding-left: 10%;
		padding-top: 50px;
	}
}
@media(max-width:880px){
	.vapsfl_iwc_mdl.cmTypeTwoStyle .vc-left {
		width: 100%;
		padding-right: 0;
	}
	.vapsfl_iwc_mdl.cmTypeTwoStyle .vc-right {
		width: 100%;
	}
	.vapsfl_iwc_mdl.cmTypeTwoStyle .view-doctor-vc-list .views-row .summary {
		flex-wrap: wrap;
	}
}
@media(max-width:600px){
	.vapsfl_iwc_mdl.cmTypeTwoStyle #content {
		padding-right: 0;
		padding-left: 0;
		border-right: none;
	}
}


.two-col-content.contactStyle section {
	background-color: rgba(0, 0, 0, 0.25);
	padding: 10px 8px 6px 20px;
	margin-bottom: 25px;
	position: relative;
}
.two-col-content.contactStyle section h2 {
	margin-bottom: 7px;
}
.two-col-content.contactStyle .content-col .description section h2 a {
	letter-spacing: 0.04em;
	font-size: 32px;
	line-height: 32px;
	display: inline-block;
	top: -2px;
	position: relative;
	font-weight: 800;
	margin: 0;
	text-decoration: none;
}
.two-col-content.contactStyle section h2 a span:first-child {
	font-size: 50%;
	position: relative;
	top: -2px;
}
.two-col-content.contactStyle section h2 a span:last-child {
	font-family: var(--Playfair-Display);
	color: #9DA068;
	letter-spacing: 0.0;
	position: relative;
	top: -3px;
	margin-right: -3px;
	margin-left: 10px;
}
.two-col-content.contactStyle h2 {
	font-size: 24px;
	max-width: 400px;
	margin-bottom: 7px;
}
.two-col-content.contactStyle p {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 22px;
	color: #C2B4B7;
}
.two-col-content.contactStyle a {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.01em;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 35px;
	margin-top: 9px;
	display: block;
	text-decoration: underline;
}
.two-col-content.contactStyle .content-col .form_wrap {
	padding: 0;
}
.two-col-content.contactStyle .content-col .form_wrap h3 {
	display: none;
}
.two-col-content.contactStyle .form_wrap h5 {
	font-weight: 600;
	font-size: 13px;
	color: inherit;
	line-height: 24px;
	margin: 1.5em 0;
}
.two-col-content.contactStyle .form_wrap form .hs-form-field {
	margin: 0px 0px 17px;
	line-height: 18px;
	font-size: 15px;
}
.two-col-content.contactStyle .form_wrap form input, 
.two-col-content.contactStyle .form_wrap form textarea {
	font-size: 15px;
	line-height: 18px;
}
.two-col-content.contactStyle .form_wrap form .hs_submit {
	display: block;
	margin-top: 0;
}
.two-col-content.contactStyle form .hs-submit input.hs-button {
	width: 100%;
}
.two-col-content.contactStyle .form_wrap form .hs-form-field textarea {
	min-height: 114px;
}
@media (max-width: 1200px) {
	.two-col-content.proceduresTwoCol .content-col .description img {
		float: none !important;
		width: 100% !important;
	}
}
@media (max-width: 479px) {
	.two-col-content.contactStyle .content-col .description section h2 a {
		font-size: 19px;
	}
}

/*===========*/
.bnr_wrp.fullheight.noHeaderBanner.hm_slider {
	height: 750px;
}

.bnr_wrp.fullheight.hm_slider button.splide__arrow.splide__arrow--prev {
	background: url(//21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/raw_assets/public/VAPSFL_September_2024/images/controls.png) no-repeat 0 0;
	background-size: 39px 36px;
	transition: all 0.5s ease;
}

.bnr_wrp.fullheight.hm_slider button.splide__arrow svg {
	display: none;
} 

.bnr_wrp.fullheight.hm_slider button.splide__arrow {
	margin-top: 60px;
	width: 19.5px;
	height: 36px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: 0;
	text-indent: -9999px;
	z-index: 33;
}

.bnr_wrp.fullheight.hm_slider button.splide__arrow.splide__arrow--next {
	right: 30px;
	background: url(//21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/raw_assets/public/VAPSFL_September_2024/images/controls.png) no-repeat -19.5px 0;
	background-size: 39px 36px;
	transition: all 0.5s ease;
}

.child_theme .body-container-wrapper.home_page_v1_page {
	padding: 0;
}

.vapsl_two_col .gallery {
	min-height: 700px;
}

.vapsl_two_col .gallery .copy-column {
	align-content: center;
}

.vapsl_two_col .gallery .white-phone {
	display: block;
	text-align: center;
	padding: 25px 0px 10px 0px;
	background-color: transparent;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	margin-bottom: 25px;
	border-top: 1px solid #FFF;
}

.vapsl_two_col .gallery .block-it {
	display: block;
	margin-bottom: 9px;
}


.vapsl_two_col .gallery * {
	box-sizing: content-box;
}

.vapsl_two_col .gallery .inner {
	padding: 60px 12% 25px 12%;
	box-sizing: border-box;
}

.vapsl_two_col #welcome.gallery .inner h2 {
	font-size: 34px !important;
	line-height: 39px !important;
}

.vapsl_two_col #welcome.gallery .inner p {
	font-size: 15px;
	line-height: 25px;
}

.vapsl_two_col #welcome.gallery a.box-link.green-box {
	margin-bottom: 0;
}
.vapsl_two_col #welcome.gallery .inner {
	padding-bottom: 0;
}
.vapsl_two_col #welcome.gallery .copy-column {
	padding-bottom: 25px;
}
.rec_posts {
	border: 22px solid rgba(97, 61, 68, 1);
	border-top:none;
}
@media (min-width:1025px){
	.vapsl_two_col .gallery .photo-column {
		border: 25px solid rgba(96, 61, 68, 1.00);
		border-right: 0px solid;
	}
}
@media(max-width:600px){
	.vapsl_two_col .gallery .inner {
		padding: 40px 10% 25px 10%;
	}
}
/*Blog==================*/
#page {
	background-color: #623D44;
	width: 100%;
	padding-top: 0px;
	box-sizing: border-box;
	margin-bottom: 22px;
	overflow: hidden;
	position: relative;
}

#page-wrapper {
	padding-right: 5%;
	padding-left: 5%;
	background-color: rgba(82, 42, 52, 1.00);
}

#main {
	padding-top: 90px;
	position: relative;
	padding-bottom: 55px;
}
.cmblog .dnd-section {
	padding: 0 !important;
}

.cmblog .dnd-section> .row-fluid .dnd-column {
	padding-left: 0;
	padding-right: 0;
}

#content {
	padding: 0px 60px 20px 25px;
	box-sizing: border-box;
	border-right: 1px solid #A56878;
	width: 90%;
	position: relative;
}


.cmblog .blog {
	width: 100%;
	margin-bottom: 30px;
}

.read-more a {
	font-family: var(--secondary-font);
	background-color: rgba(65, 34, 40, 1.00);
	font-size: 14px;
	line-height: 14px;
	font-weight: 900;
	color: var(--secondary-ac-color);
	text-align: right;
	display: block;
	padding: 9px 18px 8px 8px;
	text-transform: uppercase;
	border-radius: 0px;
	letter-spacing: 0.05em;
}
.read-more a:hover {
	color: var(--secondary-ac-color);
}

.blog a {
	display: block;
}

.blog img {
	width: 100%;
	display: block;
	height: auto;
	box-sizing: border-box;
	max-width: 100%;
	margin-bottom: 22px;
}

.blog h3.news-title {
	color: var(--secondary-ac-color);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .09em;
	line-height: 20px;
	margin-bottom: 17px;
	text-transform: uppercase;
	font-family: var(--secondary-font);
}
.blog-pagination {
	border: 1px solid #a9a7a7;
	display: inline-flex;
	width:100%;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 12px;
	text-align: left;
	align-items: center;
}
.child_theme .post_body blockquote p {
	font-size: 14px;
	line-height: 24px;
}
.blog-pagination a {
	color: #8f9494;
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	padding: 0 6px 0;
}
.blog-pagination a.inactive {
	display: none;
}
.blog-pagination a:hover {
	color: #8f9494;
}
.blog-pagination>div {
	display: flex;
	align-items: center;
}

.blog-pagination a.active {
	background-color: #994253;
	color: #ffffff;
	padding: 2px 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	opacity: 0.8;
}
.blog p {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.01em;
	font-weight: 500;
	margin-bottom: 20px;
}
#share {
	width: 100%;
	text-align: right;
	margin-bottom: 35px;
}

.share {
	display: inline-block;
}

.share-socials {
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 8px 25px;
}

span.share-label {
	color: rgba(146, 153, 103, 1.00);
	font-family: var(--secondary-font);
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	margin-right: 6px;
	word-break: normal;
}

.st-custom-button img {
	width: 100%;
	max-width: 40px;
	display: block;
	padding: 0 4px;
	opacity: 0.25;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
	box-sizing: content-box;
}

article {
	display: block;
}

.post_feature_img img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.child_theme .post_body p {
	font-weight: 500;
	color: rgba(255, 255, 255, 1.0);
}

.child_theme .post_body h2 {
	max-width: 700px;
}

.post_body p a {
	text-decoration: underline;
}


.post_body ul {
	padding: 0 0 0 30px;
	margin-top: 33px;
	margin-bottom: 33px;
	padding-left: 45px;
}

.post_body ul>li {
	list-style-type: square;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 25px;
	font-weight: 500;
}
.child_theme .post_body ol {
	margin-top: 33px;
	margin-bottom: 33px;
	padding-left: 45px;
}

.child_theme .post_body ol>li {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 25px;
	font-weight: 500;
}
.side_btn {
	width: 100%;
	max-width: 265px;
	position: fixed;
	left: -400px;
	bottom: 100px;
	z-index: 200;
	animation: 1.25s ease-out 1.55s 1 slideRight;
	animation-fill-mode: forwards;
}
.child_theme .post_body h2 strong {
	font-weight: inherit;
}
.child_theme .post_body img {
	margin-bottom: 7px;
}
.two-col-content.imgCol .flex_row {
	row-gap: 0;
}
.two-col-content.imgCol .media_column.img-col{
	width: 22%;
}

.two-col-content.imgCol .content-col {
	width: 78%;
}

.two-col-content.imgCol .content-col .description {
	margin-bottom: 0;
	margin-right: 24px;
	font-size: 16px;
}

.two-col-content.imgCol .content-col .description h2 {
	color: var(--secondary-ac-color) !important;
	font-size: 2.2em;
	padding-top: 1em;
	line-height: 1.2em;
	margin-bottom: 18px;
	max-width: 700px;
}

.two-col-content.imgCol .content-col .description p {
	font-weight: 500;
	font-size: 14px;
}

.two-col-content.imgCol .content-col .description p span {
	font-size: 1.7em;
	line-height: 1.7em;
	padding-right: 2em;
}

.two-col-content.imgCol .content-col .btn-items .btn_row {
	margin-top: 0;
	padding-top: .5em;
	line-height: 24px;
	margin-bottom: 25px;
}

.two-col-content.imgCol .content-col .btn-items .btn_row a.hs-sec-btn {
	text-decoration: underline;
	font-size: 2em;
	letter-spacing: 0;
	font-weight: 500;
	text-align: center;
	text-transform: none;
	padding: 0;
	line-height: 24px;
	background-color: transparent !important;
}
section.sidebar_wrapper {
	float: left;
	width: 40%;
	margin-left: 0%;
	padding-right: 2.5%;
	position: relative;
	z-index: 40;
}

section.sidebar_wrapper img {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 22px;
	border-top: 6px solid rgba(146, 153, 103, 1.00);
	border-bottom: 6px solid rgba(146, 153, 103, 1.00);
	display: block;
}

.news_post #content {
	float: left;
	width: 60%;
}
.child_theme .side_btn a.hs-button {
	font-weight: 800;
	color: #ffffff;
	margin-left: 0;
	margin-right: 0;
	padding: 4px 25px 4px 10px;
	text-transform: uppercase;
	display: block;
	background-color: var(--secondary-ac-color);
	font-size: 13px;
	letter-spacing: 0.033em;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align: right;
	border-radius: 0;
	line-height: 24px;
	opacity: 1;
}
.child_theme .post_body h6 {
	color: #E1DED5;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	overflow: auto;
	padding: 10px 7px;
}
.child_theme .post_body h4 {
	color: var(--secondary-ac-color) !important;
}
.header_wrpp.headerV2 {
	border: 0;
	background-color: #784148;
}

.header_wrpp.headerV2 .innerImg img.hs-image-widget {
	margin-bottom: 2px;
	margin-top: 5px;
}
.header_wrpp.headerV2 .innerCnt {
	background-color: inherit;
}
@media(max-width:1024px){
	#page-wrapper {
		padding-right: 10%;
		padding-left: 10%;
	}
	.child-trigger {
		display: block;
		margin: 0;
		position: absolute;
		width: 50px;
		height: 45px;
		cursor: pointer;
		top: 0;
		right: 0;
	}
	.header_wrpp .menuWrpp .hs-menu-wrapper {
		padding: 0 22px;
	}

	.header_wrpp .menuWrpp .hs-menu-wrapper>ul {
		padding: 22px 25px 35px;
	}

	.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li:first-child {
		padding-top: 0;
	}

	.header_wrpp .menuWrpp .hs-menu-wrapper>ul>li:last-child {
		padding-bottom: 0;
	}
}
@media (max-width: 959px) {
	article.node {
		border-bottom: 1px solid #aeb086;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.two-col-content.imgCol .media_column.img-col {
		width: 100%;
		padding-right: 0;
	}
	.two-col-content.imgCol .content-col .description {
		margin-bottom: 0;
		margin-right: 0;
	}
	.two-col-content.imgCol .content-col {
		width: 100%;
		padding: 0 1em;
	}
}
@media (max-width: 719px) {
	section.sidebar_wrapper {
		width: 100%;
	}

	.news_post #content {
		width: 90%;
	}
}
@media (max-width: 767px) {
	#content {
		padding: 0px;
		box-sizing: border-box;
		border-right: 0px none;
		width: 100%;
		position: relative;
	}
	.news_post #content {
		width: 100%;
	}
	article.node .post_body img {
		width: 100% !important;
		float: none !important;
		padding-left: 0 !important;
	}
}


@keyframes slideRight {
	from {
		transform: translateX(0px);
		opacity: 0;
	}

	to {
		transform: translateX(400px);
		opacity: 1;
	}
}

.bnr_wrp.fullheight.noHeaderBanner.hm_slider .splide__arrows {
	display: block;
}