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;
}
/*----------------------------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%;
	}
}
/*=========================================*/
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: #18c9de;
}
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: 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: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #3c3c3c;
}
.main-menu li:first-child {
	padding-left: 0;
}
.banner-content {
	background-image: url('../images/intro-banner.jpg');
	padding: 325px 0 250px;
}
.banner-content h4 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #3f966c;
	margin-bottom: 25px;
}
.banner-content h1 {
	font-size: 60px;
	font-weight: 600;
	color: #3f966c;
	margin-bottom: 25px;
}
.banner-content p {
	font-size: 18px;
	line-height: 36px;
	color: #3c3c3c;
	margin-bottom: 55px;
}
.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: #1b1b1b;
}
.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: #3c3c3c;
	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: 114px;
	display: inline-block;
	margin-top: 100px;
	margin-right: -45px;
}
.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: #3c3c3c;
	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;
	padding-left: 380px;
	margin-bottom: 75px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.2em;
}
.section-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	border-bottom: 1px solid;
	width: 350px;
}
.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*/
#portfolio {
	background-image: url('../images/intro-port-bg.jpg');
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 73px;
}
.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('../images/intro-leaf.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 110px 0 40px;
}
.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;
}
.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: 65px;
}
/*#blog*/
#blog {
	background: linear-gradient(90deg, #ffefc7, #fdfbee);
	padding: 110px 0 130px;
}
.blog-item .blog-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);
}
.blog-item .blog-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;
}
.blog-item:hover .blog-thumb a::before {
	opacity: 1;
	visibility: visible;
}
.blog-item .blog-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: 65px;
}
/*#shop*/
#shop {
	background-image: url(../images/woo-bg.jpg);
	background-repeat: no-repeat;
	padding: 80px 0 0 0;
}
.shop-item {
	padding-top: 130px;
	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('../images/intro-footer-bg.jpg');
	padding: 200px 0 180px 0;
	text-align: center;
	background-size: cover;
}
.banner-footer p {
	font-size: 60px;
	font-weight: 300;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 55px;
}
.banner-footer p span {
	color: #3f966c;
	font-weight: 500;
}
.banner-footer .demo-button .button-inner::after {
	background-color: #3f966c;
}
.banner-footer .demo-button .button-inner:hover .button {
	color: #fff;
}
@media (max-width: 1499px) {
	.banner-inner .woo,
	.banner-inner .author {
		display: none;
	}
	.banner-content {
		padding: 170px 0 70px;
	}
	.port-item .port-title {
		margin-bottom: 60px;
	}
	#blog {
		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: 40px;
		margin-bottom: 40px;
	}
	.section-title::before {
		width: 30px;
	}
	.shop-item {
		margin-bottom: 55px;
	}
	#blog,
	#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;
	}
	.blog-item .blog-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;
	}
	.blog-item .blog-thumb a,
	.demo-item .demo-thumb a,
	.port-item .port-thumb a,
	.single-item .single-thumb a {
		display: block;
	}
	.blog-item .blog-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;
}
