body {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
	margin:0;
	padding:0;
}
.floatBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
img.alignleft {
    float: left;
    margin: 0 0 50px 20px;
}
img.alignright {
    float: right;
    margin: 0 0 20px 50px;
}
header .adpHeader{
	margin:2em auto;
}
.top_panel_top{
	background-color: #f7f6f5;
}
.top_panel_top_contact_area {
    margin-top: 0.2em;
    margin-bottom: 0.45em;
    padding-left: 1rem;
    position: relative;
	text-align:left;
}
.top_panel_top_contact_area:before {
    content: '\e900';
	color: #e2bb4c;
    font-family: Fontello, sans-serif;
    font-size: 13px;
}
.top_panel_top_phone_area {
	text-align:right;
    margin-top: 0.2em;
    margin-bottom: 0.45em;
    padding-left: 1rem;
    position: relative;
}
.top_panel_top_phone_area:before {
    content: '\e901';
    color: #e2bb4c;
    font-family: Fontello, sans-serif;
    font-size: 13px;
    margin-right: 5px;
}
img.alignleft{
	margin-right:30px;
	float:left;
	border-radius:20px !important;
}
.csbtn a.elementor-button:hover .elementor-button-icon svg path{
	fill:#fff
}
.adpHoverImg .elementor-image-box-img{
	width:100%;
	height:240px;
	position:relative;
}
.adpHoverImg .elementor-image-box-img:hover:before {
    content: '\e8ca';
    font-family: 'fontello';
    color: #e2bb4c;
    font-size: 2em;
    cursor: pointer;
    display: block;
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    margin: auto;
    width: 100%;
}
.adpHoverImg .elementor-image-box-img:hover img{
	filter: brightness(0.5);
}
.adpHoverImg .elementor-image-box-content{
	background:#3a3a3a;
	border-top:solid 1px #fff;
	padding:15px; 0;
	margin-top: -6px;
}
.adpHoverImg .elementor-image-box-content h6{
	margin:0 !important		
}
.adpHoverImg .elementor-image-box-content h6 a:hover span{
	color:#fff !important;
}
.adpHoverImg .elementor-image-box-img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

/* contact form css */

.adpContactFrm {
	width:500px  
}
.adpContactFrm .adpfld input,
.adpContactFrm .adpfld textarea{
	background-color:#f5f5f5;
	height:50px;
	padding:0 20px;
	border:none;
	width:100%;
}
.adpContactFrm .adpfld textarea{
	resize:none;
	height:150px;
}
.adpContactFrm .adpbtn input[type='submit']{
	background-color:#d1ab3f;
	color:#fff;
	height:60px;
	padding:0 20px;
	border:none;
	width:170px;
	transition:ease all 1s;
	text-transform:uppercase;
}
.adpContactFrm .adpbtn input[type='submit']:hover{
	background-color:#333;
}

/* contact form css end */

/* service detail page css */
.adpWrapSrviceContainer{
	margin-bottom:50px;
}
.serviceContent h1{
	text-transform:none;
	font-size:28px;
	line-height:1.3;
	margin:0 0 10px;
	font-weight:400;
}
.serviceContent a{
	text-decoration:none;
}
.serviceContent h2 strong{
	font-weight:500;
	text-transform:none;
	font-size:26px;
	line-height:1.3;
	margin:0 0 10px;
	display:block;
}
.serviceContent h2 strong {
    font-weight: 500;
    text-transform: none;
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 10px;
    display: block;
}
.serviceContent h3 strong{
	font-weight:500;
	text-transform:none;
	font-size:22px;
	line-height:1.3;
	margin:0 0 10px;
	display:block;
}
.serviceContent h4 {
	font-weight:400;
	text-transform:none;
	font-size:16px;
	line-height:1.3;
	margin:0 0 10px;
	display:block;
}
.serviceContent h4 strong{
	font-weight:400;
}


.adpServiceLeftCol a.serviceThumbLink {
    min-height: 220px;
    border: solid 1px #efefef;
    height: 330px;
    display: block;
	margin-bottom:20px;
	display:block;
}
.adpServiceLeftCol a.serviceThumbLink img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	transition:ease all 1s;
}
.adpServiceLeftCol a.serviceThumbLink img:hover{
	filter:brightness(0.5);	
}

.adpServiceSidebar{
	background-color: #f5f5f5;
	padding: 30px;
	border-style: solid;
	border-width: 6px 0px 0px 0px;
	border-color: #64AC6C;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1) inset;
}
.adpServiceSidebar .widget_title a {
    margin-top: 0;
    margin-bottom: 1.2em;
    color: #4586c4;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
.adpServiceSidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}
.adpServiceSidebar ul li{
	position:relative;
	margin-bottom: 1.28em;
	padding-left: 1.15em;
}
.adpServiceSidebar ul li:before{
	content: '\e836';
    font-family: 'fontello';
    position: absolute;
    left: 1px;
    top: 0;
}
.adpServiceSidebar ul li a{
	display:block;
	text-decoration:none;
	color: #8f8f8f;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	margin-bottom: 1.28em;
}
/* service detail page css end */

/* area listing css start */

.WrapAreasListing {
    text-align: center;
    margin: 0 0 70px;
}
.WrapAreasListing h3 {
	font-size: 2.5714em;
	margin-bottom:50px;
}
.WrapAreasListing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: #fbfbfb;
    border-radius: 10px;
}
.WrapAreasListing ul li {
    margin: 0;
    border-bottom: solid 1px #dddbdb;
}
.WrapAreasListing ul li:last-child {
	border-bottom:none;
}
.WrapAreasListing ul li a {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 30px 20px;
}
/* area listing css end */

/* Slider Css Start */

ul#slider_6436 li .sliderItem img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top center;
}
.sliderContent {
    position: absolute;
    top: 30%;
    max-width: 620px;
}
.sliderSubTitle {
    color: #FFF;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 5.88px;
    text-transform: uppercase;
	margin:0 0 30px;
}
.sliderTitle {
    color: #FFF;
    font-family: "Lato", sans-serif;
    font-size: 110px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.sliderTitle .sliderSubTitle {
	display:inline-block;
}
.sliderDescription {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 37px;
}
.sliderContent a {
    text-decoration: none;
    display: block;
    text-align: left;
    width: 220px;
    height: 44px;
    line-height: 44px;
    padding: 0 32px;
    color: #262A40;
    border-radius: 30px;
    background: #fff url(../images/btn-arrow.svg) no-repeat center right 35px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.sliderContent a:hover {
    background: #262A40 url(../images/white-arrow.svg) no-repeat center right 35px;
    color: #fff;
}

/* Slider Css End */

.ClientLogo .swiper-slide img {
    width: 200px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}
.logo svg {
	width: 215px;
	fill: #fff;
}
.adpHeader .navbar-nav{
	gap: 20px;
}
.adpHeader .navbar-nav a {
    color: #8f8f8f;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 0.65em 0.88em 0.65em;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
}
.adpHeader .navbar-nav li#menu-item-620 a {
	background-color: #e2bb4c;
	position: relative;
    z-index: 0;
    padding: 0.65em 1.45em !important;
    margin-left: 1.65rem;
    margin-top: 1px;
	color:#fff;
	transition:ease all 1s;
}
.adpHeader .navbar-nav li#menu-item-620 a:hover {
	background-color: #d1ab3f;
}
.adpGetFreeQuoteFrm {
    display: grid;
    grid-template-columns: auto auto;
	gap:24px;
}
.adpGetFreeQuoteFrm p{
	margin:0;
}
.adpGetFreeQuoteFrm input,
.adpGetFreeQuoteFrm select {
	border-radius: 0;
	padding: 0.45em 1.55em;
	width:100%;
	height: 60px;
	line-height:60px;
	font-size:14px;
	color:#8f8f8f;
}	
.adpGetFreeQuoteFrm textarea{
	width:100%;
	height:150px;
	padding: 0.45em 1.55em;
	resize:none;
}
.adpSubmitBtn {
    position: absolute;
    right: 0;
    bottom: -24px;
    width: 47%;
}
.adpSubmitBtn input[type='submit']{
	background-color: #d1ab3f;
	cursor: pointer;
	font-size: 15px;
	color:#fff;
	text-transform:uppercase;
	padding: 0;
	font-weight: 700;
	transition:ease all 1s;
	border:none;
}
.adpGetFreeQuoteFrm input[type='submit']:hover { 
	background-color: #d1ab3fb8;
}
footer {
    background: #2f2f2f;
    padding: 6.9em 0 2em;
}
footer p{
	color: #8f8f8f;
}
ul#menu-footer-menu{
	display:grid;
	grid-template-columns:1fr
}
ul#menu-footer-menu li a{
	color: #8f8f8f;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.7px;
	text-transform:capitalize;
}
.footerSectionHeading {
    color: #fff !important;
    position: relative;
    padding-bottom: 1.45rem;
    font-size: 1.07em;
    font-weight: 700;
    margin-bottom: 1.25em;
    text-transform: uppercase;
}
.footerSectionHeading:after {
	background-color: #e2bb4c;
    position: absolute;
    content: '';
    height: 2px;
    width: 4.2rem;
    bottom: 0;
    left: 0;
}
footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
footer ul a{
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	color: #8f8f8f;
}
ul.footersocicalinks {
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer-title {
    display: inline-block;
    width: 5rem;
	vertical-align: top;
	color: #fff;
}
.footer-text {
    display: inline-block;
	vertical-align: top;
	color: #8f8f8f;
}
.footer-text a{
	color:#fff;
	text-decoration:none;
	transition:ease all 1s;
}
.footer-text a:hover{
	color:#e2bb4c
}
.footerCopyright {
    background-color: #2f2f2f;
}
.footerCopyright .container{
    padding: 35px 0 35px;
    border-top: solid 1px rgba(255, 255, 255, 0.10);	
}
.footerCopyright a{
	display:inline-block;
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.7px;
	text-decoration:none;
	position:relative;
	padding-right:25px
}
.footerCopyright a:after{
	content:'';
	background-color:#D9D9D9;
	width:1px;
	height:10px;
	position:absolute;
	top:7px;
	right:10px;
}
.footerCopyright a:last-child:after{
	content:initial;
}
.footerCopyright p {
	color: #8f8f8f;
	font-size: 14px;
	line-height: 1.5715em;
	font-weight: 400;
	margin:0;
}
.adpBannerContainer{
	width:100vw;
	height: 100vh;
	position: relative
}
.adpBannerContainer .adpBannerVideo{
	position: absolute;
	z-index: 0;
}
#adpBannerVideo {
	width: 100vw;
	height: auto;
}
.adpBannerContent {
	position: absolute;
	z-index: 1;
	text-align: center;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	align-content: center;
}
h1.banner-heading.banner-text {
	font-size: 100px;
	line-height: 90px;
	text-align: center;
	padding: 0 6rem;
	font-weight: 300;
}
#bookingModal {
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,.8);
	color: rgba(255,255,255,.8);
	text-transform: uppercase;
	padding: 15px 20px;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	width: 290px;
	display: inline-block;
}
#bookingModal:hover {
	background-color: rgba(255,255,255,.8);
	color: #000;
	border-color: 1px solid rgba(0,0,0,.8);
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
	.top_panel_top {
		padding: 15px;
	}
	.top_panel_top_contact_area,
	.top_panel_top_phone_area{
		margin:0;
		padding:0;
		font-size:14px;
		text-align: center;
	}
	.adpHeader .navbar-nav li#menu-item-620 a {
		margin-left: 0;
		display: inline-block;
	}
	.adpContactFrm {
		width:100%  
	}
	.WrapAreasListing h3, h3.CSHeading, h1.CSHeadingH1.sc_item_title {
		font-size: 2em;
	}
	.WrapAreasListing ul {
			grid-template-columns: 1fr 1fr;
	}
	.WrapAreasListing ul li a {
		font-size: 14px;
		padding: 20px 10px;
		text-transform: capitalize;
	}
	.serviceContent {
		margin-bottom: 50px;
	}
	.adpHomeServices {
		padding:0;
	}
	.adpHomeServices li {
		width: 100% !important;
	}
	section .blog-posts.grid {
		grid-template-columns: 1fr;
	}
	footer {
		padding: 60px 0;
	}
	footer .col-12 {
		margin-bottom: 30px;
	}
	footer .col-12.col-sm-4.ps-5 {
		padding-left: 15px !important;
	}
	.footerCopyright p {
		padding: 0 15px;
	}
	.footerCopyright .container {
		padding: 20px 0;
	}
	.footerCopyright .row {
		margin:0;
	}
}