.wrapper, body, html {height: auto}

body, p {
	font-family: 'M PLUS 1', Arial, Helvetica, sans-serif;
	color: #303030;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'M PLUS 1', Arial, Helvetica, sans-serif;
	color: #282828;
	font-weight: bold;
}
h1 {
	text-transform: uppercase;
	font-size: 52px;
	color: #DA291C;
	font-weight: 800;
}
h2 {
	font-size: 32px;
	color: #DA291C;
	font-weight: 800;
}
h3 {
	font-size: 26px;
	color: #DA291C;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 18px;
}
@media (max-width:1023px) {
	h1 {font-size: 42px;}
}

.button {
	position: relative;
	display: inline-block;
	background: #F03925;
	border:0;
	color: #FFF;
	text-align: center;
	font:bold 22px 'M PLUS 1', Arial, Helvetica, sans-serif;
	border-radius: 5px;
	padding: 18px 45px 20px;
	line-height: 1 !important;
	min-width: 225px;
	margin: 0;
	letter-spacing: normal;
}
.button.yellow {
	background: #F2EC3A;
	color: #000;
}
@media(max-width:1280px) {
	.button {font-size: 18px;}
}


ul.check-list {
	display: block;
	margin: 0;
	padding: 0;
}
ul.check-list li {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0 0 25px 32px;
	color: #000;
	line-height: 1.5;
}
ul.check-list li:before {
	background: url(../img/icn-check-circle.svg) no-repeat center;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0;
}

/* GFORM overrides */
.gform_wrapper.gravity-theme input[type="email"], 
.gform_wrapper.gravity-theme input[type="number"], 
.gform_wrapper.gravity-theme input[type="password"], 
.gform_wrapper.gravity-theme input[type="tel"], 
.gform_wrapper.gravity-theme input[type="text"], 
.gform_wrapper.gravity-theme select, 
.gform_wrapper.gravity-theme textarea {
	border-radius: 6px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.gform_wrapper.gravity-theme select {
	padding-right: 30px !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, 
.gform_wrapper.gravity-theme .validation_message {
	padding: 0px 5px 3px !important;
	font-size: 12px !important;
	margin: 0;
}
.gform_required_legend {
	display: none !important;
}
.gform_wrapper.gravity-theme .gfield {
	padding-bottom: 5px;
}
h2.gform_submission_error {
	font-family: 'M PLUS 1', Arial, Helvetica, sans-serif;
}


/* Slick overrides  */
.slick-slider .slick-arrow {
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.slick-slider .slick-arrow:before {
	display: none;
}
.slick-slider .slick-prev {
	background: url(../img/icn-arrow-prev-circle.svg) no-repeat center;
}
.slick-slider .slick-next {
	background: url(../img/icn-arrow-next-circle.svg) no-repeat center;
}


.grid-container {
	padding-left: 20px;
	padding-right: 20px;
}


#header {
	background:#fff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding: 22px 0;
	z-index: 9998;
	transition: all 0.5s ease;
}
#header + * {
	margin-top: 132px;
}

#header .navbar {
	padding: 0;
	min-height: 60px;
	height: auto;
}

#header.fixed {
	padding: 15px 0;
}
#header .header-logo-wrap img {
	width: 344px;
	transition: all 0.5s ease;
}
#header.fixed .header-logo-wrap img {
	width: 250px;
}

#header-nav {
	font-family: 'M PLUS 1', Arial, Helvetica, sans-serif;
	margin: 0 0 0 100px;
}
#header-nav ul {
	justify-content: right;
}
#header-nav a {
	color: #ffff;
	font-size: 20px;
}
#header-nav a:hover {
	color: #F2EC3A;
}
#header-nav .phn a {
	color: #2D2D2D;
}
#header-nav  .cta a {
	display: inline-block;
	background: #F03925;
	border:0;
	color: #FFF;
	text-align: center;
	font:bold 22px 'M PLUS 1', Arial, Helvetica, sans-serif;
	padding: 18px 45px 20px;
	line-height: 1;
	border-radius: 5px;
}

@media(max-width:1280px) {
	#header + * {margin-top: 120px;}
	#header-nav {margin: 0 0 0 40px;}
	#header-nav a {font-size: 16px}
	#header .header-logo-wrap img {width: 248px;}
	#header-nav  .cta a {font-size: 18px;}
}
@media(max-width:1023px) {
	#header {padding: 15px 0;}
	#header + * {margin-top: 90px;}
	#header .header-logo-wrap {padding-left: 10px;padding-right: 10px;}

	#header .header-nav-toggler span,
	#header .header-nav-toggler:hover span {border-color: #F03925}

	#header #header-nav-mobile {top: 90px !important;height: calc(100% - 90px);}
}



#banner {
	background-image: url(../img/img-hero.jpg);
	padding: 70px 0 200px;
}
#banner:before {
	opacity: 0.7;
	background: linear-gradient(180deg, #070707 0%, #070707 37.98%, #070707 100%);
}
#banner:after {
	content: "";
	background: url(../img/paint-brush.png) repeat-x center top / auto 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 220px;
	z-index: -1;
}

#banner .text-wrap {
	max-width: 1050px;
	margin-bottom: 50px;
	text-align: left;
}
#banner .text_title {
	font-size: 52px;
	font-weight: 800;
	line-height: 1.3;
}
#banner .text-wrap {
	color: #fff;
}
#banner .text-wrap h4 {
	font-weight: 600;
	color: #fff;
}
#banner .text-wrap p {
	max-width: none;
}
#banner .buttons {
	display: flex;
	align-items: center;
	gap: 30px;
}
#banner .buttons .phn {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	display: inline-flex;
	gap: 10px;
}

#banner .book-now-form {
	width: 536px;
	max-width: 100%;
	margin: 0 auto;
	background: rgba(0,0,0,0.5);
}
.book-now-form .form_head {
	background: #F03925;
	color: #fff;
	font-size: 26px;
	padding:18px 30px;
	margin: 0;
	text-align: center;
}
.book-now-form .gform_wrapper {
	padding:35px 60px;
}
.book-now-form .gfield label {
	color: #fff !important;
	font-size: 16px;
	font-weight: normal !important;
	line-height: 1;
}
.book-now-form .gform_footer {
	text-align: center;
	justify-content: center;
	padding-top: 20px !important;
}
.book-now-form .gform_footer .button {
	width: 100%;
}

@media(max-width:1280px) {
	#banner {padding-bottom: 120px;}
	#banner::after {height:140px}
	#banner .text_title {font-size: 42px;}
	#banner .text-wrap h4 {font-size: 24px;}
	.book-now-form .gform_wrapper {padding: 20px 30px; }
	#banner .buttons .phn {font-size: 24px;}
}

@media(max-width:1023px) {
	#banner .text-wrap {padding: 00px 0 80px; text-align: center;}
	#banner .buttons {justify-content: center;	flex-flow: wrap;}
	#banner .text-wrap h4 {font-size: 20px;}

}
@media(max-width:640px) {
	#banner .text_title {font-size: 36px}
	.book-now-form .gform_wrapper {padding:30px 20px;}
	#banner .text-wrap h4 br {display: none;}

	.book-now-form .form_head {font-size: 18px}
}



.sec-trusted {
	background: #F3F3F3;
	position: relative;
	padding: 60px 0;
	text-align: center;
}
.sec-trusted .grid-container {
	max-width: 1800px;
}
.trusted_logos {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.trusted_logos li {
	list-style: none;
}

@media(max-width:1023px) {
	.trusted_logos {flex-flow: wrap;justify-content: center;}
	.trusted_logos img {max-height: 62px; width: auto;}
}
@media(max-width:480px) {
	.trusted_logos img {max-height: 40px;}
	.trusted_logos img.sm {max-height: 30px;} 
}



.sec-experts-in  {
	padding: 50px 0;
	text-align: center;
}
.sec-experts-in .grid-container {
	max-width: 1100px;
}
.expert_item {
	margin-bottom: 40px;
}
.expert_item h4 {
	margin-bottom: 10px;
	font-weight: 700;
}
.expert_item figure img {
	width: 100%;
}

@media (max-width:767px) {
}



.sec-reviews .review-wrap {
	padding: 60px 0;
}
.sec-reviews .review-wrap h2 {
	font-size: 32px;
	line-height: 1.2;
	color: #DA291C;
}
.sec-reviews .romw-list {
	max-height: none !important;
}
.sec-reviews .slick-slider {
  padding-left: 45px;
  padding-right: 45px;
}
.sec-reviews .romw {
	padding: 0 17px;
	margin-bottom: 0;
}
.sec-reviews .romw > * {
	text-align: center;
}
.sec-reviews .romw-text {
	font-size: 18px;
}
.romw .romw-author-stars span {
	display: block;
	padding: 5px;
	text-transform: uppercase;
}
.sec-reviews  .romw-stars img {
	margin: 0 auto;
}
.sec-reviews .romw-author small {
	color: #333;
}
.romw-pics {
	text-align: center;
}
.romw-pics a {
	display: inline-block;
	width: 140px;
	margin: 0 5px 10px;
}

@media (min-width:1024px) {
	.romw-list .romw-text.line-clamp {position:relative; display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;overflow: hidden;margin-bottom: 20px;cursor: pointer;}
	.romw-list .romw-text.line-clamp:after {content:"show more";position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);padding: 10px 15px;background: #dd0008;line-height: 1;font-size: 13px;text-transform: uppercase;color: #fff;opacity: 0;}
	.romw-list .romw-text.line-clamp:hover {color:#888;}
	.romw-list .romw-text.line-clamp:hover:after {opacity: 1;}
	.romw-list .romw-text.line-clamp.showmore {display: block;}
	.romw-list .romw-text.line-clamp.showmore:after {content:"show less";}
}
@media (max-width:767px) {
	.sec-reviews .review-wrap h2 {font-size: 28px;}
}
@media (max-width:767px) {
	.sec-reviews .slick-slider {
		margin-left: -15px;
		margin-right: -15px;
	}
	.romw-pics a {width: 90px;}
	.sec-reviews .romw {padding: 0;}
	.sec-reviews .romw-text {font-size: 16px; }

	.sec-reviews .romw-list .slick-arrow {background-size: 100%;width:35px;height: 35px;}
}


.sec-call2ac {
	position: relative;
	z-index: 1;
	padding: 50px 0;
	background: url(../img/bg-ghaster.jpg) no-repeat center top / cover;
	color: #fff;
	margin-top: 50px;
}
.sec-call2ac h2 {
	font-size: 52px;
	line-height: 1.2;
	margin-bottom: 25px;
	color: #fff;
}
.sec-call2ac h4 {
	color: #fff;
	font-weight: 600;
}
.sec-call2ac .call2ac_logo {
	text-align: center;
	margin: -130px 0 30px;
}
.sec-call2ac .call2ac_box {
	width: 720px;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width:1023px) {
	.sec-call2ac h2 {font-size: 42px;}
}
@media (max-width:767px) {
	.sec-call2ac h2 {font-size: 36px;}
	.sec-call2ac h4 {font-size: 20px;}
	.sec-call2ac .call2ac_logo {margin-top: -115px;}
	.sec-call2ac .call2ac_logo img {width: 90px;}
}


.sec-why-ghaster {
	padding: 60px 0;
}
.why_item {
	margin-bottom: 60px;
}
.why_item .img-left {
	margin-left: -180px;
}
.why_item .img-right {
	margin-right: -180px;
}

.what-to-expect .media {
	position: relative;
}
.what-to-expect .media img {
	width: 100%;
}
.what-to-expect .copy {
	position: relative;
	max-width: 1010px;
	margin: -140px auto 0;
	padding: 30px 50px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 8px 9px 9px 0px rgba(0, 0, 0, 0.09);
}
.what-to-expect .check-list strong {
	color: #DA291C;
}
@media (max-width:1760px) {
	.why_item .img-left {margin-left: 0;}
	.why_item .img-right {margin-right: 0;}
}

@media (max-width:1080px) {
	.what-to-expect .copy {padding: 30px; margin: -80px 20px 0;}
}

@media (max-width:1023px) {
	.what-to-expect .copy {padding: 20px;}
}
@media (max-width:767px) {
	.what-to-expect .copy {margin:0;box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.09);}
}




.sec-offer {
	background: #fff !important;
	padding: 50px 0;
}
.sec-offer * {
	color: #000;
}
.sec-offer h2 {
	font-size: 32px;
	line-height: 1.2;
	color: #F03925;
}
.sec-offer .img-left, 
.sec-offer .img-right {
	max-height: none;
}

@media (max-width:767px) {
	.sec-offer {padding-top: 30px;padding-bottom: 30px;}
	.sec-offer h2 {font-size: 28px;}
}


.ngd-tab {
    position: relative;
    background: #f9f9f9;
    padding: 20px 10px 20px 0;
    margin-bottom: 20px;
    max-height: none !important
}

.ngd-tab .tabs-panel {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0
}
.ngd-content {
	margin-right: -10px;
}

.ngd-tab .tabs-panel.is-active {
    height: auto
}

ul.ngd-nav {
    padding: 0;
    text-align: center;
    display: flex;
    margin: 0;
}

ul.ngd-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: none;
    border-right: 1px solid #fff;
    flex-grow: 1
}

ul.ngd-nav li a {
    background: #000;
    color: #fff;
    padding: 20px 15px;
    font-size: 18px;
    text-transform: uppercase;
}
ul.ngd-nav li.is-active a {
	background: #F03925;
    color: #fff;
}

.tab-slider {
    padding: 0;
}

.tab-slider .ts-item img {
    width: 100%
}

.tab-cols {
    overflow: hidden;
    margin: 10px 30px 0
}

.tab-cols h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #333
}

.tab-cols p {
    font-size: 13px
}

.tab-cols ul {
    display: flex;
    margin: -1px -10px 0;
    padding: 0
}

.tab-cols ul li {
    list-style: none;
    flex-basis: 50%;
    font-size: 13px;
    padding: 15px 10px 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc
}
@media (max-width:1410px) { 
	ul.ngd-nav {flex-flow: wrap;}
	ul.ngd-nav li {border-top:1px solid #fff;}
	ul.ngd-nav li a {font-size: 16px;padding: 15px 20px;}
}

@media (max-width:767px) { 
	.ngd-tab {padding-right: 0;}
	.ngd-content {margin-right: 0}
}


.sec-gallery {
	position: relative;
	padding: 100px 0;
}
.gallery-slider {
	position: relative;
	padding: 0 0 0 330px;
}
.slider-main .slick-list {
	padding: 0 !important;
}
.slider-main .slider_item  img {
	width: 100%;
}
.gallery-slider .slider-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 310px;
}
.slider-nav .snav_item {
	height: 210px;
	margin-bottom: 15px;
}
.slider-nav .snav_item img {
	/* height: 220px; */
	width: 100%;
	object-fit: cover;
	height: 100% !important;
}
@media (min-width:1024px) {
	.slider-nav .slick-prev {
		top: 0;
		transform: rotate(90deg);
		left: 50%;
		margin-left: -22px;
		margin-top: -22px;
	}
	.slider-nav .slick-next {
		bottom: 0;
		transform: rotate(90deg);
		left: 50%;
		margin-left: -22px;
		margin-bottom: -22px;
		top: auto;
	}
}

@media (max-width:1440px) {
	.slider-nav .snav_item {height: 14vw;}
}

@media (max-width:1280px) {
	.gallery-slider {padding: 0 0 0 230px;}
	.gallery-slider .slider-nav {width: 210px;}
	.slider-nav .snav_item {height: 14vw;}
}
@media (max-width:1023px) {
	.gallery-slider .slider-main {margin-bottom: 20px;}
	.gallery-slider {padding: 0;}
	.gallery-slider .slider-nav {position: relative; width: auto;}
	.slider-nav .snav_item {margin:0;padding-left: 5px;padding-right: 5px;}

	.slider-nav .slick-arrow {width: 30px; height: 30px; background-size: 100%;}
	.slider-nav .slick-prev {left:-15px}
	.slider-nav .slick-next {right:-15px}
	
}


#footer {
	padding:0;
}
#footer:before {
	background: rgba(218, 41, 28, .79);
}
#footer h3 {
	font-weight: 800;
	margin-bottom: 30px;
	color: #fff;
}
#footer h4 {
	color: #fff;
}

#footer .foot-top {
	width: 820px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
#footer .form-wrap {
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
}
#footer .form-wrap h3 {
	font-size: 22px;
	color: #F03925;
	text-align: center;
}
#footer .gform_fields {
	display: block;
	columns:2;
	text-align: left;
	column-gap: 30px;
}
#footer .gfield {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
	width: 100%;
}
#footer .gfield textarea.small {
	height: 75px;
}
#footer .gfield textarea.medium {
	height: 152px;
}
#footer .gfield label {
	color: #fff;
	font-size: 16px;
	font-weight: normal !important;
	line-height: 1;
}
#footer .gfield:last-child {
	padding-bottom: 72px;
}
#footer .ginput_container_textarea {
/*	min-height: 200px;*/
}
#footer .gform_footer {
	text-align: right;
	padding-top: 0;
	margin-top: 0;
	display: block;
}
#footer .gform_footer .button {
	background: #2C2C2C;
	width: calc(50% - 15px);
	margin-top: -110px;
	padding: 14px 30px 16px;
	min-height: 52px;
	font-size: 18px;

}

.foot-address h5 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	gap: 20px;
}
.foot-address h5:before, 
.foot-address h5:after {
	content: "";
	width: 145px;
	border-top: 1px solid;
}
.foot-address address {
	font-style: normal;
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
	text-align: left;
	gap: 5px;
  }


#footer .foot-bot {
	background: #2C2C2C;
	padding: 25px 0;
	color: #B3B3B3;
	text-align: center;
	font-size: 18px;
}
#footer .foot-bot p {
	margin: 0;
	color: #B3B3B3;
	font-size: 18px;
	text-transform: uppercase;
}

@media (max-width:1023px) {
	#footer .gform_fields {columns: 1;column-gap: 0;}

	#footer .gfield:last-child {padding-bottom: 20px;}
	#footer .gform_footer .button {margin-top: 0;width: 100%;}
	#footer .ginput_container_textarea {min-height: auto;}

	.foot-address address {font-size: 18px;}

	#footer .foot-bot p {font-size: 16px;}
}