body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}
a {
	text-decoration:none;
}
p {
	font-family: 'Poppins', sans-serif;
	line-height: 25px;
	color: #222222;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.container {
	width: 90%;
	margin: 0 auto;
}
.nav_container {
	position: fixed;
	width: 100%;
}
.heading {
	text-align: center;
	font-family: helvetica;
	color: #fff;
	padding: 15px;
	background: rgba(0, 0, 0, 0.4);
}
.nav {
	text-align: right;
	float: right;
	position: absolute;
	right: 20px;
	margin: 100px 40px 0 0;
}
.nav li {
	margin: 10px;
}
.nav li a {
	font-family: helvetica;
	text-decoration: none;
	color: #000;
	background-color: rgba(255, 255, 255, 0.4);
	display: block;
	padding: 10px;
	height: auto;
	width: 90px;
	border-radius: 5px;
}
/*.active {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
}*/
.one {
	height: 100vh;
	width: 100%;
}
.two {
	height: 100vh;
	width: 100%;
	background: #fff url(../images/bg/about-bg.jpg);
}
.three {
	height: 100vh;
	width: 100%;
	overflow:hidden;
}
.four {
	height: 100vh;
	width: 100%;
	background: #fff url(../images/bg/contact-bg.jpg);
}
.section {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;/*	background-attachment: fixed;*/
}
.scroll-down {
	margin: 0;
	position: relative;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 32px;
	border-radius: 50%;
	bottom: 20px;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.scroll-white > a {
	background-image: url("../images/icon/down-arrow.png");
}
.scroll-white > a:before, .scroll-color > a:after {
	background: url("../images/icon/down-arrow.png") no-repeat center top;
	opacity: 0.8;
}
.scroll-color > a {
	background-image: url("../images/icon/down-arrow-color.png");
	opacity: 0.8;
}
.scroll-color > a:before, .scroll-color > a:after {
	background: url("../images/icon/down-arrow-color.png") no-repeat center top;
	opacity: 0.8;
}
.scroll-down a {
	display: block;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 0;
	font-size: 0;
	width: 24px;
	height: 31px;
	background-repeat: no-repeat;
}
.scroll-down:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
/*About*/
.text-center {
	text-align: center;
}
.AboutContent {
	padding: 55px 0;
}
.AbtSection {
	position: relative;
	height: 100%;
	width: 100%;
}
.AbtSection:after {
	content: "";
	position: absolute;
	left: 0;
	background-image: url(../images/bg/about-bottom-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 130px;
}
.AbtSection > h3 {
	font-family: 'Oswald', sans-serif;
	color: #131313;
	font-weight: 600;
	font-size: 20px;
	padding: 10px 0 0;
	margin: 0 0;
}
.AbtSection:nth-child(1), .AbtSection:nth-child(3) {
 margin-top: 9%;
}
.AboutText {
	width: 70%;
	margin: 0 auto;
	margin-top: 10%;
}
.AboutText > h4 {
	font-family: 'Raleway', sans-serif;
	color: #131313;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.AboutText {
	font-size: 13px;
}
/*Client*/
.ClientLeft, .ClientRight, .LogoLeft, .LogoRight {
	display: inline-block;
	float: left;
	box-sizing: border-box;
}
.ClientLeft {
	background-color: #1f1c1c;
	width: 42%;
	height: 100%;
}
.ClientRight {
	background-image: url(../images/bg/client-right.png);
	width: 58%;
	background-position: center;
	height: 100%;
	background-size: cover;
}
.words {
	width: 70%;
	padding-left: 8%;
}
.words > p {
	font-size: 15px;
	color: #ffffff;
	font-weight: 200;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	line-height: 27px;
}
.name {
	color: #ffffff;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	float: right;
}
.testimonial > h2 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	padding-top: 50px;
	margin-left: 8%;
	text-transform: uppercase;
}
.ClientLeft {
	padding: 9.2% 6% 0 4%;
}
.LogoLeft, .LogoRight {
	width: 50%;
	padding: 8% 4%;
	position: relative;
}
.LogoLeft:before, .LogoRight:before, .LogoLeft:after, .footer-logo:after, .footer-logo:before, .contact-info:after, .line:before, .line:after {
	content: "";
	position: absolute;
}
.LogoLeft:before, .LogoRight:before {
	width: 95%;
	border-top: 1px solid #363434;
	height: 1px;
	right: 4%;
	top: 0;
}
.LogoLast::before {
 border-top:1px solid transparent;
}
.LogoRight:before {
	right: 2%;
}
.LogoLeft:after {
	height: 90%;
	border-right: 1px solid #363434;
	width: 1px;
	right: 0%;
	top: 8px;
}
.LogoLeft:nth-child(1):before, .LogoRight:nth-child(2):before {
 display: none;
}
/*footer*/
footer {
	position: relative;
}
.Contact-page> h2 {
	padding-top: 70px;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.footer-logo {
	margin: 8% 0 10%;
	position: relative;
}
.footer-logo:after, .footer-logo:before {
	bottom: -84px;
	height: 84px;
	width: 1px;
	left: 50%;
	background-image: url(../images/bg/horizontal-line.png);
}
.footer-logo:before {
	top: -90px;
	transform: rotate(180deg);
}
.footer-logo:after {
	bottom: -84px;
}
.info > h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight:bold;
}
.info > p, .info > p > a {
	font-size: 13px;
	margin: 0;
	font-weight: 400;
	color:#222;
}
.info > p > a:hover {
	color:#c51916;
}
.contact-info {
	position: relative;
}
.contact-info:after {
	top: 38px;
	width: 100%;
	height: 1px;
	left: 0;
	background-image: url(../images/bg/footer-vertical.png);
}
footer {
	height: 30px;
	width: 100%;
	background-color: #000000;
}
footer p {
	font-family: helvetica;
	text-align: center;
}
.CopyRight {
	float: left;
	display: table;
}
.CopyRight > p, .Parampriti > a {
	margin: 0;
	font-size: 13px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	line-height: 29px;
	font-weight: 200;
	text-decoration: none;
}
.Parampriti > a {
	transition: 0.3s;
}
.Parampriti > a:hover {
	color: #c61111;
}
.Parampriti {
	float: right;
}
.clearfix {
	clear: both;
	float: none;
}
.social {
	text-align: center;
	margin-top: 8px;
}
.social > li {
	list-style: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: solid #222222 1px;
	border-radius: 50%;
	line-height: 32px;
	margin-right: 12px;
	transition-duration: 0.8s;
}
.social > li:hover {
	transform: rotate(-360deg);
	transition-duration: 0.8s;
	border: 1px solid #c51916;
}
.social > li:hover a i {
	color: #c51916 !important;
}
.social > li > a > i {
	color: #222;
}
.social > li:last-child {
	margin-right: 0px;
}
.footer-bottom {
	margin-top: 6%;
}
.g-map > a {
	text-align: center;
	/*padding-left: 40px;*/
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.g-map > a:hover {
	color:#eb2929;
	text-decoration:underline;
}
/*home*/
.dwn-btn {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.slider {
	background-image: url(../images/slide/1.jpg);
	height: 100%;
	width: 100%;
}
.header {
	position: absolute;
	width: 100%;
	z-index: 10;
}
.logo {
	background: url(../images/logo-bg.png);
	width: 240px;
	height: 105px;
	text-align: center;
	margin: 0 auto;
	padding-top: 15px;
	background-repeat: no-repeat;
}
.line {
	position: relative;
	width: 100%;
	top: 20px;
}
.line:before {
	width: 38%;
	height: 1px;
	border-bottom: 1px solid #f5f5f5;
	left: 0;
	top: 55px;
}
.line:after {
	width: 38%;
	height: 1px;
	border-bottom: 1px solid #f5f5f5;
	right: 0;
	top: 55px;
}
/*services*/
.mblCallUs {
	position: absolute;
	background-image: url(../images/Callus-now.png);
	background-repeat: no-repeat;
	z-index: 6;
	width: 162px;
	right: 0px;
	top: 70px;
	height: 44px;
	text-align: center;
	padding-right: 10px;
 transition-duration: .5s;
	display:none;
	overflow:hidden;
}
.mblCallUs > a {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding-left: 28%;
	font-weight: 400;
	font-style: italic;
	padding-bottom: 2px;
 transition-duration: .5s;
	position: relative;
	top: 2px;
}
.mblCallUs > a:hover {
	padding-left: 34%;
}
#slider-1, #slider-2, #slider-3 {
	background-image: url(../images/services/slider/01.jpg);
	background-repeat:no-repeat;
	transform: scale(1) !important;
	height: 100%;
	background-position: center;
	background-size: cover;
}
#slider-1 {
	position:relative;
}
#slider-2 {
	background-image: url(../images/services/slider/02.jpg);
}
#slider-3 {
	background-image: url(../images/services/slider/03.jpg);
}
.ul {
	display: flex;
	min-height: 100vh;
	max-height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}
.ul > li {
	padding: 0;
	position: relative;
	cursor: pointer;
 transition: all .5s ease;
	width: 94px;
}
.ul > li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 2px;
	width: 3px;
	height: 100%;
	-webkit-box-box-shadow: 6px -4px 7px 3px rgba(0, 0, 0, 0.35);
	-moz-box-box-shadow: 6px -4px 7px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 6px -4px 7px 3px rgba(0, 0, 0, 0.35);
	z-index: 5;
}
.ul > li:nth-child(1) {
 background-image: url(../images/bg/slider-1.jpg);
 background-size:cover;
 background-repeat:no-repeat;
}
.ul > li:nth-child(2) {
 background-image: url(../images/bg/slider-2.jpg);
 background-size:cover;
 background-repeat:no-repeat;
}
.ul > li:nth-child(3) {
 background-image: url(../images/bg/slider-1.jpg);
 background-size:cover;
 background-repeat:no-repeat;
}
.ul > li.active {
	flex: 5;
	background: #fff;
	cursor: default;
	position: relative;
}
.ul > li::before {
 content:'';
 position:absolute;
 top:15%;
 left:27%;
 background:url(../images/login.png);
 width:32px;
 height:32px;
}
 .ul > li.rotate::before {
 transform:rotate(180deg);
}
.ul > li.active .section-content {
	flex: 4;
	opacity: 1;
	transform: scaleX(1);
}
.ul > li .section-title {
	/* flex: 1;*/
	align-items: center;
	display: inline-block;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	color: white;
}
.ul > li .section-title h2 {
	margin: 0;
	transform: rotate(-90deg);
	white-space: nowrap;
}
.ul > li .section-content {
	display: inline-block;
	width: 100%;
	float: left;
	align-items: center;
	margin: 0;
	padding: 0;
	opacity: 0;
 transition: all .25s .1s ease-out;
}
.slider-content {
	position: absolute;
	bottom: 80px;
	width: 90%;
	left: 5%;
	padding-right: 5%;
}
.slider-content > h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #fff!important;
	font-weight: 600;
	text-transform: uppercase;
}
.slider-content > p {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 13px;
}
.slider-content > a {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 13px;
	text-decoration: underline;
	font-style: italic;
	float: right;
	text-align: right;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.slider-content > a > span {
	text-decoration: underline;
}
.slider-content > a:hover {
	color: #ff3a3a;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
/*.explore {
	position: relative;
	top: 47.6%;
	left: 2.5%;
	width: 30%;
}*/

/*.explore.add {
	left: 87% !important;
}*/
.explore {
	position:absolute;
	bottom:60px;
	left:5%;
	width:30%;
}
.explore > h3 > a {
	font-family: 'Oswald', sans-serif;
	font-size: 18px !important;
	color: #fff;
	position: absolute;
	z-index: 9;
	font-weight: 400;
	text-transform: uppercase;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 2px 8px;
	transition:0.3s;
	-wenkit-transition:0.3s;
	-moz-transition:0.3s;
}
.explore:hover h3 > a {
	color:#ff3a3a;
	border-color:#ff3a3a;
}
/*menu*/
.menu-container {
	background-color: rgba(238, 38, 35, 0.8);
	bottom: 0;
	position: fixed;
	right: -250px;
	top: 0;
	width: 360px;
	overflow: hidden;
	z-index: 101
}
.menu-show {
	display: block;
}
.menu-hide {
	right: -250px;
	display: none;
}
.menu-list > ul {
	padding: 20px 25px 20px;
}
.menu-list li {
	list-style-type: none;
	margin-bottom: 20px;
}
.menu-list ul li a {
	font-size: 18px;
	color: #656565;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
.menu-list ul li a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.menu-list ul li a:hover, .menu-list ul li a.active {
	color: #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.menu-list ul li a:hover .home1, .menu-list ul li a.active .home1 {
	background-position: -155px -1px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.menu-list ul li a:hover .proj, .menu-list ul li a.active .proj {
	background-position: -155px -25px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.menu-list ul li a:hover .apart, .menu-list ul li a.active .apart {
	background-position: -155px -47px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.menu-list ul li a:hover .amen, .menu-list ul li a.active .amen {
	background-position: -156px -197px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.menu-list ul li a:hover .loc, .menu-list ul li a.active .loc {
	background-position: -155px -70px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.menu-list ul li a:hover .reach, .menu-list ul li a.active .reach {
	background-position: -155px -93px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.menu-list ul li a:hover .abt-us, .menu-list ul li a.active .abt-us {
	background-position: -155px -114px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.menu-list ul li a:hover .ebro, .menu-list ul li a.active .ebro {
	background-position: -156px -158px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.close-btn {
	background-position: -132px -132px;
	width: 20px;
	height: 20px;
	margin: 40px 20px;
	cursor: pointer;
	margin-bottom: 15px;
}
.base {
	background-image: url(../images/sprite.png);
	position: relative;
	background-repeat: no-repeat;
	display: inline-block;
}
.gray-line {
	background-color: #fff;
	height: 1px;
	width: 170px;
	margin: 0 auto;
	text-align: center;
}
.menu-list li {
	margin-bottom: 20px;
}
.menu-list ul li a {
	font-size: 14px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-decoration: none;
	text-transform:capitalize;
}
.menu-list ul li a:hover .home1, .menu-list ul li a.active .home1 {
	background-position: -155px -1px;
}
.home1 {
	background-position: -132px 0;
	height: 19px;
	width: 19px;
	margin-right: 11px;
}
.proj {
	background-position: -132px -24px;
	height: 22px;
	width: 15px;
	margin-right: 15px;
	vertical-align: middle;
}
.reach {
	background-position: -132px -92px;
	height: 17px;
	width: 17px;
	margin-right: 15px;
}
.abt-us {
	background-position: -132px -113px;
	height: 16px;
	width: 17px;
	margin-right: 15px;
}
.white {
	background-image: url(../images/menu-line.png);
	top: 15px;
	right: 0;
}
.black-color {
	background-image: url(../images/menu-line-color.png);
	top: 25px;
	right: 5%;
}
.base.menu {
	width: 20px;
	height: 18px;
	z-index: 9;
	position: absolute;
}
.right5 {
	top: 25px;
	right: 5%;
}
.menu {
	transition-duration: 0.8s;
}
.menu:hover {
	transform: scale(1.1);
	transition-duration: 0.8s;
}
.tp-caption {
	font-family: 'Raleway', sans-serif !important;
	font-size: 24px !important;
	text-transform: uppercase;
	font-weight: bold !important;
}
.overlay-slider {
	position: relative;
	width: 100%;
	height: 100%;
}
.overlay-slider:after {
	content: "";
	top: 0;
	left: 0;
	background-image: url(../images/slides/Pattern.png);
	position: absolute;
	height: 100%;
	width: 100%;
}
/*innerpage*/
.divClear {
	display: inline-block;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.innerHeader {
	min-height: 504px;
	background-position: center;
	background-size: cover;
	padding: 32px 0 0;
	position: relative;
}
.electro {
	background-image: url(../images/inner-page/services-banner.jpg);
}
.Metal {
	background-image:url(../images/services/banner/metal_spray_painting_refinishing.jpg);
}
.Repair {
	background-image:url(../images/services/banner/metal-repair-and-polishing.jpg);
}
.stain {
	background-image:url(../images/services/banner/stainless-steel-scratch-removal-and-polishing.jpg);
}
.quartz {
	background-image:url(../images/services/banner/quartz-naturastone-tabletop-overlay.jpg);
}
.Wood {
	background-image:url(../images/services/banner/wood-surface-restoration.jpg);
}
.Well {
	background-image:url(../images/services/banner/wall-and-corner-protection.jpg);
}
.Lift {
	background-image:url(../images/services/banner/lift-interior-refurbishing.jpg);
}
.menuContainer {
	/*width: 255px;*/
	width: 370px;
}
.menuContainer, .plus {
	float: right;
}
.menuIcon {
	margin-bottom: 20px;
	text-align: right;
}
.plus {
	margin-left: 10px;
}
.menuBar {
	padding-left: 0;
	padding-top: 40px;
}
.menuBar > li {
	list-style: none;
	border-top: 1px solid #fff;
}
.menuBar > li:last-child {
	border-bottom: 1px solid #fff
}
.menuBar > li > a, .plus {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	text-decoration: none;
}
.menuBar > li > a {
	display: block;
	padding: 18px 5px;
	width: 100%;
}
/*.menuBar > li > a:hover{
	    background-color: #c61111;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}*/
.servivesContainer {
	position: relative;
}
.pageName > .left, .pageName > .right {
	display: inline-block;
	float: left;
	box-sizing: border-box;
}
.pagetitle {
	position: relative;
	height: 30px;
}
.pageName {
	padding-top: 22px;
	border-right: 1px solid #c61111;
	height: 100px;
	background-color: #fff;
	box-sizing: border-box;
	float: left;
	position: absolute;
	bottom: -16px;
}
.pageName > .left {
	width: 20%;
	text-align: center;
}
.pageName > .right {
	width: 80%;
}
.pageName > .right > h4 {
	padding: 18px 20px 0 0;
}
.title {
	font-family: 'Poppins', sans-serif;
	color: #131313;
	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
}
ul.contactInfo {
	width: 50%;
	display: inline-block;
	margin: 28px 0 0;
}
.contactInfo > li {
	display: inline-block;
	float: left;
	width: 50%;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.contactInfo > li::after {
 content: "";
 position: absolute;
 top: 0px;
 right: 0;
 width: 3px;
 height: 52px;
 background-image: url(../images/line.png);
 background-repeat: no-repeat;
}
.contactInfo > li:last-child::after {
 display: none;
}
.contactInfo > li, .contactInfo > li > a {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.contactInfo > li > a:hover {
	color:#c61111;
}
.contactInfo > li > span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.contactInfo > li > a {
	position: relative;
}
.textCenter {
	text-align: center;
}
.div8 {
	width: 100%;
	margin: 0 auto;
}
.para > p {
	font-family: 'Poppins', sans-serif;
	color: #131313;
	font-size: 13px;
	padding: 15px 0;
}
.pageText {
	padding: 15px 0;
}
/*services Tab*/
.servicesTab {
	border-top: 1px solid #c61111;
}
.tabTitle {
	padding: 00px 0;
}
.tabTitle > li {
	display: inline-block;
	font-size: 14px;
	word-wrap: normal;
	background-color: #383838;
	/*margin: 0px -2px;*/
	margin: 0px;
	padding: 10px 1.5%;
	color: #fff;
	font-weight: 300;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.tabTitle > li.active, .tabTitle > li:hover, .tabTitle > li:focus {
	background-color: #c61111;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.servivesInfo > h4 {
	font-family: 'Poppins', sans-serif;
	color: #c61111;
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
}
.divAlgin {
	display: inline-block;
	float: left;
	box-sizing: border-box;
}
.servicesLeft {
	width: 65%;
	padding-left: 3.5%;
}
.servicesRight {
	width: 35%;
	position: relative;
	z-index: 10;
	padding-right: 4%;
}
.tabContent {
	padding: 15px 0 0px;
	display: none;
}
.tabContent.active {
	display: block;
}
.tabPara {
	padding-top: 10px;
}
.tabPara > p, .tabPara > li {
	font-family: 'Poppins', sans-serif;
	color: #333333;
	font-size: 13px;
	padding: 5px 30px 5px 20px;
}
.tabPara > p {
	text-align: justify;
}
.tabPara > li {
	list-style: url(../images/list-style.png);
	padding: 0 30px 7px 8px;
	line-height: 25px;
	margin: 0px 0px 0px 45px;
	color: #131313;
}
.servicesRight > img {
	width: 100%;
}
.servicesBlack {
	position: relative;
	height: 105px;
}
.tabBottom {
	background-color: #383838;
	min-height: 105px;
	position: relative;
	bottom: 20px;
}
.servicesIcon {
	padding: 15px 0 0;
}
.servicesTitle {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	padding: 12px 0;
}
.servicesLeft.bottom > .col-4 {
	position: relative;
}
.servicesLeft.bottom > .col-4:after {
	content: "";
	position: absolute;
	top: 25px;
	right: 0;
	width: 3px;
	height: 51px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
}
.servicesLeft.bottom > .col-4:last-child:after {
	display: none;
}
.galleryTitle {
	width: 80%;
	margin: 20px auto;
}
.galleryTitle > h4 {
	font-family: 'Poppins', sans-serif;
	color: #131313;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	position: relative;
	top: -20px;
}
.galleryTitle > h4:before, .galleryTitle > h4:after {
	content: "";
	position: absolute;
	top: 10px;
	width: 38%;
	height: 1px;
	background-color: #cccccc;
}
.galleryTitle > h4:before {
	left: 0;
}
.galleryTitle > h4:after {
	right: 0;
}
#gallery1, #gallery2, #gallery3, #gallery4, #gallery5, #gallery6 {
	display: inline-block;
	float: left;
	box-sizing: border-box;
	padding: 2px;
}
.brick img {
	border: 1px solid #c2c2c2;
	box-shadow: 0px 2px 2px rgba(31, 31, 31, 0.1);
	width: 100%;
}
.sm-tmb {
	float: left;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 0 2px 0 0;
}
.sm-tmb img {
	cursor:pointer;
}
.sm-tmb:last-child {
	padding: 0 0 0 2px;
}
#gallery3 {
	padding-right: 2px;
}
.masonry {
	box-sizing: border-box;
	width: 95%;
	margin: 0 auto;
}
.brick > a {
	display: block;
	margin-top: -2;
}
.brick > a > img {
	width: 100%;
}
.brick > img {
	cursor: pointer;
}
#gallery1, #gallery2, #gallery5 {
	width: 33.33%;
}
#gallery3, #gallery4 {
	width: 50%;
	padding: 2px 0px;
}
#gallery3 {
	padding-right: 2px;
}
#gallery4 {
	padding-left: 2px;
}
#gallery1 > img, #gallery2 > img, #gallery5 > img {
	width: 100%;
}
.brick img {
 transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
}
.brick img:hover {
	transform: scale(1.1);
}
.brick, .sm-tmb {
	overflow: hidden;
}
#gallery2 > img:nth-child(2), #gallery2 > img:nth-child(3) {
 width: 50%;
 display: inline-block;
 float: left;
 padding: 0 2px 0 0;
 margin: 3px 0 0;
}
#gallery2 > img:nth-child(3) {
 padding: 0 0 0 2px;
}
.contactForm {
	background-color: #efefef;
	padding: 30px 0;
	border-top:1px solid #e2e2e2;
}
.input-txt {
	border: none;
	border-bottom: 1px solid #bbbbbb;
	background-color: transparent;
	position: relative;
	z-index: 99;
	outline: none;
	box-sizing: border-box;
	padding: 0px 0px 2px 0px;
	font-family: 'Poppins', sans-serif;
	margin-right: 10px;
	width: 100%;
	color: #333333;
	font-weight: 500 !important;
	font-size: 12px;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.input-txt:hover, .codeInput:hover {
	border-bottom: 1px solid #131313;
}
.label-txt {
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	color: #333333;
}
.label-txt > label {
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 9;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: 500 !important;
	padding: 0px 0px;
}
.label-txt > label > span > i {
	padding-right: 10px;
	font-size: 15px;
}
.code {
	background-color: #343434;
	border: thin #dadada;
	width: 30%;
	text-align: center;
	/*padding: 9px 0px;*/
	margin-top: 8px;
	color: #fff;
	text-transform: uppercase;
}
.err, .error {
	font-size: 12px !important;
	line-height: 10px;
	color: #de201f;
}
#name-error, #email-error, #phone-error, #comments-error {
	position: relative;
	top: 2px;
	color: #de201f;
	font-size: 12px !important;
}
 .form > [class*="col-"] {
 height: 68px;
}
.codeInput {
	width: 50%;
	padding-left: 20px;
	border-bottom: 1px solid #bbbbbb;
}
.submit {
	width: 20%;
	text-align: center;
}
.codeInput > .label-txt > .input-txt {
	border-bottom: none !important;
}
.btn {
	padding: 6px 12px;
	text-transform: uppercase;
	color: #fff;
	text-align: right;
	float: right;
	font-size: 13px;
	cursor: pointer;
	transition: 0.8s;
	outline: none;
	background-color: #eb2929;
	border: none;
	margin-top: 13px;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
.btn:hover {
	background:#343434;
	border-radius:2px;
}
.moreInfo {
	padding: 15px 0 5px;
}
.moreInfo > li, .moreInfo > li > a {
	display: inline-block;
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin-right: 25px;
}
.moreInfo > li > a:hover, .get-in p:hover a span {
	color:#c51916;		
}
.moreInfo > li > span {
	padding-right: 10px;
	color: #eb2929;
}
.AboutText a {
	font-size: 14px;
	color: #000;
	margin: 10px 0 0;
	display: inline-block;
	transition: 0.3s;
}
.AboutText a:hover {
	color: #b81c19;
	transition: 0.3s;
}
.servivesContainer .col-5 {
	padding: 0px;
}
.sb-menu {
	text-align: right;
}
.sb-menu li {
	display: inline-block;
	padding: 15px;
	position: relative;
}
.sb-menu li:last-child {
	padding-right: 0px;
}
.sb-menu li a {
	text-decoration: none;
	color: #131313;
	font-size: 13px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.sb-menu li a.active {
	color: #c61111;
}
.sb-menu li a:hover {
	color: #c61111;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.sb-menu li::after {
 content: "";
 width: 0;
 height: 0;
 position: absolute;
 border-top: 5px solid transparent;
 border-left: 5px solid #c61111;
 border-bottom: 5px solid transparent;
 top: 18px;
 right: -2px;
}
.sb-menu li:last-child::after {
 display: none;
}
.res-menu {
	position: absolute;
	right:0;
	z-index: 999999;
	cursor:pointer;
	top:5px;
}
.col-9 {
	position:relative;
}
.wid-50 {
	width:50% !important;
	float:left;
	display:inline-block;
}
.wid-100 {
	width: 100%;
	display: inline-block;
}
.res-menu p {
	display:inline-block;
}
.res-menu span {
	background-color: #fff;
	height: 3px;
	width: 27px;
	cursor: pointer;
	margin:5px 0;
	display:block;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	transition: all 0.2s ease-out;
	-ms-transition: all 150ms ease-out;
}
.res-menu p:hover span {
	background-color:#c61111;
}
.res-menu span:nth-child(1) {
 top: 10px;
}
.res-menu span:nth-child(2) {
 top: 18px;
}
.res-menu span:nth-child(3) {
 top: 26px;
}
.res-menu.active span:nth-child(1) {
 -ms-transform: rotate(45deg) translateX(5px) translateY(5px);
 -webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
 transform: rotate(45deg) translateX(5px) translateY(5px);
}
.res-menu.active span:nth-child(2) {
 opacity: 0;
}
.res-menu.active span:nth-child(3) {
 -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
 -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
 transform: rotate(-45deg) translateX(6px) translateY(-6px);
}
.h-menu {
	visibility: hidden;
	opacity: 0;
	width: 0;
	-moz-transition: all 170ms ease-out;
	-o-transition: all 150ms ease-out;
	-webkit-transition: all 1s ease-out;
	transition: all 0.8s ease-out;
	-ms-transition: all 150ms ease-out;
	-ms-transform: translateX(30px);
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.h-menu {
	width: 96%;
	margin: 3px 0 0 0;
}
.h-menu.active {
	visibility: visible;
	opacity: 1;
	width: 96%;
	-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.b-menu {
	width: 100%;
	position: relative;
}
.b-menu::before, .b-menu li::before, .b-menu li::after {
 content: '';
 position: absolute;
}
.b-menu li {
	width: 20%;
	float: left;
	display: inline-block;
	text-align: center;
	position: relative;
}
.b-menu li::before, .b-menu li::after {
 top: 16px;
 left: 0;
 width: 10%;
 border-bottom: 1px solid #c61111;
}
.b-menu li a {
	padding: 8px 0 7px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	width: 80%;
	border: 1px solid #c61111;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	text-decoration: none;
}
.b-menu li::after {
 left: inherit;
 right: 0;
}
.servivesInfo > h4 {
	display: none;
}
.pageText .para {
	text-align: left;
}
.gallery {
	width: 100%;
	display: inline-block;
	margin-bottom: 50px;
}
/*------------------Faq Page----------------------------------*/
.i-header {
	height:77px;
	background:#fff;
	box-shadow:0px 3px 4px rgba(2, 2, 2, 0.2);
	position:relative;
	z-index:1;
}
.i-h-par {
	width:100%;
	display:inline-block;
	padding:20px 0;
}
.i-logo {
	float:left;
	display:inline-block;
	width:25%;
}
.i-menu {
	float:left;
	display:inline-block;
	width:75%;
	position:relative;
}
.i-menu > .res-menu span {
	background-color:#000;
	right:0;
}
.i-menu .h-menu > .b-menu {
	width:97%;
}
.i-menu .h-menu > .b-menu li a {
	border:1px solid #000;
	color:#000;
}
.i-menu .h-menu > .b-menu li a:hover {
	color:#fff;
	border:1px solid #c61111;
}
.i-menu .h-menu > .b-menu li a.active {
	color:#fff;
	background-color:#c61111;
}
.i-menu .h-menu > .b-menu li::before, .i-menu .h-menu > .b-menu li::after {
 border-bottom: 1px solid #000;
}
.i-bner {
	background:url(../images/faq-banner.jpg) no-repeat;
	background-size:cover;
	height:232px;
	position:relative;
	box-shadow:0px 3px 4px rgba(2, 2, 2, 0.2);
}
.proBner {
	background:url(../images/inner-page/pro-bner.jpg) no-repeat;
	background-size:cover;
	height:269px;
	box-shadow:inherit;
}
.i-b-ttle {
	position:absolute;
	bottom:37px;
}
.i-b-ttle h2, .get-in h2 {
	font-size:25px;
	color:#131313;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
.pro-b-ttle {
	bottom:108px;
}
.pro-b-ttle h2 {
	font-size:20px;
	color:#fff;
}
.faq-pg {
	background:#fff;
}
.faq-par {
	width:100%;
	display:inline-block;
}
.f-lft {
	float:left;
	display:inline-block;
	width:73%;
	box-shadow:3px -1px 1px rgba(2, 2, 2, 0.15);
	border-right:8px solid #f0f0f0;
	padding:60px 60px 40px 0;
}
.f-rgt {
	float:left;
	display:inline-block;
	width:27%;
	padding:60px 0 60px 0;
}
.get-in {
	width:65%;
	margin:0 auto;
}
.get-in h2 {
	font-size:17px;
	margin-bottom:30px;
}
.get-in p {
	margin-bottom:15px;
}
.get-in p i {
	font-size:19px;
	color:#eb2929;
	margin:0 12px 0 0;
}
.get-in p span, .get-in p a span {
	color:#333;
	font-size:16px;
}
.acc-close {
	border-bottom:1px solid #adadad;
	padding-bottom:15px;
	margin-bottom:25px;
}
.acc-open {
	padding:0 0 30px;
	display:none;
}
.acc-open.active {
	display:block;
}
.acc-close h3 {
	color:#131313;
	font-size:15px;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
}
.acc-close span {
	float:right;
	display:inline-block;
	position:relative;
	background:#de201f;
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	color:#fff;
	bottom:12px;
	cursor:pointer;
}
.acc-close span:hover {
	background:#343434;
}
.acc-open p {
	color:#484747;
	font-size:13px;
	line-height:25px;
}
/*.posi-tp {
	position:relative;
	top:-4px;
}*/
/*-------------------------Contact page--------------------------------*/
.c-bner {
	background:url(../images/contact-banner.jpg) no-repeat;
	background-size:cover;
}
.cntct-pg {
	width:100%;
	display:inline-block;
}
.cntct-rgt, .cntct-lft {
	float:left;
	display:inline-block;
}
.cntct-lft {
	width:71.5%;
	background:url(../images/contact-bg.jpg) no-repeat;
	background-size:cover;
	padding:60px 0;
	box-shadow:3px -1px 1px rgba(2, 2, 2, 0.15);
	border-right:8px solid #f0f0f0;
}
.cntct-lft .Contact-page> h2 {
	padding-top:0px;
}
.cntct-lft .footer-logo {
	margin:10% 0;
}
.cntct-lft .footer-logo:after, .cntct-lft .footer-logo:before {
	height:60px;
}
.cntct-lft .footer-logo:before {
	top:-65px;
}
.cntct-lft .footer-logo:after {
	bottom:-65px;
}
.cntct-rgt {
	width:28.5%;
	padding:70px 0 0;
}
.form-cont {
	width:70%;
	margin:0 auto;
}
.wid-70 {
	width:70%;
}
.form-cont .col-12 {
	padding:0;
}
.form h5 {
	color:#131313;
	font-size:17px;
	font-weight:600;
	text-transform:uppercase;
	padding:0 0 20px 0;
}
.mobileView {
	display: none;
}
.acc-open p span {
	text-decoration:underline;
	font-weight:500;
	color:#000;
	margin:0 10px 0 0;
}
.container a:after {
	content: '';
	position: absolute;
	background: #FF5252;
	height: 2px;
	width: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
 -webkit-transition: .35s ease;
 transition: .35s ease;
}
h1 {
	position: relative;
	text-align: center;
	font-family: 'Vollkorn', serif;
}
.button_container {
	position: fixed;
	top: 5%;
	right: 4%;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 100;
 -webkit-transition: opacity .25s ease;
 transition: opacity .25s ease;
}
.button_container:hover {
	opacity: .7;
}
.button_container.active .top {
	-webkit-transform: translateY(3px) translateX(0) rotate(45deg);
	transform: translateY(3px) translateX(0) rotate(45deg);
	background: #FFF;
}
.button_container.active .middle {
	opacity: 0;
	background: #FFF;
}
.button_container.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #FFF;
}
.button_container span {
	background: #fff;
	border: none;
	height: 4px;
	width: 65%;
	position: absolute;
	top: 0;
	left: 0;
 -webkit-transition: all .35s ease;
 transition: all .35s ease;
	cursor: pointer;
}
.button_container span:nth-of-type(2) {
 top: 7px;
}
.button_container span:nth-of-type(3) {
 top: 14px;
}
.overlay {
	position: fixed;
	background: #FF5252;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
 -webkit-transition: opacity .35s, visibility .35s, height .35s;
 transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
}
.overlay.open {
	opacity: .9;
	visibility: visible;
	height: 100%;
	z-index:99;
}
.overlay.open li {
 -webkit-animation: fadeInRight .5s ease forwards;
 animation: fadeInRight .5s ease forwards;
 -webkit-animation-delay: .35s;
 animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
 -webkit-animation-delay: .4s;
 animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
 -webkit-animation-delay: .45s;
 animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
 -webkit-animation-delay: .50s;
 animation-delay: .50s;
}
.overlay nav {
	position: relative;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 50px;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	text-align: center;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}
.overlay ul li {
	display: block;
	height: 25%;
	height: calc(100% / 4);
	min-height: 50px;
	position: relative;
	opacity: 0;
}
.overlay ul li a {
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
	font-family: 'Oswald', sans-serif;
	font-size:40px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	width: 100%;
}
.overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 3px;
	background: #FFF;
 -webkit-transition: .35s;
 transition: .35s;
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 20%;
}
 100% {
 opacity: 1;
 left: 0;
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 20%;
}
 100% {
 opacity: 1;
 left: 0;
}
}
/*--------------product styles -----------------------*/
.p-sbhead, .products-pg {
	width:100%;
	display:inline-block;
}
.pro-lft {
	width:40%;
	float:left;
	display:inline-block;
}
.pro-rgt {
	width:60%;
	float:left;
	display:inline-block;
}
.pro-ttle {
	text-align:center;
	padding:20px 0 33px;
	background:#fff;
	position:relative;
	margin-top:-80px;
	border-right:1px solid #c61111;
}
.pro-ttle span {
	display:inline-block;
	vertical-align:middle;
	padding:0 8px 0 0;
}
.pro-ttle h2 {
	font-size:17px;
	color:#131313;
	display:inline-block;
	font-weight:400;
}
.pro-add {
	text-align:center;
	padding:20px 0 40px;
}
.pro-add h3, .pro-add p, .pro-icn {
	display:inline-block;
}
.pro-add h3 {
	padding:0 30px;
}
.pro-icn {
	vertical-align:middle;
	padding:0 8px 0 0;
}
.pro-add p, .pro-add p a {
	color:#c61111;
	font-size:21px;
	font-family: 'Oswald', sans-serif;
}
.tab-list {
	border-bottom:1px solid #efbebe;
	width:100%;
	padding:0 0px 3px 0;
}
.tab-list li {
	display:inline-block;
	padding:0 0px;
	text-align:center;
	margin:15px 0 0;
	width:25%;
}
.tab-list li:first-child {
	padding-left:0px;
}
.tab-list li a {
	font-size:13px;
	color:#fff;
	padding:11px 0px 9px;
	background:#353535;
	display:inline-block;
	font-weight:300;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	text-transform:capitalize;
	position:relative;
	width:100%;
}
.tab-list li a:hover {
	background:#c61111;
}
.tab-list li a::before {
 content:'';
 position:absolute;
 bottom:33px;
 left:0;
 width:100%;
 height:0px;
 background:#c61111;
 transition:0.3s;
 -webkit-transition:0.3s;
 -moz-transition:0.3s;
 -o-transition:0.3s;
}
.tab-list li.active a {
	background:#c61111;
}
.tab-list li.active a::before {
 height:15px;
 background:#c61111;
}
/*.tab-list .owl-nav {
	background:#353535;
	position:absolute;
	bottom:3px;
	right:0;
	text-align:center;
	display:inline-block;
	padding:10px 0 7px;
	transition:0.3s;
}
.tab-list .owl-nav:hover {
	background:#c61111;
}
.tab-list .owl-nav .owl-prev {
	background:url(../images/inner-page/product/slider-prev.png) no-repeat center;
	width:7px;
	height:13px;
	padding:0px 13px;
	display:inline-block;
}
.tab-list .owl-nav .owl-next {
	background:url(../images/inner-page/product/slider-next.png) no-repeat center;
	width:7px;
	height:13px;
	display:inline-block;
	padding:0px 13px;
}*/


/*---------Pro Menu------------*/
.products-pg {
	position:relative;
}
.pro-menu {
	background:#353535;
	padding:11px 0 12px 22px;
	color:#fff;
	width:28%;
	position:absolute;
	right:0;
	top:5px;
	text-align:center;
}
.pro-menu:hover {
	background:#c61111;
}
.pro-menu a {
	color:#fff;
	text-transform:uppercase;
}
.pro-menu a i {
	padding:0 0 0 8px;
	font-size:20px;
}
.pro-mlist {
	position:absolute;
	right:0;
	z-index:99999;
	width:100%;
	top:50px;
}
.pro-tablist {
	width:100%;
	float:right;
	display:inline-block;
	/*background:#b41d1b;*/
	background:#353535;
	position:absolute;
	right:0;
	padding:0px;
}
.pro-tablist li {
	display:block;
	width:100%;
	float:none;
	margin:0;
}
.pro-tablist li a {
	background:inherit;
	border-top: 1px solid #f2f2f2;
	font-size: 14px;
	line-height: 24px;
	padding: 11px 0 11px 18px;
}
.pro-tablist li {
	text-align:left;
}
.pro-tablist li a::before {
 display:none;
}
.pro-tablist li a:hover {
	background:#000;
}
.pro-tablist {
	display:none;
}
.tabact-ttle {
	border-bottom: 1px solid #efbebe;
	width: 100%;
	padding: 0 0px 3px 0;
}
.tabact-ttle a {
	font-size: 13px;
	color: #fff;
	padding: 11px 0px 9px;
	background: #c61111;
	display: inline-block;
	font-weight: 300;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	text-transform: capitalize;
	position: relative;
	width: 100%;
	width:25%;
	text-align:center;
	margin:15px 0 0;
}
.tabact-ttle a::after {
 display:none;
}
.tabact-ttle a::before {
}
 .tabact-ttle a::before {
 content: '';
 position: absolute;
 bottom: 33px;
 height: 15px;
 background: #c61111;
 left: 0;
 width: 100%;
 transition: 0.3s;
 -webkit-transition: 0.3s;
 -moz-transition: 0.3s;
 -o-transition: 0.3s;
}
/*---------Pro Menu------------*/



.tab-cont {
	padding:0px 0 40px;
}
.tab-act {
	display:none;
}
.tab-act.active {
	display:block;
}
.pro-cont {
	width:100%;
	display:inline-block;
	/*padding:0 0 30px;*/
	padding:40px 0 30px;
}
.pcont-lft, .pcont-rgt {
	width:50%;
	float:left;
	display:inline-block;
}
.p-inlft, .p-inrgt {
	width:100%;
	display:inline-block;
}
.wid-78 {
	width:78%;
	display:inline-block;
}
.pro-heading {
	width:100%;
	display:inline-block;
	padding:0 0 5px;
}
.pro-heading h2 {
	font-size:19px;
	line-height:32px;
	color:#131313;
	font-weight:600;
	position:relative;
}
.pro-pera {
	font-size:13px;
	font-weight:400;
	line-height:26px;
}
.p-inlft, .p-inrgt {
	padding:10px 0 0;
}
/*.p-inlft {
	position:relative;	
}
.p-inlft::after {
	content:'';
	position:absolute;
	right:18%;
	top:10px;
	width:1px;
	background:url(../images/inner-page/product/line.png);
	height:69px;	
}*/
.p-icn i > img {
	display:inline-block;
	vertical-align:middle;
	padding:0 10px 0 0;
}
.p-icn span {
	font-size:17px;
	color:#e10d0c;
	font-weight:500;
}
.p-sizes, .p-colors {
	padding:5px 0 0;
}
.p-sizes {
	width: 100%;
	display: inline-block;
	text-align: left;
	list-style-image: url(../images/icon/list-of.png);
	padding: 0 0 0 45px;
}
.p-sizes li {
	padding:0 0 0 8px;
	/*margin:0 0 0 15px;*/
	font-size:13px;
	line-height:30px;
	color:#131313;
	font-weight:400;
	float:left;
	/*display:inline-block;*/
	width:50%;
}
.p-colors {
	margin:0 0 0 32px;
}
.p-colors li {
	font-size:13px;
	line-height:26px;
	color:#131313;
	display:inline-block;
	margin:0 30px 0 0;
}
.p-colors li:last-child {
	margin-right:0px;
}
.p-colors li span {
	width:16px;
	height:14px;
	border:1px solid #acacac;
	vertical-align:middle;
	margin:0 8px 0 0;
	display:inline-block;
}
span.p-beige {
	background:#f7d8aa;
}
span.p-grey {
	background:#979797;
}
span.p-ofwhite {
	background:#fffafa;
}
span.p-ivory {
	background:#dcccb2;
}
span.p-chocolate{
	background: chocolate;
}
span.p-clear{
	background: transparent;
}
span.p-white{
	background: white;
}
.pro-gallery {
	background:url(../images/inner-page/pro-bg.jpg) no-repeat;
	border:1px solid #e5e5e5;
}
.g-inner {
	padding:60px 0 50px 50px;
	position:relative;
}
.g-ttle {
	position:absolute;
	top:-18px;
}
.g-ttle h2 {
	font-size:19px;
	color:#fff;
	padding:7px 24px;
	background:#c61111;
	display:inline-block;
}
.g-album {
	width:100%;
	display:inline-block;
}
.g-album li {
	padding:0 40px 0 0;
	width:25%;
	float:left;
	display:inline-block;
	box-sizing:border-box;
}
.g-album li a {
	display:inline-block;
}
.g-album li a img {
	width:100%;
	border:1px solid #d6d6d6;
	box-shadow:3px 3px 4px rgba(3, 3, 3, 0.2);
}
 .container .tab-list a::after {
 display:none;
}
.ser-list {
	list-style-image:url(../images/icon/list-of.png);
	list-style-position:outside;
	margin-left:60px;
}
.ser-list li {
	font-size:13px;
	line-height:30px;
}
.abt-bner {
	background-image:url(../images/about-banner.jpg);
	background-size:cover;
}
.abt-pg {
	padding:30px 0;
}
.tabPara p span {
	font-weight:600;
	font-size:16px;
}
.AboutText a {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	text-decoration: underline;
	font-style: italic;
}
.pro-callus {
	position:fixed;
	top:17%;
	right:0;
	z-index: 9999999;
}
.pro-callus a {
	top:6px;
}
.wall-btn {
	text-align:center;
	padding:30px 0 0;
}
.wall-btn a {
	padding:12px;
	background:#BC2220;
	color:#fff;
	display:inline-block;
	position:relative;
	transition:0.5s;
	z-index:1;
}
.wall-btn a::before {
 content:'';
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:0%;
 background:#000;
 transition:0.5s;
 z-index:-1;
}
.wall-btn a:hover::before {
 height:100%;
}
#owl-client .owl-nav {
	position:relative;
	left:-5px;
	top:18px;
	text-align:center;
}
#owl-client .owl-nav .owl-prev {
	width:16px;
	height:16px;
	margin:0 10px;
	background:url(../images/owl-prev.png);
	transition:0.3s;
	display:inline-block;
}
#owl-client .owl-nav .owl-prev:hover {
	background:url(../images/owl-prev-h.png);
}
#owl-client .owl-nav .owl-next {
	width:16px;
	height:16px;
	background:url(../images/owl-next.png);
	transition:0.3s;
	display:inline-block;
}
#owl-client .owl-nav .owl-next:hover {
	background:url(../images/owl-next-h.png);
}
.AccHead {
	color: #fff;
	padding: 12px 15px 12px;
	background: #353535;
	border-bottom:1px solid #fff;
	cursor:pointer;
	display:none;
}
.AccHead > div {
	width:100%;
	display:inline-block;
}
.AccHead span {
	font-size:13px;
	float:left;
	display:inline-block;
}
span.arrow-picker {
	float:right;
	display:inline-block;
}
.base.menu {
	display:none;
}
.pro-gallery {
	margin-bottom:20px;
}
.FirstList {
	padding-top:16px;
}
.hambur {
	position: fixed;
	right: 20px;
	z-index: 999999;
	cursor: pointer;
	top: 20px;
	/* background: #fff;*/
   background:#b41d1b;
	padding: 3px 7px 0px;
	line-height: 14px;
}
.hambur p span {
	background-color:#b41d1b;
	width:24px;
}
/*.hambur.active p span {
	background-color:#fff;
}*/
/*.hambur p:hover span {
	background-color:#fff;
}*/
.hambur p {
	display:inline-block;
	position:relative;
	z-index:999999999;
}
.hambur p span {
	background-color: #fff;
	height: 2px;
	width: 23px;
	cursor: pointer;
	margin:5px 0;
	display:block;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	transition: all 0.2s ease-out;
	-ms-transition: all 150ms ease-out;
}
/*.hambur:hover p span {
	background-color:#fff;
}*/
.hambur p span:nth-child(1) {
 top: 10px;
}
.hambur p span:nth-child(2) {
 top: 18px;
}
.hambur p span:nth-child(3) {
 top: 26px;
}
.hambur.active p span:nth-child(1) {
 -ms-transform: rotate(45deg) translateX(5px) translateY(5px);
 -webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
 transform: rotate(45deg) translateX(4px) translateY(4px);
}
.hambur.active p span:nth-child(2) {
 opacity: 0;
}
.hambur.active p span:nth-child(3) {
 -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
 -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
 transform: rotate(-45deg) translateX(6px) translateY(-6px);
}
/*.hambur:hover p span:nth-child(1) {
 -ms-transform: rotate(45deg) translateX(5px) translateY(5px);
 -webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
 transform: rotate(45deg) translateX(5px) translateY(5px);
}
.hambur:hover p span:nth-child(2) {
 opacity: 0;
}
.hambur:hover p span:nth-child(3) {
 -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
 -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
 transform: rotate(-45deg) translateX(6px) translateY(-6px);
}*/
/*.hambur:hover .main-menu, nav.main-menu.expanded {
	width:340px;
	overflow:hidden;
	opacity:1;
}*/


.SerList {
	display:none;
}
strong.Caps {
	text-transform:uppercase;
	font-weight:500;
	color:#000;
}
.hor-img {
	width:100%;
}
