@import url('https://fonts.googleapis.com/css2?family=Lato&family=Poppins:wght@400;500;600;700&display=swap');
body,p{
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	line-height:25px;
	color:#000;
	top:0;
	left:0;
	padding:0;
	margin:0;
	 
}
*{
	font-family: 'Poppins', sans-serif;

}
a, button, input,textarea,select{
	font-family: 'Poppins', sans-serif;
}
::-webkit-input-placeholder { /* Edge */
	color: rgb(0, 0, 0);
  }

h1,h2,h3,h4{
	font-family: 'Poppins', sans-serif;
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}
li{
	display:inline-block;
}
img{
	max-width:100%;
}
section{
	width:100%;
	padding:50px 0;
	float:left;
}
.nopadding{
	padding:0!important;
	margin:0!important;
}
.nosidepadding{
	padding-left:0!important;
	padding-right:0!important;
}
.topmenu-holder{
	border-bottom:2px #f1f1f1 solid;
	padding:10px 0;
}
.topmenuholder{
	width:100%;
	float:left;
   text-align: center;
}
.topmenuholder ul{
	width:auto;
	padding-top:9px;
}
.topmenuholder ul li {
    display: inline-block;
    padding: 7px 6px;
    position: relative;
}
.topmenuholder ul li a{
	color:#000;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.topmenuholder ul li a:hover{
	color:#e37f0d;
}
.logo-holder{
	width:100%;
	float:left;	
}
.logo-holder img{
	max-width:70%;
}
.sub-menu{
	width:220px!important;
	position:absolute;
	left:0;
	top:35px;
	padding:15px;
	background:#fff;
	display:none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(128,125,128,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(128,125,128,1);
box-shadow: 0px 0px 5px 0px rgba(128,125,128,1);
z-index: 9990;
}
.sub-menu li{
	width:100%!important;
	text-align: left!important;
}
.topmenuholder ul li:hover .sub-menu{
	display:block;
}
.ctaholeder{
	width:100%;
	float:left;
	text-align: right;
}
.ctaholeder a{
	color:#fff;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
}
.ctaholeder a:hover{
	color:#e37f0d;
}
.full-form-holder {
    width: 100%;
    padding: 8px;
    float: left;
}
.ctaholeder i{
	color:#fff;
}
.slidersec{
	position:relative;
	padding:0;
	margin:0 0 50px;
}
.mainbase{
	padding:120px 0 190px;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	position:relative;
	background-position:center center!important;
	height:750px;
}
.bannercaption span{
	font-size: 30px;
	color:#fff;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	font-weight: 400;
	line-height:30px;
}

.bannercaption {
    font-size: 60px;
    line-height: 50px;
    color: #ff5200;
    padding: 20px 0;
    font-weight: 500;
    margin: 0;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.6);
}
.smaallheading {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    margin: 0;
}
.bannerform {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: auto;
    max-width: 1440px;
    background: rgba(255,.5);
    background: rgba(255,255,255,.5);
    padding: 30px;
    z-index: 99;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(30px) brightness(124%);
    backdrop-filter: blur(24px) brightness(124%);
}
.bannerformfieldholder{
	width:22%;
	float:left;
	padding:0 10px;
}
.banner-text-holder{
	background:rgba(0,0,0,.7);
	padding:20px;
	margin-top:193px;
}
.bannerformfieldholder input[type=text],.bannerformfieldholder input[type=email],.bannerformfieldholder input[type=tel],.bannerformfieldholder select{
    width:100%;
	height:55px;
	background:#fff;
	border:0;
	padding: 10px;
	font-size: 17px;
}
.bannerform-button-holder{
	width:12%;
	float:left;
	padding:0 10px;
}
.bannerform-button-holder input[type=submit], .bannerform-button-holder input[type=button] {
    padding: 16px 30px;
    background: #ff5200;
    border: 0;
    color: #fff;
    text-transform: uppercase;
	cursor:pointer;
	font-size: 16px;
    font-weight: 500;
	width:100%;
}
.bannerform-button-holder input[type=submit]:hover{
	background: #000;
	color:#fff;
}
.blurb{
	width:100%;
	padding: 10px;
	float:left;
}
.blurb img {
    max-width: 100%;
    border-radius: 6px;
    transform: scale(1);
    transition: all .3s;
	filter: brightness(.8) grayscale(1);
}
.blurbcell:hover img{
	transform: scale(1.1);
	filter: brightness(.8) grayscale(0);
}
.float-section{
	position:absolute;
	padding:0 20px 50px!important;
	bottom:0;
	z-index: 2;
	text-align: center;
}
.pos-rel{
	position:relative;
}
.blurbheading{
	font-weight: 500;
	margin:0;
	
}
.bigwhiteheading{
	color:#fff;
	font-size: 45px;
	width:100%;
	text-align: center;
	padding-bottom:50px;
}
.blurb .imgholder{
	width:100%;
	text-align: center;
	float:left;
	padding-bottom:15px;
	overflow: hidden;
	height:580px;
}
.contentholder{
	width:100%;
	float:left;
	padding:10px 0;
}
.blurb p{
	width:100%;
	float:left;
	padding:5px 0;
}
.blurb h5{
	font-size: 23px;
	font-weight: 500;
	color:#000;
	width:100%;
	padding:5px 0;
	float: left;
	margin:15px 0 0;
}
.blurbheading a{
	font-size: 24px;
	color:#fff;
	padding:0 0 15px;
	width:100%;
	float:left;
	text-decoration: none;

}
.blurbheading a:hover{
	text-decoration: underline;
}
.blurbbutton {
    padding: 10px 13px;
    color: #fff;
	border: 0;
	text-decoration: none;
	margin-top: 28px;
   /* background: #ff5200;
    border-radius: 5px;   
    cursor: pointer;
    float: left; */
    font-size: 16px;
    font-weight: 400;
}
.blurbcontactbutton {
    padding: 10px 13px;
    color: #fff;
    background: #10b447;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    float: right;
    margin-top: 28px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.blurbcontactbutton:hover{
    background:#000;
}
.bigbutton{
	padding:15px 42px;
   color:#fff;
   background:#ff5200;
   border-radius: 5px;
   border:0px;
   cursor:pointer;
   float:left;
   margin-top:40px;
   text-decoration: none;
   font-size: 17px;
    font-weight: 500;
}
.blurbbutton a{
	background:#ff5200;
}
.blurbbutton:hover, .blurbbutton a:hover,.bigbutton:hover{
	background:#000;
}
.m-top-40{
	margin-top:40px;
}
.mainsecheading {
    font-size: 46px;
    line-height: 60px;
    color: #000;
    padding: 0 0 20px;
    float: left;
    width: 100%;
    margin: 0;
	font-weight: 500;
}
.mainsecheading span{
	font-weight: 600;;
}

.smallheading {
    font-size: 34px;
    line-height: 40px;
    color: #000;
    padding: 0 0 20px;
    float: left;
    width: 100%;
    margin: 0;
	font-weight: 600;
	margin:0 0 25px;
	text-align: center;
}
.smallheading span{
	font-weight: 500;
	font-size: 27px;
}

.greenshade{
	margin:50px 0;
	background:#f1f1f1;
}
.commonimgholder{
	width:100%;
	float:left;
	padding-right:30px;
	text-align: center;
}
.shadowimg img{
	max-width: 100%;
	-webkit-box-shadow: -18px 15px 0px 0px rgba(0,0,0,0.15);
-moz-box-shadow: -18px 15px 0px 0px rgba(0,0,0,0.15);
box-shadow: -18px 15px 0px 0px rgba(0,0,0,0.15);
}
.info-list{
	padding-top:60px;
	float:left;
}
.icon-holder{
	width:100%;
	padding-bottom:20px;
	float:left;
}
.icon-holder i{
	color:#ff5200;
	font-size: 44px;
}

.icon-holder img{
	max-width:52px;
}
.info-heading{
	font-size: 28px;
	padding:0;
	margin:0 0 12px;
	width:100%;
	float:left;
	line-height:37px;
	font-weight: 500;
}
.info-text{
	width:100%;
	float:left;
	padding:0;
	margin:0;
}
.info-text a{
	color:#000;
	text-decoration: none;
}
.info-list li{
	display:inline-block;
	padding:0 15px;
}
.info-list li:first-child{
	padding:0 15px 0 0;
}
.info-list li:last-child{
	padding:0 0 0 15px;
}
.enquirysec{
	padding:100px 0;
	background: url('../images/querybackground.jpg')no-repeat center center;
	background-size: cover;
	margin:50px 0;
}
.bigheading {
    font-size: 72px;
    line-height: 60px;
    color: #fff;
    padding: 0 0 20px;
    float: left;
    width: 100%;
    margin: 100px 0 0 00;
    line-height: 89px;
}
.whitetext{
	color:#fff;
}
.quickformholder {
    width: 100%;
    background: rgba(255,255,255,.4);
    padding: 45px;
    float: left;
    border-radius: 8px;
    -webkit-backdrop-filter: blur(28px) brightness(130%);
    backdrop-filter: blur(11px) brightness(120%);
}
.pl-60{
	padding-left:60px;
}
.quickformholder h3 {
    color: #000;
    font-size: 35px;
    padding: 0;
    margin: 0 0 16px 0px;
    float: left;
    width: 100%;
	font-weight:500;
}
.quickformholder p{
	padding-bottom:15px;
	padding-top:12px;
}
.quickform{
	width:100%;
	float:left;
	padding: 10px 0;

}
.quickform input[type=text],.quickform input[type=tel],.quickform input[type=email],.quickform select{
	width:100%;
	background:#fff;
	border:1px #ccc solid;
	height:53px;
	padding:10px;
	float:left;
	font-size: 17px;
}
.quickform textarea{
	width:100%;
	background:#fff;
	border:1px #ccc solid;
	height:120px;
	padding:10px;
	float:left;
	font-size: 17px;
}
.quickform input[type=submit] {
    background-color: #ff5200;
    padding: 14px 33px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    border: 0;
    margin-top: 10px;

	border-radius:5px;
	font-weight: 500;
}
.quickform input[type=submit]:hover{
	background:#000;
}
.leftaps{
	padding-bottom:20px;
	float:left;

}
.leftaps h3 {
    width: 100%;
    font-size: 42px;
    float: left;
    padding: 0 0 20px;
    font-weight: 500;
}
.leftaps p{
	width:100%;
	float:left;
	font-size: 26px;
	text-transform: capitalize;
	padding:0;
	margin:0;
	line-height:35px;
}
.startflexc{
	display:flex;
}
.flexone{
	flex:1;
}
.owlholder{
	height:350px;
}
.brandwolholder{
	height:auto;
}
.locationcell{
	padding:15px;
	width:100%;
	float:left;	
	height:374px;
}
.brandcell{
	padding:15px;
	width:100%;
	float:left;	
	height:174px;
}
.location-img {
    width: 100%;
    padding-bottom: 16px;
    float: left;
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
	border-radius:5px;
}
.location-img img{
	max-width:100%;

}
.owl-location .item{
	padding:0 15px;
}
.locationname {
    font-size: 29px;
    color: #000;
    padding: 0;
    margin: 14px 0 15px 0;
    width: 100%;
    float: left;
    font-weight: 500;
}
.locationcell a{
	color:#ff5200;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	padding:15px 0 10px;
	position: relative;
}
.locationcell a:after{
	content:'';
	width:0;
	height:2px;
	background:#ff5200;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .3s;

}
.locationcell a:hover:after{
	width:100%;
}
.iconbox{
	width:100%;
	display:inline-block;
	padding:20px 0;
}
.iconbox .iconholder{
	width:auto;
	float:left;
	padding-right:10px;
}
.iconbox .contentholder {
    width: 84%;
    float: left;
    padding: 0 0 0 10px;
}
.iconbox .contentholder h3 {
    width: 100%;
    font-size: 25px;
    float: left;
    padding: 0 0 20px;
    margin: 0;
	font-weight: 500;
}
.iconbox .contentholder p{
	width:100%;
	float:left;
}
.footersection{
	background:#fff;
	border-top:1px #85eeb4 solid;
	padding:0;
	margin:50px 0 0 0;
}
.logoholder-footer{
	width:1005;
	float:left;
	padding-bottom:50px;
}
.logoholder-footer img{
	max-width:70%;
}
.footerabout{
	width:100%;
	float:left;
	padding-bottom:30px;
}
.footerabout h3, .footercontact h3 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 26px;
    width: 100%;
    float: left;
    font-weight: 500;
}
.footercontact p{
	width:100%;
	float:left;
	padding-bottom:8px;
}
.footercontact p i{
	padding-right:8px;
	color: #ff5200;
}
.footercontact p a{
	color:#000;
	text-decoration: none;
	position:relative;
	padding-bottom:4px;
}
.footerabout p{
	float:left;
	width:100%;
	padding-bottom:30px;
}
.footerbutton{
	background:transparent;
	color:#ff5200;
	font-size: 17px;
	font-weight: 700;
	position:relative;
	text-decoration: none;
	padding-bottom:8px;
}
.footerbutton:after{
	width:0;
	left:50%;
	height:1px;
	background-color: #ff5200;
	transition: all .4s;
    position:absolute;
	content:'';
	bottom:0;
	
}
.footerbutton:hover:after,.footercontact p a:hover:after,.footercontact ul li a:hover:after{
	width:100%;
	left:0;
}
.footercontact p a:after{
	width:0;
	left:50%;
	height:1px;
	background-color: #000;
	transition: all .4s;
    position:absolute;
	content:'';
	bottom:0;
}
.footercontact ul{
	width:100%;
	padding:0;
	margin:0px;
	float:left;
}
.footercontact ul li{
	width:1005;
	float:left;
	padding:5px 0;
	width:100%;
}
.footercontact ul li a{
	color:#000;
	text-decoration: none;
	position:relative;
	padding-bottom:4px;

}
.footercontact ul li a:after{
	width:0;
	left:50%;
	height:1px;
	background-color: #000;
	transition: all .4s;
    position:absolute;
	content:'';
	bottom:0;
}
.location-list{
	width:100%;
	padding:20px 0 0;
	margin:0;
	list-style: none;
}
.location-list li{
	width:100%;
	padding:8px 0;
	display:inline-block;
	border-bottom:1px #ccc solid;

}
.location-list li a{
	color:#000;
	text-decoration: none;
	font-size: 16px;
}
.location-list li a i{
	padding-right:7px;
}
.propertyblock{
	width:100%;
	padding:15px;
	background:rgb(238, 237, 237);
	display:inline-block;
	height:378px;
}
.propertyblock .imgbase{
	width:100%;
	text-align: center;
	padding-bottom:15px;
	display:inline-block;
	height:193px;
	overflow:hidden;
}
.propertyblock h4 {
    font-weight: 700;
    width: 100%;
    float: left;
    margin: 0;
    font-size: 20px;
}
.propertyblock h5{
	margin:0;
}
.flat-details h2{
	width:100%;
	margin:0;
	padding:0 0 10px;
	color:#000;
	float:left;
}
.flat-details p{
	padding:0;
	margin:0;
	width:100%;
	float:left;
}
.flat-details h3,.flat-details h4{
	width:100%;
	float:left;
	margin:5px 0;
}
.formholder{
	width:100%;
	padding:20px 0;
	float:left;
}
.formholder h2 {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 28px;
}
.formfieldholder{
	width:100%;
	float:left;
	padding:8px 0;
}
.formfieldholder input[type=text],.formfieldholder input[type=tel],.formfieldholder input[type=email]{
	width:100%;
	height:45px;
	 border:1px #ccc sol;id;
	 float:left;
	 padding:5px 15px;
}
.formfieldholder textarea{
	width:100%;
	height:120px;
	border:1px #ccc sol;id;
	float:left;
	padding:5px 15px;
}
.formfieldholder input[type=submit]{
	padding: 10px 30px;
    color: #fff;
    background: #ff5200;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    float: left;
    margin-top: 15px;
	font-size: 17px;
	font-weight: 500;
}
.formfieldholder input[type=submit]:hover{
	background:#000;
}
.contactimg img{
	margin-top:45px;
}
.backbtndv{
	width:100%;
	padding:20px 0 0;
	float:left;
	text-align: center;
}
.mt-30{
	margin-top:30px;
}
.prevpage {
    padding: 12px 70px;
    border-radius: 5px;
    background: #ff5200;
    color: #fff;
    cursor: pointer;
    border: 0;
    font-size: 20px;
    margin-top: 13px;
	float:right;
	text-decoration: none;
}
.prevpage:hover{
	background:#000;
}
.contactcell{
	width:100%;
	float:left;
	padding:6px 0;
}
.directcontact{
	padding:8px;
	color:#fff!important;
	border:0;
	border-radius: 5px;
	background: #ff5200;
	cursor:pointer;
	font-size: 16px;;
}
.whatsbtn{
	padding:26px 106px;
	color:#fff!important;
	border:0;
	border-radius: 5px;
	background:url('../images/whatsapp (2).png')no-repeat;
	background-size: 100%;
	cursor:pointer;
	font-size: 16px;;
	text-decoration: none;;
}
.contactcell a{
	color:#000;
}

.popupdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,.5);
    transition: all .3s;

}
.whitebase {
    width: 50%;
    max-height: 381px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
.popcloser {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
}
.cls {
    cursor: pointer;
    background: #ff0000;
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px #fff solid;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.rowpop {
    width: 100%;
    display: flex;
    float: left;
}
.flex-one-half{
	flex:1.5;
}
.flex-one{
	flex:1;
}
.popheading {
    font-size: 20px;
    color: #000;
    padding: 20px 20px 0px;
    border-bottom: 1px #ccc solid;
    width: 100%;
    margin: 0 0 15px;
    float: left;
}
.imgholder {
    background-position: center center!important;
    background-size: cover!important;
	background-repeat: no-repeat!important;
}
.contact-block{
	width:100%;
	padding:15px;
	border:1px #000 solid;
	display:inline-block;
	height: 220px;
	border-radius:5px;
}
.contact-block .icon-holder{
	text-align:center;
}
.contact-block .info-heading{
	text-align: center;
}
.contact-block .info-text{
	text-align: center;
}
.faqlist{
	width:1005;
	padding:0;
	margin:0;
	display:inline-block;
}
.faqlist li {
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #f6f6f6;
    border-bottom: 2px #fff solid;
}
.faqheading {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.faqheading h3{
	width:100%;
	padding:9px 20px;
	float:left;
	font-size: 20px;
	color:#000;
	text-align: left;
	cursor:pointer;
	margin:0;
}
.faqheading h3 i{
	float:right;
	font-size: 16px;
	transform: rotate(90deg);
	transition: all.3s;
}
.faqcontent{
	display:none;
	float:left;
	margin-top:20px;
}
.faqcontent p{
	padding:0px 20px;
}
.activeheading{
	background: #ff5200;

}
.activeheading i{
	transform: rotate(-90deg)!important;
}
.active-form-content{
	display:block;
}
.section-heading{
	width:100%;
	padding:0;
	margin:0 0 15px;
	color:#000;
	font-size: 35px;
	font-weight: 500;
}
.topbar{
	width:100%;
	background:#000;
	padding:3px 0;
}
.mt-100{
	margin-top:100px;
}
.topbar i{
	padding:0 5px;

}
.headerinfo-cell{
	float:right;
	padding-left:15px;
}
.headerinfo-cell a{
	text-transform: lowercase!important;
}
.iconbox img{
	max-width:50px;
	opacity:.6;
}

.footer-copyright{
	background:#f0f0f0;
	padding:3px 0;
	border-top:1px #ccc solid;
}

.heartBeat2 {
    animation: beat .25s infinite alternate;
    transform-origin: center;
    color: #ff5722;
}
@keyframes beat{
	to { transform: scale(1.4); }
}

@keyframes beat{
	to { transform: scale(1.4); }
}


.custom-heart {
    margin-top: 0px;
	  display: inline-block;
}
.topcontactbutton a {
    padding: 12px 13px;
    background: #ff5200;
    color: #fff;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
}
.topcontactbutton{
	float:left;
	padding-top:17px;
}
.topcontactbutton a:hover{
	background: #000;
}
.socialmedia{
	width:100%;
	float:left;
	padding:10px 0;
}
.socialmedia a{
	color:#000;
}
.socialmedia i{
	padding-right:15px;
	color: #ff5200;
}

.boundry-block{
	float: left;
    padding: 20px;
}
.inner-cont-block{
	float: left;
    border-right: 1px #cecece solid;
	width:100%;
}
.no-border{
	border:0;
}
.animation-imghoder{
	width:100%;
	float:left;
	text-align: center;
}
.animation-imghoder img{
	width:45%;
	border-radius: 24px;
	background: ;
}
.popup{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:-1400px;;
	z-index: 999;
	background: rgba(0,0,0,.7);
	transition: all .3s;
	visibility: hidden;
	opacity:0;
	overflow:auto;

}
.activepop{
	top:0;
	visibility: visible;
	opacity:1;
}
.whitebox{
	width:700px;
	height:650px;
	background:#fff;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.popcontentholder{
	width:100%;
    padding:30px;
	float:left;	
}
.popcloser {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 999;
}
.cls {
    cursor: pointer;
    background: #ff0000;
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px #fff solid;
    text-align: center;
    color: #fff;
    font-size: 22px;
	line-height:0;
}
.whitecell{
	width:100%;
	text-align: center;
	left:0;
	top:0;
	float:left;
}
.color-dell{
	width:100%;
	text-align: center;
	left:0;
	top:0;
	float:left;
	display:none;
}
.imgbox{
	width:45%;
	border-radius:24px;
	padding:20px;
	border:1px #ff5200 solid;
}

.backcolor{
	background:#ff5200;
}
.descriptionbox{
	padding:15px 0 0;
	width:100%;
	float:left;
}
.descriptionheading{
	width:100%;
	text-align: center;
	font-size: 19px;
	font-weight: 500;;
	padding:0;
	margin:0;
	float:left;
}
.descriptioncontent{
	width:1005;
	padding:10px 0 0;
	text-align: center;
    float:left;
}
.fullwidthimage{
	width:100%;
}
.gapleft{
	padding-left:70px;
}
.bigpr{
	font-size:24px; 
	line-height:38px; 
	font-weight: 600;
}
.shadowtext{
	text-shadow: 0px 0px 4px rgba(1,1,1,0.7);
}
.widthless30{
	padding:30px;
	height:170px!important;
}
.width-auto{
	width:auto!important;
}
.pd-15{
	padding:20px;
}
.testimonial-base{
	width:100%;
	padding:20px;
	float:left;
	-webkit-box-shadow: 0px 0px 7px 3px rgba(214,214,214,.6);
	-moz-box-shadow: 0px 0px 7px 3px rgba(214,214,214,.6);
	box-shadow: 0px 0px 7px 3px rgba(214,214,214,.6);
}
.personal-data-feedbacker{
	width:100%;
	padding:0 0 15px;
	float:left;
}
.feedback-img{
	width:86px;
	height:86px;
	border-radius: 100%;
	border:2px #ccc solid;	
	float:left;
	overflow: hidden;
}
.name-address-cell {
    width: 76%;
    padding: 20px 0 0 15px;
    float: right;
}
.name-address-cell h5{
	font-size: 16px;
	font-weight: 500;
	padding:0;
	margin:0 ;
	width:100%;
	float:left;
}
.name-address-cell p{
	width:100%;
	font-style: italic;
	float:left;
}
.mb-50{
	margin-bottom:50px;
}
.hometesti-holder{
	width:100%;
	padding:20px;
	float:left;
}
.top-img-base{
	width:100%;
	float:left;
	padding-bottom:50px;
	text-align: center;
}
.top-img-base img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 3px #ff5200 solid;
    position: relative;
}

.top-img-base img:after{
    width:0;
	left:50%;
	height:1px;
	background-color: #ff5200;
	transition: all .4s;
    position:absolute;
	content:'';
	bottom:0;
}
.home-testi-content{
	width:100%;
	background:#fff;
	margin-top:-30px;
	text-align: center;
	padding:20px;
	float:left;
}
.nameaddress-tag {
    width: 100%;
    text-align: center;
    padding: 0 0 40px;
    background: #fff url('../images/quote.png')no-repeat;
    background-position: bottom center;
    /* background: #fff; */
    float: left;
}
.bottomspace{
	width:100%;
	height:20px;
	background-color: #fff;
	float:left;
}
.staydown{
	margin-top:60px;
	transition: all .5s;
	
}
.staydown:hover{
	margin-top:45px;
}
.staydown:hover .home-testi-content,.jumphovereffect:hover .home-testi-content{
	-webkit-box-shadow: 0px 0px 7px 3px rgba(214,214,214,.6);
	-moz-box-shadow: 0px 0px 7px 3px rgba(214,214,214,.6);
	box-shadow: 0px 0px 7px 3px rgba(214,214,214,.6);
}
.brandwolholder .owl-theme .owl-nav{	
    display: block!important;
}
.brandwolholder  .owl-theme .owl-nav [class*=owl-]{
	font-size: 69px!important;
}
.brandwolholder .owl-theme .owl-nav [class*=owl-]:hover{
	background:transparent!important;
	color:#000;
}
.brandwolholder .owl-nav{
	position: absolute;
    width: 100%;
    top: 45%;
}
.brandwolholder  .owl-prev{
	float:left;
}
.brandwolholder  .owl-next{
	float:right;
}
.special-input-box{
	width: 45%;
    padding: 10px 15px;
    margin: 0;
    float: left;
    display: table-cell;
}
.text-between-inputs{
	width: 10%;
    padding: 10px 15px;
    margin: 0;
    float: left;
    display: table-cell;
}
.commonwhatapp{
    width:50px;
	height:50px;
	position:fixed;
	right:0;
	bottom:20px;
	z-index: 999;
	cursor:pointer;
}
.commonwhatapp img{
	max-width:100%;
}
.jumphovereffect{
	transition: all .5s;
	margin:0;
	
}
.jumphovereffect:hover{
	margin-top:-15px;
}
.searchfieldbox{
	float:left;
	padding:0 4px;
}
.searchfieldbox select{
	height:45px;
	border:1px #ccc solid;
	padding:8px;
	border-radius: 5px;
	font-size: 17px;
	float:left;
}
.searchfieldbox input[type=text],.searchfieldbox input[type=number]{
	width:100px;
	height:45px;
	border:1px #ccc solid;
	padding:8px;
	border-radius: 5px;
	font-size: 17px;
	float:left;
}
.searchbtn {
    padding: 12px 14px;
    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: #ff5200;
    float: left;
	cursor:pointer;
}
.noticeboard{
	width:100%;
	float:left;
	padding-top:12%;
	display:none;
}
.noticeboard h2{
	width:100%;
	float:left;
	text-align: center;
	font-size: 35px;
	color:#000;
}
.noticeboard p{
	width:100%;
	text-align: center;
	font-size: 17px;

}
.noticeboard a{
	color:#ff5722;
	text-decoration: underline;
	font-size: 17px;
}
.searchinsearch{
	background:#fcfcfc;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px #ccc solid;
}
.searchheading{
	margin:15px 0 0;
}

.searchheading {
    font-size: 30px;
    line-height: 60px;
    color: #000;
    padding: 0 0 20px;
    float: left;
    width: 100%;
    margin: 20px 0 0;
	font-weight: 500;
}
.menusearchbar {
    background: #ff5722;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    width: 40px;
    margin-top: -6px;
}
.searchslider {
    width: 450px;
    height: 0px;
    background-color: #fafafa;
    padding: 0px;
    position: absolute;
    top: 40px;
    left: -220px;
    z-index: 99;
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 6px 1px rgba(0,0,0,0.3);
overflow:hidden;
opacity:0;
transition: all .3s;
}
.activesearch{
	height:483px!important;
	padding:20px!important;
	opacity:1!important;
}
.searchslider h2 {
    font-size: 20px;
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    float: left;
    font-weight: 500;
}
.searchslider input[text]{
	width:100%;
	border-radius: 0;
	border:1px #ccc solid;
	font-size: 16px;
	padding:9px;
	height:40px;
	margin:8px 0;
}
.searchslider select{
	width:100%;
	border-radius: 0;
	border:1px #ccc solid;
	font-size: 16px;
	padding:9px;
	height:40px;
	margin:8px 0;
}
.posrel{
	position:relatie;
}
.pd-15{
	padding:15px;
}
.closebtn{
	float:right;
	cursor:pointer;
	background-color: #ff0000;
	color:#fff;
}
.searchbtnnav{
	padding: 9px 28px;
    border-radius: 5px;
    background: #ff5200;
    color: #fff;
    cursor: pointer;
    border: 0;
    font-size: 17px;
    margin-top: 13px;
    float: right;
    text-decoration: none;
}
.thumbrow{
	width:100%;
	margin-top:15px;
	float:left;
	text-align: center;
}
.galthumb{
	width:80px;
	height:80px;
	margin:5px;
	padding:0;
	overflow:hideen;
	cursor:pointer;
	display:inline-block;
}
.galthumb img{
	max-width:100%;
}
.no-side-padding{
	padding-left:0!important;
	padding-right:0!important;
}
.collapsemenu{
	width:30px;
	height:22px;
	float:right;
	padding:5px;
	cursor:pointer;
	display:none;
}
.collapsemenu span{
   width:100%;
   float:left;
   height:2px;
   background:#000;
   margin:2px 0;
}
.menuclosebtn{
	width:30px;
	height:30px;
	transform: rotate(45deg);
	float:right;
	display:none;
}
.menuclosebtn button {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}
.activemenu{
	display:block;
}
.activeclose{
	display:block;
}
.dissablecollapse{
	display:none!important;
}
.mobile-drop-icon{
	display:none;
	float:right;
	padding:0 10px;

}
.mobile-drop-icon i{
	font-size: 15px;
	color:#000;
	float:left;
}
.oninmobile{
	display:none;
}
.megamenubase{
	position:absolute;
	top:35px;
	padding:15px;
	background: #fff;
	width:230px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(128,125,128,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(128,125,128,1);
    box-shadow: 0px 0px 5px 0px rgba(128,125,128,1);
    z-index: 9990;
	left:0;
	display:none;
}
.topmenuholder ul li:hover .megamenubase{
	display:block;
}
.megamenubase ul{
	width:200px;
	float:left;
	padding:0 20px 0 0;
	list-style: none;
	margin:0;
}
.megamenubase ul:last-child{
	padding:0!important;
}
.megamenubase ul li{
	width: 100%!important;
    text-align: left!important;
}
@media (max-width: 980px) {
   .top-text-area{
	padding-top:0!important;
	padding-bottom:0!important;
   }
   .mobile-drop-icon{
		display:block;
	}
   .ctaholeder{
	text-align: left;
   }
   .megamenubase{
	width:230px!important;
	left:0!important;
   }
   .headerinfo-cell{
	float:left;
	padding-left:0;
   }
   .whitetext{
	font-size: 14px;
	line-height: 19px;
   }
   .offinmobile{
	display:none;
   }
   .oninmobile{
	display:block;
	}
   .bannerform{
	position:relative;
	float:left;
	bottom:0;
   }
   .bannerformfieldholder{
	width:50%;
   }
   .bannerformfieldholder input[type=text], .bannerformfieldholder input[type=email], .bannerformfieldholder input[type=tel], .bannerformfieldholder select {
    width: 100%;
    height: 44px;
    padding: 5px;
    font-size: 15px;
    border: 1px #7d7d7d solid;
    margin: 4px 0;
}
.bannerform-button-holder {
    width: 200px;
    padding:10px;
}
.bannerform-button-holder input[type=submit], .bannerform-button-holder input[type=button],.bigbutton {
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 500;
}

.slidersec {
    margin: 0 0px;
}
.owl-mainbanner .owl-stage-outer{
	height:550px;
}
.banner-text-holder{
	margin-top:50px;
}
.mainsecheading{
	font-size: 29px;
    line-height: 39px;
}
.brandwolholder .owl-nav {
    top: 34%;
}
.blurbbutton{
	padding: 7px 10px;
	font-size: 13px!important;
}
.blurbheading a,.blurb h5{
	font-size: 20px;
}
   .sub-menu{
	width:100%!important;
	top:10px;
	position: relative;
   }
   .ctaholeder a{
	 font-size: 14px;
	 line-height: 19px;
   }
   .logo-holder img {
   	  max-width: 190px;
	}
	.mobile-nopadding{
		padding:0 15px;
	}
	.collapsemenu{
		display:block;
		margin-top: 9px;
	}
	.logo-holder{
		width:auto;
	}
	.topmenuholder {
		width: 100%;
		float: left;
		margin-top: -28px;
	}
	.topmenuholder ul {
		width: 100%;
		background:#fff;
		
	}
	.mobilemenu{
		display:none;
	}
	.activemenu{
		display:block;
	}
	.topmenuholder ul li {
		display: inline-block;
		padding: 7px 6px;
		position: relative;
		width: 100%;
		text-align: left;
		background: #f1f0f0;
		padding: 5px 10px;
		margin-bottom: 2px;
	}
	.topcontactbutton{
		float:none
	}
	.monile-center{
		text-align: center;
	}
	.mb-15{
		margin-bottom:15px;
	}
	.topcontactbutton {
		margin-top: -14px;
	}
	.whitebox {
		width: 100%;
		height: auto;
		float: left;
		background: #fff;
		 position: relative; 
	}
	
	.one-half-gap{
		padding-top: 10px;
       padding-bottom: 10px;
	}
	.gap{
		height:0;
	}
	.searchslider {
		width: 100%;
		height: 0px;
		background-color: #fafafa;
		padding: 0px;
		position: absolute;
		top: 40px;
		left: -0;
	
		
	}
	.closebtndiv{
		width: 30%;
    float: right;
    margin-top: -30px;
	}
	.mobile-half{
		width:50%!important;
	}
	.quickformholder h3 {
		color: #000;
		font-size: 23px;
		padding: 0;
		margin: 0 0 16px 0px;
		float: left;
		width: 100%;
		font-weight: 500;
		line-height: 30px;
	}
	.activesearch{
		height:483px!important;
		padding:20px!important;
		opacity:1!important;
    }
	.bigheading {
		font-size: 55px;
		margin: 10px 0 0 00;
		line-height: 66px;
	}
	.enquirysec .whitetext{
		font-size: 18px;
        line-height: 24px;
	}
	.pl-60 {
		padding-left: 0;
		padding-right: 0;
	}
	.enquirysec {
		padding: 50px 0;
	}
	.leftaps h3 {
		font-size: 28px;
		line-height:38px;
		margin:0;
	}
	.quickform input[type=text], .quickform input[type=tel], .quickform input[type=email], .quickform select {
		height: 43px;
		padding: 8px;
		font-size: 15px;
	}
	.quickform textarea {
		height: 100px;
		padding: 8px;
		font-size: 15px;
	}
	.quickform input[type=submit] {
		padding: 9px 29px;
		font-size: 15px;
	}
	.location-img {
		width: 100%;
		padding-bottom: 6px;
		margin-bottom: 5px;
		height:auto;
	}
	.locationname {
		font-size: 20px;
		padding: 0;
		margin: 3px 0 12px 0;
	}
	.locationcell{
		height:auto;
	}
	.owlholder {
		height: auto;
	}
	.greenshade {
		margin: 0px 0;
	}
	.smallheading {
		font-size: 25px;
	}
	.smallheading span {
		font-size: 21px;
	}
	.imgbox {
		width: 15%;
	}
	.descriptionheading {
		font-size: 16px;
	}
	.iconbox .contentholder h3 {
		font-size: 21px;
	}
	.prevpage {
		padding: 8px 49px;
		font-size: 17px;
		margin-top: 13px;
	}
	.smallheading {
		margin: 0;
	}
	.staydown {
		margin-top: 0px;
	}
	.footerabout h3, .footercontact h3 {
		padding: 0 0 10px 0;
		font-size: 22px;
	}
	.gapleft {
		padding-left: 0px;
	}
}
@media (max-width: 600px) {
	.activesearch{
		height:483px!important;
		padding:20px 5px!important;
		opacity:1!important;
    }
	.top-text-section{
		display:none;
	}
	.topcontactbutton a{
		padding:9px 11px;
		font-size: 14px;;
	}
	.item row{
		display:inline-block;
		margin:0!important;
	}
	.item .two-fifth{
		padding:0;
	}
	.bannercaption{
		font-size: 42px;
		line-height: 36px;
	}
	.bannercaption span,.smaallheading{
		font-size: 20px;
		line-height: 25px;
	}
	.mainsecheading {
		font-size: 21px;
		line-height: 28px;
	}
	.blurbheading a, .blurb h5 {
		font-size: 18px;
	}
	.leftaps h3 {
		font-size: 21px;
		line-height: 28px;
		margin: 0;
	}
	.owl-bigcompany .owl-stage-outer{
		height:210px;
	}
	.brandcell{
		padding:0 15px;
	}
	..widthless30{
		padding:0 30px;
		height:auto;
	}
	.bigheading {
		font-size: 39px;
		margin: 10px 0 0 0;
		line-height: 43px;
	}
	.enquirysec .whitetext {
		font-size: 17px;
		line-height: 24px;
		padding-bottom: 20px;
	}
	.quickformholder{
		padding: 15px;
	}
	.imgbox {
		width: 31%;
	}
	.leftaps p {
		font-size: 23px;
		line-height: 28px;
	}
	.searchfieldbox {
		width: 50%;
	}
	.searchfieldbox select,.searchfieldbox input[type=text], .searchfieldbox input[type=number]{
		width:100%;
	}
	.prevpage {
		padding: 8px 32px;
		font-size: 14px;
		margin-top: 13px;
		width:100%;
	}
	.commonimgholder {
		width: 100%;
		float: left;
		padding-right: 0;
		text-align: center;
	}
	.contactcell span{
		float: left;
    padding-top: 20px;
    width: 100%;
	}
	.directcontact{
		margin-top: -20px;
		width: 164px;
	}
	.whatsbtn {
		background-size: 164px;
		font-size: 16px;
		text-decoration: none;
		margin-top: -5px;
    float: left;
	}
	.whitebase{
		width:90%;
	}
	.rowpop {
		display:block;
		float: left;
	}
	.mt-100 {
		margin-top: 50px;
	}
	.section-heading {
		
		font-size: 27px;
		font-weight: 500;
		line-height: 30px;
	}
	.info-list li:first-child {
		padding: 0 15px;
	}
	.contact-block {
		height: 270px;
	}
	.contactimg{
		padding-top:0!important;
	}
	.info-list li:last-child {
		padding: 0 15px;
	}	
}