/*
Template Name:Factory html5 templete
Author:  CrazyCafe
Author URI:
Version: 1.0

====/========        ===== ==/====/
             CSS Index
====/========        =======/====/

01. Reset CSS         ====================>>>

02. Preloader CSS     ====================>>>

03.Common CSS         ====================>>>

04.Home Page css    ====================>>>

05.About Page css   ====================>>>

06.Service Page css     ====================>>>

07.Service-Details Page css     ====================>>>

08.Project Page css     ====================>>>

09.Project-Details Page css     ====================>>>

10.Blog Page css     ====================>>>

11.Single-Blog Page css  ====================>>>

12.Shop Page css    ====================>>>

13.Product-Details Page css    ====================>>>

14.Cart Page css    ====================>>>

15.Contact Page css      ====================>>>

16.Checkout Page css      ====================>>>

17.Thankyou Page css      ====================>>>

18.FAQ Page css      ====================>>>

19.404 Page css      ====================>>>

*/


/* Base CSS */


@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons3869.html?-8is7zf');
	src:url('../fonts/feathericons/feathericonsd41d.html?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons3869-2.html?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons3869-3.html?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons3869-4.html?-8is7zf#feathericons') format('svg');
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 0em;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-height: 360px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
	font-size:60px;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: rgba(0,0,0,.6);
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.video_slider-image.effect-bubba h2 {
	    padding-top: 15%;
}

.grid-gallery .gallery_image figure.effect-bubba h2{
	    padding-top: 33%;
}

figure.effect-bubba h2 {
    padding-top: 25%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #18a367;
}

figure.effect-layla img {
	height: 390px;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: #4a3753;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #17819c;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
	background: #2e5d5a;
}

figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
	opacity: 0.4;
}

figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-dexter p {
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #42b078;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
.gallery_image figure.effect-bubba h2 {
    padding-top: 30%;
}
.grid .gallery_image figure h2 span {
    font-weight: 800;
    font-size: 40px;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid;
    text-decoration: none;
}

a {
    display: inline-block;
    -webkit-transition: .4S;
    transition: .4S;
}

p {
    line-height: 28px;
    font-size: 14px;
	text-align: justify;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
}

select::focus {
    border: 1px solid #ddd;
}

textarea {
    outline: none;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*====/========        ===== ==/====/
            1. Preloader CSS
 ====/========        =======/====/*/

.loader {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(43, 160, 199);
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}


/* ==========================================================
                    Preloader End
    ==========================================================*/


/* ==========================================================
                    Hero Area Top Start
    ==========================================================*/


/* Hero-area Top Start */

.header-top-area {
    background-color: #0b0b0b;
    color: #ffffff;
    padding: 10px 0;
}

.header-top-area i.fa {
    color: #f5821f;
}

.social-icon {
    border: 1px solid #5d5c5c;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}

.social-icon i.fa {
    color: #ffffff;
}

.header-right-content a {
    color: #ffffff;
    margin-right: 20px;
}

.header-right-content a.social-icon {
    margin-right: 5px;
}

.header-right-content a.social-icon:hover {
    background: #fd4b02 none repeat scroll 0 0;
    border: 1px solid #fd4b02;
}

.header-location {
    padding: 5px 0;
}


/* Header Bottom Area Start */

.slicknav_menu {
    display: none;
}

.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-navigation li a,
.entry-footer .cat-links a,
section.widget ul li,
.reply .comment-reply-link,
.comment-metadata a,
.edit-link a,
.read_more,
.header-right-content .social-icon,
ul.menu li a,
.logo a,
.factory-service-box,
.factory-service-box a,
.factory-service-box::before,
.factory-service-box a i,
.single-factory-project .factory-project-img::before,
.single-factory-project .factory-project-content a,
.single-factory-project .factory-project-content h3,
.single-factory-project .factory-project-content a i,
.factory-single-staff .factory-staff-img img,
.factory-single-staff .factory-staff-img::before,
.factory-single-staff .factory-staff-img::before,
.factory-staff-social-link li a,
.factory-slide-buttons a,
.factory-btn.factory-cta-btn,
.site-footer .widget_nav_menu li a,
.factory-project-categories li,
.main-menu-wrap ul li ul,
.main-menu-wrap .sub-siblings::after,
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce a.remove,
section.widget ul li a,
.entry-meta span a {
    -webkit-animation-timing-function: cubic-bezier(0.65, -0.04, 0.53, 0.98);
    animation-timing-function: cubic-bezier(0.65, -0.04, 0.53, 0.98);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.text-logo {
   
    color: #333333;
    display: inline-block;
    font-size: 20px;
    padding: 5px 0px;
   
}

.logo a:hover {
    border-color: #fc721e;
    color: #fc721e;
}

.main-menu-wrap {
   
    padding: 27px 0;
}

.main-menu-wrap ul {
    list-style: outside none none;
    margin: 5px -25px;
    padding: 0;
    text-align: right;
   
}

.main-menu-wrap li {
    display: inline-block;
    position: relative;
}

.main-menu-wrap ul li a {
   
    color: #333333;
    display: block;
    margin-left: 5px;
    padding: 5px 14px;
    position: relative;

    font-weight: 700;
}

.main-menu-wrap ul li:hover > a,
.main-menu-wrap ul li.current_page_item > a,
.main-menu-wrap ul li.current-page-ancestor > a {
    border: 0px solid #fd4b02;
	background-color: #f5821f;
	color: white;
    text-decoration: none;
}

.logo {
    margin: 0px 0;
}


/* Dropdown Menu start */

.main-menu-wrap ul li ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    width: 260px;
    z-index: 9;
}
.main-menu-wrap li:nth-child(6) ul {
  right: 0;
}
.main-menu > li:last-child .drop-menu {
    right: 0;
}

.main-menu-wrap ul li ul li {
    display: block;
}

.main-menu-wrap ul li ul li a::before {
    color: #fd4b02;
    content: "";
    font-family: "fontawesome";
    margin-left: 5px;
    margin-right: 10px;
}

.main-menu-wrap ul li ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    line-height: 30px;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    font-size: 13px;
}

.drop-menu {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    display: block;
}

.main-menu-wrap li:hover .drop-menu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}


/* Dropdown Menu End */


/* Header Bottom Area End */


/* Slider Area Start */


/*******************
***** slide css
********************/


/* ================================================================
					 Hero-area-text Amimation START
===================================================================*/

.factory-slide-text h2 {
    -webkit-animation: fadeInUp 800ms linear 800ms both;
    animation: fadeInUp 800ms linear 800ms both;
	font-family: system-ui;
}

.factory-slide-text p {
    -webkit-animation: fadeInDown 900ms linear 900ms both;
    animation: fadeInDown 900ms linear 900ms both;
	font-family: system-ui;
}

.factory-slide-buttons {
    -webkit-animation: fadeInLeftUp 1100ms linear 1100ms both;
    animation: fadeInLeftUp 1100ms linear 1100ms both;
}


/* ================================================================
					 Hero-area-text Amimation End
===================================================================*/

.slide-bg11 {
    background: url("assets/images/Pks_tarim_sektoru.png") repeat scroll 0 0 / cover;;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slide-bg {
    background: url("assets/images/PKS_kaucuk_plastik_fabrikasi.png");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slide-bg1 {
    background: url("assets/images/denizcilik.jpg") repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.slide-bg2{
    background: url("assets/images/kis_sporlari.jpg") repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}.slide-bg3 {
    background: url("assets/images/mobilya_3.jpg") repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}.slide-bg4 {
    background: url("assets/images/otomotiv_2.jpg") repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slide-bg5{
    background: url("assets/images/hayvancilik.jpg") repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.slide-bg6{
    background: url("assets/images/otomotiv_sanayi_2.jpg") repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slide-bg7{
    background: url("assets/images/aydinlatma_2.jpg") repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.slide-bg8{
    background: url("assets/images/makinasektoru.jpg") repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.slide-bg9{
    background: url("assets/images/rafdepo.jpg") repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.altyazi {
    width: 100%;
    height: 70px;
    background-color: #f5821f;
    color: white;
    border-radius: 5px 5px 90px 90px;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    margin-top: -50px;
    font-family: inherit;
    padding-top: 23px;
	position: absolute;

	
}

.altyazi:after, .arrow_box:before {
	
	top: 60px;
	left: 50%;
	border: solid #f5821f;;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 900000;
}

.altyazi:after {
	
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #f5821f;
	border-width: 30px;
	margin-left: -30px;
}

.altyazi:before {
	
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #f5821f;
	border-width: 36px;
	margin-left: -36px;
}

/* ALTYAZI 2 */

.altyazi2 {
    width: 100%;
    background-color: #f5821f;
    color: white;
    border-radius: 5px 5px 90px 90px;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    margin-top: -10px;
    font-family: inherit;
    padding-top: 30px;
	padding-bottom: 20px;
}

.altyazi2:after, .arrow_box:before {
	
	top: 3110px;
	left: 50%;
	border: solid #f5821f;;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.altyazi2:after {
	
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #f5821f;
	border-width: 30px;
	margin-left: -30px;
}

.altyazi2:before {
	
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #f5821f;
	border-width: 36px;
	margin-left: -36px;
}

.single-factory-slide-item {
    height: 600px;
    position: relative;
    z-index: 2;
}

.factory-slide-table {
    display: table;
    height: 100%;
    width: 100%;
}

.factory-slide-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.factory-slide-text {
    color: #fff;
    font-size: 16px;
	font-family: system-ui;
}

.factory-slide-text h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.23;
    margin-bottom: 25px;
	font-family: system-ui;
}

.factory-slide-text > p {
    font-size: 18px;
}

.factory-btn {
    border: 1px solid;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
}

/* İkinci Slide */
/*
.factory-slide-text2 {
    color: #fff;
    font-size: 16px;
	font-family: system-ui;
	float: right;
}

.factory-slide-text2 h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.23;
    margin-bottom: 25px;
	font-family: system-ui;
	float: right;
}

.factory-slide-text2 > p {
    font-size: 18px;
}

.factory-btn2 {
    border: 1px solid;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
	float: right;
}

selectorSavingError {}

.factory-btn.filled-btn2 {
    background-color: #f5821f;
    border-color: #f5821f;
    color: #fff;
	float: right;
}

.factory-slide-buttons2 {
    margin-top: 30px;
	float: right;
}

/* İkinci Slide bitiş */

selectorSavingError {}

.factory-btn.filled-btn {
    background-color: #f5821f;
    border-color: #f5821f;
    color: #fff;
}

.factory-slide-buttons {
    margin-top: 30px;
}

.factory-slide-buttons a.factory-btn {
    margin-right: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

.single-factory-slide-item::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.factory-slides .owl-nav div {
    color: #fff;
    font-size: 60px;
    left: 40px;
    line-height: 70px;
    margin-top: -35px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
}

.factory-slides .owl-nav div.owl-next {
    left: auto;
    right: 40px;
}

.single-factory-slide-item {
    background-size: cover;
    background-position: center;
}

.factory-slide-text > .animated:nth-child(1) {
    -webkit-animation-duration: .3s!important;
    animation-duration: .3s!important;
    -webkit-animation-delay: 0s!important;
    animation-delay: 0s!important;
}

.factory-slide-text > .animated:nth-child(2) {
    -webkit-animation-duration: .3s!important;
    animation-duration: .3s!important;
    -webkit-animation-delay: .3s!important;
    animation-delay: .3s!important;
}

.factory-slide-text > .animated:nth-child(3) {
    -webkit-animation-duration: .3s!important;
    animation-duration: .3s!important;
    -webkit-animation-delay: .6s!important;
    animation-delay: .6s!important;
}


/*preloader*/

.slider-preloader-wrap {
    position: relative;
    height: 600px;
}

.preloader-wrap {
    background: grey;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 600px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
}

.preloader4 {
    display: inline-block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 2px solid;
    border-top-color: rgba(249, 114, 47, 0.65);
    border-bottom-color: rgba(249, 114, 47, 0.15);
    border-left-color: rgba(249, 114, 47, 0.65);
    border-right-color: rgba(249, 114, 47, 0.15);
    -webkit-animation: preloader4 0.8s linear infinite;
    animation: preloader4 0.8s linear infinite;
}

@keyframes preloader4 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader4 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}


/* Slider Area End */


/* Seection Title Start */

.service-area {
    padding-bottom: 20px;
}

.row.all-projects-isotope {
    position: relative;
}

.factory-section-title {
    line-height: 25px;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 0 60px;
    text-align: center;
}

.about-area .factory-section-title {
    padding-bottom: 10px;
}

.project-area .factory-section-title {
    padding-bottom: 10px;
}

.team-member-area .factory-section-title {
    padding-top: 10px;
}

.team-member-area .col-sm-12:last-child .factory-section-title {
    padding-top:10;
}

.factory-section-title h2 {
    font-weight: 800px;
	color: #fd4b02;
    
}

.factory-section-title p:last-child {
    margin: 5;
}


/* Section Title End */


/* Service area Start */

.factory-service-box {
    border: 1px solid #e5e4e4;
}

.factory-service-box-image img {
    width: 100%;
}

.factory-service-box-image {
    position: relative;
}

.factory-service-box-image h2 {
    background: #f5821f none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: -29px 35px 0;
    padding: 15px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.factory-service-box-content {
    padding: 30px 20px;
    text-align: left;
}

.factory-service-box-content a {
    color: #0c0c0c;
    font-weight: 600;
}

.factory-service-box {
    margin: 10px 0 0;
    position: relative;
}

.factory-service-box a i {
    font-size: 15px;
    font-weight: 300;
    margin-left: 3px;
}

.factory-service-box:hover {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.9);
}

.factory-service-box::before {
    background: #f5821f none repeat;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.factory-service-box a:hover i {
    margin-left: 10px;
}

.factory-service-box:hover a {
    color: #fc721e;
}

.home .factory-service-box:hover::before {
    opacity: 1;
}

.factory-service-box-content a {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}

.factory-service-img {
    background-position: center center;
    background-size: cover;
    height: 200px;
    width: 100%;
}


/* Service area End */


/* About area Start */

.about-area {
    background: #fff none repeat scroll 0 0 !important;
    padding-bottom: 0px;
	
}

.about-left {
    position: relative;
}

.about-left::before {
    background: #fc721e none repeat scroll 0 0;
    content: "";
    height: 56%;
    left: 0;
    position: absolute;
    top: 22%;
    width: 3px;
}

.about-left::after {
    background: #fc721e none repeat scroll 0 0;
    content: "";
    height: 56%;
    position: absolute;
    right: 0;
    top: 22%;
    width: 3px;
}

.about-right {
    padding-top: 0px;
	bottom: 0px;
}

.about-right h3 {
    padding-bottom: 5px;
		color:#f5821f;
}
.about-right h4 {
    padding-bottom: 5px;
		color:#fd4b02;
	
}
.baslik{
	
	    padding-bottom: 5px;
		color:#fd4b02;
}

.about-right > p {
    font-size: 14px;
    line-height: 22px;
    line-height: 24px;
	
}


.about-right blockquote p {
    line-height: 23px;

}


/* About area End */


/*******************
***** cta-box css
********************/

.cta-box-area {
    background: #fc721e none repeat scroll 0 0;
}

.factory-cta-box p {
    color: #fff;
    display: inline-block;
    margin: 0 35px 0 0;
    vertical-align: middle;
    font-size: 20px;
}

.factory-cta-box {
    font-size: 20px;
    padding: 35px 0;
    text-align: left;
}

.factory-btn.factory-cta-btn {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #666666;
    float: right;
    font-size: 16px;
    position: relative;
    
    top: -7px;
}

.factory-cta-box {
    padding: 60px 0;
}

.factory-btn.factory-cta-btn {
    border: 1px solid #fff;
}

.factory-btn.factory-cta-btn:hover {
    color: #fff;
    background-color: #fc721e;
    border-color: #fff;
}


/*******************
***** project css
********************/

.factory-project-content h3 {
    font-size: 20px;
    font-weight: 600;
}

.project-more-info-btn {
    color: #333;
}

.factory-project-content {
    float: left;
    padding: 6rem 0 6rem 15px;
    width: 50%;
	
}

.factory-project-categories {
    list-style: outside none none;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
}

.factory-project-categories li {
    cursor: pointer;
    display: inline-block;
    padding: 15px;
}

.factory-project-categories li::after {
    content: "-";
    margin-left: 20px;
}

.factory-project-categories li:last-child::after {
    content: "";
    margin: 0;
}

.factory-project-categories li:hover,
.factory-project-categories li.active {
    color: #fd4b02;
}

.factory-project-categories li:hover::after {
    color: #333;
}

.factory-project-img {
    float: left;
    margin-bottom: 60px;
    position: relative;
    width: 50%;
    z-index: 1;
}

.factory-project-img img {
    width: 100%;
}






.single-factory-project .factory-project-img:before,
.factory-single-staff .factory-staff-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
}



.single-factory-project:hover .factory-project-img:before {
   
}

.single-factory-project .factory-project-content a,
.single-factory-project .factory-project-content h3 {
    font-weight: 700;
	  font-family: Arial;
	 color: #4c4b4a;
}


.single-factory-project .factory-project-content a i {
    margin-left: 4px;
    font-weight: 300;
	  font-family: Arial;
	color:  #4c4b4a;
}

.single-factory-project .factory-project-content a:hover i {
    margin-left: 10px;
	  font-family: Arial;
}

.single-factory-project:hover .factory-project-content a,
.single-factory-project:hover .factory-project-content h3 {
    color: #fc721e;
	  font-family: Arial;
	  
	
}

.single-project-info {
    border-top: 1px solid #f1f0f0;
    line-height: 23px;
    padding: 10px 0;
}

.single-project-info strong {
    display: block;
}

.single-project-info p {
    margin: 0;
}

.project-details h4 {
    margin-bottom: 25px;
}

.single-project-info:hover {
    border-color: #fd4b02;
    color: #fd4b02;
}


/*******************
***** stuff css
********************/

.factory-staff-detail {
    border: 1px solid #ebeaea;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
}

.factory-staff-detail h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.factory-staff-social-link {
    list-style: outside none none;
    margin: 5px 0 0;
    padding: 0;
}

.factory-staff-social-link li a {
    border: 1px solid #666464;
    color: #666464;
    display: block;
}

.factory-staff-social-link li {
    display: inline-block;
    height: 30px;
    margin: 4px;
    width: 30px;
}

.factory-single-staff .factory-staff-img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.factory-staff-img > img {
    width: 100%;
}

.factory-single-staff .factory-staff-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.factory-single-staff:hover .factory-staff-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.factory-single-staff .factory-staff-img:before {
    background-color: #fc721e;
    z-index: 2;
}

.factory-single-staff:hover .factory-staff-img:before {
    opacity: .7;
}

.factory-staff-social-link li a:hover {
    color: #fc721e;
    border-color: #fc721e;
}


/*******************
***** partner-logo css
********************/

.partners-logo-area {
    border-bottom: 0px solid #d7d5d5;
    border-top: 0px solid #d7d5d5;
    padding: 50px 0 25px;
}
.partners-logo-area h4{
	
	
	padding-bottom: 5px;
		color:#fd4b02;

	
	
} 

.owl-carousel.partners-logos .owl-item img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.partners-logos .owl-nav div {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 22px;
    height: 30px;
    line-height: 26px;
    margin: 7px;
    text-align: center;
    width: 36px;
}

.partners-logos .owl-nav {
    margin-top: 10px;
    text-align: center;
}


/* ***************************
******* Footer area Start
***************************** */

.text-logo.footer-logo {
    color: #ffffff !important;
    margin-bottom: 10px;
}

.site-footer {
  background: #000000 none repeat scroll 0 0;
  overflow: hidden;
}
.footer-top {
    border-bottom: 1px solid #403f3f;
}

.site-info {
    color: #8f8c8c;
    font-weight: 300;
    text-align: center;
}

.site-info a {
    color: #ffffff;
    margin-left: 10px;
    opacity: 0.7;
}

.footer-bottom-text:hover a {
    color: #fd4b02;
}

button.email-submit-btn:hover {
    background: #ffffff none repeat scroll 0 0;
}

.site-footer .widget button.email-submit-btn:hover i.fa {
    color: #fd4b02;
}


/* Footer-widged start */

.footer-sep {
    background: #0f0f0f none repeat scroll 0 0;
    height: 1px;
}

.site-footer .widget {
    color: #e8e8e8;
    padding-bottom: 10px;
    padding-top: 30px;
}

.footer-widget-title {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.footer-widget-title::after {
    background: #f5821f none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 130px;
}

.footer-widget-title2 {
    color: #ffffff;
    font-size: 20px;
	 left: 90px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.footer-widget-title2::after {
    background: #f5821f none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 130px;
}

.altalan {
	
	color: #e8e8e8;
}



.textwidget > p {
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: -6px;
}

.site-footer .widget a {
    color: #8c8c8c;
}

.site-footer .widget a span.widged-left-arrow {
    display: inline-block;
    margin-right: 10px;
	
}

.site-footer .widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.site-footer .widget.widget_recent_entries span {
    color: #8c8c8c;
    display: block;
    font-weight: 600px;
}

.site-footer .widget.widget_recent_entries li {
    margin-bottom: 10px;
}

.site-footer .widget.widget_recent_entries.widged-single-post li {
    margin-bottom: 30px;
}

.site-footer .widget.widget_recent_entries li:last-child {
    margin: 0;
}

#recent-posts-3 a {
    display: block;
    line-height: 28px;
    margin-bottom: 8px;
}

.site-footer .widget i.fa {
    color: #f5821f;
    margin-right: 0px;
}

.header-right-content a.social-icon:hover i.fa {
    color: #ffffff;
}

.site-footer #text-3.widget i {
    margin-right: 5px;
}

.site-footer .widget span i.fa {
    font-size: 17px;
}

button.email-submit-btn {
    background: #fd4b02 none repeat scroll 0 0;
    border: 1px solid #fd4b02;
    font-size: 18px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: -10px;
    text-align: center;
    top: 0;
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
    width: 50px;
    -webkit-transition: .4s;
    transition: .4s;
}

.footer-bottom-text > p {
    line-height: 50px;
    margin: 0;

}

.textwidget > span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.site-footer .widget a.contact-link {
    color: #8c8c8c;
    display: block;
    margin-bottom: 20px;
}


/* widged input area Start */

.mail-us {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}

.mail-us input {
    background: #222222 none repeat scroll 0 0;
    border: 1px solid #222222 !important;
    height: 48px;
    padding-left: 15px;
    width: 100%;
}

.site-footer .widget button.email-submit-btn i.fa {
    color: #ffffff;
    margin-right: 10px;
    -webkit-transform: skewX(18deg);
    transform: skewX(18deg);
}

.header-bottom-area {
	
	background-color: white;
}


/* widged input area End */


/* Footer-widged start */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ ABOUT PAGE START

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* breadcroumb-area Start */

.border-area {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 30px !important;
    padding-bottom: 25px !important;
}

blockquote {
    padding-right: 0;
}

.calismasaat {
	height: 100%;
	width:  100%;	
}

.factory-breadcroumb-area {
    z-index: 2;
	position: relative;
	width: 100%;
  
}


.factory-breadcroumb-area1{
    position: relative;
    z-index: 2;
}

.factory-breadcroumb-area::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.factory-breadcroumb-area1::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.factory-breadcroumb-area h2 {
    color: #fff;
    margin: 0;
    padding: 100px 0;
    text-align: center;
   
} .factory-breadcroumb-area p {
     text-align:center; 
	 color:#aa6316; 
	 font-size:15px; 
	 padding:0;
	 
	 
     
}
 .factory-breadcroumb-area  table, th, td {
    border: 0px;
    opacity: 0.9;
    text-align:center;

}
} .factory-breadcroumb-area h3 {
     text-align:center; 
	 color:#fff; 
	 font-size:50px; 
	 padding:0;
   
}
.factory-breadcroumb-area1 h2 {
    color: #fff;
    margin: 0;
    padding: 10px 0;
    text-align: center;
   
}


.page-entry-header h1 {
    margin: 15px 0;
}

.edit-link {
    display: inline-block;
    padding: 20px 0;
}

.edit-link a {
    color: #333;
}

.factorycrumbs-area {
    bottom: -25px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#factorycrumbs {
    background: #f5821f none repeat scroll 0 0;
    color: #fff;
    padding: 20px 40px;
    display: inline-block;
    min-width: 300px
}

#factorycrumbs a {
    color: #fff;
}
.sektor{
	
	
	height:300px; 
	width:1240px; 
	margin:5px 70px 5px 70px;
}
.sektor-text{
	margin:5px 70px 5px 70px;
	height:300px; 
	width:360px;
	float:left;
}
.sektor-text h2{
	
	text-align:center;
	color:#e04e26; 
	font-size:25px; 
	margin:-bottom:12px;
	padding:0;
}
.sektor-text p{
	
text-align:left;
 color:#565353; 
 font-size:15px; 
 padding:0;
 
 margin-top:30px;
}
/*breadcromb css*/

#factorycrumbs {
    position: relative;
}

#factorycrumbs:before,
#factorycrumbs:after {
    border-bottom: 0 solid #cc5912;
    border-left: 15px solid #cc5912;
    border-top: 35px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    z-index: 1;
}

#factorycrumbs:before {
    border-right: 15px solid #cc5912;
    right: auto;
    left: -15px;
    border-left: none;
}


/* breadcroumb-area End */


/* About-area Start */

blockquote {
    font-size: inherit;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 0 15px;
}


/* About-area End */


/* About-area Start */

.about-page .team-member-area {
    padding-top: 60px;
}

.about-page .owl-controls {
    display: block;
    overflow: hidden;
    padding-top: 20px;
}

.about-page .owl-controls {
    display: block;
    overflow: hidden;
    padding-top: 20px;
}

.about-page .owl-prev {
    display: inline-block !important;
}

.about-page .owl-next {
    display: inline-block !important;
}


/* About-area End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ ABOUT PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SERVICE PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

section.service-area.service-page {
    padding-bottom: 20px;
    padding-top: 50px;
}

.factory-service-box {
    margin-bottom: 80px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SERVICE PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SERVICE-DETAILS PAGE Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.service-details-img {
    margin-bottom: 35px;
}

blockquote.service-blockquote {
    border-left: 5px solid transparent;
    line-height: 28px;
    margin-left: 3%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 0;
    position: relative;
    width: 97%;
}

blockquote.service-blockquote::before {
    background: #fc721e none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -35px;
    position: absolute;
    top: 50%;
    width: 35px;
}

blockquote.service-blockquote::after {
    background: #fc721e none repeat scroll 0 0;
    content: "";
    height: 86%;
    left: 0;
    position: absolute;
    top: 7%;
    width: 2px;
}

.service-menu-bottob > h2 {
    margin: 45px 0 50px;
}

.widgettitle {
    margin: 60px 0 50px;
}

.service-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.service-menu ul {
    margin-top: 30px;
}

.service-menu ul li a {
    border-bottom: 1px solid #ebeaea;
    border-top: 1px solid #ebeaea;
    color: #333333;
    display: block;
    padding: 10px 0;
    position: relative;
    margin-top: -1px
}

.service-menu ul li a::after {
    content: "\f105";
    float: right;
    font-family: fontawesome;
}

.service-menu ul li a:hover,
.service-menu ul li.current_page_item a {
    border-color: #fd4b02;
    color: #fd4b02;
    z-index: 2
}

.bordered-btn.iconic-btn {
    border: 1px solid #f4f4f4;
    color: #fd4b02;
    display: block;
    margin: 25px 0 15px;
    padding: 10px 20px;
}

.bordered-btn.iconic-btn i.fa {
    float: right;
    line-height: 25px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SERVICE-DETAILS PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ PROJECT PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

section.project-area.project-page {
    padding: 110px 0 40px;
}

.factory-project-categories {
    list-style: outside none none;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
}

.factory-project-categories li {
    cursor: pointer;
    display: inline-block;
    padding: 15px;
}

.factory-project-categories li::after {
    content: "-";
    margin-left: 20px;
}

.factory-project-categories li:last-child::after {
    content: "";
    margin: 0;
}

.factory-project-categories li:hover,
.factory-project-categories li.active {
    color: #fd4b02;
}

.factory-project-categories li:hover::after {
    color: #333;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ PROJECT PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ PROJECT-DETAILS PAGE START

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

section.project-details-area {
    padding: 0px  0px;
	margin:0;
}

.project-details-img {
    overflow: hidden;
}

.project-details-img img {
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 70%;
}



.project-details-left > h3 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.project-details-left > p {
    color: #333333;
    line-height: 28px;
    margin-bottom: 13px;
}

.project-details-left > p:last-child {
    margin: 0;
}

.project-details-right > h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.project-details-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.project-details-menu li {
    border-bottom: 1px solid #ebeaea;
    border-top: 1px solid #ebeaea;
    color: #333333;
    display: block;
    margin-top: -1px;
    padding: 10px 0;
    position: relative;
}

.project-details-menu li:last-child {
    border-bottom: medium none;
}

.project-details-menu li:last-child:hover {
    border-bottom: 1px solid #fd4b02;
}

.project-details-menu li:hover {
    border-color: #fd4b02;
    color: #fd4b02;
    z-index: 2;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ PROJECT-DETAILS PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ BLOG PAGE START

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.factory-shop-content-area,
.woocommerce-page .internal-content-area,
.factory-blog-content-area {
    padding: 100px 0 80px;
}

.entry-content {
    padding-bottom: 60px;
}

.factory-blog-content-area {
    padding-bottom: 20px;
}

section.widget {
    margin-bottom: 55px;
    padding-left: 70px;
}

section.widget h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

section.widget ul {
    list-style: outside none none;
    padding: 0;
}

section.widget.widget_categories ul li,
section.widget.widget_archive ul li {
    text-align: right;
    overflow: hidden;
}

section.widget.widget_categories ul li *,
section.widget.widget_archive ul li * {
    float: left;
}

section.widget ul li a,
section.widget ul li span {
    color: #282727;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

section.widget ul li span {
    color: #666;
}

section.widget ul li:hover,
section.widget ul li:hover a {
    color: #fc721e;
}

.post-featured-content {
    margin-bottom: 45px;
}

.factory-blog-post-title {
    margin-bottom: 20px;
}

.factory-blog-post-title > a {
    text-transform: capitalize;
    color: #282727;
}

.screen-reader-text {
    display: none;
}

.entry-content > p {
    line-height: 28px;
}


/* Blog Area Right Start */

.search-form input[type="search"] {
    border: 1px solid #dddddd;
    line-height: 35px;
    text-indent: 10px;
    width: 235px;
}

.search-form {
    position: relative;
}

input[type="submit"] {
    background: #fd4b02 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 8px 30px;
}

section.widget ul li a,
section.widget ul li span {
    color: #282727;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.search-form input.search-submit[type="submit"] {
    height: 38px;
    padding: 0;
    width: 60px;
}

.entry-meta span {
    font-size: 15px;
    margin-left: 18px;
}

.entry-meta span:first-child {
    margin-left: 0;
}

.entry-meta span i {
    color: #fc721e;
    margin-right: 12px;
}

.entry-meta span a {
    color: #333;
}

.entry-meta span a:hover {
    color: #fc721e;
}

.entry-meta {
    margin-bottom: 25px;
}

.read_more {
    background-color: #fc721e;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 45px;
    margin-top: 10px;
    padding: 0 45px;
    border: 1px solid #fc721e;
}

.read_more:hover {
    background-color: #fff;
    color: #fc721e;
}

article:not(:first-child) {
    margin-top: 50px;
}

.edit-link a.post-edit-link {
    background: #fc721e;
    line-height: 30px;
    padding: 0 20px;
    margin: 10px 0 20px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fc721e;
    margin-right: 5px;
}

.edit-link {
    padding: 0;
}

.edit-link a.post-edit-link:hover {
    background-color: #fff;
    color: #fc721e;
}

.navigation.post-navigation .nav-links {
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 20px;
    background-color: #666;
}

.navigation.post-navigation .nav-next a,
.navigation.post-navigation .nav-previous a {
    border: 1px solid #a8a8a8;
    float: left;
    padding: 10px 15px;
    width: 50%;
    font-size: 15px;
    background-color: #666;
    color: #fff;
}

.navigation.post-navigation .nav-previous a:before {
    content: '\f137';
    font-family: 'fontawesome';
    margin-right: 5px;
}

.navigation.post-navigation .nav-next a:after {
    content: '\f138';
    font-family: 'fontawesome';
    margin-right: 5px;
    margin-left: 5px;
}

.navigation.post-navigation .nav-links > div:nth-child(2) a {
    border-left: medium none;
    text-align: right;
}


/* Flicker Image Start */

.single-post {
    overflow: hidden;
}

.single-post {
    margin-bottom: 20px;
}

.single-post-img {
    float: left;
    width: 94px;
}

.single-post-text {
    float: left;
    padding-left: 15px;
    width: 67%;
}

.single-post-text h4 {
    font-size: 16px;
    line-height: 24px;
}

.flickr_badge_image {
    display: inline-block;
    margin: 2px;
}


/* Flicker Image End */


/* blog-tag-area Start */

.blog-tag-area li {
    display: inline-block;
}

.blog-tag-area a {
    border: 1px solid #fc721e;
    display: block;
    padding: 10px 14px;
}

.blog-social-icon .social-icon i.fa {
    color: #222222;
}


/* blog-tag-area End */


/* Blog Area Right End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ BLOG PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Single BLOG PAGE START

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.blog-comment-area > h2 {
    margin-bottom: 45px;
}

.commentor-img {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.blog-single-comment {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 60px;
}

.commentor-img > img {
    border: 3px solid #fc721e;
    border-radius: 50%;
}

.commentor-img::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fc721e;
    border-style: solid solid none;
    border-width: 25px 60px medium;
    content: "";
    height: 0;
    position: absolute;
    right: -92px;
    top: 23px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    width: 0;
    z-index: -1;
}

.commentor-details {
    padding-left: 40px;
}

.commentor-details > h4 {
    font-size: 15px;
    font-weight: 400;
}

.commentor-details h5 {
    color: #7d7b7b;
    font-weight: 400;
}

.commentor-details > p {
    color: #222222;
    line-height: 28px;
    margin-bottom: 18px;
}

.header-right-content.commentor-social-link a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
}

.reply-btn {
    background: #fd4b02 none repeat scroll 0 0;
    border: 1px solid #fd4b02;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    padding: 15px 20px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.reply-btn:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fd4b02;
}


/* Post Comment area Start */

.post-comment-area > h2 {
    padding-bottom: 50px;
}

.post-comment-area input {
    border: 1px solid #ededed;
    color: #888787;
    display: inline-block;
    height: 50px;
    margin-bottom: 30px;
    margin-right: 2%;
    outline: medium none;
    padding-left: 15px;
    width: 47%;
}

.post-comment-area textarea {
    border: 1px solid #ddd;
    color: #888787;
    font-size: 14px;
    font-weight: 400;
    height: 150px;
    outline: medium none;
    padding-left: 15px;
    padding-top: 10px;
    resize: none;
    width: 100%;
}

.post-comment-area input:focus {
    outline: medium none;
}

.single-blog-left blockquote {
    border: medium none;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 10px 0 10px 30px;
}


/* Post Comment area End */


/* single-blog area Start */

.single-blog-widged .search-form input {
    display: block;
    position: relative;
    width: 100%;
}

.widged-search-area {
    position: relative;
}

.search-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #999999;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.cat-item span {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    display: inline-block;
    font-size: 14px !important;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 30px;
}

.cat-item {
    height: 50px;
    margin-bottom: 0;
    padding-bottom: 25px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0;
    position: relative;
}

.cat-item > a {
    font-weight: 400 !important;
    margin: 0!important;
    position: relative;
    top: 3px;
}

.cat-item:hover span {
    border: 1px solid #fc721e;
    color: #fc721e;
}


/* Shop page right */

.single-rated-details {
    display: inline-block;
}

.single-rated-details > h4 {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-rated-list:hover .single-rated-details > h4 {
    color: #fc721e;
}

.single-rated-details h5 {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.single-rated-img {
    display: inline-block;
    float: right;
}

.single-rated-list {
    margin-bottom: 30px;
    overflow: hidden;
}

.product-price > ul.rated-stars {
    display: block;
    float: none;
    margin-bottom: 10px;
}


/* Shop page End */


/* single-blog area End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SINGLE BLOG PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SHOP PAGE START

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* product-list-top start */

.product-list-area {
    padding: 130px 0 75px;
}

.product-list-top {
    padding-bottom: 80px;
}

.list-date {
    display: inline-block;
}

.sorting-categories {
    display: inline-block;
    float: right;
    position: relative;
}

.list-date > p {
    color: #868585;
    font-size: 15px;
    font-weight: 400;
}

.sorting-categories::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #868585;
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 7px;
    width: 30px;
    z-index: -1;
}

.sorting-categories select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #868585;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    width: 200px;
    z-index: 1;
}

.sorting-categories select option {
    border-bottom: 1px solid #e6e4e4;
    padding: 13px;
}


/* product-list-top End */


/* product-list-Bottom Start */

.product-list-img {
    border: 1px solid #ededed;
    height: 215px;
}

.product-list-img > img {
    height: 100%;
    width: 100%;
}

.product-list-details > h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 15px;
}

.product-price > p {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.single-product-list {
    margin-bottom: 65px;
}

.add-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fc721e;
    border-radius: 3px;
    color: #333333;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 155px;
}

.add-btn:hover {
    background: #fc721e none repeat scroll 0 0;
    color: #ffffff;
}

.product-price > ul {
    display: inline-block;
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.product-price li {
    display: inline-block;
}

.product-price li i {
    color: #fc721e;
}

.product-price li:last-child i {}


/* product-list-Bottom End */


/* shop-area-pagination Start */

.shop-area-pagination {
    text-align: center;
}

.pagination > li a.shop-pag {
    background: #dddddd none repeat scroll 0 0;
    border-radius: 50%;
    color: #333333;
    height: 35px;
    line-height: 26px;
    margin-right: 30px !important;
    padding: 4px;
    width: 35px;
}

.pagination > li:last-child a {
    margin-left: 15px !important;
    margin-right: 0 !important;
}

.pagination a {
    border: 1px solid #999999 !important;
    color: #333333 !important;
    display: inline-block;
    margin-right: 15px;
}

.pagination > li a.shop-pag:hover {
    background: #fc721e none repeat scroll 0 0;
    color: #ffffff !important;
    border: 1px solid #fc721e !important;
}

.pagination > li a.shop-pag:focus {
    background: #fc721e none repeat scroll 0 0;
    color: #ffffff !important;
    border: 1px solid #fc721e !important;
}

.pagination a:hover {
    background: #fc721e none repeat scroll 0 0 !important;
    border: 1px solid #fc721e !important;
    color: #ffffff !important;
}


/* shop-area-pagination End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ SHOP PAGE END

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Product Details Page Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.selected-product-details-text {
    display: inline-block;
    float: left;
    padding-right: 15px;
    width: 50%;
}

.selected-product-image {
    display: inline-block;
    float: left;
    padding-left: 15px;
    width: 50%;
}

.selected-product-details {
    overflow: hidden;
    padding-bottom: 100px;
}

.selected-product-price {
    display: block;
}

.selected-product-price h1 {
    display: inline-block;
    float: left;
    margin: 0;
    width: 55%;
}

.customer-reviews {
    display: block;
    float: left;
    width: 45%;
}

.selected-product-price .product-price > ul {
    float: left;
}

.customer-reviews > h4 {
    font-size: 14px;
    margin-bottom: 6px;
}

.selected-product-details-text > p {
    display: block;
    float: left;
    width: 100%;
}

.customer-reviews > h4 {
    font-size: 14px;
    margin-bottom: 6px;
}

.selected-product-details-text > p {
    color: #333;
    display: block;
    float: left;
    line-height: 28px;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 100%;
}

.selected-product-details-text > h5 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 22px;
}

.selected-product-details-text > h5 span {
    color: #817d7b;
}

.product-list-area section.widget {
    padding-left: 15px;
}

.select-item > input {
    border: 1px solid #666;
    color: #333;
    font-weight: 600;
    height: 42px;
    margin-right: 25px;
    padding-left: 15px;
    padding-right: 8px;
    width: 60px;
}

.select-item .add-btn {
    background: #fc721e none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}


/* Discription Area start */

.discription-area {
    display: block;
}

.discription-area ul.discription-menu {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.discription-area li {
    display: inline-block;
    margin-right: 25px;
}

.discription-area a {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.discription-area li:nth-child(2) a {
    font-weight: 600;
}

.discription-area a::after {
    background: red none repeat scroll 0 0;
    bottom: -16px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.discription-area a:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.discription-area > h2 {
    margin-bottom: 40px;
}

.discription-area > p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 93px;
}


/* Discription Area End */

.related-products-heading > h2 {
    padding-bottom: 40px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Product Details Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Cart Page Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.cart-table-area {
    padding: 100px 0;
}


/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/


/* 
	Generic Styling, for Desktops/Laptops 
	*/

table {
    width: 100%;
    border-collapse: collapse;
}


/* Zebra striping */

.cart-table-content tr:nth-of-type(2n+1) {
    background: #ffffff none repeat scroll 0 0;
    height: 55px;
}

.cart-table-content th {
    background: #ffffff none repeat scroll 0 0;
    color: #333333;
    font-weight: 700;
}

.cart-table-content td,
th {
    padding: 6px;
    text-align: center;
}

.cart-table-content tr {
    border: 1px solid #cccccc;
}

.cart-table-content td,
th {
    text-align: center;
    width: 50px;
}

.cart-table-content input {
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
   
    width: 60px;
}

.cart-table-content p {
    color: #f8030e;
}


/* cart-table-content Left start */

.cart_totals table.shop_table {
    border-collapse: separate;
    border-radius: 5px;
    margin: 0 -1px 0 0;
    text-align: left;
    width: 100%;
}

.cart_totals table.shop_table th {
    border-bottom: 1px solid #eeeeee;
    color: #050608;
    font-weight: 600;
    padding: 20px 12px;
    text-align: left;
    
    width: 50%;
}

.cart_totals table.shop_table .order-total > th {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.cart_totals a,
span {
    display: inline-block;
}

.cart-table-content input.button {
    width: 180px;
}

.coupon {
    display: inline-block;
    float: left;
    width: 405px;
}

.cart-table-content input.input-text {
    float: left;
    font-weight: 300;
    width: 210px;
}

input.button {
    display: inline-block;
    float: right;
}

#coupon_code {
    text-transform: initial;
}

.cart-table-content tr:last-child {
    border: medium none;
}

.cart-table-content tr:last-child td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}


/* cart-table-content Left End */


/* Cart Total start */

.cart_totals {
    padding-left: 30px;
}

.cart-subtotal > td {
    border-bottom: 1px solid #eeeeee;
    padding-right: 10px;
    text-align: right;
}

.order-total > td {
    padding-right: 10px;
    text-align: right;
}

.order-total > td strong span {
    font-weight: 600;
}

.checkout-button.button.alt.wc-forward {
    background: #fd4b02 none repeat scroll 0 0;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.wc-proceed-to-checkout {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    
}


/* Cart Total End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Cart Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Contact Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Factory Contact Form Style Start */

.contact-form-area {
    padding: 20px 0 20px ;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.factory-contact-form textarea,
.factory-contact-form input[type="text"],
.factory-contact-form input[type="email"],
.factory-contact-form input[type="tel"] {
    width: 100%;
}

.factory-contact-form input {
    margin-bottom: 15px;
}

.factory-contact-form p {
    margin: 0;
}

.factory-contact-form textarea {
    height: 120px;
    margin-bottom: 30px;
    resize: none;
}

.contact-form-area input[type="submit"] {
    background: #f5821f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    padding: 0;
    width: 180px;
}

.contact-form-area textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
    border: 1px solid #ddd;
    padding: 10px;
}

.Contact-info-area {
    padding-left: 40px;
}

.Contact-info-area > p i {
    color: #fd4b02;
    display: inline-block;
    margin-right: 15px;
	font-family: Arial;
}

.vc_row.contact h2 {
    margin-bottom: 40px;
}

.vc_row.contact i.fa {
    color: #fd4b02;
    margin-right: 5px;
}


/* Factory Contact Form Style End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Contact Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Checkout Page Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* billing-contact-form Start */

.factory-contact-form.billing-contact-form {
    padding-right: 35px;
}

.country-input {
    position: relative;
}

.country-input::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #999999;
    content: "";
    font-family: fontawesome;
    font-size: 23px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 30px;
    z-index: -1;
}

.country-input select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #999999;
    font-weight: 400;
    height: 45px;
    margin-bottom: 15px;
    padding-left: 8px;
    width: 100%;
    z-index: 1;
}

.country-input select option {
    border-bottom: 1px solid #ddd;
    padding: 13px 10px;
}

.bill-payment-single-content {
    padding-bottom: 28px;
}

.billing-icon {
    background: #fd4b02 none repeat scroll 0 0;
    border-radius: 6px 0;
    display: inline-block;
    float: left;
    height: 15px;
    margin-right: 20px;
    width: 15px;
}

.by-payment-text {
    padding-left: 35px;
}

.by-payment-text > h4 {
    color: #0e0d0d;
    font-size: 16px;
}

.by-payment-text > p {
    color: #656363;
    font-size: 16px;
    font-weight: 100;
}

.bill-payment-area {
    padding-top: 20px;
}

.payment-card-img li {
    display: inline-block;
}


/* billing-contact-form End */


/* billing-contact-form End */

.contact-form-area h2 {
    margin: 0;
    padding-bottom: 60px;
	 color:  #f5821f;
	
}

.order-notes textarea {
    height: 150px;
    margin-bottom: 40px;
    width: 100%;
}

.total-bill > h2 {
    padding-bottom: 40px;
}

.total-bill li {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    color: #0e0d0d;
    display: block;
    padding: 16px 10px;
}

.total-bill li:first-child {
    border-top: 1px solid #dddddd;
}

.total-bill li h4 {
    color: #0e0d0d;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.total-bill span {
    display: inline-block;
    float: right;
}


/* billing-contact-form End */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ checkout Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Thank You  Page Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.factory-breadcroumb-area.thank-you-page h2 {
    color: #fc721e;
    font-size: 80px;
    padding: 0 0 15px;
    text-transform: inherit;
}

.thank-you-area {
    padding: 193px 0;
    text-align: center;
}

.factory-breadcroumb-area.thank-you-page {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thank-you-area h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 25px;
}

.back-btn {
    background: #fc721e none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 190px;
}

.back-btn:hover {
    color: #000000;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ Thank You  Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ FAQ  Page Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/*******************
***** FAQ css
********************/

.faq-area {
    padding: 100px 0 40px;
}

.factory-faq-content {
    overflow: hidden;
}

.factory-faq-box h3 {
    font-size: 20px;
}

.faq-area-heading {
    padding-bottom: 80px;
    text-align: center;
}

.factory-faq-left {
    overflow: hidden;
    padding-right: 30px;
}

.factory-faq-right {
    overflow: hidden;
    padding-left: 28px;
}

.factory-faq-box {
    float: left;
    margin-bottom: 50px;
    padding-left: 40px;
    position: relative;
}

.factory-faq-box::before {
    background: #fd4b02 none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 2px #fd4b02;
    content: "";
    height: 13px;
    left: 4px;
    position: absolute;
    top: 5px;
    width: 13px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ FAQ  Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ 404  Page Start

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.thank-you-area.errr-area {
    padding: 90px 0 100px;
}

.thank-you-area.errr-area h1 {
    color: #fc721e;
    font-size: 170px;
    font-weight: 900;
    opacity: 0.4;
    padding-bottom: 15px;
}

.thank-you-area.errr-area h3 {
    color: #333;
    margin: 0;
}

.thank-you-area.errr-area > p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.urunbuton {
	margin-left: 90px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px transparent;
	box-shadow: 0 0 10px rgba transparent;
}

/* .urunbuton > img {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

.urunbuton > img:hover {
  width: 225px;
  height: auto;
} */

p1 {
    line-height: 28px;
    font-size: 14px;
}

.ortala {
	    margin-left: 180px;
		float: right;		
}

body {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  -o-user-select: none;
  user-select: none;          
}

.diller {
	min-height: 30px;
    float: right;
}

.mobil_diller {
	display: none;
	
}

.saatler {
	
	text-align: center;
    margin-top: -160px;
}

.saat {
	
	    margin-left: 280px;
		
}

.calisma_saatleri {
	
	margin-top: 30px;
    margin-bottom: 0px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++ 404  Page end

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */