/* ========================================================================== */
/* ========================================================================== */
							/* [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 {
	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;
}
.top-header .top-right ul li a:hover { 
	color: #ef5252;
}

/* - Menu Block */
.menu-block.navbar-fixed-top .desktop-hide,
.menu-block.navbar-fixed-top .navbar-brand {
	display: none;
}
.menu-block.navbar-fixed-top .navbar_height {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.menu-block {
	background-color: #fff;
	display: inline-block;
	width: 100%;
}
.menu-block .container {
	position: relative;
}
.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;
	padding: 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 */
.widget_about > p {
	color: #d9d9d9;
	letter-spacing: 1.4px;
	line-height: 1.85;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.widget_about ul  {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 10px;
	margin-bottom: 0;
}

.widget_about > ul > li {
	float: left;
	list-style: none;
	margin-right: 6px;
}
.widget_about > ul > li > a {
	background-color: transparent;
	color: #d9d9d9;
	display: inline-block;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 2;
	text-align: center;
}
.widget_about > ul > li > a:hover {
	background-color: #ef5252;
	color: #ffffff;
}

/* - Widget : Instagram */
.widget_instagram  ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widget_instagram  ul  li {
	float: left;
	list-style: none;
	margin-right: 8px;
	margin-bottom: 8px;
}
.widget_instagram ul  li a  img {
	max-width: 74px;
}
.widget_instagram ul  li a {
	display: inline-block;
	position: relative;
}
.widget_instagram 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;
}
.widget_instagram > ul > li > a:hover::before {
	opacity: 1;
}
.widget_instagram,
.widget_instagram  p a,
.widget_instagram  p  {
	color: #fff;
}
.widget_instagram  p a {
	padding-left: 5px;
}
.wpb_widgetised_column .widget_about p,
.widget-area .widget_about p {
	color: #333;
}
.wpb_widgetised_column .widget_about ul li,
.widget-area .widget_about ul li {
	margin-bottom: 6px;
}
.wpb_widgetised_column .widget_about ul li a,
.widget-area .widget_about ul li a {
	background-color: #333;
}
.wpb_widgetised_column .widget_about ul li a:hover,
.widget-area .widget_about ul li a:hover {
	background-color: #0078d7;
}
.wpb_widgetised_column .widget_instagram ul li a img,
.widget-area .widget_instagram ul li a img {
	max-width: 60px;
}

.wpb_widgetised_column .widget_contact p a,
.widget-area .widget_contact p a,
.wpb_widgetised_column .widget_contact p,
.widget-area .widget_contact p {
	color: #333;
}

/* - Widget : Contact */
.widget_contact > p {
	color: #d9d9d9;
	position: relative;
	padding-left: 40px;
	letter-spacing: 1.4px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.widget_contact > p > i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
}
.widget_contact > p > span {
	display: block;
	margin-bottom: 5px;
}
.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;
}
.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.site-logo {
	font-size: 30px;
}
.btm-ftr-left > a.site-logo {
	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: 14px;
	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 */
.single-section-hdr .section-header {
	padding-top: 109px;
}

.contact-detail .section-header {
	text-align: left;
}

.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 > strong {
	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.custombg_overlay::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-block;
}
.page-banner h3 {
	color: #222222;
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 2.5px;
	line-height: 50px;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.page-banner h3 > span {
	color: #222;
	display: block;
	font-size: 22px;
}
.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-2 .team-box img,
.team-style-1 .team-box img{
	transform-style: flat;
	-webkit-transform: flat;
    -webkit-transform-style: flat;
}
.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;
	padding-right: 0;
	margin-bottom: 0;
}
.team-style-1 .team-content > ul > li {
	display: inline-block;
	margin: 0 6px 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;
	padding-right: 0;
	margin-bottom: 0;
}
.team-style-2 .team-content > ul > li {
	display: inline-block;
	margin: 0 6px 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-content  {
	padding: 10px;
}
.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;
	padding-right: 0;
	margin-bottom: 0;
}
.team-style-3 .team-content > ul > li {
	display: inline-block;
	margin: 0 6px 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-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: 20px;
	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: 20px;
	text-transform: uppercase;
}

/* - Counter Style 3 */
.counter-style-3 {
	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-bottom: 50px;
	padding-top: 35px;
}
.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-info-button {
	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);
	text-align: center;
	z-index: 1;
}
.portfolio-content .portfolio-detail .portfolio-info-button > a {
	background-color: #ef5252;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	transition-delay: 0s;
}
.portfolio-content:hover .portfolio-detail .portfolio-info-button {
	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-content .portfolio-detail .portfolio-info-button .single-page {
	margin-right: 10px;
}

/* - 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 .portfolio-detail:not(.content-no-space) {
	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 {
	margin-right: 15px;
	margin-bottom: 15px;
}
.portfolio-single .portfolio-detail > ul li:last-of-type {
	margin-right: 0
}
.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: 48px;
	padding-top: 120px;
}
.blog-post .type-post {
	display: inline-block;
	width: 100%;
}
article[class*="type-"]  {
	margin-bottom: 30px;
}
body.single-post .full-width {
    width: 100%;
	padding-left: 0;
	padding-right: 0;
}
article[class*="type-"] .entry-cover,
.type-post .entry-cover {
	position: relative;
	display: inline-block;
	width: 100%;
}
article[class*="type-"] .entry-cover > a,
.type-post .entry-cover > a {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
article[class*="type-"] .entry-cover  > a::after,
.type-post .entry-cover > a::after,
article[class*="type-"] .entry-cover > a::before,
.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;
}
article[class*="type-"] .entry-cover > a::after,
.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;
}
article[class*="type-"].entry-cover > a::before,
.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;
}
article[class*="type-"]:hover .entry-cover > a::after,
.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);
}
article[class*="type-"]:hover .entry-cover > a::before,
.type-post:hover .entry-cover > a::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
article[class*="type-"].no-post-thumbnail.format-gallery .entry-content,
article[class*="type-"].no-post-thumbnail.format-video .entry-content,
article[class*="type-"].no-post-thumbnail.format-audio .entry-content {
	margin-top: 24px;
}
article[class*="type-"].no-post-thumbnail .entry-content {
	margin-top: 0;
}

article[class*="type-"] .entry-content,
body.single-post article[class*="type-"].defblog .entry-content,
.type-post .entry-content {
	margin-top: 24px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e5e5e5;
}
.single article[class*="type-"] .entry-content {
	margin-top: 0;
}
.single .single-postthumb {
	margin-bottom: 24px;
}
.single article[class*="type-"] .entry-content .post-meta {
	margin-bottom: 20px;
}
article[class*="type-"].entry-content,
.type-post .entry-content,
article[class*="type-"] .entry-content .post-meta,
.type-post .entry-content .post-meta {
	display: inline-block;
	width: 100%;
}
article[class*="type-"] .entry-content .post-meta > span,
.type-post .entry-content .post-meta > span {
	color: #888888;
	font-size: 13px;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.65px;
}
article[class*="type-"] .entry-content .post-meta > span > a,
.type-post .entry-content .post-meta > span > a {
	color: #888888;
	text-decoration: none;
}
article[class*="type-"] .entry-content .post-meta > span > a:hover,
.type-post .entry-content .post-meta > span > a:hover {
	color: #ef5252;
}
article[class*="type-"] .entry-content .post-meta > span::before,
.type-post .entry-content .post-meta > span::before {
	content: "/ ";
}
article[class*="type-"] .entry-content .post-meta > span:first-child::before,
.type-post .entry-content .post-meta > span:first-child::before {
	display: none;
}
article[class*="type-"] .entry-content .entry-title,
.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;
}
article[class*="type-"] .entry-content .entry-title > a,
.type-post .entry-content .entry-title > a {
	color: #222222;
	text-decoration: none;
	display: inline-block;
	max-width: 100%;
}
article[class*="type-"] .entry-content .entry-title > a:hover,
.type-post .entry-content .entry-title > a:hover {
	color: #ef5252;
}

body.single-post article[class*="type-"] .entry-content > p {
	margin-bottom: 25px;
	font-size: 15px;
}

article[class*="type-"] .entry-content > p,
.type-post .entry-content > p {
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 1.85;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
article[class*="type-"] .read-more,
.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: 0px;
	width: 100%;
	visibility: hidden;
	text-align: center;
}
article[class*="type-"] .read-more  > a,
.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;
}
article[class*="type-"]:hover .read-more,
.type-post:hover .read-more {
	margin-top: 0;
	visibility: visible;
}
article[class*="type-"]:hover .read-more a,
.type-post:hover .read-more a {
	animation: 1s;
	animation-name: slideInDown;
	opacity: 1;
}
article[class*="type-"] .read-more  > a::before,
.type-post .read-more  > a::before,
article[class*="type-"] .read-more  > a::after,
.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;
}
article[class*="type-"] .read-more  > a::before,
.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%);
}
article[class*="type-"] .read-more  > a::after,
.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;
}
article[class*="type-"] .read-more  > a:hover::before,
.type-post .read-more  > a:hover::before {
	height: 50%;
}
article[class*="type-"] .read-more  > a:hover::after,
.type-post .read-more  > a:hover::after {
	width: 50%;
}

article[class*="type-"].defblog .read-more a {
	margin-top: 10px;
	margin-bottom: 30px;
}
article[class*="type-"].defblog .read-more,
article[class*="type-"].defblog .read-more a {
	visibility: visible;
	opacity: 1;
	transition: none;
	animation: none;
	text-align: left;
	float: none;
}

/* - Blog Single */
.blog-single {
	padding-top: 120px;
	padding-bottom: 120px;
}
body.single-post .entry-cover {
	margin-bottom: 20px;
}
article .entry-content blockquote a {
	color: #ef5252;
}
blockquote {
	background-color: #333333;
	border-left: none;
	color: #fff;
	padding: 30px 21px;
	margin: 45px 0;
}
blockquote p {
	margin-bottom: 0;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 1.7px;
	position: relative;	
	padding-left: 50px;
	line-height: 1.7;
}
blockquote p::before {
	content: "\f10d";
    font-family: FontAwesome;
	font-style: normal;
	position: absolute;
	left: 0;
	top: -13px;
	font-size: 30px;
}
article[class*="type-"] .posts-tag_cat {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	display: inline-block;
}
article[class*="type-"] .posts-tag_cat-inner {
	background-color: #f8f8f8;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 1.8;
	max-width: 100%;
	padding: 20px 27px;
}
article[class*="type-"] .post-category  span,
article[class*="type-"] .tags .tagcloude span {
	text-transform: uppercase;
	font-weight: 600;
}
article[class*="type-"] .tags {
	margin-bottom: 10px;
}
article[class*="type-"] .post-category  a,
article[class*="type-"] .tags .tagcloude a {
	color: #333333;
	text-decoration: none;
	text-transform: capitalize;
}
article[class*="type-"] .post-category  a:after,
article[class*="type-"] .tags .tagcloude a::after {
	content: ", ";
}
article[class*="type-"] .post-category  a:last-child::after,
article[class*="type-"] .tags .tagcloude a:last-child::after {
	content: "";
}
article[class*="type-"] .post-category a:hover,
article[class*="type-"] .tags .tagcloude a:hover {
	color: #ef5252;
}

.single article[class*="type-"].format-gallery .entry-cover,
.single article[class*="type-"].format-video .entry-cover,
.single article[class*="type-"].format-audio .entry-cover {
	margin-bottom: 24px;
}

/* - Widget Area */
.widget li.custom_search {
	display: none;
}

.wpb_widgetised_column,
.widget-area .widget-background  {
	background-color: #f8f8f8;
	padding: 30px;
}
.widget {
	margin-bottom: 35px;
}
.widget:last-of-type {
	margin-bottom: 0;
}
.widget_categories ul:first-of-type,
.widget_rss ul:first-of-type,
.widget_archive ul:first-of-type,
.widget_recent_entries ul:first-of-type,
.widget_pages ul:first-of-type,
.widget_nav_menu ul:first-of-type {
	padding-left: 0;
}

.widget_categories ul.children,
.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu {
	padding-left: 10px;
}

.widget-title {
	display: inline-block;
	width: 100%;
	margin-top: -5px;
	margin-bottom: 20px;
}
.widget-title > h3 {
	display: inline-block;
	font-size: 17px;
	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: 4px;
	position: absolute;
	bottom: -1px;
	left: 0;
	margin: 0 auto;
	width: 28px;
}

/* - Widget : Search */
.widget_search .form-control {
	background-color: transparent;
	border: none;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	height: auto;
	padding: 10px 12px;
}
.widget_search .input-group {
    background-color: #fff;
    padding-left: 15px;
	border-bottom: 2px solid #e5e5e5;
}
.footer-main .widget_search .input-group,
.footer-main .widget_search .input-group input {
	background-color: transparent;
	color: #fff;
	padding: 0;
}

.widget_search .btn.btn-default {
	background-color: transparent;
	outline: none;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: 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 ul {
	margin-bottom: 0;
}
.widget_rss ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories  ul  li {
	display: inline-block;
	width: 100%;
	line-height: 28px;
}
.widget_rss ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_categories  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_rss ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_categories  ul  li  a:hover {
	color: #ef5252;
}
.widget_rss ul li a::before,
.widget_pages ul li a::before,
.widget_nav_menu ul li a::before,
.widget_archive ul li a::before,
.widget_recent_entries ul li a::before,
.widget_categories  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_recent_comments .comment-author-link  a {
	color: #333;
	text-decoration: none;
}
.widget_recent_comments .comment-author-link  a:hover {
	color: #ef5252;
}

.top-footer .widget_recent_comments .comment-author-link  a {
	color: #fff;
}

/* - Widget : Post Meta */
.widget_meta > ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widget_meta > ul > li {
	display: inline-block;
	width: 100%;
}
.widget_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_meta > ul > li > a:hover {
	color: #ef5252;
}
.widget_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;
	margin-bottom: 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: #ef5252;
}

/* - Widget : Tag Cloud */
.widget_tag_cloud  a {
	background-color: #333333;
    color: #ffffff;
    display: inline-block;
    font-size: 14px !important;
    text-align: center;
    -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	padding: 6px 10px;
	text-decoration: none;
	margin-bottom: 5px;
	margin-right: 5px
}
.widget_tag_cloud  a:hover {
	background-color: #ef5252;
	color: #fff;
}

/* Widget : Calendar */
.widget_calendar tbody a,
.widget_calendar tfoot a {
	color: #ef5252;
	text-decoration: none;
}
.widget_calendar  #today {
	color: #fff;
	background-color: #000;
}
.top-footer .widget_calendar  #today {
	background-color: #fff;
	color: #000;
}
.widget_calendar table  th,
.widget_calendar table  td {
	border-bottom: none;
}

.widget_calendar table  tr th:last-of-type,
.widget_calendar table  tr td:last-of-type {
	border-right: none;
}

/* RSS Widget */
.widget_rss h3 .rsswidget {
	font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.8;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
.widget_rss .rssSummary {
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 1.85;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
 
.widget select option {
	max-width: 190px;
}

/* Footer Widget Setting */
.top-footer .widget ul  li,
.top-footer .widget ul > li::before,
.top-footer .widget ul li a {
	color: #fff;
}
.top-footer .widget ul li a:before {
	color: #fff;
}
.top-footer .widget ul li a:hover {
	color: #ef5252;
}

.top-footer  .widget.widget_follow ul li a:hover,
.top-footer  .widget.widget_about ul li a:hover {
	color: #fff;
}
.top-footer .widget_tag_cloud a,
.top-footer .widget_follow ul > li > a {
	background-color: #ef5252;
}
.top-footer .widget_tag_cloud a:hover,
.top-footer .widget_follow ul > li > a:hover {
	background-color: #ef5252;
}
.top-footer .widget_calendar table th,
.top-footer .widget_calendar table td {
	border-color: #fff;
}
.top-footer .widget_calendar table {
	border: 1px solid #fff;
}
.top-footer .widget_calendar caption,
.top-footer .widget_calendar {
	color: #fff;
}

.top-footer .widget_search .form-control::-webkit-input-placeholder {
	color: #fff;
}
.top-footer .widget_search .form-control:-moz-placeholder { 
	color: #fff;
}
.top-footer .widget_search .form-control::-moz-placeholder {
	color: #fff;
}
.top-footer .widget_search .form-control:-ms-input-placeholder {  
	color: #fff;
}
.top-footer .widget_search .btn.btn-default {
	color: #fff;
}
.top-footer .widget_text p,
.top-footer .widget_rss .rssSummary,
.top-footer .widget_rss h3 .rsswidget {
	color: #fff;
}
.top-footer .widget.woocommerce select,
.top-footer .widget select {
	color: #fff;
}

/* - Contact Section */
.contact-content .section-header {
	text-align: left;
}
.contact-form,
.contact-address {
	padding-top: 120px;
	padding-bottom: 120px;
}
.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;
}

/* - 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 > span,
.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 > span > img,
.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 > span:hover > img,
.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 > span,
.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-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-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: 42px;
}
.testimonial-section .item > h3 { 
	color: #fff;
	line-height: 34px;
	margin-top: 0;
}
.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 > h3,
.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-section .row {
	position: relative;
}

.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 .process-last::after {
	color: #ef5252;
	content: "\f06d";
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	text-align: center;
	-ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* ========================================================================== */
/* ========================================================================== */
							/* [ + 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 */
	/* - Menu Block */
	.menu-block .ownavigation {
		text-align: right;
	}
	
	.menu-block.navbar-fixed-top .navbar-collapse {
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	
	.menu-block .ownavigation .image-logo {
		line-height: 81px;
	}
	.menu-block .image-logo > img {
		display: inline-block;
		max-height: 50px;
		max-width: 212px;
		vertical-align: middle;
	}
	.menu-block .ownavigation .text-logo {
		padding: 44px 0;
		max-width: 260px;
	}
	
	.navbar-fixed-top.menu-block .ownavigation .image-logo {
		line-height: 64px;
	}
	.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: 39px;
		margin-bottom: 39px;
		padding: 10px 0;
		line-height: 14px;
	}
	.navbar-fixed-top.menu-block .ownavigation .navbar-nav > li > a {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.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:after, 
	.menu-block .ownavigation .navbar-nav > .active > a:focus:after, 
	.menu-block .ownavigation .navbar-nav > .active > a:hover:after, 
	.menu-block .ownavigation .navbar-nav > li:hover > a:after, 
	.menu-block .ownavigation .navbar-nav > li > a:hover:after {
		background-color: #ef5252;
		height: 1px;
		width: 100%;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.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;
	}
	
	.menu-block .ownavigation .navbar-nav > li.custom_search {
		margin-right: 0;
	}
	
	.menu-block .ownavigation .navbar-nav > li.custom_search > a:after,
	.menu-block .ownavigation .navbar-nav > li.custom_search > a:hover:after,
	.menu-block .ownavigation .navbar-nav > li.custom_search > a:focus:after {
		background-color: transparent;
		content: "";
	}
	
	.menu-block .ownavigation .navbar-nav > li.custom_search > a {
		font-size: 18px;
		color: #222;
		text-decoration: none;
		display: inline-block;
		vertical-align: middle;
	}
	
	/* Header 2 */
	.header_s2 .menu-block.menu_absolute {
		position: absolute;
	}
	.header_s2 .menu-block.menu_absolute {
		background-color: transparent;
		border-bottom: 1px solid #a99771;
		z-index: 1;
	}
	.header_s2 .menu-block.menu_absolute .ownavigation .navbar-brand {
		color: #fff;
	}
	.header_s2 .menu-block.menu_absolute .ownavigation .navbar-brand span {
		color: #222222;
	}
	.header_s2 .menu-block.menu_absolute .ownavigation .navbar-nav > li > a {
		color: #fff;
	}
	.header_s2 .menu-block.menu_absolute .ownavigation .navbar-nav > .active > a, 
	.header_s2 .menu-block.menu_absolute .ownavigation .navbar-nav > .active > a:focus, 
	.header_s2 .menu-block .menu_absolute.ownavigation .navbar-nav > .active > a:hover, 
	.header_s2 .menu-block.menu_absolute .ownavigation .navbar-nav li:hover > a, 
	.header_s2 .menu-block.menu_absolute .ownavigation .navbar-nav li a:hover {
		color: #ef5252;
	}
	
	.header_s2 .menu-block.menu_absolute .ownavigation .navbar-nav li.custom_search a:focus,
	.header_s2 .menu-block.menu_absolute .ownavigation .navbar-nav li.custom_search a:hover {
		color: #fff;
	}
	.header_s2 .menu-block.menu_absolute.navbar-fixed-top .ownavigation .navbar-nav li.custom_search a:focus,
	.header_s2 .menu-block.menu_absolute.navbar-fixed-top .ownavigation .navbar-nav li.custom_search a:hover,
	.header_s2 .menu-block.menu_absolute.navbar-fixed-top .ownavigation .navbar-nav li.custom_search a {
		color: #222;
	}
	
	.header_s2 .menu-block.menu_absolute.navbar-fixed-top {
		background-color: #fff;
		position: fixed;
		border-bottom: none;
		z-index: 16;
	}
	.header_s2 .menu-block.menu_absolute.navbar-fixed-top .ownavigation .navbar-brand {
		color: #222222;
	}
	.header_s2 .menu-block.menu_absolute.navbar-fixed-top .ownavigation .navbar-brand span {
		color: #ef5252;
	}
	.header_s2 .menu-block.menu_absolute.navbar-fixed-top .ownavigation .navbar-nav > li > a {
		color: #222222;
	}
	.header_s2 .menu-block.menu_absolute.navbar-fixed-top .ownavigation .navbar-nav > .active > a, 
	.header_s2 .menu-block.menu_absolute.navbar-fixed-top .ownavigation .navbar-nav > .active > a:focus, 
	.header_s2 .menu-block.menu_absolute.navbar-fixed-top .ownavigation .navbar-nav > .active > a:hover, 
	.header_s2 .menu-block.menu_absolute.navbar-fixed-top .ownavigation .navbar-nav li:hover > a, 
	.header_s2 .menu-block.menu_absolute.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: 30px;
	}
	
	/* - 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;
	}
	article[class*=" col-"]:nth-child(3n+1) {
		clear: both;
	}
	
	.bottom-footer .image-logo {
		line-height: 50px;
	}
	.bottom-footer .image-logo > img {
		display: inline-block;
		max-height: 50px;
		max-width: 300px;
		vertical-align: middle;
	}
	.search-desktop-hide {
		display: none;
	}
	.container.fixedlayout {
		padding-left: 0;
		padding-right: 0;
	}
}

/* - 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;
	}
	.widget_categories ul.children,
	.widget_categories ul.children,
	.widget_pages ul.children,
	.widget_nav_menu ul.sub-menu {
		padding-left: 5px;
	}
}

/* - min-width: 569 */
@media (min-width: 569px) {

	/* - 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;
	}
	
	/* ### Process section:: Rahul ### */	
	.process-block .item {
		display: inline-block;
		margin-bottom: 120px;
		width: 100%;
		position: relative;
	}
	.process-block .item:last-of-type {
		margin-bottom: 0;
	}
	.process-block .item::before {
		position: absolute;
		content: "";
		height: 236px;
		border: 2px dashed #222222;
		border-top: none;
		border-left: none;
		top: 48px;
	}
	.process-block .item:nth-child(2n)::before{
		left: 0;
		right: auto;		
	}
	.process-block .item:nth-child(2n+1)::before{
		left: auto;
		right: 40px;		
	}
	
	.process-block .item:nth-child(2n+1) .process-box:last-child span {
		right: 40px;
		width: 78px;
	}
	.process-block .item:nth-child(2n+1) .process-box:last-child span::after {
		display: none;
	}
	.process-block .item:nth-child(2n+1)> .process-box {
		float: left;
	}
	.process-block .item:nth-child(2n) > .process-box {
		float: right;
	}	
	.process-block .item:nth-child(2n) .process-box > span::before {		
		margin-right: -12px;
	}
	.process-block .item:nth-child(2n) .process-box:first-child > span::before {
		width: 80%;
	}
	
	.process-block .item:nth-child(2n)::after {
		border-top: 2px dashed #222222;
		border-bottom: 2px dashed #222222;
		position: absolute;
		right: 0;
		width: 30px;
		content: "";
		bottom: 10px;
		left: 0;
		top: 46px;
		height: 238px;
	}
	
	.process-block .item:last-child::before,
	.process-block .item:last-child::after {
		display: none;
	}
	.process-block .item:last-child:nth-child(2n+1) .process-box:last-child > span::before,
	.process-block .item:last-child:nth-child(2n+1) .process-box:last-child > span::after {
		display: none;
	}
	
	.process-block .item:nth-child(2n) .process-box:first-child > span::before {
		width: 117px;
	}
	.process-block .item:nth-child(2n) .process-box > 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-section2 .process-block .item:nth-child(2n)::after,
	.process-section2 .process-block .item::before {
		border-color: #fff;
	}
	.process-section2 .process-block .item:nth-child(2n) .process-box > span::after {
		border-right: 9px solid #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;
	}
}	

/* - 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%;
	}
	
	/* - Portfolio Sectioon */
	.portfolio-content .portfolio-detail > a {
		font-size: 18px;
		height: 55px;
		width: 55px;
		line-height: 3.2;
	}	
	.portfolio-content .portfolio-detail > a.single-page {
		left: 85px;
	}
	.portfolio-content .portfolio-detail > a.poup-image {
		right: 85px;
	}
	
	/* - Testimonial Section 3 */
	.testimonial-section3 .testimonial-img {
		width: 30%;
	}
	
	/* - Process Section */
	.process-block .item:nth-child(2n) .process-box:first-child > span::before {
		width: 76px;
	}
	.wpb_widgetised_column, 
	.widget-area .widget-background {
		padding: 30px 10px;
	}
	.wpb_widgetised_column .widget_calendar table th,
	.wpb_widgetised_column .widget_calendar table td,
	.widget-area .widget_calendar table td,
	.widget-area .widget_calendar table td {
		padding: 0.2em;
	}
	.wpb_widgetised_column .widget_instagram ul li a img,
	.widget-area .widget_instagram ul li a img {
		max-width: 55px;
	}
	
	.tax-stirplan_portfolio_tax .portfolio-content .portfolio-detail::before {
		bottom: 80px;
		left: 40px;
		right: 40px;
		top: 80px;
	}
	
	.tax-stirplan_portfolio_tax .portfolio-content .portfolio-detail::after {
		bottom: 50px;
		left: 80px;
		right: 80px;
		top: 50px;
	}
	.tax-stirplan_portfolio_tax .portfolio-content .portfolio-detail > i::before {
		bottom: 79.5px;
		top: 77.5px;
	}
	.tax-stirplan_portfolio_tax .portfolio-content .portfolio-detail > i::after {
		left: 79.5px;
		right: 77.5px;
	}
	.menu-block .ownavigation .navbar-nav > li {
		margin: 0 6px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	.single-section-hdr .section-header  {
		padding-top: 60px;
	}
	.menu-block .navbar_height {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.page-banner {
		padding-top: 65px!important;
		padding-bottom: 65px!important;
	}
	.header_s .menu-block.navbar-fixed-top .ownavigation .search {
		padding: 16px 0;
		right: auto;
		left: 0;
	}
	.menu-block.navbar-fixed-top .search-box {
		right: auto;
	}
	.menu-block .custom_search { 
		display: none;
	}
	.menu-block .search-desktop-hide a {
		color: #222222;
		font-size: 18px;
		text-decoration: none;
	}
	
	.bottom-footer .image-logo > img {
		display: inline-block;
		max-height: 120px;
		max-width: 300px;
		vertical-align: middle;
	}
	.menu-block .ownavigation li a span.fa-angle-down {
		display: none;
	}
	.menu-block {
		display: block;
	}
	.image-logo > img {
		display: inline-block;
		max-height: 40px !important;
		max-width: 150px !important;
		vertical-align: middle;
	}
	/* + Header */
	.header_s .ownavigation .search {
		padding: 22px 0;
		right: 85px;
	}
	.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.navbar-fixed-top .ownavigation .navbar-header { 
		width: 100%;
		text-align: center;
	}
	.menu-block .ownavigation .navbar-header .navbar-brand.image-logo { 
		line-height: 32px !important ;
	}
	.menu-block .ownavigation .navbar-toggle {
		background-color: transparent;
		margin: 21px 0;
	}
	.menu-block.navbar-fixed-top .ownavigation .search-desktop-hide {
		display: none;
	}
	.menu-block.navbar-fixed-top .ownavigation .navbar-toggle {
		margin: 15px 0;
		float: none;
		display: inline-block;
	}
	
	.menu-block .ownavigation .navbar-toggle:hover {
		background-color: transparent;
	}
	.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.site-logo {
		margin-bottom: 0;
	}
	
	.services-section,
	.process-section,
	.portfolio-section,
	.blog-post,
	.client-section,
	.about-section,
	.team-section,
	.testimonial-section,
	.history-section {
		padding-bottom: 70px;
		padding-top: 60px;
	}
	.services-section3,
	.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-box {
		width: 50%;
	}
	
	/* - Portfolio Sectioon */
	.portfolio-content .portfolio-detail > a {
		font-size: 18px;
		height: 55px;
		width: 55px;
		line-height: 3.2;
	}	
	.portfolio-content .portfolio-detail > a.single-page {
		left: 100px;
	}
	.portfolio-content .portfolio-detail > a.poup-image {
		right: 100px;
	}
	
	/* - 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: 30px;
	}
	
	/* - 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;
	}
	.process-block .item:nth-child(2n) .process-box:first-child > span::before {
		width: 24px;
	}
	
	/* - Testimonial Section 3 */
	.testimonial-section3 .testimonial-img {
		display: none;
	}
	article[class*=" col-"]:nth-child(2n+1) {
		clear: both;
	}
	.contact-form {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.contact-address {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.menu-block .ownavigation .text-logo  { 
		padding: 20px 0;
	}
}

/* - 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;
	}
	.process-box .process-cnt > i {
		font-size: 45px;
		margin-left: 0;
		position: relative;
		top: 25px;
	}
	.process-block .item:nth-child(2n+1) .process-box:last-child span {
		right: 40px;
		width: 40px;
	}
	.process-block .item:nth-child(2n) .process-box > span::before {
		margin-right: 0;
		left: 0;
	}
	.process-box .process-cnt > h4 {
		font-size: 15px;
	}
	.wpb_widgetised_column,
	.widget-area .widget-background {
		padding: 30px 10px;
	}
	
	.wpb_widgetised_column .widget_calendar table th,
	.wpb_widgetised_column .widget_calendar table td,
	.widget-area .widget_calendar table td,
	.widget-area .widget_calendar table td {
		padding: 0.2em;
	}
	.wpb_widgetised_column .widget_instagram ul li a img,
	.widget-area .widget_instagram ul li a img {
		max-width: 55px;
	}
	.tax-stirplan_portfolio_tax .portfolio-box {
		width: 100%;
	}
	
	.process-block .item:nth-child(2n) .process-box:first-child > span::before {
		width: 44px;
	}
	.process-block .item:nth-child(2n+1)::before {
		right: 20px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {

	.menu-block .ownavigation .custom-txt,
	.menu-block .ownavigation .site-title  { 
		max-width: 180px;
	}
	
	/* - 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-content .portfolio-detail > a.single-page {
		left: 85px;
	}
	.portfolio-content .portfolio-detail > a.poup-image {
		right: 85px;
	}
	
	/* - Portfolio Masonry */
	.portfolio-masonry .portfolio-box,
	.portfolio-masonry .grid-sizer {
		width: 50%;
	}
	.portfolio-masonry .portfolio-box.width2 {
		width: 100%;
	}
	
	/* - Process Section */
	.process-box .process-cnt > h4 {
		font-size: 13px;
	}

	.process-box > span::after {
		right: 0;
	}
	.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;
	}
	.process-block .item {
		margin-bottom: 30px;
	}
	.process-block .item::before {
		height: 172px;
	}
	.process-block .item:nth-child(2n)::after {
		height: 175px;
	}
	.process-box .process-cnt > i {
		font-size: 40px;
		height: 55px;
		margin: 30px 15px 0;
	}
	.process-block .item:nth-child(2n) .process-box > span::before {
		margin-right: 0;
	}
	.process-block .item:nth-child(2n+1) .process-box:last-child span {
		width: 50px;
	}
	
	/* - 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;
	}
	
	.history-section .process-last::after {
		left: 20px;
		right: auto;
	}
	
	/* - Contact Section  */
	.contact-content .container > .row [class*="col-xs-"] {
		width: 100%;
	}
}

/* - 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-content .portfolio-detail > a {
		font-size: 16px;
		height: 40px;
		line-height: 2.5;
		width: 40px;
	}	
	.portfolio-content .portfolio-detail > a.single-page {
		left: 62px;
	}
	.portfolio-content .portfolio-detail > a.poup-image {
		right: 62px;
	}
	
	/* - Portfolio Single */
	.portfolio-single .container > [class*="col-xs-"] {
		width: 100%;
	}
	.portfolio-single .portfolio-detail {
		margin-top: 50px;
		padding-left: 0;
	}
	
	.process-box span  {
		height: 28px;
		right: 0;
	}
	.process-box > span::before,
	.process-box > span::after {
		right: 0;
	}
	
	.process-box .process-cnt > h4 {
		font-size: 11px;
		margin-top: 0;
	}
	.process-box .process-cnt > i {
		font-size: 28px;
		height: 40px;
		margin: 0;
	}
	.process-block .item:nth-child(2n+1)::before {
		right: 15px;
	}
	.process-block .item::before {
		height: 103px;
		top: 16px;
	}
	.process-block .item:nth-child(2n+1) .process-box:last-child span {
		right: 15px;
		width: 40px;
	}
	.process-block .item:nth-child(2n)::after {
		height: 105px;
		top: 15px;
	}
	.process-block .item:nth-child(2n) .process-box > span::after {
		left: 0;
	}
}

/* - 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%;
	}
	
	.item .process-box  {
		width: 100%;
		text-align: center;
		margin-bottom: 100px;
	}
	.item:last-of-type .process-box:last-of-type  {
		margin-bottom: 0;
	}
	.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-block .item:nth-child(2n)::after {
		display: none;
	}
	.process-block .item:nth-child(2n) .process-box > span::before {
		margin-right: auto;
	}
	.process-block .item:nth-child(2n) .process-box:first-child > span::before {
		display: block;
		width: 0;
	}
	.process-section .process-block .item:last-of-type .process-box:last-child > span::after,
	.process-section .process-block .item:last-of-type .process-box:last-child > span::before { 
		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;
	}
	.process-section .row .process-box:nth-child(5n) > span::before, 
	.process-section .row .process-box:nth-child(5n-1) > span::before {
		width: 0px;
	}
	.tax-stirplan_portfolio_tax .portfolio-box {
		width: 100%;
	}
}

/* - 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-content .portfolio-detail > a.single-page {
		left: 35%;
	}
	.portfolio-content .portfolio-detail > a.poup-image {
		right: 35%;
	}
	
	/* - 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: 30px;
	}
	.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;
	}
	article[class*=" col-"] {
		width: 100%;
	}
	.portfolio-single .portfolio-detail:not(.content-no-space) {
		padding-left: 0;
	}
	.portfolio-single .portfolio-detail > ul li {
		margin-right: 5px;
	}
}
.search.collapsed .sr-ic-open,
.search .sr-ic-close {
	display: inline-block;
}
.search.collapsed .sr-ic-close {
	display: none;
}
.search .sr-ic-open {
	display: none;
}

.menu-block.navbar-fixed-top .desktop-hide,
.menu-block.navbar-fixed-top .navbar-brand {
	
}