/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*
	+ Header
		- Menu Block
	+ Footer
		- Top Footer
			- Widget : About
			- Widget : Social
			- Widget : Flickr
			- Widget : Contact
		- Bottom Footer
	+ Section Header
	+ Page Header
	+ Pagination
	+ Shortcodes
		- Slider Section
		- Team Section
		- Team Style 2
		- Team Style 3
		- Services Section
		- Services Style 2
		- Services Section 3
		- About Section
		- Counter Section
		- Counter Style 2
		- Counter Style 3
		- Call To ACtion Section
		- Price Section
		- Portfolio Section
		- Portfolio 3 Col
		- Portfolio Masonry
		- Portfolio 4 col
		- Portfolio Single
		- Blog
		- Blog Single
		- Comment Area
		- Comment Reply Form
		- Widget Area
			- Widget : Search
			- Widget : Category
			- Widget : Recent Comment
			- Widget : Post Meta
			- Widget : Follow Us
		- Contact Section
		- Contact Detail
		- Map Section
		- Client Section
		- Process Section
		- Process Section 2
		- Testimonial Section
		- Testimonial Section 2
		- Testimonial Section 3
		- History Section
		
		
	+ Responsive
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- min-width: 569
		- max-width: 1600
		- max-width: 1366
		- max-width: 1200
		- min to max: 992 to 1199
		- max-width: 991
		- min to max: 768 to 991
		- max-width: 767
		- max-width: 639
		- max-width: 568
		- max-width: 479
*/

/* + Header */
.top-header {
	background-color: #222222;
	text-align: center;
}
.top-header .container {
	position: relative;
}
.top-header .top-left {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.top-header .top-left span {
	font-size: 12px;
	display: inline-block;
}
.top-header .top-left span + span {
	margin-left: 30px;
}
.top-header .top-left span i {
	color: #ef5252;
	margin-right: 6px;
}
.top-header .top-left span a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-header .top-left span a:hover {
	color: #ef5252;
}
.top-header .top-right {
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
.top-header .top-right ul {
	padding-left: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.top-header .top-right ul li {
	display: inline-block;
}
.top-header .top-right ul li + li {
	margin-left: 10px;
}
.top-header .top-right ul li a { 
	color: #fff;
	font-size: 13px;
}
.top-header .top-right ul li a:hover { 
	color: #ef5252;
}

/* - Menu Block */
.menu-block {
	background-color: #fff;
	display: inline-block;
	width: 100%;
}
.menu-block .container {
	position: relative;
}
.header_s .ownavigation .search {
	padding: 42px 0;
	position: relative;
	z-index: 1;
}
.header_s .ownavigation .search > a {
	color: #222222;
	font-size: 18px;
	text-decoration: none;
}
.menu-block .ownavigation .navbar-brand {
	color: #222222;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	letter-spacing: 0.21px;
	text-transform: uppercase;
	line-height: 30px;
	margin: 15px 0;
	position: relative;
	z-index: 1;
}
.menu-block .ownavigation .navbar-brand > span {
	color: #ef5252;
	font-weight: 900;
}
.menu-block .ownavigation .navbar-nav li a {
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1.3px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.menu-block.navbar-fixed-top {
	z-index: 16;
	-webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.65);
}

/* + Footer */
/* - Top Footer */
.top-footer {
	background-color: #282828;
	padding-bottom: 90px;
	padding-top: 100px;
}
.top-footer .widget {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.top-footer .widget-title {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 24px;
	margin-top: 0;
	line-height: 1.35;
}

/* - Widget : About */
.top-footer .widget_about > p {
	color: #d9d9d9;
	letter-spacing: 1.4px;
	line-height: 1.85;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* - Widget : Social */
.top-footer .widget_social {
	margin-bottom: 0;
	margin-top: 10px;
}
.top-footer .widget_social > ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.top-footer .widget_social > ul > li {
	float: left;
	list-style: none;
	margin-right: 6px;
}
.top-footer .widget_social > ul > li > a {
	background-color: transparent;
	color: #d9d9d9;
	display: inline-block;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 2;
	text-align: center;
}
.top-footer .widget_social > ul > li > a:hover {
	background-color: #ef5252;
	color: #ffffff;
}

/* - Widget : Flickr */
.top-footer .widget_flickr > ul {
	padding-left: 0;
}
.top-footer .widget_flickr > ul > li {
	float: left;
	list-style: none;
	margin-right: 8px;
	margin-bottom: 8px;
}
.top-footer .widget_flickr > ul > li > a {
	display: inline-block;
	position: relative;
}
.top-footer .widget_flickr > ul > li > a::before {
	background-color: rgba(12,12,12,0.7);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-footer .widget_flickr > ul > li > a:hover::before {
	opacity: 1;
}

/* - Widget : Contact */
.top-footer .widget_contact > p {
	color: #d9d9d9;
	position: relative;
	padding-left: 40px;
	letter-spacing: 1.4px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.top-footer .widget_contact > p > i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
}
.top-footer .widget_contact > p > span {
	display: block;
	margin-bottom: 5px;
}
.top-footer .widget_contact > p > a {
	color: #d9d9d9;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.top-footer .widget_contact > p > a:hover {
	color: #ef5252;
}


/* - Bottom Footer */
.bottom-footer {
	background-color: #222222;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}
.bottom-footer .container {
	position: relative;
}
.btm-ftr-left > a {
	font-size: 30px;
}
.btm-ftr-left > a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	letter-spacing: 0.21px;
	text-transform: uppercase;
	line-height: 30px;
	margin: 10px 0;
	position: relative;
	text-decoration: none;
	z-index: 1;
	display: inline-block;
}
.btm-ftr-left > a > span {
	color: #ef5252;
	font-weight: 900;
}
.btm-ftr-center > p {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.2px;
	margin: 17px 0; 
}
.btm-ftr-right > a {
	background-color: #ef5252;
	font-size: 28px;
	display: inline-block;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 2;
	text-align: center;
}
.btm-ftr-right > a:hover {
	background-color: #fff;
	color: #ef5252;
}
.btm-ftr-right > a i {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.gray-bg {
	background-color: #f1f1f1;
}

/* + Section Header */
.section-header {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
.section-header h3 {
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 44px;
	letter-spacing: 5.25px;
	margin-top: 0;
	text-transform: uppercase;
}
.section-header h3 > span {
	color: #ef5252;
}
.section-header p {
	color: #222222;
	font-size: 16px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

/* + Page Header */
.page-banner {
	background-color: #f1f1f1;
	position: relative;
	padding-top: 65px;
	padding-bottom: 65px;
}
.page-banner h3 {
	color: #222222;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 7.5px;
	line-height: 50px;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.page-banner h3 > span {
	color: #ef5252;
}
.page-banner .breadcrumb {
	background-color: transparent;
	margin: 11px 0 0;
	padding: 0;
	text-align: center;
}
.page-banner .breadcrumb li {
	letter-spacing: 0.35px;
	text-transform: uppercase;
}
.page-banner .breadcrumb > li + li::before {
	padding-left: 1px;
	padding-right: 0;
}
.page-banner .breadcrumb li a {
	text-decoration: none;
}

/* + Pagination */
.ow-pagination {
	text-align: center;
	margin-top: 25px;
}
.ow-pagination ul {
	margin-bottom: 0;
	margin-top: 0;
}
.ow-pagination ul li {
	margin-left: -1px;
	display: inline-block;
}
.ow-pagination ul li a {
	background-color: #fff;
	border-radius: 0;
	border: none;
	box-shadow: 0px 2px 5px 0px rgba(235, 235, 235, 0.75);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(235, 235, 235, 0.75);
	color: #777777;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 15px 20px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.ow-pagination .pagination > li:first-child > a, 
.ow-pagination .pagination > li:first-child > span,
.ow-pagination .pagination > li:last-child > a, 
.ow-pagination .pagination > li:last-child > span {
	border-radius: 0;
}
.ow-pagination ul li a:hover {
	background-color: #8a9b0f;
	color: #fff;
}

/* + Shortcodes */
/* - Slider Section */
.rev_slider_wrapper {
	direction: ltr;
}
.txt-color {
	color: #ef5252 !important;
}
.slide-btn-buy-now::before,
.slide-btn-buy-now::after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.slide-btn-buy-now::before {
	border-left: 5px solid #ef5252;
	border-right: 5px solid #ef5252;
	left: -4px;
	right: -4px;
	height: 10px;
	top: 50%;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
}
.slide-btn-buy-now::after {
	border-top: 5px solid #ef5252;
	border-bottom: 5px solid #ef5252;
	left: 0;
	right: 0;
	bottom: -4px;
	top: -4px;
	width: 10px;
	margin: 0 auto;
}
.slide-btn-buy-now:hover::before { 
	height: 50%;
}
.slide-btn-buy-now:hover::after {
	width: 50%;
}
#home_slider_1 .tparrows { 
	background-color:transparent; 
	width: 50px;
}
#home_slider_1 .tparrows::before {
	font-family: "Linearicons-Free";  
	letter-spacing: -20px; 
	font-size: 36px;
	color: #222;
}
#home_slider_1 
.tparrows.tp-leftarrow::before {
	content: "\e875\e875";
}
#home_slider_1 .tparrows.tp-rightarrow::before {
	content: "\e876\e876";
}
#home_slider_1 .hermes .tp-bullet {
	background-color: #333333; 
	border-radius: 0; 
	box-shadow: none; 
	width: 12px; 
	height: 12px; 
	border: 3px solid #fff;
}
#home_slider_1 .hermes .tp-bullet.selected { 
	background-color: #fff; 
	border-color: #ef5252;
}
#home_slider_1 .hermes .tp-bullet::after {
	display: none;
}
.custom.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0,0,0,0.5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 100;
}
.custom.tparrows:hover {
	background: #000;
}
.custom.tparrows:before {
	font-family: "revicons";
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
}
.custom.tparrows.tp-leftarrow:before{
	content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
	content: "\e825";
}
.hermes .tp-bullet{
	overflow: hidden;  
	border-radius: 50%;  
	width: 16px;  
	height: 16px;  
	background-color: rgba(0,0,0,0);  
	box-shadow: inset 0 0 0 2px rgb(255,255,255);  
	-webkit-transition: background 0.3s ease;  
	transition: background 0.3s ease;  
	position: absolute;
}
.hermes .tp-bullet:hover {
	background-color: rgba(0,0,0,0.21);
}
.hermes .tp-bullet:after {
	content: ' ';
	position: absolute; 
	bottom: 0; 
	height: 0; 
	left: 0; 
	width: 100%; 
	background-color: rgb(255,255,255); 
	box-shadow: 0 0 1px rgb(255,255,255); 
	-webkit-transition: height 0.3s ease; 
	transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
	height: 100%;
}
.rev_slider > ul li.slider-shape .slotholder::before {
    background-color: rgba(255, 255, 255, 0.77);
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: -15px;
    width: 69%;
    transform: skew(10deg, 8.8deg);
    -webkit-transform: skew(10deg, 8.8deg);
    -moz-transform: skew(10deg, 8.8deg);
    -ms-transform: skew(10deg, 8.8deg);
    transform-origin: 97% -30% 0;
    -webkit-transform-origin: 97% -30% 0;
    -moz-transform-origin: 97% -30% 0;
    -ms-transform-origin: 97% -30% 0;
}
#home_slider_2 .slide-btn-buy-now::before,
#home_slider_2 .slide-btn-buy-now::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#home_slider_2 .slide-btn-buy-now::before {
    border-left: 5px solid #ef5252;
    border-right: 5px solid #ef5252;
    left: -4px;
    right: -4px;
    height: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
#home_slider_2 .slide-btn-buy-now::after {
    border-top: 5px solid #ef5252;
    border-bottom: 5px solid #ef5252;
    left: 0;
    right: 0;
    bottom: -4px;
    top: -4px;
    width: 10px;
    margin: 0 auto;
}
#home_slider_2 .slide-btn-buy-now:hover::before {
    border-left-color: #222;
    border-right-color: #222;
    height: 50%;
}
#home_slider_2 .slide-btn-buy-now:hover::after {
    border-top-color: #222;
    border-bottom-color: #222;
    width: 50%;
}
#home_slider_2 .tparrows {
    background-color: transparent;
    width: 50px;
}
#home_slider_2 .tparrows::before {
    font-family: "Linearicons-Free";
    letter-spacing: -20px;
    font-size: 36px;
    color: #222;
}
#home_slider_2 .tparrows.tp-leftarrow::before {
    content: "\e875\e875";
}
#home_slider_2 .tparrows.tp-rightarrow::before {
    content: "\e876\e876";
}
#home_slider_2 .hermes .tp-bullet {
    background-color: #333333;
    border-radius: 0;
    box-shadow: none;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
}
#home_slider_2 .hermes .tp-bullet.selected {
    background-color: #fff;
    border-color: #ef5252;
}
#home_slider_2 .hermes .tp-bullet::after {
    display: none;
}

/* - Slider Section 3 */
.rev_slider > ul li.slider-overlay .slotholder::before {
    background-color: rgba(15, 15, 15, 0.3);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.slide-btn-buy-now::before,
.slide-btn-buy-now::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.slide-btn-buy-now::before {
    border-left: 5px solid #ef5252;
    border-right: 5px solid #ef5252;
    left: -4px;
    right: -4px;
    height: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.slide-btn-buy-now::after {
    border-top: 5px solid #ef5252;
    border-bottom: 5px solid #ef5252;
    left: 0;
    right: 0;
    bottom: -4px;
    top: -4px;
    width: 10px;
    margin: 0 auto;
}
.slide-btn-buy-now:hover::before {
    height: 50%;
}
.slide-btn-buy-now:hover::after {
    width: 50%;
}
#home_slider_3 .tparrows {
    background-color: transparent;
    width: 50px;
}
#home_slider_3 .tparrows::before {
    font-family: "Linearicons-Free";
    letter-spacing: -20px;
    font-size: 36px;
}
#home_slider_3 .tparrows.tp-leftarrow::before {
    content: "\e875\e875";
}
#home_slider_3 .tparrows.tp-rightarrow::before {
    content: "\e876\e876";
}
#home_slider_3 .hermes .tp-bullet {
    background-color: #333333;
    border-radius: 0;
    box-shadow: none;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
}
#home_slider_3 .hermes .tp-bullet.selected {
    background-color: #fff;
    border-color: #ef5252;
}
#home_slider_3 .hermes .tp-bullet::after {
    display: none;
}

/* - Team Section */
.team-section {
	padding-bottom: 120px;
	padding-top: 110px;
}
.team-box::before,
.team-box::after,
.team-details,
.team-content > ul > li > a,
.team-content > ul > li > a::before,
.team-box .team-details::before,
.team-box .team-details::after {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-box {
	position: relative;
	display: inline-block;
	width: 100%;
}
.team-box::before,
.team-box::after {
	content: "";
	position: absolute;
}
.team-box::before {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	left: 2px;
	top: 0;
	bottom: 0;
	right: 2px;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
}
.team-box::after {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	left: 0;
	top: 2px;
	bottom: 2px;
	right: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
}
.team-box:hover::before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
}
.team-box:hover::after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
.team-details {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.team-box:hover .team-details {
	padding: 7px;
}
.team-box .team-details::before,
.team-box .team-details::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
}
.team-box .team-details::before {
	border-left: 5px solid #ef5252;
	border-right: 5px solid #ef5252;
	top: 50%;
	transform: translate(0%, -50%) scaleY(0);
	-webkit-transform: translate(0%, -50%) scaleY(0);
	-moz-transform: translate(0%, -50%) scaleY(0);
	-ms-transform: translate(0%, -50%) scaleY(0);
	height: 70px;
}
.team-box .team-details::after {
	border-top: 5px solid #ef5252;
	border-bottom: 5px solid #ef5252;
	top: 0;
	bottom: 0;
	width: 70px;
	margin: 0 auto;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	z-index: 1;
}
.team-box:hover .team-details::before {
	transform: translate(0%, -50%) scaleY(1);
	-webkit-transform: translate(0%, -50%) scaleY(1);
	-moz-transform: translate(0%, -50%) scaleY(1);
	-ms-transform: translate(0%, -50%) scaleY(1);
}
.team-box:hover .team-details::after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
.team-style-1 .team-img {
	border: 10px solid #dedede;
}
.team-style-1 .team-box:hover .team-img {
	border-color: #3f3d3d;
	border-bottom: none;
}
.team-style-1 .team-content {
	background-color: #dedede;
	border: 10px solid #f1f1f1;
	border-top: none;
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 22px 10px;
	position: relative;
	z-index: 2;
}
.team-style-1 .team-box:hover .team-content {
	background-color: #4b4b4b;
	border-color: #3f3d3d;
	padding-bottom: 32px;
}
.team-style-1 .team-content > h3 {
	color: #222222;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 7px;
}
.team-style-1 .team-content > p {
	color: #222222;
	letter-spacing: 1.4px;
	text-transform: capitalize;
}
.team-style-1 .team-content > ul {
	padding-left: 0;
	margin-bottom: 0;
}
.team-style-1 .team-content > ul > li {
	display: inline-block;
	margin: 0 6px;
}
.team-style-1 .team-content > ul > li > a {
	color: #6c6a6a;
	padding-bottom: 5px;
	position: relative;
}
.team-style-1 .team-box:hover .team-content > h3,
.team-style-1 .team-box:hover .team-content > p,
.team-style-1 .team-box:hover .team-content > ul > li > a {
	color: #fff;
}
.team-style-1 .team-content > ul > li > a::before {
	background-color: #ef5252;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
}
.team-style-1 .team-box:hover .team-content > ul > li > a:hover {
	color: #ef5252;
}
.team-style-1 .team-content > ul > li > a:hover::before {
	width: 100%;
}

.team-carousel.owl-theme .owl-controls  {
	margin-top: 55px;
}
.team-carousel.owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
	border-radius: 0;
	border: 3px solid #222222;
	width: 12px;
	height: 12px;
	margin: 0 3px;
}
.team-carousel.owl-theme .owl-dots .owl-dot.active span,
.team-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border-color: #ef5252;
}

/* - Team Style 2 */
.team-style-2 {
	background-color: #f1f1f1;
}
.team-style-2 .team-details {
	background-color: #dedede;
	padding: 4px;
}
.team-style-2 .team-box:hover .team-details {
	background-color: transparent;
	padding: 17px;
}
.team-style-2 .team-details .team-content { 
	background-color: #121212;
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 22px 10px;
	position: relative;
	z-index: 2;
}
.team-style-2 .team-box:hover .team-content {
	background-color: #fff;
}
.team-style-2 .team-content > h3 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 7px;
}
.team-style-2 .team-content > p {
	color: #fff;
	letter-spacing: 1.4px;
	text-transform: capitalize;
}
.team-style-2 .team-content > ul {
	padding-left: 0;
	margin-bottom: 0;
}
.team-style-2 .team-content > ul > li {
	display: inline-block;
	margin: 0 6px;
}
.team-style-2 .team-content > ul > li > a {
	color: #fff;
	padding-bottom: 5px;
	position: relative;
}
.team-style-2 .team-box:hover .team-content > h3,
.team-style-2 .team-box:hover .team-content > p,
.team-style-2 .team-box:hover .team-content > ul > li > a {
	color: #222222;
}
.team-style-2 .team-content > ul > li > a::before {
	background-color: #ef5252;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
}
.team-style-2 .team-box:hover .team-content > ul > li > a:hover {
	color: #ef5252;
}
.team-style-2 .team-content > ul > li > a:hover::before {
	width: 100%;
}

/* - Team Style 3 */
.team-style-3 .team-box .team-img {
	position: relative;
	display: inline-block;
	width: 100%;
}
.team-style-3 .team-box .team-img::before {
	background-color: rgba(4,1,1,0.75);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	z-index: 1;
}
.team-style-3 .team-box .team-img::before,
.team-style-3 .team-content {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-style-3 .team-box:hover .team-img::before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);	
}
.team-style-3 .team-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%) scale(0);
	-webkit-transform: translate(0%, -50%) scale(0);
	-moz-transform: translate(0%, -50%) scale(0);
	-ms-transform: translate(0%, -50%) scale(0);
	text-align: center;
	z-index: 3;
}
.team-style-3 .team-box:hover .team-content {
	transform: translate(0%, -50%) scale(1);
	-webkit-transform: translate(0%, -50%) scale(1);
	-moz-transform: translate(0%, -50%) scale(1);
	-ms-transform: translate(0%, -50%) scale(1);
}
.team-style-3 .team-content > h3 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 7px;
}
.team-style-3 .team-content > p {
	color: #fff;
	letter-spacing: 1.4px;
	text-transform: capitalize;
}
.team-style-3 .team-content > ul {
	padding-left: 0;
	margin-bottom: 0;
}
.team-style-3 .team-content > ul > li {
	display: inline-block;
	margin: 0 6px;
}
.team-style-3 .team-content > ul > li > a {
	color: #fff;
	padding-bottom: 5px;
	position: relative;
}
.team-style-3 .team-content > ul > li > a::before {
	background-color: #ef5252;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
}
.team-style-3 .team-box:hover .team-content > ul > li > a:hover {
	color: #ef5252;
}
.team-style-3 .team-content > ul > li > a:hover::before {
	width: 100%;
}

/* - Services Section */
.services-section {
	padding-bottom: 110px;
	padding-top: 110px;
}
.srv-box {
	display: inline-block;
	padding-left: 90px;
	position: relative;
	width: 100%;
}
.srv-box > i {
	background-color: #333333;
	border-radius: 100%;
	color: #fff;
	font-size: 30px;
	height: 63px;
	line-height: 2.05;
	position: absolute;
	left: 0;
	text-align: center;
	top: 0;
	width: 63px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.srv-box:hover > i {
	background-color: #ef5252;
}
.srv-box > h3 {
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.85px;
	line-height: 1.45;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.srv-box:hover > h3 {
	color: #ef5252;
}
.srv-box > p {
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 1.85;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0;
}

/* - Services Style 2 */
.services-style-2 {
	position: relative;
	padding-bottom: 120px;
}
.services-style-2 .srv-img {
    bottom: 0;
    left: 7.5%;
    position: absolute;
    width: 22%;
}
.srv-right {
	float: right;
}
.srv-right .section-header {
	text-align: left;
}
.services-style-2 .srv-box {
	background-color: #f1f1f1;
	padding: 30px 30px 30px 120px;
}
.services-style-2 .srv-box > i {
	left: 30px;
	top: 30px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-style-2 .srv-box:hover i { 
	background-color: #ef5252;
}

/* - Services Section 3 */
.services-section3 {
	padding-top: 110px;
	padding-bottom: 100px;
	direction: ltr;
}
.services-section3 .srv-box {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-left: 150px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.services-section3 .srv-box::after {
	border: 2px dashed #222;
	content: "";
	display: inline-block;
	width: 2px;
	bottom: 15px;
	position: absolute;
	left: -1.5px;
	top: 75px;
}
.services-section3 .row > [class*="col-xs-"]:last-child .srv-box::after {
	display: none;
}
.services-section3 .srv-box span,
.services-section3 .srv-box span i,
.services-section3 .srv-box h3 {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section3 .srv-box:hover h3 {
	color: #ef5252;
}
.services-section3 .srv-box span {
	background-color: #f1f1f1;
	border-radius: 50%;
	display: inline-block;
	width: 63px;
	height: 63px;
	position: absolute;
	left: -31.5px;
	text-align: center;
	top: 0;
}
.services-section3 .srv-box:hover span {
	background-color: #ef5252;
}
.services-section3 .srv-box span > i {
	color: #222222;
	font-size: 30px;
	position: relative;
	line-height: 2.05;
}
.services-section3 .srv-box:hover span > i {
	color: #fff;
}
.services-section3 .srv-box > span::before {
	content: "\f061";
	font-family: 'FontAwesome';
	position: absolute;
	right: -100px;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	top: 54%;
}
.services-section3 .srv-box > span::after {
	border: 2px dashed #222;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	width: 70px;
	left: 100%;
	margin-left: 12px;
	top: 55%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

/* - About Section */
.about-section {
	padding-top: 110px;
	padding-bottom: 120px;
	position: relative;
}
.about-section .section-header {
	text-align: left;
}
.skill-block > p {
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 1.85;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0;
}
.skill-block .skill-progress-box {
	margin-top: 28px;
	position: relative;
}
.skill-block h3 {
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 8px;
	letter-spacing: 1.4px;
	position: relative;
}
.skill-block .skill-progress-box span {
	font-weight: bold;
	color: #222222;
	letter-spacing: 1.05px;
	margin-left: -52px;
	padding-right: 17px;
	position: absolute;
	left: 0;
	top: 3px;
	-webkit-transition: all ease 5s;
	-moz-transition: all ease 5s;
	-o-transition: all ease 5s;
	-ms-transition: all ease 5s;
	transition: all ease 5s;
}
.skill-block .skill-progress-box span::after {
	content: "%";
	padding-left: 3px;
}
.skill-block .skill-progress-box span::before {
	background-color: #ef5252;
	content: "";
	display: inline-block;
	height: 4px;
	width: 17px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.skill-block .progress {
	background-color: #f0f0f0;
	height: 5px;
	margin-bottom: 0px;
	border-radius: 0;
	box-shadow: none;
}
.skill-block .progress-bar {
	background-color: #222222;
	box-shadow: none;
	-webkit-transition: all ease 5s;
	-moz-transition: all ease 5s;
	-o-transition: all ease 5s;
	-ms-transition: all ease 5s;
	transition: all ease 5s;
}
.skill-block > a {
	background-color: #ef5252;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 15px 35px 14px;
	margin-top: 40px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.skill-block > a:hover {
	background-color: #333333;
}
.abt-img {
	border: 2px solid #f0f0f0;
	position: absolute;
	width: 38.6%;
	padding: 5px 10px 0;
	right: 7%;
	bottom: 20px;
	text-align: center;
}

/* - Counter Section */
.counter-section {
	padding-bottom: 85px;
	padding-top: 85px;
	position: relative;
}
.counter-style-1 {
	background-image: url("../images/counter-bg-1.jpg");
	background-size: cover;
}
.counter-style-1::before {
	background-color: rgba(39,39,39,0.75);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.counter-section .row > div > [class*="col-md-"] {
	text-align: center;
}
.counter-style-1 .counter-box {
	color: #fff;
	display: inline-block;
	max-width: 100%;
	padding-left: 80px;
	position: relative;
	border-right: none;
	text-align: left;
}
.counter-style-1 .counter-box > i {
	color: #ef5252;
	font-size: 55px;
	position: absolute;
	left: 0;
	top: 5px;
}
.counter-box > span {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
}
.counter-box > h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: 1.4px;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1;
	text-transform: uppercase;
}

/* - Counter Style 2 */
.counter-style-2 {
	background-color: #272727;
}
.counter-style-2 .counter-box {
	color: #fff;
	display: inline-block;
	max-width: 100%;
}
.counter-style-2 .counter-box,
.counter-style-2 .counter-box .counter-content {
	overflow: hidden;
}
.counter-style-2 .counter-box .counter-content {
	max-width: 10000px;
	text-align: left;
}
.counter-style-2 .counter-box > span,
.counter-style-2 .counter-box .counter-content {
	display: table-cell;
}
.counter-style-2 .counter-box > span {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	padding-right: 15px;
	vertical-align: bottom;
}
.counter-style-2 .counter-box .counter-content > i {
	color: #ef5252;
	font-size: 55px;
}
.counter-box .counter-content > h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: 1.4px;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1;
	text-transform: uppercase;
}

/* - Counter Style 3 */
.counter-style-3 {
	background-image: url("../images/counter-bg-2.jpg");
	background-size: cover;
}
.counter-style-3::before {
	background-color: rgba(39,39,39,0.75);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/* - Call To ACtion Section */
.call-to-action-block {
	display: inline-block;
	width: 100%;
	padding-bottom: 65px;
	padding-top: 65px;
}
.call-to-action-block > h3 {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.5;
}
.call-to-action-block > a {
	font-family: 'Montserrat', sans-serif;
	float: right;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: inline-block;
}
.call-to-action-block > a,
.call-to-action-block > a.buy-now::before,
.call-to-action-block > a.buy-now::after {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.call-to-action-block > a.buy-now {
	border: 3px solid #222222;
	color: #ef5252;
	font-size: 15px;
	font-weight: bold;
	padding: 11px 34px;
	position: relative;
}
.call-to-action-block > a.buy-now::before,
.call-to-action-block > a.buy-now::after {
	content: "";
	position: absolute;
}
.call-to-action-block > a.buy-now::before {
	border-left: 5px solid #ef5252;
	border-right: 5px solid #ef5252;
	left: -4px;
	right: -4px;
	height: 10px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.call-to-action-block > a.buy-now::after {
	border-top: 5px solid #ef5252;
	border-bottom: 5px solid #ef5252;
	left: 0;
	right: 0;
	bottom: -4px;
	top: -4px;
	width: 10px;
	margin: 0 auto;
}
.call-to-action-block > a.buy-now:hover::before {
	height: 50%;
}
.call-to-action-block > a.buy-now:hover::after {
	width: 50%;
}
.call-to-action-block > a.learn-more {
	background-color: #ef5252;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 14px 34px;
}
.call-to-action-block > a.learn-more:hover {
	background-color: #222222;
}
.call-to-action-bg {
	background-color: #f1f1f1;
}

/* - Price Section */
.price-section {
	background-color: #f1f1f1;
	padding-top: 110px;
	padding-bottom: 120px;
}
.price-box {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.price-box > a,
.price-box > a::before,
.price-box > a::after,
.price-box .price-content {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.price-box .price-content {
	border: 1px solid #ffffff;
	display: inline-block;
	padding: 40px 15px 50px;
	width: 100%;
}
.price-box:hover .price-content {
	background-color: #ffffff;
}
.price-box .price-content > i {
	font-size: 40px;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 23px;
}
.price-box .price-content > h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.price-box .price-content > h3 {
	color: #ef5252;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
}
.price-box .price-content > h3 > sup {
	font-size: 25px;
}
.price-box .price-content > ul {
	padding-left: 0;
}
.price-box .price-content > ul > li {
	color: #333333;
	display: inline-block;
	width: 100%;
	letter-spacing: 1.4px;
	line-height: 2.1;
	text-transform: capitalize;
}
.price-box > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	max-width: 100%;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: inline-block;
	border: 3px solid #222222;
	color: #ef5252;
	padding: 11px 34px;
	position: relative;
	margin-top: 30px;
}
.price-box > a::before,
.price-box > a::after {
	content: "";
	position: absolute;
}
.price-box > a::before {
	border-left: 5px solid #ef5252;
	border-right: 5px solid #ef5252;
	left: -4px;
	right: -4px;
	height: 10px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.price-box > a::after {
	border-top: 5px solid #ef5252;
	border-bottom: 5px solid #ef5252;
	left: 0;
	right: 0;
	bottom: -4px;
	top: -4px;
	width: 10px;
	margin: 0 auto;
}
.price-box > a:hover::before {
	height: 0%;
}
.price-box > a:hover::after {
	width: 0%;
}
.price-box > a:hover {
	background-color: #ef5252;
	border-color: transparent;
	color: #fff;
}

/* - Portfolio Section */
.portfolio-section {
	padding-top: 110px;
	padding-bottom: 105px;
}
.portfolio-category {
	text-align: center;
}
.portfolio-category ul {
	display: inline-block;
	max-width: 100%;
	border-top: 2px solid #e5e5e5;
	margin-bottom: 12px;
	padding-left: 0;
}
.portfolio-category ul li {
	display: inline-block;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 8px;
}
.portfolio-category ul li:first-child {
	margin-left: 0;
}
.portfolio-category ul li:last-child {
	margin-right: 0;
}
.portfolio-category ul li a {
	color: #333333;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1.4px;
	padding: 11px 0;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1.4px;
}
.portfolio-category ul li a::before {
	background-color: #ef5252;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: -3.5px;
	height: 5px;
	width: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.portfolio-category ul li a:hover::before,
.portfolio-category ul li a.active::before {
	opacity: 1;
	width: 100%;
}
.portfolio-box {
	margin-bottom: 15px;
	margin-top: 15px;
}
.portfolio-content {
	display: inline-block;
	max-width: 100%;
	position: relative;
}
.portfolio-content::before,
.portfolio-content .portfolio-detail::after,
.portfolio-content .portfolio-detail::before,
.portfolio-content .portfolio-detail > i::after,
.portfolio-content .portfolio-detail > i::before,
.portfolio-content .portfolio-detail > a  {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.portfolio-content::before {
	background-color: rgba(16,15,15,0.95);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transition-delay: 0.5s;
}
.portfolio-content:hover::before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transition-delay: 0s;
}
.portfolio-content .portfolio-detail,
.portfolio-content .portfolio-detail i {
	display: inline-block;
	width: 100%;
}
.portfolio-content .portfolio-detail::after,
.portfolio-content .portfolio-detail::before,
.portfolio-content .portfolio-detail > i::after,
.portfolio-content .portfolio-detail > i::before  {
	content: "";
	position: absolute;
}
.portfolio-content .portfolio-detail::after {
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	top: 80px;
	bottom: 80px;
	left: 125px;
	right: 125px;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transition-delay: 0.4s;
}
.portfolio-content .portfolio-detail::before {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	left: 80px;
	right: 80px;
	bottom: 125px;
	top: 125px;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transition-delay: 0.4s;
}
.portfolio-content:hover .portfolio-detail::after {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transition-delay: 0.3s;
}
.portfolio-content:hover .portfolio-detail::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transition-delay: 0.3s;
}
.portfolio-content .portfolio-detail > i::after,
.portfolio-content .portfolio-detail > i::before  {
	z-index: 1;
	transition-delay: 0.3s;
}
.portfolio-content .portfolio-detail > i::after {
	border-left: 5px solid #ef5252;
	border-right: 5px solid #ef5252;
	top: 50%;
	left: 123.5px;
	right: 123.5px;
	transform: translate(0%, -50%) scaleY(0);
	-webkit-transform: translate(0%, -50%) scaleY(0);
	-moz-transform: translate(0%, -50%) scaleY(0);
	-ms-transform: translate(0%, -50%) scaleY(0);
	height: 74px;
}
.portfolio-content .portfolio-detail > i::before {
	border-top: 5px solid #ef5252;
	border-bottom: 5px solid #ef5252;
	left: 0;
	right: 0;
	bottom: 123.5px;
	top: 123.5px;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	width: 74px;
	margin: 0 auto;
}
.portfolio-content:hover .portfolio-detail > i::after {
	transform: translate(0%, -50%) scaleY(1);
	-webkit-transform: translate(0%, -50%) scaleY(1);
	-moz-transform: translate(0%, -50%) scaleY(1);
	-ms-transform: translate(0%, -50%) scaleY(1);
	transition-delay: 0.4s;
}
.portfolio-content:hover .portfolio-detail > i::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transition-delay: 0.4s;
}
.portfolio-content .portfolio-detail > a {
	background-color: #ef5252;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%) rotate(0deg) scale(0);
	-webkit-transform: translate(0%, -50%) rotate(0deg) scale(0);
	-moz-transform: translate(0%, -50%) rotate(0deg) scale(0);
	-ms-transform: translate(0%, -50%) rotate(0deg) scale(0);
	width: 70px;
	height: 70px;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
	line-height: 2.4;
	transition-delay: 0s;
}
.portfolio-content:hover .portfolio-detail > a {
	transform: translate(0%, -50%) rotate(720deg) scale(1);
	-webkit-transform: translate(0%, -50%) rotate(720deg) scale(1);
	-moz-transform: translate(0%, -50%) rotate(720deg) scale(1);
	-ms-transform: translate(0%, -50%) rotate(720deg) scale(1);
	transition-delay: 0.5s;
}

/* - Portfolio 3 Col */
.portfolio-3-col .portfolio-content .portfolio-detail::after {
	top: 37px;
	bottom: 37px;
	left: 70px;
	right: 70px;
}
.portfolio-3-col .portfolio-content .portfolio-detail::before {
	left: 37px;
	right: 37px;
	bottom: 70px;
	top: 70px;
}
.portfolio-3-col .portfolio-content .portfolio-detail > i::after {
	left: 68.5px;
	right: 68.5px;
	height: 55px;
}
.portfolio-3-col .portfolio-content .portfolio-detail > i::before {
	bottom: 68.5px;
	top: 68.5px;
	width: 55px;
}

/* - Portfolio Masonry */
.portfolio-masonry {
	padding-bottom: 120px;
}
.portfolio-masonry .portfolio-category ul {
	margin-bottom: 27px;
}
.portfolio-masonry .portfolio-box {
	margin-top: 0;
	margin-bottom: 0;
}
.portfolio-masonry .portfolio-box,
.portfolio-masonry .grid-sizer {
	width: 25%;
}
.portfolio-masonry .portfolio-box.width2 {
	width: 50%;
}
.portfolio-masonry .portfolio-content .portfolio-detail::after {
	top: 40px;
	bottom: 40px;
	left: 80px;
	right: 80px;
}
.portfolio-masonry .portfolio-content .portfolio-detail::before {
	left: 40px;
	right: 40px;
	bottom: 80px;
	top: 80px;
}
.portfolio-masonry .portfolio-content .portfolio-detail > i::after {
	left: 78.5px;
	right: 78.5px;
	height: 74px;
}
.portfolio-masonry .portfolio-content .portfolio-detail > i::before {
	bottom: 78.5px;
	top: 78.5px;
	width: 74px;
}

/* - Portfolio 4 col */
.portfolio-4-col {
	padding-bottom: 120px;
}
.portfolio-4-col .portfolio-category ul {
	margin-bottom: 27px;
}
.portfolio-4-col .portfolio-box {
	margin-bottom: 0;
	margin-top: 0;
}
.portfolio-4-col .portfolio-content .portfolio-detail::after {
	top: 40px;
	bottom: 40px;
	left: 80px;
	right: 80px;
}
.portfolio-4-col .portfolio-content .portfolio-detail::before {
	left: 40px;
	right: 40px;
	bottom: 80px;
	top: 80px;
}
.portfolio-4-col .portfolio-content .portfolio-detail > i::after {
	left: 78.5px;
	right: 78.5px;
	height: 74px;
}
.portfolio-4-col .portfolio-content .portfolio-detail > i::before {
	bottom: 78.5px;
	top: 78.5px;
	width: 74px;
}

/* - Portfolio Single */
.portfolio-single {
	padding-top: 120px;
	padding-bottom: 120px;
}
.portfolio-single .portfolio-detail {
	padding-left: 40px;
	padding-right: 0;
}
.portfolio-single .portfolio-detail .section-header {
	text-align: left;
}
.portfolio-single .portfolio-detail > p {
	color: #333333;
	line-height: 26px;
	letter-spacing: 1.4px;
	margin-bottom: 20px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.portfolio-single .portfolio-detail > a,
.portfolio-single .portfolio-detail > ul > li > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.portfolio-single .portfolio-detail > a {
	background-color: #ef5252;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding: 14px 28px;
	margin-top: 23px;
	text-transform: uppercase;
	text-decoration: none;
}
.portfolio-single .portfolio-detail > a:hover {
	background-color: #222;
}
.portfolio-single .portfolio-detail > ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 0;
}
.portfolio-single .portfolio-detail > ul > li {
	display: inline-block;
}
.portfolio-single .portfolio-detail > ul > li + li {
	margin-left: 15px;
}
.portfolio-single .portfolio-detail > ul > li > a {
	color: #222222;
	font-size: 20px;
	border: 1px solid #dedede;
	display: inline-block;
	line-height: 1.9;
	width: 40px;
	height: 40px;
	text-align: center;
}
.portfolio-single .portfolio-detail > ul > li > a:hover {
	background-color: #ef5252;
	border-color: transparent;
	color: #fff;
}

/* - Blog */
.blog-post {
	padding-bottom: 120px;
	padding-top: 120px;
}
.type-post {
	display: inline-block;
	width: 100%;
}
.type-post .entry-cover {
	position: relative;
	display: inline-block;
	width: 100%;
}
.type-post .entry-cover a {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.type-post .entry-cover a::after,
.type-post .entry-cover a::before  {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.type-post .entry-cover a::after {
	border-left: 5px solid #ef5252;
	border-right: 5px solid #ef5252;
	top: 50%;
	transform: translate(0%, -50%) scaleY(0);
	-webkit-transform: translate(0%, -50%) scaleY(0);
	-moz-transform: translate(0%, -50%) scaleY(0);
	-ms-transform: translate(0%, -50%) scaleY(0);
	height: 74px;
}
.type-post .entry-cover a::before {
	border-top: 5px solid #ef5252;
	border-bottom: 5px solid #ef5252;
	bottom: 0;
	top: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	width: 74px;
	margin: 0 auto;
}
.type-post:hover .entry-cover a::after {
	transform: translate(0%, -50%) scaleY(1);
	-webkit-transform: translate(0%, -50%) scaleY(1);
	-moz-transform: translate(0%, -50%) scaleY(1);
	-ms-transform: translate(0%, -50%) scaleY(1);
}
.type-post:hover .entry-cover a::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
.type-post .entry-content {
	margin-top: 24px;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 33px;
}
.type-post .entry-content,
.type-post .entry-content .post-meta {
	display: inline-block;
	width: 100%;
}
.type-post .entry-content .post-meta > span {
	color: #888888;
	font-size: 13px;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.65px;
}
.type-post .entry-content .post-meta > span > a {
	color: #888888;
	text-decoration: none;
}
.type-post .entry-content .post-meta > span > a:hover {
	color: #ef5252;
}
.type-post .entry-content .post-meta > span::before {
	content: "/ ";
}
.type-post .entry-content .post-meta > span:first-child::before {
	display: none;
}
.type-post .entry-content .entry-title {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.8px;
	line-height: 1.7;
	text-transform: uppercase;
}
.type-post .entry-content .entry-title > a {
	color: #222222;
	text-decoration: none;
	display: inline-block;
	max-width: 100%;
}
.type-post .entry-content .entry-title > a:hover {
	color: #ef5252;
}
.type-post .entry-content > p {
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 1.85;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.type-post .read-more {
	float: left;
	-webkit-transition: margin-top 1s ease 0s;
	-moz-transition: margin-top 1s ease 0s;
	-o-transition: margin-top 1s ease 0s;
	transition: margin-top 1s ease 0s;
	margin-top: -80px;
	width: 100%;
	visibility: hidden;
	text-align: center;
}
.type-post .read-more  > a {
	border: 3px solid #222222;
	color: #ef5252;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	padding: 7px 26px;
	position: relative;
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	margin-top: 30px;
	opacity: 0;
}
.type-post:hover .read-more {
	margin-top: 0;
	visibility: visible;
}
.type-post:hover .read-more a {
	animation: 1s;
	animation-name: slideInDown;
	opacity: 1;
}
.type-post .read-more  > a::before,
.type-post .read-more  > a::after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.type-post .read-more  > a::before {
	border-left: 5px solid #ef5252;
	border-right: 5px solid #ef5252;
	left: -4px;
	right: -4px;
	height: 10px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.type-post .read-more  > a::after {
	border-top: 5px solid #ef5252;
	border-bottom: 5px solid #ef5252;
	left: 0;
	right: 0;
	bottom: -4px;
	top: -4px;
	width: 10px;
	margin: 0 auto;
}
.type-post .read-more  > a:hover::before {
	height: 50%;
}
.type-post .read-more  > a:hover::after {
	width: 50%;
}

/* - Blog Single */
.blog-single {
	padding-top: 120px;
	padding-bottom: 120px;
}
article.type-post .entry-content p {
	margin-bottom: 17px;
}
article.type-post .entry-content blockquote {
	background-color: #333333;
	border-left: none;
	color: #fff;
	padding: 30px 21px;
	margin: 45px 0;
}
article.type-post .entry-content blockquote p {
	margin-bottom: 0;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 1.7px;
	position: relative;	
	padding-left: 50px;
	line-height: 1.7;
}
article.type-post .entry-content blockquote p::before {
	content: "\f10d";
    font-family: FontAwesome;
	font-style: normal;
	position: absolute;
	left: 0;
	top: -13px;
	font-size: 30px;
}
article.type-post .tags {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
article.type-post .tags .tagcloude {
	background-color: #f8f8f8;
	color: #333333;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 1.8;
	max-width: 100%;
	padding: 20px 27px;
}
article.type-post .tags .tagcloude span {
	text-transform: uppercase;
}
article.type-post .tags .tagcloude a {
	color: #333333;
	text-decoration: none;
	text-transform: capitalize;
}
article.type-post .tags .tagcloude a::after {
	content: ",";
}
article.type-post .tags .tagcloude a:last-child::after {
	content: "";
}
article.type-post .tags .tagcloude a:hover {
	color: #ef5252;
}

/* - Comment Area */
.comments-area {
	display: inline-block;
	width: 100%;
}
.comments-title {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.8px;
	line-height: 1.7;
	margin-bottom: 32px;
	margin-top: 64px;
	text-transform: uppercase;
}
.comments-title > span {
	display: inline-block;
	max-width: 100%;
	padding-bottom: 5px;
	position: relative;
}
.comments-title > span::after,
.comments-title > span::before {
	background-color: #e5e5e5;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
}
.comments-title > span::after {
	background-color: #ef5252;
	height: 5px;
	bottom: -2px;
	width: 27px;
	margin: 0 auto;
}
.comment-block {
	display: inline-block;
	width: 100%;
}
.comment-list {
    list-style: none;
    margin-bottom: 0;
	padding: 0;
	overflow: hidden;
}
.comment-list .comment {
	position: relative;
}
.comment-list > .comment {
	border: 1px solid #e5e5e5;
	padding: 30px 20px 0;
	margin-bottom: 30px;
	overflow: hidden;
}
.comment-list > .comment:last-child {
	margin-bottom: 0;
}
.comment-body {
	margin-bottom: 30px;
	padding-left: 90px;
	position: relative;
}
.comment-author { 
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.comment-author .avatar {	
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.comment-author .fn {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.6;
	letter-spacing: 1.4px;
}
.comment-metadata {
    display: inline-block;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	color: #888888;
	line-height: 1.7;
	margin-bottom: 10px;
	letter-spacing: 1.3px;
}
.comment-metadata > span {
	display: inline-block;
}
.comment-metadata > span::before {
	content: "/ ";
}
.comment-metadata > span:first-child::before {
	content: "";
}
.comment-metadata a {
	color: #888888;
	text-decoration: none;
}
.comments-area .comment p {
    color: #333333;
    letter-spacing: 1.4px;
    line-height: 1.7;
}
.comment-list .reply a {
	color: #ef5252;
	font-size: 13.69px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
.comment-list .reply a:hover {
	color: #333;
}
.comment-list .children {
	list-style: none;
	padding-left: 40px;
}
.comment-list .children > li {
    padding-left: 0.5em;
}

/* - Comment Reply Form */
.comment-respond {
	display: inline-block;
	width: 100%;
	padding: 0;
}
.comment-reply-title {	
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.8px;
	line-height: 1.7;
	margin-bottom: 32px;
	margin-top: 50px;
	text-transform: uppercase;
}
.comment-reply-title > span {
	display: inline-block;
	max-width: 100%;
	padding-bottom: 5px;
	position: relative;
}
.comment-reply-title > span::after,
.comment-reply-title > span::before {
	background-color: #e5e5e5;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
}
.comment-reply-title > span::after {
	background-color: #ef5252;
	height: 5px;
	bottom: -2px;
	width: 27px;
	margin: 0 auto;
}
.comment-form {
	margin-left: -15px;
	margin-right: -15px;
}
.comments-area .comment-form > p {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	width: 100%;
}
.comments-area .comment-form > p:last-of-type {
	margin-bottom: 0;
}
.comments-area .comment-form > p.comment-form-author,
.comments-area .comment-form > p.comment-form-email {
    float: left;
    width: 50%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	height: 38px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #888888;
    font-size: 14px;
	letter-spacing: 1.4px;
    min-height: 38px;
    outline: none;
    padding: 10px 20px;
    width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.comment-form textarea {
	padding-bottom: 15px;
	padding-top: 15px;
}
.form-submit {
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
}
.comment-form .form-submit button {
	background-color: transparent;
	border: 3px solid #222222;
	color: #ef5252;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	padding: 7px 40px;
	position: relative;
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.comment-form .form-submit button::before,
.comment-form .form-submit button::after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.comment-form .form-submit button::before {
	border-left: 5px solid #ef5252;
	border-right: 5px solid #ef5252;
	left: -4px;
	right: -4px;
	height: 10px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.comment-form .form-submit button::after {
	border-top: 5px solid #ef5252;
	border-bottom: 5px solid #ef5252;
	left: 0;
	right: 0;
	bottom: -4px;
	top: -4px;
	width: 10px;
	margin: 0 auto;
}
.comment-form .form-submit button:hover::before {
	height: 50%;
}
.comment-form .form-submit button:hover::after {
	width: 50%;
}
.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
	color: #888888;
}
.comment-form input:-moz-placeholder,
.comment-form textarea:-moz-placeholder { 
	color: #888888;
}
.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
	color: #888888;
}
.comment-form input:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {  
	color: #888888;
}

/* - Widget Area */
.widget-area {
	background-color: #f8f8f8;
	margin-top: 30px;
	padding: 30px;
}
.widget {
	margin-bottom: 25px;
}
.widget-title {
	display: inline-block;
	width: 100%;
	margin-top: -5px;
	margin-bottom: 20px;
}
.widget-title > h3 {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.8px;
	line-height: 1.8;
	max-width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 6px;
	position: relative;
	text-transform: uppercase;
}
.widget-title > h3::before {
	background-color: #e5e5e5;
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.widget-title > h3::after {
	background-color: #ef5252;
	content: "";
	height: 5px;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 28px;
}

/* - Widget : Search */
.widget_search .form-control {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #e5e5e5;
	font-style: italic;
	padding-left: 0;
	padding-right: 0;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.widget_search .form-control::-webkit-input-placeholder {
	color: #333333;
}
.widget_search .form-control:-moz-placeholder { 
	color: #333333;
}
.widget_search .form-control::-moz-placeholder {
	color: #333333;
}
.widget_search .form-control:-ms-input-placeholder {  
	color: #333333;
}

/* - Widget : Category */
.widget_category > ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widget_category > ul > li {
	display: inline-block;
	width: 100%;
}
.widget_category > ul > li > a {
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 1.8;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_category > ul > li > a:hover {
	color: #ef5252;
}
.widget_category > ul > li > a::before {
	color: #888888;
	content: "\e876";
	font-family: "Linearicons-Free";
	vertical-align: middle;
	margin-right: 10px;
}

/* - Widget : Recent Comment */
.widget_recent_comments > ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widget_recent_comments > ul > li {
	display: inline-block;
	width: 100%;
	padding-left: 28px;
	position: relative;
	margin-bottom: 12px;
}
.widget_recent_comments > ul > li:last-child {
	margin-bottom: 0;
}
.widget_recent_comments > ul > li::before {
	content: "\e8a7";
	font-family: "Linearicons-Free";
	position: absolute;
	left: 0;
	top: 4px;
}
.widget_recent_comments > ul > li > a {
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 1.8;
	text-decoration: none;
}

/* - Widget : Post Meta */
.widget_post_meta > ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widget_post_meta > ul > li {
	display: inline-block;
	width: 100%;
}
.widget_post_meta > ul > li > a {
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 1.8;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_post_meta > ul > li > a:hover {
	color: #ef5252;
}
.widget_post_meta > ul > li > a::before {
	color: #888888;
	content: "\e814";
	font-family: "Linearicons-Free";
	vertical-align: middle;
	margin-right: 10px;
}

/* - Widget : Follow Us */
.widget_follow ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widget_follow ul > li {
	display: inline-block;
	margin-right: 6px;
}
.widget_follow ul > li > a {
	background-color: #333333;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 2;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_follow ul > li > a:hover {
	background-color: #0078d7;
}

/* - Contact Section */
.contact-content {
	padding-top: 110px;
	padding-bottom: 120px;
}
.contact-content .section-header {
	text-align: left;
}
.contact-form  .form-group {
	margin-bottom: 40px;
}
.contact-form  .form-group:last-of-type {
	margin-bottom: 0;
}
.contact-form  .form-group .form-control {
	background-color: #f1f1f1;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	height: 45px;
	padding: 14px 22px;
	letter-spacing: 0.7px;
}
.contact-form  .form-group textarea.form-control {
	height: 165px;
}
.contact-form  .form-group .form-control::-webkit-input-placeholder {
	color: #333333;
}
.contact-form  .form-group .form-control:-moz-placeholder {
	color: #333333;
}
.contact-form  .form-group .form-control::-moz-placeholder {
	color: #333333;
}
.contact-form  .form-group .form-control:-ms-input-placeholder {
	color: #333333;
}
.contact-form button {
	background-color: transparent;
	border: 3px solid #f1f1f1;
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.6px;
	padding: 7px 40px;
	position: relative;
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-form button::before,
.contact-form button::after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact-form button::before {
	border-left: 5px solid #ef5252;
	border-right: 5px solid #ef5252;
	left: -4px;
	right: -4px;
	height: 10px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.contact-form button::after {
	border-top: 5px solid #ef5252;
	border-bottom: 5px solid #ef5252;
	left: 0;
	right: 0;
	bottom: -4px;
	top: -4px;
	width: 10px;
	margin: 0 auto;
}
.contact-form button:hover::before {
	height: 50%;
}
.contact-form button:hover::after {
	width: 50%;
}

/* - Contact Detail */
.contact-detail > p {
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 1.8;
	margin-bottom: 26px;
}
.contact-detail .detail-box {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 35px;
	margin: 13px 0;
}
.contact-detail .detail-box > i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
}
.contact-detail .detail-box > p {
	color: #222222;
	letter-spacing: 1.4px;
	line-height: 1.6;
	margin-bottom: 0;
}
.contact-detail .detail-box > p > a {
	color: #222222;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-detail .detail-box > p > a:hover {
	color: #ef5252;
}
.contact-detail > ul {
	padding-left: 0;
	margin-top: 34px;
}
.contact-detail > ul > li {
	display: inline-block;
	margin-bottom: 10px;
}
.contact-detail > ul > li + li {
	margin-left: 15px;
}
.contact-detail > ul > li > a {
	border: 1px solid #dedede;
	display: inline-block;
	color: #222222;
	font-size: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 2;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-detail > ul > li > a:hover {
	background-color: #ef5252;
	border-color: transparent;
	color: #fff;
}

/* + Alert Msg */
.alert-msg {
	color: #ccc;
	margin: 10px 15px;
	display: inline-block;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}

/* - Map Section */
.map-section .map-canvas {
	height: 460px;
}

/* - Client Section */
.client-section {
	padding-top: 110px;
	padding-bottom: 120px;
}
.client-section .client-block {
	border: 1px solid #fff;
	display: inline-block;
	width: 100%;
}
.client-section .client-block > div > a {
	border-left: 1px solid #fff;
	float: left;
	width: 100%;
	text-align: center;
	height: 157px;
	line-height: 157px;
}
.client-section .client-block > div > a > img {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.client-section .client-block > div > a:hover > img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);	
}
.client-section.client-section2 .client-block {
	border: 1px solid #f1f1f1;
}
.client-section2 .client-block > div > a {
	border-left: 1px solid #f1f1f1;
}

/* - Process Section */
.process-section {
	padding-top: 110px;
	padding-bottom: 120px;
	direction: ltr;
}
.process-block {
	display: inline-block;
	width: 100%;
	position: relative;
}
.process-cnt {
	display: inline-block;
	text-align: center;
	max-width: 100%
}
.process-box .process-cnt > i,
.process-box .process-cnt > h4 {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.process-box .process-cnt > i {
	color: #ef5252;
	font-size: 60px;
	display: block;
	margin: 0 20px;
	height: 60px;
}
.process-box .process-cnt > h4 {
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	margin-top: 24px;
	margin-bottom: 0;
}
.process-box:hover .process-cnt > i {
	color: #222;
}
.process-box:hover .process-cnt > h4 {
	color: #ef5252;
}
.process-box span {
	position: absolute;
	width: 50%;
	right: 10px;
	height: 60px;
}
.process-box > span::before {
	border-top: 2px dashed #222222;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.process-box > span::after {
	border-top: 9px solid transparent; 
	border-left: 9px solid #222222; 
	border-bottom: 9px solid transparent;
	content: "";
	width: 9px;
	height: 18px;
	position: absolute;
	bottom: 2px;
	right: -12px;
}

/* - Process Section 2 */
.process-section2 {
	background-image: url("../images/process-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.process-section2::before {
	background-color: rgba(2,2,2,0.9);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.process-section2 .section-header h3,
.process-section2 .section-header p,
.process-section2 .process-box .process-cnt > i,
.process-section2 .process-box .process-cnt > h4 {
	color: #fff;
}
.process-section2 .process-box:hover .process-cnt > i,
.process-section2 .process-box:hover .process-cnt > h4 {
	color: #ef5252;
}
.process-section2 .process-box > span::before { 
	border-top-color: #fff;
}
.process-section2 .process-box > span::after {
	border-left-color: #fff;
}

/* - Testimonial Section */
.testimonial-section {
	background-image: url("../images/testimonial-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 115px;
	position: relative;
}
.testimonial-section::before {
	background-color: rgba(2,2,2,0.88);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.testimonial-section .section-header h3,
.testimonial-section .section-header p {
	color: #fff;
}
.testimonial-section .item {
	text-align: center;
}
.testimonial-section .item > i { 
	background-color: #fff;
	border-radius: 50%;
	color: #222222;
	display: inline-block;
	font-size: 30px;
	width: 68px;
	height: 68px;
	line-height: 2.3;
	margin-bottom: 45px;
}
.testimonial-section .item > p {
	color: #fff;
	line-height: 1.8;
	letter-spacing: 1.4px;
}
.testimonial-section .item > img {
	display: inline-block;
	margin-top: 35px;
}
.testimonial-section .carousel-indicators {
	position: relative;
	margin-left: 0;
	margin-top: 46px;
	margin-bottom: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.testimonial-section .carousel-indicators > li {
	background-color: transparent;
	border: 3px solid #fff;
	border-radius: 0;
	width: 12px;
	height: 12px;
	margin: 0 4px;
}
.testimonial-section .carousel-indicators > li:hover,
.testimonial-section .carousel-indicators > li.active {
	background-color: #fff;
	border-color: #ef5252;
}

/* - Testimonial Section 2 */
.testimonial-section2 {
	background-image: none;
}
.testimonial-section2 .item > img {
	border-radius: 50%;
}

/* - Testimonial Section 3 */
.testimonial-section3 {
	background-color: #040404;
	background-image: none;
	position: relative;
}
.testimonial-section3::before {
	display: none;
}
.testimonial-section3 .section-header,
.testimonial-section3 .item {
	text-align: left;
}
.testimonial-section3 .item > i  {
	color: #fff;
	background-color: transparent;
	margin-bottom: 0;
}
.testimonial-section3 .item > p  {
	padding-left: 30px;
}
.testimonial-section3 .item > img {
	border-radius: 50%;
}
.testimonial-section3 .carousel-indicators {
	text-align: left;
}
.testimonial-section3 .testimonial-img {
	background-color: #fff;
	width: 38.95%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}
.testimonial-section3 .testimonial-img > img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* - History Section */
.history-section {
	padding-top: 110px;
	padding-bottom: 120px;
	direction: ltr;
}
.history-content {
	position: relative;
	padding-top: 90px;
	padding-bottom: 47px;
}
.history-content::before {
	background-color: #ef5252;
	content: "";
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 29px;
	width: 2px;
}
.history-content::after {
	color: #ef5252;
	content: "\f06d";
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}
.history-box {
	padding-left: 57px;
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
.history-content > [class*="col-xs-"]:first-child > [class*="col-md-"] .history-box {
	margin-top: 0;
}
.history-box > span,
.history-box > span::before,
.history-box > span::after {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.history-box > span {
	background-color: #222222;
	padding: 11px 18px;
	font-size: 17px;
	letter-spacing: 0.85px;
	color: #fff;
	margin-left: 12px;
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.history-box:hover > span {
	background-color: #ef5252;
}
.history-box > span::before {
	content: "";
	position: absolute;
	left: -12px;
	width: 12px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	border-top: 12px solid transparent; 
	border-right: 12px solid #222222; 
	border-bottom: 12px solid transparent;
}
.history-box:hover > span::before {
	border-right-color: #ef5252;
}
.history-box > span::after {
	background-color: #ef5252;
	border: 3px solid #fff;
	border-radius: 50%;
	content: "";
	display: inline-block;
	position: absolute;
	left: -77.5px;
	width: 18px;
	height: 18px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
}
.history-box:hover > span::after {
	background-color: #fff;
	border-color: #ef5252;
}
.history-box > h3 {
	color: #ef5252;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.85px;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.5;
}
.history-box > p {
	color: #333333;
	line-height: 1.8;
	letter-spacing: 1.4px;
}
.history-section .view-more {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.history-section .view-more > a {
	background-color: #ef5252;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	padding: 11px 20px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.history-section .view-more > a:hover {
	background-color: #222;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* - min-width: 1200 */
@media (min-width: 1200px) {
	/* - Widget : Flickr */
	.top-footer .widget_flickr {
		padding-left: 34px;
	}
	/* - Widget : Contact */
	.top-footer .widget_contact {
		padding-left: 20px;
	}
	
	/* - Services Style 2 */
	.services-style-2 .row {
		margin-left: -25px;
		margin-right: -25px;
	}
	.services-style-2 .row > [class*="col-xs-"] {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	/* - About Section */
	.about-content {
		padding-right: 60px;
	}
	.skill-block {
		padding-right: 50px;
	}
	
	/* - Call To ACtion Section */
	.call-to-action-block > a.buy-now {
		margin-right: 20px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* + Header */
	.header_s .ownavigation .search {
		float: right;
		margin-left: 25px;
	}
	.header_s .navbar-fixed-top .ownavigation .search {
		padding: 29px 0;
	}
	/* - Menu Block */
	.menu-block .ownavigation {
		text-align: right;
	}
	.menu-block .ownavigation .navbar-brand {
		margin: 38px 0 42px;
	}
	.navbar-fixed-top.menu-block .ownavigation .navbar-brand {
		margin: 25px 0 29px;
	}
	.menu-block .ownavigation,
	.menu-block .ownavigation .navbar-collapse {
		position: relative;
	}
	.menu-block .ownavigation .navbar-nav,
	.menu-block .ownavigation .navbar-nav > li {
		float: none;
		display: inline-block;
	}
	.menu-block .ownavigation .navbar-nav > li { 
		margin: 0 16px;
	}
	.menu-block .ownavigation .navbar-nav > li > a {
		margin-top: 43px;
		margin-bottom: 43px;
		padding: 5px;
		line-height: 14px;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}
	.navbar-fixed-top.menu-block .ownavigation .navbar-nav > li > a {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.menu-block .ownavigation .navbar-nav > .active > a, 
	.menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.menu-block .ownavigation .navbar-nav li:hover > a, 
	.menu-block .ownavigation .navbar-nav li a:hover {
		color: #ef5252;
	}
	.menu-block .ownavigation .navbar-nav > .active > a, 
	.menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.menu-block .ownavigation .navbar-nav > li:hover > a, 
	.menu-block .ownavigation .navbar-nav > li > a:hover {
		border-left: 1px solid #ef5252;
		border-right: 1px solid #ef5252;
	}
	.menu-block .ownavigation ul li > .dropdown-menu {
		background-color: #fff;
		z-index: 1;
	}
	.menu-block .ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #222222;
		padding: 10px 19px;
		border-top: 1px solid #eeeeee;
		text-transform: capitalize;
		position: relative;
	}
	.menu-block .ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		background-color: #f5f5f5;
		color: #ef5252;
	}
	
	/* Header 2 */
	.header_s2 .menu-block {
		position: absolute;
		background-color: transparent;
		border-bottom: 1px solid #a99771;
		z-index: 1;
	}
	.header_s2 .menu-block .ownavigation .navbar-brand {
		color: #fff;
	}
	.header_s2 .menu-block .ownavigation .navbar-brand span {
		color: #222222;
	}
	.header_s2 .menu-block .ownavigation .navbar-nav > li > a {
		color: #fff;
	}
	.header_s2 .menu-block .ownavigation .navbar-nav > .active > a, 
	.header_s2 .menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.header_s2 .menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.header_s2 .menu-block .ownavigation .navbar-nav li:hover > a, 
	.header_s2 .menu-block .ownavigation .navbar-nav li a:hover {
		color: #ef5252;
	}
	.header_s2 .menu-block.navbar-fixed-top {
		background-color: #fff;
		position: fixed;
		border-bottom: none;
		z-index: 16;
	}
	.header_s2 .menu-block.navbar-fixed-top .ownavigation .navbar-brand {
		color: #222222;
	}
	.header_s2 .menu-block.navbar-fixed-top .ownavigation .navbar-brand span {
		color: #ef5252;
	}
	.header_s2 .menu-block.navbar-fixed-top .ownavigation .navbar-nav > li > a {
		color: #222222;
	}
	.header_s2 .menu-block.navbar-fixed-top .ownavigation .navbar-nav > .active > a, 
	.header_s2 .menu-block.navbar-fixed-top .ownavigation .navbar-nav > .active > a:focus, 
	.header_s2 .menu-block.navbar-fixed-top .ownavigation .navbar-nav > .active > a:hover, 
	.header_s2 .menu-block.navbar-fixed-top .ownavigation .navbar-nav li:hover > a, 
	.header_s2 .menu-block.navbar-fixed-top .ownavigation .navbar-nav li a:hover {
		color: #ef5252;
	}
	
	/* - Top Footer */
	.top-footer .row > [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
	/* - Bottom Footer */
	.btm-ftr-left {
		text-align: left;
	}
	.btm-ftr-right {
		text-align: right;
	}
	
	/* - Services Section */
	.services-style-1 .row > [class*="col-md-"]:nth-child(n+4) {
		margin-top: 43px;
	}
	.services-style-1 .row > [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
	.services-style-2 .row > [class*="col-xs-"]:nth-child(n+3) {
		margin-top: 50px;
	}
	
	/* - Counter Section */
	.counter-section .row > div > [class*="col-md-"]:nth-child(4n+1) {
		clear: both;
		text-align: left;
	}
	.counter-section .row > div > [class*="col-md-"]:nth-child(4n) {
		text-align: right;
	}
	.counter-section .row > div > [class*="col-md-"]:nth-child(n+5) {
		margin-top: 30px;
	}
	
	/* - Price Section */
	.price-section .row > [class*="col-md-"]:nth-child(4n+1) { 
		clear: both;
	}
	.price-section .row > [class*="col-md-"]:nth-child(n+5) { 
		margin-top: 30px;
	}
	
	/* - Blog */
	.blog-post .row > [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
	.blog-post .row > [class*="col-md-"]:nth-child(n+4) {
		margin-top: 60px;
	}
	.content-area {
		padding-right: 30px;
	}
	.widget-area { 
		padding-bottom: 100px;
	}
	
	/* - Client Section */
	.client-section .client-block > div:nth-child(4n+1) > a {
		border-left: none;
	}
	.client-section .client-block > div:nth-child(n+5) > a {
		border-top: 1px solid #fff;
	}
	.client-section2 .client-block > div:nth-child(n+5) > a {
		border-top: 1px solid #f1f1f1;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	/* - Footer Section */
	.bottom-footer .logo-block {
		float: left;
	}
	.bottom-footer .ftr-social {
		float: right;
	}
	
	/* - Services Style 2 */
	.services-style-2 .row > [class*="col-xs-"]:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Services Section 3 */
	.services-section3 .row > [class*="col-xs-"]:nth-child(even) > [class*="col-xs-"] {
		float: right;
	}
	.services-section3 .row > [class*="col-xs-"]:nth-child(odd) > [class*="col-xs-"] .srv-box {
		padding-right: 150px;
		padding-left: 0;
		text-align: right;
	}
	.services-section3 .row > [class*="col-xs-"]:nth-child(odd) > [class*="col-xs-"] .srv-box > span {
		left: auto;
		right: -31.5px;
	}
	.services-section3 .row > [class*="col-xs-"]:nth-child(odd) > [class*="col-xs-"] .srv-box > span::after {
		right: 100%;
		left: auto;
		margin-left: 0;
		margin-right: 12px;
	}
	.services-section3 .row > [class*="col-xs-"]:nth-child(odd) > [class*="col-xs-"] .srv-box > span::before {
		content: "\f060";
		right: auto;
		left: -100px;
	}
	.services-section3 .row > [class*="col-xs-"]:nth-child(odd) > [class*="col-xs-"]  .srv-box::after {
		left: auto;
		right: -1.5px;
	}
	
	/* - History Section */
	.history-box {
		margin-top: -100px;
	}
	.history-content > [class*="col-xs-"]:nth-child(even) > [class*="col-md-"] {
		float: right;
	}
	.history-content > [class*="col-xs-"]:nth-child(odd) > [class*="col-md-"] .history-box {
		text-align: right;
		padding-left: 0;
		padding-right: 57px;
	}
	.history-content > [class*="col-xs-"]:nth-child(odd) > [class*="col-md-"] .history-box > span {
		margin-left: 0;
		margin-right: 12px;
	}
	.history-content > [class*="col-xs-"]:nth-child(odd) > [class*="col-md-"] .history-box > span::before {
		border-left: 12px solid #222222; 
		border-right: none;
		right: -12px;
		left: auto;
	}
	.history-content > [class*="col-xs-"]:nth-child(odd) > [class*="col-md-"] .history-box:hover > span::before {
		border-left-color: #ef5252;
	}
	.history-content > [class*="col-xs-"]:nth-child(odd) > [class*="col-md-"] .history-box > span::after {
		left: auto;
		right: -78.5px;
	}
}

/* - min-width: 569 */
@media (min-width: 569px) {
	/* - Process Section */
	.process-section .row [class*="col-md-"]:nth-child(4n+1) {
		clear: both;
	}
	.process-section .row [class*="col-md-"]:nth-child(n+5) {
		float: right;
		margin-top: 120px;
	}
	.process-section .row .process-box:nth-child(5n) > span::before,
	.process-section .row .process-box:nth-child(5n-1) > span::before {
		width: 78px;
		left: auto;
		right: 30px;
	}
	.process-section .row .process-box:nth-child(5n) > span::before {
		height: 225px;
		border: 2px dashed #222222;
		border-top: none;
		border-left: none;
		right: 30px;
	}
	.process-section .row .process-box:nth-child(5n-1) > span::after {
		display: none;
	}
	.process-section .row .process-box:nth-child(n+6) > span::after {
		border-top: 9px solid transparent; 
		border-right: 9px solid #333; 
		border-left: none;
		border-bottom: 9px solid transparent;
		right: auto;
		left: -12px;
	}
	.process-section .row .process-box:nth-child(5n) > span::after {
		right: 110px;
		border-top: 9px solid transparent; 
		border-right: 9px solid #333; 
		border-left: none;
		border-bottom: 9px solid transparent;
	}
	
	/* - Process Section 2 */
	.process-section2 .row .process-box:nth-child(5n) > span::before {
		border-color: #fff;
	}
	.process-section2 .row .process-box:nth-child(n+6) > span::after,
	.process-section2 .row .process-box:nth-child(5n) > span::after {
		border-right-color: #fff;
	}
}

/* - max-width: 1600 */
@media (max-width: 1600px) {
	/* - Services Style 2 */
	.services-style-2 .srv-img {
		left: 5%;
	}
}

/* - max-width: 1366 */
@media (max-width: 1366px) {
	/* - Services Style 2 */
	.services-style-2 .srv-img {
		left: 35px;
	}
}

/* - max-width: 1200 */
@media (max-width: 1200px) {
	/* - Services Style 2 */
	.services-style-2 .srv-img {
		left: 15px;
	}
	
	/* - Call To ACtion Section */
	.call-to-action-block {
		text-align: center;
	}
	.call-to-action-block > h3 {
		width: 100%;
		margin-bottom: 0px;
	}
	.call-to-action-block > a {
		float: none;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	/* - Portfolio Masonry */
	.portfolio-masonry .portfolio-content .portfolio-detail::after,
	.portfolio-4-col .portfolio-content .portfolio-detail::after {
		top: 20px;
		bottom: 20px;
		left: 40px;
		right: 40px;
	}
	.portfolio-masonry .portfolio-content .portfolio-detail::before,
	.portfolio-4-col .portfolio-content .portfolio-detail::before {
		left: 20px;
		right: 20px;
		bottom: 40px;
		top: 40px;
	}
	.portfolio-masonry .portfolio-content .portfolio-detail > i::after,
	.portfolio-4-col .portfolio-content .portfolio-detail > i::after {
		left: 38.5px;
		right: 38.5px;
		height: 54px;
	}
	.portfolio-masonry .portfolio-content .portfolio-detail > i::before,
	.portfolio-4-col .portfolio-content .portfolio-detail > i::before {
		bottom: 38.5px;
		top: 38.5px;
		width: 54px;
	}
	
	/* - Blog Single */
	.comment-list .children { 
		padding-left: 10px;
	}
}	

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* + Header */
	.menu-block .ownavigation .navbar-nav > li { 
		margin: 0 10px;
	}
	
	/* - About Section */
	.abt-img {
		right: 2.5%;
	}
	
	/* - Price Section */
	.price-box .price-content > h4 {
		font-size: 17px;
	}
	
	/* - Process Section */
	.process-box span {
		width: 45%;
	}
	
	/* - Testimonial Section 3 */
	.testimonial-section3 .testimonial-img {
		width: 30%;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* + Header */
	.header_s .ownavigation .search {
		padding: 22px 0;
		right: 93px;
	}
	.header_s .ownavigation .search {
		position: absolute;
		top: 0px;
	}
	.top-header .top-left {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.top-header .top-right > span {
		margin-bottom: 0;
		margin-top: 0;
	}
	.top-header .top-right > div > ul > li > a {
		margin-bottom: 0;
	}
	.menu-block  #loginpanel {
		top: -3px;
		right: 100px;
		z-index: 1;
	}
	.menu-block #slideit, 
	.menu-block #closeit {
		color: #222222;
		top: 20px;
	}
	.menu-block #slideit:hover, 
	.menu-block #closeit:hover {
		color: #ef5252;
	}
	.menu-block .ownavigation {
		padding-left: 0;
		padding-right: 0;
	}
	.menu-block .ownavigation .navbar-header .navbar-brand { 
		line-height: 50px;
		margin: 10px 0;
	}
	.menu-block .ownavigation .navbar-toggle {
		background-color: #222222;
		margin: 21px 0;
	}
	.menu-block .ownavigation .navbar-toggle:hover {
		background-color: #ef5252;
	}
	.menu-block .ownavigation .ddl-switch {
		background-color: #222222;
	}
	.menu-block.navbar-fixed-top {
		background-color: #fff;
		position: fixed;
		top: 0;
	}
	.menu-block .ownavigation .navbar-nav > .active > a, 
	.menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.menu-block .ownavigation .navbar-nav li:hover > a, 
	.menu-block .ownavigation .navbar-nav li a:hover, 
	.menu-block .ownavigation .navbar-nav li a:focus,
	.menu-block .ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #ef5252;
	}
	
	/* - Top Footer */
	.top-footer {
		padding-bottom: 70px;
		padding-top: 70px;
	}
	.top-footer .row > [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	/* - Bottom Footer */
	.btm-ftr-left > a {
		margin-bottom: 0;
	}
	
	.services-section,
	.process-section,
	.portfolio-section,
	.blog-post,
	.client-section,
	.about-section,
	.team-section,
	.testimonial-section,
	.history-section,
	.price-section,
	.contact-content {
		padding-bottom: 70px;
		padding-top: 60px;
	}
	.services-section3,
	.portfolio-single,
	.blog-single {
		padding-bottom: 70px;
		padding-top: 70px;
	}
	
	/* - Team Style 2 */
	.team-style-2 .team-content > h3 {
		font-size: 15px;
	}
	
	/* - Services Section */
	.services-style-1 .row > [class*="col-xs-"]:nth-child(n+3) {
		margin-top: 43px;
	}
	.services-style-1 .row > [class*="col-xs-"]:nth-child(2n+1) {
		clear: both;
	}
	/* - Services Style 2 */
	.services-style-2 .srv-img {
		display: none;
	}
	.services-style-2 .row > [class*="col-xs-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	.services-style-2 .row > [class*="col-xs-"]:nth-child(2n+1) {
		clear: both;
	}
	
	/* - About Section */
	.abt-img {
		display: none;
	}
	
	/* - Counter Section */
	.counter-section .row > div > [class*="col-xs-"]:nth-child(2n+1) {
		clear: both;		
	}
	.counter-section .row > div > [class*="col-xs-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Price Section */
	.price-section .row > [class*="col-xs-"]:nth-child(2n+1) { 
		clear: both;
	}
	.price-section .row > [class*="col-xs-"]:nth-child(n+3) { 
		margin-top: 30px;
	}
	
	/* - Portfolio Section */
	.portfolio-content .portfolio-detail::after {
		top: 50px;
		bottom: 50px;
		left: 90px;
		right: 90px;
	}
	.portfolio-content .portfolio-detail::before {
		left: 50px;
		right: 50px;
		bottom: 90px;
		top: 90px;
	}
	.portfolio-content .portfolio-detail > i::after {
		left: 88.5px;
		right: 88.5px;
		height: 60px;
	}
	.portfolio-content .portfolio-detail > i::before {
		bottom: 88.5px;
		top: 88.5px;
		width: 60px;
	}
	.portfolio-content .portfolio-detail > a {
		width: 60px;
		height: 60px;
		font-size: 26px;
	}
	
	/* - Blog */
	.blog-post .row > [class*="col-xs-"]:nth-child(2n+1) {
		clear: both;
	}
	.blog-post .row > [class*="col-xs-"]:nth-child(n+3) {
		margin-top: 60px;
	}
	
	/* - Client Section */
	.client-section .client-block > div:nth-child(2n+1) > a {
		border-left: none;
	}
	.client-section .client-block > div:nth-child(n+3) > a {
		border-top: 1px solid #fff;
	}
	.client-section2 .client-block > div:nth-child(n+3) > a {
		border-top: 1px solid #f1f1f1;
	}
	
	/* - Process Section */
	.process-box span {
		width: 30%;
	}
	.process-section .row .process-box:nth-child(5n) > span::before,
	.process-section .row .process-box:nth-child(5n-1) > span::before {
		right: 0;
		width: 60px;
	}
	.process-section .row .process-box:nth-child(5n) > span::after {
		right: 65px;
	}
	
	/* - Testimonial Section 3 */
	.testimonial-section3 .testimonial-img {
		display: none;
	}
}

/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Portfolio 3 Col */
	.portfolio-3-col .portfolio-content .portfolio-detail::after {
		top: 20px;
		bottom: 20px;
		left: 50px;
		right: 50px;
	}
	.portfolio-3-col .portfolio-content .portfolio-detail::before {
		left: 20px;
		right: 20px;
		bottom: 50px;
		top: 50px;
	}
	.portfolio-3-col .portfolio-content .portfolio-detail > i::after {
		left: 48.5px;
		right: 48.5px;
		height: 35px;
	}
	.portfolio-3-col .portfolio-content .portfolio-detail > i::before {
		bottom: 48.5px;
		top: 48.5px;
		width: 35px;
	}
	
	/* - Process Section */
	.process-box span {
		width: 30%;
	}
	.process-section .row .process-box:nth-child(5n) > span::before,
	.process-section .row .process-box:nth-child(5n-1) > span::before {
		right: 0;
		width: 60px;
	}
	.process-section .row .process-box:nth-child(5n) > span::after {
		right: 65px;
	}
	.process-section .row .process-box:nth-child(n+6) > span::after {
		left: 0;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Section Header */
	.section-header h3 {
		line-height: 36px;
		font-size: 26px;
	}
	/* - Page Header */
	.page-banner h3 {
		font-size: 30px;
		letter-spacing: 4.5px;
		line-height: 42px;
	}
	
	.rev_slider > ul li.slider-shape .slotholder::before {
        width: 100%;
    }
	
	/* - Services Section */
	.services-section3 .srv-box::after {
		left: 31.5px;
	}
	.services-section3 .srv-box span {
		left: 0;
	}
	.services-section3 .srv-box > span::after {
		width: 40px;
	}
	.services-section3 .srv-box > span::before {
		right: -70px;
	}
	
	/* - Portfolio Section */
	.portfolio-content .portfolio-detail::after {
		top: 30px;
		bottom: 30px;
		left: 60px;
		right: 60px;
	}
	.portfolio-content .portfolio-detail::before {
		left: 30px;
		right: 30px;
		bottom: 60px;
		top: 60px;
	}
	.portfolio-content .portfolio-detail > i::after {
		left: 58.5px;
		right: 58.5px;
		height: 40px;
	}
	.portfolio-content .portfolio-detail > i::before {
		bottom: 58.5px;
		top: 58.5px;
		width: 40px;
	}
	
	/* - Portfolio Masonry */
	.portfolio-masonry .portfolio-box,
	.portfolio-masonry .grid-sizer {
		width: 50%;
	}
	.portfolio-masonry .portfolio-box.width2 {
		width: 100%;
	}
	.portfolio-single .portfolio-detail > ul > li + li {
		margin-left: 10px;
	} 
	
	/* - Blog Single */
	.comment-list .children { 
		padding-left: 0;
	}
	
	/* - Process Section */
	.process-box .process-cnt > h4 {
		font-size: 13px;
	}
	.process-box > span::before {
		right: -20px;
	}
	.process-box > span::after {
		right: -34px;
	}
	.process-section .row .process-box:nth-child(5n) > span::before, 
	.process-section .row .process-box:nth-child(5n-1) > span::before  {
		width: 40px;
	}
	.process-section .row .process-box:nth-child(5n) > span::after {
		right: 34px;
	}
	.process-section .row .process-box:nth-child(n+6) > span::after {
		left: 0;
	}
	
	/* - History Section */
	.history-content::before { 
		left: 29px;
		right: auto;
	}
	.history-content::after { 
		left: 21px;
		right: auto;
	}
	.history-box > span::after {
		left: -63px;
	}
	.history-section .view-more {
		text-align: left;
	}
	
	/* - Contact Section  */
	.contact-content .container > .row [class*="col-xs-"] {
		width: 100%;
	}
	.contact-detail {
		margin-top: 50px;
	}
}

/* - max-width: 639 */
@media (max-width: 639px) {
	/* - Top Footer */
	.top-footer {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.top-footer .row > [class*="col-xs-"] {
		width: 100%;
	}
	
	/* - Services Section */
	.services-style-1 .row > [class*="col-xs-"],
	.services-style-2 .row > [class*="col-xs-"] {
		width: 100%;
	}
	.services-style-1 .row > [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 43px;
	}
	.services-style-2 .row > [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Portfolio Section */
	.portfolio-category ul li {
		margin-left: 10px;
		margin-right: 10px;
	}
	/* - Portfolio 3 Col */
	.portfolio-3-col .portfolio-content .portfolio-detail::after {
		top: 20px;
		bottom: 20px;
		left: 50px;
		right: 50px;
	}
	.portfolio-3-col .portfolio-content .portfolio-detail::before {
		left: 20px;
		right: 20px;
		bottom: 50px;
		top: 50px;
	}
	.portfolio-3-col .portfolio-content .portfolio-detail > i::after {
		left: 48.5px;
		right: 48.5px;
		height: 35px;
	}
	.portfolio-3-col .portfolio-content .portfolio-detail > i::before {
		bottom: 48.5px;
		top: 48.5px;
		width: 35px;
	}
	.portfolio-3-col .portfolio-content .portfolio-detail > a {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}
	
	/* - Portfolio Single */
	.portfolio-single .container > [class*="col-xs-"] {
		width: 100%;
	}
	.portfolio-single .portfolio-detail {
		margin-top: 50px;
		padding-left: 0;
	}
	
	/* - Blog Single */
	.comments-area .comment-form > p.comment-form-author,
	.comments-area .comment-form > p.comment-form-email {
		width: 100%;
	}
	
	/* - Process Section */
	.process-section .row [class*="col-md-"]:nth-child(n+5) {
		margin-top: 70px;
	}
	.process-box span  {
		height: 42px;
		right: 0;
	}
	.process-box > span::before,
	.process-box > span::after {
		right: 0;
	}
	.process-box .process-cnt > i {
		font-size: 40px;
		height: 48px;
		margin: 0;
	}
	.process-box .process-cnt > h4 {
		font-size: 11px;
		margin-top: 13px;
	}
	.process-section .row .process-box:nth-child(5n) > span::before {
		height: 146px;
	}
}

/* - max-width: 568 */
@media (max-width: 568px) {
	/* - Team Section */
	.team-box {
		max-width: 350px;
		display: block;
		margin: 0 auto;
	}
	
	/* - Portfolio Section */
	.portfolio-2-col .portfolio-box {
		width: 100%;
	}
	
	/* - Process Section */
	.process-section .row [class*="col-md-"]:nth-child(n+2) {
		margin-top: 100px;
	}
	.process-box  {
		width: 100%;
		text-align: center;
	}
	.process-box .process-cnt > i {
		font-size: 60px;
		height: 48px;
	}
	.process-box .process-cnt > h4 {
		margin-top: 30px;
	}
	.process-box > span {
		height: 50px;
		margin: 0 auto;
		left: 15px;
		bottom: -70px;
		width: auto;
		right: 15px;
	}
	.process-box > span::before {
		bottom: 0;
		border-left: 2px dashed #222222;
		margin: 0 auto;
		width: 2px;
		top: 0;
	}	
	.process-box > span::after  {
		bottom: -12px;
		margin: 0 auto;
		left: 0;
		border-left: 9px solid transparent; 
		border-right: 9px solid transparent; 
		border-top: 18px solid #222;
		border-bottom: none;
	}
	.process-section .row .process-box:nth-child(5n) > span::before {
		height: 50px;
	}
	.process-section .row .process-box:nth-child(5n) > span::before, 
	.process-section .row .process-box:nth-child(5n-1) > span::before  {
		width: 2px;
	}
	.process-section .row .process-box:nth-child(5n) > span::after {
		right: 0;
	}
	.process-section .row .process-box:last-child > span { 
		display: none;
	}
	
	/* - Process Section 2 */
	.process-section2 .process-box > span::before {
		border-left-color: #fff;
	}
	.process-section2 .process-box > span::after  { 
		border-left: 9px solid transparent; 
		border-right: 9px solid transparent; 
		border-top-color: #fff;
		border-bottom: none;
	}
}

/* - max-width: 479 */
@media (max-width: 479px) {
	/* + Header */
	.top-header .top-left,
	.top-header .top-right {
		width: 100%;
		text-align: center;
	}
	.top-header .top-left {
		padding-bottom: 7.5px;
	}
	.top-header .top-right {
		padding-top: 7.5px;
	}
	.top-header .top-left span + span {
		margin-left: 10px;
	}
	
	/* - Pagination */
	.ow-pagination ul li:first-child > a {
		padding: 1px 13px;
	}
	.ow-pagination ul li a {
		padding: 0 5px;
	}
	.ow-pagination .pagination > li:nth-child(2) > a {
		padding-left: 11px;
	}
	.ow-pagination .pagination > li:nth-last-child(2) > a {
		padding-right: 11px;
	}
	
	.rev_slider > ul li.slider-shape .slotholder::before {
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform-origin: 0% 0% 0;
        -webkit-transform-origin: 0% 0% 0;
        -moz-transform-origin: 0% 0% 0;
        -ms-transform-origin: 0% 0% 0;
    }
	
	/* - Counter Section */
	.counter-section .row > div > [class*="col-xs-"] {
		width: 100%;
	}
	.counter-section .row > div > [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Price Section */
	.price-section .row > [class*="col-xs-"] { 
		width: 100%;
	}
	.price-section .row > [class*="col-xs-"]:nth-child(n+2) { 
		margin-top: 30px;
	}
	.price-section .price-box { 
		max-width: 370px;
		display: block;
		margin: 0 auto;
	}
	
	/* - Portfolio Section */
	.portfolio-3-col .portfolio-box {
		width: 100%;
		text-align: center;
	}
	/* - Portfolio Masonry */
	.portfolio-4-col .portfolio-box,
	.portfolio-masonry .portfolio-box,
	.portfolio-masonry .grid-sizer {
		width: 100%;
	}
	.portfolio-masonry .portfolio-content .portfolio-detail > a,
	.portfolio-4-col .portfolio-content .portfolio-detail > a {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}
	
	/* - Blog */
	.blog-post .row > [class*="col-xs-"] {
		width: 100%;
	}
	.blog-post .row > [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 60px;
	}
	.blog-post .type-post {
		max-width: 370px;
		display: block;
		margin: 0 auto;
	}
	
	/* - Client Section */
	.client-section .client-block > div {
		width: 100%;
	}
	.client-section .client-block > div > a {
		border-left: none;
	}
	.client-section .client-block > div:nth-child(n+2) > a {
		border-top: 1px solid #fff;
	}
	.client-section2 .client-block > div:nth-child(n+2) > a {
		border-top: 1px solid #f1f1f1;
	}
}