@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Open+Sans&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
}

a:hover,
a:focus {
	color: #e61d1b;
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 15px;
	color: #e61d1b;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
	line-height: 36px;
}

h3 {
	font-size: 24px;
	line-height: 36px;
}

h4 {
	font-weight: 500;
	font-size: 22px;
}

.container-fluid {
	padding-right: 30px;
	padding-left: 30px;
}

.divider,
.divider1 {
	width: 100px;
	height: 1px;
	background-color: #e30613;
	position: relative;
	margin-bottom: 25px;
}

.divider:before,
.divider1:before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 50px;
	height: 1px;
	background-color: #e30613;
	content: '';
}

.divider1 {
	display: inline-block;
	width: 100px;
}

.divider1:before {
	width: 50%;
	left: 25%;
}

.img-responsive {
	display: inline-block;
}

.bg-color1 {
	background-color: #e61d1b;
}

.bg-color2 {
	background-color: #000;
}

.bg-color3 {
	background-color: rgba(17, 17, 17, 0.1);
}

.bg-color4 {
	background-color: rgba(0, 0, 0, 0.8);
}

.text-white {
	color: #ffffff;
}

a.text-white:hover {
	color: #000;
}

.text-color1 {
	color: #e30613;
}

.no-margin {
	margin: 0;
}

.section {
	padding: 4em 0;
}

.padd-t-b-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.padd-t-b-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padd-40 {
	padding: 40px;
}

.padd-b-n {
	padding-bottom: 0;
}

.padd-t-n {
	padding-top: 0;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-60 {
	width: 60%;
}

.flexbox {
	display: -webkit-box;
	display: flex;
}

.flexbox .element {
	height: 100%;
}

.display-table {
	display: table;
}

.display-table .padd-40 {
	display: table-cell;
	vertical-align: middle;
}

.btn1,
.btn2 {
	padding: 12px 20px;
	color: #ffffff;
	background: transparent;
	cursor: pointer;
	border-radius: 0;
	border: 2px solid #fff;
}

.btn2 {
	background-color: #252525;
	border-color: #252525;
}

.btn1 i {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.btn1:hover,
.btn1:focus {
	background: #e61d1b;
	border-color: #e61d1b;
	color: #fff;
}

.btn1:hover i,
.btn1:focus i {
	margin-left: 5px;
}

.btn2:hover,
.btn2:focus {
	background-color: #e61d1b;
	color: #fff;
	border-color: #e61d1b;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	outline: 0;
}

.full-width {
	width: 100%;
}

.thumbnail {
	border-radius: 0;
}

.top-header {
	min-height: 45px;
}

.header-h3 {
	display: inline-block;
}

#stuck_container {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.isStuck {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background-color: rgba(0, 0, 0, 0.6);
	/*-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);*/
}

.home-header-fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	z-index: 999;
	background-color: transparent;
}

.isStuck .home-header-fixed {
	background-color: rgba(0, 0, 0, 0.6);
	position: relative;
}

.pseudoStickyBlock {
	display: none !important;
}

.top-contact-list {
	text-align: right;
	display: block;
	padding: 10px 0;
}

.top-contact-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 13px;
}

.top-contact-list li i {
	margin-right: 4px;
	font-size: 18px;
	vertical-align: middle;
}

.top-contact-list li a {
	color: #fff;
}

.top-contact-list li a:hover {
	color: #dfdfdf;
}

.call-us-btn {
	top: 50%;
	right: 0;
	position: fixed;
	z-index: 999;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.call-us-btn a {
	color: #ffffff;
	background-color: #d5c5bc;
	font-size: 20px;
	display: block;
	padding: 15px;
}

.call-us-btn a.whatsapp-icon {
	background-color: #43da57;
}

.logo {
	display: inline-block;
	margin: 10px 0 0;
}

.logo .img-responsive {
	width: 100%;
	margin: auto;
}

.mobile-menu {
	display: none;
}

.navigation {
	text-align: right;
}

.navigation li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000000!important;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000000!important;
    text-decoration: none;
    background-color: #f5f5f5;
    outline: 0;
}

.navigation>li.dropdown>a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -3px;
    /* display: block; */
    font-size: 12px;
    transition: all 500ms ease 0s;
}

.navigation>li:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	content: '';
	height: 3px;
	background-color: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.navigation>li:hover:before,
.navigation>li.active:before {
	width: 100%;
}

.navigation>li:first-child {
	display: none;
}

.navigation li a {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	padding: 14px 14px;
}

.navigation li ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 280px;
	z-index: 999;
	background: #e61d1b;
}

.navigation li ul:before {
	position: absolute;
	top: -20px;
	left: 20px;
	border-style: solid;
	border-width: 10px;
	border-color: transparent transparent #e61d1b transparent;
	content: '';
}

.navigation li:hover ul {
	display: block;
}

.navigation li ul li {
	display: block;
	text-align: left;
}

.navigation li ul li a {
	padding: 10px 20px;
	border-bottom: 1px solid #dfdfdf;
}

.navigation li:hover>a,
.navigation li:focus>a,
.navigation li.active>a {
	color: #ffffff;
}

.slide-wrapper {
	position: relative;
}

.home-parallax {
	position: relative;
	overflow: hidden;
	/*padding:300px 0;*/
}

.home-parallax.overlap:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	content: '';
}

.parallax-window {
	/*min-height: 100vh;*/
	height: 450px;
	background: transparent;
	display: table;
	width: 100%;
}

.home-page .parallax-window {
	height: 100vh;
}

.home-slide {
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.home-parallax .container {
	position: relative;
	z-index: 9;
}

.page-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 100%;
}

.page-title {
	background-color: #e30613;
	padding: 10px 35px;
	color: #ffffff;
	font-size: 20px;
	display: inline-block;
	position: relative;
	border-radius: 8px 0 0 0;
}

.page-title:after {
	content: '';
	position: absolute;
	top: 8px;
	right: -21px;
	height: 100%;
	width: 44px;
	border-radius: 4px;
	background-color: #e30613;
	transform: rotate(45deg) skew(7deg);
	overflow: hidden;
	z-index: -1;
}

.strip-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 9;
	width: 100%;
	padding: 15px 0;
}

.enquiry-btn {
	text-align: right;
}

.list1 li,
.areas-list li {
	position: relative;
	padding: 5px 0 5px 20px;
}

.list1 li:before,
.areas-list li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: '\ea5d';
	font-family: IcoFont;
}

.areas-list li:before {
	content: '\ed42';
}

.areas-list li:hover a,
.areas-list li:hover:before {
	color: #e61d1b;
}

.areas-list li a {
	color: #000;
	display: inline-block;
}

.parallax {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
}

.parallax1 {
	background-image: url('../images/slider/slide1.jpg');
}

.parallax2 {
	background-image: url('../images/slider/slide1.jpg');
}

.single-service-item {
	margin: 20px 0;
}

.single-service-item .img-holder {
	overflow: hidden;
	position: relative;
}

.single-service-item .img-holder .img-responsive {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
	background-color: rgba(0, 0, 0, .60);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
	background: #9a9a9a;
}

.single-service-item .text-holder h3 {
	color: #252525;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 20px 0 6px;
	text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
	color: #fff;
}

.services-box {
	width: 100%;
	height: 300px;
	margin: 15px 0;
	display: table;
	text-align: center;
}

.services-box .overlap-content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.services-box .overlap-content h3 {
	font-size: 25px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
}

.services-box.overlap {
	position: relative;
	overflow: hidden;
}

.services-box.overlap:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, 0.6);
}

.services-box.overlap:hover:before {
	background-color: rgba(0, 0, 0, 0.4);
}

#services-carousel .owl-dots .owl-dot span {
	width: 35px;
	height: 8px;
	border-radius: 0;
}

.parallax.overlap:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(2, 2, 2, 0.9);
}

.icon-box-img {
	padding: 20px;
}

.icon-box-img:hover {
	background: #e30613;
}

.icon-inner {
	width: 60px;
	margin: 0 auto 15px;
	color: #e30613;
}

.icon-inner svg {
	fill: currentColor;
}

.icon-box-img:hover .icon-inner,
.icon-box-img:hover h4 {
	color: #fff;
}

.form-control {
	height: 45px;
	padding: 10px;
	border: 1px solid #dfdfdf;
	background-color: transparent;
	border-radius: 0;
	color: #000;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
	box-shadow: none;
	border-color: #727272;
}

textarea.form-control {
	height: 120px;
	resize: vertical;
}

.border-t {
	border-top: 1px solid #5756562e;
}

footer {
	color: #eee;
}

.footer-links {
	border-top: 1px solid rgba(103, 103, 103, 0.6);
	padding: 15px 0;
	text-align: center;
}

.footer-links,
.footer-links a {
	color: #ffffff;
	margin: 3px 0;
}

.footer-widget {
	padding: 50px 0;
}

.widget-title {
	color: #ffffff;
	text-transform: uppercase;
}

.footer-brand {
	padding-top: 100px;
}

.address-box {
	margin-bottom: 15px;
}

.address-box .address-icon-holder {
	float: left;
	margin-right: 15px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #e61d1b;
	border-radius: 100%;
	text-align: center;
	position: relative;
}

.contact-wrap {
	text-align: center;
}

.contact-wrap .address-icon-holder {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	border: 5px solid #ffffff;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 1.6em;
}

.address-box .address-icon-holder:before {
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #e61d1b transparent transparent transparent;
	content: '';
	left: 10px;
}

.contact-wrap .address-icon-holder:before {
	display: none;
}

.address-box .address-content {
	position: relative;
	overflow: hidden;
}

.contact-wrap .address-content {
	background-color: #eee;
	padding: 60px 20px 20px;
	margin-top: -40px;
	min-height: 185px;
}

.contact-wrap .address-content strong {
	font-size: 18px;
}

.address-box a:hover {
	color: #e61d1b;
}

.footer-menu li {
	float: none;
}

.footer-menu li a {
	color: #eee;
	display: block;
	margin-bottom: 4px;
	position: relative;
	padding: 6px 0 6px 20px;
}

.footer-menu li a:before {
	position: absolute;
	top: 8px;
	left: 0;
	content: '\eaa0';
	font-family: IcoFont;
}

.footer-menu li a:hover:before,
.footer-menu li a:hover {
	color: #e61d1b;
}

.footer-links a:hover {
	color: #e61d1b;
}

.copyright {
	padding: 15px 0;
}

.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: 100%;
	background: url('../images/totop.gif') no-repeat left top;
}

#toTopHover {
	background: url('../images/totop.gif') no-repeat left bottom;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
	outline: none;
}

@media (min-width: 1367px) and (max-width: 7680px) {
	/*.padd-40{
		padding:80px 40px;
	}*/
}

@media (min-width: 220px) and (max-width: 990px) {

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 0px 0;
		margin: -1px 0 ;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}

	.navigation li ul {
		display: block;
		position: absolute;
		top: 100%;
		width: 280px;
		z-index: 999;
		background: #e61d1b;
	}
	
	.navigation>li.dropdown>a:after {
		font-family: "bootstrap-icons";
		content: "\F282";
		position: absolute;
		top: 47%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
		/* display: block; */
		font-size: 12px;
		transition: all 500ms ease 0s;
	}

	.home-header-fixed {
		position: static;
		background-color: #000;
	}

	.logo {
		margin: 16px 0 0 10px;
	}

	.logo {
		float: left;
		width: 90%;
		text-align: center;
	}

	.logo .img-responsive {
		width: 90%;
		margin: auto;
	}

	.bs-slider {
		min-height: 100%;
	}

	.mobile-menu {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		background: #e61d1b;
		padding: 10px 14px;
		color: #fff;
		cursor: pointer;
		float: left;
		margin: 15px 0;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		left: -300px;
		width: 270px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #000;
		padding: 0;
	}

	.nav-wrapper.open {
		left: 0;
	}

	.navigation li {
		float: none;
		text-align: left;
		display: block;
		margin: 0;
		border-bottom: 1px solid #eee;
	}

	.navigation>li:first-child {
		display: block;
		text-align: right;
	}

	.navigation>li:before {
		display: none;
	}

	.navigation li.first-tab a,
	.navigation li a {
		border-bottom: 0;
		height: 100%;
		line-height: 100%;
		padding: 10px 28px;
		display: block;
		color: #ffffff;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #ffffff;
		color: #000;
	}

	.navigation li ul,
	.navigation li:hover ul {
		position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
	}

	.navigation li ul:before {
		display: none;
	}

	.navigation li ul li a {
		padding: 10px 40px;
		border-bottom: 0;
	}

	.navigation li ul li:last-child a {
		border-bottom: 0;
	}

	.top-contact-list li {
		margin-right: 0;
	}

	.strip-wrap {
		position: static;
	}

	.flexbox {
		display: block;
	}

	.width-40,
	.width-50,
	.width-60 {
		width: 100%;
	}

	.footer-widget {
		padding: 20px 0;
	}

	.slide-text {
		left: 10%;
		width: 80%;
	}

	.icon-box-img {
		margin: 15px 0;
	}

	.top-contact-list li {
		display: inline-block;
		text-align: left;
		padding: 5px 10px;
	}

	.top-contact-list li a {
		color: #ffffff;
	}

	.flex-section {
		padding: 30px;
	}

	.body-div {
		width: 100%;
	}

	._2-col-div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	._2-col-right,
	._2-col-left {
		width: 100%;
	}

	._2-col-right {
		min-height: 200px;
	}

	.m-m-bottom-15 {
		margin-bottom: 15px;
	}

	.m-m-top-15 {
		margin-top: 15px;
	}
}

@media (min-width: 768px) and (max-width: 990px) {

	.slide-text {
		left: 10% !important;
		width: 80% !important;
	}

	.bs-slider {
		height: 100%;
	}

	.m-min-210 {
		min-height: 375px !important;
	}
}

@media (min-width: 220px) and (max-width: 767px) {
	.container-fluid {
		padding-right: 30px;
		padding-left: 30px;
	}

	.logo {
		margin: 10px 0 0 20px;
		width: 70%;
	}

	.top-contact-list {
		text-align: center;
	}

	.top-contact-list li {
		padding: 6px;
	}

	.top-contact-list li a span {
		display: none;
	}

	.slide-text {
		top: 10% !important;
		left: 5% !important;
		width: 90% !important;
	}

	.section {
		padding: 2em 0;
	}

	h1 {
		font-size: 28px;
		line-height: 38px;
	}

	h2 {
		font-size: 26px;
		line-height: 36px;
	}

	h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.slide-text-wrap p>br {
		display: none;
	}

	.slide-text {
		/*width:94%;
	    padding:20px;*/
		box-sizing: border-box;
	}

	.slide-text h1 {
		font-size: 18px;
		line-height: 28px;
	}

	.slide-text h1 span {
		font-size: 18px;
		line-height: 28px;
	}

	.flexbox .padd-40 {
		padding: 20px;
	}

	.flexbox .m-p-40 {
		padding: 40px;
	}

	.mobile-menu {
		margin-top: 15px;
	}

	.enquiry-btn {
		text-align: left;
		margin-top: 15px;
	}

	.m-min-210 {
		min-height: 250px !important;
	}

	.element.m-parallax1 {
		height: 100% !important;
	}

	.flexbox {
		display: block;
		padding: 0;
	}

	.padd-t-n {
		padding-top: 0;
	}

	.padd-b-n {
		padding-bottom: 0;
	}
}

@media (min-width: 220px) and (max-width: 575px) {
	.logo .img-responsive {
		width: 300px;
	}

	/*.mobile-menu{*/
	/*    margin: 74px auto 0 auto;*/
	/*    text-align: center;*/
	/*    width: 55px;*/
	/*    float: none;*/
	/*    display: flex;*/
	/*    height: 55px;*/
	/*    align-items: center;*/
	/*    justify-content: center;*/
	/*}*/
	/*.logo{*/
	/*    float: none;*/
	/*    width: 100%;*/
	/*    margin: 0;*/
	/*    position: absolute;*/
	/*    top: 0;*/
	/*    left: 0;*/
	/*    right: 0;*/
	/*}*/
}