body{
	font-family: 'Roboto', sans-serif!important;
	overflow-x: hidden!important;
}

.overFloa{
	overflow: hidden!important;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #e24a30;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #2e100b; 
}



.float-left{
	float: left;
}

.float-right{
	float: right;
}

.right-padd{
	padding: 0px;
	padding-right: 10px;
}





.video-popup{
	height: 100%;
	width: 100%;
	position: fixed;
	background: rgba(255,255,255,0.9);
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.video-block{
	display: block!important;
}

.video-sec{
	height: 100vh;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.video-sec video{
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.Vclose{
	height: 30px;
	width: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: transparent;
	z-index: 99999;
	border-radius: 50%;
	border: 1px solid #000000;
	cursor: pointer;
}

.Vclose span{
	position: relative;
	top: 30px;
	right: 15px;
	color: #000000;
	font-weight: 300;
}

.Vclose:after,
.Vclose:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 65%;
  background: #000000;
}

.Vclose:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.Vclose:before {
  transform: translate(-50%, -50%) rotate(45deg);
}



.header{
	float: left;
	width: 100%;
	background: #FFFFFF;
	position: relative;
	height: 102px;
}

.logo{
	float: left;
	margin-top: 15px;
}

@media(max-width: 486px){
	.logo img{
		width: 280px!important;
	}
	.booking_space{
		width: 180px!important;
		height: 50px!important;
	}
	.b-icon{
		height: 24px!important;
		width: 24px!important;
	}
	.booking{
		font-size: 14px!important;
	}
}

.navbarmain{
	/*float: left;*/
	/*text-align: right;*/
	padding: 0;
	margin: 0;
	margin-left: 70px;
	width: auto;
	right:36px;
	/*right: 265px;*/
	position: absolute;
	/*background: green;*/
}

.navbarmain li{
	list-style: none;
	float: left;
}

.navbarmain li:nth-child(){
	display: none;
}

.navbarmain li a{
	/*background: #FFFFFF;*/
	margin-left: 15px;
	padding: 40px 15px;
	float: left;
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
	position: relative;
	z-index: 1;
	transition-duration: .2s;
}

.navbarmain li a:hover{
	color: #FFFFFF!important;
}

.navbarmain li a::after{
	position: absolute;
	content: '';
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	z-index: -1;
	transition-duration: .2s;
	transform: scale(0);
	background: #2b2931!important;
}

.navbarmain li a:hover::after{
	transform: scale(1);
}

.active{
	background: #2b2931!important;
	color: #FFFFFF!important;
}

.booking{
	color: #FFFFFF;
	font-size: 15px;
}

.booking:hover{
	color: #FFFFFF
}

.booking:hover .booking_space{
	background: #2b2931;
} 

.booking_space{
	background: #e24a30;
	width: 265px;
	height: 102px;
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	transition-duration: .3s;
}

.b-icon{
	height: 30px;
	width: 30px;
	margin-left: 20px;
	margin-right: 10px;
}

@media(max-width: 1329px){
	.header{
		height: auto;
	}
	.dd{
		width: 100%;
		float: left;
	}
	.navbarmain{
		float: right!important;
		text-align: right;
		padding: 0;
		margin: 12px 0px 0px 0px;
		display: block;
		right: 0;
		position: relative;
		background: #FFFFFF;
	}
}

@media(max-width: 768px){
	.navbarmain{
		margin: 0;
	}
}

.menu_space{
	display: none;
	cursor: pointer;
}

@media(max-width: 768px){

	.menu_space{
		height: 50px;
		width: 50px; 
		display: block;
		float: left;
		position: absolute;
		bottom: 0;
		z-index: 3;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transition: all ease-in-out 0.5s;
	    -o-transition: all ease-in-out 0.5s;
	    -ms-transition: all ease-in-out 0.5s;
	    -moz-transition: all ease-in-out 0.5s;
	    -webkit-transition: all ease-in-out 0.5s;
	}

	.rot{
		transform: translateY(-115px) rotate(90deg);
		-webkit-transform: translateY(-115px) rotate(90deg);
		-ms-transform: translateY(-115px) rotate(90deg);
	}

	.menu_space path {
		fill: none;
		-webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
		-o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
		transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
		stroke-width: 20px;
		stroke: #e24a30;
		stroke-dashoffset: 0px;
	}

	.menu_space path#top,
	.menu_space path#bottom {
		stroke-dasharray: 240px 950px;
	}

	.menu_space path#middle {
		stroke-dasharray: 240px 240px;
	}

	.menu_space.cross path#top,
	.menu_space.cross path#bottom {
		stroke-dashoffset: -650px;
  		stroke-dashoffset: -650px;
	}

	.menu_space.cross path#middle {
		stroke-dashoffset: -115px;
  		stroke-dasharray: 1px 220px;
	}


	.booking_space{
		background: #e24a30;
		width: 225px;
		height: 70px;
		position: relative;
		float: right;
		display: flex;
		align-items: center;
		transition-duration: .3s;
	}



	.navbarmain{
		position: absolute;
		z-index: 2;
		top: 0;
		background: #2b2931;
		padding: 0px 0px;
		width: 100%;
		height: 0vh;
		transition: all ease-in-out 0.5s;
	    -o-transition: all ease-in-out 0.5s;
	    -ms-transition: all ease-in-out 0.5s;
	    -moz-transition: all ease-in-out 0.5s;
	    -webkit-transition: all ease-in-out 0.5s;
	}

	.navbarmains{
		padding: 20px 0px;
		height: 100vh;
	}


	.navbarmain li{
		width: auto;
		float: left;
		display: none;
	}

	.navs{
		width: 100%!important;
		float: left!important;
		display: block!important;
	}


	.navbarmain li a{
		/*background: #FFFFFF;*/
		margin-left: 0px;
		display: none;
		text-align: center;
		padding: 20px 10px;
		width: 100%!important;
		float: left;
		font-size: 15px;
		font-weight: 400;
		color: #FFFFFF;
		text-decoration: none;
		position: relative;
		z-index: 1;
		transition-duration: .2s;
	}

	.navbarmain li a::after{
		background: transparent;
	}


	.navbarmain li a::after{
		background: transparent!important;
	}


	.active{
		background: transparent!important;
		color: #FFFFFF!important;
	}

	.logo{
		width: 100%;
		display: block;
		float: left;
		margin-bottom: 20px;
	}
	.logo img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}


	.drp-product{
		color: #FFFFFF;
	}
	.drp-list{
		background: red!important;
		width: 100%!important;
		height: 100vh;
		top: 70px!important;
		left: 0!important;
	}
	.drp-list li a{
		margin: 10px 0px 10px 0px!important;
		text-align: center!important;
	}
}

.drp-product{
	position: relative;
	cursor: pointer;
}

@media(max-width: 487px){
	.rot{
		transform: translateY(-90px) rotate(90deg);
	}
}

@media(max-width: 768px){
	.drp-product::after{
		content: '';
		position: absolute;
		top: 27px;
		left: calc(50% - -40px);
		height: 6px;
		width: 6px;
		border-right: 1.5px solid #FFFFFF;
		border-bottom: 1.5px solid #FFFFFF;
		transform: rotate(45deg);
		background: transparent;
		z-index: 99999;
	}
}

.drp-product:hover .drp-list{
	/*display: block;*/
}

.disBlock{
	display: block!important;
}

.disNone{
	display: none!important; 
}

@keyframes fadIn{
	0%{
		-webkit-transform: translate3d(0, 20px, 0);
    	transform: translate3d(0, 20px, 0);
	}
	100%{
		-webkit-transform: translate3d(0, 0px, 0);
    	transform: translate3d(0, 0px, 0);
	}
}

.drp-list{
	background: #2b2931;
	position: absolute;
	padding: 0px;
	top: 102px;
	left: 15px;
	width: 200px;
	z-index: 9;
  	display: none;
  	animation-duration: .3s;
  	animation-name: fadIn;
}

.drp-list li {
	float: left;
	width: 100%;
	color: #FFFFFF;
}

.drp-list li a{
	color: #FFFFFF;
	display: block;
	text-align: left;
	width: 100%;
	padding: 5px 0px!important;
	margin: 10px 0px 10px 15px;
	font-size: 14px;
    font-weight: 400;
}
.drp-list li a::after{
	position: absolute;
	content: '';
	top: 0%;
	left: -15px;
	height: 100%;
	width: 3px;
	z-index: -1;
	transition-duration: .2s;
	transform: scale(0);
	background: #e24a30!important;
}

.drp-list li a:hover::after{
	transform: scale(1);
}












.banner{
	padding: 50px 0px;
	width: 100%;
	float: left;
	background: url(../images/main-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.banner_content{
	height: 100%;
	width: 100%;
	float: left;
	/*background-color: red;*/
}

.banner_content h2{
	margin-top: 100px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 44px;
	font-weight: 900;
	font-size: 34px;
}

.banner_content h1{
	font-size: 41px;
	font-weight: 100;
	color: #FFFFFF;
	margin-top: 20px;
}

.owl-carousel .active{
	background: transparent!important;
}

@media(max-width: 992px){
	.banner{
		padding: 20px 0px!important;
	}
	.banner_content h2{
		margin-top: 50px;
		font-size: 28px;
		font-weight: 700;
	}
	.banner_content h1{
		font-size: 35px;
	}
}







.about_first_panel{
	width: 100%;
	float: left;
	background: #FFFFFF;
}

.quote_box{
	width: 100%;
	float: left;
	position: relative;
	padding: 40px 80px 50px 0px;
}

.quote-img{
	float: left;
}

.quote_box h2{
	color: #000000;
	font-size: 30px;
	font-weight: 100;
	line-height: 46px;
	margin-top: 25px;
	margin-left: 20px;
	padding-left: 80px;
}

.exp-bg{
	height: 400px;
	width: 100%;
	background-image: url("../images/exp-bg.jpg");
	position: relative;
	padding: 40px;
	z-index: 33;
}

.exp-bg::after{
	content: '';
	position: absolute;
	right: 20%;
	bottom: -61px;
	height: 61px;
	width: 0.5px;
	background: #e24a30;
}

.exp-bg h1{
	font-size: 50px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 46px;
	position: relative;
	margin-top: 50px;
}

.exp-bg h1::after{
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	background: #FFFFFF;
	height: 3px;
	width: 133px;
}

.exp-bg h1 span{
	font-weight: 100;
	font-size: 30px;
	text-transform: uppercase;
}

.exp-bg p{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 50px;
}

.exp-bg p span{
	margin-right: 15px;
	margin-left: 15px;
}

@media(max-width: 800px){
	.quote-img{
		height: 55px;
	}
	.quote_box h2{
		padding-left: 65px;
		margin-top: 17px;
	}
}

@media(max-width: 444px){
	.quote-img{
		height: 45px;
	}
	.quote_box h2{
		padding-left: 45px;
		margin-top: 12px;
		font-size: 27px;
	}	
	.quote_box{
		padding: 20px 0px 20px 0px;
	}
	.exp-bg{
		height: auto!important;
	}
	.exp-bg h1{
		font-size: 40px;
		line-height: 40px;
	}
	.exp-bg h1 span{
		font-size: 24px;
	}
	.exp-bg h1::after{
		position: absolute;
		bottom: -20px;
		left: 0;
		height: 2px;
		width: 113px;
	}
}

@media(max-width: 576px){
	.exp-bg{
		height: 350px;
	}
	.exp-bg p{
		margin-top: 90px;
	}
}







.about_second_panel{
	width: 100%;
	background: #FFFFFF;
	float: left;
	background-image: url("../images/overlay_bg.jpg");
	background-size: 1100px 700px!important;
	background-repeat: no-repeat;
	padding: 100px 0px 60px 0px;
	position: relative;
	z-index: 1;
	margin-top: -160px;
}

.abt-head{
	font-size: 28px;
	line-height: 44px;
	color: #FFFFFF;
	font-weight: 800;
	text-transform: uppercase;
}

.abt-para{
	font-size: 14px;
	line-height: 33px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-right: 30px;
	margin-top: 25px;
}

.abt-link{
	background: #e24a30;
	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 20px;
	float: left;
	transition-duration: .3s;
}

.abt-link:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #2b2931;
}

.abt-link:hover .im{
	transform: rotate(180deg);
}

.im{
	margin-left: 40px;
	transform: rotate(0);
	transition-duration: .3s;
}

.abt-gal{
	width: 100%;
	float: left;
}

.abt-gal-img{
	width: 100%;
}

.cleaner-img{
	width: 100%;
	position: absolute;
	background: url(../images/cleaner.png);
	height: 396px;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0;
}

.cleaner-img::before{
	content: '';
	width: 420px;
	height: 0.5px;
	background: #e24a30;
	position: absolute;
	top: 50%;
	left: 100%;
}

@media(max-width: 444px){
	.abt-link{
		padding: 7px 15px;
	}
	.im{
		margin-left: 20px;
	}
	.abt-gal {
		margin-top: 35px!important;
	}
}








.about-overlay{
	background-image: url("../images/overlay_bg.jpg");
	padding: 100px 0px 60px 0px;
	width: 1100px;
	background-repeat: repeat-y;
}

.about_after_bg{
	/*height: 0px;*/
	width: 100%;
	float: left;
	background: red;
	position: absolute;
	top: 0;
	z-index: 2;
	margin-top: 100px;
	margin-bottom: 60px;
}

.abt-gal{
	margin-top: 60px;
}


@media(max-width: 1200px){
	.about_second_panel{
		width: 100%;
		float: left;
		height: auto!important;
		background-size: cover!important;
		padding: 100px 0px 60px 0px;
		margin-top: -40px;
	}
	.cleaner-img{
		position: relative!important;
		margin-top: 30px;
	}
	.cleaner-img::before{
		display: none;
	}
	.non-row{
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media(max-width: 572px){
	.cleaner-img{
		height: 236px;
	}
}





.product_range_panel{
	width: 100%;
	float: left;
	background: #f3f1ee;
	padding: 50px 0px 100px 0px;
}


@media(max-width: 992px){
	.product_range_panel{
		padding: 50px 0px 10px 0px;
	}
}

.pro-head{
	font-size: 25px;
	font-weight: 900;
	color: #000000;
	text-transform: uppercase;
	display: block!important;
}

.pro-head span{
	color: #e24a30;
}

.pro-para{
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color: #000000;
	font-size: 16px;
	line-height: 33px;
	margin-top: 20px;
}

.abt-link2{
	background: #e24a30;
	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: -80px;
	float: right;
	transition-duration: .3s;
}

.abt-link2:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #2b2931;
}

.abt-link2:hover .im{
	transform: rotate(180deg);
}

.im{
	margin-left: 40px;
	transform: rotate(0);
	transition-duration: .3s;
}

@media(max-width: 1200px){
	.abt-link2{
		margin-top: 20px;
	}
	.product_area{
		margin-top: 20px!important;
	}
}


















.pb{
	width: 100%;
	background: green;
}

.sec {
  width: 100%;
  float: left;
}

.product_area{
	width: 100%;
	float: left;
	margin-top: 50px;
	/*background: green;*/
}

.product_img_box{
	height: 275px;
	width: 100%;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

.product_box{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.product_box:hover .pro-img{
	transform: scale(1.1);	 
}

@media(max-width: 1200px){
	.product_box:hover .pro-img{
		transform: scale(1);	 
	}
}

.product_img_box img{
	max-height: 100%;
    max-width: 100%;
    margin: auto;
    object-fit: contain;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition-duration: .3s;
    transform: scale(1);
}

.product_det_box1{
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 10px 0px 15px;
}

.pro-line{
	width: 1px!important;
	height: 55px!important;
	position: absolute;
	left: 25%;
	top: -30px;
	background: #a6a4a4;
}

.pro-name{
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 27px;
	color: #000000;
}

.pro-sub-name{
	font-size: 15px;
	font-weight: 100;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}


@media(max-width: 992px){
	/*.product_img_box img{
	    object-fit: cover;
	}*/
}

.sec img {
  width: 100%;
  cursor: pointer;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  z-index: 111;
  background: #7f8c8d;
  perspective: 1000;
  -webkit-animation-name: fadeInUpl;
  animation-name: fadeInUpl;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
}

@keyframes fadeInUpl {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(0px);
  opacity: 999999;
  background-position: center;
  background-size: cover;
  background-color: #2b2931!important;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  margin: 15px;
  cursor: pointer;
  opacity: 1;
}

@media(max-width: 768px){
	.close{
		left: 0;
		width: 20px;
		height: 20px;
	}
	.close:after,
	.close:before{
		width: 1.5px!important;
	}
}

.close:hover{
	opacity: 1;
}

.close:after,
.close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;
  height: 100%;
  background: #FFFFFF;
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}







.product_enquiry{
	width: 100%;
	float: left;
	background-image: url("../images/enqbg.png");
	background-size: cover;
	background-color: #f3f1ee;
}

.enquiry-head{
	color: #FFFFFF;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 44px;
	margin-top: 180px;
}

.enquiry-head span{
	text-transform: lowercase;
}

.enquiry-para{
	color: #FFFFFF;
	line-height: 33px;
	font-weight: 400;
	font-size: 14px;
	margin-top: 30px;
}

.abt-link3{
	background: #2b2931;
	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
	transition-duration: .3s;
}

.abt-link3:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #e24a30;
}

.abt-link3:hover .im{
	transform: rotate(180deg);
}

.im{
	margin-left: 40px;
	transform: rotate(0);
	transition-duration: .3s;
}

.abt-link35{
	background: #2b2931;
	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
	margin-top: 30px;
	transition-duration: .3s;
}

.abt-link35:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #e24a30;
}

.abt-link35:hover .im{
	transform: rotate(180deg);
}

.gen-img{
	width: 100%;
	position: relative;
	top: 110px;
}

@media(max-width: 1200px){
	.gen-img{
		top: 70px;
	}
}

@media(max-width: 992px){
	.gen-img{
		top: 0;
		margin: 50px 0px 30px 0px;
	}
}

.enquiry_form{
	width: 100%;
	float: left;
	padding: 50px 25px;
	background: #FFFFFF;
}

.enquiry_form_head{
	text-transform: uppercase;
	color: #000000;
	font-size: 25px;
	font-weight: 900;
}

.enquiry_form_head span{
	color: #e24a30;
}

.enquiry_form_para{
	font-size: 15px;
	font-weight: 100;
	line-height: 28px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

.e-form{
	width: 100%;
	float: left;
	margin-top: 35px;
}

.enquiry-label{
	font-size: 13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	position: absolute;
	left: 15px;
	top: 0px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.e-input{
	width: 100%;
	border: 0;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 40px;
	margin-top: 30px;
	outline: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	padding: 5px 0px;
}

.e-input:focus + .enquiry-label{
	font-size: 11px!important;
	top: -5px;
	color: #e24a30;
}

.e-input:focus{
	border-bottom: 1px solid #e24a30;;
}

.r-input{
	border: 0;
	margin-bottom: 50px;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
	outline: none;
	position: relative;
}

.renquiry-label{
	font-size: 13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}


.rlabel {
  border: 1.2px solid #d4d4d4;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0px;
  position: relative;
  margin-left: -29px;
  margin-right: 29px;
  top: 3px;
}

.rlabel::after{
	content: '';
	height: 8px;
	width: 8px;
	background: transparent;
	position: absolute;
	top: calc(50% - 4px);
	left: calc(50% - 4px);
	border-radius: 50%;
}

.r-input[type="radio"] {
  visibility: hidden;
}

.r-input[type="radio"]:checked + .rlabel::after {
	background: #e24a30;
}

.f-input{
	width: 100%;
	border: 0;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 40px;
	margin-top: 30px;
	outline: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	padding: 5px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	opacity: 0;
}

.f-input:focus + .enquiry-label{
	font-size: 11px!important;
	top: -5px;
	color: #e24a30;
}

.f-input:focus{
	border-bottom: 1px solid #e24a30;;
}



.inputFile{
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	opacity: 0;
	margin-top: 45px;
}

.f-input + label {
	width: 100%;
    font-size: 13px!important;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 4px 0px;
    /*width: 100%;*/
    width: 150px;
    margin-top: 30px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    /*background: #e24a30;*/
    background: #2b2931;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-decoration: none !important;
    /*border: 1px solid #b7b7b7;*/
    border: none;
}

.f-input + label::after{
	/*content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	background: #e24a30;
	top: 65px;
	left: 15px;*/
}







/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  padding: 0px;
  border: 0;
  margin-bottom: 40px;
  margin-top: 30px;
}

.enquiry-label2{
	font-size: 13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	position: absolute;
	left: 15px;
	top: 0px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.select-selected:focus + .enquiry-label2{
	font-size: 11px!important;
	top: -5px;
	color: #e24a30;
}

.custom-select select {
  display: none;
}

.select-selected {
  background: transparent;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #212529 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #212529 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/

.select-items div,.select-selected {
  color: #000000;
  padding: 8px 16px;
  font-size: 13px;
  font-family: 'Open Sans',sans-serif;
  border: 1px solid transparent;
  border-color: transparent rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3);
  cursor: pointer;
  user-select: none;
  background: #FFFFFF;
}

.select-selected{
	border-color: transparent transparent rgba(0, 0, 0, 0.3) transparent!important;
	padding: 8px 16px 8px 0!important;
}

/*style items (options):*/
.select-items {
  position: absolute;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #2b2931;
  color: #FFFFFF;
}


.enquiry-labels{
	font-size: 13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	position: absolute;
	left: 15px;
	top: 0px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.e-text{
	width: 100%;
	border: 0;
	resize: none;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 40px;
	margin-top: 30px;
	outline: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	padding: 5px 0px;
}

.e-text:focus + .enquiry-labels{
	font-size: 11px!important;
	top: -5px;
	color: #e24a30;
}

.e-text:focus{
	border-bottom: 1px solid #e24a30;;
}

.abt-links{
	background: #e24a30;
	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
	border: 0;
	transition-duration: .3s;
}

.abt-links:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #2b2931;
}

.abt-links:hover .im{
	transform: rotate(180deg);
}

.im{
	margin-left: 40px;
	transform: rotate(0);
	transition-duration: .3s;
}










.choose_panel{
	padding: 100px 0px;
	width: 100%;
	float: left;
	background: #FCFCFC;
}

@media(max-width: 576px){
	.choose_panel{
		padding: 60px 0px;
	}
}

.why-head{
	font-size: 25px;
	font-weight: 900;
	color: #000000;
	text-align: center;
}

.why-head span{
	color: #e24a30;
}

.why-para{
	font-size: 17px;
	color: #000000;
	line-height: 37px;
	font-weight: 100;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

.quality-bosc{
	margin-top: 50px;
}

.quality-icons{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.choose-head{
	font-size: 19px;
	font-weight: 100;
	line-height: 29px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-top: 20px;
}




.career_panel{
	width: 100%;
	background: #FCFCFC;
	float: left;
	background-image: url("../images/careerbg.jpg");
	background-size: cover 938px!important;
	background-repeat: no-repeat;
	padding: 70px 0px 70px 0px;
	background-position: right;
	position: relative;
	z-index: -1;
}

@media(max-width: 992px){
	.career_panel{
		padding: 0px;
	}
}

.career-bg{
	background-image: url("../images/bg-career.jpg");
	padding: 60px 50px;
	width: 100%;
	position: relative;
}

.career-bg h2{
	line-height: 44px;
	font-weight: 700;
	font-size: 26px;
	color: #FFFFFF;
}

.career-bg h2 span{
	font-size: 29px;
	text-transform: uppercase;
	font-weight: 900;
}

.career-bg p{
	font-size: 23px;
	font-weight: 100;
	color: #FFFFFF;
	line-height: 41px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.abt-link4{
	background: #000000;
	padding: 17px 20px;
	color: #FFFFFF;
	font-size: 14px;
	transition-duration: .3s;
}

.abt-link4:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #2b2931;
}

.abt-link4:hover .im2{
	transform: rotate(180deg);
}

.im2{
	margin-left: 25px;
	transform: rotate(0);
	transition-duration: .3s;
}

.e-arrow{
	position: absolute;
	bottom: calc(50% - 50px);
	right: -50px;
}

@media(max-width: 992px){
	.e-arrow{
		height: 70px;
		width: 70px;
		right: -35px;
	}
}

@media(max-width: 576px){
	.e-arrow{
		display: none;
	}
}







.clients_panel{
	width: 100%;
	float: left;
	background: #FCFCFC;
	padding: 50px 0px;
}

@media(max-width: 576px){
	.clients_panel{
		padding: 25px 0px;
	}
}

.client_box{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.client_box img{
	height: 75px;
	width: auto!important;
}












.footer{
	background-image: url("../images/footer.jpg");
	width: 100%;
	float: left;
	background-size: cover;
	position: relative;
}

.trust-img{
	/*width: 100%;*/
}

@media(max-width: 1200px){
	.trust-img{
		width: 100%;
	}
}

.footer_link_box{
	width: 100%;
	float: left;
	padding-left: 35px;
}

.footer-head{
	font-size: 17px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
	padding-left: 16px;
	padding-top: 8px;
	margin-top: 40px;
}

.footer-head::before{
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	height: 41px;
	width: 1px;
	background-color: #fbfbfb;
}

.footer-head::after{
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	height: 1px;
	width: 84px;
	background-color: #fbfbfb;
}

.footer_link_list{
	padding: 0;
	width: 49%;
	margin-top: 20px;
	float: left;
}

.footer_link_list li{
	list-style: none;
}

.footer_link_list li a{
	font-size: 13px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: block;
	width: 100%;
	float: left;
	margin-top: 25px;
	text-decoration: none;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.footer_link_list li a:hover{
	transform: translateX(10px);
	-webkit-transform: translateX(10px);	
	color: #e24a30;
}

.footer_link_list_non{
	padding: 0;
	width: 49%;
	margin-top: 20px;
	float: left;
}

.footer_link_list_non li{
	list-style: none;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: block;
	width: 100%;
	float: left;
	margin-top: 25px;
	text-decoration: none;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	cursor: pointer;
}

.footer_link_list_non li a{
	color: #FFFFFF;
}

.footer_link_list_non li a:hover{
	text-decoration: none;
	color: #e24a30;
}

.footer_link_list_non li:hover{
	transform: translateX(10px);
	-webkit-transform: translateX(10px);	
}

.footer_link_box2{
	width: 100%;
	float: left;
	padding-left: 15px;
}

.loc-sec{
	width: 100%;
	float: left;
	background: #bf1e2d;
	padding: 30px 0px;
}

.loc-para{
	margin: 0;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 14px;
	display: inline-block;
	padding-right: 60px;
	border-right: 0.5px solid #a1a1a1;
	line-height: 25px;
}

.loc-para span{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 7px;
}

.loc-para2{
	margin: 0;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 14px;
	display: inline-block;
	line-height: 25px;
}

.loc-para2 span{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 7px;
}

@media(max-width: 576px){
	.loc-para{
		padding-right: 0px;
		border: 0;
		margin-bottom: 20px;
	}
}

.copyright{
	color: #FFFFFF;
	margin: 50px 0px 40px 0px;
	font-size: 14px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

.designed{
	color: #FFFFFF;
	margin: 50px 0px 40px 0px;
	font-size: 14px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	float: right;
}

.designed a{
	color: #FFFFFF;
	text-decoration: none;
}

.top-logo{
	background-image: url("../images/top.png");
	height: 64px;
	width: 90px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	cursor: pointer;
}

@media(max-width: 992px){
	.copyright{
		margin: 50px 0px 100px 0px;
		float: left;
	}
	.designed{
		margin: 50px 0px 100px 0px;
		float: right;
	}
}

@media(max-width: 768px){
	.copyright{
		margin: 50px 0px 0px 0px;
		float: left;
		width: 100%;
		text-align: center;
	}
	.designed{
		margin: 20px 0px 100px 0px;
		float: left;
		width: 100%;
		text-align: center;
	}
}







.top_banner{
	width: 100%;
	float: left;
	background: #FFFFFF;
	border-top: 1px solid #e4e4e4;
	padding: 20px 0px;
}

.banner_2{
	background-image: url("../images/banner2022.jpg");
	background-size: cover;
	height: 260px;
	width: 100%;
	float: left;
}

.banner2-head{
	color: #2b2931;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

.banner2-head span{
	font-weight: 900;
	font-size: 14px;
}

.banner-heads{
	margin-top: 110px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 700;
}

.banner-heads span{
	color: #e24a30;
}






.about_second_panel2{
	width: 100%;
	background: #FFFFFF;
	float: left;
	padding: 100px 0px 60px 0px;
	position: relative;
	z-index: -1;
}

.abt-head2{
	font-size: 28px;
	line-height: 44px;
	color: #000000;
	font-weight: 800;
	text-transform: uppercase;
}

.abt-para2{
	font-size: 14px;
	line-height: 33px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-right: 30px;
	margin-top: 25px;
}

.cleaner-img{
	width: 100%;
	position: absolute;
	background: url(../images/cleaner.png);
	height: 396px;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0;
}

.cleaner-img::before{
	content: '';
	width: 420px;
	height: 0.5px;
	background: #e24a30;
	position: absolute;
	top: 50%;
	left: 100%;
}


@media(max-width: 1200px){
	.cleaner-img{
		position: relative!important;
		margin-top: 30px;
	}
	.cleaner-img::before{
		display: none;
	}
	.non-row{
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media(max-width: 768px){
	.about_second_panel2{
		padding: 50px 0px 60px 0px;
	}
}

@media(max-width: 572px){
	.cleaner-img{
		height: 236px;
	}
}







.about_sec_panel{
	width: 100%;
	float: left;
	background: #FCFCFC;
	padding: 50px 0px;
}

@media(max-width: 576px){
	.about_sec_panel{
		padding: 30px 0px 0px 0px;
	}
}


.choose_panel2{
	padding: 100px 0px;
	width: 100%;
	float: left;
	background: #FCFCFC;
}

@media(max-width:768px){
	.choose_panel2{
		padding: 60px 0px;
	}
}


.career_panel2{
	padding: 100px 0px;
	float: left;
	width: 100%;
	background: #FFFFFF;
}

.career-main-head{
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000000;
}

.career-main-head span{
	color: #e24a30;
}

.career-para{
	font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #000000;
    font-size: 16px;
    line-height: 33px;
    margin-top: 20px;
}

.career-form-head{
	font-size: 25px;
	margin-top: 30px;
	font-weight: 700;
}

.career-form{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.contact_panel{
	padding: 100px 0px;
	width: 100%;
	float: left;
}

.office-box{
	width: 100%;
	float: left;
	position: relative;
	/*background: red;*/
	padding: 20px 0px 0px 70px;
}

.office-icon{
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
}

.office-head{
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.office-head span{
	color: #e24a30;
}

.office-space{
	width: 100%;
	float: left;
	/*background-color: red;*/
	margin: 10px 0px 0px 0px;
}

.office-icon2{
	height: 24px;
	float: left;
}

.office-para{
	font-size: 14px;
	margin-top: 8px;
	margin-left: 10px;
	float: left;
}

.contact-form{
	width: 100%;
	float: left;
	margin-top: 60px;
}

.contact-head{
	font-size: 25px;
	margin-bottom: 50px;
	font-weight: 700;
}

.map-space{
	width: 100%;
	float: left;
	padding-left: 45px;
}







.book-bg{
	background-image: url("../images/book-pan.jpg");
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.booking-form-space{
	background: #FFFFFF;
	width: 100%;
	float: left;
	padding: 50px 30px;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.09);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.09);
	border-radius: 5px;
	position: absolute;
	left: calc(50%);
}

@media(max-width: 1400px){
	.booking-form-space{
		left: calc(60%);
	}
}

@media(max-width: 1150px){
	.booking-form-space{
		left: calc(70%);
	}
}

@media(max-width: 1193px){
	.booking-form-space{
		left: calc(40%)!important;
	}
}

@media(min-width: 992px) and (max-width: 1200px){
	.booking-form-space{
		width: 650px;
	}
}

@media(max-width: 992px){
	.booking-form-space{
		left: calc(0%)!important;
		top: 50%;
	}
	.book-head{
		top: calc(30% - 50px)!important;
	}
}

.service_booking_head{
	font-size: 25px;
	color: #000000;
	font-weight: 900;
	margin-bottom: 50px;
}

.service_booking_head span{
	color: #e24a30;
}

.booking-form{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.book-head{
	color: #FFFFFF;
	font-weight: 700;
	position: absolute;
	top: calc(50% - 50px);
	left: 60px;
	line-height: 60px;
	font-size: 60px;
}

.book-head span{
	font-size: 40px;
	color: #FFFFFF;
}

.book-links{
	background: #2b2931;
	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	border: 0;
	transition-duration: .3s;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.book-links:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #e24a30;
}

.book-links:hover .im{
	transform: rotate(180deg);
}

.im{
	margin-left: 40px;
	transform: rotate(0);
	transition-duration: .3s;
}

.goBack{
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.back-icon{
	height: 30px;
	padding-right: 10px;
}








.gallery_panel{
	width: 100%;
	float: left;
	padding: 100px 0px;
	background: #FFFFFF;
}

.gallery-head{
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000000;
	line-height: 41px;
}

.gallery-head span{
	color: #e24a30;
}

.gallery-section{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.gallery_panel .fr-window-skin-fresco .fr-content-background{
	background: red!important;
}

.height222{
	height: 300px;
	width: 100%;
	float: left;
}

.gallry_wrp{
	height: 300px;
	width: 100%;
	float: left;	
}

.gallery-style-4 .sec-title.text-center {
    margin-bottom: 20px;
}

.gallery-style-4 .gallery_box {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    z-index: 1;
}

.gallery-style-4 .gallery_box img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-style-4 .gallery_box:hover img {
    transform: scale(1.1, 1.1);
}

.gallery-style-4 .gallery_box:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0%;
    opacity: 0;
    background: -webkit-linear-gradient(top, rgba(128,38,22,1) 0%, rgba(51,10,7,1) 100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.gallery-style-4 .gallery_box:hover:before {
    visibility: visible;
    opacity: .9;
}

.gallery-style-4 .gallery_box img {
    width: 100%;
    height: 100%!important;
    object-fit: contain;
}

.gallery-style-4 .gallery_box .gallery_info {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 0%;
    transform: translateY(0%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 2;
}

.gallery-style-4 .gallery_box .gallry_wrp::before,
.gallery-style-4 .gallery_box .gallry_wrp::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
    z-index: 1;
}

.gallery-style-4 .gallery_box .gallry_wrp::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(1, 2);
    transform: scale(1, 2);
}

.gallery-style-4 .gallery_box .gallry_wrp::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.gallery-style-4 .gallery_box:hover .gallry_wrp::before,
.gallery-style-4 .gallery_box:hover .gallry_wrp::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-style-4 .gallery_box:hover .gallery_info {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

.gallery-style-4 .gallery_box .heading {
    color: #ffffff;
    font-size: 17px;
    z-index: 1;
    margin-top: 10px;
    border-bottom: none;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.gallery-style-4 .gallery_box .heading a {
    color: #fff;
}

.gallery-style-4 .gallery_box p {
    color: #bf8316;
}

.gallery-style-4 .gallery_box .link_icons {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 35px;
    right: 35px;
    z-index: 2;
    transform: scale(0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-style-4 .gallery_box:hover .link_icons {

    transform: scale(1, 1);

}

.gallery-style-4 .gallery_box .link_icons li {
    display: inline-block;
}




.gallery-style-4 .gallery_box .link_icons li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;

    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 0;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-style-4 .gallery_box .link_icons li a i:hover {
    background: #ffffff;
    color: #000000;
}


.wh_auto{
	width:auto !important;
	height:auto !important;
}

.gal-sicon{
	display: inline-block;
    font: normal normal normal 12px FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 50%;
    color: #e24a30;
    position: relative;
    display: inline-block;
}

.gal-sicon::before{
	content: "\f002";
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 5px);
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background{
	background: transparent!important;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background, .fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background{
	background: transparent!important;
}

.fr-close-background, .fr-close-icon{
	height: 20px!important;
	width: 20px!important;
}

.fr-close-icon{
	background-image: none!important;
	opacity: 1!important;
	background-position: 0!important;
}

.fr-close-icon:after,
.fr-close-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;
  height: 100%;
  background: #FFFFFF;
}

.fr-close-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fr-close-icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}



.fr-window-skin-fresco .fr-side-button-icon{
	background-image: none!important;
}

.fr-side-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-right: 1.5px solid white;
  border-bottom: 1.5px solid white;
}

.fr-side-previous:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-left: 1.5px solid white;
  border-top: 1.5px solid white;
}








.product_panel{
	width: 100%;
	float: left;
	padding: 20px 0px 50px 0px;
}

.honda-link:hover{
	text-decoration: none;
}

.honda-product-box{
	float: left;
	width: 100%;
	background: #FAFAFA;
	padding: 30px 0px;
	text-align: center;
	margin-top: 30px;
}

.honda-logo{
	height: 20px;
	display: block;
	margin: 10px auto 20px auto;
}

.honda-product-head{
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 50px;
	font-weight: 300;
	text-transform: uppercase;
}

.honda-product-head span{
	font-weight: 900;
}

.honda-img-box{
	width: 100%;
	float: left;
	height: 350px;
	margin-bottom: 30px;
}

.honda-product-img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin: auto;
	display: block;
}

.honda-product-link{
	color: #FFFFFF;
	padding: 15px 20px;
	background: #000000;
	font-size: 14px;
	font-weight: 300;
}

.honda-product-link:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.honda-product-link i{
	margin-left: 20px;
	position: relative;
	top: 1px;
}

.honda-product-head-det{
	font-size: 26px;
	line-height: 40px;
	color: #000000;
	font-weight: 300;
}

.honda-product-head-det span{
	font-weight: 900;
}











.product_det_panel{
	padding: 70px 0px 100px 0px;
	float: left;
	width: 100%;
	background: #FAFAFA;
}

.product_det_box{
	width: 100%;
	float: left;
	background: #FFFFFF;
	padding: 50px 30px;
	margin-top: 30px;
}

.product-det-head{
	font-size: 24px;
	color: #e24a30;
	line-height: 45px;
}

.product-det-head span{
	font-size: 35px;
	font-weight: 700;
	color: #000000;
}

.product_det_img_box{
	width: 100%;
	float: left;
	height: 350px;
	margin: 15px auto;
}

.D-img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin: auto;
	display: block;
}

.product_description_box{
	float: left;
	width: 100%;
}

.product_description_box ul{
	padding: 0;
}

.product_description_box ul li{
	list-style: none;
	padding: 20px 0px;
	border-bottom: 1px solid #E4E4E4;
	font-size: 14px;
	font-weight: 400;	
}

.product_description_box ul li span{
	font-weight: 700;
	margin-right: 15px;
	font-size: 15px;
}

















.ashok-product-panel{
	width: 100%;
	float: left;
	background: #FAFAFA;
	padding: 30px;
}

.product_panel2{
	width: 100%;
	float: left;
	padding: 50px 0px 50px 0px;
}

.ashoka-logo{
	height: 60px;
}

.ashoka-product-head{
	font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin-top: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.ashoka-product-head span{
	font-weight: 900;
}

.ashoka-subhead{
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	margin-top: 10px;
}

.ashok-detail-box{
	width: 100%;
	float: left;
	margin-top: 100px;
}

.ashoka-img-box{
	height: 380px;
	width: 100%;
	float: left;
}

.ashok-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: auto;
	display: block;
}

.height2222{
	height: 500px!important;
	width: 100%;
	float: left;
}

.gallry_wrp2{
	height: 500px!important;
	width: 100%;
	float: left;	
}

.gallery-style-a .sec-title.text-center {
    margin-bottom: 20px;
}

.gallery-style-a .gallery_box {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    z-index: 1;
}

.gallery-style-a .gallery_box img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-style-a .gallery_box:hover img {
    transform: scale(1.1, 1.1);
}

.gallery-style-a .gallery_box:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0%;
    opacity: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(1,1,1,1) 100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.gallery-style-a .gallery_box:hover:before {
    visibility: visible;
    opacity: .9;
}

.gallery-style-a .gallery_box img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    object-position: left;
}

.gallery-style-a .gallery_box .gallery_info {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 0%;
    transform: translateY(0%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 2;
}

.gallery-style-a .gallery_box .gallry_wrp2::before,
.gallery-style-a .gallery_box .gallry_wrp2::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
    z-index: 1;
}

.gallery-style-a .gallery_box .gallry_wrp2::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(1, 2);
    transform: scale(1, 2);
}

.gallery-style-a .gallery_box .gallry_wrp2::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.gallery-style-a .gallery_box:hover .gallry_wrp2::before,
.gallery-style-a .gallery_box:hover .gallry_wrp2::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-style-a .gallery_box:hover .gallery_info {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

.gallery-style-a .gallery_box .heading {
    color: #ffffff;
    font-size: 17px;
    z-index: 1;
    margin-top: 10px;
    border-bottom: none;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.gallery-style-a .gallery_box .heading a {
    color: #fff;
}

.gallery-style-a .gallery_box p {
    color: #bf8316;
}

.gallery-style-a .gallery_box .link_icons {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 35px;
    right: 35px;
    z-index: 2;
    transform: scale(0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-style-a .gallery_box:hover .link_icons {

    transform: scale(1, 1);

}

.gallery-style-a .gallery_box .link_icons li {
    display: inline-block;
}




.gallery-style-a .gallery_box .link_icons li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 0;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-style-a .gallery_box .link_icons li a i:hover {
    background: #ffffff;
    color: #000000;
}


.wh_auto{
	width:auto !important;
	height:auto !important;
}

.gal-sicon2{
	display: inline-block;
    font: normal normal normal 22px FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    height: 60px;
    width: 60px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 50%;
    color: #000000;
    position: relative;
    display: inline-block;
}

.gal-sicon2::before{
	content: "\f002";
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 9px);
}

@media(max-width: 768px){
	.gal-sicon2{
	    font: normal normal normal 12px FontAwesome!important;
	    height: 40px!important;
	    width: 40px!important;
	}

	.gal-sicon2::before{
		top: calc(50% - 5px);
		left: calc(50% - 5px);
	}
}



.height-bosch{
	height: 750px!important;
	width: 100%;
	float: left;
}

.gallry_wrp3{
	height: 750px!important;
	width: 100%;
	float: left;	
}

.gallery-style-a .sec-title.text-center {
    margin-bottom: 20px;
}

.gallery-style-a .gallery_box {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    z-index: 1;
}

.gallery-style-a .gallery_box img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-style-a .gallery_box:hover img {
    transform: scale(1.1, 1.1);
}

.gallery-style-a .gallery_box:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0%;
    opacity: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(1,1,1,1) 100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.gallery-style-a .gallery_box:hover:before {
    visibility: visible;
    opacity: .9;
}

.gallery-style-a .gallery_box img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    object-position: left;
}

.gallery-style-a .gallery_box .gallery_info {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 0%;
    transform: translateY(0%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 2;
}

.gallery-style-a .gallery_box .gallry_wrp3::before,
.gallery-style-a .gallery_box .gallry_wrp3::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
    z-index: 1;
}

.gallery-style-a .gallery_box .gallry_wrp3::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(1, 2);
    transform: scale(1, 2);
}

.gallery-style-a .gallery_box .gallry_wrp3::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.gallery-style-a .gallery_box:hover .gallry_wrp3::before,
.gallery-style-a .gallery_box:hover .gallry_wrp3::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-style-a .gallery_box:hover .gallery_info {
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

.gallery-style-a .gallery_box .heading {
    color: #ffffff;
    font-size: 17px;
    z-index: 1;
    margin-top: 10px;
    border-bottom: none;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.gallery-style-a .gallery_box .heading a {
    color: #fff;
}

.gallery-style-a .gallery_box p {
    color: #bf8316;
}

.gallery-style-a .gallery_box .link_icons {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 35px;
    right: 35px;
    z-index: 2;
    transform: scale(0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-style-a .gallery_box:hover .link_icons {

    transform: scale(1, 1);

}

.gallery-style-a .gallery_box .link_icons li {
    display: inline-block;
}




.gallery-style-a .gallery_box .link_icons li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 0;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery-style-a .gallery_box .link_icons li a i:hover {
    background: #ffffff;
    color: #000000;
}


.wh_auto{
	width:auto !important;
	height:auto !important;
}

.gal-sicon2{
	display: inline-block;
    font: normal normal normal 22px FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    height: 60px;
    width: 60px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 50%;
    color: #000000;
    position: relative;
    display: inline-block;
}

.gal-sicon2::before{
	content: "\f002";
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 9px);
}

@media(max-width: 768px){
	.gal-sicon2{
	    font: normal normal normal 12px FontAwesome!important;
	    height: 40px!important;
	    width: 40px!important;
	}

	.gal-sicon2::before{
		top: calc(50% - 5px);
		left: calc(50% - 5px);
	}
}


.koel-head{
	font-size: 30px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	margin: 0;
}

.koel-head span{
	font-weight: 700;
}

.none-field{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
}