/* TypoGraphy */
@import url('//fonts.googleapis.com/css?family=Abril+Fatface');
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html,
body {
	width: 100%;
	/* overflow-x: hidden; */
}
body {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
}
body {
	background: #fff;
	color: #1B1B1C;
	overflow-x: hidden;
	/* display: flex;
	flex-direction: column;
	min-height: 100vh; */
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a,
a:hover {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0px 0 32px;
	padding: 0px;
	color: #2C586B;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #2C586B;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #707070;
}
h1 {
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
	font-size: 50px;
	line-height: 60px;
}
h2 {
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
	font-size: 50px;
	line-height: 60px;
}
h3 {
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
	font-size: 50px;
	line-height: 60px;
}
h4 {
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
	font-size: 50px;
	line-height: 60px;
}
h5 {
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
	font-size: 50px;
	line-height: 60px;
}
h6 {
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
	font-size: 50px;
	line-height: 60px;
}
p {
	font-size: 22px;
    line-height: 27px;
    margin: 0 0 25px;
	padding: 0;
	color: #707070;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 0;
	margin: 0px;
}
ol {
	padding-left: 0;
	padding-bottom: 20px;
	counter-reset: listitem;
}
ol li {
	list-style: none;
	position: relative;
	padding-left: 22px;
}
ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.')'.';
    color: #4B97B8;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    margin-left: -26px;
}
li {
	font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #707070;
    padding-left: 22px;
    display: block;
    position: relative;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
}
ul li::before {
	content: "\f105";
	font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #4B97B8;
    margin-left: -22px;
}
li a {
    color: #4B97B8;
    text-decoration: underline;
}
li a:hover {
	color: #4B97B8;
	text-decoration: none;
}
/*  Custom Ordered Lists */
ol.phases {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
ol.phases li {
    counter-increment: my-awesome-counter;
    display: flex;
    width: 100%;
    font-size: 0.8rem;
    margin:2em 0;
    padding: 1em 2em;
}
ol.phases li:last-child {
    border-bottom: none!important;
}

ol.phases li::before {
    content: "0" counter(my-awesome-counter);
    font-weight: bold;
    font-size: 8rem;
    margin-right: 0.5rem;
    font-family: 'Abril Fatface', serif;
    line-height: .7;
    transition: .5s ease all;
    color:#2C586B;
}

ol.phases li:hover::before {
    font-size: 8.5rem;
}
ol.phases li > div {
    margin-left: 9rem;
}
ol.phases li > div h3 {
    font-size: 1.75em;
    line-height: 1em;
    margin-bottom: 0;
    margin-left: 10px;
}
ol.phases li > div p {
    padding: 5px 10px 20px 10px;
    font-size: 1.2em;
    line-height: 1.5em;
    border-bottom: dotted #4B97B8;
}

a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #4B97B8;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #707070;
}

ol.phases.fall li::before {
    color:#d97f5e;
}
ol.phases li > div p {
    border-bottom: dotted #d97f5e;
}
ol.phases.fall  li > div h3,
ol.phases.fall a {
    color: #d97f5e;
}

button {
	padding: 0;
	background-color: transparent;
	border: none;
}
.btn {
    color: #fff;
    background: #4B97B8;
    border-radius: 10px;
    min-width:243px;
    min-height: 59px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 20px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    padding: 0px 30px;
	text-transform: uppercase;
}
.btn:hover {
    background: #2c586b;
    color: #fff;
}


.btn-outline {
    color: #4B97B8;
    background: none;
    border-radius: 10px;
    border: 2px solid #4B97B8;
    min-width:243px;
    min-height: 59px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 20px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    padding: 0px 30px;
    text-transform: uppercase;
}
.btn-outline:hover {
    color: #2c586b;
    background: none;
    border-radius: 10px;
    border: 2px solid #2c586b;
}

.nav-overlay {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
    z-index: 2;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    opacity: 0;
    visibility: hidden;
}
.mobile-menu .nav-overlay {
    visibility: visible;
    opacity: 1;
}
body.mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/** ================== // HEADER CSS START // ================== **/
.header {
    position: relative;
    padding: 22px 0px 36px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
}

.header-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.navigation .moblelogo {
	display: none;
}
.logo {
	width: 335px;
	height: 175px;
}
.logo img {
  width: 100%;
}
.main-nav .menu-bar {
	display: none;
}
.main-nav {
    width: calc(100% - 335px);
    padding-left: 151px;
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.header-top-level {
    margin: 0 0 auto;
    padding: 0 0 43px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px #4B97B8 solid;
    width: 100%;
}
.site-client-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 12px;
}
.site-client-logo figure {
    margin: 0 21px 0 0;
    padding: 0;
	transition: 0.7s;
}
.site-client-logo figure:hover {
    transform: translateY(-5px);
}
.site-client-logo figure:last-child{margin-right: 0;}
.header-rlt-part {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin-left: auto;
}
.social-all-icon img {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}
.social-all-icon img:hover {
    filter: grayscale(1);
}
.social-all-icon {
    margin-top: 4px;
}
.social-all-icon a {
    margin-left: 15px;
}
.hd-btn-number {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.hd-btn-number a {
    font-size: 30px;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    margin: 0;
    margin-left: 45px;
    margin-top: 4px;
}
.hd-btn-number a:last-child{
	margin-right: 0;
}
.hd-btn-number a.btn{
	font-size: 20px;
	margin-right: 0;
	margin-top: 0;
}
.navigation {
    margin-top: auto;
    width: 100%;
}
.nav-manu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-manu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    width: 100%;
}
.nav-manu ul li {
    position: relative;
    padding: 0;
	margin:20px 73px 0 0;
	font-size: 20px;
    color: #707070;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
}
.nav-manu ul li::before{
	display: none;
}
.nav-manu ul li:last-child {
	margin-right: 0px;
}
.nav-manu ul li a {
    text-decoration: none !important;
    padding: 0;
	margin: 0;
    color: #707070;
}
.nav-manu ul li a:hover {
    color: #4B97B8;
}
.nav-manu ul li.current-menu-item a {
    color: #4B97B8;
}
.login-nav {
    min-width: 168px;
    text-align: right;
    margin-left: 46px;
}
.login-nav a.btn-red {
    min-width: 199px;
    min-height: 54px;
    font-size: 12px;
    letter-spacing: 1.2px;
}
/** SUB MENU **/

.navigation ul li ul.sub-menu {
    position: absolute;
    display: block;
    top: 25px;
    width: auto;
    transform: scale(1, 0);
    transition: all 0.5s;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    min-width: 249px;
    left: 0;
    z-index: 1999;
    padding: 10px 0 0;
    width: auto;
    border-radius: 0;
}
.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}
.navigation ul li ul.sub-menu li {
	padding: 0;
	width: 100%;
	margin: 0px 0 0;
	transition: .4s;
	border-bottom: none;
	position: relative;
	border-bottom: 1px solid #eee;
	background:#4b97b8;
}
.navigation ul li ul.sub-menu li::after {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	right: 15px;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}
.navigation ul li ul.sub-menu li a {
    display: block;
    padding: 12px 15px;
    color: #fff;
    text-transform: none;
}
.navigation ul li ul.sub-menu li a::after {
	display: none;
}
.navigation ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}
.navigation ul li ul.sub-menu li:hover {
    background-color: #2c586b;
}
.navigation ul li ul.sub-menu li.current-menu-item {
	background-color: #2c586b;
}

.navigation ul li ul.sub-menu li.current-menu-item a {
	color: #fff;
}
.navigation ul li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
}
.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}
.navigation .menu-item-has-children > a {
    margin-right: 20px;
}
.navigation .menu-item-has-children > a::before {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    transition: 0.4s;
    border-top: none;
    border-right: none;
    margin-top: 3px;
    font-size: 25px;
    font-weight: normal;
}
.navigation ul li.menu-item-has-children:hover a::before {
	border-color: #519342;
	transition: 0.4s;
}
.navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children a::before {
    right: 15px;
	margin-top: -4px;
    transform: rotate(-135deg);
}
.navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover a::before {
    border-color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children a::before {
    border-left-color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover a::before {
    border-left-color: #ffffff;
}
.navigation ul li ul.sub-menu li a:hover {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu li a {
	color: #091807;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
	color: #091807;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
	color: #091807;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
	color: #fff;
}

/** ================== // HEADER CSS END // ================== **/


/** ================== // SLIDER CSS START // ================== **/
.hero-section{
	margin: 0;
	padding: 0;
}

.hero-warpper{
	display: flex;
	flex-wrap: wrap;
}

.hero-left-col-7 {
    width: 65.94%;
}
.hero-home-slider {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 0 25px;
}
.hero-left-col-12 {
    width: 100%;
}
.hero-img-full-tag{
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.hero-home-slider .slick-list{
	margin: 0 -5px;
}
.hero-home-slider .slick-slide > div {
    display: flex;
    flex-wrap: wrap;
	padding: 0 5px;
}
.hero-img-full-tag::after{
	content: "";
	background: rgb(128,128,128);
	background: linear-gradient(90deg, rgba(128,128,128,1) 0%, rgba(255,255,255,1) 70%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	mix-blend-mode: multiply;
}
.hero-img-full-tag img {
    width: 100%;
    height: 496px;
	object-fit: cover;
}
.hero-absolute-info{
	position: absolute;
	bottom: 35px;
	left: 44px;
	max-width: 635px;
	z-index: 1;
}
.hero-absolute-info h1 {
    color: #fff;
    margin: 0 0 15px;
    padding: 0 0 20px;
    position: relative;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.16);
}
.hero-absolute-info h1::before{
	content: "";
	background: #4B97B8;
	height: 5px;
	width: 500px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.hero-absolute-info p{
	color: #fff;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
	font-size: 20px;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.16);
}
.hero-left-info {
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.hero-img-01 {
    width: 50%;
    padding: 0 20px;
}
.hero-item-warp{
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	background: #2C586B;
	align-items: center;
	transition: 0.7s;
}
.hero-item-warp:hover {
    transform: translateY(-5px);
}
.hero-item-info {
    width: 50%;
    padding: 15px 23px;
}
.hero-item-info h2 {
	font-family: 'Arial Bold';
	font-weight: bold;
    font-size: 26px;
    line-height: 31px;
	color: #2C586B;
	margin: 0 0 5px;
	padding: 0;
}
.hero-item-info p{
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-family:'Helvetica Neue LT Std Roman';
}
.hero-item-img{
	width: 50%;
}
.hero-item-img img{
	width: 100%;
}
.hero-item-warp.blue-bolor {
    background: #4B97B8;
}
.hero-item-warp.bg-bolor-1 {
    background: #A7CEA2;
}
.hero-item-warp.bg-bolor-2 {
    background: #F9E5A3;
}
.hero-item-warp.bg-bolor-3 {
    background: #F2EBD5;
}
.hero-item-warp.bg-bolor-4 {
    background:#D98859;
}
.hero-item-warp.blue-bolor .hero-item-info h2 {
    color: #2C586B;
}
.hero-img-01:nth-child(1) .hero-item-info h2 {
    color: #fff;
	margin: 0;
}
.hero-left-col-5{
	width: 34.06%;
	padding-left: 40px;
}

.hero-left-col-5 .hero-item-warp {
    margin-bottom: 25px;
    align-items: center;
}
.hero-left-col-5 .hero-item-warp:last-child{
	margin-bottom: 0;
}
.bg-bolor-2 .hero-item-info p {
    color: #707070;
}
.bg-bolor-3 .hero-item-info p {
    color: #707070;
}
body .hero-home-slider .slick-prev {
    right: 89px;
}
.hero-home-slider .slick-prev, .hero-home-slider .slick-next {
    background-color: inherit;
    left: auto;
    right: 53px;
    bottom: -16px;
    top: auto;
}
.covid-19-fixed {
    font-size: 18px;
    position: fixed;
    width: auto;
    height: auto;
    z-index: 9;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    left: -620px;
    top: 362px;
}
.covid-content {
    float: left;
    display: block;
    width: 620px;
    height: 100%;
    padding: 3% 20px 3% 3%;
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
    /* overflow-y: scroll; */
    background: #fff;
    border: 2px solid #ccc;
    height: 223px;
    border-right: 0px;
}
.covid-19-fixed a.btn {
    border-radius: 0 0 10px 10px;
    font-family: 'Helvetica Neue LT Std Roman';
    font-size: 18px;
    min-height: 50px;
    font-weight: normal;
    min-width: 223px;
    position: absolute;
    top: 86px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: -135px;
}
.mCSB_inside > .mCSB_container {
    padding-right: 10px;
}
.covid-content ul, .covid-content ol {
    margin-bottom: 0;
}
.covid-content p, .covid-content ul li, .covid-content ol li {
    font-size: 18px;
    line-height: 22px;
    color: #707070;
    font-family: 'Helvetica Neue LT Std Roman';
}
.covid-19-fixed.active {
    left: 0px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background:#2c586b !important;
    background-color: #2c586b !important;
    opacity: 1 !important;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	opacity: 1 !important;
}
.mCSB_scrollTools {
    opacity: 1 !important;
}
.mCSB_scrollTools .mCSB_buttonDown {
    display: none !important;
}
/** ================== // SLIDER CSS END // ================== **/


/** ================== // WE PARTNER LOG SECTION START // ================== **/

.page-template-page-home .hero-section {
    padding-bottom: 69px;
}
.partner-home-section{
	margin: 0;
	padding: 0px 0 31px;
}

.partner-logo{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 0 81px;
}
.partner-logo figure {
	margin: 0 42px;
	padding: 0;
	transition: 0.7s;
}
.partner-logo figure:hover {
    transform: translateY(-5px);
}
.partner-heading{
	text-align: center;
	margin: 0;
	padding: 0 350px;
}

.partner-heading h3{
	margin: 0 0 5px;
	padding: 0;
	line-height: 40px;
}
.partner-heading p{
	font-family: 'Helvetica Neue LT Std Roman';
	line-height: 40px;
}
.partner-heading ul, .partner-heading ol {
    margin-bottom: 0;
}
.partner-heading ul li, .partner-heading ol li {
    padding: 0px 22px;
    margin: 0 0 10px;
}
/** ================== // WE PARTNER LOG SECTION  END // ================== **/


/** ================== // INTEREST-FINANCING SECTION  START // ================== **/
.interest-financing-section {
    margin: 0;
    padding: 37px 0;
    background: #F1F1F1;
}
.heading{
	text-align: center;
}
.heading h1, .heading h2, .headin h3, .heading h4, .heading h5, .heading h6{
	font-size: 50px;
	line-height: 60px;
}

.interest-warrper{
	display: flex;
	flex-wrap: wrap;
	margin:0 -7px 46px;
    justify-content: center;
}

.interest-col-4 {
    width: 33.33%;
    padding: 0 25px;
    margin-bottom: 35px;
}
.interest-col-4:last-child {
    margin-bottom: 0;
}
.interest-free-info{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	text-align: center;
	padding: 69px 20px;
	position: relative;
	z-index: 1;
	transition: 1s;
}
.interest-free-info:hover {
    background: #4b97b8;
}
.interest-free-info:hover::after{
	border-color: #fff;
}
.interest-free-info:hover .free-text {
    color: #fff;
}

.interest-free-info:hover h5 {
    color: #fff;
}
.interest-free-info:hover h5 a{
    color: #fff;
}
.interest-free-info:hover p {
    color: #fff;
}
.interest-free-info:after{
	content: "";
	border: 3px #4B97B8 solid;
	position: absolute;
	top: 17px;
	left: 17px;
	right: 17px;
	bottom: 17px;
	border-radius: 10px;
	z-index: -1;
}

.free-text {
    font-size: 100px;
    color: #4B97B8;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
	text-transform: uppercase;
    margin: 0 0 35px;
    padding: 0;
    line-height: 75px;
	transition: 1s;
}

.interest-free-info h5{
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
	transition: 1s;
}
.interest-free-info p{
	transition: 1s;
}
.free-estimate-btn{
	text-align: center;
}
.free-estimate-btn .btn{
	margin: 0 0 22px;
}
.free-estimate-btn p{
	font-style: italic;
}
/** ================== // INTEREST-FINANCING SECTION  END // ================== **/



/** ================== // AFTER BEFORE SECTION CSS START // ================== **/
.after-before-gallery-review-section {
    padding: 40px 0px 65px;
}
.after-before-gallery-review-section .container {
    max-width: 1830px;
}
.heading {
    text-align: center;
}
.heading h3 {
    text-align: center;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 50px;
    color: #2C586B;
    line-height: 60px;
    margin-bottom: 0;
}
.heading p {
    color: #707070;
    font-size: 22px;
    font-family: 'Helvetica Neue LT Std Roman';
    line-height: 37px;
    font-weight: normal;
    margin-bottom: 40px;
}
.after-before-gallery-review-outter {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.after-before-gallery-item {
    width: 1055px;
    padding-left: 20px;
}
.after-before-gallery-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.beer-slider {
    width: 48.80%;
    margin-bottom: 12px;
    margin-left: 24px;
}
.beer-slider img {
    height: 253px !important;
    object-fit: cover;
    width: 100%;
    border-radius: 15px !important;
}
.beer-slider:nth-child(2n + 1) {
    margin-left: 0;
}
.beer-reveal {
    border-right: 2px solid #fff;
}
.after-before-gallery-review-outter h4 {
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 50px;
    color: #2C586B;
    line-height: 60px;
    margin-bottom: 30px;
}
.google-review-item {
    width: 610px;
    margin-left: 77px;
}
.google-review-item .site-client-logo {
    padding-top: 75px;
}
.after-before-examples-block {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.after-before-examples-block .btn {
    border-radius: 0;
    padding: 0px 24px;
    margin-right: 55px;
}

.after-before-examples-block a.btn-link {
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 20px;
    color: #4B97B8;
}
.after-before-examples-block a.btn-link:hover {
    color: #2c586b;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: none !important;
    opacity: 1 !important;
}
/** ================== // AFTER BEFORE SECTION CSS START // ================== **/


/** ================== // OUR CLIENT SECTION CSS START // ================== **/
.our-client-section {
    margin-bottom: 65px;
}
.our-client-outter {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.our-client-item {
    width: 50%;
    padding: 0px 20px;
    margin-bottom: 20px;
}
.our-client-img-wrap {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.our-client-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.our-client-info {
    position: relative;
    transition: 0.7s;
}
.our-client-info:hover {
    transform: translateY(-5px);
}
.our-client-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.our-client-details-inner {
    height: 100%;
    padding-top: 25px;
    padding-left: 19px;
    max-width: 510px;
}
.our-client-details h3 {
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 40px;
}
.btn-white {
    display: inline-flex;
    border-radius: 50px;
    background: #fff;
    color: #4B97B8;
}
.btn-white:hover {
    background: #2C586B;
    color: #fff;
}
.our-client-details .btn-white {
    margin-top: 20px;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}

.google-review-block {
    height: 482px;
}
.huVKUn {
    font-family: 'Helvetica Neue LT Std Roman';
}
.kzddPn {
    font-family: 'Helvetica Neue LT Std Roman';
    font-weight: 400 !important;
}
.ezwNNr {
    font-family: 'Helvetica Neue LT Std Roman';
    font-weight: 400 !important;
}
.google-review-item .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #ccc;
    background-color: #ccc !important;
    box-shadow: none !important;
    opacity: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.google-review-item .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px !important;
}
.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    box-shadow: none !important;
	width: 8px !important;
}
/** ================== // OUR CLIENT SECTION CSS END // ================== **/

/** ================== // VIRTUAL TOUR CSS START // ================== **/
.virtual-tour-section {
    margin-bottom: 122px;
}
.virtual-tour-outter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.virtual-tour-info {
    width: 577px;
}
.virtual-tour-info-inner {
    padding-left: 48px;
}
.virtual-tour-info h5 {
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 50px;
    color: #2C586B;
    line-height: 60px;
    margin-bottom: 40px;
}
.virtual-tour-info p {
    color: #939598;
    font-size: 30px;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    line-height: 37px;
    margin-bottom: 40px;
}
.virtual-tour-img-wrap {
    position: relative;
    width: 1185px;
}
.virtual-tour-img-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    z-index: 0;
    height: auto;
    text-align: center;
    transform: translateY(-50%);
}
.virtual-tour-img-info h4 {
    margin: 0;
    font-family: 'Arial Bold';
    font-weight: bold;
    font-size: 110px;
    color: #FFF;
    line-height: 100%;
    text-transform: uppercase;
}
.ftr-contact {
    overflow: hidden;
    padding: 0px 0 23px;
    max-width: 325px;
}
.ftr-contact figure {
    width: 40px;
    margin: 1px 0 0;
    float: left;
}
.ftr-contact figcaption {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    float: right;
    padding: 0px 0px 0 32px;
}
.ftr-contact p {
    color: #939598;
    font-size: 30px;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    line-height: 37px;
    margin: 0px;
}
.ftr-contact p a {
    color: #939598;
    text-decoration: none !important;
}
.ftr-contact p a:hover {
    color: #2c586b;
    text-decoration: none !important;
}
.virtual-tour-address {
    margin-bottom: 5px;
}
.virtual-tour-logo-section {
    margin-bottom: 36px;
}
.virtual-tour-logo-section img {
    transition: 0.7s;
}
.virtual-tour-logo-section img:hover {
    transform: translateY(-5px);
}
.get-directions-btn a.btn:hover {
    background: #2c586b;
    color: #fff;
}
.virtual-tour-img-wrap iframe {
    width: 100%;
    height: 731px;
}
/** ================== // VIRTUAL TOUR CSS END // ================== **/

/** ================== // SITE FOOTER CSS START // ================== **/
.site-footer {
    background: #2C586B;
    padding: 57px 0px 57px;
}
.site-footer .container {
    max-width: 1850px;
    padding: 0px 96px;
}
.footer-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 42px;
}
.footer-widget-about {
    width: 350px;
}
.footer-widget-menu {
    width: 290px;
    margin-left: 135px;
}
.footer-widget h6 {
    font-family: 'Arial Bold';
    font-weight: bold;
    font-size: 30px;
    color: #4B97B8;
    line-height: 34px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}
.footer-widget-menu.footer-window-treatments-menu {
    width: 303px;
    margin-left: 101px;
}
.footer-link ul {
    padding: 0;
    margin: 0px;
}
.footer-link ul li {
    list-style-type: none;
    padding: 0;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-link ul li::before {
    display: none;
}
.footer-link ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-link ul li a:hover {
    color: #4b95ac;
}
.footer-link ul li.current-menu-item a {
    color: #4b95ac;
}
.footer-widget-location {
    width: 412px;
    margin-left: 159px;
}
.footer-map {
    padding-top: 5px;
    margin-left: 5px;
}
.footer-map iframe {
    width: 100%;
    height: 243px;
}
.footer-logo-outter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-logo {
    margin-bottom: 20px;
    min-height: 157px;
}
.footer-client-logo {
    margin-bottom: 21px;
    min-height: 134px;
}
.footer-client-logo p {
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
}
.footer-logo-outter figure {
    margin-right: 16px;
	transition: 0.7s;
}

.footer-logo-outter figure img {
    max-width: 74px;
}
.footer-logo-outter figure:hover {
    transform: translateY(-5px);
}
.footer-logo-outter figure:last-child {
    margin-right: 0;
}
.white-border-btn {
    min-width: 329px;
    min-height: 79px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fff;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
}

.white-border-btn:hover, .white-border-btn:focus {
    background: #4b95ac;
    color: #fff;
    border-color: #4b95ac;
}
.copyright-left p {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    line-height: 122%;
}
.copyright-line {
    margin-top: 16px;
}
.footer-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.copyright-left {
    width: 577px;
}
.footer-dealer-logo {
    width: 604px;
}
.footer-dealer-logo h6 {
    font-family: 'Arial Bold';
    font-weight: bold;
    font-size: 20px;
    color: #4B97B8;
    line-height: 34px;
    margin-bottom: 21px;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
}
.footer-dealer-logo-outter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-dealer-logo-outter figure {
    margin-right: 47px;
}
.footer-dealer-logo-outter figure:last-child {
    margin-right: 0;
}
.footer-dealer-logo {
    width: 604px;
    margin-top: -15px;
}
.mobile-top-level{
	display: none;
}
/** ================== // SITE FOOTER CSS END // ================== **/

.videofullwidth {
    width: 100%;
    height: 100%;
    display: flex !important;
    flex-wrap: wrap;
    background: #000;
}
.videofullwidth video {
    width: 100%;
    height:496px;
    object-fit: cover;
    display: flex;
    opacity: 0.5;
}

.video-youtube{
	height: 496px;
}
.video-youtube::after{
	display: none;
}

.iframefullwidth {
	padding: 0px;
	border-bottom: none;
	overflow: hidden;
	padding-top: 56.25%;
}





.iframefullwidth iframe {
	display: block;
	width: 100% !important;
	border: none;
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}



/* TEAM PAGE CSS START */
.team-banner-section {
    margin-top: 58px;
}
.team-banner-section .hero-img-full-tag img {
    height: 715px;
}
.team-banner-section .hero-img-full-tag::after {
    opacity: 0;
}
.team-banner-section .hero-absolute-info h1 {
    font-size: 70px;
    line-height: 80px;
}
.team-banner-section .hero-absolute-info p {
    font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 22px;
}
.team-banner-section .hero-absolute-info {
    bottom: 40px;
    left: 53px;
}
.team-section {
    margin: 109px 0 0;
}
.team-wrapper {
    padding: 0 88px;
}
.team-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 150px;
}
.team-avatar {
    width: 50%;
    text-align: center;
}
.team-avatar figure {
    margin: auto;
    width: 410px;
    border-radius: 10px;
    overflow: hidden;
    transition: .7s;
}
.team-avatar figure:hover {
    transform: translateY(-10px);
}
.team-avatar figure img {
    display: block;
    border-radius: 10px;
    margin: auto;
}
.page-template-page-team .team-avatar figure img {
    height: 512px;
    object-fit: cover;
}
.team-info {
    width: 50%;
}
.team-info h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}
.team-info span {
    display: block;
    color: #4B97B8;
    font-size: 30px;
    line-height: 36px;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
}
.team-info p {
    color: #707070;
    font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
}
.team-contact {
    margin-bottom: 35px;
}
.team-contact p {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
}
.team-contact p a {
    color: #707070;
}
.team-contact p a:hover {
    color: #4B97B8;
    text-decoration: underline;
}
.team-wrapper .team-list:nth-child(even) {
    flex-direction: row-reverse;
}
.team-wrapper .team-list:nth-child(even) .team-info {
    text-align: right;
}
.page-template-page-team .team-wrapper .team-list:nth-child(even) .team-info ul li,
.page-template-page-team .team-wrapper .team-list:nth-child(even) .team-info ol li {
    padding-left: 0;
    padding-right: 22px;
}
.page-template-page-team .team-wrapper .team-list:nth-child(even) .team-info ol li::before,
.page-template-page-team .team-wrapper .team-list:nth-child(even) .team-info ul li::before {
    right: 0;
}
/* TEAM PAGE CSS END */



/* SHOWROOM PAGE CSS START */
.showroom-section {
    margin-top: 82px;
    margin-bottom: 60px;
}
.showroom-heading-section {
    width: 100%;
	margin: 0 0 88px;
}
.showroom-heading-section h1 {
    padding-bottom: 23px;
    margin-bottom: 15px;
    font-size: 70px;
    position: relative;
}
.showroom-heading-section h1::before {
    content: "";
    background: #4B97B8;
    height: 5px;
    width: 469px;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.showroom-wrapper {
    padding: 0 116px;
}
.showroom-heading-section p {
    font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 22px;
    color: #707070;
}
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper #circle-play-b img {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
#video-container {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.video-outer {
    padding: 0px;
    border-bottom: none;
    overflow: hidden;
    padding-top: 51.50%;
    position: relative;
}
.video-outer iframe {
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
.showroom-video-section {
    padding: 0 58px 87px;
}
.video-iframe-tag {
    padding: 0px;
    border-bottom: none;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    display: block;
}
.hero-videoiframe iframe {
    display: block;
    width: 100% !important;
    border: none;
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 10px;
}
.playicon-parent.youtube-playicon-parent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0px;
    right: 0;
    text-align: center;
}
.video-cover-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.video-cover-img img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    border-radius: 10px;
}
.youtube-playicon-parent .playicon {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.hero-video a {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
}
.hero-videoiframe .video-iframe-tag {
    padding-top: 51.90%;
}
.playicon-text h3 {
    color: #fff;
    margin-bottom: 75px;
}
.playicon-text {
    padding-top: 137px;
}
/* SHOWROOM PAGE CSS END */


/* CONTACT PAGE CSS START */
.contact-left {
    width: 680px;
}
.contact-left-wrapper {
    padding-right: 170PX;
}
.showroom-wrapper .contact-left  h1 {
    display: block;
}
.contact-left .showroom-heading-section {
    margin-bottom: 70px;
    margin-top: 10px;
}
.contact-left-info span {
    display: block;
    color: #4B97B8;
    font-size: 28px;
    line-height: 33px;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
}
.contact-left-info p {
    color: #707070;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    padding: 0;
    margin: 0;
}
.contact-left-info {
    padding-right: 27px;
    padding-bottom: 33px;
}
.contact-left-info:last-child {
    padding-bottom: 0;
}
.contact-left-info p strong {
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
}
.contact-left-info p a {
    color: #707070;
}
.contact-left-info p a:hover {
    color: #4B97B8;
    text-decoration: underline;
}
.contact-left-info p em {
    font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-style: italic;
}
.contact-us-section .showroom-wrapper {
    padding-right: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-right {
    width: calc(100% - 680px);
}
.contact-map {
    width: 100%;
    height: 100%;
}
.contact-map iframe {
    height: 735px;
}
.contact-us-section {
    margin-top: 72px;
    margin-bottom: 90px;
}
/* CONTACT PAGE CSS END */


/* AUTOMATION PAGE CSS START */
.automation-page-section .showroom-video-section {
    padding: 0 64px 55px;
}
.automation-group-section {
    margin: 150px 0 0;
}
.automation-group-section .team-info h2 {
    margin-bottom: 47px;
}
.automation-group-section .team-info p {
    line-height: 40px;
}
.automation-group-section .team-wrapper {
    padding: 0 180px;
}
.automation-group-section .team-avatar {
    width: 55%;
    text-align: center;
}
.automation-group-section .team-info {
    width: 45%;
}

.automation-group-section .team-list .team-avatar figure img {
    border-radius: 0;
}
.automation-group-section .team-avatar figure {
    width: auto;
}
.apps-btn {
    width: 255px;
}
.apps-btn a {
    display: block;
}
.apps-btn a + a {
    margin-top: 12px;
}
.automation-group-section .team-wrapper .team-list:nth-child(even) .team-info {
    text-align: left;
}
.automation-group-section .team-list {
    align-items: center;
}
.automation-group-section .team-wrapper .team-list:nth-child(odd) .team-avatar figure img {
    margin: 0;
}
/* AUTOMATION PAGE CSS END */


/* FAQS PAGE CSS START */
.faq-section .showroom-heading-section h1 {
    margin-bottom: 20px;
}
.faq-content {
    margin: 0;
}
.faq-content h6 {
    color: #4B97B8;
    font-size: 28px;
    line-height: 33px;
    margin: 0;
}
.faq-content ul, .faq-content ol {
	margin: 0px;
}
.faq-content p {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 34px;
}
.faq-content ul li, .faq-content ol li {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
}
.faq-section {
    margin-bottom: 80px;
}
/* FAQS PAGE CSS END */


/* NEWS & RESOURCES PAGE SECTION START */
.news-resources-page-section {
    margin: 0;
    padding: 81px 0 87px;
}
.news-resources-warpper{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 126px;
}
.news-resources-left-col{
	width: 71.8%;
}

.news-resources-info {
    margin: 0 0 87px;
    padding: 0;
}
.news-resources-info h2 {
    margin: 0 0 35px;
    padding: 0;
    line-height: 37px;
}
.news-resources-info figure{
	overflow: hidden;
}
.news-resources-info figure img{
	transition: 1s;
}
.news-resources-info figure img:hover{
	transform: scale(1.05);
}
.post-meta{
	margin: 0 0 18px;
}
.post-meta p strong {
    color: #4b97b8;
}

.post-meta p a{
	color: #707070;
}
.post-meta p a:hover{
	color: #4b97b8;
}
.news-resources-info p i {
    font-size: 30px;
    line-height: 36px;
	font-family: 'Helvetica Neue LT Std It';
}

body .wp-pagenavi{
	margin: 0;
	padding: 0;
}
body .wp-pagenavi span:first-child {
    padding: 0 25px 0 0;
	display: none;
}
body .wp-pagenavi a, body .wp-pagenavi span {
    font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
    font-size: 28px;
    color: #707070;
    display: inline-block;
    padding: 14px 27.23px;
	border-radius: 10px;
	border: none;
}
body .wp-pagenavi a.page{
	border: 3px transparent solid;
}
body .wp-pagenavi .current{
	border: 3px #4B97B8 solid !important;
}
body .wp-pagenavi a.page:hover{
	border: 3px #4B97B8 solid !important;
}

body .wp-pagenavi .firstpostslink, body .wp-pagenavi .lastpostslink{
	color: #4B97B8;
	padding-left: 0;
	padding-right: 0;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
}
body .wp-pagenavi .firstpostslink {
    margin-right: 20px;
}
body .wp-pagenavi .lastpostslink {
    margin-left: 20px;
}
body .wp-pagenavi .nextpostslink {
    color: #4b97b8;
}
body .wp-pagenavi .previouspostslink {
    color: #4b97b8;
}
.news-ads-right {
    width: 28.2%;
    padding-left: 47px;
}
.news-ads-info {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
	margin: 0 0 52px;
}
.news-ads-info::after{
	content: "";
	background: rgb(128,128,128);
	background: linear-gradient(90deg, rgba(128,128,128,1) 0%, rgba(255,255,255,1) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	mix-blend-mode: multiply;
}
.news-ads-info figure{
	margin: 0;
	padding: 0;
}
.ads-text-show {
    position: absolute;
    top: 0;
    padding: 85px 22px 27px;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    z-index: 1;
}

.ads-text-show h1{color: #fff;}
.ads-text-show h2{color: #fff;}
.ads-text-show h3{
	color: #fff;
	padding-right: 60px;
	margin-bottom: 30px;
}
.ads-text-show h4{
	color: #fff;
}
.ads-text-show a.btn {
    border-radius: 73px;
    background: #fff;
    color: #4b97b8;
	margin-top: auto;
}
.ads-text-show a.btn:hover {
    background: #4b97b8;
    color: #fff;
}
.news-ads-even .ads-text-show {
    padding-top: 127px;
	padding-bottom: 43px;
}
/* NEWS & RESOURCES PAGE SECTION END */

.mac .btn{
	padding-top: 6px;
}
.mac .after-before-examples-block .btn{
	padding-top: 6px;
}
.mac .white-border-btn{
	padding-top: 6px;
}

.team-info figure{
	display: none;
}
.mac .navigation .menu-item-has-children > a::before {
    margin-top: -3px;
}
.mob-number-btn {
    display: none;
}
.site-client-logo figure img {
    max-height: 50px;
}



/* REBATES PAGE SECTION CSS START */

.rebates-page-section {
    padding: 83px 0 175px;
}
.rebates-page-section .container {
    max-width: 1642px;
}
.rebates-page-section .showroom-heading-section {
    text-align: center;
    margin-bottom: 50px;
}
.rebates-page-section  .showroom-heading-section h1::before {
    left: 0;
    right: 0;
    margin: auto;
}
.rebates-box-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 37px;
}
.rebates-item-info {
    width: 360px;
    text-align: center;
}
.rebates-heading-wrap figure {
    margin-bottom: 35px;
    border-radius: 10px;
    overflow: hidden;
}
.rebates-heading-wrap figure {
	transition: 0.7s;
}
.rebates-heading-wrap figure:hover{
	transform: translateY(-5px);
}
.rebates-item-info .logo-wrap {
    margin-bottom: 61px;
}
.rebates-item-info .logo-wrap img {
    transition: 0.7s;
}
.rebates-item-info .logo-wrap img:hover{
    transform: translateY(-5px);
}
.rebates-heading-wrap h3 {
    font-size: 30px;
    position: relative;
    line-height: 36px;
    margin: 0 9px 32px;
    padding-bottom: 22px;
}
.rebates-heading-wrap h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    width: 332px;
    background: #4B97B8;
    margin: 0 auto;
}
.rebates-content h4 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 8px 0;
}
.rebates-content p {
    margin-bottom: 0;
}
.rebates-content span {
    color: #939598;
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
.rebates-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    width: 89px;
    background: #4B97B8;
    margin: 0 auto;
}
.rebates-content {
    position: relative;
    padding-top: 65px;
    margin-top: 65px;
}
.rebates-first-con{
	padding: 0;
	margin: 0;
}
.rebates-description-list .rebates-content:first-child {
    padding-top: 0;
    margin-top: 0;
}
.rebates-description-list .rebates-content:first-child::after {
	display: none;
}
.rebates-page-section .container .showroom-wrapper {
    padding: 0;
}
/* REBATES PAGE SECTION CSS END */




/* New CSS START */

.thanks-page-section{
	padding:150px 0 200px;
}

.thanks-heading {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 1170px;
}
.thanks-heading p{
	line-height: 35px;
}


.error-page .thanks-heading h1 {
    font-size: 80px;
}

.shades-banner-section .hero-absolute-info {
    max-width: 717px;
	bottom: 63px;
}

.custom-window-shades-section{
	margin: 0;
	padding: 40px 0;
}
.shades-heading {
    text-align: center;
    margin: 0;
    padding: 0 350px 28px;
}
.shades-heading h2 {
    margin: 0 0;
}
.shades-heading p {
    line-height: 40px;
}

a.tabs-dropdown {
    display: none;
    font-size: 18px;
    text-align: left;
    line-height: 1;
    letter-spacing: 0;
    color: #4b97b8;
    position: relative;
    border: 1px #4b97b8 solid;
    padding: 14px 24px;
    border-radius: 10px;
    font-family: 'Arial Bold';
    font-weight: bold;
}
a.tabs-dropdown::after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 25px;
}
.tabs-dropdown.open::after {
    content: "\f107";
}

.shades-tabing-section h3{
	text-align:center;
	margin: 0 0 5px;
	padding: 0;
	font-size: 30px;
}

.shades-list-tb {
    justify-content: center;
    margin: 0 0 80px;
    padding: 0;
}

.shades-list-tb li{
	padding: 0;
	margin: 0 10px;
}
.shades-list-tb li a {
    padding: 16.5px 20px;
    margin: 0;
    text-decoration: none;
    background: #F1F1F1;
    color: #4B97B8;
    font-size: 26px;
    font-family: 'Arial Bold';
    display: inline-block;
	min-width: 232px;
	text-align: center;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.shades-list-tb li a.active {
    background: #4B97B8;
	color: #fff;
}
.shades-list-tb li a:hover {
	color: #fff;
	background: #4B97B8;
}

/* .shades-list-tb li a::before {
	content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: #4B97B8;
    z-index: -1;
    transition: transform .3s ease;
	transform: scaleX(0);
	transform-origin: bottom right;
}
.shades-list-tb li a:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
} */

.shades-list-tb li::before{
	display: none;
}

.shades-tab-content-warp {
    display: flex;
    flex-wrap: wrap;
    padding: 0 28px;
}

.shades-tab-content-left{
	width: 76%;
}

.shades-tab-content-repeat{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 93px;
}
.shades-tab-content-repeat-col-4{
	width: 46.49%;
}
.shades-tab-content-repeat-col-6{
	width: 53.51%;
}
.shades-tab-content-repeat-img{
	position: relative;
}

.shades-tab-content-repeat-img .video-iframe-new {
	padding: 0px;
	border-bottom: none;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

.shades-tab-content-repeat-img .video-iframe-new iframe, .shades-tab-content-repeat-img .video-iframe-new video {
	display: block;
	width: 100% !important;
	border: none;
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.shades-tab-content-repeat-img .playicon-parent.youtube-playicon-parent {
    height: 400.31px;
}
.shades-tab-content-repeat-img .video-cover-img img{
	border-radius: 0px;
}

.shades-tab-content-repeat-img .playicon-text img{
	max-width: 167px;
}

.shades-tab-content-repeat-info{
	padding-right: 40px;
}

.shades-tab-content-repeat-info h4{
	margin: 0;
}
.shades-tab-content-repeat-info p{
	line-height: 40px;
}

.shades-tab-content-repeat:nth-child(even){
	direction: rtl;
}
.shades-tab-content-repeat:nth-child(even) .shades-tab-content-repeat-info {
    padding-right: 0;
    padding-left: 40px;
    direction: ltr;
}

.shades-tab-brands-right {
    margin: 0;
    padding: 0 0 0 35px;
    width: 24%;
}
.shades-tab-brands-info{
	margin: 0;
	padding:30px 20px 50px;
	background: rgb(44,88,107);
	background: linear-gradient(0deg, rgba(44,88,107,1) 0%, rgba(75,151,184,1) 100%);
	border-radius: 10px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.shades-tab-brands-info::after{
	content: "";
	border: 2px #4B97B8 solid;
	position: absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	border-radius: 10px;
	z-index: -1;
}
.shades-tab-brands-info h5{
	text-align: center;
	margin: 0 0 56px;
	padding: 0 0 21px;
	font-size: 35px;
	line-height: 38px;
	position: relative;
	color: #fff;
}
.shades-tab-brands-info h5::after{
	content: "";
	width: 130px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #2C586B;
}
.shades-tab-brands-info img{
	margin: 0 0 56px;
}
.shades-tab-brands-info a.btn {
    background: #fff;
    color: #4B97B8;
}
.shades-tab-brands-info a.btn:hover {
    background: #4B97B8;
    color: #fff;
}
.shades-box-offer-warpper{
	margin: 0;
	padding: 0 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.shades-box-offer-col-6 {
    width: 47.4%;
    padding: 0 0 28px;
}
.shades-box-offer-info{
	display: flex;
	flex-wrap: wrap;
	background: #F1F1F1;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	 transition: 0.7s;
}
.shades-box-offer-info:hover {
    transform: translateY(-5px);
}

.shades-box-offer-img{
	width: 50%;
}
.shades-box-offer-img img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.shades-box-offer-info-text {
    width: 50%;
    padding: 33px 33px 17px 95px;
    position: relative;
}

.shades-box-offer-info-text h4{
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	color: #2C586B;
}
.shades-box-offer-info-text h4 a{
	color: #2C586B;
}

.shades-box-offer-info-text p {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin: 0 0 45px;
    padding: 0;
}

.learnmore{
	font-size: 18px;
	font-family: 'Helvetica Neue LT Std Roman';
    font-weight: normal;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	color: #4B97B8;
}
.learnmore:hover{
	color: #4B97B8;
}
.learnmore::after {
    content: "";
    background: url('https://hwclv.com/wp-content/themes/hwclv/assets/images/learnmore-link.svg') no-repeat;
    width: 9px;
    height: 13px;
    position: relative;
    margin-left: 6px;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    display: inline-block;
    top: 1px;
}


.offer-up-top {
    background: url('https://hwclv.com/wp-content/themes/hwclv/assets/images/shape-img-round.png') no-repeat center;
    background-size: 100%;
    width: 161px;
    height: 160px;
    position: absolute;
    left: -79px;
    top: 25px;
    text-align: center;
    padding: 33px 0;
}


.offer-up-top p {
    color: #707070 !important;
    display: block;
    font-weight: bold;
    font-family: 'Arial Bold';
    font-size: 16px !important;
    line-height: 23px !important;
    margin: 0;
}
.offer-up-top span {
    color: #4B97B8;
    display: block;
    font-weight: bold;
    font-family: 'Arial Bold';
    font-size: 42px !important;
    line-height: 37px !important;
}
.offer-up-top p strong{
    display: block;
	font-size: 26px;
	text-transform: uppercase;
}
sub, sup {
    font-size: 60%;
}
/* New CSS END */

.inspiration-gallery-section{
	margin: 0;
	padding: 45px 0 45px;
}
.gallery-warp {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
	justify-content: center;
}
.inspiration-gallery-section .shades-heading h2 {
	text-transform: uppercase;
}

.gallery-col-4 {
	width: 33.333%;
	padding: 0 20px 40px;
}
.gallery-info {
    border: 1px #707070 solid;
	transition: 0.7s;
	border-radius: 10px;
}
.gallery-info:hover {
    transform: translateY(-5px);
}
.gallery-info img{
	width: 100%;
	border-radius: 10px;
}
body .slick-lightbox-close {
    top: 15px;
    right: 15px;
    display: flex;
    height: 56px;
    width: 56px;
    background: #569ebc;
    border-radius: 5px;
	align-items: center;
	justify-content: center;
}
body .slick-lightbox-close:before {
    font-size: 58px;
    line-height: .5;
}


.team-section.videos-section .container {
    max-width: 1830px;
}
.videos-page-section {
    padding: 65px 0 70px;
}
.videos-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.videos-wrapper .col-4 {
    margin-bottom: 25px;
}
.videoWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 4px #4b97b8 solid;
    box-shadow: 5px 5px 13px rgba(0,0,0,0.2);
}

.videoWrapper iframe {
    width: 100%;
    height: 315px;
}

.before-after-gallery-section{
	padding: 0px 0 70px;
}

.before-after-gallery-section .after-before-gallery-wrap {
    padding: 0 116px;
}
.before-after-gallery-section  .beer-slider img {
    height: 356px !important;
}

.before-after-gallery-section .beer-slider {
    margin-bottom: 30px;
}

.line-block-separator {
    border-top: 2px #4b97b8 solid;
    margin-bottom: 40px;
    margin-top: 40px;
}

.faq-content span {
    font-weight: normal;
    font-family: 'Helvetica Neue LT Std Roman';
    font-size: 22px;
    line-height: 34px;
    font-style: italic;
    color: #4B97B8;
}
hr.line-block-separator:last-child {
    display: none;
}

/* popup css strts*/

.modal-backdrop{display:none;}
.modal-dialog{background-color:#fff;}
.modal-content{border-radius:0px; border: 0px;background-color: #f7f7f7;}
										.modal-body{padding:0px;}
										.modal-open .modal{background-color: rgba(0,0,0,0.6);}
										.top-right-popup .modal-dialog{max-width:600px;}
										.top-right-popup .modal-header{position:absolute; z-index: 10000; top:0; right:0; border-bottom:0px;}
#exampleModalCenter .gform_heading{display:none;}
/* 										.popbox{display:flex;} */
										.left-side{width:30%;}
										.left-side img{height:100%;}
										.right-side{padding-top:5px; position: relative; width: 100%;}
										.top-right-popup{padding-top: 37px;}
										.top-right-popup .gform_body{    padding: 0px 1.5rem 0px 1.5rem;  width: 98%;}
										.top-right-popup ul li{margin-bottom: 10px;}
										.gf_list_3col{padding-left:0px; margin-bottom: 15px !important;}
										.gf_list_3col label{color:#2a576c;}
										.top-right-popup .ginput_container_checkbox label{color:#000 !important; font-size:17px!important;}
										.top-right-popup .gf_list_3col input[type=checkbox]{width:20px; height:20px;  margin-top:0px !important;}
/* 										.name-icon{background-image:url(https://vwddev.com/hwclv/wp/wp-content/uploads/2022/07/name-1.jpg); background-repeat:no-repeat; padding-left: 36px;    background-position: 0 30px;}
										.phone-icon{background-image:url(https://vwddev.com/hwclv/wp/wp-content/uploads/2022/07/phone-icon-1.jpg); background-repeat:no-repeat; padding-left: 36px;    background-position: 0 30px;}
										.address{background-image:url(https://vwddev.com/hwclv/wp/wp-content/uploads/2022/07/location.png); background-repeat:no-repeat; padding-left: 36px;    background-position: 0 30px;}
										.email-icon{background-image:url(https://vwddev.com/hwclv/wp/wp-content/uploads/2022/07/mail-icon-1.jpg); background-repeat:no-repeat; padding-left: 36px;    background-position: 0 30px;}
										.windows-icon{background-image:url(https://vwddev.com/hwclv/wp/wp-content/uploads/2022/07/windows-1.jpg); background-repeat:no-repeat; padding-left: 36px;    background-position: 0 30px;}
										.budget-icon{background-image:url(https://vwddev.com/hwclv/wp/wp-content/uploads/2022/07/dollar-1.jpg); background-repeat:no-repeat; padding-left: 36px;    background-position: 0 30px;}
										.gf_list_3col-icon{background-image:url(https://vwddev.com/hwclv/wp/wp-content/uploads/2022/07/name-1.jpg); background-repeat:no-repeat; padding-left: 36px;    background-position: 0 30px;} */
										
										.top-right-popup .gform_heading{display:none;}
										.top-right-popup .gform_fields input{border:0px; border:1px solid #bdbdbd; font-size: 17px;}
										.top-right-popup input[type="submit"]{color: #fff; background-color: #4B97B8; border-radius: 10px; border: 3px solid #4B97B8;  font-size: 14px;  font-weight: 500;  padding: 10px 60px!important;  -webkit-transition: .2s ease-out;
    transition: .2s ease-out;   white-space: normal!important;  cursor: pointer;  position: relative; margin: 0!important;}
										.gfield_error{background-color:transparent !important; border:0px !important; padding:0px 0 0 50px!important;}
										.top-right-popup .gform_footer{padding-top: 0; margin-top: 0;}
										.validation_message {padding-top:0px !important;}
										.top-right-popup .validation_error{padding:0px !important; border:0px !important;    position: absolute; top: 0; width: 83% !important; right: 46px;}
										.validation_error h2{line-height:normal; font-size: 14px !important;}
										.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea{border:1px solid #e74747 !important; }


/*second popup*/

.popup-btns .modal-header{background: #2a576c;  color: #fff;  text-align: center;}
.popup-btns .modal-header h2{margin-bottom:0px; color:#ffff;text-align: center;font-size: 26px;  margin: 0 auto;}
.popup-btns .gform_heading{display:none;}
.popup-btns h4{color: #777;  font-size: 16px;  font-style: italic;  width: 80%;  margin: 18px auto;  line-height: normal;}
.popup-btns form{width:80%;}
.close{position:absolute; right: 10px;  top: 3px; }
.popup-btns form input{border:0px; border-bottom:1px solid #bdbdbd; font-size: 17px;}
.message-icon{background-image:url(https://vwddev.com/hwclv/wp/wp-content/uploads/2022/07/message-icon.jpg); background-repeat:no-repeat; padding-left: 50px;     margin-top: 37px !important;   background-position: 0 18px;}
.message-icon textarea{height:150px !important; border:0; font-size: 17px; border-bottom:1px solid #000;}
.popup-btns input[type="submit"]{background-color: #2a576c;
    color: #fff;
    text-align: center; cursor:pointer;
    margin: 0 auto;
    padding: 10px 25px}
.popup-btns .gform_footer{text-align:center}
.popup-btns .validation_error{width:80%;margin:0 auto;}


/* dhurv */

.modal-header button span{
	color: #fff;
	
}
.close{
	opacity: 1!important;
}

.top-img{
	padding: 10px;
}

form#gform_4 ul li{
	margin: 0px!important;
	font-size: 15px;
    font-weight: 500;
	color: #2c586b;
	padding: 0px!important;
}

form#gform_4 ul li label{
	margin-bottom: 0px!important;
	font-size: 13px!important;
}

form#gform_4 ul li .ginput_container{
	margin-top: 0px;
}

.gform_legacy_markup_wrapper .gform_footer{
	padding: 0px 0px 10px!important;
}

.modal-dialog{
	margin: 0px auto;
}


form#gform_4 ul li input.gfield-choice-input{
	width: 16px!important;
	height: 16px!important;
}

@media(max-width: 500px){
	.top-right-popup{
		padding-right: 0px;
	}
	
	#exampleModalCenter .modal-dialog{
		max-width: 100%!important;
	}
	
	.gform_legacy_markup_wrapper .gform_footer{
		width: 50%!important;
		margin: auto!important;
	}
}