/**
  *
  * Overlay
  * Hover
  * Button
  * Sub Columns
  * Post
  * Flat Heading 
  * Flat Comments
  * Flat Contact 
  * Iconbox 
  * Imgbox 
  * Flat Socails 
  * Flat Info 
  * Flat Copy Right 
  * Flat Title Page
  * Logo 
  * Menu Extra
  * Flat Price Filter 
  * Tabs
  * Search Top 
  * Flat Form Comment
  * Flat Action
  * Owl Carousel 
  * Textbox 
  * Flat Title
  * Flat Overviews Slider
  * Flat Filter
  * Flat Projects
  * Flat Why Us
  * Flat News Section
  * Flat Team
  * Flat Client 
  * Flat Gallery
  * Flat Counter			
  * Flat Testimonials			
  * Flat Auto Motive			
  * Flat Skills		
  * List Hover	
  * Img Single	
  * Flat Who Are	
  * Flat Video
  * Flat Car Repair
  * Flat Our Mission
  * Flat Safety Recalls
  * Flat Question
  * Flat Support
  * Accordion
  * Flat Make Appointment
  * Flat Contact
  * Flat Map
  * Flat Wellcome
  * Flat Advantages
  * Flat Form Comment
  * Fullbox
  * Flat Mission
  * Flat Blogs
  * Flat Highlight Products
  * Flat Seller Repair
  * Flat Categories Car
  * Flat Accessories
  * Flat Popular Product
  * Flat Freeship Service
  * Flat Professional Services
  * Flat News
  * Flat Form Contact
  * Flat Lighthight Service
  * Flat Border
  * Flat Timeline
  * Flat Count Down
  * Flat Search Form
  * Flat About
  * Flat Company Overviews
  * Flat Gallery Img
  * Flat Detail Price
  * Flat Brief Description
  * Flat Cope Work
  * Flat Single Service
  * Flat Featured Services
  * Flat Parameter
  * Flat Price List
  * Parallax
  * Validate
  *
 **/

/* Overlay
-------------------------------------------------------------- */
	.overlay {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	/* Page Title */
	.page-title.v1 .overlay,
	.page-title.v3 .overlay {
		background: #000000;
		opacity: 0.5;
		top: 0;
		left: 0;
	}

	.page-title.v2 .overlay {
		background: #000000;
		opacity: 0.6;
		top: 0;
		left: 0;
	}

	/* Header */
	#header.header-v1 .overlay,
	#header.header-v2 .overlay {
		background: #dc3545;
		opacity: 0.9;
	}

	/* imgbox */
	.imgbox:hover .overlay {
		opacity: 0.56;
		background: #000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	/* widget products top */
	li .img .overlay {
		opacity: 0.56;
		background: #000;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 0%;
		height: 0%;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		border-radius: 4px;
	}

	li:hover .img .overlay {
		opacity: 0.5;
		height: 100%;
		width: 100%;
	}

	/* shop */
	.product-item .product-img .overlay {
		left: 0;
		top: 0;
		background: #eab81e;
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.product-item:hover .product-img .overlay {
		opacity: 0.6;
	}

	/* flat-slider */
	.flat-slider.style1 .overlay,
	.flat-slider.style2 .overlay,
	.flat-slider.style3 .overlay,
	.flat-slider.style4 .overlay  {
		background: #000000;
		opacity: 0.5;
		top: 0;
		left: 0;
	}

	.flat-slider.style5 .overlay {
		background: #000000;
		opacity: 0.8;
		top: 0;
		left: 0;
	}

	/* flat-testimonials */
	.flat-testimonials.style1 .overlay {
		background: #000000;
		left: 0;
		top: 0;
		opacity: 0.7;
	}

	/* flat-action */
	.flat-action .overlay {
		background: #dc3545;
		left: 0;
		top: 0;
		opacity: 0.9;
	}

	/* widget-about*/
	#footer.style3 .widget-about .overlay {
		top: 0;
		left: 0;
		opacity: 0.7;
		background: #000000;
	}

	/* .flat-safety-recalls */
	.flat-safety-recalls .overlay {
		opacity: 0.9;
		left: 0;
		top: 0;
		background: #000;
	}

/* Hover
-------------------------------------------------------------- */
	.hover-text:hover {
		color: #dc3545 !important;
	}

	.hover-text2:hover {
		color: #e8b006 !important;
	}

	.hover-text3:hover {
		color: #363636 !important;
	}

/* Button
-------------------------------------------------------------- */
	.flat-button {
		display: inline-block;
		font-size: 14px;
		font-weight: 700;
		color: #363636;
		background-color: transparent;
		padding: 14px 40px;
		font-family: 'Rajdhani', sans-serif;
		letter-spacing: 0.5px;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

	.flat-button.bg-contact {
		background-color: #fff;
	}

	.flat-button:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 0%;
		z-index: -1;
		top: 50%;
		left: 50%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%) ;
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.flat-button:hover:before {
		opacity: 1;
		visibility: visible;
		height: 100%;
		width: 110%;
	}

	.flat-button.gb-detail:hover:before,
	.flat-button.btn-radius:hover:before,
	.flat-button.bg-back-home:hover:before,
	.flat-button.bg-services:hover:before,
	.flat-button.bg-appointment:hover:before,
	.flat-button.bg-read-more.v2:hover:before,
	.flat-button.bg-views-all:hover:before,
	.flat-button.bg-quote:hover:before,
	.flat-button.bg-contact:hover:before,
	.flat-button.bg-load-more:hover:before,
	.flat-button.bg-action:hover:before,
	.flat-button.bg-cart:hover:before,
	.flat-button.bg-tags:hover:before,
	.flat-button.bg-learn-more:hover:before,
	.flat-button.bg-help:hover:before {
		background-color: #212121;
		border: 1px solid transparent;
	}

	.flat-button.bg-price:hover:before,
	.flat-button.bg-read-more:hover:before,
	.flat-button.bg-reply:hover:before {
		background-color: #dc3545;
		border: 1px solid transparent;
	}
	
	.flat-button.bg-price:hover,
	.flat-button.bg-appointment:hover,
	.flat-button.bg-reply:hover,
	.flat-button.bg-action:hover,
	.flat-button.bg-contact:hover,
	.flat-button.bg-load-more:hover,
	.flat-button.bg-read-more:hover {
		color: #fff;
	}

	.flat-button.bg-price {
		background: #fff;
		line-height: 50px;
		padding: 0 35px;
		font-size: 16px;
	}

	.flat-button.gb-detail {
		background: #e8b006;
		color: #fff;
		border-radius: 4px;
		overflow: hidden;
		line-height: 40px;
		padding: 0 28px;
		font-size: 16px;
	}

	.flat-button.bg-back-home {
		color: #fff;
		background: #e8b006;
		font-size: 16px;
		font-weight: 700;
	}

	.flat-button.bg-appointment {
		line-height: 70px;
		padding: 0 55px 0 55px;
		background: #e8b006;
		font-size: 18px;
		color: #fff;
		letter-spacing: unset;
	}

	.flat-button.bg-appointment.v2 {
		background: #dc3545;
		letter-spacing: unset;
		color: #fff;
		line-height: 50px;
		padding: 0 31px;
		font-size: 14px;
	}

	.flat-button.bg-views-all {
		border: 1px solid #dedede;
		padding: 14px 68px 12px 65px;
	}

	.flat-button.bg-learn-more,
	.flat-button.bg-help {
		border: 1px solid #dedede;
		text-align: center;
		padding: 13px 56px 13px 55px;
		letter-spacing: 0.6px;
	}

	.flat-button.bg-quote {
		background: #fff;
		padding: 14px 54px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.1px;
		position: relative;
	}

	.flat-button.bg-quote.v2 {
		padding: 11px 35px 15px 74px;
	}

	.flat-button.bg-read-more {
		border: 1px solid #f4f4f4;
		border-radius: 4px;
		padding: 9px 24px 9px 32px;
		letter-spacing: 1.01px;
	}

	.flat-button.bg-read-more.v2 {
		padding: 9px 36px 9px 41px;
		background: #e8b006;
		color: #fff;
		border: unset;
		border-radius: unset;
		font-size: 16px;
	}

	.flat-button.bg-read-more:hover.v3 {
		border: 1px solid transparent;
	}

	.flat-button.bg-read-more.v3 {
		padding: 0 37px 0 73px;
		line-height: 48px;
		border: 1px solid #363636;
		font-size: 16px;
		border-radius: unset;
		letter-spacing: unset;
	}

	.flat-button.btn-radius-4 {
		border-radius: 4px !important;
	}

	.flat-button.bg-reply {
		border: 1px solid #e7e7e7;
		padding:  4px 20px;
		letter-spacing: 0.1px;
	}

	.flat-button.bg-action.v2  {
		border-radius: 25px;
	}

	.flat-button.bg-cart {
		background: #eab81e !important;
		color: #fff !important;
		border-radius: 25px !important;
		padding: 12px 30px 10px 31px !important;
	}
	
	.flat-button.bg-load-more {
		font-size: 18px;
		font-weight: 700;
		position: relative;
		padding: 14px 43px 14px 15px;
		letter-spacing: 0.1px;
	}

	.flat-button.bg-load-more:after {
		content: "\22";
		font-family: "ElegantIcons";
		font-size: 24px;
		position: absolute;
		top: 50%;
		right: 11px;
		transform: translateY(-50%);
		font-weight: 400;
	}

	.flat-button.bg-services {
		background: #dc3545;
		border-radius: 5px;
		color: #fff;
	}
 
	.flat-button.bg-read-more.v3:after,
	.flat-button.bg-all-project:after,
	.flat-button.v2.bg-load-more:after {
		position: absolute;
		content: "\24";
		font-family: "ElegantIcons";
		left: 36px;
		top: 50%;
		right: unset;
		font-size: 16px;
		transform: translateY(-50%);
	}

	.flat-button.bg-all-project {
		position: relative;
		background: #e8b006;
		color: #fff;
		padding: 13px 37px 13px 76px;
	}

	.flat-button.v2.bg-load-more {
		padding: 0 40px 0 73px;
		line-height: 48px;
		border: 1px solid #fff;
		color: #fff;
		font-size: 16px;
	} 

	.flat-button.v2.btn-radius:hover:before,
	.flat-button.v2.bg-load-more:hover:before {
		background: #e8b006;
		border: 1px solid transparent;
	}

	.flat-button.btn-radius {
		border-radius: 25px;
		background: #dc3545;
		color: #fff;
		line-height: 46px;
		padding: 0 40px;
	}

	.flat-button.btn-radius.v2 {
		background: #fff;
		border: 1px solid #dadada;
		color: #363636;
	}

	.flat-button.v4.bg-read-more {
		font-size: 16px;
		letter-spacing: unset;
	}

	.flat-button.v4.bg-read-more:hover:before {
		border: 1px solid transparent;
		background: #e8b006;
	}

	/* btn-defect */
	.btn-defect {
		position: relative;
		overflow: hidden;
	}

	.btn-defect:hover {
		background: #fff !important;
	}

	.btn-defect:after {
		content: "";
		width: 0; 
		height: 0; 
		border-top: 4px solid transparent;
		border-left: 6px solid transparent;
		border-right: 4px solid #e8b006;
		border-bottom: 6px solid #e8b006;
		position: absolute;
		bottom: 2px;
		right: -10px;
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease; 
	}

	.btn-defect:hover:after {
		opacity: 1;
		right: 2px;
	}

	.btn-defect.btn-dots {
		width: 50px;
		height: 50px;
		padding: 15px 21px 14px;
		color: #c1c1c1;
		font-size: 16px;
		font-family: "Rajdhani";
		font-weight: 700;
		margin: 0 3px;
	}

	.btn-defect.bg-dots:hover {
		color: #343434;
	}

	/* btn-effect */
	.btn-effect {
		font-weight: 700;
		font-size: 14px;
		color: #fff;
		line-height: 24px;
		padding: 0 29px;
		display: inline-block; 
		text-align: center;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
		position: relative;
		z-index: 2;
	}

	.btn-effect:hover:before {
		transform: scaleY(1);
		opacity: 1;
	}
 
	.btn-effect:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background: #000;
		content: "";
		transform: scaleY(0);
		opacity: 0;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}

	.btn-effect.bg-filter {
		background: #dc3545;
		border-radius: 25px;
		padding: 13px 44px;
		font-weight: 700;
		font-size: 18px;
	}

	.btn-effect.bg-filter:before {
		border-radius: 25px;
	}

	.btn-effect.btn-send-msg {
		background: #e8b006;
		padding: 13px 34px;
		font-size: 16px;
	}

	/* btn-custom */
	.btn-defect.btn-view-project {
		padding: 12px 41px !important;
	}

	.btn-defect.btn-view-gallery,
	.btn-defect.btn-view-blog {
		padding: 13px 30px 12px 65px;
		font-size: 16px;
		font-weight: 700;
		background: #fff;
		position: relative;
		display: inline-block;
	}

	.btn-defect.btn-view-blog:before,
	.btn-defect.btn-view-gallery:before {
		content: "\3d";
		font-family: "ElegantIcons";
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translateY(-50%);
		color: #e8b006;
	}

	.btn-effect.btn-submit {
		background: #eab81e;
		font-size: 16px;
		padding: 13px 40px 13px 45px;
		border-radius: unset;
	}

	.btn-effect.btn-submit.v2 {
		border-radius: 4px;
		overflow: hidden;
	}

	.btn-effect.btn-form-quote {
		width: 100%;
		height: 50px;
		background:  #e8b006;
	}

	.btn-effect.btn-recall {
		height: 50px;
		width: 100%;
		font-size: 18px;
		background: #e8b006;
	}

	.btn-effect.btn-recall:before {
		background: #dc3545;
	}

	.btn-effect.btn-message {
		background: #e8b006;
		height: 50px;
		padding: 0  33px;
		font-size: 16px;
		border-radius: unset;
	}

	.btn-effect.btn-search {
		padding: 18px 49px 18px;
		border-radius: unset;
		background: #e8b006;
		font-size: 18px;
	}

/* Sub Columns
-------------------------------------------------------------- */
	.one-of-one {
		width: 100%;
		float: left;
	}

	.one-of-two {
		width: 50%;
		float: left;
	}

	.one-of-three {
		width: 33.333%;
		float: left;
	}

	.one-of-four {
		width: 25%;
		float: left;
	}

/* Post
-------------------------------------------------------------- */
	.flat-post {
		margin: 0 -15px;
	}

	.post {
		padding: 0 15px;
		margin-bottom: 50px;
		position: relative;
	}

	.post .meta ul li {
		display: inline;
	}

	.post .meta ul li a{
		color: #adadad;
		font-family: "Open Sans";
	}

	.post .border-post {
		border: 1px solid #e4e4e4;
		overflow: hidden;
		border-radius: 4px;
	}

	.post .container-post-img {
		position: relative;
	}

	.post .post-img {
		position: relative;
		overflow: hidden;
	}

	.post .post-img .overlay {
		background: #000000;
		position: absolute;
		opacity: 0;
		width: 0%;
		top: 50%;
		left: 50%;
		transform: translate(-50%);
		height: 0%;
		z-index: 1;
		text-align: center;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}

	.post .border-post .post-img img {
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out;
			   -moz-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				 -o-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
	}

	.post .border-post:hover .post-img img {
		transform: scale(1.2);
		filter: grayscale(100%); /* Current draft standard */
		-webkit-filter: grayscale(100%); /* New WebKit */
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%); 
		-o-filter: grayscale(100%);
		filter: gray; /* IE6+ */
	}

	.post .border-post:hover .post-img .overlay {
		width: 100%;
		height: 100%;
		opacity: 0.7;
		top: 0;
	}

	.post .post-img .overlay a {
		font-size: 36px;
		line-height: 24px;
		color: #e7e7e7;
		top: 50%;
		left: 50%;
		position: absolute;
		transform: translate(-50%,-50%);
		z-index: 1;
	}

	.post .meta ul li.user:before {
		content: "";
	}

	.post .meta ul li.date:before {
		content: "\e025";
	}

	.post .meta ul li.comment:before {
		content: "\77";
	}

	.post .meta ul li.user:before,
	.post .meta ul li.comment:before,
	.post .meta ul li.date:before {
		font-family: "ElegantIcons";
	}

	.post .post-content p {
		opacity: 0.7;
		margin-bottom: 33px;
	}

	/* blog-grid-v1 */
	.post.blog-grid-v1 .post-img {
		margin-bottom: 64px;
	}

	.post.blog-grid-v1 .meta {
		border-top: 1px solid #e4e4e4;
		padding-top: 18px;
		padding-bottom: 20px;
	}

	.post.blog-grid-v1 .meta ul li {
		padding: 10px 30px;
	}

	.post.blog-grid-v1 .meta ul li:not(:last-child){
		border-right:1px solid #e4e4e4;
	}

	.post.blog-grid-v1 .meta ul li.user {
		padding-left: 0;
	}

	.post.blog-grid-v1 .meta ul li.user:before,
	.post.blog-grid-v1 .meta ul li.date:before {
		font-family: "ElegantIcons";
		padding-right: 15px;
		color: #adadad;
	}

	.post.blog-grid-v1 .post-content {
		padding: 0 30px;
	}

	.post.blog-grid-v1 .post-content h4 a{
		font-weight: 600;
	}

	.post.blog-grid-v1 .post-content h4 {
		margin-bottom: 18px;
	}

	.post.blog-grid-v1 .icon-post {
		width: 50px;
	    height: 55px;
	    background: #e8b006;
	    text-align: center;
	    position: absolute;
	    bottom: -25px;
	    left: 30px;
	    z-index: 3;
	} 

	.post.blog-grid-v1 .icon-post:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-top: 15px solid #e8b006;
		position: absolute;
		left: 0;
		bottom: -15px;
	}

	.post.blog-grid-v1 .icon-post span {
		position: absolute;
		font-size: 24px;
		line-height: 24px;
		color: #fff;
		top: 18px;
		left: 50%;
		transform: translateX(-50%);
	}

	/* blog-grid-v2 */
	.post.blog-grid-v2 .post-content {
		padding: 32px 30px 32px 30px;
	}

	.post.blog-grid-v2 .post-content h3 {
		margin-bottom: 11px;
	}

	.post.blog-grid-v2 .meta {
		margin-bottom: 19px;
	}

	.post.blog-grid-v2 .meta ul li {
		padding-right: 28px;
	}

	.calendar-post {
		width: 50px;
		height: 80px;
		background: #dc3545;
		position: absolute;
		bottom: 29px;
		left: 28px;
		z-index: 3;
		text-align: center;
		padding: 13px 0 0; 
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.calendar-post span {
		color: #fff;
	}

	.calendar-post span.date {
		font-size: 30px;
		line-height: 24px;
		font-weight: 700;
		margin-bottom: 10px;
		font-family: "Rajdhani";
	}

	.calendar-post span.day {
		border-top: 1px solid #fff;
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}

	.post.blog-grid-v2 .meta ul li.user:before,
	.post.blog-grid-v2 .meta ul li.comment:before {
		color: #e8b006;
		padding-right: 10px;
	}

	/* blog-grid-sidebar-v1 */
	.post.blog-grid-sidebar-v1 {
		margin-bottom: 60px;
	}

	.post.blog-grid-sidebar-v1 .border-post {
		border: unset;
		border-bottom: 1px solid #e4e4e4;
	}

	.post.blog-grid-sidebar-v1 .post-content {
		padding: 35px 100px 10px 100px;
	}

	.post.blog-grid-sidebar-v1 .post-content h2 {
		margin-bottom: 16px;
	}

	.post.blog-grid-sidebar-v1 .post-content .meta {
		margin-bottom: 17px;
	}

	.post.blog-grid-sidebar-v1 .meta ul li {
		margin-right: 20px;
	}

	.post.blog-grid-sidebar-v1 .meta ul li.user:before,
	.post.blog-grid-sidebar-v1 .meta ul li.date:before {
		color: #adadad;
		padding-right: 10px;
	}

	/* blog-list-v1 */
	.post.blog-list-v1 .calendar-post {
		opacity:  0;
		-webkit-transition: all 0.3s ease-in-out;
			   -moz-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				 -o-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
	}

	.post.blog-list-v1 .calendar-post.right {
		right: 0;
		top: 40px;
		left: unset;
	}

	.post.blog-list-v1 .calendar-post.left {
		left:  0;
		top: 40px;
	}

	.post.blog-list-v1 .border-post {
		border:none;
	}

	.post.blog-list-v1:hover .calendar-post {
		opacity: 1;
	}

	.post.blog-list-v1 .post-content h2 {
		margin-bottom: 15px;
	}

	.post.blog-list-v1 .post-content h2 a {
		font-weight: 600;
	}

	.post.blog-list-v1 .post-content .meta {
		margin-bottom: 20px;
	}

	.post.blog-list-v1 .post-content.text-left {
		padding: 40px 0 0 40px;
	}

	.post.blog-list-v1 .post-content.text-right {
		padding: 40px 40px 0 0;
	}
	
	.post.blog-list-v1 .bg-read-more {
		border: 1px solid #363636;
		border-radius: unset;
		padding: 12px 36px;
	}

	.post.blog-list-v1 .meta ul li {
		margin-right: 15px;
	}

	.post.blog-list-v1 .meta ul li.user:before,
	.post.blog-list-v1 .meta ul li.comment:before {
		color: #e8b006;
		padding-right: 10px;
	}

	/* blog-list-v2 */
	.post.blog-list-v2 .border-post {
		border: unset;
		border-bottom: 1px solid #e4e4e4;
	}

	.post.blog-list-v2:last-child .border-post {
		border: unset;
	}

	.post.blog-list-v2:last-child {
		margin-bottom: 15px;
	}

	.post.blog-list-v2 .container-post-img {
		width: 29.914%;
		float: left;
		margin-bottom: 50px;
	}

	.post.blog-list-v2 .post-content {
		width: 70.086%;
		float: right;
		padding: 38px 145px 40px 30px;
		position: relative;
	}

	.post.blog-list-v2 .post-content h3 {
		margin-bottom: 10px;
	}

	.post.blog-list-v2 .post-content  .wrap-btn {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.post.blog-list-v2 .post-content .btn-read-more {
		border-radius: 40px;
	}

	.post.blog-list-v2 .meta {
		margin-bottom: 17px;
	}

	.post.blog-list-v2 .meta ul li {
		margin-right: 15px;
	}

	.post.blog-list-v2 .meta ul li.user:before,
	.post.blog-list-v2 .meta ul li.comment:before {
		color: #e8b006;
		padding-right: 10px;
	}


	/* post-single */
	.post.blog-single {
		padding: 0;
		margin-bottom: 55px;
	}

	.post.blog-single .post-img {
		margin-bottom: 33px;
	}

	.post.blog-single .post-img img {
		width: 100%;
	}

	.post.blog-single .post-content {
		margin-bottom: 22px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.post.blog-single .post-content h2 {
		margin-bottom: 15px;
	}

	.post.blog-single .post-content .meta {
		margin-bottom: 17px;
	}

	.post.blog-single .post-content .meta ul li {
		margin-right: 15px;
	}

	.post.blog-single .post-content .meta ul li:before {
		color: #adadad;
		padding-right: 10px;
	}

	.post.blog-single .post-content p {
		margin-bottom: 24px;
	}

	.post.blog-single .post-content blockquote {
		font-size: 16px;
		font-style: italic;
		font-weight: 400;
		color: #343434;
		line-height: 26px;
		opacity: 0.7;
		margin: 35px 210px 34px 50px;
		border-left: 2px solid #e8b006;
		padding: 24px 0px 23px 40px;
	}

	.post.blog-single .post-tag {
		margin-bottom: 42px;
		padding-bottom: 23px;
		border-bottom: 1px solid #eaeaea;
	}

	.post.blog-single .post-tag ul li {
		display: inline-block;
	}

	.post.blog-single .post-tag ul li:not(:first-child ) {
		margin-right: 15px;
	}

	.post.blog-single .post-tag ul li a {
		font-weight: 400;
		font-family: "Open Sans";
	}

	.post.blog-single .post-tag ul li:first-child {
		font-family: "Rajdhani";
		font-size: 16px;
		font-weight: 700;
		margin-right: 26px;
	}

	.post.blog-single .post-author {
		border: 1px solid #e7e7e7;
		background: #f6f6f6;
	}

	.post.blog-single .post-author .author-img,
	.post.blog-single .post-author .author-info {
		width: 20%;
		float: left;
	}

	.post.blog-single .post-author blockquote {
		float: left;
		width: 60%;
		padding: 39px 59px 0 0;
		font-size: 14px;
		font-style: italic;
		color: #343434;
		opacity: 0.7;
	}

	.post.blog-single .post-author .author-img {
		padding: 25px 30px 23px;;
	}

	.post.blog-single .post-author .author-img img {
		width: 100px;
		height: auto;
	}

	.post.blog-single .post-author .author-info {
		padding: 47px  0 0;
	}

	.post.blog-single .post-author .author-info h3 {
		margin-bottom: 8px;
	}

	.post.blog-single .post-author .author-info p.position {
		color: #e8b006;
	}

	/* style7 */
	.flat-post.style7 {
		margin-bottom: 43px;
	}

	.post.style7 {
		margin-bottom: 30px;
	}

	.post.style7 .post-content {
		padding: 45px 13px 44px 38px;
		background: #fff;
	}

	.post.style7 h3 {
		margin-bottom: 15px;
	}

	.post.style7 .meta {
		margin-bottom: 20px;
	}

	.post.style7 .meta  li:not(:last-child) {
		margin-right: 26px;
	}

	.post.style7 .meta  li.user:before {
		margin-right: 10px;
	}

	.post.style7 .meta  li.comment:before {
		margin-right: 14px;
	}

	.post.style7.v1 {
		width: 67%;
		float: left;
	}	

	.post.style7.v2 {
		width: 33%;
		float: right;
	}	

	.post.style7 .post-img .overlay {
		background: #dc3545;
	}

	.post.style7:hover .calendar-post {
		background: #e8b006;
	}

	.post.style7 .border-post:hover .post-img .overlay {
		opacity: 0.9;
	}

	.post.style7.v2 .calendar-post {
		bottom: 0;
	}

	.post.style7.v1 .calendar-post.right {
		right: 0;
		top: 50px;
		left: unset;
	} 

	.post.style7.v1 .calendar-post.left {
		left: 0;
		top: 45px;
	} 

/* Flat Heading 
-------------------------------------------------------------- */
	.flat-heading {
		position: relative;
		margin-bottom: 53px;
	}

	.flat-heading:after {
		content: "";
		height: 3px;
		width: 50px;
		position: absolute;
		bottom: -5px;
		left: 0;
		background: #dc3545;
	}

/* Flat Comments
-------------------------------------------------------------- */
	.flat-comments {
		margin-bottom: 15px;	
	}

	.flat-comments ul li .comment {
		border-bottom: 1px solid #e7e7e7;
		padding-bottom: 33px;
	}

	.flat-comments ul li:last-child .comment {
		border: unset;
	}

	.comment .comment-img {
		width: 20%;
		float: left;
		padding: 0 30px;
	}

	.comment .comment-content {
		width: 80%;
		float: left;
		padding-right: 38px;
	}

	.comment .comment-content p {
		margin-bottom: 19px;
	}

	.comment .comment-img img {
		width: 100px;
		height: auto;
	}

	.comment .comment-content h3.name {
		display: inline-block;
		margin: 0 10px 13px 0;
	}

	.comment .comment-content span.position {
		color: #e8b006;
	}

	.sub-comment li .comment{
		margin-left: 130px;
		padding-top: 40px;
		border: unset;
	}

	.sub-comment li .comment .comment-img {
		width: 24%;
	}

	.sub-comment li .comment .comment-content {
		width: 76%;
		padding-right: 50px;
	}

	.flat-comments ul.sub-comment li {
		border-bottom: 1px solid #e7e7e7;
		margin-bottom: 38px;
	}

/* Flat Contact 
-------------------------------------------------------------- */
	/* v1 */
	.flat-contact.v1 {
		background: #dc3545;
		padding-top: 26px;
		position: relative;
	}

	.flat-contact.v1 .wrap-text {
		float: left; 
		width: 75%;
		position: relative;
		padding: 10px 0;
	}

	.flat-contact.v1 .wrap-btn {
		width: 25%;
		float: right;
		margin-bottom: 16px;
	}

	.flat-contact.v1 .wrap-text  h3.title a {
		font-weight: 600;
		color: #fff;
		top: 50%;
		padding-left: 74px;
	}
	
	.flat-contact.v1 .wrap-text  h3:before {
		content: "\74";
		font-family: "ElegantIcons";
		color: #fff;
		font-size: 36px;
		font-weight: 400;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.wrap-btn .btn-contact {
		font-size: 16px;
		font-weight: 700;
		background: #fff;
		padding: 13px 40px 13px 74px;
		color: #363636;
		position: relative;
		letter-spacing: -0.1px;
	}

	.wrap-btn .btn-contact:after,
	.bg-quote.v2:after {
		content: "\24";
		font-family: "ElegantIcons";
		padding-right: 20px;
		font-size: 20px;
		font-weight: 700;
		position: absolute;
		left: 36px;
		top: 50%;
		transform: translateY(-50%);

	}

/* Iconbox 
-------------------------------------------------------------- */
	/* style1 */
	.iconbox.style1 {
		padding-left: 82px;
		margin-bottom: 50px;
	}

	.iconbox.style1 .iconbox-icon {
		float: left;
		padding-top: 5px;
		font-size: 53px;
		color: #dc3545;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.iconbox:hover.style1 .iconbox-icon {
		color: #363636;
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	.iconbox.style1 .iconbox-content {
		padding-left: 88px;
	}

	.iconbox.style1 h5 {
		margin-bottom:11px;
	}

	/* style2 */
	.iconbox.style2 {
		padding: 0 87px;
		position: relative;
	}

	.iconbox.style2.v2 {
		padding: 0 104px 0 0;
	}

	.iconbox.style2.v2 .iconbox-content {
		padding-left: 84px;
		text-align: left;
	}

	.iconbox.style2 .iconbox-icon {
		width: 50px;
		height: 54px;
		padding: 17px 14px;
		background: #363636;
		position: relative;
		margin: 0 auto 39px;
	}

	.iconbox.style2.v2 .iconbox-icon {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin: unset;
	}

	.iconbox.style2 .iconbox-icon:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-top: 15px solid #363636;
		position: absolute;
		left: 0;
		bottom: -15px;
	}

	.iconbox.style2 .iconbox-icon span {
		color: #fff;
		font-size: 24px;
	}

	.iconbox.style2 .iconbox-content a {
		color: #6a6a6a;
		font-family: "Open Sans";
		font-weight: 400;
	}

	.iconbox.style2.v2 .iconbox-content a {
		font-size: 16px;
	}

	.contact-v1-page .iconbox.style2 {
		background: #f9f9f9;
		padding: 51px 11px 51px 48px;
		margin-bottom: 20px;
	}
	.contact-v2-page .flat-iconbox {
		margin: 0 -15px;
	}

	.contact-v2-page .iconbox.style2 {
		padding: 0 15px;
	}

	.contact-v2-page .iconbox.style2 .iconbox-content a {
		font-size: 16px;
	}

	.contact-v2-page .iconbox.style2 .iconbox-border {
		background: #f9f9f9;
		padding: 29px 0;
	}

	.contact-v1-page .iconbox.style2 .iconbox-icon,
	.contact-v2-page .iconbox.style2 .iconbox-icon {
		background: #dc3545;
	}

	.contact-v1-page .iconbox.style2 .iconbox-icon:after,
	.contact-v2-page .iconbox.style2 .iconbox-icon:after {
		border-top: 15px solid #dc3545;
		bottom:  -15px;
	}

	/* style3 */
	.iconbox.style3 .iconbox-icon {
		width: 45px;
		height: 45px;
		background: #363636;
		position: relative;
		float: left;
		margin-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	 .iconbox.style3 .iconbox-icon span {
		color: #808080;
		font-size: 18px;
		position: absolute;
		top: 11.25px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	 .iconbox:hover.style3 .iconbox-icon {
		background: #eab81e;
	}

	 .iconbox:hover.style3 .iconbox-icon span {
		color: #fff;
	}

	 .iconbox.style3 .iconbox-content {
		padding-left: 64px;
	}

	.iconbox.style3 .iconbox-content p a {
		color: #808080;
		font-family: "Open Sans";
		font-weight: 400;
	}

	/* style4 */
	.iconbox.style4 {
		cursor: pointer;
		padding: 97px 45px 90px 45px ;
		background: #f6f6f6;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.iconbox.style4:hover {
		background: #dc3545;
	}

	.iconbox.style4 a {
		font-family: unset;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.iconbox.style4 .iconbox-icon {
		width: 70px;
		height: 50px;
		font-size: 62px;
		margin: 0 auto 43px;
		color: #dc3545;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.iconbox:hover.style4 .iconbox-icon {
		color: #fff;
	} 

	.iconbox.style4 .iconbox-content h4,
	.iconbox.style4 .iconbox-content h5 {
		margin-bottom: 23px;
	}

	.iconbox.style4:hover a {
		color: #fff;
	}

	.iconbox.style4 a img {
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.iconbox.style4 a img:last-child {
	    display:none;
	    visibility: hidden;
	    opacity: 0;
	    -webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.iconbox.style4:hover a img:first-child {
	    display:none;
	    visibility: hidden;
	    opacity: 0;
	}

	.iconbox.style4:hover a img:last-child {
	    display:block;
	    visibility: visible;
	    opacity: 1;
	}

	/* style5 */
	.iconbox.style5 {
		position: relative;
		padding: 50px 10px;;
	}

	.iconbox.style5 .iconbox-content {
		padding: 0 0 0 75px;
	}

	.iconbox.style5 .iconbox-icon {
		font-size: 50px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.iconbox.style5 p {
		color: #fff;
		font-weight: 700;
		font-family: "Rajdhani";
		font-size: 18px;
	}

	.iconbox.style5.v1 {
		background: #dc3545;
	}

	.iconbox.style5.v1 .iconbox-icon {
		color: #2c9ae2;
	}

	.iconbox.style5.v2 {
		background: #e8b006;
	}

	.iconbox.style5.v2 .iconbox-icon {
		color: #f8c835;
	}

	.iconbox.style5.v3 {
		background: #363636;
		padding: 74px 10px;
	}

	.iconbox.style5.v3 .iconbox-icon {
		color: #525252;
	}

	.iconbox.style5.v3 .iconbox-content {
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
	}

/* Imgbox 
-------------------------------------------------------------- */
	.imgbox .imgbox-img {
		position: relative;
		overflow: hidden;
	}

	.imgbox img {
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.imgbox:hover img {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: gray;
	}

	/* Flat Our Service */
	.imgbox.style1 {
		position: relative;
	}

	.style1.imgbox:hover .imgbox-img img {
		transform: scale(1.2);
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: gray;
	}

	.style1.imgbox .imgbox-img img {
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.style1.imgbox .imgbox-content {
		position: absolute;
		bottom: -172px;
		z-index: 1;
		width: 100%;
		background: #e8b006;
		opacity: 0.9;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.style1.imgbox:hover .imgbox-content {
		bottom: 0px;
	}

	.style1.imgbox .imgbox-content:before {
		content: "";
		border-left: 185px solid transparent;
		border-right: 185px solid transparent;
		border-bottom: 29px solid #e8b006;
		position: absolute;
		top: -29px;
		transform: translateX(-50%);
	}

	.style1.imgbox .imgbox-content .heading {
		margin-bottom: 19px;
	}

	.style1.imgbox .imgbox-content .heading a,
	.style1.imgbox .imgbox-content p {
		color: #fff;
	}

	.style1.imgbox .imgbox-content.bg-v1 {
		background: #dc3545;
	}

	.style1.imgbox .imgbox-content.bg-v1:before {
		border-bottom: 29px solid #dc3545;
	}

	.style1.imgbox.v1 .heading {
		margin-bottom: 5px;
	}

	.style1.imgbox.v1 p {
		margin-bottom: 24px;
	}

	.style1.imgbox.v2 .imgbox-content {
		bottom: -105px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.style1.imgbox:hover.v2 .imgbox-content {
		bottom: 0px;
	}

	.style1.imgbox.v2 .imgbox-content {
		background: #000000;
		opacity: 0.7;
	} 

	.style1.imgbox.v2 .imgbox-content:before {
		border-bottom: 29px solid #000000;
	}
	
	.style1.imgbox.v2 .imgbox-content p {
		margin-bottom: 30px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.style1.imgbox:hover.v2 .imgbox-content p {
		visibility: visible;
		opacity: 1;
	}

	.imgbox .flat-socails {
		margin-bottom: 15px;
	}

	.imgbox .flat-socails li > a {
		color: #fff;
		display: block;
		width: 40px;
		height: 40px;
		padding: 10px 0;
	} 

	.imgbox .flat-socails li:hover > a {
		background: #e8b006;
	}

	/* Flat Vehicle Services */
	.flat-imgbox.style2 {
		position: relative;
	}

	.style2.imgbox:hover .overlay {
		opacity: 0.9;
	}

	.style2.imgbox .overlay{
		opacity: 0.9;
		left: 0;
		top: 0;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	}

	.style2.imgbox .imgbox-content {
		position: absolute;
		bottom: 50px;
		width: 100%;
		padding: 0 300px;
	}

	.style2.imgbox .imgbox-content p {
		color: #fff;
	}

	/* style3 */
	.flat-imgbox.style3 {
		position: relative;
	}

	.style3.imgbox .imgbox-content {
		padding: 26px 0 31px;
		border-bottom: 1px solid #efefef;
		position: relative;
	}

	.style3.imgbox .imgbox-content:after {
		content: "";
		left: 50%;
		height: 3px;
		transform: translateY(-50%);
		background: #e8b006;
		width: 0%;
		position: absolute;
		bottom: -3px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.style3.imgbox:hover .imgbox-content:after {
		width: 100%;
		left: 0;
	}

	.imgbox.style3 .overlay a {
		font-size: 36px;
		color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		opacity: 0;
	}

	.imgbox.style3 .overlay {
		width: 0;
		height: 0;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	
	.imgbox:hover.style3 .overlay a {
		opacity: 1;
	}

	.imgbox:hover.style3 .overlay {
		width: 100%;
		height: 100%;
	}

	/* flat-gallery style4*/
	.imgbox.style4 {
		position: relative;
	}

	.imgbox.style4 .overlay {
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		transform: translate(-50%,-50%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.imgbox:hover.style4 .overlay {
		width: 100%;
		height: 100%;
	}

	.grid-sizer {
		width: 25%;
	}

	.imgbox.style4.v1 {
		width: 50%;
		border: 1px solid #fff;
	}

	.imgbox.style4.v2 {
		width: 25%;
		border: 1px solid #fff;
	}

	.imgbox.style4 .imgbox-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 99;
	}

	.imgbox.style4 .imgbox-content a {
		font-size: 20px;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.imgbox:hover.style4 .imgbox-content a {
		opacity: 1;
		visibility: visible;
	}

	.imgbox.style4.v1 .imgbox-content a {
		padding: 25px 50px 30px;
		display: inline-block;
		font-weight: 600;
	}

	.imgbox.style4.v2 .imgbox-content a  {
		width: 60px;
		height: 60px;
		display: inline-block;
		position: relative;
	}

	.imgbox.style4.v2 .imgbox-content span,
	.imgbox.style4.v3 .imgbox-content span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	/* style5 */
	.flat-imgbox.style5 {
		margin: 0 -15px 40px;
	}

	.imgbox.style5 {
		position: relative;
		overflow: hidden;
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.imgbox.style5 .imgbox-content {
		position: absolute;
		width: 44%;
		height: 100%;
		z-index: 5;
		top: 0;
		left: -60%;
		background: rgb(255,255,255,0.95);
		padding: 58px 0 0 37px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.imgbox:hover.style5 .imgbox-content {
		left: 0%;
	}

	.imgbox.style5 .imgbox-content:after {
		content: "";
		border-top: 150px solid transparent;
		border-bottom: 150px solid transparent;
		border-left: 65px solid #fff;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -65px;
		opacity: 0.95;
	}

	.imgbox.style5 .heading {
		margin-bottom: 17px;
	}

	.imgbox.style5 p {
		margin-bottom: 18px;
	}

	.imgbox.style5 .view-details {
		font-size: 16px;
		font-weight: 700;
		text-decoration: underline;
	}

	/* style6 */
	.imgbox.style6 {
		padding: 15px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.imgbox:hover.style6 {
		border: 1px solid #cecece;
	}

	.imgbox.style6 .imgbox-img {
		margin-bottom: 22px;
	}

	.imgbox.style6 h3 {
		margin-bottom: 2px;
	}

	.imgbox.style6 .position {
		margin-bottom: 18px;
	}

	.imgbox.style6 p {
		margin-bottom: 27px;
		padding: 0 21px;
	}

	.imgbox.style6 .flat-socail {
		margin-bottom: 15px;
	}

	.imgbox.style6 .flat-socail li {
		display: inline-block;
	}

	.imgbox.style6 .flat-socail li a {
		color: #cecece;
		margin: 0 12px;
	}

	/* style7 */
	.imgbox.style7  {
		text-align: center;
	}

	.imgbox.style7 .imgbox-border {
		position: relative;
	}

	.imgbox.style7 .imgbox-content {
		position: absolute;
		bottom: -198px;
		width: 100%;
		z-index: 1;
		background: #fff;
		padding-bottom: 35px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.imgbox:hover.style7 .imgbox-content {
		bottom: -170px;
		background: #363636;
		border-radius: 4px;
	}

	.imgbox.style7 .flat-socails {
		background: #fff;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		margin-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.imgbox:hover.style7 .flat-socails {
		background: #dc3545;
		border: unset;
		border-radius: 4px 4px 0 0 ;
	}

	.imgbox.style7 .flat-socails li {
		margin: 0 12px;
	}

	.imgbox.style7 .flat-socails li a {
		color: #cecece;
		background: unset;
		padding: 19px 0 15px 0;
		width: unset;
		height: unset;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.imgbox:hover.style7 .flat-socails li a {
		color: #fff;
	}

	.imgbox.style7 .info h3 {
		margin-bottom: 9px;
	}

	.imgbox:hover.style7 .info h3 a {
		color: #fff;
	}

	.imgbox.style7 .info .position {
		margin-bottom: 15px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.imgbox:hover.style7 .info .position {
		color: #fff;
	}

	.imgbox.style7 img {
		margin-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.imgbox.style7 .imgbox-img {
		overflow: unset;
	}

	.imgbox:hover.style7 img {
		transform: scale(1.1);
	}

	/* style8 */
	.style8.imgbox .icon {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.style8.imgbox:hover .icon {
		visibility: visible;
		opacity: 1;
	}  

	.style8.imgbox img {
		filter: unset;
	}

	.style8.imgbox .imgbox-content h3 a {
		color: #363636;
		opacity: 0.3;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.style8.imgbox:hover .imgbox-content h3 a {
		opacity: 1;
	}

	.style8.imgbox .imgbox-content {
		background: #fff;
		padding: 25px 0 30px;
	}

	/* style9 */
	.imgbox.style9 {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.imgbox.style9 .imgbox-img {
		border-radius: 4px;
	}

	.imgbox.style9 .imgbox-img .overlay	{
		background: #000000;
		opacity: 0.7;
		left: 50%;
		top: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.imgbox:hover.style9 .imgbox-img .overlay {
		width: 100%;
		height: 100%;
		top: 0;
	}

	.imgbox.style9 .imgbox-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		padding: 30px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}
	.imgbox:hover.style9 .imgbox-content {
		visibility: visible;
		opacity: 1;
	}

	.imgbox.style9 .imgbox-content h4 {
		margin-bottom: 20px;
	}

	.imgbox.style9 .imgbox-content h4 a {
		color: #fff;
	}

	.imgbox.style9 .imgbox-content p {
		color: #fff;
		margin-bottom: 20px;
	}

	.imgbox.style9 .imgbox-content .btn-view {
		color: #fff;
		position: relative;
		font-size: 16px;
	}

	.imgbox.style9 .imgbox-content .btn-view:hover {
		color: #e8b006;
	}


	.imgbox.style9 .imgbox-content .btn-view:after {
		content: "";
		position: absolute;
		width: 0%;
		height: 2px;
		background: #e8b006;
		bottom: -1px;
		left: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.imgbox.style9 .imgbox-content .btn-view:hover:after {
		width: 100%;
	}

	.imgbox.v1.style9 {
		width: 50%;
	}

	.imgbox.v2.style9 {
		width: 25%;
	}

/* Flat Socails 
-------------------------------------------------------------- */
	.flat-socails ul li {
		display: inline-block;
	}

	/* Footer */
	#footer .flat-socails {
		position: relative;
	}

	#footer .flat-socails.v3 ul {
		width: 320px;
		margin: 0 auto;
	}

	#footer .flat-socails.v3 ul li {
		float: left;
		margin: 0 1px;
	}

	#footer  .flat-socails:before,
	#footer  .flat-socails:after {
		content: "";
		height: 1px;
		background: #363636;
		width: 34.18%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	#footer  .flat-socails:before {
		left: 0;
	}

	#footer  .flat-socails:after {
		right: 0;
	}

	#footer .flat-socails ul li a {
		background: #363636;
		color: #fff;
		display: block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;

	}

	#footer .flat-socails.v3 ul li a {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	#footer .flat-socails ul li a:hover {
		background: #eab81e;
	}

	#footer .flat-socails.v2 ul li a {
		background: unset;
		border: 1px solid #e9e9e9;
		color: #b9b9b9;
		margin: 0 -2px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	#footer .flat-socails.v2 ul li a:hover {
		background: #f1f1f1;
	}

	#footer  .v2.flat-socails:before,
	#footer  .v2.flat-socails:after {
		background: #ededed;
	}

	/* Top */
	.top .flat-socails ul li {
		position: relative;
		margin : 0 -4px -4px 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.top .flat-socails ul li:hover {
		background: #f5f5f5;
	}

	.top .flat-socails ul li:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height:3px;
		background: #dc3545;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;

	}

	.top .flat-socails ul li:hover:before {
		width: 100%;
	}

	.top .flat-socails ul > li > a {
		padding: 17px 19px 11px 17px;
		color: #bfbfbf;
		display: block;
		border-right: 1px solid #bfbfbf;
	}

	.top .flat-socails ul > li:first-child > a {
		border-left: 1px solid #bfbfbf;
	}

	.top .flat-socail  li {
		display: inline;
		margin-right: 19px;
	}	

	.top .flat-socail a {
		color: #b8b8b8 ;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.top .flat-socail a:hover {
		color: #dc3545;
	}

	/* bottom */
	.bottom.style1 .flat-socails:before,
	.bottom.style1 .flat-socails:after {
		content: unset !important;
	}

	#footer .bottom.style1 .flat-socails ul li {
		float: left;
		margin-right: 1px;
	}

	#footer .bottom.style1 .flat-socails ul li a {
		width: 60px;
		height: 60px;
		line-height: 60px;
		padding: 0 26px;
	}

	.bottom.style2 .flat-socails ul li {
		float: right;
		margin-left: 1px;
	}

	.bottom.style2 ul li a {
		width: 50px;
		height: 50px;
		background: #f9f9f9;
		display: block;
		text-align: center;
		line-height: 50px;
		color: #bbbbbb;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.bottom.style2 ul li a:hover {
		color: #343434;
	}

	#footer .bottom.style3 .flat-socails ul li {
		float: right;
		margin-left: 1px;
	}

	.bottom.style3 ul li a {
		opacity: 0.2;
	}

	#footer .bottom.style3  ul li a:hover {
		opacity: 1;
		color: #fff;
		background: #363636;
	}

/* Flat Info 
-------------------------------------------------------------- */
	.flat-info ul li:before {
		font-family: "ElegantIcons";
		color: #e8b006;
		padding-right: 10px;
		font-size: 18px;
	}

	.flat-info ul li.address:before {
		content: "\e01d";
	}

	.flat-info ul li.website:before {
		content: "\e0e2";
	}

	.flat-info ul li.phone:before {
		content: "\e090";
	}

	/* Top */
	.top .flat-info ul li:before {
		position: absolute;
		left: 30px;
	}

	.top .flat-info ul li a {
		font-family: "Open Sans";
		display: block;
		padding-left: 36px;
	}

	/* style1 */
	.top .flat-info.style1 ul li {
		display: inline-block;
		padding: 13px 30px 15px;
		border-right: 1px solid #bfbfbf;
		position: relative;
	}

	.top .flat-info.style1 ul li:first-child {
		border-left: 1px solid #bfbfbf;
	}

	/* style2 */
	.top .flat-info.style2 ul li a {
		padding: 13px 0 13px 65px;
		color: #828282;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}

	.top .flat-info ul li:hover a {
		color: #363636;
	}

	.top .flat-info.style2 li {
		display: inline-block;
		margin-left:  33px;
		position: relative;
	}

	.top .flat-info.style2 li:before {
		width: 50px;
		height: 50px;
		background: #fff;
		border-radius: 50%;
		line-height: 50px;
		text-align: center;
		padding: unset;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}

	.top .flat-info.style2 li:hover:before {
		background: #dc3545;
		color: #fff;
	}

	.top .flat-info.style2 li.phone:before {
		content: "\e00b";
	}

	/* style3 */
	.top .flat-info.style3 li:before {
		left: 0;
	}
	
	.top .flat-info.style3 li {
		display: inline-block;
		margin-right: 40px;
		position: relative;
	}

	/* Canvas Menu */
	.wrap-canvas .flat-info {
		margin-bottom: 15px;
	}

	.wrap-canvas .flat-info ul li {
		padding-bottom: 10px; 
	}

	.wrap-canvas .flat-info ul li:before {
		float: left;
	}

	.wrap-canvas .flat-info ul li a{
		padding-left: 30px;
		display: block;
	}

/* Flat Copy Right 
-------------------------------------------------------------- */
	.flat-copy-right p {
		color: #808080;
		letter-spacing: 0.1px;
	}

	/* Footer */
	.flat-copy-right {
		position: relative;
	}

	#footer .bottom .flat-copy-right:after {
		content: "";
		height: 1px;
		width: 48.5%;
		position: absolute; 
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		background: #808080;
	}

/* Flat Title Page
-------------------------------------------------------------- */
	.flat-title-page p {
		color: #363636;
		opacity: 0.7;
	}

	/* Top */
	.top .flat-title-page {
		padding: 58px 0 53px;
	}

/* Logo 
-------------------------------------------------------------- */
	/* Top */
	.top #logo {
		padding: 30px 0;
	}

/* Menu Extra
-------------------------------------------------------------- */
	.flat-menu-extra ul li:before {
		font-family: "Ionicons";
	}
	
	/* Top */
	.top .flat-menu-extra {
		padding: 63px 0 0;
	}

	.flat-menu-extra > ul > li {
		float: right;
	}

	.flat-menu-extra ul li.cart {
		position: relative;
		cursor: pointer;
	}

	.flat-menu-extra ul li.cart:before {
		content: "\f110";
		font-size: 30px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.flat-menu-extra ul li > span.total-product {
		position: absolute;
		left: 14px;
		top: -16px;
		font-family: "Poppins";
		background: #e8b006;
		border-radius: 50%;
		padding: 0px 7px;
		font-size: 12px;
		border: 3px solid #f9f9f9;
		color: #fff;
	}

	.flat-menu-extra ul li.cart > a {
		padding-left: 50px;
		color: #8f8f8f;
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
	}

	/* Header */
	#header .flat-menu-extra ul li.cart:before {
		font-family: 'ElegantIcons';
		content: "\e015";
		font-size: 36px;
		color: #dc3545;
	}

	#header .flat-menu-extra ul li span {
		left: 22px;
	}

	#header.header-5 #mainnav > ul.menu li:hover > ul.submenu {
		top: 100%;
	}

/* Flat Price Filter 
-------------------------------------------------------------- */
	.ui-slider-horizontal {
		height: 3px !important;
	}

	.ui-slider .ui-slider-handle {
		width: 14px !important;
		height: 14px !important;
		border-radius: 50% !important;
	}

	.ui-slider-horizontal .ui-slider-handle {
		top: 50% !important;
		margin-left: -.6em !important;
		transform: translateY(-50%) !important;
	}

	.flat-price-filter {
		padding: 0px 30px 38px;
	}

	.flat-price-filter #slider-range {
		margin-bottom: 21px;
	}

	.flat-price-filter p {
		margin-bottom: 23px;
	}
	
	.flat-price-filter #amount {
		color:#363636;
		font-weight:500;
		font-size: 16px;
		float: right;
		font-family: "Rajdhani";
	}

	.flat-price-filter .title-amount {
		float: left;
		font-size: 16px;
		font-family: "Rajdhani";
		font-weight:500;
	}

/* Tabs
-------------------------------------------------------------- */
	.flat-tabs .tab-title .item-title {
		display: inline-block;
		position: relative;
	}

	/* style1 */
	.flat-tabs.style1 .tab-title {
		border-bottom : 3px solid #f1f1f1;
		margin-bottom: 50px;
	}


	.flat-tabs.style1 .tab-title .item-title > span {
		cursor: pointer;
		padding: 10px 38px 8px;
		transition: none;
		border-bottom: none;
		display: inline-block;
		position: relative;
	}

	.flat-tabs.style1 .tab-title .item-title:after,
	.flat-tabs.style1 .tab-title .item-title.active:after {
		content: "";
		height: 3px;
		background: #dc3545;
		position: absolute;
		bottom: -3px;
	}

	.flat-tabs.style1 .tab-title .item-title:after {
		width: 0;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}

	.flat-tabs.style1 .tab-title .item-title:hover:after,
	.flat-tabs.style1 .tab-title .item-title.active:after {
		width: 100%;
	}

	.flat-tabs.style1 .tab-content .item-content {
		padding: 60px 97px 95px 80px;
		background: #f6f6f6;
	}

	.flat-tabs.style1 .tab-content .item-content h3 {
		margin-bottom: 30px;
	}
	/* style2 */
	.flat-tabs.style2  {
		position: relative;
		padding-top: 83px;
	}

	.flat-tabs.style2 .tab-title {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}

	.flat-tabs .tab-title li {
		float: left;
	}

	.flat-tabs .tab-title h3 a {
		color: #d0d0d0;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}

	.flat-tabs .tab-title h3 {
		margin: 0  20px ;	
	}

	.flat-tabs .tab-title li.active h3 a {
		font-size: 36px;
		color: #363636;
		line-height: 36px;
	}

/* Search Top 
-------------------------------------------------------------- */
	.show-search {
		position: relative;
		padding: 28px 0 0;
	}

	.show-search a {
		color: #fff;
		font-size: 18px;
	}

	.top-search {
		position: absolute;
		right: 0;
		top: 110%;
	}

	.show-search a {
		color: #fff;
		margin-left: 21px;
		padding-left: 31px;
		font-size: 18px;
		padding: 0px;    
		position: relative;
	}

	.show-search a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 1px;
		width: 1px;
		height: 20px;
	}

	.show-search a i {
		width: 16px;
	}

	.show-search a:hover,
	.show-search a i:hover,
	.show-search.active a .icon_search:hover:before {
		color: #111111;
	}

	.show-search.active a .icon_search:before {
		content: "\4d";
		color: #111111;
	}

	.top-search {
		position: absolute;
		right: -5px;
		top: 138%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.top-search.show {
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}

	.top-search.widget-search .search-form:before {
		content: unset;
	}

	.top-search.widget-search button.search-submit:before {
		font-size: 14px;
	}

/* Flat Form Comment
-------------------------------------------------------------- */
	.flat-form-comment .flat-heading {
		margin-bottom: 55px;
	}

/* Flat Action
-------------------------------------------------------------- */
	.flat-row {
		position: relative;
	}

	.flat-row .flat-border {
		border: 1px solid #e1e1e1;
	}

	.flat-row .flat-action {
		position: absolute;
		width: 100%;
		transform: translateY(-50%);
	}

	.flat-action.style1  .wrap-icon,
	.flat-action.style1 .wrap-btn {
		width: 25.64%;
		float: left;
	}

	.flat-action.style1 .wrap-icon .icon {
		position: relative;
		height: 100px;
		width: 220px;
		background: #dc3545;
	}

	.flat-action.style1 .wrap-icon  span {
		font-size: 36px;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.flat-action.style1 .wrap-icon .icon:after {
		content: "";
		width: 0;
		height: 0;
		right: -20px;
		border-top: 50px solid transparent;
		border-bottom: 50px solid transparent;
		border-left: 20px solid #dc3545;
		position: absolute;
	}

	.flat-action.style1 .wrap-text {
		width: 48.72%;
		float: left;
		padding: 39px 0 34px 55px;
	}

	.flat-action.style1 .wrap-text p {
		font-size: 16px;
	}

	.flat-action.style1 .wrap-btn {
		padding:  24px 30px 0px 0;
	}

	.flat-action.style1 .wrap-icon .icon.style2 {
		background: #e8b006;	
	}

	.flat-action.style1 .wrap-icon .icon.style2:after {
		border-left: 20px solid #e8b006;
	}

	/* style2 */
	.flat-action.style2  .wrap-action {
		position: relative;
		overflow: hidden;
	}

	.flat-action.style2  .wrap-action:before {
		content: "\e010";
		font-family: "ElegantIcons";
		font-size: 200px;
		position: absolute;
		-ms-transform: rotate(-29deg);
		-webkit-transform: rotate(-29deg);
		transform: rotate(-29deg);
		left: -66px;
		top: -21px;
	}

	.flat-action.style2 .content-action {
		margin: 15px;
		border: 1px dotted #33a0e8;
		padding: 34px 44px 32px 60px;
	}

	.flat-action.style2 .text {
		float: left;
		width: 29%;
		position: relative;
		color: #fff;
	}

	.flat-action.style2 .text h3 {
		margin-bottom: 4px;
	}

	.flat-action.style2 .text p {
		color: #95d1f9;
	}

	.flat-action.style2 .subscribe-email {
		float: left;
		width: 71%;
		position: relative;
	}

	.flat-action.style2 .wrap-input-text {
		float: left;
		width: 75%;
		padding-right: 2px;
	}

	.flat-action.style2 .wrap-btn {
		float: left;
		width: 25%;
	}

	.flat-action.style2 input[type='text'] {
		margin-bottom: unset;
		border-radius: unset;
	}

/* Owl Carousel 
-------------------------------------------------------------- */
	/*flat-our-services*/
	.flat-our-services .owl-dot.active .btn-defect.btn-dots {
		background: #fff;
		color: #343434;
	}

	.flat-our-services .owl-dot.active .btn-defect.btn-dots:after {
		opacity: 1;
		right: 2px;
	}

	.flat-our-services .owl-dots {
		text-align: center;
	}

	.flat-our-services .owl-stage-outer {
		margin-bottom: 74px;
	}

	/* flat-team */
	.flat-team.style1 .owl-dot .btn-defect.btn-dots {
		border: 1px solid transparent;
		overflow: hidden;
	}

	.flat-team.style1 .owl-dot.active .btn-defect.btn-dots,
	.flat-team.style1 .owl-dot:hover .btn-defect.btn-dots {
		background: #fff;
		color: #343434;
		border: 1px solid #dedede;
	}

	.flat-team.style1 .owl-dot.active .btn-defect.btn-dots:after {
		opacity: 1;
		right: 2px;
	}

	.flat-team .owl-dots {
		text-align: center;
		position: relative;
	}

	.flat-team.style1 .owl-stage-outer {
		margin-bottom: 93px;
	}

	.flat-team.style2 .owl-dot .btn-defect.btn-dots {
		color: #242424;
	}

	.flat-team.style2 .owl-dot .btn-defect:after {
		content: unset;
	}

	.flat-team.style2 .owl-dot .btn-defect:hover {
		background: #e8b006 !important;
	}

	.flat-team.style2 .owl-dot.active .btn-defect.btn-dots {
		background: #e8b006;
		color: #fff;
	}

	.flat-team.style2 .owl-dots:before,
	.flat-team.style2 .owl-dots:after {
		content: "";
		height: 1px;
		background: #e4e4e4;
		width: 36.5%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.flat-team.style2 .owl-dots:before {
		left: 3%;
	}

	.flat-team.style2 .owl-dots:after {
		right: 3%;
	}

	.flat-team.style2 .owl-prev,
	.flat-team.style2 .owl-next {
		font-size: 18px;
		position: absolute;
		bottom: 0;
		z-index: 1;
	}

	.flat-team.style2 .owl-prev {
		left: 0;	
	}

	.flat-team.style2 .owl-next {
		right: 0;
	}

	.flat-team.style2 .owl-nav span {
		font-size: 18px;
		color: #e4e4e4;
	}

	.flat-team.style2 .owl-stage-outer {
		margin-bottom: 93px;
	}

	/*flat-highlight-services style1*/
	.flat-highlight-services.style1 .owl-carousel .owl-item img {
		width: auto;
		display: unset;
	}

	/* flat-vehicle-services */
	.flat-vehicle-services .owl-carousel .owl-stage-outer {
		overflow: visible;
	}

	.flat-vehicle-services .owl-carousel .owl-stage-outer .owl-item {
		opacity: 0.3;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
	}

	.flat-vehicle-services .owl-carousel .owl-stage-outer .owl-item.active {
		opacity: 1;
	}

	.flat-vehicle-services .owl-carousel .owl-stage-outer .owl-item .imgbox {
		top: 50%;
		transform: scaleY(0.8);
		position: absolute;
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: gray;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.flat-vehicle-services .owl-carousel .owl-stage-outer .owl-item.active .imgbox {
		top: unset;
		transform: unset;
		position: unset;
		filter: unset;
		-webkit-filter: unset;
		-moz-filter: unset;
		-ms-filter: unset;
		-o-filter: unset;
	}

	.flat-vehicle-services .owl-carousel .owl-dots {
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
		background: #fff;
		padding: 0 29.5px;
	}

	.flat-vehicle-services .owl-carousel .owl-dots:before {
		content: "";
		border-top: 40px solid transparent;
		border-right: 20px solid #fff;
		position: absolute;
		left: -20px;
	}

	.flat-vehicle-services .owl-carousel .owl-dots:after {
		content: "";
		border-top: 40px solid transparent;
		border-left: 20px solid #fff;
		position: absolute;
		right: -20px;
	}

	.flat-vehicle-services .owl-carousel button.owl-dot,
	.flat-news-section .owl-carousel button.owl-dot {
		width: 12px;
		height: 12px;
		border: 1px solid #dedede;
		margin: 15px 6.5px 13px;
	}

	.flat-vehicle-services .owl-carousel button.owl-dot.active,
	.flat-news-section .owl-carousel button.owl-dot.active,
	.flat-vehicle-services .owl-carousel button.owl-dot:hover,
	.flat-news-section .owl-carousel button.owl-dot:hover {
		background: #e8b006;
		border: 1px solid #e8b006;
	}
	
	/* flat-news-section */
	.flat-news-section .owl-stage {
		margin-bottom: 40px;
	}

	.flat-news-section .owl-dots {
		text-align: center;
	}

	/* flat-workshop */
	.flat-workshop .owl-dots,
	.flat-featured-product .owl-dots {
		text-align: center;
	}

	.flat-workshop .owl-carousel button.owl-dot,
	.flat-featured-product .owl-carousel button.owl-dot {
		width: 12px;
		height: 12px;
		background:  #e5e5e5;
		margin: 15px 6.5px 13px;
	}

	.flat-workshop .owl-carousel button.owl-dot.active,
	.flat-featured-product .owl-carousel button.owl-dot.active {
		background: #e8b006;
	}

	.flat-workshop .owl-carousel .owl-stage-outer {
		margin-bottom: 44px;
	}

	.flat-featured-product .owl-carousel .owl-stage-outer {
		margin-bottom: 55px;
	}

	/* flat-testimonials */
	.flat-testimonials.style1 .owl-nav {
		position: absolute;
		bottom: 115px;
		right: 50px;
	}

	.flat-testimonials.style1 button {
		width: 40px;
		height: 40px;
		background: #dc3545 !important;
		color: #fff !important;
		margin: 0 1px;
		border-radius: unset;
	}

	.flat-testimonials.style1 button span {
		font-size: 18px;
	}

	.flat-testimonials.style1 button.disabled {
		background: #fff !important;
		color:  #363636 !important;
	}

	.flat-testimonials.style3 span {
		font-size: 180px;
		color: #eeeeee;
		opacity: 0.1;
	}

	.flat-testimonials.style3 .owl-prev {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}

	.flat-testimonials.style3 .owl-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}

	.flat-testimonials.style4 .owl-dots {
		text-align: center;
	}

	.flat-testimonials.style4 .owl-dot {
		width: 12px;
		height: 12px;
		border-radius: 4px;
		background: #d5d5d5 !important;
		margin: 0 5px;
	}

	.flat-testimonials.style4 .owl-dot.active {
		background:  #e8b006 !important;
	}

	.flat-testimonials.style4 .owl-stage-outer {
		margin-bottom: 77px;
	}

	/* flat-warranty */
	.flat-warranty .owl-dot {
		width: 12px;
		height: 12px;
		border-radius: 4px;
		background:  #e1e1e1 !important;
		margin: 0 5px;
	}

	.flat-warranty .owl-dot.active {
		background:  #363636 !important;
	}

	.flat-warranty .owl-dots {
		text-align: center;
		position: relative;
	}

	.flat-warranty .owl-dots:before,
	.flat-warranty .owl-dots:after {
		content: "";
		height: 1px;
		background: #e1e1e1;
		width: 45%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.flat-warranty .owl-dots:before {
		left: 0;
	}

	.flat-warranty .owl-dots:after {
		right: 0;
	}


	.flat-warranty .owl-carousel .owl-stage-outer {
		margin-bottom: 68px;
	}

/* Textbox 
-------------------------------------------------------------- */
	.textbox,
	.textbox .bg-img {
		position: relative;
		overflow: hidden;
	}

	.textbox .bg-img img {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.textbox:hover .bg-img img {
		transform: scale(1.2);
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: gray;
	}

	.textbox .overlay {
		left: 0;
		top: 0;
		opacity: 0.9;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.textbox:hover.style2 .overlay {
		opacity: 0.8;
	}

	.textbox.bg-1 .overlay {
		background: #242424;
	}

	.textbox.bg-2 .overlay {
		background: #dc3545;
	}

	.textbox.bg-3 .overlay {
		background: #e8b006;
	}

	.textbox.bg-1 {
		background: url("../images/home1/highlight-service-1.png") center center no-repeat;
		background-size: cover;
	}

	.textbox.bg-2 {
		background: url("../images/home1/highlight-service-2.png") center center no-repeat;
		background-size: cover;
	}

	.textbox.bg-3 {
		background: url("../images/home1/highlight-service-3.png") center center no-repeat;
		background-size: cover;
	}

	.textbox.style2 .text-content {
		position: relative;
		padding: 80px 67px;
		text-align: center;
	}

	.textbox .text-content h3 {
		margin-bottom: 15px;
	}

	.textbox .text-content h3 a {
		color: #fff;
		font-weight: 500;
	}

	.textbox .text-content .textbox-icon {
		margin-bottom: 40px;
	}

	.textbox .text-content p {
		color: #fff;
	}

	/* style1 */
	.textbox:not(:last-child).style1 {
		border-bottom: 1px solid #efefef;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.textbox:not(:last-child):hover.style1 {
		border-bottom: 1px solid #dc3545;
	}

	.textbox:not(:first-child).style1 {
		padding-top: 35px;
	}

	.textbox.style1 h4 {
		position: relative;
		margin-bottom: 15px;
	}

	.textbox.style1 h4:after {
		content: "\33";
		font-size: 18px;
		color: #c0c0c0;
		font-family: "ElegantIcons";
		position: absolute;
		right: 19px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.textbox:hover.style1 h4:after {
		color: #dc3545;
	}

	.textbox.style1 p {
		margin-bottom: 30px;
	}

	.textbox.style3.bg-1 {
		background: url("../images/home5/bg-freeship.png") center center no-repeat;
		background-size: cover;
		padding: 100px 30px 45px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.textbox.style3.bg-2 {
		background: url("../images/home5/bg-maintenance.png") center center no-repeat;
		background-size: cover;
		padding: 90px 30px 45px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.textbox:hover.style3.bg-1 {
		padding: 70px 30px 75px;
	}

	.textbox:hover.style3.bg-2 {
		padding: 70px 30px 65px;
	}

	.textbox.style3 .overlay {
		background: #fff;
	}

	.textbox.style3 .textbox-content {
		
		position: relative;
	}

	.textbox.style3 .textbox-content p {
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.textbox:hover.style3 .textbox-content p {
		opacity: 1;
	}

	.textbox.style3 .textbox-content .textbox-icon {
		margin-bottom: 25px;
	}

	.textbox.style3 .textbox-content .title {
		margin-bottom: 15px;
	}

	 .owl-carousel .owl-item .textbox.style3 img {
		display: unset !important;
		width: unset !important;
	}

/* Flat Title
-------------------------------------------------------------- */
	.flat-title .icon {
		position: relative;
		margin-bottom: 40px;
	}

	.flat-title .icon span {
		color: #dc3545;
		font-size: 36px;
	}

	.flat-title .icon:before,
	.flat-title .icon:after {
		content: "";
		height: 1px;
		background: #ececec;
		width: 46%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.flat-title .icon:before {
		left: 0;
	}

	.flat-title .icon:after {
		right: 0;
	}

	.flat-title .v2.icon:before,
	.flat-title .v2.icon:after {
		width: 40%;
	}

	/* v1 */
	.flat-title h2 {
		font-size: 36px;
		position: relative;
		margin-bottom: 15px;
	}

	.flat-title.v1 h2:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #dc3545;
		position: absolute;
		bottom: -72px;
		left: 50%;
		transform: translateX(-50%);
		background: unset;
	}

	/* v2 */
	.flat-title.v2 h2:after,
	.flat-title.v2 h2:before {
		content: "";
		width: 41%;
		height: 1px;
		background: #e5e5e5;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
	}

	.flat-title.v2 h2:after {
		right: 0;
	}

	.flat-title.v2 h2:before {
		left:  0;
	}

	
	.flat-title .icon.v2 span {
		font-size: 50px;
	}

	/* v3 */
	.flat-title .description {
		color: #cfcfcf !important;
		font-weight: 700;
		font-family: "Rajdhani";
		margin-bottom: 15px;
		font-size: 18px;
	}

	.flat-title .description.v2 {
		color: #e8b006 !important;
		position: relative;
	}

	.flat-title.v3 .heading {
		font-weight: 400;
		font-size: 50px;
		margin-bottom: 24px;
	}

	.flat-title.v3 .heading.v2 {
		color: #fff;
	}

	.flat-title.v3 p {
		color: #868686;
	} 

	/* v4 */
	.flat-title.v4 h2 {
		font-size: 36px;
		position: relative;
		margin-bottom: 1px;
	}

	.flat-title.v4 h2:after,
	.flat-title.v4 h3:after,
	.flat-title.v4 h5:after {
		position: absolute;
		content: "";
		height: 3px;
		width: 100px;
		background: #dc3545;
		left: 0;
		bottom: -18px;
	}

	.flat-title.v4 h3,
	.flat-title.v4 h5 {
		position: relative;
		margin-bottom: 1px;
		display: inline-block;
	}

	.flat-title.v4 h3:after {
		width: 100%;
		bottom: -12px;
	}


	.flat-title.v4 h5:after {
		width: 50px;
		bottom: -8px;
	}

	.flat-title.v4 p {
		text-align: right;
		color: #727272;
	}

	/* v5 */
	.flat-title.v5 {
		margin-bottom: 85px;
	}

	.flat-title.v5 h3 {
		position: relative;
		display: inline;
	}

	.flat-title.v5 h3:after {
		content: "";
		height: 3px;
		width: 50px;
		position: absolute;
		left: 0;
		bottom: -10px;
		background: #dc3545;
	}

	/* v6 */
	.flat-title.v6 .icon:before,
	.flat-title.v6 .icon:after {
		content: unset;
	}

	.flat-title.v6 h2 {
		font-weight: 400;
		font-size: 50px;
		line-height: 50px;
	}

	.flat-title.v6 p {
		opacity: 0.7;
	}

	/*.flat-title .icon {
		margin-right: 15px;
	}*/

	.flat-title.v6 .icon span {
		font-size: 50px;
	}

	/* v7 */
	.flat-title.v7 h2 {
		font-size: 50px;
	}

	/* v8 */
	.flat-title.v8 h2 {
		font-size: 36px;
		color: #fff;
		padding: 0 0 0 175px;
		position: relative;
		line-height: 40px;
	}


	/* v9 */
	.flat-title.v9 h5 {
		position: relative;
		margin:0 0 24px 12px;
	}

	.flat-title.v9 h5:before {
		content: "";
		width: 3px;
		height: 11px;
		background: #dc3545;
		position: absolute;
		top: 50%;
		left: -13px;
		transform: translateY(-50%);
	} 

/* Flat Overviews Slider
-------------------------------------------------------------- */
	.wrap-overviews-slider #img-item {
		width: 39.31%;
		float: left;
	}

	.wrap-overviews-slider #content {
		width: 60.69%;
		float: left;
	}

	.wrap-overviews-slider .wrap-btn {
		margin-left: 160px;
	}

/* Flat Filter
-------------------------------------------------------------- */
	.flat-filter2 li {
		display: inline-block;
	}

	/* style1 */
	.flat-filter2.style1 li a {
		font-size: 16px;
		font-weight: 500;
		display: block;
		padding: 3px 23px 0px 24px;;
		color: #7c7c7c;
		border: 1px solid transparent;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.flat-filter2.style1 li.active a,
	.flat-filter2.style1 li:hover a {
		border: 1px solid #dedede;
		color: #343434;
	}

	/* style2 */
	.flat-filter2.style2 li a {
		display: block;
		padding: 8px 27px;
		background: #fff;
		position: relative;
		font-weight: 700;
		color: #bcbcbc;
		font-size: 16px;
	}

	.flat-filter2.style2 li a:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -2px;
		transform: translateX(-50%);
		width: 0;
		height: 2px;
		background: #dc3545;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.flat-filter2.style2 li.active a:after,
	.flat-filter2.style2 li:hover a:after {
		width: 100%;
	}

	.flat-filter2.style2 li.active a,
	.flat-filter2.style2 li:hover a {
		color: #dc3545;
	}

	/* style3 */
	.flat-filter2.style3 li.active a {
		background:  #e8b006;
		color: #fff;
	}

	.flat-filter2.style3 li a {
		line-height: 50px;
		padding: 0 30px;
		display: block;
		font-weight: 500;
		font-size: 16px;
		border-radius: 4px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	/* style4 */
	.flat-filter2.style4 li.active a,
	.flat-filter2.style4 li a:hover {
		color: #e8b006;
	}
	.flat-filter2.style4 li a {
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		margin-left: 56px;
		position: relative;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.flat-filter2.style4 li  a:before {
		content: "";
		width: 3px;
		height: 0;
		background: #e8b006;
		position: absolute;
		left: -20px ;
		bottom: 10px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.flat-filter2.style4 li.active a:before,
	.flat-filter2.style4 li a:hover:before {
		height: 150px;
	}

/* Flat Projects
-------------------------------------------------------------- */
	.flat-projects .flat-imgbox {
		margin: 0 -15px 50px;
	}

	.flat-projects .flat-imgbox .imgbox.style1 {
		padding: 0 15px;
		margin-bottom: 30px;
		width: 33.333%;
	}

	.flat-projects .flat-paginations ul.paginations li a {
		color: #bcbcbc;
		padding: 15px 16px 9px;
		margin: 0 5px;
		font-size: 18px;
	}

	.flat-projects .flat-paginations ul.paginations li:hover a {
		color: #343434;
	}

	/* style2 */
	.flat-projects.style2 .flat-imgbox {
		margin-bottom:  30px;
	}

	.project-v3-page .flat-projects.style2 .flat-imgbox {
		margin-bottom: 50px;
	}

	.flat-projects .flat-imgbox .imgbox.v3 {
		padding: 0 15px;
		margin-bottom: 30px;
	}


	.flat-projects .flat-imgbox .imgbox.style5 {
		width: 50%;
	}

/* Flat Why Us
-------------------------------------------------------------- */
	.wrap-why-us {
		background: url("../images/home1/men-service.png") center center no-repeat;
		height: 700px;
	}

	.flat-why-us .accordion {
		padding-top: 139px;
	}

	.flat-why-us .accordion-toggle.toggle1 {
		margin-right: 170px;
	}

	.flat-why-us .accordion-toggle.toggle2 {
		margin-left: 170px;
	}

	.flat-why-us .accordion-toggle.toggle3 {
		margin-right: 215px !important;
	}

	.flat-why-us .accordion-toggle.toggle4 {
		margin-left: 222px !important;
	}

	.flat-why-us .accordion-toggle.toggle5 {
		margin-right: 180px;
	}

	.flat-why-us .accordion-toggle.toggle6 {
		margin-left: 180px;
	}

	.flat-why-us .toggle-title h5 {
		background: #f5f5f5;
		display: inline-block;
		position: relative;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.flat-why-us .accordion-toggle.active .toggle-title h5,
	.flat-why-us .accordion-toggle:hover .toggle-title h5 {
		background: #242424;
		color: #fff;
	}

	.flat-why-us .toggle-title.right h5 {
		padding: 13px 80px 13px 30px;
	}

	.flat-why-us .toggle-title.left h5 {
		padding: 13px 30px 13px 80px;
	}
	
	.flat-why-us .toggle-title.right {
		text-align: right;
	}

	.flat-why-us .toggle-title.left {
		text-align: left;
	}

	.flat-why-us .toggle-title.right h5:after,
	.flat-why-us .toggle-title.left h5:before {
		content: "0";
		font-size: 18px;
		font-weight: 700;
		font-family: "Open Sans";
		color: #fff;
		position: absolute;
		top: 0;
		background: #c7c7c7;
		padding: 12px 23px;
		width: 50px;
		height: 50px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.flat-why-us .accordion-toggle.active .toggle-title.right h5:after,
	.flat-why-us .accordion-toggle.active .toggle-title.left h5:before,
	.flat-why-us .accordion-toggle:hover .toggle-title.right h5:after,
	.flat-why-us .accordion-toggle:hover .toggle-title.left h5:before {
		background: #e8b006;
	}

	.flat-why-us .toggle-title.right h5:after {
		right: 0px;
	}

	.flat-why-us .toggle-title.left h5:before {
		left: 0px;
	}

	.flat-why-us .toggle-title h5.heading1:after {
		content: "1";
	}

	.flat-why-us .toggle-title h5.heading2:before {
		content: "2";
	}

	.flat-why-us .toggle-title h5.heading3:after {
		content: "3";
	}

	.flat-why-us .toggle-title h5.heading4:before {
		content: "4";
	}

	.flat-why-us .toggle-title h5.heading5:after {
		content: "5";
	}

	.flat-why-us .toggle-title h5.heading6:before {
		content: "6";
	}

	.flat-why-us .toggle-content {
		padding: 30px 30px 28px 33px;
		border: 1px solid #eaeaea;
		background: #fff;
	}

	.flat-why-us .accordion-toggle {
		position: relative;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		cursor: pointer;	
	}

	.flat-why-us .accordion-toggle .toggle-content {
		position: absolute;
		top: 50px;
		z-index: 1;
		width: 390px;
	}

	.flat-why-us .accordion-toggle .toggle-content.right {
		right: 0;
	}

	.flat-why-us .accordion-toggle .toggle-content.left {
		left: 0;
	}

	.flat-why-us .accordion-toggle:nth-child(2) {
		margin: 140px 0 132px;
	}

/* Flat News Section
-------------------------------------------------------------- */
	.flat-news-section .flat-post {
		margin: unset;
	}

	.flat-news-section .flat-post .post {
		padding: unset;
		margin-bottom: unset;
	}

/* Flat Team
-------------------------------------------------------------- */
	/* style1 */
	.flat-team.style1 .flat-carousel {
		position: relative; 
	}

	.flat-team.style1 .flat-carousel:after {
		content: "";
		height: 1px;
		width: 100%;
		background: #e6e6e6;
		position: absolute;
		bottom: 0;
	}

	/* style3 */
	.flat-team.style3 {
		background: url("../images/home4/bg-team.png") center center;
		position: relative;
		padding-bottom: 530px;
	}

	.flat-team.style3 .team-wrap {
		position: absolute;
		bottom: -18.5%;
		width: 100%;
	}

	.flat-team.style3 .owl-stage-outer {
		padding: 20px 0 130px;
	}

/* Flat Client 
-------------------------------------------------------------- */
	.client-item a img:last-child {
	    display:none;
	}

	.client-item a:hover img:first-child {
	    display:none;
	}

	.client-item a:hover img:last-child {
	    display:inline-block;
	}

/* Flat Gallery
-------------------------------------------------------------- */
	.flat-gallery .flat-imgbox {
		margin-bottom: 70px;
	}

/* Flat Counter			
-------------------------------------------------------------- */
	.counter .icon {
		width: 50%;
		float: left;
		text-align: right;
		padding-right: 14px;
	}

	.counter .text-numb {
		width: 50%;
		float: left;
		color: #fff;
		font-size: 36px;
		font-family: "Rajdhani";
		font-weight: 600;
		padding-top: 16px;
	} 

	.counter-numb {
		margin-bottom: 24px;
	}

	.counter .counter-text h5 {
		color: #fff;
		font-weight: 600;
	}

	.counter.plus .text-numb span:after {
		content: "+";
		font-size: 36px;
		font-family: "Rajdhani";
		font-weight: 600;
		padding-top: 10px;
	}

/* Flat Testimonials			
-------------------------------------------------------------- */
	/* style1 */
	.flat-testimonials.style1 {
		position: relative;
	}

	.testimonial.style1 {
		position: relative;
	}

	.testimonial.style1 .testimonial-img {
		width: 40%;
		float: left;
		padding: 0 26px 0 50px;
	}

	.testimonial.style1 .testimonial-content {
		width: 60%;
		float: left;
		padding: 40px 50px 0 50px ;
	}

	.testimonial.style1 .customer-info {
		padding-left: 42px;
	}

	.testimonial.style1 .customer-info h3 {
		margin-bottom: 5px;
		letter-spacing: 1px;
	}

	.testimonial.style1 blockquote {
		background:  #fff;
		position: relative;
		padding: 45px 50px 73px 40px;
		margin-bottom: 64px;
		/*overflow: hidden;*/
	}

	.testimonial.style1 blockquote:before {
		content: "";
		border-bottom: 39px solid transparent;
		border-left: 38px solid #fff;
		position: absolute;
		bottom: -39px;
		left: 40px;
	}

	.testimonial.style1 blockquote:after {
		content: '“';
		font-family: "CenturyGothic";
		font-size: 136px;
		font-weight: 700;
		font-style: italic;
		color: #d8d8d8;
		position: absolute;
		bottom: -20px;
		right: 76px;
	}

	.testimonial.style1 .name a {
		color: #fff;
		font-weight: 700;
		font-family: "Open Sans";
	}

	.testimonial.style1 .position {
		color: #e8b006;
	}

	.testimonial.style1.v2 blockquote {
		border: 1px solid #e7e7e7;
		padding: 34px 31px 38px 31px;
		margin: 0 1px 46px 0; 
	}

	.testimonial.style1.v2 blockquote:before {
		content: "";
		width: 20px;
		height: 20px;
		border-top: 1px solid #e7e7e7;
		border-left: 1px solid #e7e7e7;
		transform: rotate(-135deg);
		bottom: -12px;
		background: #fff;
		border-bottom: unset;
	}

	.testimonial.style1 .customer-info {
		padding-left: 30px;
	}

	.testimonial.style1.v2 .name a {
		color: #363636;
	}

	.testimonial.style1.v2 .position {
		color: #363636;
		opacity: 0.7;
	}

	.testimonial.style1.v2 blockquote:after {
		content: "”";
		color: #e8b006;
		bottom: -44px;
	}

	/* style2 */
	.flat-testimonials.style2 {
		position: relative;
		padding: 182px 200px 178px 150px;
		height: 100%;
	}

	.flat-testimonials.style2 .overlay	{
		background: #dc3545;
		opacity: 0.9;
		left: 0;
		top: 0;
	}

	.testimonial.style2 {
		position: relative;
		padding: 0 60px;
	}

	.testimonial.style2  .testimonial-img {
		margin-bottom: 30px;
	}

	.testimonial.style2 h3,
	.testimonial.style3 h3 {
		margin-bottom: 6px;
	}

	.testimonial.style2 h3 a,
	.testimonial.style3 h3 a {
		color: #fff;
		font-family: "Open Sans";
		font-weight: 700;
	}

	.testimonial.style2 p,
	.testimonial.style3 p {
		color: #fff;
	}	

	.testimonial.style2 blockquote,
	.testimonial.style3 blockquote {
		margin-bottom: 30px;
		color: #fff;
	}

	.testimonial.style2 blockquote:after,
	.testimonial.style2 blockquote:before,
	.testimonial.style3 blockquote:after,
	.testimonial.style3 blockquote:before {
		content: '“';
		font-family: "CenturyGothic";
		font-size: 100px;
		font-weight: 700;
		font-style: italic;
		color: #e8b006;
		position: absolute;
	}

	.testimonial.style2 blockquote:before,
	.testimonial.style3 blockquote:before {
		left:  0px;
	}

	.testimonial.style2 blockquote:after,
	.testimonial.style3 blockquote:after {
		transform: rotate(180deg);
		right: 0px;
	}

	.testimonial.style2 .testimonial-img img {
		width: unset !important;
		display: unset;
	}

	/* style3 */ 
	.flat-testimonials.style3 {
		
		background-size: auto;
		position: relative; 
	}

	.testimonial.style3 {
		padding: 0 18%;
	}

	.flat-testimonials.style3 .overlay	{
		background: #dc3545;
		left: 0;
		top: 0;
		z-index: -1;
	}

	.testimonial.style3 .avata {
		margin-bottom: 30px;
	}

	.testimonial.style3 blockquote {
		position: relative;
		margin-bottom: 30px;
		padding: 0 15%;
	}

	.testimonial.style3 img {
		width: unset !important;
		display: unset !important;
	}

	/* style4 */
	.testimonial.style4 {
		background: #fff;
		padding: 95px  0px 8px  0px;
		position: relative;
		margin-top: 50px;
	}

	.testimonial.style4 blockquote {
		font-style: italic;
		color: #484848;
		opacity: 0.7;
		position: relative;
		margin-bottom: 50px;
		line-height: 28px;
		padding: 0 20px;
	}

	.testimonial.style4 blockquote:after {
		content: '”';
		font-family: "CenturyGothic";
		font-size: 150px;
		font-weight: 700;
		color: #363636;
		position: absolute;
		opacity: 0.1;
		left: 45%;
		top: 50%;
		transform: translate(-50%,100%);
	}

	.testimonial.style4 .info {
		border-top: 1px solid #f6f6f6;
		padding-top: 20px;
	}

	.testimonial.style4 .position {
		color: #e8b006;
		margin-bottom: 20px;
	}

	.testimonial.style4 .avata {
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
	}

	.testimonial.style4 h5 a {
		font-family: "Open Sans";
		font-weight: 700;
	}

	.testimonial.style4.v2 {
		padding-top: 40px;
	}

	.testimonial.style4.v2 .info {
		padding: 22px 0 0px 33px;
	}

	.testimonial.style4.v2 blockquote {
		position: unset;
		padding: 0 36px;
		margin-bottom: 60px;
	}

	.testimonial.style4.v2 blockquote:after {
		left: unset;
		top: unset;
		bottom: 25px;
		right: -3px;
	}

/* Flat Auto Motive			
-------------------------------------------------------------- */
	.flat-auto-motive {
		padding: 5px  45px 0 0;
	}

	.flat-auto-motive .img {
		margin-bottom: 27px;
	}

	.flat-auto-motive .img img {
		width: 100%;
	}

	.flat-auto-motive .content h3 {
		display: inline;
	}

	.flat-auto-motive .content .title {
		margin-bottom: 11px;
	}

	.flat-auto-motive .content span {
		font-size: 24px;
		font-weight: 300;
		font-style: italic;
		font-family: "Open Sans";
	}

	.flat-auto-motive .content p {
		margin-bottom: 22px;
	}

	/* our-team-page */
	.flat-auto-motive.our-team-page .content {
		padding-left: 45px;
	}

	.flat-auto-motive .content p:last-child {
		margin-bottom: 40px;
	}

	.flat-auto-motive.our-team-page .content .title {
		margin-bottom: 27px;
	}

/* Flat Skills		
-------------------------------------------------------------- */
	.flat-progres .progress-item {
	    position: relative;
	    margin-bottom: 22px;
	}

	.flat-progres .progress-item:last-child {
	    margin-bottom: 0px;
	}

	.flat-progres .progress-item .name {
	    position: absolute;
	    left: 0;
	    top: 0;
	    color: #363636;
	    font-family: 'Rajdhani';
	    font-weight: 700;
	    font-size: 16px;
	}

	.flat-progres .progress-item .perc {
	    text-align: right;
	    width: 0;
	    opacity: 0;
	    -webkit-transition: opacity 1s ease-in-out;
	    -moz-transition: opacity 1s ease-in-out;
	    -ms-transition: opacity 1s ease-in-out;
	    -o-transition: opacity 1s ease-in-out;
	    transition: opacity 1s ease-in-out;
	}

	.flat-progres .progress-item .perc span {
	    display: inline-block;
	    line-height: 25px;
	    margin-top: 0px;
	    font-weight: 600;
	    font-size: 16px;
	    padding: 0px 9px;
	    margin-right: -21px;
	    position: relative;
	}

	.flat-progres .progress-item .perc span:before {
	    content: '';
	    position: absolute;
	    bottom: -8px;
	    left: 18px;
	    border-top: 8px solid #dc3545;
	    border-right: 8px solid transparent;
	    border-left: 8px solid transparent;
	}

	.flat-progres .progress-item .perc.show {
	    opacity: 1;
	    left: 0;
	    overflow: visible!important;
	}

	.flat-progres .progress-item .progres-bar {
	    background-color: #f0f0f0;
	    height: 10px;
	    width: 100%;
	    margin-top: 13px;
	    overflow: hidden;
	}

	.flat-progres .progress-item .progres-bar .progress-animate {
	    background-color: #dc3545;
	    height: 10px;
	    width: 0;
	}

	/* style2 */
	.flat-skills.style2 .flat-title.v4 h2:after {
		left: 50%;
		transform: translateX(-50%);
		width: 50px;
	}

	.flat-skills.style2 .one-of-two {
		padding: 0 15px;
	}

	.flat-skills.style2 .sub-col {
		margin: 0 -15px;
	}

	.flat-skills.style2 .flat-progres .progress-item {
		margin-bottom: 52px;
	}

/* List Hover	
-------------------------------------------------------------- */
	.list-hover .number {
		width: 40px;
		height: 40px;
		line-height: 40px;
		color: #fff;
		border-radius: 50%;
		background: #e8b006;
		text-align: center;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.list-hover .content-list {
		width: 200px;
		height: 200px;
		background: #fff;
		border-radius: 50%;
		text-align: center;
		padding: 60px 0;
		border: 1px solid #dbdbdb;
		position: absolute;
		top: -229px;
		left: 0;
		transform: translateX(-41%);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.list-hover li:hover  .number {
		background: #dc3545;
	}

	.list-hover li:hover .content-list {
		visibility: visible;
		opacity: 1;
	}

	.list-hover .content-list:before {
		content: '';
		position: absolute;
		bottom: -10px;
		left: 46%;
		width: 20px;
		height: 20px;
		border-left: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		transform: rotate(-52deg) skew(-15deg);
		background: #fff;
	}

	/* flat-product-slide */
	.flat-product-slide li {
		position: absolute;
		z-index: 101;
	}

	.flat-product-slide li:first-child {
		top: 31%;
		right: 17%;
	}

	.flat-product-slide.slide-2 li:first-child {
		top: 19%;
		right: 21%;
	}

	.flat-product-slide.slide-3 li:first-child {
		top: 15%;
		right: 21%;
	}

	.flat-product-slide li:nth-child(2) {
		top: 39%;
		left: 13%;
	}

	.flat-product-slide.slide-2 li:nth-child(2) {
		top: 13%;
		left: 18%;
	}

	.flat-product-slide.slide-3 li:nth-child(2) {
		top: 24%;
		left: 16%;
	}

	.flat-product-slide li:last-child {
		bottom: 35%;
		right: 31%;
	}

	.flat-product-slide.slide-3 li:last-child {
		bottom: 28%;
		right: 42%;
	}

	.flat-product-slide .content-list {
		width: 100px;
		height: 100px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		padding: 50px  0;
		background: #ffb922;
		border: unset;
		color: #fff;
		font-family: "Rajdhani";
		font-weight: 700;
	}

	.flat-product-slide .content-list:before {
		content: unset;
	}

	.flat-product-slide .content-list:before,
	.flat-product-slide .content-list:after {
		position: absolute;
		display: inline-block;
		width: 100px;
		height: 100px;
		content: "";
		-webkit-animation: preloader 1.6s linear infinite;
		animation: preloader 1.6s linear infinite; 
		border-radius: 50%;
		background: #ffb922;
		left: 0%;
		top: 0%;
		transform: translate(-50%,-50%);
		z-index: -1;
	}

	.flat-product-slide .content-list:after {
		-webkit-animation-delay: -.8s;
		animation-delay: -.8s;
	}

	@-webkit-keyframes preloader {
		0% {
			-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
			opacity: .5;
		}
		100% {
			-webkit-transform: scale(1.2, 1.2);
			transform: scale(1.2, 1.2);
			opacity: 0;
		}
	}

	@keyframes preloader {
		0% {
			-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
			opacity: .5;
		}
		100% {
			-webkit-transform: scale(1.2, 1.2);
			transform: scale(1.2, 1.2);
			opacity: 0;
		}
	}

/* Img Single	
-------------------------------------------------------------- */
	.img-single {
		position: relative;
	}

	.img-single .content {
		position: absolute;
		top: 0;
		padding: 73px 0 0 0 ;
		width: 100%;
		height: 100%;
	}

	.img-single .img {
		position: relative;
		padding-left: 35px;
	}

	.img-single .experience:first-child {
		position: absolute;
		top: 15.5%;
		left: 43%;
	}

	.img-single .experience:nth-child(2) {
		position: absolute;
		top: 32%;
		right: 24.5%;
	}

	.img-single .experience:last-child {
		position: absolute;
		bottom: 24%;
		left: 32%;
	}

	.flat-welcome .effect-img span {
		width: 550px;
		height: 550px;
		margin: -275px 0 0 -275px;
	}

	.flat-welcome .img {
		padding: unset;
	}

	/* effect */
	.border1,
	.border2,
	.border3 {
        position: absolute;
        width: 460px;
        height: 460px;
        -webkit-animation: preloader-wave 2.4s linear infinite;
        animation: preloader-wave 2.4s linear infinite; 
        border-radius: 50%;
        border: 1px solid #221f1f;
        top: 50%;
        left: 50%;
        margin: -230px 0 0 -230px; 
    }

    .border2 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }
    .border3 {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }


    @-webkit-keyframes preloader-wave {
    	0% {
    		-webkit-transform: scale(0);
    		transform: scale(0);
    		opacity: 1;
    	}
    	50% {
    		-webkit-transform: scale(0.5);
    		transform: scale(0.5);
    		opacity: 0;
    	}
    	100% {
    		-webkit-transform: scale(1, 1);
    		transform: scale(1, 1);
    		opacity: 1;
    	}
    }

    @keyframes preloader-wave {
        0% {
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }
        50% {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 0;
        }
    }

    /* flat-product-slide */
    .flat-product-slide .border1,
    .flat-product-slide .border2,
    .flat-product-slide .border3 {
    	border:  1px solid #eaeaea;
    	z-index: 99;
    	width: 550px;
    	height: 550px;
    	margin:   -275px 0 0 -275px;
    }

    .flat-product-slide .img {
    	z-index: 100;
    	width: 650px;
    	height: 650px;
    	position: relative;
    	padding: unset;
    }

    .flat-product-slide img {
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%,-50%);
    }

   .style2.img-single:after {
		content: "";
		width: 95%;
		height:92%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		border: 5px solid #e7e7e7;
		opacity: 0.25;
    }

    .style2.img-single img {
    	width: 100%;
    }

/* Flat Who Are	
-------------------------------------------------------------- */
	.flat-who-are .flat-row {
		padding-bottom: 86px;
		border-bottom:  1px solid #e4e4e4;
	}

/* Flat Video
-------------------------------------------------------------- */
	.video-box {
		position: relative;
		background: url("../images/home3/img-video.png") center center no-repeat;
		height: 100%;
		background-size: cover;
	}

	.video-box .video-content {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		background: #dc3545;
		opacity: 0.9;
		padding: 85px 16.2%;
	}

	.video-box .video-content img {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.video-box .video-content img:hover {
		transform: scale(1.2);
	}

	.video-box .icon {
	 	position: absolute;
	 	top: 50%;
	 	transform: translateY(-50%);
	}

	.video-box .content {
		padding-left: 135px;
	}
	.video-box h5 {
		display: inline;
		color: #ffffff;
	}

	.our-video {
		padding: 12.74% 10% 10.2% 10.5%;
	}

	.our-video .heading {
		color: #dc3545;
		margin-bottom: 15px;
	}

	.our-video p {
		margin-bottom: 38px;
	}

	.video-list ul.list {
		float: left;
		margin-right: 55px;
	}

	.video-list li a {
		font-family: "Open Sans";
	}

	.video-list li {
		position: relative;
		padding-left: 38px;
		margin-bottom: 16px;
	}

	.video-list li:before {
		content: "\4e";
		font-family: "Eleganticons";
		font-size: 18px;
		color: #c0c0c0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}

/* Flat Car Repair
-------------------------------------------------------------- */
	.car-repair {
		padding-bottom: 60px;
		border-bottom: 1px solid #e8e8e8;
	}

	.car-repair .content {
		padding: 0 24.5%;
	}

	.car-repair .content h3 {
		margin-bottom: 15px;
	}

	.car-repair .content p {
		margin-bottom: 15px;
	}

	.img-service {
		position: relative;
		margin-bottom: 49px;
	}

	.img-service .img:before {
		content: "";
		background: url('../images/home3/bg-repair-service.png') center center no-repeat;
		background-size: contain;
		height: 635px;
		width: 100%;
		position: absolute;
		z-index: -1;
		left: 0;	
	}

	.img-service .img {
		 height: 635px;
	}

	.img-service .img img {
		position: absolute;
		top: 52.5%;
		left: 50%;
		transform: translate(-50%,-50%);
		display: unset !important;
		width: unset  !important;
	}

	.img-service .content-img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.img-service .service:first-child {
		position: absolute;
		top: 43%;
		left: 18%;
	}

	.img-service .service:last-child {
		position: absolute;
		bottom: 21%;
		right: 25%;
	}

	.img-service .service:nth-child(2) {
		position: absolute;
		top: 32.5%;
		right: 27%;
	}

/* Flat Our Mission
-------------------------------------------------------------- */
	.flat-our-mission {
		padding-right: 50px;
	}

	.flat-our-mission .description {
		font-size: 16px;
		font-family: "Rajdhani";
		font-weight: 700;
	}

	.flat-our-mission p {
		margin-bottom: 26px;
	}

	.flat-our-mission.style2 .flat-title.v4 h3 {
		margin-bottom: 66px;
	}

	.flat-our-mission .wrap-btn {
		margin-top: 43px;
	}

	.flat-our-mission.style2 {
		padding-right: unset;
	}

	.flat-our-mission.style2 .description {
		line-height: 28px;
		letter-spacing: 0.9px;
		margin-bottom: 36px;
	}

	.flat-our-mission.style2 p {
		margin-bottom: 23px;
	}

	.mission {
		padding-bottom: 50px;
		margin-bottom: 44px;
	}

	.mission .text-content {
		width: 60%;
		float: left;
	}

	.mission .img-single {
		width: 40%;
		float: left;
	}

	.mission .img-single .img {
		padding: unset;
		margin-top: 5px;
	}

/* Flat Safety Recalls
-------------------------------------------------------------- */
	.flat-safety-recalls {
		position: relative;
	}
	.flat-safety-recalls .img-single {
		width: 25%;
		float: right;
		position: relative;
	}	

	.flat-safety-recalls .img-single img {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.flat-safety-recalls .safety-recalls-wrap {
		width: 75%;
		float: left;
	}

	.flat-safety-recalls .wrap-all-input {
		width: 66.667%;
		float: left;
	}

	.flat-safety-recalls .wrap-select,
	.flat-safety-recalls .wrap-input {
		padding:  0 20px 20px 0;
		position: relative;
	}

	.flat-safety-recalls .wrap-btn {
		width: 33.333%;
		padding-right: 20px;
	}

	.flat-safety-recalls .flat-title h2,
	.flat-safety-recalls .flat-title p {
		color: #fff;
		position: relative;
	}

	.flat-safety-recalls input {
		color: #363636;
		border-radius: 4px;
		padding-left: 22px;
	}

	.flat-safety-recalls input::placeholder {
		color: #363636;
	}

	.flat-safety-recalls select {
		color: #363636;
		border-radius: 4px;
		padding-left: 22px;
		-moz-appearance: none;
		-webkit-appearance: none;
	}

	.flat-safety-recalls .wrap-select:after,
	.flat-safety-recalls .wrap-input:after {
		content: "\33";
		font-family: "Eleganticons";
		font-size: 18px;
		position: absolute;
		right: 40px;
		top: 36%;
		transform: translateY(-50%);
	}

/* Flat Question
-------------------------------------------------------------- */
	.flat-question {
		padding-left: 15px;
	}

	/* style2 */
	.flat-question.style2 {
		padding: 0 0 42px 0;
	}

	.flat-question.style2 .flat-title.v4 .title {
		margin-bottom: 56px;
	}

	.flat-question.style2 p {
		margin-bottom: 20px;
		letter-spacing: 0.03px;
	}

/* Flat Support
-------------------------------------------------------------- */
	.flat-support .flat-title.v4 .title {
		margin-bottom: 63px;
	}

/* Accordion
-------------------------------------------------------------- */
	/* flat-question & flat-support */
	.flat-question .accordion,
	.flat-support .accordion {
		counter-reset: section; 
	}

	.flat-question .accordion-toggle,
	.flat-support .accordion-toggle {
		border: 1px solid #343434;
		margin-bottom: 20px;
		cursor: pointer;
	}

	.flat-question .toggle-title,
	.flat-support .toggle-title {
		position: relative;
		padding: 19px 0 15px 88px;
		border-bottom:  1px solid #343434;
		font-size: 18px;
		font-family: "Rajdhani";
		font-weight: 700;
		margin-bottom: -1px;
	}

	.flat-question .toggle-title:before,
	.flat-support .toggle-title:before {
		counter-increment: section;                 
		content: counter(section);  
		width: 60px;
		height: 100%;
		font-size: 18px;
		font-weight: 700;
		font-family: "Rajdhani";  
		padding: 20px 25px;       
		border-right:  1px solid #343434;
		position: absolute;
		top: 0px;
		left: 0px;   
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;  
	}

	.flat-question .active.toggle-title:before, 
	.flat-support .active.toggle-title:before {
		background: #dc3545;
		color: #fff;
	}

	.flat-question .toggle-title:after,
	.flat-support .toggle-title:after {
		content: "\3b";
		font-family: "Eleganticons";
		position: absolute;
		right: 22px;
		top: 50%;
		transform: translateY(-50%);
		color: #dbdbdb;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.flat-question .active.toggle-title:after,
	.flat-support .active.toggle-title:after {
		color: #e8b006;
	}

	.flat-question .toggle-content,
	.flat-support .toggle-content {
		margin-left: 59px;
		border-left: 1px solid #343434;
		padding: 35px 39px 32px 28px;
	}
	/* flat-achevement */
	.flat-achevement .accordion-toggle {
		border: 1px solid #343434;
		margin-bottom: 20px;
		cursor: pointer;
	}

	.flat-achevement .toggle-title {
		position: relative;
		padding: 19px 0 15px 31px;
		border-bottom:  1px solid #343434;
		font-size: 18px;
		font-family: "Rajdhani";
		font-weight: 700;
		margin-bottom: -1px;
	}

	.flat-achevement .toggle-title:after {
		content: "\3b";
		font-family: "Eleganticons";
		position: absolute;
		right: 22px;
		top: 50%;
		transform: translateY(-50%);
		color: #dbdbdb;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.flat-achevement .toggle-content {
		padding: 35px 39px 32px 28px;
	}

	.flat-achevement .active.toggle-title:after {
		color: #e8b006;
	}

/* Flat Make Appointment
-------------------------------------------------------------- */
	.flat-make-appointment {
		height: 100%;
	}

	.flat-make-appointment .img-single {
		float: left;
		width:  40%;
		padding: 30px 0 0 66px;
	}

	.flat-make-appointment .text-form {
		float: right;
		width: 60%;
		position: relative;
		padding-left: 37px;
	}

	.flat-make-appointment .text-form h2 {
		font-size: 36px;
		transform: rotate(90deg);
		position: absolute;
		right: -35px;
		top: 47%;
	}

	.flat-make-appointment .text-form  p {
		margin-bottom: 40px;
	}

	.flat-make-appointment form {
		padding-right: 38%;
	}

	.flat-make-appointment textarea {
		height: 125px;
		padding: 14px 24px;
	}

	.flat-make-appointment .wrap-input {
		margin-bottom: 15px;
	}

	.flat-make-appointment  .wrap-textarea {
		margin-bottom: 20px;
	}

/* Flat Contact
-------------------------------------------------------------- */
	.flat-contact .contact-wrap {
		position: absolute;
	    width: 100%;
	    transform: translateY(-50%);
	    z-index: 1;
	}	

/* Flat Map
-------------------------------------------------------------- */
	.flat-map {
		height: 560px;
	}

	.flat-map.style2 {
		height: 500px;
	}

	.flat-map.style3 {
		height: 600px;
	}

/* Flat Wellcome
-------------------------------------------------------------- */
	.flat-welcome .list {
		width: 26.5%;
		float: left;
	}

	.flat-welcome .img-single {
		width: 47%;
		float: left;
	} 

	.flat-welcome .list.right {
		text-align: left;
		padding-left: 60px;
	}

	.flat-welcome .list li {
		margin-bottom: 23px;
	}

	.flat-welcome .list li a {
		font-weight: 400;
		font-family: "Open Sans";
		color: #363636;
	}

	.flat-welcome .list.right li:before,
	.flat-welcome .list.left li:after {
		content: "\4e";
		color: #dc3545;
		font-family: "Eleganticons";
		font-size: 16px;
	}

	.flat-welcome .list.left li:after {
		margin-left:  10px;
	}

	.flat-welcome .list.right li:before {
		margin-right: 10px;
	}

	.flat-welcome .list.left {
		text-align: right;
		padding-right: 80px;
	}

/* Flat Advantages
-------------------------------------------------------------- */
	.flat-advantages .iconbox.style4 {
		padding-top: 74px;
		padding-bottom: 65PX;
		border-radius: 4px;
		background: url("../images/home4/bg-car-service.png") center center no-repeat;
	}

	.flat-advantages .iconbox.style4 a {
		position: relative;
	}

	.flat-advantages .iconbox.style4 .overlay {
		top: 0;
		left: 0;
		background: #f4f4f4;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.flat-advantages .iconbox:hover.style4 .overlay {
		background: #dc3545;
		opacity: 0.9;
	}

/* Flat Form Comment
-------------------------------------------------------------- */
	.flat-form-comment .wrap-input {
		margin-bottom: 20px;
	}

/* Fullbox
-------------------------------------------------------------- */
	/* style1 */
	.fullbox.style1 {
		position: relative;
		padding-bottom: 50px;
	}

	.fullbox.style1 .overlay {
		top: 0;
		left: 0;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.fullbox:hover.style1 .overlay {
		background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
	}

	.fullbox.style1 .fullbox-content {
		position: absolute;
		bottom: 0;
		z-index: 2;
		margin-bottom: 20px;
		padding: 0 24px;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.fullbox:hover.style1 .fullbox-content {
		margin-bottom: 77px;
	}

	.fullbox  .fullbox-img {
		position: relative;
	}

	.owl-carousel .owl-item .fullbox.style1 .fullbox-icon img {
		width: unset !important;
	}

	.fullbox.style1  .fullbox-img img {
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.fullbox:hover.style1 .fullbox-img img{
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: gray;
	}
 
	.fullbox.style1 .fullbox-icon {
		width: 100px;
		height: 100px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,50%);
		background: #fff;
		border-radius: 50%;
		z-index: 1;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.fullbox.style1   h4 {
		margin-bottom: 10px;
	}

	.fullbox.style1   h4 a {
		color: #fff;
	}

	.fullbox.style1 p {
		color: #fff;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.fullbox:hover.style1 p {
		opacity: 1;
	}

	.fullbox:hover.style1 .fullbox-icon {
		background: #dc3545;
	}

 	.fullbox.style1 .fullbox-icon img {
 		position: absolute;
 		top: 50%;
 		left: 50%;
 		transform: translate(-50%,-50%);
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.fullbox.style1  .fullbox-icon img:last-child {
	    display:none;
	    visibility: hidden;
	    opacity: 0;
	    -webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.fullbox.style1 .fullbox-icon span {
		font-size: 50px;
		top: 50%;
		position: absolute;
		left: 50%;
		transform: translate(-50%,-50%);
		color: #dc3545;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.fullbox:hover.style1 .fullbox-icon span {
		color: #fff;
	}

	/* style2 */
	.fullbox.style2 {
		position: relative;
		overflow: hidden;
	}

	.fullbox.style2 .overlay {
		left: 0;
		top: 0;
		background: #fff;
		opacity: 0.9;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.fullbox:hover.style2 .overlay {
		opacity: 0.6;
	}

	.fullbox.style2 .fullbox-icon {
		margin-bottom: 25px;
	}

	.fullbox.style2 .title {
		margin-bottom: 25px;
	}

	.fullbox.style2 .fullbox-content {
		position: absolute;
		padding: 0 17%;
		top: 69%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.fullbox:hover.style2 .fullbox-content {
		top: 54%;
	}

	.fullbox.style2 p {
		visibility: hidden;
		opacity: 0;
		 -webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.fullbox:hover.style2 p {
		opacity: 1;
		visibility: visible;
	}

/* Flat Mission
-------------------------------------------------------------- */
	.flat-mission .img-double {
		height: 570px;
		width: 100%;
		position: relative;
	}

	.img-double .img {
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}

	.img-double .img  {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.img-double .overlay {
		top: 0;
		left: 0;
		background: #f4f4f4;
		opacity: 0.9;
		border-radius: 4px;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}

	.img-double .img.active {
		z-index: 1;
		bottom: 14%;
		right: 14%;
	}

	.img-double .img.active .overlay {
		opacity: 0;
	}

	.flat-mission .text-content .description {
		font-family: "Rajdhani";
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 68px;
		position: relative;
	}

	.flat-mission .text-content .description:after {
		content: "";
		height: 1px;
		width: 100px;
		background: #dc3545;
		position: absolute;
		bottom: -33%;
		left: 0;
	}

	.flat-mission .text-content p {
		margin-bottom: 25px;
	}

	.flat-mission .wrap-btn {
		margin: 40px 0 20px 0; 
	}

/* Flat Blogs
-------------------------------------------------------------- */
	.flat-blogs.flat-paginations ul.paginations li a {
		color: #bcbcbc;
		padding: 12px 16px;
		margin: 0 5px;
	}

	.flat-blogs .flat-paginations ul.paginations li:hover a {
		color: #343434;
	}

	.flat-blogs.style1 .flat-post {
		margin-bottom: 30px;
	}

	.flat-blogs.style1 .flat-post {
		margin-right: 0;
		margin-left: 0;
	}

	.flat-blogs.style1 .flat-post .post {
		padding: 0 0;
	}

/* Flat Highlight Products
-------------------------------------------------------------- */
	.flat-highlight-products .imgbox-img {
		padding: 35px 40px;
	}

	.flat-highlight-products .imgbox-content {
		padding: 60px 0 0 0 ;
	}

	.flat-highlight-products .imgbox-content h2 {
		margin-bottom: 25px;
	}

	.flat-highlight-products .imgbox:hover h2 a,
	.flat-highlight-products .imgbox:hover  p {
		color: #fff;
	}

	.flat-highlight-products .imgbox-content  p {
		margin-bottom: 25px;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}

	.flat-highlight-products .imgbox {
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}

	.flat-highlight-products .imgbox:hover {
		background: #dc3545;
	}

	.flat-highlight-products .owl-carousel .owl-stage {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

/* Flat Seller Repair
-------------------------------------------------------------- */
	.seller-repair-wrap  {
		position: relative;
		padding-bottom: 15px;
	}

	.flat-seller-repair .logo {
		margin-bottom: 22px;
	}

	.flat-seller-repair img {
		margin-bottom: 40px;
	}

	.flat-seller-repair .description {
		padding: 0 23%;
		margin-bottom: 30px;
	}

	.seller-repair-wrap :after {
		content :"";
		height: 1px;
		width: 100%;
		background: #e5e5e5;
		position: absolute;
		bottom: 0;
		left: 0;
	}

/* Flat Categories Car
-------------------------------------------------------------- */
	.flat-categories-car .flat-imgbox {
		margin-bottom: 84px;
	}

	.flat-categories-car .imgbox {
		position: relative;
		border: 1.25px solid #fff;
	}

	.flat-categories-car .imgbox .overlay {
		left: 0;
		top: 0;
		opacity: 1;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,  rgba(54,54,54,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}

	.flat-categories-car .imgbox .overlay:after {
		content: "";
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,  rgba(232,176,6,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}

	.flat-categories-car .imgbox:hover .overlay:after {
		opacity: 1;
		z-index: 1;
	}

	.flat-categories-car .imgbox-content {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 3;
	}

	.flat-categories-car .imgbox-content h4 a {
		color: #fff;
	}

	.flat-categories-car .imgbox-content h4 {
		margin-bottom: 30px;
	}

/* Flat Accessories
-------------------------------------------------------------- */
	.flat-accessories {

	}

	.flat-accessories .accessories-wrap {
		position: relative;
	}

	.flat-accessories .overlay {
		top: 0;
		left: 0;
		opacity: 0.7;
		background: #000000;
		
	}

	.flat-accessories .flat-filter2 {
		padding-top: 20px;
	}
	
/* Flat Popular Product
-------------------------------------------------------------- */
	.flat-popular-product {
		padding-bottom: 25px;
	}

	.flat-popular-product .products {
		margin: 0 -15px 30px;
	}

	.flat-popular-product .product-item {
		padding: 0 15px;
		margin-bottom: 43px;
	}

/* Flat Freeship Service
-------------------------------------------------------------- */
	.flat-freeship-service .freeship-service-wrap {
		position: absolute;
		width: 100%;
		transform: translateY(-50%);
		z-index: 1;
	}

	.flat-freeship-service .fullbox-icon img {
		width: unset !important;
		display: unset !important;
	}

/* Flat Professional Services
-------------------------------------------------------------- */
	.flat-professional-services {
		position: relative;
		background: url("../images/home5/bg-professional.png") center center no-repeat;
		background-size:  cover;
		padding-top: 238px;
		padding-bottom: 490px; 
	}

	.flat-professional-services > .overlay {
		top: 0;
		left: 0;
		background: #000000;
		opacity: 0.7;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	

	.flat-professional-services .flat-title.v8 h2:before {
		content: "04";
	}

	.flat-professional-services .btn-view {
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		position: relative;
	}

	.flat-professional-services .btn-view:after {
		content: "";
		background: #fff;
		height: 3px;
		width:  0;
		position: absolute;
		bottom: -10px;
		left:  0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.flat-professional-services .btn-view:hover:after {
		width: 100%;
	}

	.flat-professional-services .professional-services-wrap {
		position: absolute;
		bottom: -21.7%;
		width: 100%;
		z-index: 1;
	}

	.flat-professional-services .imgbox > .overlay {
		background: #363636;
	} 

	.flat-professional-services .imgbox:hover .overlay {
		opacity: 0.9;
	}
	
/* Flat News
-------------------------------------------------------------- */
	.flat-news .news-wrap {
		border-bottom: 1px solid #e9e9e9;
		padding-bottom: 34px;
	}

/* Flat Form Contact
-------------------------------------------------------------- */
	.flat-form-contact .wrap-input,
	.flat-form-contact .wrap-textarea {
		margin-bottom: 20px;
	}

/* Flat Lighthight Service
-------------------------------------------------------------- */
	.flat-lighthight-service {
		height: 506px;
	}

	.lighthight-service-wrap {
		position: absolute;
		width: 100%;
		transform: translateY(-10%);
	}

	.lighthight-service.imgbox .imgbox-img {
		margin-bottom: 28px;
	}

	.lighthight-service.imgbox h3 {
		margin-bottom: 13px;
	}

	.lighthight-service.imgbox h3 a {
		font-weight: 500;
	}

	.lighthight-service.imgbox p {
		margin-bottom: 25px;
	}

	.lighthight-service.imgbox .wrap-btn {
		margin-bottom: 20px;
	}

	.lighthight-service.imgbox img {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: gray;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.lighthight-service.imgbox:hover img {
		filter: grayscale(0);
	}

/* Flat Border
-------------------------------------------------------------- */
	.flat-border-bottom {
		border-bottom: 1px solid #e4e4e4;
	}

	.flat-border-top {
		border-top: 1px solid #e4e4e4;
	}

/* Flat Timeline
-------------------------------------------------------------- */
	.flat-timeline .timeline-box {
		position: relative;
	}

	.flat-timeline .timeline-box:not(:last-child) {
		margin-bottom: 130px;
	}

	.timeline-box:before {
		content: "";
		width: 21px;
		height: 21px;
		border-radius: 50%;
		border: 5px solid #ededed;
		position: absolute;
		background: #fff;
		z-index: 2;
		top: 25%;
		transform: translateY(-50%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.timeline-box:hover:before {
		border: 5px  solid #dc3545;
	}

	.timeline-box:nth-child(2n):before {
		left: -10.5px;
	}

	.timeline-box:nth-child(2n+1):before {
		right: -10.5px;
	}

	.timeline-box:after {
		content: "";
		width: 3px;
		height: 0;
		background: #dc3545;
		position: absolute;
		top: 25%;
		transform: translateY(-50%);
		z-index: 1;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.timeline-box:hover:after {
		height: 97px;
	}

	.timeline-box:nth-child(2n):after {
		left: -1.5px;
	}

	.timeline-box:nth-child(2n+1):after {
		right: -1.5px;
	}


	.year {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		position: absolute;
		background: #fff;
		top: 25%;
		transform: translateY(-50%);
		border: 1px solid #dbdbdb;
		line-height: 100px;
		text-align: center;
		font-size: 24px;
		font-family: "Rajdhani";
		font-weight: 700;
	}

	.year:before {
		content: "";
		width: 15px;
		height: 15px;
		border-left: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		background: #ffffff;
		position: absolute;
		top: 50%;
		margin-top: -7.5px;
	}

	.timeline-box:nth-child(2n) .year:before {
		left: -8px;
		transform: rotate(45deg);
	}

	.timeline-box:nth-child(2n+1) .year:before {
		right: -8px;
		transform: rotate(-135deg);
	}


	.timeline-box:nth-child(2n) .year {
		left: 33px;
	}

	.timeline-box:nth-child(2n+1) .year {
		right: 32px;
	}

	.flat-timeline .timeline-box:nth-child(2n+1) {
		margin-top: -24%;
		text-align: right;
	}

	.timeline-box:nth-child(2n+1),
	.flat-timeline .title-wrap {
		padding: 0 90px 0 125px;
	}

	.timeline-box:nth-child(2n) {
		padding: 0 125px 0 90px;
	}

	.timeline-box .img {
		margin-bottom: 26px;
	}

	.timeline-box h4 {
		margin-bottom: 18px;
	}

	.timeline-box p {
		margin-bottom: 15px;
	}


	.flat-timeline {
		position: relative;
		padding: 82px 0 82px;
	}

	.flat-timeline:after {
		content: "";
		width: 3px;
		height: 100%;
		background: #ededed;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.flat-timeline .title-wrap {
		opacity: 0.2;
		padding: 98px 0 0 44px;
	}

	.flat-timeline .title-wrap h2 {
		font-size: 50px;
		font-weight: 600;
		margin-bottom: 31px;
	}

	.flat-timeline .title-wrap p {
		font-size: 36px;
		font-weight: 400;
		font-family: "Rajdhani";
	}

/* Flat Count Down
-------------------------------------------------------------- */
	.flat-countdown.style2 {
		background: url("../images/company/company-history/bg-countdown.png") center center no-repeat;
		background-size: cover;
		position: relative;
	}

	.flat-countdown.style2 .overlay {
		background: #dc3545;
		opacity: 0.85;
		left: 0;
		top: 0;
	}

	.flat-countdown.style2  .flat-counter {
		position: relative;
	}

/* Flat Search Form
-------------------------------------------------------------- */
	.flat-search-form {
		padding: 46px 50px 42px;
		margin-bottom: 60px;
	}

	.flat-search-form .wrap-input{
		float: left;
		width: 80%;
	}

	.flat-search-form .wrap-btn {
		float: right;
		width: 20%;
	}

	.flat-search-form input[type="search"] {
		width: 100%;
		background: #fff;
		height: 60px;
	}

/* Flat About
-------------------------------------------------------------- */
	.flat-about {
		margin-bottom: 67px;
	}

	.flat-about .img {
		margin-bottom: 38px;
	}

	.flat-about .heading {
		margin-bottom: 20px;
	}

	.flat-about p {
		margin-bottom: 36px;
	}

	.flat-about .list {
		padding: 0 0px 0 18px;
	}

	.flat-about ul.list {
		margin-right: 37px;
	}

/* Flat Company Overviews
-------------------------------------------------------------- */
	.flat-company-overviews {
		margin-bottom: 40px;
	}

	.flat-company-overviews .flat-title.v4 h3 {
		margin-bottom: 71px;
	}

	.flat-company-overviews .flat-iconbox {
		margin: 0 -15px;
	} 

	.flat-company-overviews	.iconbox {
		padding:  0 15px;
		margin-bottom: 30px;
	}

	.flat-company-overviews .iconbox .iconbox-border {
		border: 1px solid #e7e7e7;
		padding: 35px 30px 34px 51px;
	}

/* Flat Gallery Img
-------------------------------------------------------------- */
	.gallery-img {
		margin-bottom: 30px;
		position: relative;
	}

	.gallery-img .zoom-pic {
		opacity: 0;
		right: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.gallery-img:hover .zoom-pic {
		opacity: 1;
	}

/* Flat Detail Price
-------------------------------------------------------------- */
	.flat-detail-price {
		background: #dc3545;
		position: relative;
		padding: 63px 30px 38px 147px;
		margin-bottom: 55px;
	}

	.flat-detail-price .title {
		font-size: 18px;
		font-weight: 700;
		font-family: "Rajdhani";
		color: #fff;
	}

	.flat-detail-price .price {
		font-family: Rajdhani;
		font-size: 18px;
		color: #fff;
		opacity: 0.5;
		position: absolute;
		font-weight: 600;
		left: 209px;
		top: 50%;
		transform: translateY(-50%);
	}

	.flat-detail-price .list li {
		position: relative;
		margin-bottom: 26px;
	}

	.flat-detail-price .heading {
		background: #218ad0;
		color: #fff;
		transform: rotate(90deg);
		position: absolute;
		left: -125px;
		top: 124px;
		padding: 40px 63px;
		letter-spacing: 0.1em;
		font-size: 36px;
	}

/* Flat Brief Description
-------------------------------------------------------------- */
	.flat-brief-description .flat-title.v4 h5 {
		margin-bottom: 46px;
	}

	.flat-brief-description p {
		margin-bottom: 20px
	}

/* Flat Cope Work
-------------------------------------------------------------- */
	.flat-cope-work .flat-title.v4 h5 {
		margin-bottom: 44px;
	}

	.flat-cope-work .description {
		font-size: 18px;
		font-family: "Rajdhani";
		font-weight: 700;
		color: #dc3545;
		margin-bottom: 17px;
	}

	.flat-cope-work p {
		margin-bottom: 28px;
	}

	.flat-cope-work ul.list:first-child {
		margin-left: 25px;
	}

	.flat-cope-work ul.list:not(last-child) {
		margin-right: 20px;
	}

/* Flat Single Service
-------------------------------------------------------------- */
	.flat-single-service .title {
		font-size: 36px;
		font-family: "Rajdhani";
		font-weight: 600;
		margin-bottom: 24px;
	}

	.flat-single-service p.the-first {
		margin-bottom: 43px;
	}

	.flat-single-service p {
		margin-bottom: 26px;
	}

	.flat-single-service .img {
		margin-bottom: 33px;
	}

	.flat-single-service blockquote {
		font-size: 16px;
		font-style: italic;
		opacity: 0.7;
		padding: 29px 145px 25px;
		position: relative;
		line-height: 26px;
	}

	.flat-single-service blockquote:before {
		content: "";
		width: 2px;
		height: 100%;
		position: absolute;;
		top: 0;
		left: 100px;
		background: #e8b006;
	}

/* Flat Featured Services
-------------------------------------------------------------- */
	.flat-featured-services {
		margin-bottom: 60px;
	}

	.flat-featured-services .flat-title {
		margin-bottom: 62px;
	}

	.flat-featured-services .iconbox.style4 {
		padding-top: 97px;
		padding-bottom: 90px;
		border-radius: 4px;
		background: url("../images/services/single-services/bg-service.png") center center no-repeat;
		position: relative;
		background-size: cover;
	}

	.flat-featured-services .iconbox.style4 a {
		position: relative;
	}

	.flat-featured-services .iconbox.style4 .overlay {
		top: 0;
		left: 0;
		background: #f4f4f4;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.flat-featured-services .iconbox:hover.style4 .overlay {
		background: #343434;
		opacity: 0.7;
	}

/* Flat Parameter
-------------------------------------------------------------- */
	.flat-parameter {
		position: relative;
		margin-bottom: 75px;
		height: 480px;
		
	}

	.flat-parameter .flat-detail-price.v2 {
		top: 80px;
		padding: 46px 30px 23px 50px;
		background: #fff;
		left: 80px;
	}

	.flat-parameter .flat-detail-price.v2 .list li {
		padding-right: 230px;
	}

	.flat-parameter .flat-detail-price.v2 .list li span {
		color: #363636;
	}

	.flat-parameter .flat-detail-price.v2 .list li .price {
		opacity: 0.5;
	}

/* Flat Price List
-------------------------------------------------------------- */
	.price-item {
		border: 1px solid #fff;
		position: relative;
		padding-bottom: 90px;
		height: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.flat-price-list .owl-carousel .owl-stage {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.price-item:hover {
		background: #fff;
		border: 1px solid #dedede;
	}

	.price-item .title-wrap {
		position: relative;
	}

	.price-item .img {
		position: relative;
	}

	.price-item .title {
		width: 100%;
		position: absolute;
		z-index: 1;
		text-align: center;
		top: 25%; 	 
	}

	.price-item .title > a {
		color: #fff;
	}

	.price-item .overlay {
		background: #363636;
		opacity: 0.8;
		top: 0;
		left: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.price-item:hover .overlay {
		background: #e8b006;
	}

	.price-item .price-wrap {
		width: 110px;
		height: 110px;
		border-radius: 50%;
		background: #fff;
		text-align: center;
		padding: 37px 0;
		position: absolute;
		left: 50%;
		top: 15.6%;
		-webkit-box-shadow: -3px 1px 2px 5px rgba(0,0,0,0);
		-moz-box-shadow:-3px 1px 2px 5px rgba(0,0,0,0);
		box-shadow:-3px 1px 2px 5px rgba(0,0,0,0);
		transform: translateX(-50%);
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	.price-item:hover .price-wrap {
		top: 14.5%;
		-webkit-box-shadow:-3px 1px 2px 5px rgba(0,0,0,0.07);
		-moz-box-shadow:-3px 1px 2px 5px rgba(0,0,0,0.07);
		box-shadow:-3px 1px 2px 5px rgba(0,0,0,0.07);
	}

	.price-item .price-wrap .price {
		color: #dc3545;
		font-family: "Rajdhani";
		font-weight: 700;
		font-size: 24px;
		padding-right: 40px;
		position: relative;
	}

	.price-item .price-wrap .price:after {
		content: "";
		width: 2px;
		height: 25px;
		background: #d0d0d0;
		transform: rotate(41deg);
		position: absolute;
		bottom: -12px;
		right: 49px;
	}

	.price-item .price-wrap .date {
		font-size: 12px;
		padding-left: 40px;
	}

	.price-item .text {
		padding: 30% 30% 39px 30%;
		text-align: center;
		line-height: 36px;
		letter-spacing: 0.1em;

	}

	.price-item .wrap-btn {
		position: absolute;
		width: 100%;
		bottom: 44px;
	}

	.price-item:hover .flat-button.bg-price {
		background: #f6f6f6;
	}

/* Parallax
-------------------------------------------------------------- */
	.parallax {
		width: 100%;
		background-repeat: no-repeat;
		background-position: 50% 0;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.parallax1 {
		background: url("../images/home4/bg-call-1.png");
	}

	.parallax2 {
		background: url('../images/home2/bg-testimonial-1.png');
	}

	.parallax3 {
		background: url('../images/home3/bg-testimonial-1.png');
	}

	.parallax4 {
		background: url('../images/error/title-page.png');
	}
	.parallax6 {
		background: url("../images/shop/shop-grid-sidebar-v1/bg-title.png");
	}

	.parallax7 {
		background: url("../images/blog/blog-list-v1/bg-title.png");
	}

/* Validate
---------------------------------------------------------------*/
	label.error {
	    margin-bottom: -30px;
	    color: #dc3545;
	    position: relative;
	}

	#contact-form  input,
	#contact-form textarea {
	    margin-bottom: 0 !important;
	}

	#contact-form .wrap-input {
	    margin-bottom: 30px;
	}

	.flat-alert {
	    position: relative;
	    margin-bottom: 15px;
	}

	.flat-alert.msg-error {
	    color: #dc3545;
	}

	.flat-alert.msg-success {
	    color: #28a745;
	}

	#contact-form a.close {
	     color: #28a745;
	}

	#contact-form a.close:hover {
	    color: #dc3545;
	}


