@font-face {
	font-family: 'Reem Kufi';
	src: url('../fonts/ReemKufi-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* global */
.float-right{float:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.d-flex, .review-text{display: flex}
.justify-spacebetween{justify-content: space-between;}
.justify-center{justify-content:center;}
.align-item{align-items: center;}
.section-top{padding-top:60px}
.section-bottom{padding-bottom:60px}
.corp-container{ max-width:100%;padding: 0 60px;}
a{ display:inline-block;}
.site-footer .widget ul, .widget-area .widget ul{list-style:disc; margin:0 0 25px 25px;}

.site-header{
	position:relative;
}

/* color code */
.text--red, .menu-header-menu-container li.current-menu-item a, .top-right a:hover, .main-navigation ul li a:hover, .top-left span:hover{ color:#FF0013}
.text-black, body, .review-text, .welcome-text p{ color:#000000}
.text--white, .topheader span, .footer-contact-info span, .footer-contact-info{ color:#ffffff}
.text--green{color: #015B44}

.bg--red { background-color:#FF0013}
.bg--black { background-color:#000000}
.bg--white { background-color:#ffffff}
.bg--gray {background-color: #F6F6F6}
.home .bg--black{position: relative; z-index: 9;}
.button.btn-secondary, .tab-btn {
	background-color: red;
	border: none;
	color: white;
	padding: 10px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0% 100%, 0 38%, 12% 0);
}
/* font */
body{font-size: 16px;line-height: normal;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family:'Reem Kufi';
	line-height:normal	
}
h1, .h1{
	font-size: 44px;
	line-height:normal;
	text-transform: uppercase;	
}
h2, .h2{
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	line-height:normal;
}
h3, .h3{
	font-size: 24px;
	font-weight: 300;
	line-height:normal
}
h4, .h4,{
	font-size: 20px;
	line-height:normal
}
h5, .h5{
	font-size: 18px;
	line-height:normal
}
h6, .h6{
	font-size:16px;
	line-height:normal
}
.button, button, input[type=button], input[type=reset], input[type=submit]{
	padding:10px 15px;
}
/*common css*/
.footer-contact-info p, .quickmenu-border {
	position: relative;
}
.footer-contact-info p > span, .quickmenu-border:before, .quickmenu-border:after {
	position: absolute;
}

/* header*/
.link-underline.main-navigation div>ul:not(.cart_list)>li>a {border-bottom: unset;}
#primary-menu .parent-menu {
	position: relative;
}
#mobile-navigation ul li a {padding: 10px 15px;}
/* #primary-menu .parent-menu:after{
content: '';
position: absolute;
background: url(/wp-content/uploads/2023/07/menu-arrow.png);
color: #fff;
right: -20px;
top: 9px;
background-size: cover;
background-repeat: no-repeat;
height: 8px;
width: 15px;
} */
.main-navigation ul .children, .main-navigation ul .sub-menu {top: 40px;}
/* #primary-menu .parent-menu:hover:after {
transform: rotate(180deg);
} */
.banner-info h1 {margin-bottom: 10px;}
.banner-info .button.btn-secondary {
    margin-top: 30px;
}
.topheader {
	display: flex;
	justify-content: space-between;
}
nav#site-navigation {
	display: flex;
	align-items: center;
	justify-content: end;
}
.site-branding {
	width: 20%;
}
.main-navigation ul li {margin: 0 26px -10px 0;}  
nav#site-navigation {
	width: 80%;
}
.link-underline.main-navigation div>ul:not(.cart_list)>li:hover>a {border-bottom: none;}
.topheader {padding: 10px 0px;}
.topheader p, .site-footer p {margin: 0;padding-right: 10px;}
.top-left span, .top-right span{padding-right: 10px;}
.mail-info {padding-right: 30px;}
ul#primary-menu li a {
	font-family: 'Reem Kufi';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.custom-logo-head p {
	margin: 0;
	text-align: left;
	padding-left: 60px;
	font-family: 'Reem Kufi';
}
.custom-logo-head strong {
	text-transform: uppercase;
	color: #000;
}
.custom-logo-head {
	position: relative;
	margin-left: 20px;
}
.custom-logo-head img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* .custom-logo-head:before {
	content: '';
	top: 0;
	left: -20px;
	width: 1px;
	height: 50px;
	background-color: #000;
	position: absolute;
} */
/* .menu-header-menu-container {
	padding-right: 20px;
} */
header#masthead {
	position: absolute;
	top: unset;
	background-color: transparent;
}
.site-header {border-bottom: none;}

/*banner*/
.sticky-section.home-banner-top {
/* 	height: 100vh; */
	height: 850px;
	background: url(/wp-content/uploads/2023/07/home-bannner.webp);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 0;
}
.banner-info {
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
	padding: 0 15px;
}
.absolute-img {
	position: absolute;
	top: -62%;
}

.sticky-section {
/* 	height: 44vh; */
	top: -26px;
	position: relative;
	img{	z-index: 0;}
	background: #fff;
}
.welcome-text {padding-top: 26px;}
.feature-box {
	z-index: 1;
	position: relative;
	justify-content: space-around;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0;
}
/*sticky buttonn click popup*/
.popup {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.popup__content {
	width: 80%;
	overflow: auto;
	padding: 50px;
	background: white;
	color: black;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	position: fixed;
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 20px 0px #00000026;

}

.popup__content .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	display: block;
}

.popup__content .close span {
	cursor: pointer;
	position: fixed;
	width: 20px;
	height: 3px;
	background: #FF0013;
}

.popup__content .close span:nth-child(1) {
	transform: rotate(45deg);
}

.popup__content .close span:nth-child(2) {
	transform: rotate(135deg);
}
.popup.active {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	outline: 0;
	background: #ffffffb8;
	z-index: 9999999999;
}
.popup-info-section {
	display: flex;
	justify-content: space-around;
}
/*rotext circle text */
.homebanner-main{position: relative;}
.banner-cirecle-text {
	width: 28vh;
	height: 28vh;
	position: absolute;
	bottom: 44%;
	right: 4%;
}

/*banner-contact-form*/
.cus-input {width: 100%;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
	flex-wrap: wrap;justify-content: space-between;}
.inputWithIcon {width: calc((100% - 30px)/2);margin-bottom: 10px;}
.inputWithIcon1 {width: 100%;margin-bottom: 10px;}
input[type="text"], input[type="email"], textarea, select, input[type="url"] {width: 100%;padding: 0px 0 8px;background-color: transparent;border: none;border-bottom: 1px solid #D9D9D9;color: #fff;}
input[type="text"], input[type="email"], select, input[type="url"]{height:30px;text-transform: capitalize;}
textarea{height: 60px;resize: none;}
.inquiry-form .cus-input {padding-bottom: 80px;}
.contact-form {
	width: 40%;
	padding: 30px;
	background-color: #000000b3;
	position: absolute;
	top: 45%;
	transform: translateY(-46%);
	left: 60px;
	z-index:10;
}
.contact-form ::placeholder {
	color: #fff;
}
.form-qoute {
	font-size: 24px;
	font-weight: 300;
	text-transform: capitalize;
	padding-bottom: 10px;
}
.contact-form .button.btn-secondary {
	position: absolute;
	bottom: -26px;
	left: 45%;
	transform: translateX(-45%);
}
.contact-form option {
	color: #000;
}
.sticky-button, .sticky-button-show {
	position: fixed;
	background-color: #ffffff;
	color: #000000;
	z-index: 9999;
	display: flex;
	align-items: center;
	padding: 10px 26px 10px 10px;
	box-shadow: 0 0 8px;
}
.sticky-button {	
	top: 40%;
	transform: translateY(-40%);
	right: -15px;
	cursor: pointer;
}
.sticky-button-show {	
	top: 40%;
	right: -400px;
	transform: translateY(-40%);
	transition: right 0.4s ease-in;
}
.sticky-button-show.open p {padding-right: 10px;}
.sticky-button-show.open{right: 0px;}
.sticky-button svg {
	width: 18px;
	height: 18px;
	margin: 0 6px;
}
.sticky-button-show p {
	margin: 0;
	padding-left: 14px;
	font-weight: 700;
}

.pop-btn {
	width: 200px;
	height: 100px;
	margin: 0px auto;
	display: block;
}

.lightbox {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 1;
	display: none;
}

.lightbox .popup-container {
	width: 600px;
	border: 1px solid black;
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.lightbox .popup-container h3,
.lightbox .popup-container p {
	margin-left: 25px;
	margin-bottom: 25px;
}

.lightbox .popup-container .close-btn {
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	background-color: #73B82C;
	border-color: #73B82C;
	color: white;
	float: right;
	margin: 25px;
}

.lightbox .popup-container .close-btn:hover {
	background-color: #4B781D;
	border-color: #4B781D;
}


/*featuresicon-section*/
.features-section {
	display: flex;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	flex-wrap: wrap;
	padding-bottom: 80px;
}
.features-section .feature-box {
	width: 33.3%;
}
.featurebox-title {
	font-size: 24px;
	color: #000;
	font-weight: 300;
	padding-top: 16px;
	width: 55%;
	margin: 0 auto;
}
.feature-box-middle .featurebox-title {
	font-size: 44px;
	font-family: 'Reem Kufi';
}
/*service*/
.slide-sticky-btn {
	position: fixed;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 110px;
	height: auto;
	opacity: 0;
}
.service-text h3 {text-transform: capitalize;}
.about-roof-services {
	position: relative;
	top: -230px;
	height: 200px;
}
.roof-service-wrapper {
	background-image: url(/wp-content/uploads/2023/07/service-bg-scaled.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	height: 700px;
}
.roof-service-bg {
	position: relative;
}
.roof-service-bg.roof-service-fixed-bg:before {
	position: fixed;
	top: 0;
}
.roofing-service.fixed-content {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0;
	padding: 0px 60px;
	width: 100%;
/* 	z-index:1; */
}
.roof-service-bg:before {
	content: '';
	background-image: url(/wp-content/uploads/2023/07/service-bg-scaled.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	height: 700px;
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0;
	z-index:-1;
}
.roof-service-bg.roof-service-fixed-bg:after{
	opacity: 0;
}
.roof-service-bg:after {
	opacity: 1;
	content: '';
	background-image: url(/wp-content/uploads/2023/07/service-bg-scaled.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	height: 700px;
	width: 100%;
	position: absolute;
	bottom: 5%;
	left: 0;
	z-index:-1;
}

.service-slider .services-box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0px;
}
.service-slider {
	width: 75%;
	height: 60vh;
	position: sticky;
	position: -webkit-sticky;
	top: 35%;
	left: 50%;
}
.service-slider .services-box .service-text {
	width: 60%;
}
.service-slider .services-box .service-image {
	width: 40%;
	position: relative;
}
.service-slider .services-box h3 {
	color: #fff;
	margin-bottom:15px;
}
.service-slider .services-box p {
	line-height: 25px;
	margin-bottom: 15px !important;
}
/***first slider***/
.service-slider:first-child .services-box .service-image {
	display: flex;
	position: relative;
	height: 220px;
}
.service-slider:first-child .services-box .service-image img {
	position: absolute;
	top: 0;
}
.service-slider:first-child .services-box .service-image .service-roof1 {
	left: 0;
}
.service-slider:first-child .services-box .service-image .service-roof2 {
	left: 15%;
	z-index: 1;
}
.service-slider:first-child .services-box .service-image .service-roof3{
	left: 40%;
	top: 10%;
	z-index: 0;
}
.service-slider .service-image{
	text-align: center;
}
.service-slider.common2 .service-image img:last-child {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.service-slider.common3 .service-image img, .service-slider.common4 .service-image img, .service-slider.common5 .service-image img, .service-slider.common6 .service-image img {
	position: relative;
	left: 5px;
}
@media all and (min-width: 1600px){
	.roof-service-bg:before {height: 760px;}
	.roof-service-bg:after {height: 760px;}
	.banner-info h1 {margin-top: 10px;}
	.contact-form {padding: 10px 30px 0;top: 50%;transform: translateY(-50%);}
}
/*service-area section*/
.content-scroll {
	width: 100%;
	height: 180px;
	overflow-y: auto;
	padding-right: 15px;
}
.content-scroll p {
	color: #000;
}
/* width */
.content-scroll::-webkit-scrollbar { width: 5px; }
/* Track */
.content-scroll::-webkit-scrollbar-track {background: #f6f6f6;}
/* Handle */
.content-scroll::-webkit-scrollbar-thumb { background: #FF0013; border-radius: 5px;}
/* Handle on hover */
.content-scroll::-webkit-scrollbar-thumb:hover {background: #000; }

blockquote {
	position: relative;
	display: none;
	border-radius: 8px;
	padding: 0 16px;
	background-color: #fff;
	border-left: none !important;
	font-style: normal;
	text-align: right;
	z-index: 99;
	box-shadow: 0 0 8px;
}
.spots blockquote h6 {
	margin: 0 !important;
	text-align: left;
	padding: 10px;
	font-size: 16px;
}
.spots .learnmore-btn {
	position: relative;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 8px;
}
blockquote .notch {
	position: absolute;
	padding: 0;
	width: 0;
	height: 0;
}
blockquote .notch-top {
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-top: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
}
blockquote .notch-right {
	top: 50%;
	right: -10px;
	margin-top: -10px;
	border-top: 10px solid transparent;
	border-right: 0;
	border-bottom: 10px solid transparent;
	border-left: 10px solid rgba(0,0,0,0.7);
}
blockquote .notch-bottom {
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid rgba(0,0,0,0.7);
	border-right: 10px solid transparent;
	border-bottom: 0;
	border-left: 10px solid transparent;
}
blockquote .notch-left {
	top: 50%;
	left: -10px;
	margin-top: -10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 10px solid transparent;
	border-left: 0;
}
.hotspot-demo-1-left {
	position: relative;
	width: 100%;
}
.spots {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.spot {font-size: 26px;}
#spot-01, #spot-02, #spot-03, #spot-04, #spot-05, #spot-06, #spot-07, #spot-08, #spot-09, #spot-10, #spot-11, #spot-12, #spot-13, #spot-14, #spot-15, #spot-16 {display: flex;}	
#spot-01 {
	position: absolute;
	top: 40%;
	left: 19%;
}
#spot-02 {
	position: absolute;
	top: 14%;
	left: 28%;
}
#spot-03 {
	position: absolute;
	top: 24%;
	left: 54%;
}
div#spot-04 {
	position: absolute;
	top: 15%;
	left: 42%;
}
div#spot-05 {
	position: absolute;
	top: 36%;
	left: 43%;
}
div#spot-06 {
	position: absolute;
	top: 46%;
	left: 54%;
}
div#spot-07 {
	position: absolute;
	top: 38%;
	left: 60%;
}
div#spot-08 {
	position: absolute;
	top: 28%;
	left: 48%;
}
div#spot-09 {
	position: absolute;
	top: 20%;
	left: 32%;
}
div#spot-10 {
	position: absolute;
	top: 25%;
	left: 37%;
}
div#spot-11 {
	position: absolute;
	top: 29%;
	left: 57%;
}
div#spot-12 {
	position: absolute;
	top: 30%;
	left: 53%;
}
div#spot-13 {
	position: absolute;
	top: 23%;
	left: 75%;
}
div#spot-14 {
	position: absolute;
	top: 15%;
	left: 85%;
}
div#spot-15 {
	position: absolute;
	top: 28%;
	left: 68%;
}
div#spot-16 {
	position: absolute;
	top: 15%;
	left: 59%;
}
#spot-01:hover > blockquote, #spot-02:hover > blockquote, #spot-03:hover > blockquote, #spot-04:hover > blockquote, #spot-05:hover > blockquote, #spot-06:hover > blockquote, #spot-07:hover > blockquote,  #spot-08:hover > blockquote, #spot-09:hover > blockquote, #spot-10:hover > blockquote, #spot-11:hover > blockquote, #spot-12:hover > blockquote, #spot-13:hover > blockquote, #spot-14:hover > blockquote, #spot-15:hover > blockquote, #spot-16:hover > blockquote{
	display: block;
	top: 50px;
	left: -50%;
	width: 270px;
	box-shadow: 0px 0px 14px 0px #00000033;
}
.spots span {
	color: #fff;
	font-size: 26px;
}
div#spot-01:hover span, div#spot-02:hover span, div#spot-03:hover span, div#spot-04:hover span, div#spot-05:hover span, div#spot-06:hover span, div#spot-07:hover span, div#spot-08:hover span, div#spot-09:hover span, div#spot-10:hover span, div#spot-11:hover span, div#spot-12:hover span, div#spot-13:hover span, div#spot-14:hover span, div#spot-15:hover span, div#spot-16:hover span{
	color: #FF0013 ;
	cursor: pointer;
}
/*roof timeline*/
.slide-list span {text-transform: capitalize;}
.banner-section {position: relative;}
.banner-section:before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 251px;
	background-color: #f6f6f6;
	position: absolute;
	z-index: -1;
}
.roof-timeline {
	background-image: url(/wp-content/uploads/2023/07/time-line-bg-1.webp);
	height: 1200px;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position: top center;
	height: 747px;
	position: relative;
}
/*why-choose-us-section*/
.why-chooseus-right img {
	width: 100%;
	height: auto;
}
.why-chooseus-section {
	margin-top: -130px;
	position: relative;
}
.roof-image-right img, #renderImageMain {
	padding-left: 70px;
}
.whychooseus-bg{position: relative}
.whychooseus-bg:before {
	content: '';
	left: -110px;
	top: 30px;
	background-image: url(/wp-content/uploads/2023/07/whychooseus-fog-bg.webp);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}
.b-render__point:hover .b-tooltip {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: none;
	z-index: 3
}

.b-render__point:hover .b-render__image {
	z-index: 3
}

.b-render__point:hover .b-render__circle {
	z-index: 4
}

.b-render__point:hover:after {
	z-index: 3
}

.b-tooltip {
	padding: 20px;
	background-color: #f4f4f4;
	color: #939497;
	font-size: 17px;
	line-height: 1.411em;
	min-width: 262px;
	position: absolute;
	right: 50%;
	bottom: 50%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s ease-in-out,transform .3s ease;
	transform: translate(-20px,-20px);
	z-index: 99
}

.b-tooltip--right {
	left: 50%;
	right: auto;
	transform: translate(20px,-20px)
}

.b-3drender {
	position: relative;
	margin-top: 160px;
	margin-bottom: 60px
}

.b-3drender__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2
}

.b-3drender__circle {
	width: 164px;
	height: 164px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.b-3drender__img {
	position: relative;
	z-index: 1
}

.b-render {
	position: relative
}
.b-render__circle {
	width: 24px;
	height: 24px;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2
}

.b-render__circle:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.b-render__circle:before {
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: background-color .3s ease
}

.b-render__point {
	position: absolute
}

.b-render__point--1 {
	top: 32%;
	left: 26%
}

.b-render__point--2 {
	top: 22%;
	left: 68%
}

.b-render__point--3 {
	top: 76%;
	left: 38%
}
.b-render__point--4 {
	top: 62%;
	left: 82%
}

.b-render__point:after {
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: background-color .3s ease,box-shadow .3s ease;
	z-index: 1
}
.b-tooltip.b-tooltip--right h6 {padding-left: 20px;text-transform: capitalize;margin:0;}
.b-tooltip.b-tooltip--right {
	display: flex;
	align-items: center;
}
.b-tooltip.b-tooltip--right span {
	font-size: 30px;
	color: #000;
}
.b-render__point:hover:after {
	background-color: #fff;
	box-shadow: 0 11px 16px 0 rgba(37,37,37,.4)
}

.b-render__point:hover .b-render__circle:before {
	background-color: #4d5157
}
/* .b-render{
transition: transform .3s ease-in-out;
}
.b-render:hover {
-webkit-transform: scale(1.08);
transform: scale(1.08);
} */
.parallax--image {
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-render{
	transition: transform .3s ease-in-out;
}
/* .b-render:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.08);
} */
.move-rect {
	transition: transform 0.2s ease;
}
.b-render img {
	transition: transform 0.3s ease; 
}
.b-render:hover img {
	transform: scale(1.03);
	transition: transform 0.5s ease-in-out;
}

/*CTA*/
.roofcta-bg {
	background-image: url(/wp-content/uploads/2023/07/cta-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.cta-info p {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
}
.cta-info {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.quote-text p {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}
.quote-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}
.cta-info div {text-transform: capitalize;}
.quote-text a.button.btn-secondary {padding: 10px 16px;}

/*testimonials*/
.testimonials-section h2{
	position: relative;
}
.testimonials-section h2:before {
	content: '';
	left: 50%;
	bottom: -4px;
	width: 279px;
	height: 1px;
	background-color: #000;
	position: absolute;
	transform: translateX(-50%);
}
.google-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 18px;
}
.google-rating span {
	color: #000;
	font-weight: 500;
}
.testimonials-slider {
	display: flex;
	flex-wrap: wrap;
}
.testimonials-slider .testimonials-item {
	width: 33.3%;
	padding-right: 50px;
}
.review-text span {
	font-size: 45px;
	margin-right: 23px;
	border-right: 2px solid #FF0013;
	padding-right: 23px;
}
.reviewer-name {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	padding-bottom: 16px;
}
.testimonials-slider {padding-top: 45px;}
.testimonials-item.slick-current.slick-active {opacity: 1;}
.testimonials-item.slick-slide {opacity: 0.5;}
ul.slick-dots {
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}
/*branding*/
.logo-image.slick-slide {
	width: 200px;
	height: 80px;
}
.logo-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.client-logo .logo-image {
	padding: 0 30px;
	text-align: center;
}
.client-logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.client-logo .logo-image {
	position: relative;
}
.client-logo .logo-image:before {
	content: '';
	left: 0;
	top: -5px;
	width: 1px;
	height: 85px;
	background-color: #000;
	position: absolute;
}
.brand-section {
	padding-top: 16px;
}
.client-logo {
	padding-bottom: 50px;
}

/*timeline*/
.banner-slider {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.banner-slider .slide-content {
	width: 38%;
}
.banner-slider .slider.slider-for {
	width: 62%;
	padding-right: 35px;
	top: 210px;
}
.slide-content .slick-prev, .slide-content .slick-next {
	font-size: 0px;
	position: absolute;
	width: 45px;
	height: 45px;
	z-index: 1;
	background: transparent;
}
.slide-content .slick-prev:before, .slide-content .slick-next:before {
	content: '';
	left: auto;
	right: 6px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid;
	color: #FF0013;
	position: absolute;
}
.slide-content .slick-next {
	left: 20px;
	right: inherit;
	bottom: -40px;
}
.slide-content .slick-prev {
	left: 36px;
	top: -30px;
	transform: rotate(180deg);
}
.timeline-text {
	width: 50%;
	color: #fff;
}
.slide-list span {
	color: #fff;
}
.slide-content .slider.slick-slider {
	left: 175px;
	top: 160px;
}
.slide-content .slider.slick-slider .slide-list {
	padding: 11px 0;
}
.slide-content .slider.slick-slider .slide-list span {
	padding-left: 40px;
}
.slide-content, .slide-content .slick-current.slick-active{position: relative;}
.slide-content:before {
	content: "";
	position: absolute;
	left: 180px;
	top: 0;
	height: 786px;
	width: 1px;
	background-color: rgb(237 229 229 / 52%);
}
.slide-content .slick-current.slick-active:before {
	content: '';
	left: 0px;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: red;
	position: absolute;
	border-radius: 100%;
	transform: translateY(-50%);
}
.timeline-section-heading {
	position: absolute;
	left: 50%;
	top: 25%;
	transform: translateX(-50%);
}
.timeline-section-heading a.button.btn-secondary {margin-top: 40px;}

/*footer*/
.footer-logo img {padding-right: 14px;}
.footer-logo {padding-bottom: 24px;}
.footer-contact-info p {
	padding-left: 36px;
}
.footer-contact-info p > span {
	left: 0;
	top: 4px;
	font-size: 20px;
}
.footer-contact-info p {
	padding-left: 36px;
	padding-bottom: 26px;
}
.footer-contact-info p:nth-child(3) {padding-bottom: 0;}
.site-footer .icon-loaction:before {
	font-size: 28px;
}
.headertop-sticky {display: none;}
ul#menu-footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-tile {border-bottom: 1px solid;}
.working-hours {
	padding: 26px;
	border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.working-hours h3 {margin: 0 0 10px;}
.working-hours span {
	font-weight: 500;
	font-size: 16px;
}
.quickmenu-border:before, .quickmenu-border:after {
	content: '';
	width: 1px;
	height: 265px;
	background-color: rgb(255 255 255 / 50%);
	top: 0;
}
.quickmenu-border:before{left: -60px;}
.quickmenu-border:after {right: 30px;}
/* .service-area-section {margin: 60px 0 0;} */
.mobile-top-header {display: none;}
.home .for-footer,
.page-id-2183 .for-footer{
	display:none;
}

@media screen and (max-width:1680px){
	.absolute-img { top: -47%; }
}
@media all and (max-width: 1600px){
	ul#primary-menu li a {font-size: 14px;}
	.absolute-img {top: -43%;}
}
@media all and (min-width: 1600px){
	.home-banner img {
		width: 100%;
		height: 945px;
	}
	.roof-timeline {height: 1000px;}
	.timeline-section-heading {
		position: absolute;
		left: 50%;
		top: 25%;
		transform: translateX(-50%);
		width: 24%;
	}
	.roof-service-bg:after {bottom: 7%;}
}
@media only screen and (max-width: 1440px){
	.services-box .service-text {width: 40%;padding: 0px 40px 0 0;}
	.main-navigation ul li { margin: 0 18px 0px 0; padding: 0;}
	.roof-service-bg {
		background-position: unset;
		height: auto;
	}
	.slide-content:before { left: 144px;height: 588px;}
	.slide-content .slider.slick-slider {left: 139px;top: 54px;}
	.banner-slider .slide-content {width: 38%;}
	.timeline-section-heading {top: 18%;left:58%}
	.banner-slider .slider.slider-for {top: 120px;}
	.timelinecta-text {position: relative;top: -55px;left: 0px;padding-left: 16%;}
	#spot-01 {left: 7%;}
	.timeline-text {width: 66%;text-align: center;}
	.absolute-img {top: -40%;}
/* 	.sticky-section {height: 52vh;} */
	.contact-form {padding: 10px 30px 0;/*top: 56%;*/top: 57%; transform: translateY(-55%);}
	.contact-form .button.btn-secondary {
		position: relative;
		left: 45%;
		transform: translateX(-45%);
		top: 0;
	}
	.about-roof-services {top: -160px;height: 230px;}
}

@media only screen and (max-width: 1366px){
	.absolute-img {top: -32%;}
	.slide-content:before {left: 106px;height: 590px;}
	.slide-content .slider.slick-slider {left: 101px;top: 48px;}
	.banner-slider .slide-content {width: 36%;}
	.timeline-section-heading {left: 57%;top: 18%;transform: translateX(-54%);width: 34%;}
	.banner-slider .slider.slider-for {top: 110px;}
	.timelinecta-text {position: relative;top: -60px;left: 0px;padding-left: 12%;}
	.about-roof-services {top: -160px;height: 220px;}
}
@media only screen and (max-width: 1280px) {
	h2, .h2{font-size: 34px;}
	.slide-content:before {left: 64px;height: 587px;}
	.slide-content .slider.slick-slider {left: 59px;top: 52px;}
	.banner-slider .slide-content {width: 37%;}
	.timeline-section-heading {top: 26%;left:57%}
	.banner-slider .slider.slider-for {top: 110px;}
	.timelinecta-text {position: relative;top: -50px;left: 0px;}
/* 	.sticky-section {height: 54vh;} */
	.about-roof-services {top: -160px;height: 210px;}
}
@media all and (min-width: 1280px) and (max-width: 1366px){
	ul#primary-menu li a {font-size: 12px;}
	/* 	.main-navigation ul li {margin: 0 6px -10px 0;} */
	.featurebox-title {width: 62%;}
	.services-box .service-text {width: 45%;padding: 0px 40px 0 0;}
	#spot-01 {left: 7%;}
	.timeline-text {width: 66%;text-align: center;}
	.contact-form {width: 45%;}
	.contact-form {padding: 10px 30px 0;/*top: 56%;*/ top: 63%; transform: translateY(-55%);}
	.contact-form .button.btn-secondary {
		position: relative;
		left: 45%;
		transform: translateX(-45%);
		top: 0;
	}

}
@media all and (max-width: 1024px){
/* 	ul#primary-menu li a {font-size: 10px;} */
	.site-branding {width: 16%;}
	nav#site-navigation {width: 84%;}
/* 	.main-navigation ul li {margin: 0px 4px -10px 0;} */
	.custom-logo-head img {width: 20%;}
	.custom-logo-head p {padding-left: 44px;}
	.custom-logo-head:before {left: -10px;}
	.about-roof-services {top: -100px;}
	.footer-sitelogo{width: 75%;}
	.quickmenu-border:before {left: -46px;}
	.quickmenu-border:after {right: 0px;}
	.footer-contact-info a {word-break: break-word;}
	.working-hours {padding: 10px 8px;}
	.working-hours h3 {font-size: 20px;}
	.slide-content:before {height: 606px;}
	.why-choose-us h2 {padding-top: 26px;}
	.timeline-section-heading {left: 66%;width: 40%;}
	.contact-form {/*top: 54%;*/ width: 50%;padding: 16px;}
	.features-section{padding: 0 15px 60px 15px;}
}
@media all and (min-width: 768px) and (max-width: 991px){
	.corp-container {padding: 0 20px;}
	h1, .h1{font-size: 32px;	}
	h2, .h2{font-size: 26px;}
	.mobile-top-header, .features-section, .quote-text, .service-slider .services-box {display: block;}
	div#content {overflow: hidden;}
	.topheader/*, .contact-form*/, .custom-logo-head{display: none !important;}
	header#masthead {position: relative;top: 0;background-color: #fff;}
	.site-branding, .features-section, .features-section .feature-box, .featurebox-title, .service-slider .services-box .service-text, .service-slider .services-box .service-image, .banner-slider .slide-content, .timeline-section-heading {width: 100%;}
	.mobile-top-header ul li {list-style: none;display: inline-block;padding: 0 8px;font-size: 20px;}
	.mobile-top-header ul {margin: 0;display: flex;}
	.mobile-top-header {display: flex;align-items: center;justify-content: end;width: 100%;}
	.mobile-top-header .icon-mail:before {font-size: 22px;}
	.mobile-top-header ul li span {color: #000;font-size: 24px;}
	#mobile-menu-button {top: 0px;}
	#mobile-navigation {overflow-y: unset;}
	.banner-info h1 {font-size: 24px;}
	.absolute-img {top: -23%;}
	.sticky-section {height: auto;}
	.feature-box.feature-box-middle {padding: 0px 0 20px}
	.roof-service-bg {
		content: '';
		background-image: url(/wp-content/uploads/2023/07/service-bg-scaled.webp);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom;
		height: auto;
		width: 100%;
		z-index: -1;
	}
	.service-slider {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}
	.service-slider:first-child .services-box .service-image .service-roof1, .service-slider:first-child .services-box .service-image .service-roof2, .service-slider:first-child .services-box .service-image .service-roof3 {width: 40%;}
	.service-slider:first-child .services-box .service-image .service-roof1 {left: 20px;}
	.service-slider:first-child .services-box .service-image .service-roof2 {left: 23%;}
	.roofcta-bg {padding: 15px !important;}
	.about-roof-services {position: relative;top: 0;height: auto;}
	.service-slider .services-box {padding: 0px;}
	.site-header .site-branding .custom-logo-link {width: 150px;}
	#mobile-menu-button svg {height: 26px;width: 23px;}
	.banner-info {top: 120px;}
	.banner-info h1 {margin-bottom: 0;}
	.slide-content:before, .slide-content .slick-current.slick-active:before{position: relative;}
	.timeline-section-heading {top: 28%;left: 50%;transform: translateX(-50%);padding: 0 24px;}
	.slide-content .slick-prev {left: 0px;top: -8px;transform: rotate(92deg);}
	.slide-content .slider.slick-slider {left: 0px;top: 160px;}
	.slide-content .slick-next {bottom: -9px;left:auto;right: 0;transform: rotate(-92deg);}
	.slide-content .slider.slick-slider .slide-list span {padding-left: 60px;}
	.why-chooseus-section {margin-top: -60px;}
	.quickmenu-border:before, .quickmenu-border:after{width: 0;}
	.service-slider-wrapper {padding-bottom: 30px;}
	.testimonials-slider .testimonials-item {padding-right: 0px;}
/* 	.sticky-section.home-banner-top {height: 92vh;} */
/* 	.banner-cirecle-text {bottom: 53%;} */
	.why-choose-us h2 {padding-top: 0px;}
	.parallax--image {padding-bottom: 40px;}
	.b-render__point--1 {left: 37%;}
	.b-render__point--3 {left: 48%;}
}

@media all and (max-width: 767px){
	.corp-container {padding: 0 15px;}
	h1, .h1{font-size: 32px;	}
	h2, .h2{font-size: 26px;}
	.mobile-top-header, .features-section, .quote-text, .service-slider .services-box, .popup-info-section, .headertop-sticky {display: block;}
	div#content {overflow: hidden;}
	.topheader/*, .contact-form*/, .custom-logo-head{display: none !important;}
	header#masthead {position: relative;top: 0;background-color: #fff;}
	#mobile-navigation {overflow-y: unset;}
	.site-branding, .features-section, .features-section .feature-box, .featurebox-title, .service-slider .services-box .service-text, .service-slider .services-box .service-image, .banner-slider .slide-content, .timeline-section-heading {width: 100%;}
	.site-branding img {max-width: 138px;}
	.site-header .site-branding {padding-right: 0px;}
	.mobile-top-header ul li {list-style: none;display: inline-block;padding-right: 4px;}
	.mobile-top-header ul {margin: 0;display: flex;}
	.mobile-top-header {display: flex;align-items: center;justify-content: end;width: 100%;}
	.mobile-top-header .icon-mail:before {font-size: 22px;}
	.mobile-top-header ul li span {color: #000;font-size: 24px;}
	#mobile-menu-button {top: 0px;}
	.sticky-button, .sticky-button-show {bottom: 70px;top: unset;}
/* 	.banner-cirecle-text {bottom: 68%;} */
	.popup__content {width: 94%;padding: 30px 10px 14px;}
	.item-info {padding-bottom: 16px;}
	.banner-info h1 {font-size: 24px;}
	.absolute-img {top: -7%;}
	.sticky-section {height: auto;}
	.feature-box.feature-box-middle {padding: 0px 0 20px}
	.roof-service-bg {
		content: '';
		background-image: url(/wp-content/uploads/2023/07/service-bg-scaled.webp);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom;
		height: auto;
		width: 100%;
		z-index: -1;
	}
	.service-slider {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}
	.service-slider:first-child .services-box .service-image .service-roof1, .service-slider:first-child .services-box .service-image .service-roof2, .service-slider:first-child .services-box .service-image .service-roof3 {width: 60%;}
	.roofcta-bg {padding: 15px !important;}
	.about-roof-services {position: relative;top: 0;height: auto;}
	.service-slider .services-box {padding: 0px;}
	.site-header .site-branding .custom-logo-link {width: 150px;}
	#mobile-menu-button svg {height: 26px;width: 23px;}
	.banner-info {top: 120px;}
	.banner-info h1 {margin-bottom: 0;}
	.slide-content:before, .slide-content .slick-current.slick-active:before{position: relative;}
	.timeline-section-heading{left: unset; transform: unset}
	.slide-content .slick-prev {left: 0px;top: -8px;transform: rotate(92deg);}
	.slide-content .slider.slick-slider {left: 0px;top: 134px;}
	.slide-content .slick-next {bottom: -9px;left:auto;right: 0;transform: rotate(-92deg);}
	.slide-content .slider.slick-slider .slide-list span {padding-left: 30px;font-size: 14px;}
	.why-chooseus-section {margin-top: -60px;}
	.b-render__point--1 {left: 24%;}
	.b-render__point--2 {top: 27%; left: 60%;}
	.b-render__point--3 {left: 38%;}
	.b-render__point--4 {top: 64%; left: 72%;}
	.quickmenu-border:before, .quickmenu-border:after{width: 0;}
	.service-slider-wrapper {padding-bottom: 30px;}
	.testimonials-slider .testimonials-item {padding-right: 0px;}
	#spot-01:hover>blockquote {left: -16%;}
	#spot-01:hover blockquote .notch-top {left: 34px;}
	#spot-02:hover>blockquote {left: -40%;}
	#spot-02:hover>blockquote .notch-top {left: 39%;}
	.b-render__point--1:hover .b-tooltip{min-width: 235px;}
	.b-render__point--2:hover .b-tooltip {left: -123px; min-width: 260px;}
	.b-render__point--3:hover .b-tooltip {left: -123px; min-width: 220px;}
	.b-render__point--4:hover .b-tooltip {left: -173px; min-width: 270px;}
	.b-render:hover {-webkit-transform: scale(1); transform: scale(1);}
	#renderImageMain {padding-left: 0px;}
/* 	.sticky-section.home-banner-top {height: 850px;} */
	.headertop-sticky {
		background-color: #000000;
		padding: 15px;
		text-align: center;
		font-size: 20px;
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	.headertop-sticky span {
		color: #fff;
		font-size: 20px;
		padding-right: 10px;
	}
	.site-footer {margin-bottom: 50px;}
	.grecaptcha-badge {display: none !important;}
}

/* Safari 3.1 to 6.0 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sticky-section.home-banner-top {
		background-attachment: unset;
	}
}

/* Safari 7.0+ */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
	.sticky-section.home-banner-top {
		background-attachment: unset;
	}
}
/* Fix form and header for devices */
@media only screen and (min-width: 991px) and (max-width:1024px) {
	.banner-info h1, .banner-info .h1 {font-size: 40px !important;}
	.banner-info{top: 70px !important;}
	.contact-form {top: 66%;}
}
@media (max-width: 540px) {
	.inputWithIcon{width: 100%;}
	.banner-cirecle-text{height: 115px;}
	.banner-info {top: 0px;} 
}

@media (max-width: 1023px) {
    .contact-form {width: 90%;left: 20px;margin: 40px auto;}
}
@media only screen and (min-width: 1025px) and (max-width:1440px){
	nav#site-navigation {width: 90%;}
/* 	.main-navigation ul li {margin: 0px 5px 0px 0;} */
}
@media only screen and (min-width: 1441px) and (max-width: 1600px){
	.contact-form {top: 53%; }
}
@media only screen  and (min-width: 992px) and (max-width:1080px){
	.mail-info {padding-right: 10px;}
}
@media only screen and (min-width: 1025px) and (max-width:1080px){
	ul#primary-menu li a {font-size: 12px;}
	.banner-cirecle-text{bottom: 20%;}
}
@media (max-width: 1080px) {
    .banner-cirecle-text {width: 115px !important;}
	div#panel-9-0-0-1 .member{display: none !important}
}
@media only screen and (min-width: 900px) and (max-width: 912px) {
	.banner-cirecle-text {bottom: 25%;}
}
@media (min-width: 720px) and (max-width: 900px) and (orientation: portrait){
	.banner-cirecle-text {bottom: 30%;}
}
@media (min-width: 1281px) and (max-width: 1439px){
	.custom-logo-head {width: 15%;}
}
@media (min-width: 1024px) and (max-width: 1080px) and (orientation: portrait) {
	.banner-info{top: 55px;}
	.absolute-img { top: -22%;}
	.contact-form { top: 55%;}
}
@media (min-width: 1024px) and (max-width: 1180px) {
	ul#primary-menu li a{font-size: 12px;}
	.main-navigation ul li {margin: 0 7px 0px 0;}
	li.menu-item-has-children {margin-right: 20px !important;}
}
.member img{left: 10px;}
.member{
	position: fixed;
    right: 0px;
	background: #fff;
	padding: 10px;
    top: 50%;
	transform: translateY(-50%);
}
.hide {opacity: 0;}
.show {opacity: 1;}
.roof-service-bg {
    margin-right: 0px !important;
    padding-right: 0px !important;
}
.menu-item-has-children:after {
    content: ''; color: #2d2d2d !important; border-right: solid 2px #2d2d2d; border-bottom: solid 2px #2d2d2d; position: absolute; content: ''; height: 8px; width: 8px;
	right: -12px; top: 6px; rotate: 45deg;
}
@media (min-width: 1181px) {
	li.menu-item-has-children {margin-right: 35px !important;}
}
.member p{
	margin: 0;
	text-align: left;
	font-family: 'Reem Kufi';
}
.member strong {
	text-transform: uppercase;
	color: #000;
}
div#panel-9-0-0-1 {
	position: relative;
}
/* Gallery tab */
.custom-tabs{width: 100%;}
.tab-buttons{display: flex; gap: 10px; margin-bottom: 20px; justify-content:center}
.tab-btn{cursor: pointer;}
.tab-btn.active{background: #000;}
.tab-content{display: none;}
.tab-content.active{display: block;}
.gallery-video {
    width: 450px;
    max-width: 100%;
    height: auto;
    display: block;
	min-height: 350px
}
@media (max-width: 992px) {
	body #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
		margin: 5px !important;
	}
}
@media (max-width: 540px) {
	#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item.video {
		width: calc(100% - 10px);
	}
}
@media (max-width: 450px) {
    .gallery-video {
        width: 100%;
    }
}
@media (min-width: 991px) and (max-width: 1024px) {
.home .corp-container.bg--black {
    padding: 0 30px !important;
}
}