﻿/**  
* ============================Shortcode==========================
* 1- Text Block
*/

/*==========general==========*/
.mg10 {margin: 10px !important;}.mg20 {margin: 20px !important;}.mg30 {margin: 30px !important;}.mg40 {margin: 40px !important;}.mg50 {margin: 50px !important;}.mg60 {margin: 60px !important;}.mg70 {margin: 70px !important;}.mg80 {margin: 80px !important;}.mg90 {margin: 90px !important;}.mg100 {margin: 100px !important;}
.mgt10 {margin-top: 10px !important;}.mgt20 {margin-top: 20px !important;}.mgt30 {margin-top: 30px !important;}.mgt40 {margin-top: 40px !important;}.mgt50 {margin-top: 50px !important;}.mgt60 {margin-top: 60px !important;}.mgt70 {margin-top: 70px !important;}.mgt80 {margin-top: 80px !important;}.mgt90 {margin-top: 90px !important;}.mgt100 {margin-top: 100px !important;}
.mgl10 {margin-left: 10px !important;}.mgl20 {margin-left: 20px !important;}.mgl30 {margin-left: 30px !important;}.mgl40 {margin-left: 40px !important;}.mgl50 {margin-left: 50px !important;}.mgl60 {margin-left: 60px !important;}.mgl70 {margin-left: 70px !important;}.mgl80 {margin-left: 80px !important;}.mgl90 {margin-left: 90px !important;}.mgl100 {margin-left: 100px !important;}
.mgr10 {margin-right: 10px !important;}.mgr20 {margin-right: 20px !important;}.mgr30 {margin-right: 30px !important;}.mgr40 {margin-right: 40px !important;}.mgr50 {margin-right: 50px !important;}.mgr60 {margin-right: 60px !important;}.mgr70 {margin-right: 70px !important;}.mgr80 {margin-right: 80px !important;}.mgr90 {margin-right: 90px !important;}.mgr100 {margin-right: 100px !important;}
.mgb10 {margin-bottom: 10px !important;}.mgb20 {margin-bottom: 20px !important;}.mgb30 {margin-bottom: 30px !important;}.mgb40 {margin-bottom: 40px !important;}.mgb50 {margin-bottom: 50px !important;}.mgb60 {margin-bottom: 60px !important;}.mgb70 {margin-bottom: 70px !important;}.mgb80 {margin-bottom: 80px !important;}.mgb90 {margin-bottom: 90px !important;}.mgb100 {margin-bottom: 100px !important;}
.pd10 {padding: 10px !important;}.pd20 {padding: 20px !important;}.pd30 {padding: 30px !important;}.pd40 {padding: 40px !important;}.pd50 {padding: 50px !important;}.pd60 {padding: 60px !important;}.pd70 {padding: 70px !important;}.pd80 {padding: 80px !important;}.pd90 {padding: 90px !important;}.pd100 {padding: 100px !important;}
.pdt10 {padding-top: 10px !important;}.pdt20 {padding-top: 20px !important;}.pdt30 {padding-top: 30px !important;}.pdt40 {padding-top: 40px !important;}.pdt50 {padding-top: 50px !important;}.pdt60 {padding-top: 60px !important;}.pdt70 {padding-top: 70px !important;}.pdt80 {padding-top: 80px !important;}.pdt90 {padding-top: 90px !important;}.pdt100 {padding-top: 100px !important;}
.pdl10 {padding-left: 10px !important;}.pdl20 {padding-left: 20px !important;}.pdl30 {padding-left: 30px !important;}.pdl40 {padding-left: 40px !important;}.pdl50 {padding-left: 50px !important;}.pdl60 {padding-left: 60px !important;}.pdl70 {padding-left: 70px !important;}.pdl80 {padding-left: 80px !important;}.pdl90 {padding-left: 90px !important;}.pdl100 {padding-left: 100px !important;}
.pdr10 {padding-right: 10px !important;}.pdr20 {padding-right: 20px !important;}.pdr30 {padding-right: 30px !important;}.pdr40 {padding-right: 40px !important;}.pdr50 {padding-right: 50px !important;}.pdr60 {padding-right: 60px !important;}.pdr70 {padding-right: 70px !important;}.pdr80 {padding-right: 80px !important;}.pdr90 {padding-right: 90px !important;}.pdr100 {padding-right: 100px !important;}
.pdb10 {padding-bottom: 10px !important;}.pdb20 {padding-bottom: 20px !important;}.pdb30 {padding-bottom: 30px !important;}.pdb40 {padding-bottom: 40px !important;}.pdb50 {padding-bottom: 50px !important;}.pdb60 {padding-bottom: 60px !important;}.pdb70 {padding-bottom: 70px !important;}.pdb80 {padding-bottom: 80px !important;}.pdb90 {padding-bottom: 90px !important;}.pdb100 {padding-bottom: 100px !important;}
.fll {float: left !important;}
.flr {float: right !important;}
.w50p {width: 50% !important;}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 11px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,.1);
}
.grid1 .item {
	width: 100%;
	float: left;
}
.grid2 .item {
	width: 50%;
	float: left;
}
.grid3 .item {
	width: 33.3333%;
	float: left;
}
.grid4 .item {
	width: 25%;
	float: left;
}
.grid5 .item {
	width: 20%;
	float: left;
}
.txt-white {
	color: #fff !important;
}
h2.title {
	display: inline-block;
	position: relative;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 80px;
	padding-left: 24px;
}
h2.title:after {
	width: 150px;
	height: 2px;
	position: absolute;
	content: "";
	bottom: -17px;
	left: -18px;
	background-color: #dd2b1b;
}
h2.title:before {
	width: 4px;
	height: 48px;
	position: absolute;
	content: "";
	bottom: -31px;
	left: 0;
	background-color: #dd2b1b;
}
h2.title.style2 {
	display: block;
	padding-left: 0;
}
h2.title.style2:before {
	content: none;
}
h2.title.style2:after {
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: -17px;
    left: 0;
    background-color: #dd2b1b;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
h2.title.center.style2:after {
    left: 50%;
    margin-left: -40px;
}
.center {
	text-align: center !important;
}
.btn-cons a {
	position: relative;
	display: inline-block;
	padding: 13px 30px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	background-color: #dd2b1b;
	color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.btn-cons a:hover {
	background-color: #e2a50a;
	color: #fff;
}
.separator {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #ccc;
}
.text-center {
	text-align: center;
}
/*==========main slider==========*/
.main-slider {
	position: relative;
	width: 100%;
	height: 650px;
	padding-top: 250px;
	box-sizing: border-box;
	text-align: center;
	background-image: url('../images/common/img_slider07.jpg');
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.main-slider .overlay {
	background: rgba(0,0,0,0.6);
}
.main-slider .text-scroll {
	overflow: hidden;
	height: 90px;
	vertical-align: baseline;
}
.main-slider .text-content {
	position: relative;
	z-index: 999;
	color: #fff;
}
.main-slider .text-content .text-scroll h1 {
	font-size: 50px;
	height: 90px;
	margin: 0;
	line-height: 90px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: margin-top 0.5s ease-in-out;
	-moz-transition: margin-top 0.5s ease-in-out;
	-ms-transition: margin-top 0.5s ease-in-out;
	-o-transition: margin-top 0.5s ease-in-out;
	transition: margin-top 0.5s ease-in-out;
}
.main-slider .text-content h2 {
	margin-bottom: 0;
	font-size: 25px;
	color: #fff;
}
.main-slider .text-content p.intro {
	font-size: 18px;
	text-transform: uppercase;
}
/*==========subcibe block==========*/
.subscribe-form {
	position: relative;
}
.more-info {
	padding: 35px 0;
	background-color: #424242;
	overflow: hidden;
}
.more-info h3 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
}
.more-info h3 a {
	display: inline-block;
	margin-left: 15px;
	color: #dd2b1b;
	text-decoration: underline;
}
.more-info p {
	font-size: 16px;
	color: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.more-info input[type="email"] {
	width: 342px;
	font-size: 12px;
	font-weight: 400;
	margin-right: 132px;
	-webkit-border-radius: 3px 0 0 2px;
	   -moz-border-radius: 3px 0 0 2px;
			border-radius: 3px 0 0 2px;
}
.more-info input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 17px 28px 12px;
	text-transform: capitalize;
	border: none;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	background-color: #dd2b1b;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	-webkit-border-radius: 0 2px 2px 0;
	   -moz-border-radius: 0 2px 2px 0;
			border-radius: 0 2px 2px 0;
}
.more-info input[type="submit"]:hover {
	color: #fff;
}
.more-info .subscribe {
	text-align: right;
	margin-top: 20px;
}

/*==========feature block==========*/
.feature-post {
	margin-top: 0px;
	padding-bottom: 50px;
	z-index: 99;
	position: relative;
}
.feature-post .feature {
	position: relative;
	box-shadow: 0 1px 7px -1px #484848;
}
.feature-post .feature p.image {
	overflow: hidden;
	margin: 0;
	max-height: 400px;
    overflow: hidden;
}
.feature-post .feature p.image a {
	display: inline-block;
	width: 100%;
}
.feature-post .feature p.image img {
	width: 100%;
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		 -o-transition: all .3s ease-out;
			transition: all .3s ease-out;
}
.feature-post .feature h3 {
	position: absolute;
	width: calc(100% - 20px);
	margin: 0;
	padding: 0;
	bottom: 10px;
	left: 10px;
	font-size: 18px;
	color: #fff;
	border: 2px solid #dd2b1b;
}
.feature-post .feature h3 a {
	display: block;
	padding: 16px 20px;
	letter-spacing: 0.3px;
	color: #fff;
	background-color: rgba(62, 62, 62, 0.9);
}
.feature-post .feature:hover h3 a {
	color: #dd2b1b;
}
.feature-post .feature:hover p.image img {
	background-color: rgba(46,87,151,1);
}
.feature-post.style2 .feature:hover {
	box-shadow: 0 1px 25px -1px #bdbdbd;
	-ms-box-shadow: 0 1px 25px -1px #bdbdbd;
	-moz-box-shadow: 0 1px 25px -1px #bdbdbd;
	-webkit-box-shadow: 0 1px 25px -1px #bdbdbd;
}
.feature-post.style2 .feature {
	box-shadow: 0 1px 7px -1px #bdbdbd;
	-ms-box-shadow: 0 1px 7px -1px #bdbdbd;
	-moz-box-shadow: 0 1px 7px -1px #bdbdbd;
	-webkit-box-shadow: 0 1px 7px -1px #bdbdbd;
    border: 8px solid #fff;
    text-align: center;
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		 -o-transition: all .3s ease-out;
			transition: all .3s ease-out;
width: 355px;
height: 265px;
overflow: hidden;
}
.feature-post.style2 .feature p.image {
    margin-bottom: 20px;
}
.feature-post.style2 .feature h3 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    color: #dd2b1b;
    border: none;
    position: absolute;
    top: 194px;
}
.feature-post.style2 .feature h3 {
    padding: 10px 0px 13px;
    background-color: rgba(62, 62, 62, 0.9);
    text-align: center;
}
.feature-post.style2 .feature p.viewmore {
    display: inline-block;
    margin-top: 20px;
    padding: 13px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #dd2b1b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.feature-post.style2 {
}
/*==========services block==========*/
.services-box {
	padding-top: 62px;
	padding-bottom: 56px;
}
.services-box.pdt80 {
	padding-top: 80px;
}
.services-box p.image {
	text-align: center;
}
.services-box02 {
	padding-top: 100px;
	padding-bottom: 83px;
}
.icon-box {
	margin-bottom: 52px;
	cursor: crosshair;
}
.icon-box:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.icon-box .icon {
    position: relative;
    float: left;
    border: 6px solid rgba(204, 204, 204, 0.3);
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0px 0 13px 0px #909090;
}
.icon-box.right .icon {
	float: right;
}
.icon-box i {
	top: 2px;
	font-size: 32px;
	color: #ffffff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	display: inline-block;
	width: 60px;
	height: 61px;
	text-align: center;
	padding-top: 13px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #dd2b1b;
}
.icon-box:hover i {
	-webkit-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
			transform: rotateY(-180deg);
}
.icon-box .text {
	padding-left: 84px;
}
.icon-box.right .text {
	padding-left: 0;
	padding-right: 84px;
	text-align: right;
}
.icon-box .text h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 11px;
}
.icon-box.style2 {
	text-align: center;
}
.icon-box.style2 .icon {
    display: block;
    float: none;
    margin-bottom: 30px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.icon-box.style2 .text {
	padding-left: 0;
}
.icon-box.style2 i {
    color: #dd2b1b;
    width: 100px;
    height: 100px;
    padding-top: 33px;
    background: #f5f5f5;
}
.services-box02 .icon-box .icon {
    border: none;
    border-radius: none;
    box-shadow: none;
    max-width: 144px;
}
/*==========project carousel block==========*/
.project-box {
	padding: 80px 0;
	background-color: #222;
}
.project-box h2.title {
	color: #fff;
}
.project-wrap {
	margin: 0 -10px;
}
.project-box .item {
    position: relative;
    margin: 0 10px;
    border: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
.project-box .item .image {
	margin-bottom: 0;
}
.project-box .item h3.title {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	padding: 11px 15px;
	line-height: normal;
	font-size: 18px;
	background: rgba(0, 0, 0, 0.5);
	margin: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.project-box .item:hover h3.title {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.project-box .item a {
	color: #fff;
	border-bottom: 1px solid #8c8c8c;
}
.custom-nav {
	position: absolute;
	right: 15px;
	top: -70px;
}
.custom-nav a {
	display: inline-block;
	color: #383838;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 16px 3px;
	border: 3px solid #383838;
}
.custom-nav a:hover {
	color: #8a8a8a;
	border: 3px solid #8a8a8a;
}
/*==========project-box2=========*/
.project-box2 {
	padding: 100px 0 50px;
	background-color: #eee;
}
.project-box2 .item a img {
	width: 100%;
}
.project-box2 ul.filter {
    background: none;
    text-align: center;
}
.project-box2 ul.filter li {
	border: none;
}
.project-box2 ul.filter li.active a {
    color: #dd2b1b;
    background: none;
}
.project-box2 ul.filter li a {
    color: #6b6b6b;
    padding: 0px 20px;
    line-height: normal;
}
.project-box2 article {
	position: relative;
	text-align: center;
}
.project-box2 article .info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 35px;
	text-align: center;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transform: translateY(-50%);
  	-moz-transform:    translateY(-50%);
 	-ms-transform:     translateY(-50%);
  	-o-transform:      translateY(-50%);
  	transform:         translateY(-50%);
}
.project-box2 article:hover .info {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.project-box2 article .info h3 {
	margin-top: 0;
}
.project-box2 article .overlay {
    background-color: rgba(249, 187, 30, 0.8);
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.project-box2 article:hover .overlay {
	width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
}
.project-box2 article .media,
.project-box2 article .btn-more {
	margin-top: 0;
	margin-bottom: 0;
}
.project-box2 article .info h3 a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.project-box2 article .info .btn-more a {
    display: inline-block;
    padding: 7px 20px 6px;
    line-height: normal;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.project-box2 article .info .btn-more a:hover {
    background: #1b1b1b;
}
.project-box2 .more-project {
	padding-top: 50px;
}
.project-box2.style2 .portfolio {
	border: none;
}
.project-box2.style2 article {
	margin-bottom: 30px;
	border: 5px solid #fff;
}
.project-box2.style2 ul.filter li.active a {
    background: #383838;
}
.project-box2.style2 ul.filter li a {
    color: #4e4e4e;
    padding: 14px 20px;
    width: 128px;
    border-right: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}
.project-box2.style2 ul.filter li:first-child a {
    border-left: 1px solid #c5c5c5;
}
.project-box2.style2 ul.filter li.active a,
.project-box2.style2 ul.filter li a:hover {
    color: #dd2b1b;
}
.project-box2.style2 .more-project {
    padding-top: 20px;
}
.project-box2.style2 article:hover .overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.project-box2.style2 article .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
.project-box2.style2 article .info .btn-more a:hover {
    background: #dd2b1b;
}
/*projectbox3*/
.project-box3 {
    background-color: #2c2c2c;
}
.project-box3 .portfolio {
    padding: 5px;
    background-color: #fff;
}
.project-box3  .portfolio .item {
	float: left;
    width: calc(33.3333% - 3.3333px);
    padding: 5px;
}
.project-box3 .portfolio .item .item-wrap {
    position: relative;
}
.project-box3 .portfolio .item .item-wrap p.media {
    margin: 0;
    font-size: 0;
}
.project-box3 .portfolio .item .item-wrap p.media img {
    width: 100%;
}
.project-box3 .portfolio .item .item-wrap .title {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 15px;
    background-color: rgba(56,192,209,0.9);
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.project-box3 .portfolio .item:hover .item-wrap .title {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    visibility: visible;
}
.project-box3 .portfolio .item .item-wrap .title h3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: -14px;
    font-size: 17px;
}
.project-box3 .portfolio .item .item-wrap .title h3 a {
    color: #fff;
}
/*feature text*/
section.feature-text {
    background: #dd2b1b;
    color: #fff;
}
section.feature-text h2 {
    font-weight: 700;
    color: #fff;
}
section.feature-text p {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 0;
}
section.feature-text .btn-getquote {
	display: inline-block;
    padding: 10px 30px 8px;
    border: 2px solid #fff;
    color: #fff;
}
section.feature-text .btn-getquote:hover {
	background-color: #616161;
}
/*about02*/
section.about {
	background-color: #f7f7f7;
	margin-top: 23px;
}
.left-image {
	float: left;
}
.left-image img {
}
.right-info {
    float: left;
    max-width: 600px;
    padding-left: 100px;
    padding-top: 100px;
}
.right-info h1 {
	font-weight: 600;
}
.count-wrap {
	border-top: 1px solid #ccc;
}
.count-wrap .item {
	width: 33.3333%;
	float: left;
}
.count-wrap .icon {
    font-size: 60px;
    color: #dd2b1b;
}
.count-wrap .timer {
    font-size: 43px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}
.count-wrap .name {
	font-size: 16px;
	font-weight: 600;
}
/*==========service box02==========*/
.services-box02 .icon-box.right .text {
    padding-right: 175px;
    padding-left: 0;
}
.services-box02 .icon-box .text {
	padding-left: 175px;
}
/*==========service box02==========*/
.iconbox.style3 {
	border: 1px dashed #c4c4c4;
	margin-bottom: 30px;
    padding: 43px 30px;
}
.iconbox.style3 p.number {
    position: absolute;
    top: 11px;
    font-size: 102px;
    font-weight: 700;
    line-height: 1;
    color: rgba(208, 208, 208, 0.3);
    margin-left: -6px;
    margin-bottom: -65px;
}
.iconbox.style3 .intro {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.iconbox.style3 .intro .media-heading {
    position: relative;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}
.iconbox.style3 .intro .media-heading:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #bababa;
}
.services-box03 .icon-box .text {
}
/*==========prjectbox2==========*/
.project-box.style2 {
	padding-bottom: 50px;
}
.project-box.style2 .prjectbox2 {
	min-width: 780px;
}
.project-box.style2 .project-wrap {
	overflow: auto;
}
.prjectbox2 .item {
	margin: 0;
}
.prjectbox2 .item p {
	margin: 0;
}
.prjectbox2 .item .overlay {
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.prjectbox2 .item:hover .overlay {
	background: none;
}
.project-box .prjectbox2 .item h3.title {
	height: inherit;
}
/*==========text block==========*/
.text-block {
	padding: 100px 0;
	position: relative;
	text-align: center;
	color: #fff;
	background-image: url(../images/pages/bg_textblock.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.text-block .overlay {
	background-color: rgba(0, 0, 0, 0.6);
}
.text-block h1 {
	color: #fff;
	font-weight: bold;
}
.text-block h3 {
	color: #fff;
}
/*==========feature box==========*/
.feature-box .text {
	background-color: #f6f6f6;
}
.feature-box .image,
.feature-box .text {
	width: 50%;
	float: left;
}
.feature-box .image {
	background: url(../images/pages/img_about.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.feature-box.bg02 .image {
	background: url(../images/pages/img_about06.jpg) no-repeat;
}
.feature-box .text {
	padding: 111px 20px 65px 114px;
}
.feature-box .text h3,
.feature-box .text p {
	max-width: 686px;
}
.feature-box .text h3 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 34px;
}
.feature-box .text h3 span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #dd2b1b;
	margin-top: 14px;
}
.feature-box .text p {
	padding-left: 2px;
	font-size: 15px;
	line-height: 28px;
	color: #535353;
	margin-bottom: 60px;
}
.feature-box .readmore {
	font-size: 15px;
	line-height: 28px;
	color: #535353;
	margin-bottom: 50px;
}

/*==========new box 02==========*/
.news-box02 .text {
	background-color: #f6f6f6;
}
.news-box02 .image,
.news-box02 .text {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.news-box02 .image.bg01 {
	background: url(../images/pages/img_blog06.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.news-box02 .image.bg02 {
	background: url(../images/pages/img_blog07.jpg) no-repeat;
}
.news-box02 .image.img-right {
	float: right;
}
.news-box02 .text {
	position: relative;
	padding: 111px 20px 65px 114px;
}
.news-box02 .text h3,
.news-box02 .text p {
	max-width: 686px;
}
.news-box02 .text:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #f6f6f6;
	z-index: 99999;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -10px;
}
.news-box02 .text.arrow-right:before {
	content: none;
}
.news-box02 .text.arrow-right:after {
	content: '';
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #f6f6f6;
	z-index: 99999;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -10px;
}
.news-box02 .text h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 34px;
}
.news-box02 .text h3 span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #dd2b1b;
	margin-top: 14px;
}
.news-box02 .text p {
	padding-left: 2px;
	font-size: 15px;
	line-height: 28px;
	color: #535353;
	margin-bottom: 60px;
}
.news-box02 .readmore {
	font-size: 15px;
	line-height: 28px;
	color: #535353;
	margin-bottom: 50px;
}

/*==========testimonial==========*/
.testimonial-box {
	list-style: none;
	padding-top: 82px;
	padding-bottom: 55px;
}
.testimonial-box .wrapper {
	margin: 0 -16px;
}
.testimonial {
	list-style: none;
}
.testimonial.owl-carousel .owl-item .item {
	position: relative;
	padding-bottom: 16px;
}
.testimonial .image {
	display: inline-block;
	position: absolute;
	left: 23px;
	bottom: 2px;
	margin: 0;
	font-size: 0;
}
.testimonial .image img {
	width: 80px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.testimonial .text {
	font-size: 14px;
	line-height: 28px;
	font-style: italic;
	border: 1px solid #ccc;
	padding: 20px 20px 30px;
}
.testimonial span.name {
	display: block;
	font-size: 14px;
	line-height: normal;
	font-weight: 600;
	color: #dd2b1b;
	padding-left: 118px;
}
.testimonial span.position {
	display: block;
	padding-left: 118px;
	font-size: 11px;
	line-height: normal;
}
.testimonial.style2 span.name,
.testimonial.style2 span.position {
	padding-left: 0;
}
.testimonial.style2 .image {
	display: block;
	position: relative;
	left: 0;
	bottom: 0;
	margin-bottom: 50px;
}
.testimonial.style2.owl-carousel .owl-item .item {
    margin: 0 16px;
}
.testimonial.style2.owl-carousel .owl-item .item {
    margin: 0 16px;
}
.testimonial.style2 .image img {
    max-width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.testimonial.style2 .text {
    position: relative;
    margin-bottom: 45px;
    font-size: 20px;
    font-weight: 400;
}
.testimonial.style2 .text:after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #ccc;
    margin-left: -30px;
}
.testimonial.style2 .info span.name {
    display: block;
    margin-top: 32px;
    font-size: 16px;
    font-weight: 600;
    color: #33b3c3;
}
.testimonial.style2 .info span.position {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #bab8b8;
}
.testimonial.style2 {
    list-style: none;
    text-align: center;
}
/*==========testimonial02==========*/
.testimonial02-box {
	background-color: #f6f6f6;
}
.testimonial02-box .image p {
	margin: 0;
	margin-left: -40px;
}
.testimonial02 {
	margin-top: 142px;
}
.testimonial02 .item .text {
    padding-right: 80px;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    color: #e6e6e6;
    border: 1px dashed #676767;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 60px;
}
.testimonial02 .item .info {
	display: block;
	position: relative;
	margin-bottom: 13px;
	padding-left: 60px;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #333;
}
.testimonial02 .item .info span {
	display: block;
	font-size: 13px;
	color: #656565;
	font-weight: 400;
}
.testimonial02 .item .info:before {
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 45px;
	height: 45px;
	padding-top: 6px;
	font-family: "Ionicons";
	color: #dd2b1b;
	text-align: center;
	content: "\f347";
	font-size: 18px;
	border: 1px solid #dd2b1b;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
/*==========request call back==========*/
.request-box {
	position: relative;
	padding-top: 92px;
	padding-bottom: 117px;
	background-color: #222;
	background-image: url('../images/parallaxback.jpg');
	background-attachment: fixed;
}
.request-box .overlay {
	background-color: rgba(8, 8, 8, 0.5);
}
.request-box h2.title {
	color: #fff;
}
.request-box .text {
	color: #9f9f9f;
	font-size: 14px;
	line-height: 25px;
	max-width: 600px;
	margin: 0 auto;
}
.request-wrap {
    padding: 40px;
    background: rgba(0, 0, 0, 0.3);
    max-width: 600px;
    margin: 0 auto;
}
.requestform {
	position: relative;
}
.requestform p {
	width: 100%;
}
.requestform p:nth-child(even) {
	float: right;
}
.requestform label {
	display: block;
	margin-bottom: 8px;
	color: #cecece;
	font-size: 14px;
	font-weight: normal;
}
.requestform input[type="text"],
.requestform input[type="email"],
.requestform select,
.requestform input[type="text"]:focus,
.requestform input[type="email"]:focus,
.requestform select:focus {
	width: 99.4%;
	height: 50px;
	margin-bottom: 18px;
	background-color: #dddfe2;
	border: none;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background-color: transparent !important;
    border-bottom: 1px solid #986d00 !important;
}
.requestform input[type="text"]:focus,
.requestform input[type="email"]:focus,
.requestform select:focus {
	background-color: #cccfd2;
}
.requestform select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/common/icon-arrow-select.png);
    background-position: calc(100% - 15px) 49%;
    background-repeat: no-repeat;
    font-weight: 500;
    left: 0.5px;
    word-spacing: 1px;
    background-color: transparent;
    border-bottom: 1px solid #986d00;
}
.requestform .form-submit {
	margin: 0;
}
/*==========news box==========*/
.news-box {
	padding-top: 82px;
	padding-bottom: 58px;
}
.news-box .post {
	margin-top: 24px;
}
.news-box .title-post {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 14px;
	margin-top: 2px;
}
.news-box p {
	line-height: 24px;
	color: #656565;
}
.news-box .readmore a {
	padding: 5px 15px 4px;
	font-weight: normal;
	color: #353535;
	font-size: 12px;
}
.news-box .readmore a:hover {
	color: #fff;
	background: #dd2b1b;
}
.news-box .time {
	margin-top: 10px;
	margin-bottom: 12px;
	padding: 2px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
.news-box .time .date {
	display: inline-block;
	font-size: 11px;
	margin-right: 25px;
	color: #a9a9a9;
}
.news-box .time .date i {
	margin-right: 5px;
	font-size: 14px;
	vertical-align: middle;
}
.news-box .time .comment a {
	display: inline-block;
	font-size: 11px;
	color: #a9a9a9;
}
.news-box .time .comment a:hover {
	text-decoration: underline;
}
.news-box .time .comment i {
	vertical-align: middle;
	margin-right: 5px;
}

/*============clients===========*/
.testi-client-box {
	padding: 75px 0;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.clients {
	padding-right: 30px;
}
.clients ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clients ul li {
	float: left;
	width: 33.3333%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.clients ul li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.clients ul li:nth-child(1),
.clients ul li:nth-child(5) {
	border-right: 1px solid #fff;
}
.clients ul li:nth-child(2),
.clients ul li:nth-child(4) {
	border-right: 1px solid #f5f5f5;
}
.clients ul li:nth-child(1),
.clients ul li:nth-child(3) {
	border-bottom: 1px solid #fff;
}
.clients ul li:nth-child(2) {
	border-bottom: 1px solid #f5f5f5;
}
section.client02 {
	padding: 35px 0;
	border-top: 1px dashed #d2d2d2;
}
section.client02 .clients a {
	display: block;
	text-align: center;
}
section.client02 img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
section.client02 img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*==========countTo==========*/
.counter {
	position: relative;
	padding: 70px 0 50px;
	background-image: url('../images/common/bg-01.jpg');
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
.counter .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.counter .counter-inner {
	padding: 0 15px;
}
.counter .timer {
	margin-bottom: 20px;
	font-size: 38px;
	text-align: center;
}
.counter .name {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}
.counter .separator {
	display: block;
	width: 50px;
	height: 2px;
	margin: 0 auto;
	background: #dd2b1b;
	text-align: center;
}
/*==========timeline list=========*/
.timeline-list {
	padding-top: 70px;
	padding-left: 100px;
	border-top: 1px dashed;
	margin-top: 45px;
}
.timeline-list li {
	margin-bottom: 60px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
}
.timeline-list li span.year {
	font-size: 50px;
	font-weight: 700;
	color: #9d9d9d;
}
.timeline-list li h3 {
	font-weight: 700;
	color: #474747;
}
/*==========about us box=========*/
.about-us-section  {
	padding: 100px 0;
}
.about-us-section .title-description {
	padding-bottom: 50px;
}
.about-us-section .special-feature .s-feature-box {
	overflow: hidden;
	position: relative;
	min-height: 290px;
	border: 1px solid #f2f2f2;
	margin-bottom: 20px;
	cursor: pointer;
	box-shadow: 0 0 20px 0 #ececec;
	background-color: #dd2b1b;
}
.about-us-section .special-feature .mask-top {
	width: 100%;
	background-color: #ffffff;
	padding: 70px 0;
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.about-us-section .special-feature i {
	font-size: 65px;
	line-height: 75px;
}
.about-us-section .special-feature h4 {
	font-size: 20px;
	margin-top: 25px;
	position: relative;
}
.about-us-section .special-feature .mask-top h4:before {
	top: -18px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	margin: -2px auto;
	position: absolute;
	width: 40px;
	background-color: #dd2b1b;
}
.about-us-section .special-feature .mask-bottom {
	color: #333333;
	padding: 20px 15px 20px 15px;
	width: 100%;
	position: absolute;
	bottom: -300px;
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.about-us-section .s-feature-box:hover .mask-bottom {
	background-color: #dd2b1b;
}
.about-us-section .special-feature .s-feature-box:hover .mask-top {
	top: -200px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.about-us-section .special-feature .s-feature-box:hover .mask-bottom {
	bottom: 0;
	color: #fff;
}
.about-us-section .special-feature .mask-bottom i {
	font-size: 38px;
	line-height: 50px;
}
.about-us-section .special-feature .mask-bottom h4 {
	margin: 15px 0px 17px;
	color: #fff;
}
.about-us-section .special-feature .mask-bottom p {
	padding: 0px 5px;
}
/*==========about us box=========*/
.intro-section {
	padding: 100px 0;
}
.intro-section article {
	text-align: center;
}
.intro-section article p.image {
	position: relative;
}
.intro-section article p.image i {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	padding-left: 3px;
	width: 80px;
	height: 80px;
	display: inline-block;
	background: #fff;
	line-height: 85px;
	font-size: 48px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: -40px;
	border: 1px solid #dd2b1b;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.intro-section article:hover p.image i {
	background: #dd2b1b;
	color: #fff;
}
.intro-section article h3 {
	margin-top: 70px;
}

/*==========section portfolio=========*/
.section-portfolio {
	padding: 100px 0;
}
.section-portfolio.pdb50 {
	padding-bottom: 50px;
}
.section-portfolio .filter-wrap {
	text-align: center;
}
/*==========accordion==========*/
.panel-group .panel,
.panel-default > .panel-heading {
	position: relative;
	border-radius: 0;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
	border-top: none;
	border-bottom: 1px solid #ddd;
}
.panel-body {
	padding: 37px 35px 31px 29px;
}
.panel-title {
	font-size: 14px;
	font-weight: 700;
}
.panel-group .icon {
	position: absolute;
	right: 10px;
	top: 10px;
}
.ui-accordion-header-icon {
	position: absolute;
	background: none;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -15px;
	right: 4px;
}
a.collapsed .ui-accordion-header-icon:before {
	content: "";
}
.ui-accordion-header-icon:before {
	display: block;
	content: none;
	position: absolute;
	width: 2px;
	height: 10px;
	background: #333;
	top: 50%;
	margin-top: -5px;
	right: 26px;
}
.ui-accordion-header-icon:after {
	display: block;
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background: #333;
	top: 50%;
	margin-top: -1px;
}
.panel-group .panel + .panel {
	margin-top: 3px;
}
.accordion-box .panel-title > a {
	display: block;
	position: relative;
	padding: 15px 10px 15px 23px;
}
.accordion-box .panel-title > a[aria-expanded="true"] {
	background: #dd2b1b;
	color: #fff;
}
.kul-alert {
	background: #3c763d;
	color: #fff;
	padding: 8px 15px 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#subscribeForm .kul-alert {
	position: absolute;
	top: -43px;
}
/* Page About
-------------------------------------------------------------- */
.page-about h2.title-post {
	font-size: 20px;
	font-weight: 700;
	margin-top: 22px;
	margin-bottom: 13px;
}
.page-about .main-content p {
	margin-bottom: 15px;
}
.page-about .main-content ul {
	list-style: none;
	margin-top: 38px;
	margin-bottom: 54px;
}
.page-about .main-content ul li {
	margin-bottom: 10px;
}
.page-about .main-content ul li span {
	float: left;
	width: 11%;
	font-size: 20px;
	font-weight: 700;
	margin-top: 1px;
	color: #333;
}
.page-about .main-content ul li div {
	position: relative;
	float: right;
	width: 89%;
	padding-left: 44px;
	padding-bottom: 49px;
}
.page-about .main-content ul li div:before {
	content: "";
	position: absolute;
	left: -6px;
	top: 18px;
	width: 1px;
	height: 95%;
	background-color: #e3e3e3;
}
.page-about .main-content ul li div:after {
	content: "";
	position: absolute;
	left: -11px;
	top: 3px;
	width: 11px;
	height: 11px;
	background-color: #dd2b1b;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.page-about .main-content ul li div h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 11px;
	color: #333;
}

/* Services
-------------------------------------------------------------- */
.page-services {
	margin-bottom: 24px;
}
.page-services article {
	margin-bottom: 72px;
}
.page-services article .media img {
	width: 100%;
}
.page-services article .info {
	position: relative;
	background-color: #fff;
	margin-top: -70px;
	width: calc(100% - 50px);
	left: 25px;
	padding: 25px;
	border: 1px solid #efefef;
	text-align: center;
}
.page-services article .info .btn-readmore {
	margin-bottom: 0;
}
.page-services article .info .btn-readmore a {
	text-transform: uppercase;
	color: #dd2b1b;
	font-weight: bold;
	text-decoration: underline;
}
.page-services article .info .btn-readmore a:hover {
	text-decoration: none;
}
.page-services article h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1px;
	margin-top: 0;
	margin-bottom: 13px;
}

/* Service single
-------------------------------------------------------------- */
.page-service {
	margin-bottom: 80px;
}
.page-service .main-content h3 {
	font-size: 20px;
	font-weight: 700;
}
.page-service p {
	margin-bottom: 15px;
}
.page-service .left {
	width: 50%;
	float: left;
}
.page-service .right {
	width: 50%;
	float: right;
	padding-left: 15px;
}
.box01 {
	padding-right: 10px;
	margin-bottom: 54px;
}
.box01 h3,
.box02 h3,
.box-list h3 {
	margin-top: 22px;
	margin-bottom: 13px;
}
.box02 > p {
	margin-bottom: 31px;
}
.box02 .chart {
	margin-bottom: 30px;
}
.box02 .chart p.img {
	width: 55%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 27px;
	position: relative;
	top: 0;
}
.box02 .chart p {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 6px;
}
.box02 .chart p span {
	display: block;
	margin-bottom: 6px;
}
.box02 .chart p span img {
	margin-right: 12px;
	position: relative;
	top: -2px;
}
.box-download {
	background-color: #2e5796;
	border-radius: 3px;
	margin-top: 35px;
	margin-bottom: 57px;
	padding: 15px 40px 25px;
	letter-spacing: 0.2px;
}
.page-service .main-content .box-download h3 {
	margin-bottom: 42px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.box-download p.btn-download a {
	position: relative;
	display: block;
	width: 100%;
	color: #333;
	background-color: #fff;
	padding: 15px 25px 11px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 3px;
	letter-spacing: -0.8px;
}
.box-download p.btn-download.pdf a:after,
.box-download p.btn-download.doc a:after {
	background: url(../images/common/icon_pdf.png) no-repeat;
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 17px;
	right: 8px;
}
.box-download p.btn-download.doc a:after {
	background: url(../images/common/icon_word.png) no-repeat;
}
.box-list span {
	display: inline-block;
	margin-bottom: 22px;
}
ul {
	list-style: none;
}
.content ul li {
	position: relative;
	padding-left: 21px;
	margin-bottom: 16px;
	line-height: 23px;
}
.content ul li:before {
	display: inline-block;
	position: absolute;
	left: -6px;
	top: -3px;
	width: 25px;
	height: 25px;
	padding-top: 2px;
	content: "\f121";
	text-align: center;
	font-family: "Ionicons";
	font-size: 13px;
	color: #fff;
	background-color: #dd2b1b;
	background-position: top;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transform: scale(0.6);
}
.accordion-box h3 {
	margin-bottom: 20px;
}

/* Portfolio
-------------------------------------------------------------- */
.page-portfolio {
	margin-bottom: 19px;
}
.filter-wrap {
	padding: 0 15px;
	margin-bottom: 40px;
	margin-top: -5px;
}
ul.filter {
	list-style: none;
	padding: 0;
	background: #3a3a3a;
}
ul.filter li {
	display: inline-block;
	margin-right: -4px;
	border-left: 1px solid #4e4e4e;
}
ul.filter li:first-child {
	border-left: 0;
}
ul.filter li a {
	font-size: 14px;
	color: #dedede;
	font-weight: 500;
	padding: 18px 20px;
	display: inline-block;
}
ul.filter li a:hover {
	color: #dd2b1b;
}
ul.filter li.active a {
	color: #fff;
	background: #dd2b1b;
}
.page-portfolio article {
	margin-bottom: 51px;
}
.page-portfolio article img {
	width: 100%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.page-portfolio article h3 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
	line-height: 22px;
	margin-bottom: 16px;
}
.page-portfolio article p {
	font-size: 13px;
}
.page-portfolio article:hover p.media img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.page-portfolio article .btn-more a {
	color: #dd2b1b;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}
.page-portfolio article .btn-more a:hover {
	text-decoration: none;
}
.page-portfolio article .info {
	position: relative;
	margin-top: -70px;
	background: #fff;
	padding: 20px;
	width: calc(100% - 50px);
	left: 25px;
	border: 1px solid #e8e8e8;
}
.page-portfolio article .info h3 {
	margin-top: 0;
}
.page-portfolio article .info .btn-more {
	margin-bottom: 0;
}
/* Portfolio style 2
---------------------------------------------------------------*/
.page-portfolio.style2 article {
	position: relative;
}
.page-portfolio.style2 article .intro {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 15px;
	color: #e6e6e6;
	background: rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.page-portfolio.style2 article:hover .intro {
	background: rgba(0,0,0,0.9);
}
.page-portfolio.style2 article h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.page-portfolio.style2 article h3 a {
	color: #e6e6e6;
	font-weight: normal;
}
.page-portfolio.style2 article h3 a:hover {
	color: #fff
}
/* Portfolio style 3, 4
---------------------------------------------------------------*/
.page-portfolio.style3 .item,
.page-portfolio.style4 .item {
	width: 33.3333%;
	float: left;
}
.page-portfolio.style3 .two-cols .item,
.page-portfolio.style4 .two-cols .item {
	width: 50%;
	float: left;
}
.page-portfolio.style3 .four-cols .item,
.page-portfolio.style4 .four-cols .item {
	width: 25%;
	float: left;
}
.page-portfolio.style3 article,
.page-portfolio.style4 article {
	position: relative;
	margin-bottom: 0;
}
.page-portfolio.style3 article p.media,
.page-portfolio.style4 article p.media {
	margin-bottom: 0;
}
.page-portfolio.style3 article .intro,
.page-portfolio.style4 article .intro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	visibility: hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.page-portfolio.style3 article:hover .intro,
.page-portfolio.style4 article:hover .intro {
	visibility: visible;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.page-portfolio.style3 article .intro h3 {
	position: absolute;
	bottom: 0;
	padding: 0 15px;
}
.page-portfolio.style4 article .intro h3 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -55px;
}
.page-portfolio.style3 article .intro h3 a,
.page-portfolio.style4 article .intro h3 a {
	color: #e6e6e6;
	font-weight: normal;
}
.page-portfolio.style4 article .intro h3 a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 5px;
	border: 1px solid;
	text-align: center;
	font-size: 40px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.page-portfolio.style4 article .intro h3 a:hover {
	background-color: #fff;
}
.page-portfolio.style4 article .intro h3 a i {
	line-height: 56px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.page-portfolio.style4 article .intro h3 a:hover i {
	color: #000;
}
.page-portfolio.style3 ul.filter li,
.page-portfolio.style4 ul.filter li {
	margin-right: 6px;
}
.page-portfolio.style3 ul.filter li a,
.page-portfolio.style4 ul.filter li a {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #656565;
	font-weight: 700;
	background: #f6f6f6;
	padding: 5px 15px;
}
.page-portfolio.style3 ul.filter li a:hover,
.page-portfolio.style4 ul.filter li a:hover {
	background: #e5e5e5;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	text-align: center;
	width: auto;
	background: none;
}
/* Portfolio-List
-------------------------------------------------------------- */
.portfolio-list aside {
	margin-top: 70px;
}
.portfolio-list article .entry-post h3 {
	margin-top: 0;
}
/* Portfolio-single
-------------------------------------------------------------- */
.page-portfolio-single {
	margin-bottom: 84px;
}
.portfolio-single h2 {
	margin-top: 0;
	margin-bottom: 21px;
	font-size: 30px;
	font-weight: 600;
}
.portfolio-single p {
	margin-bottom: 15px;
}
.portfolio-single .info {
	margin-top: 46px;
}
.portfolio-single .info p {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 17px;
	font-size: 14px;
	margin-bottom: 18px;
}
.portfolio-single .info span {
	color: #333;
	font-weight: 500;
}
.share {
	margin-top: -7px;
}
.share span {
	display: inline-block;
	margin-right: 12px;
	letter-spacing: 1px;
}
.share ul {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.share ul li {
	float: left;
	margin-right: 9px;
	width: 36px;
	height: 36px;
	text-align: center;
}
.share li a {
	color: #333;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	padding-top: 6px;
	background-color: #f0f0f0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.share li:hover a {
	background-color: #ccc;
	-webkit-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	transform: rotateY(-360deg);
}
.portfolio-single .img01 {
	margin-bottom: 20px;
}
.portfolio-single .img02 {
	width: 50%;
	float: left;
}
.portfolio-single .img03 {
	width: 50%;
	float: left;
	text-align: right;
}
/*Testimonial 02*/
.testimonial02 {
	position: relative;
	background-image: url('../images/common/bg-testimonial.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.testimonial02 .overlay {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Page Team
-------------------------------------------------------------- */
.page-team {
	margin-bottom: 50px;
}
.page-team .sidebar {
	margin-top: 70px;
}
.teammember {
	margin: 0 -15px;
}
.teammember article,
.teammember.three-cols article {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 42px;
}
.teammember.two-cols article {
	width: 50%;
}
.teammember.four-cols article {
	width: 25%;
}
.teammember article .member {
	background-color: #efefef;
}
.teammember article .member .media {
	margin-bottom: 0;
}
.teammember article h3 {
	margin-top: 0;
	margin-bottom: -4px;
	font-size: 18px;
	font-weight: 600;
	color: #dd2b1b;
}
.teammember article .member .info {
	padding: 25px;
}
.teammember article .socials {
	list-style: none;
	margin-top: 15px;
	padding: 0;
}
.teammember article .socials li {
	display: inline-block;
}
.teammember article .socials li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 6px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #a5a5a5;
	color: #8e8e8e;
}
.teammember article .socials li a:hover {
	color: #dd2b1b;
}
.teammember article .socials li a i {
	vertical-align: middle;
	line-height: normal;
	font-size: 18px;
}
.teammember article .media img {
	width: 100%;
}
.teammember article span {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 12px;
}
.teammember article .description {
	margin-bottom: 5px;
}
.teammember article .readmore a {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	position: relative;
	background: none;
	color: #333;
}
.teammember article .readmore a:hover {
	color: #5a5a5a;
}
.teammember article .readmore a i {
	position: relative;
	top: 2px;
	margin-left: 9px;
	font-size: 20px;
}
.teammember.list article {
	width: 100%;
	margin-bottom: 30px;
}
.teammember.list article:last-child {
	margin-bottom: 38px;
}
.teammember.list article .media {
	width: 31%;
	float: left;
	margin-right: 30px;
}
.teammember.list article h3 {
	margin-top: 2px;
}
.teammember.list article .readmore a {
	display: inline-block;
	margin-top: 22px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	background-color: #333;
	padding: 11px 20px 5px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.teammember.list article .readmore a:hover {
	background-color: #dd2b1b;
}
.teammember.list article .readmore a i {
	display: none;
}

/* Partners
-------------------------------------------------------------- */
.page-partners {
	margin-bottom: 70px;
}
.partners {
	margin: 0 -1.7%;
	text-align: center;
	list-style: none;
	padding: 0;
}
.partners li {
	float: left;
	width: 46.6%;
	margin: 0 1.7% 3.3%;
	padding: 30px 30px 38px;
	border: 1px solid #ccc;
}
.partners li h3 {
	font-size: 18px;
	font-weight: 700;
	color: #dd2b1b;
	margin-bottom: 1px;
}
.partners li span {
	display: inline-block;
	font-size: 13px;
	font-style: italic;
}
.partners li p.description {
	margin-top: 17px;
}
.partners .btn-cons a {
	padding: 8px 30px;
	margin-top: 20px;
}
/*contact page*/
.contact-info .item {
	text-align: center;
}
.contact-info .item h4 {
	font-size: 18px;
}
.contact-info .icon-wrap i {
	display: inline-block;
	vertical-align: middle;
	font-size: 60px;
	width: 100px;
	background: #f7f7f7;
	border-radius: 50%;
	color: #dd2b1b;
}
.contact-form .textarea-message textarea,
.contact-form .input-text input,
.contact-form .input-email input,
.contact-form .input-phone input {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius:5px;
}
.contact-form .textarea-message textarea {
	min-width: 100%;
	max-width: 100%;
	height: 128px;
	margin-bottom: 0;
}
.submit-btn {
	border: none;
}
/*contact page02*/
.page-contact02 .contact-info .item {
	display: inline-block;
	vertical-align: top;
	width: 32%;
}
/*contact page03*/
.page-contact03 .contact-info .item,
.page-contact04 .contact-info .item {
	display: inline-block;
	vertical-align: top;
	width: 32%;
}
/*contact page04*/
.page-contact04 #contact-form {
	text-align: center;
	margin-bottom: 30px;
}
#gmap {
	width: 100%;
	height: 350px;
}
/*shop*/
.productlist ul {
	padding-left: 0;
	margin: 0 -15px;
}
.productlist ul li {
	width: 33.3333%;
	padding: 0 15px;
	float: left;
	margin-bottom: 50px;
}
.productlist ul li .media {
	margin-bottom: 25px;
	border: 1px solid #e8e8e8;
}
.productlist ul li .title a {
	font-size: 17px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 8px;
}
.productlist ul li .price {
	position: relative;
	font-size: 16px;
	color: #dd2b1b;
	font-weight: 600;
	margin-bottom: 17px;
}
.productlist ul li .price .rate {
	position: absolute;
	right: 0;
}
button.addtocart {
	background: #fff;
	border: 2px solid #dd2b1b;
	color: #7b7b7b;
	vertical-align: middle;
}
button.addtocart:hover {
	background: #dd2b1b;
	color: #fff;
}
.filter-price .price_slider_wrapper {
	padding-top: 10px;
	padding-right: 20px;
}
.filter-price .price_slider_wrapper .ui-slider {
	position: relative;
}
.filter-price .price_slider_wrapper .ui-slider-horizontal {
	height: 4px;
	background-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.filter-price .price_slider_wrapper .ui-slider .ui-slider-range {
	position: absolute;
	top: 0;
	background-color: #3276bd;
	z-index: 1;
	display: block;
	height: 100%;
}
.filter-price .price_slider_wrapper .ui-slider .ui-slider-handle {
	background-color: #F5F5F5;
	height: 25px;
	width: 25px;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: -8px;
	outline: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 1px 1px #F5F5F5;
	-moz-box-shadow: 0px 0px 1px 1px #F5F5F5;
	box-shadow: 0px 0px 1px 1px #F5F5F5;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.filter-price .price_slider_wrapper .ui-slider .ui-slider-handle span.shadow {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	bottom: 6px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-box-shadow: 0px 0px 1px 1px #F5F5F5;
	-moz-box-shadow: 0px 0px 1px 1px #F5F5F5;
	box-shadow: 0px 0px 1px 1px #F5F5F5;
}
.filter-price .price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
	margin-left: -15px;
}
.filter-price .price_slider_wrapper .price_slider_amount {
	margin-top: 45px;
}
.filter-price .price_slider_wrapper .price_slider_amount .button {
	cursor: pointer;
	background: none;
	border: 1px solid #dd2b1b;
	margin-bottom: 15px;
	outline: none;
	padding: 7px 29px 5px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	color: #565656;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.filter-price .price_slider_wrapper .price_slider_amount .button:hover {
	background: #dd2b1b;
	color: #fff;
}
.filter-price .price_slider_wrapper .price_slider_amount .price_label input {
	background-color: transparent;
	border: none;
	height: auto;
	padding: 0;
	width: 100%;
	margin-left: 11px;
	font-size: 15px;
	word-spacing: 2px;
}
.product-single .child-image {
	padding: 0;
	margin: 0 -5px;
	list-style: none;
}
.product-single .child-image li {
	float: left;
	width: 33.3333%;
	padding: 0 5px;
	cursor: pointer;
}
.product-single .info h3.name {
	font-size: 34px;
	margin-bottom: 27px;
	line-height: normal;
	margin-top: 0;
}
.product-single .info p.review {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 20px;
}
.product-single .info p.price {
	position: relative;
	font-size: 37px;
	color: #dd2b1b;
	font-weight: 600;
	margin-bottom: 0;
	line-height: normal;
}
.product-single .info p.price del {
	color: #e4e4e4;
	margin-right: 12px;
}
.product-single .info p.price .rate {
	position: absolute;
	right: 0;
	font-size: 18px;
}
.info p.price .rate i.ion-ios-star-half,
.info p.price .rate i.ion-ios-star-outline {
	vertical-align: top;
}
.addtocart-wrap {
	margin-bottom: 20px;
}
.addtocart-wrap .quantity {
	border: 1px solid #ccc;
	height: 46px;
	vertical-align: middle;
	width: 60px;
	padding: 15px;
}
.product-single .tabs {
	margin-top: 50px;
	margin-bottom: 50px;
}
.product-single .tabs .tab-title {
	list-style: none;
	padding-left: 0;
	border-bottom: 1px solid #ccc;
}
.product-single .tabs .tab-title li {
	display: inline-block;
	padding: 12px 20px;
	text-transform: uppercase;
	font-size: 16px;
	background: #fff;
	margin-right: -4px;
	font-weight: 500;
	cursor: pointer;
	border: 1px solid transparent;
}
.product-single .tabs .tab-title li.active {
	border: 1px solid #d6d6d6;
	border-bottom: 1px solid #fff;
	margin-bottom: -5px;
	padding-bottom: 13px;
	color: #dd2b1b;
}
.product-single .tabs .tab-content {
	position: relative;
	list-style: none;
	padding-left: 0;
}
.product-single .tabs .tab-content li {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}
.product-single .tabs .tab-content li.active {
	position: relative;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.related-product h3.title {
	font-size: 18px;
	font-weight: 500;
}
.related-product .info p.price {
	font-size: 22px;
	margin-bottom: 16px;
}
/*Feature box*/
.feature-box .grid4 .item {
	width: 25%;
	float: left;
	padding: 50px;
	background-color: #dd2b1b;
	color: #333;
}
.feature-box .grid4 .item:nth-child(even) {
	background-color: #f9c237;
}
.feature-box .grid4 .item h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #8a8a8a;
}
.about-info {
    position: relative;
    z-index: 999;
    margin-top: -132px;
    border-top: 1px solid #ccc;
    background: rgba(0, 0, 0, 0.2);
}
.about-info ul {
	margin: 0;
}
.about-info ul li {
    position: relative;
    padding: 36px 0;
    padding-left: 95px;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    list-style: none;
    color: #ccc;
    border-left: 1px solid #ccc;
}
.about-info ul li:first-child {
	margin-left: 0;
}
.about-info ul li i {
    position: absolute;
    left: 25px;
    top: 37px;
    color: #dd2b1b;
    font-size: 63px;
}
.about-info ul li.open-time i {
    font-size: 50px;
    top: 39px;
}
.about-info ul li h3 {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: #e6e6e6;
}
.about-info ul li span {
	font-size: 12px;
	font-weight: 400;
    color: #fff;
}
.news-box02 {
	padding: 90px 0;
}
.news-box02 .item .media {
	position: relative;
}
.news-box02 .item .play {
	display: table;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	color: #fff;
	font-size: 50px;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid #fff;
}
.news-box02 .item .play i {
    display: table-cell;
    vertical-align: middle;
    padding-left: 11px;
}
.news-box02 .item .readmore {
	color: #dd2b1b;
	text-decoration: underline;
}
.news-box02 .item .readmore:hover {
	text-decoration: none;
}
.news-box02 .new-list ul {
	list-style: none;
}
.news-box02 .new-list ul li {
	margin-bottom: 20px;
	clear: both;
}
.news-box02 .new-list ul li .img {
	float: left;
	max-width: 100px;
	margin-right: 10px;
}
.news-box02 .new-list ul li h3 {
	font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
}
/*about02*/
.about02 .video .play {
    display: table;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    color: #fff;
    font-size: 50px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
}
.about02 .video .play i {
    display: table-cell;
    vertical-align: middle;
    padding-left: 11px;
}
.promos {
  max-width: 1140px;
  margin: 0 auto;
}
/*pricing table*/
.pricing-table {
	background-color: #ccc;
}
.promo {
  margin: 1em .5em 1.625em;
  padding: .25em 0 2em;
  background: #353535;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.625;
  color: #333;
  text-align: center;
}
@media (min-width: 40em) {
  .promo {
    display: inline;
    float: left;
    width: 33.333%;
    margin: 1em 0 0;
  }
  .promo.first {
    border-right: none;
  }
  .promo.second {
    float: right;
    border-left: none;
  }
}
.promo h4 {
  margin: 30px 0 0;
  font-size: 27px;
  font-weight: normal;
  color: #f3ba00;
}
.promo .features {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #999999;
}
.promo li {
  padding: .25em 0;
}
.promo .brief {
  color: #f9f9f9;
}
.promo .price {
  margin: .5em 0;
  padding: .25em 0;
  background: #292b2e;
  font-size: 250%;
  color: #f9f9f9;
}
.promo .buy {
  margin: 1em 0 0;
}
.promo button {
  padding: 8px 40px;
  border: none;
  border-radius: 40px;
  background: #292b2e;
  color: #f9f9f9;
  cursor: pointer;
}
.promo button:hover {
  background: #27282b;
}

.scale button {
  background: #dd2b1b;
}
.scale button:hover {
  background: #e0ac03;
}
@media (min-width: 40em) {
  .scale {
    transform: scale(1.2);
    box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
  }
  .scale .price {
    color: #f3ba00;
  }
}
/*404*/
.page-not-found {
    padding: 250px 0;
    background: #2c2c2c;
    text-align: center;
}
.page-not-found h1 {
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.page-not-found h3 {
    text-transform: uppercase;
    color: #dd2b1b;
    margin-top: -35px;
    margin-bottom: 50px;
    letter-spacing: 13px;
    font-family: "Poppins", sans-serif;
}
.page-not-found form .note {
    color: #fff;
    font-size: 16px;
}
.page-not-found form .input-group {
    display: inline-block;
    position: relative;
}
.page-not-found form input.form-control {
    width: 500px;
    height: 42px;
    padding-right: 40px;
    margin-right: 5px;
}
.page-not-found form .input-group button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.page-not-found form button[type="submit"] {
    border: none;
    height: 42px;
    background: #dd2b1b;
    border-radius: 0 5px 5px 0;
    color: #fff;
}
/*Comingsoon*/
.page-comingsoon {
	background-color: #2c2c2c;
	background-image: url('../images/common/bg-comingsoon.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.page-comingsoon.style2 {
	background-image: url('../images/common/bg-comingsoon2.jpg');
}
.page-comingsoon .page-section {
	padding: 0;
	background: none;
	text-align: center;
}
.page-comingsoon h1 {
	position: relative;
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-top: 40px;
}
.page-comingsoon .separator {
	display: inline-block;
	width: 300px;
	height: 1px;
	margin-top: 50px;
	background-color: #848484;
}
.page-comingsoon .btn i {
	display: inline-block;
	margin-right: 10px;
}
.countdown-wrapper {
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}
.countdown-section {
	display: inline-block;
	text-align: center;
	width: 120px;
	height: 123px;
	margin: 0 12px;
	background: rgb(24, 24, 24);
	border: 1px solid #fff;
}
.countdown-section span.countdown-amount {
	display: block;
	font-size: 33px;
	font-weight: bold;
	color: #fff;
	line-height: 77px;
}
.countdown-section span.countdown-period {
	display: block;
	font-size: 15px;
	line-height: 45px;
	color: #fff;
	border-top: 1px solid;
}
.page-comingsoon.style2 h1 {
	font-size: 60px;
	margin-top: 0;
	margin-bottom: 32px;
	letter-spacing: 14px;
}
.style2 .countdown-wrapper {
	margin-bottom: 38px;
}
.style2 .countdown-section {
	width: 200px;
	height: 200px;
	margin: 0 12px;
	border-radius: 50%;
	border: 7px solid #a2a2a2;
}
.style2 .countdown-section span.countdown-period {
	line-height: 32px;
	border-top: 1px solid #ccc;
	width: 80px;
	margin: 0 auto;
}
.style2 .countdown-section span.countdown-amount {
	font-size: 70px;
	line-height: 77px;
	padding-top: 38px;
}
.style2 #subscribeForm input#emailsubscribe {
	border-radius: 25px;
	padding: 0 20px;
	font-weight: 400;
}
.style2 #subscribeForm input.submit {
	height: 45px;
	border-radius: 25px;
}
.btn-back {
	display: inline-block;
	margin-top: 20px;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #ffffff;
    background-color: #dd2b1b;
    border-width: 2px;
    border-color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-back:hover {
	background-color: #dea515;
	color: #fff;
}