body {
	max-width: 100%;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding-left: 19px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.float-left {
	float: left !important;
}
/*----------------------------Auto Clear--------------------------------*/
@media (min-width: 1200px) {
	.auto-clear .col-lg-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-lg-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-lg-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-lg-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-lg-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-lg-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.auto-clear .col-md-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-md-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-md-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-md-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-md-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-md-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.auto-clear .col-sm-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-sm-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-sm-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-sm-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-sm-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-sm-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.auto-clear .col-xs-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-xs-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-xs-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-xs-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-xs-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-xs-6:nth-child(odd) {
		clear: left;
	}
}
@media (max-width: 479px) {
	.auto-clear .col-ts-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-ts-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-ts-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-ts-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-ts-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-ts-6:nth-child(odd) {
		clear: left;
	}
}
/*-----------------------CUSTOM 5 COLUMNS---------------------------*/
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
@media (max-width: 479px) {
	.col-ts-15,
	.col-ts-25,
	.col-ts-35,
	.col-ts-45 {
		float: left;
	}
	.col-ts-15 {
		width: 20%;
	}
	.col-ts-25 {
		width: 40%;
	}
	.col-ts-35 {
		width: 60%;
	}
	.col-ts-45 {
		width: 80%;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.col-xs-15,
	.col-xs-25,
	.col-xs-35,
	.col-xs-45 {
		float: left;
	}
	.col-xs-15 {
		width: 20%;
	}
	.col-xs-25 {
		width: 40%;
	}
	.col-xs-35 {
		width: 60%;
	}
	.col-xs-45 {
		width: 80%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-15,
	.col-sm-25,
	.col-sm-35,
	.col-sm-45 {
		float: left;
	}
	.col-sm-15 {
		width: 20%;
	}
	.col-sm-25 {
		width: 40%;
	}
	.col-sm-35 {
		width: 60%;
	}
	.col-sm-45 {
		width: 80%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-15,
	.col-md-25,
	.col-md-35,
	.col-md-45 {
		float: left;
	}
	.col-md-15 {
		width: 20%;
	}
	.col-md-25 {
		width: 40%;
	}
	.col-md-35 {
		width: 60%;
	}
	.col-md-45 {
		width: 80%;
	}
}
@media (min-width: 1200px) {
	.col-lg-15,
	.col-lg-25,
	.col-lg-35,
	.col-lg-45 {
		float: left;
	}
	.col-lg-15 {
		width: 20%;
	}
	.col-lg-25 {
		width: 40%;
	}
	.col-lg-35 {
		width: 60%;
	}
	.col-lg-45 {
		width: 80%;
	}
}
/*-----------------------
CUSTOM COL < 480
---------------------------*/
@media (max-width: 479px) {
	.col-ts-1, .col-ts-10, .col-ts-11, .col-ts-12, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11 {
		float: left;
	}
	.col-ts-12 {
		width: 100%;
	}
	.col-ts-11 {
		width: 91.66666667%;
	}
	.col-ts-10 {
		width: 83.33333333%;
	}
	.col-ts-9 {
		width: 75%;
	}
	.col-ts-8 {
		width: 66.66666667%;
	}
	.col-ts-7 {
		width: 58.33333333%;
	}
	.col-ts-6 {
		width: 50%;
	}
	.col-ts-5 {
		width: 41.66666667%;
	}
	.col-ts-4 {
		width: 33.33333333%;
	}
	.col-ts-3 {
		width: 25%;
	}
	.col-ts-2 {
		width: 16.66666667%;
	}
	.col-ts-1 {
		width: 8.33333333%;
	}
}

@media (max-width:1300px) {
	.header_description .heading::after {
		height: 130px
	}
	.cell-2 .header_description .heading::after {
		height: 110px
	}
	.header_description .heading {
		font-size: 16px;
		height: 120px;
		line-height: 22px;
		padding: 40px 0;
		width: 120px
	}
	.cell-3 .header_description .heading {
		margin: 110px 110px 0 0
	}
}

@media (max-width:1200px) {
	.highlight-inner h4 {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 10px
	}
}

@media (max-width:1199px) {
	.highlight-top .highlight-inner .shop-1 {
		height: 370px
	}
	.wrap-left .description,
	.wrap-right .highlight-inner.description {
		padding: 0
	}
	.highlight-top .wrap-right {
		padding: 0
	}
	.highlight-top .description .number {
		margin: 20px 0
	}
}

@media (max-width:991px) {
	.header_description .heading {
		margin: 0 0 40px
	}
	.header_description .heading::after {
		height: 80px
	}
	.header_description .heading {
		font-size: 14px;
		height: 85px;
		letter-spacing: 0;
		line-height: 18px;
		padding: 30px 0;
		width: 85px
	}
	.cell-2 .header_description .heading::after {
		height: 70px
	}
	.cell-3 .header_description .heading {
		margin: 110px 70px 0 0
	}
	.cell-3 .header_description .heading::after {
		right: -52%;
		top: -32px
	}
	.highlight-top .wrap-left.rvheader_design .description {
		padding: 50px 0 0
	}
	.layout-content .layout-name .layout-title {
		font: 500 16px/20px Muli, sans-serif
	}
	.layout-content {
		padding: 0 0 10px
	}
	.theme-collection .item .layout-content .layout-name .layout-title {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 0
	}
	.header-block .main-header {
		padding: 0 15px
	}
	.heading h2 {
		font-size: 32px;
		line-height: 34px;
		margin: 0 0 20px
	}
	.collection-detail,
	.collection-image {
		width: 100%
	}
	.theme-collection.collection-page {
		padding: 0 0 40px
	}
}
.rvlayouts .container{
	max-width: 1170px;
	margin: 0 auto;
}
.layouthedding{
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-top: -158px;
	background-color: #ffffff;
}
.layout-img{
	text-align: center;
}
.layout-img-inner .layout-inner {
	border: 3px solid #fff;
	background: #fff;
	box-shadow: 0 6px 22px 2px rgba(0,0,0,.2);
}
.layout-img-inner {
	position: relative;
}
.layout-img-inner .layout-inner::after {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 0.75;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.layout-img-inner .layout-inner {
	position: relative;
	overflow: hidden;
}

.layout-img-inner .layout-inner:hover::after {
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.layout-img-inner .layout-inner:hover button{
	opacity: 1;
}
.customizesection {
	box-shadow: 0 0 30px rgb(0,0,0,0.1);
	background-color: #f5f5f5;
	padding: 70px 0 0;
}
.customizesection .container-outer{
	display: flex;
	align-items: center;
}
.customizesection .detail h6{
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
}
.customizesection .detail h2{
	letter-spacing: 1px;
	font-weight: 700;
}
.header-design {
	padding: 30px 0px;
 	background: #F5f5f5;
}
.layout-img img{
	border: 3px solid #fff;
	background: #fff;
	box-shadow: 0 6px 22px 2px rgba(0,0,0,.2);
}
.layout-img-inner{
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 80px;
}
.layout-img-inner .layout-inner a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.layout-img-inner .layout-inner button {
	position: absolute;
	z-index: 1;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 8px 30px;
	background: #d81421;
	border: 1px solid #d81421;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



.layout-img-inner .layout-inner button:hover {
	background: #000;
	color: #fff;
	border:1px solid #000;
}

@media (max-width:767px) {
	.highlight-top {
		margin-top: -20px
	}
	.highlight-inner {
		padding: 0
	}
	.highlight-top .highlight-inner .cells {
		float: left;
		margin: 0 0 10px;
		width: 100%
	}
	.cell-2 .header_description .heading {
		margin: 60px 0 0
	}
	.theme-collection .heading {
		margin: 0 0 30px
	}
	.cell-3 .header_description .heading {
		margin: 0 70px 60px 0
	}
	

	#theme-collection-product .heading {
		padding: 0 15px
	}
	.features .features-block {
		float: left;
		width: 100%;
		padding: 0
	}
	.main-content2-content .features {
		float: left;
		width: 100%;
		padding: 0
	}
	.theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button {
		padding: 0 10px;
		margin-left: 12px
	}
	.theme-collection.collection-page .theme-layout .heading li.collection-item.slick-current::before {
		margin-right: 5px
	}
	.theme-collection.collection-page .theme-layout .heading li.collection-item::before {
		width: 25px
	}
}

@media (max-width:480px) {
	.highlight-top .wrap-left.rvheader_design .description {
		padding: 10px 0 0
	}
	.heading h2 {
		font-size: 24px;
		line-height: 26px
	}
	.collection-detail,
	.collection-image {
		padding: 0
	}
}

.header-block .main-header.fixed {
	background: #77b500;
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 0 100px
}

@-webkit-keyframes fixedmenu {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

@-moz-keyframes fixedmenu {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

@keyframes fixedmenu {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

.rvheader_design h4{
	font-size: 42px;
	font-weight: 600;
	letter-spacing: .4px;
	position: relative;
	text-transform: capitalize;
	text-align: center;
}
.rvheader_design p{
	font-size: 12px;
	letter-spacing: .4px;
	text-align: center;
}

.header_description .heading,
.highlight-top .description .number {
	color: #000;
	display: inline-block;
	float: none;
	font: 600 40px/50px Muli, sans-serif;
	height: 115px;
	padding: 34px 0;
	vertical-align: top;
	width: 115px;
	box-shadow: 0 8px 18px 2px rgba(0, 0, 0, .1);
	border-radius: 50%;
	background: #fff
}

.header_description .heading {
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
	padding: 55px 0;
	position: relative;
	width: 150px;
	height: 150px;
	text-align:center;
}

.rvheader .cells {
	padding: 0 15px 25px;
}

.rvheader .cells .header-style .rvheader1 {
	background-image: url(../img/header1.jpg)
}

.rvheader .cells .header-style .rvheader2 {
	background-image: url(../img/header2.jpg)
}

.rvheader .cells .header-style .rvheader3 {
	background-image: url(../img/header4.jpg)
}

.rvheader .cells .header-style .rvheader4 {
	background-image: url(../img/header3.jpg)
}

.rvheader .cells .header-style .rvheader5 {
	background-image: url(../img/header5.jpg)
}

.rvheader .cells .header-style {
	margin: 12px 0 0;
	display: block;
}



.rvheader .cells .header-style>div {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	min-height: 205px
}

.rvheader .cells .header-style>div.rvheader1 {
	min-height: 115px;
}

.rvheader .cells .header-style>div.rvheader2 {
	min-height: 140px
}

.rvheader .cells .header-style>div.rvheader4 {
	min-height: 80px;
}

.rvheader .cells .header-style>div.rvheader3 {
	min-height: 150px;
}

.rvheader .cells .header-style>div.rvheader5 {
	min-height: 90px
}
.header_description{
	text-align: center;
}


.cell-3 .header_description .heading {
	float: right;
	margin: 120px 120px 0 0
}

.rvheader .cell-3.cells {
	float: right
}

#features {
	background: #F5f5f5;
	padding: 40px 0;
}
.feature-box {
	margin-bottom: 30px;
}
@media (max-width: 1399px) {
	.feature-box {
		padding:0;
	}
}
@media (max-width: 420px) {
	.rvheader .cells .header-style>div.rvheader1{
		min-height: 60px;
	}
}
@media (max-width: 420px) {
	.rvheader .cells .header-style>div.rvheader2{
		min-height: 60px;
	}
}
@media (max-width: 420px) {
	.rvheader .cells .header-style>div.rvheader3{
		min-height: 60px;
	}
}
@media (max-width: 420px) {
	.rvheader .cells .header-style>div.rvheader4{
		min-height: 60px;
	}
}
@media (max-width: 420px) {
	.rvheader .section-title{
		text-align: center !important;
	}
}
.feature-box .icon{
	height: 80px;
	width: 80px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.feature-box .icon i {
	font-size: 28px;
}
.feature-box .content {
	text-align: center;
	width: 85%;
	margin: 0 auto;
	float: none;
	padding: 0;
}

.feature-box .content h4 {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 17px;
	margin-bottom: 8px;
	line-height: 26px;
}

.feature-box .content p {
	letter-spacing: 0.5px;
	line-height: 24px;
}

.single-feature{
	display: flex;
}
.single-feature i {
	font-size: 36px; 
	margin-right: 20px;
	color: #d9121f;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.single-feature:hover i {
	transform: rotateY(-360deg);
	-webkit-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	-o-transform: rotateY(-360deg);
}
.single-feature .content p {
	letter-spacing: 0.8px;
	line-height: 23px;
	width: 98%;
}
.single-feature .content h4 {
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-size: 18px;	
	margin-bottom: 8px;
	line-height: 26px;
}
.mb-50 {
	margin-bottom: 50px;
}
/*=========================================*/
html, body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
label {
	font-weight: normal;
	color: #1b1b1b;
}
a {
	color: #1b1b1b;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	color: #da1320;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: normal;
	color: #1b1b1b;
	margin-top: 0;
}
blockquote, q {
	font-size: 14px;
	font-style: italic;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-left: 4px solid #18c9de;
}
.container-outer {
	width: 1732px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

@media (min-width:1400px) {
	.container {
		width: 1380px;
	}
}

@media (min-width:1600px) {
	.container {
		width: 1500px;
	}
}

@media (min-width: 1280px) {
	.container-outer {
		padding-left: 33px;
		padding-right: 33px;
	}
	.row {
		margin-left: -33px;
		margin-right: -33px;
	}
	.row > [class^="col-"],
	.row > [class*="col-"] {
		padding-left: 33px;
		padding-right: 33px;
	}
}
/*header*/
.main-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 46px;
	padding-bottom: 46px;
	z-index: 10;
}
.header-logo .logo {
	width: 150px;
}
.main-menu {
	padding-left: 0;
	list-style: none;
}
.main-menu li {
	display: inline-block;
	padding-left: 28px;
}
.main-menu li a {
	line-height: 32px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
}
.main-menu li:first-child {
	padding-left: 0;
}
.banner-content {
	background-image: url('../img/main-banner.jpg');
	padding: 325px 0 250px;
	text-align: center;
}
.banner-content h4 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
}
.banner-content h1 {
	font-size: 60px;
	font-weight: 300;
	color: #ffc808;
	margin-bottom: 25px;
}
.banner-content p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 55px;
	letter-spacing: 1px;
}
.demo-button .button-inner {
	display: inline-block;
	position: relative;
}
.demo-button .button-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #da121f;
}
.demo-button .button-inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	width: 0;
	-webkit-transition: width 0.25s ease 0s;
	-moz-transition: width 0.25s ease 0s;
	-o-transition: width 0.25s ease 0s;
	transition: width 0.25s ease 0s;
}
.demo-button .button-inner:hover::after {
	width: 100%;
}
.demo-button .button {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	display: inline-block;
	height: 58px;
	line-height: 58px;
	min-width: 210px;
	position: relative;
	z-index: 1;
	padding: 0 25px;
}
.demo-button .button-inner:hover .button {
	color: #333;
}
.demo-button .button span.custom-arrow {
	margin-left: 20px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	width: 46px;
}
.demo-button .button span.custom-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	border-bottom: 1px solid;
	width: 32px;
	-webkit-transition: width 0.25s ease 0s;
	-moz-transition: width 0.25s ease 0s;
	-o-transition: width 0.25s ease 0s;
	transition: width 0.25s ease 0s;
}
.demo-button .button-inner:hover .button span.custom-arrow::before {
	width: 46px;
}
.demo-button .button span.custom-arrow::after {
	content: "\f105";
	font-family: 'FontAwesome', sans-serif;
	position: absolute;
	top: -9px;
	right: -3px;
	line-height: 1;
	font-size: 18px;
	font-weight: normal;
}
.banner-inner {
	position: relative;
}
.banner-inner .woo {
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	white-space: nowrap;
	-webkit-transform: rotate(-90deg) translate(-100%, 0);
	-moz-transform: rotate(-90deg) translate(-100%, 0);
	-ms-transform: rotate(-90deg) translate(-100%, 0);
	-o-transform: rotate(-90deg) translate(-100%, 0);
	transform: rotate(-90deg) translate(-100%, 0);
	transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	top: 0;
	left: 0;
}
.banner-inner .woo span {
	position: relative;
	padding-left: 129px;
	display: inline-block;
	margin-top: 25px;
}
.banner-inner .woo span::before {
	content: '';
	border-bottom: 1px solid;
	left: 0;
	top: 45%;
	position: absolute;
	width: 88px;
}
.banner-inner .author {
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	white-space: nowrap;
	-webkit-transform: rotate(-90deg) translate(100%, 0);
	-moz-transform: rotate(-90deg) translate(100%, 0);
	-ms-transform: rotate(-90deg) translate(100%, 0);
	-o-transform: rotate(-90deg) translate(100%, 0);
	transform: rotate(-90deg) translate(100%, 0);
	transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	bottom: 0;
	right: 0;
}
.banner-inner .author::before {
	position: absolute;
	content: '';
	top: 45%;
	left: -110px;
	border-bottom: 1px solid;
	width: 88px;
}
.section-title {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
}
.section-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	border-bottom: 1px solid;
	width: 350px;
}
#Specials{
	padding: 40px 0;
}
.highlight-inner {
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.section-title::after {
	content: '';
	position: absolute;
	right: 0;
	left: auto;
	top: 15px;
	border-bottom: 1px solid;
	width: 350px;
}

.section-title.light::after {
	border-color: #d2d2d2;
}

.rvheader .section-title {
	padding: 0;
	text-align: left;
	margin: 20px 0;

}
.rvheader .section-title::before {
	content: '';
	position: absolute;
	right: 5%;
	top: 14px;
	border-bottom: 1px solid;
	width: 450px;
	left: auto;
	display: none;
}

.rvheader .section-title::after {
	display: none;
}

.rvheader .cell .cell-2 .section-title , .rvheader .cells-2 .cell-1 .section-title { 
	text-align: right;
}

.rvheader .cell .cell-2 .section-title::before , .rvheader .cells-2 .cell-1 .section-title::before { 
	left: 5%;
	right: auto;
}

.section-title.light::before {
	border-color: #d2d2d2;
}
.section-title span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
.section-title span::before {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid;
}
/*#homepage*/
#homepage {
	padding: 85px 0 45px;
}
.demo-item .demo-thumb a {
	display: inline-block;
	position: relative;
	-webkit-box-shadow: 3px 3px 76px 0 rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 3px 3px 76px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 3px 3px 76px 0 rgba(0, 0, 0, 0.09);
}
.demo-item .demo-thumb a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
}
.demo-item:hover .demo-thumb a::before {
	opacity: 1;
	visibility: visible;
}
.demo-item .demo-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 45px;
	margin-bottom: 65px;
}
/*#portfolio*/

.port-item .port-thumb a {
	display: inline-block;
	position: relative;
	-webkit-box-shadow: 3px 3px 76px 0 rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 3px 3px 76px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 3px 3px 76px 0 rgba(0, 0, 0, 0.09);
}
.port-item .port-thumb a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
}
.port-item:hover .port-thumb a::before {
	opacity: 1;
	visibility: visible;
}
.port-item .port-title {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 120px;
}
.port-item .port-title a::before {
	content: '';
	border-bottom: 2px solid;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.port-item {
	display: table;
}
.port-item .port-style {
	width: 128px;
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
}
.port-item .port-wrap {
	vertical-align: top;
	display: table-cell;
}
/*#singleproject*/
#singleproject {
	background-image: url('../img/product-parallax.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 50px 0 50px;
	background-attachment: fixed;
}
.nunber-project .nunber-wrap {
	display: inline-block;
	position: relative;
	color: #1b1b1b;
	line-height: 1.2;
	padding-top: 130px;
	padding-bottom: 20px;
}
.nunber-project .nunber-wrap::before {
	top: 0;
	left: 40%;
	content: '';
	position: absolute;
	height: 102px;
	border-left: 1px solid;
}
.nunber-project .nunber-wrap .number {
	font-size: 100px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.nunber-project .nunber-wrap .text {
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	white-space: nowrap;
	-webkit-transform: rotate(90deg) translate(100%, 200%);
	-moz-transform: rotate(90deg) translate(100%, 200%);
	-ms-transform: rotate(90deg) translate(100%, 200%);
	-o-transform: rotate(90deg) translate(100%, 200%);
	transform: rotate(90deg) translate(100%, 200%);
	transform-origin: top right;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	bottom: 0;
	right: 0;
	left:45px;
}
.single-item .single-thumb a {
	display: inline-block;
	position: relative;
	-webkit-box-shadow: 3px 3px 76px 0 rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 3px 3px 76px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 3px 3px 76px 0 rgba(0, 0, 0, 0.09);
}
.single-item .single-thumb a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
}
.single-item:hover .single-thumb a::before {
	opacity: 1;
	visibility: visible;
}
.single-item .single-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 45px;
	margin-bottom: 45px;
}
@media (max-width: 420px) {
	.rvheader .cells-2 .cells .header-style{
		margin: 0 0 0px !important;
	}
}
@media (max-width: 1200px) {

	.section-title.light::before{
		display: none;
	}
}
@media (max-width: 1200px) {

	.section-title.light::after{
		display: none;
	}
}
/*#rvheader*/
#rvheader {
	background: linear-gradient(90deg, #ffefc7, #fdfbee);
	padding: 110px 0 130px;
}
.rvheader-item .rvheader-thumb a {
	display: inline-block;
	position: relative;
	-webkit-box-shadow: 3px 3px 76px 0 rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 3px 3px 76px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 3px 3px 76px 0 rgba(0, 0, 0, 0.09);
}
.rvheader-item .rvheader-thumb a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
}
.rvheader-item:hover .rvheader-thumb a::before {
	opacity: 1;
	visibility: visible;
}
.rvheader-item .rvheader-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 65px;
	margin-bottom: 30px;
}
/*#shop*/

.shop-item {
	padding-top: 45px;
	margin-bottom: -250px;
}
/*#plugin*/
#plugin {
	background: #1a1a1a;
	background: linear-gradient(to right, #1a1a1a 0%, #1a1a1a 50%, #333333 50%, #333333 100%);
	padding: 375px 0 210px 0;
}
.plugin-item {
	float: left;
	width: calc(50% - 90px);
	display: table;
}
.plugin-item .plugin-thumb {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
}
.plugin-item .plugin-info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 80px;
}
.plugin-item:last-child .plugin-info {
	padding-right: 80px;
	padding-left: 0;
}
.plugin-item h3 {
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
}
.plugin-item h4 {
	font-size: 18px;
	color: #fff;
}
.save {
	float: left;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: rgba(229, 46, 6, 0.21);
	padding: 18px;
	text-align: center;
	color: #fff;
	line-height: 1.2;
}
.save .save-inner {
	border-radius: 50%;
	background-color: #e52e06;
	height: 144px;
	padding-top: 30px;
}
.save .text {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.save .number {
	font-size: 70px;
	letter-spacing: -0.05em;
}
.save .number span {
	font-size: 20px;
	position: relative;
	top: -45px;
}
/*.footer*/
.banner-footer {
	background-image: url('../img/footer-bg.jpg');
	padding: 200px 0 180px 0;
	text-align: center;
	background-size: cover;
}
.banner-footer p {
	font-size: 56px;
	font-weight: 300;
	line-height: 1.4;
	color: #fff;
	margin: 60px 0 40px;
}

@media (max-width: 1499px) {
.banner-footer p {
margin: 100px 0 40px;
}
}

.banner-footer p span {
	color: #da121f;
	font-weight: 500;
}


.banner-footer .demo-button .button-inner:hover .button {
	color: #333;
}
@media (max-width: 1499px) {
	.banner-inner .woo,
	.banner-inner .author {
		display: none;
	}
	.port-item .port-title {
		margin-bottom: 60px;
	}
	#rvheader {
		padding-bottom: 70px;
	}
	.shop-item {
		padding-top: 0;
	}
	#plugin {
		padding: 310px 0 100px 0;
	}
	.banner-footer {
		padding: 120px 0;
	}
	.plugin-item .plugin-info {
		padding-left: 30px;
	}
	.plugin-item:last-child .plugin-info {
		padding-right: 30px;
		padding-left: 0;
	}
	.plugin-item h3 {
		font-size: 22px;
	}
	.plugin-item h4 {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.main-header {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.banner-content h4 {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.banner-content h1 {
		font-size: 40px;
	}
	.banner-content p {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.banner-content p br {
		display: none;
	}
	.header-logo {
		margin-bottom: 20px;
	}
	.header-logo,
	.header-nav {
		text-align: center;
	}
	.main-menu li {
		padding-left: 20px;
	}
	.section-title {
		padding-left: 0px;
		margin-bottom: 40px;
	}
	.section-title::before {
		width: 30px;
	}
	.shop-item {
		margin-bottom: 55px;
	}
	#rvheader,
	#singleproject,
	#homepage,
	#portfolio {
		padding: 60px 0 50px;
	}
	#plugin {
		padding: 60px 0;
		text-align: center;
	}
	.plugin-item {
		width: 100%;
		float: none;
		text-align: center;
	}
	.save {
		float: none;
		display: inline-block;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.banner-footer p {
		font-size: 40px;
		margin-bottom: 25px;
	}
	.rvheader-item .rvheader-title,
	.single-item .single-title,
	.port-item .port-title,
	.demo-item .demo-title {
		margin-top: 25px;
		margin-bottom: 35px;
	}
	.nunber-project {
		text-align: left;
	}
	.nunber-project .nunber-wrap {
		padding: 0 0 25px 0
	}
	.nunber-project .nunber-wrap::before {
		display: none;
	}
	.nunber-project .nunber-wrap .number {
		display: inline-block;
	}
	.nunber-project .nunber-wrap .text {
		display: inline-block;
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		transform-origin: inherit;
		-webkit-transform-origin: inherit;
		-moz-transform-origin: inherit;
		-ms-transform-origin: inherit;
		-o-transform-origin: inherit;
	}
}
@media (max-width: 767px) {
	.main-menu li {
		font-size: 12px;
		padding-left: 10px;
	}
	#singleproject {
		background-image: none;
	}
	.rvheader-item .rvheader-thumb a,
	.demo-item .demo-thumb a,
	.port-item .port-thumb a,
	.single-item .single-thumb a {
		display: block;
	}
	.rvheader-item .rvheader-thumb a img,
	.demo-item .demo-thumb a img,
	.port-item .port-thumb a img,
	.single-item .single-thumb a img {
		width: 100%;
	}
	.port-item,
	.port-item .port-style,
	.port-item .port-wrap,
	.plugin-item,
	.plugin-item .plugin-thumb,
	.plugin-item .plugin-info {
		display: block;
		width: 100%;
		padding: 0 !important;
	}
	.port-item .port-style {
		margin-bottom: 25px;
	}
	.banner-footer {
		padding: 70px 0;
	}
	.banner-footer p {
		font-size: 28px;
	}
}

.mar-top-20 {
	margin-top: 20px;
}
.mar-top-10 {
	margin-top: 10px;
}
