/* Wooder - Carpentry HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header 
7. Sticky Header
8. Mobile Menu
9. Hidden Sidebar
10. Section Title
11. Page Title
12. Banner Section / Two / Three
14. Service Section / Two / Three
15. Service Details
16. Video Section
19. About Us
20. Work Section
21. Project Section / Two / Three
22. Project Detail
23. Offer Section
24. Products Section
25. Call Back Section
26. Call To Action
30. Testimonial Section / Two
31. Team Section
32. News Section / Two
33. Blog Classic
34. Blog Detail
39. Main Footer / Two / Three
40. Sidebar Page Container

**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/*
	font-family: "Roboto", serif;
	font-family: "Roboto", serif;
	font-family: "Roboto", serif;
*/

@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('owl.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
		Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color: #353535;
	line-height: 28px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: "Roboto", serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ab7442;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: "Roboto", serif;
	color: #353535;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
	background-color: transparent;
}

.sidebar-page-container,
section{
	background-color: #ffffff;
}

.no-pd-top{
	padding-top: 0 !important;
}

p,.text{
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	color: #353535;
	margin: 0;
}

p a:hover,
.text a:hover{
	color:#ab7442;
	text-decoration: underline;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1380px;
	width: 100%;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.theme-btn .btn-title{
	position: relative;
	z-index: 9;
	color: inherit;
}

.theme-btn span:not(.btn-title){
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 100%;
	border-radius: 50%;
	transform: translateY(150%);
	transition: all 500ms ease;
	background-color: #ab7442;
	z-index: 0;
}

.theme-btn span:nth-child(2){
	left: 20%;
	transition-delay: 100ms;
}

.theme-btn span:nth-child(3){
	left: 40%;
	transition-delay: 200ms;
}

.theme-btn span:nth-child(4){
	left: 60%;
	transition-delay: 300ms;
}

.theme-btn span:nth-child(5){
	left: 80%;
	transition-delay: 400ms;
}

.theme-btn:hover span{
	transform: translateY(0) scale(2);
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #ab7442;
    padding: 11px 30px 9px;
    font-weight: 600;
    border-radius: 5px;
    border: 3px solid #ab7442;
    overflow: hidden;
}

.btn-style-one:hover{
	color: #ffffff;
	background-color: transparent;
	box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 11px 30px 9px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #ab7442;
    overflow: hidden;
}

.btn-style-two:hover{
	color: #ab7442;
	box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}

.btn-style-two span:not(.btn-title){
	background-color: #ffffff !important;
}

/*Btn Style Three*/

.btn-style-three{
	position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 11px 30px 9px;
    font-weight: 600;
    border-radius: 5px;
    border: 3px solid #ffffff;
    overflow: hidden;
}

.btn-style-three:hover{
	color: #ab7442;
    border: 3px solid #ffffff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}

.btn-style-three span:not(.btn-title){
	background-color: #ffffff !important;
}

/*Btn Style Four*/

.btn-style-four{
	position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ab7442;
    padding: 11px 30px 9px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
}

.btn-style-four:hover{
	color: #ffffff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

.btn-style-four span:not(.btn-title){
	background-color: #ab7442;
}

/*=== List Style One ===*/

.list-style-one{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-one li{
	position: relative;
	font-size: 18px;
	line-height: 1.6em;
	color: #353535;
	font-weight: 500;
	padding-left: 25px;
	margin-bottom: 10px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 25px;
	color: #ab7442;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
    content: "\f00c";
}

/*=== List Style Two ===*/

.list-style-two{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-two li{
	position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #353535;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
}

.list-style-two li a{
	color: #353535;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.list-style-two li:before{
	position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 28px;
    color: #ab7442;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
}

/*=== List Style Three ===*/

.list-style-three{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-three li{
	position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #353535;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 5px;
}

.list-style-three li a{
	color: #353535;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.list-style-three li a:hover{
	color: #ab7442;
}

.list-style-three li:before{
	position: absolute;
    left: 0;
    top: 10px;
    height: 10px;
    width: 10px;
    border: 1px solid #ab7442;
    border-radius: 5px;
    content: "";
}

.theme_color{
	color:#ab7442;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .active-tab{
	display: block;
}

.far:before{
	font-family: "Font Awesome 5 Free" !important;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 30px;
	width: 30px;
	font-size:16px;
	line-height:30px;
	color:#040025;
	text-align:center;
	cursor:pointer;
	z-index:100;
	background:#ffffff;
	display:none;
	border-radius: 0;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background:#ab7442;
	color: #ffffff;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	z-index:999;
}

.main-header .header-top{
	position: relative;
	background-color: #353535;
}

.main-header .top-left{
	position: relative;
	float: left;
}
.main-header .top-left p {
	display: inline-block;
	margin-right: 10px;
	padding-left: 20px;
	line-height: 40px;
	font-size: 16px;
	position: relative;
}
.main-header .top-left p:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 18px;
	left: 5px;
	background: #c08c4d;
}
.main-header .top-left p a {
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	font-weight: 800;
}
.main-header .top-right{
	position: relative;
	float: right;
	padding: 0 18px;
}

.main-header .header-top .contact-info{
	position: relative;
	float: left;
}

.main-header .header-top .contact-info li{
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	padding: 6px 0;
	margin-right: 45px;
}

.main-header .header-top .contact-info li .icon{
	position: relative;
	float: left;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	margin-right: 10px;
}

.main-header .header-top .contact-info li a{
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .contact-info li a:hover{
	text-decoration: underline;
}

.main-header .header-top .social-icon-one{
	position: relative;
	float: right;
	padding: 6px 0;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	float: left;
	margin-left: 20px;
}

.social-icon-one li:first-child{
	margin-left: 0;
}

.social-icon-one li a{
	position:relative;
	display:block;
	font-size:16px;
	color:#ffffff;
	line-height: 29px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-one li a:hover{
	color: #ab7442;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	float: left;
	margin-left: 20px;
}

.social-icon-two li:first-child{
	margin-left: 0;
}

.social-icon-two li a{
	position:relative;
	display:block;
	font-size:16px;
	color:#353535;
	line-height: 29px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-two li a:hover{
	color: #ab7442;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	position: relative;
	background-color: #ffffff;
}

.main-header .header-lower .logo-outer{
	position: relative;
	float: left;
	padding: 5px 0;
}

.main-header .header-lower .logo{
	position: relative;
	width: 228px;
	height: 90px;
	display: block;
	background: url(../img/zerbay.svg);
	background-size: cover;
}
.logo h1, .logo p {
	width: 219px;
	height: 90px;
	display: block;
	text-indent: -999px;
}
.logo h1 a, .logo p a {
	display: block;
	width: 219px;
	height: 90px;
}

.main-header .header-lower .nav-outer{
	position: relative;
	float: right;
}

.main-header .main-box{
	position:relative;
	left:0px;
	top:0px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu{
	position:relative;
	float:left;
	font-family: "Roboto", serif;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:35px 0px;
	margin-right: 35px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
	font-weight:800;
	color:#353535;
	font-size:17px;
	line-height:30px;
	padding: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #ab7442;
}

.main-menu .navigation > li > a:before{
	position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #ab7442;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width: 250px;
	padding:20px 15px;
	z-index:100;
	background:#ffffff;
	opacity: 1;
	-webkit-transform:scaleY(0);
	-moz-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	transform:scaleY(0);
	transform-origin: top;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position: relative;
    display: block;
    padding: 5px 10px;
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;
	color:#353535;
	text-align:left;
	white-space: nowrap;
	text-transform:capitalize;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	transition:all 200ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{

}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0%;
	width:250px;
	padding:20px 15px;
	z-index:100;
	opacity: 1;
	background:#ffffff;
	margin-left: 15px;
	margin-top: -20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:5px 10px;
	line-height:30px;
	font-weight:500;
	font-size:16px;
	color:#353535;
	text-align:left;
	white-space: nowrap;
	text-transform:capitalize;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	transition:all 200ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{

}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
	transition:all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

/*search box btn*/

.main-header .search-box-outer{
	position:relative;
	text-align: center;
	padding: 15px 0;
}

.main-header .search-box-btn{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
	border-radius: 50%;
    background-color: transparent;
}

.dropdown-toggle::after{
	display: none;
}

.main-header .search-box-outer .dropdown-menu{
	top:35px !important;
	left: auto !important;
	right: 0 !important;
	padding:0px;
	width:280px;	
	border-radius:0px;
	transform: none !important;
	border-top:3px solid #ab7442;
}

.header-style-three .search-box-outer .dropdown-menu{
	box-shadow: 0 0 20px rgba(0,0,0,.30);
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
	font-size: 14px;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#ab7442;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#000000;
	font-size:12px;
	background:none;
	cursor:pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .search-panel .search-btn:hover{
	color: #ab7442;
}

/*search box btn*/

.main-header .cart-btn{
	position: relative;
	margin-right: 25px;
	padding: 30px 0;
}

.main-header .cart-btn a{
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
	color: #000000;
	z-index: 9;
}

.main-header .cart-btn .count{
	position: absolute;
	right: 0px;
	top: 4px;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	color: #ffffff;
	background-color: #040025;
	border-radius: 50%;
}

/* Btn Box */

.main-header .header-lower .btn-box{
	position: relative;
	padding: 20px 0;
}

.main-header .header-lower .btn-box a{
	float: right;
	line-height: 60px;
	display: block;
	padding: 0px 40px;
	border-radius: 3px;
	color: #FFF;
	font-size: 18px;
	font-weight: 900;
	background: #c08c4d;
}



/*** 

====================================================================
		Sticky Header
====================================================================

***/

.header-span{
	position: relative;
	height: 80px;
	display: block;
}

.header-style-four{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.header-style-four.fixed-header{
	position: fixed;
	top: 0;
}

.header-style-four .main-box{
	display: flex;
	justify-content: space-between;
  	align-items: center;
  	background-color: #ffffff;
  	padding: 0 30px;
  	box-shadow: 0 0 30px rgba(0,0,0,.30);
}

.header-style-four.fixed-header .main-box{
	max-width: 1170px;
	margin: 0 auto;
}

.header-style-four .logo-outer{
	position: relative;
	padding: 15px 0;
}

.header-style-four .nav-outer{
	position: relative;
	float: none;
}

.header-style-four .main-menu .navigation > li{
	padding: 25px 15px;
	margin-right: 10px;
}

.header-style-four .cart-btn a,
.header-style-four .main-menu .navigation > li > a{
	color: #353535;
}

.header-style-four .main-menu .navigation > li.current > a,
.header-style-four .main-menu .navigation > li:hover > a{
	color: #ab7442;
}

.header-style-four .cart-btn{
	padding: 20px 0;
}

.header-style-four .search-box-outer{
	padding: 25px 0;
}

.header-style-four .search-box-btn{
	font-size: 18px;
	color: #353535;
}

.header-style-four .sidebar-btn{
	color: #ffffff;
	background-color: #ab7442;
}

/*** 

====================================================================
		Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 9999;
	visibility:visible;
}

.fixed-header .sticky-header .logo {
	margin: 5px 0px;
	width: 177px;
	height: 70px;
	display: block;
	background: url(../img/zerbay.svg);
	background-size: cover;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 40px;
	padding: 0 !important;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li:after{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li a:before{
	bottom: 20px;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #ab7442;
	background-color: #ffffff;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display: none;
}

.sticky-header .main-menu .navigation > li.dropdown:hover > ul{
	margin-top: 0;
}

.sticky-header .auto-container{
	max-width: 1200px;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color:#ab7442;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	max-width:100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
} 

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box{
	position: relative;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:  scale(0);
	-moz-transform:  scale(0);
	-ms-transform:  scale(0);
	-o-transform:  scale(0);
	transform:  scale(0);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 20px;
	top: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background-color: #ab7442;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	padding: 0 20px;
}

.mobile-menu .navigation > li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 20px;
	padding: 7px 25px;
	font-size: 16px;
	color: #353535;
	font-weight: 500;
	text-transform: capitalize;
}

.mobile-menu .navigation > li > a{
	font-size: 18px;
	font-weight: 500;
	padding: 10px 20px;
	box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.mobile-menu .navigation > li > ul{
	padding: 10px 0;
}

.mobile-menu .navigation li.current-menu-ancestor > a,
.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#ab7442;	
}

.mobile-menu .navigation > li > ul > li > ul{
	padding-left: 15px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:40px;
	border-left: 1px solid #fafafa;
	color:#353535;
	cursor:pointer;
	z-index:5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before{
	display: inline-block;
	position: relative;
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
    left: -500px;
    top: 0px;
    max-width: 360px;
	height:100%;
	overflow-y:auto;
    z-index: 99999;
    opacity: 0;
	background-color: #ffffff;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-content-visible .hidden-bar{
	left:0px;
	opacity:1;
	visibility:visible;
}

.hidden-bar .inner-box{
	position:relative;
	background-color: #ffffff;
	padding:55px 30px 50px;
}

.hidden-bar .inner-box .cross-icon{
	position:absolute;
	right:30px;
	top:54px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size:16px;
	text-align: center;
	cursor:pointer;
	color:#ffffff;
	z-index: 9;
	background-color: #ab7442;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.hidden-bar .inner-box .cross-icon:hover{
	transform: rotate(-360deg);
	background-color: #353535;
}

.hidden-bar .inner-box h2{
	position:relative;
	font-size:24px;
	font-weight:500;
	line-height:1.2em;
	color:#353535;
	margin-bottom:25px;
}

/*Appointment Form*/

.hidden-bar .appointment-form{
	position:relative;
}

.hidden-bar .appointment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"],
.hidden-bar .appointment-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 20px;
	height:45px;
	color:#ffffff;
	font-size:16px;
	border:1px solid transparent;
	background-color: #ab7442;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}

.hidden-bar .appointment-form input::placeholder,
.hidden-bar .appointment-form textarea::placeholder{
	color:#ffffff;
}

.hidden-bar .appointment-form textarea{
	height:135px;
	resize:none;
}

.hidden-bar .appointment-form .form-group button{
	margin-top:10px;
	display: block;
	width: 100%;
	border-radius: 0;
	font-weight: 500;
}

.contact-info-box{
	position:relative;
	padding-top:10px;
}

.contact-info-box .info-list{
	position:relative;
	padding-bottom:18px;
	margin-bottom:25px;
}

.contact-info-box .info-list li{
	position:relative;
	color:#353535;
	font-size:18px;
	font-weight:500;
	margin-bottom:5px;
}

.contact-info-box .info-list:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:1px;
	background-color:#353535;
}

.contact-info-box .info-list li a{
	color: #353535;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-info-box .info-list li a:hover{
	color: #ab7442;
}

.contact-info-box .social-list{
	position:relative;
}

.contact-info-box .social-list li{
	position:relative;
	width:50%;
	float:left;
	margin-bottom:6px;
	display:inline-block;
}

.contact-info-box .social-list li a{
	position:relative;
	font-size:15px;
	font-weight:500;
	color:rgba(0,0,0,0.70);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.contact-info-box .social-list li a:hover{
	color:rgba(0,0,0,1);
}

.mCSB_inside>.mCSB_container{
	margin-right: 0;
}

.form-back-drop{
	position:fixed;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.70);
	visibility:hidden;
	z-index:99999;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.side-content-visible .form-back-drop{
	opacity:1;
	visibility:visible;
}

.mCSB_inside>.mCSB_container{
	margin-right: 0;
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:60px;
}

.sec-title h2{
	position: relative;
	display: inline-block;
    font-size: 72px;
    color: #353535;
    line-height: 1em;
    font-weight: 600;
    color: transparent;
    cursor: default;
    -webkit-text-stroke: 1px #353535;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sec-title h2:hover{
	color: #353535;
    -webkit-text-stroke: 1px transparent;
}

.sec-title h2:before,
.sec-title h2:after{
	position: absolute;
    left: 100%;
    bottom: 20%;
    height: 2px;
    width: 50px;
    background-color: #ab7442;
    content: "";
    margin-left: 15px;
}

.sec-title.text-center h2:before{
	left: auto;
	right: 100%;
	margin-right: 15px;
	margin-left: 0;
}

.sec-title .text{
	position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.4em;
    color: #353535;
    font-weight: 400;
    margin-top: 20px;
}

.sec-title.light h2{
    -webkit-text-stroke: 1px #ffffff;
}

.sec-title.light h2:hover{
	color: #ffffff;
    -webkit-text-stroke: 1px transparent;
}

.sec-title.light h2:before,
.sec-title.light h2:after{
    background-color: #ffffff;
}

.sec-title.light .text{
	color: #ffffff;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding:120px 0px;
	text-align:center;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color: #000000;
	opacity: .60;
}

.page-title h1{
	position:relative;
	font-weight:900;
	font-size: 70px;
	line-height:1;
	z-index:99;
	color: #ffffff;
	font-family: "Roboto", serif;
	margin-bottom: 10px;
}

.page-title .bread-crumb{
	position:relative;
	z-index:1;
}

.page-title .bread-crumb li{
	position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    margin-right: 18px;
    padding-right: 18px;
}

.page-title .bread-crumb li:last-child{
	margin-right:0px;
	padding-right: 0;
}

.page-title .bread-crumb li:after{
	position:absolute;
	content:'';
	top:12px;
	right:-4px;
	width: 6px;
	height: 6px;
	display: block;
	background: #c08c4d;
}

.page-title .bread-crumb li:last-child:after{
	display:none;	
}
.page-title .bread-crumb li:first-child {
	padding-left: 35px;
}
.page-title .bread-crumb li:first-child:before {
	position: absolute;
	content: "\f015";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	left: 0px;
	top: 0px;
	color: #c08c4d!important;
}
.page-title .bread-crumb li a{
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	line-height: 30px;
	font-weight: 300;
	font-size: 16px;
}

.page-title .bread-crumb li a:hover{
	color:#ab7442;	
}

.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.play-now .icon{
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #040025;
    color: #ffffff;
    z-index: 1;
    padding-left: 5px;
    font-size: 24px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0  0px 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin:center; 
    transform-origin:center; 
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 

/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
}

.banner-section .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

 .banner-section .slide-item .image-layer{
	 position:absolute;
	 left:0;
	 top:0;
	 width:100%;
	 height:100%;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
 }


.banner-section .slide-item .content-box{
	position: relative;
	height: 720px;
	width: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
}

.banner-section .slide-item .content-box:after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom right, rgba(0,0,0,0.6), rgba(0,0,0,0));
	content: "";
}

.banner-section .slide-item .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 9;
}

.banner-section .slide-item .title{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 1em;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 30px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.banner-section .slide-item .title:before,
.banner-section .slide-item .title:after{
	position: absolute;
	left: 100%;
	top: 50%;
	height: 3px;
	width: 30%;
	background-color: #ab7442;
	content: "";
	margin-left: 30px;
}

.banner-section .slide-item .title:before{
	left: auto;
	right: 100%;
	margin-right: 30px;
	margin-left: 0;
}

.banner-section .slide-item h2{
	position: relative;
	display: block;
	font-size: 80px;
	line-height: 1.1em;
	color: #ffffff;
	font-weight: 900;
	text-transform: capitalize;
	margin-bottom: 30px;
	opacity: 0;
	font-family: "Roboto", serif;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}

.banner-section .slide-item .text{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 40px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-section .slide-item .btn-box{
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .active .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 750ms;
	-moz-transition-delay: 750ms;
	-ms-transition-delay: 750ms;
	-o-transition-delay: 750ms;
	transition-delay: 750ms;
}

.banner-section .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: right;
	transform: scale(1.5);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section:hover .owl-nav{
	transform: scale(1);
}

.banner-section .owl-prev,
.banner-section .owl-next{
	position: absolute;
	left: 20px;
	top: 0;
	height: 70px;
	width: 70px;
	background-color: rgba(255,255,255,.30);
	font-size: 26px;
	line-height: 70px;
	color: #999999;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 50%;
}

.banner-section .owl-next{
	left: auto;
	right: 20px;
}

.banner-section .owl-prev:hover,
.banner-section .owl-next:hover{
	background-color: rgba(0,0,0,.80);
}

.banner-section .owl-dots{
	display: none;
}


/*** 

====================================================================
			Service Section
====================================================================

***/

.services-section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 80px;
}
.urunbaslik {
	padding-bottom: 50px;
}
.urunbaslik h5 {
	font-size: 46px;
	line-height: 1;
	display: block;
	margin-bottom: 25px;
	position: relative;
	font-weight: 900;
}
.urunbaslik p {
	font-weight: 400;
	line-height: 1.2;
	font-size: 17px;
}
.urun {
	position: relative;
	display: block;
	text-align: center;
}
.urun .urunimg {
	width: 100%;
	border-radius: 3px;
	min-height: 230px;
	background: rgba(0,0,0,0.075);
}
.urun .uruntext p {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	display: block;
}
.urun .uruntext h4 {
	font-size: 30px;
	line-height: 30px;
	display: block;
	font-weight: 900;
	margin: 15px 0px;
}



/*** 

====================================================================
			About Us								
====================================================================

***/

.about-us{
	position: relative;
	padding: 120px 0 70px;
}

.about-us:before{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-image: url(../images/icons/pattern-4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .80;
	transform: scaleX(-1);
}

.about-us .sec-title{
	margin-bottom: 20px;
}

.about-us .content-column{
	position: relative;
	margin-bottom: 50px;
}

.about-us .content-column .inner-column{
	position: relative;
}

.about-us .title{
	font-size: 34px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.about-us .about-years{
	position: relative;
	margin-bottom: 30px;
	padding: 10px 30px;
	background-color: #ffffff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}

.about-us .about-years:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-left: 3px solid #ab7442;
	content: "";
}

.about-us .about-years .years{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 700;
	margin-right: 10px;
	color: #ab7442;
	font-family: "Roboto", serif;
}

.about-us .about-years h3{
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 1.2em;
	color: #353535; 
}

.about-us .content-column .text-box{
	margin-bottom: 25px;
}

.about-us .content-column .text-box p{
	position: relative;
	margin-bottom: 20px;
}

.about-us .list-style-one li{
	margin-bottom: 5px;
}

.about-us .bottom-box{
	position: relative;
	display: flex;
	align-items: center;
}

.about-us .bottom-box .signature{
	margin-right: 10px;
}

.about-us .bottom-box .signature img{
	display: block;
}

.about-us .bottom-box .name{
	position: relative;
	font-size: 18px;
	line-height: 1.2em;
	color: #353535;
	font-weight: 500;
	margin-right: 20px;
}

.about-us .bottom-box .name span{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #888888;
}

.about-us .content-column .list-style-one{
	margin-bottom: 40px;
}

.about-us .btn-box{
	position: relative;
}

.about-us .btn-box a{
	display: block;
}

.about-us .image-column{
	position: relative;
	margin-bottom: 50px;
}

.about-us .image-column .inner-column{
	position: relative;
	padding-left: 50px;
}

.about-us .image-column .inner-column:before{
	position: absolute;
	right: -50px;
	top: 50px;
	height: 400px;
	width: 200px;
	background-image: url(../images/icons/pattern.png);
	content: "";
}

.about-us .image-column .image{
	position: relative;
	z-index: 9;
	margin-bottom: 0;
	text-align: center;
}

.about-us .image-column .image img{
	display: inline-block;
	width: auto;
	border:10px solid #ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.20);
}

.about-us .image-column .message{
	position: absolute;
	left: 0;
	bottom: 40px;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
	color: #353535;
	font-weight: 500;
	padding: 20px 30px;
	z-index: 9;
	box-shadow: 0 0 30px rgba(0,0,0,0.20);
}

/*** 

====================================================================
			Work Section
====================================================================

***/

.work-section{
	position: relative;
	padding: 100px 0 50px;
}

.work-area{
	position: relative;
	counter-reset:count;
	margin: 0 -15px;
}

.work-block{
	position: relative;
	margin-bottom: 50px;
}

.work-block .inner-box{
	padding: 26px 15px;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,0.02);
}

.work-block .icon-box{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.work-block .icon-box .icon{
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 60px;
	color: #000000;
	height: 60px;
	width: 60px;
	border: 1px solid #f1f1f1;
	border-radius: 50%;
	box-shadow: 0 10px 10px rgba(0,0,0,0.05);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-block:hover .icon-box .icon{
	color: #ab7442;
}

.work-block:hover .icon-box:before{
	opacity: 0.10;
}

.work-block .text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #888888;
	font-weight: 400;
	max-width: 200px;
	margin: 0 auto;
}

/*** 

====================================================================
		Project Section
====================================================================

***/

.project-section{
	position:relative;
}

.project-section .upper-box{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:100px 0 70px;
}

.project-section .upper-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .70;
	content: "";
}

.project-section .sec-title{
	margin-bottom: 0px;
}

.project-block{
	position:relative;
}

.project-block .inner-box{
	position:relative;
	display:block;
	overflow: hidden;
}

.project-block .inner-box .image-box{
	position:relative;
	margin-bottom: 0;
}

.project-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.project-block .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	visibility: hidden;
	background-color:rgba(0,0,0,0.90);
	transform-origin: bottom;
	-webkit-transform: scaleY(2);
	-moz-transform: scaleY(2);
	-ms-transform: scaleY(2);
	-o-transform: scaleY(2);
	transform: scaleY(2);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.project-block .inner-box:hover .overlay-box{
	opacity:1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.project-block .overlay-box h4{
	position: absolute;
	left: 45px;
	bottom: 0px;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transform-origin: bottom left;
	white-space: nowrap;
	padding-left: 200px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.project-block .overlay-box h4:before{
	position: absolute;
	left: 0;
	top: 14px;
	height: 1px;
	width: 180px;
	content: "";
	background-color: #ffffff;
}

.project-block .overlay-box h4 a{
	color: #ffffff;
}

.project-block .overlay-box .view-project{
	position: absolute;
	right: 50px;
	bottom: 40px;
	font-size:18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 500; 
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block .overlay-box .view-project i{
	font-size: 16px;
	margin-left: 10px;
}

.project-block .overlay-box .view-project:hover{
	color: #ab7442;
}

.project-carousel .owl-dots{
	display: none;
}

.project-carousel .owl-nav{
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	text-align: right;
	display: none;
}

.project-carousel .owl-next,
.project-carousel .owl-prev{
	position: relative;
	display: inline-block;
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	color: #353535;
	font-weight: 400;
	text-align: center;
	margin-left: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-carousel .owl-next:hover,
.project-carousel .owl-prev:hover{
	background-color: #353535;
	color: #ffffff;
}

/*** 

====================================================================
		Project Section Two
====================================================================

***/

.projects-section-two{
	position: relative;
	padding: 120px 0;
}

.projects-section-two.alternate{
	background-color: #fafafa;
}

/*=== Sortable Masonry ===*/

.sortable-masonry .filters{
	margin-bottom:50px;
	text-align: center;
}

.sortable-masonry .filters .filter-tabs{
	position:relative;
	display: inline-block;
	margin: 0;
	list-style-type: none;
}

.sortable-masonry .filters li{
	position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    color: #222222;
    font-weight: 500;
    background: #fafafa;
    margin: 0 3px 10px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sortable-masonry .filters .filter.active,
.sortable-masonry .filters .filter:hover{
	color: #fff;
    background: #ab7442;
}

.project-block-two{
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

.project-block-two .inner-box{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.project-block-two .image-box{
	position: relative;
}

.project-block-two .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.project-block-two .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.project-block-two .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two .overlay-box:before{
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	background-color: #ab7442;
	content: "";
	opacity: .70;
}

.project-block-two .inner-box:hover .overlay-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.project-block-two .overlay-box .overlay-inner{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two .inner-box:hover .overlay-box .overlay-inner{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.project-block-two .overlay-box h4{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 10px;
}

.project-block-two .overlay-box h4 a{
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two .overlay-box h4 a:hover{
	color: #222222;
}

.project-block-two .icon-box{
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two .inner-box:hover .icon-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.project-block-two .icon-box a{
	position: relative;
	display: inline-block;
	margin: 5px;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two .icon-box a:hover{
	background-color: #222222;
	color: #ffffff;
}

.project-block-two .upper-box .category{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ab7442;
}

.project-block-two .link{
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 600;
}

.projects-section-two .btn-box{
	position: relative;
	margin-top: 30px;
}

.fancybox-caption-wrap{
	text-align: center;
}

.fancybox-can-drag .fancybox-image-wrap {
    border: 10px solid #ffffff;
}

/*** 

====================================================================
		Projects Section Three
====================================================================

***/

.projects-section-three{
	position: relative;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	padding: 120px 0;
}

.projects-section-three .project-carousel{
	position: relative;
}

.project-block-three{
	position: relative;
}

.project-block-three .inner-box{
	position: relative;
	padding-right: 300px;
}

.project-block-three .image-box{
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	-o-transform: translateX(20%);
	transform: translateX(20%);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.projects-section-three .active .project-block-three .image-box{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.project-block-three .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.project-block-three .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	border:10px solid #ffffff;
}

.project-block-three .content-box{
	position: absolute;
	right: 0;
	top: 50%;
	padding: 40px 30px;
	max-width: 400px;
	width: 100%;
	background-color: #ffffff;
	background-repeat: repeat;
	background-position: center;
	opacity: 0;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(0,0,0,0.50);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.projects-section-three .active .project-block-three .content-box{
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.project-block-three .content-box h4{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.4em;
	color: #353535;
	font-weight: 500;
	margin-bottom: 15px;
}

.project-block-three .content-box h4 a{
	display: inline-block;
	color: #353535;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-three .content-box h4 a:hover{
	color: #ab7442;
}

.project-block-three .content-box .text{
	position: relative;
	margin-bottom: 20px;
}

.project-block-three .btn-box{
	position: relative;
}

.project-block-three .btn-box a{
	border:2px solid;
	padding: 7px 20px 6px;
	font-size: 14px;
}

.projects-section-three .owl-nav{
	position: absolute;
	right: 100px;
	bottom: 0px;
}

.projects-section-three .owl-next,
.projects-section-three .owl-prev{
	position: relative;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	font-size: 22px;
	line-height: 46px;
	height: 50px;
	width: 50px;
	border:2px solid #ffffff;
	color: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.projects-section-three .owl-next:hover,
.projects-section-three .owl-prev:hover{
	background-color: #353535;
}

.projects-section-three .upper-box{
	position: relative;
}

.projects-section-three .view-all{
	position: absolute;
	right: 0;
	top: 11px;
}

/*** 

====================================================================
		Project Detail
====================================================================

***/

.project-detail{
	position: relative;
	padding: 120px 0;
	z-index: 8;
}

.project-detail .text-column{
	position: relative;
}

.project-detail .upper-box{
	position: relative;
	margin: 0 -30px;
	margin-bottom: 0px;
} 

.project-detail .upper-box .image{
	position: relative;
	padding: 30px;
	margin-bottom: 0;
}

.project-detail .upper-box .image img{
	display: block;
	width: 100%;
	height: auto;
	border: 10px solid #ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

.project-detail .single-item-carousel .owl-nav{
	position: absolute;
	right: 60px;
	bottom: 60px;
	text-align: right;
}

.project-detail .single-item-carousel .owl-next,
.project-detail .single-item-carousel .owl-prev{
	position: relative;
	display: inline-block;
	margin-left: 10px;
	height: 50px;
	width: 50px;
	border:2px solid #ffffff;
	text-align: center;
	font-size: 26px;
	line-height: 46px;
	color: #ffffff;
	border-radius: 50%;
	font-weight: 400;
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-detail .single-item-carousel .owl-next:hover,
.project-detail .single-item-carousel .owl-prev:hover{
	background-color: rgba(255,255,255,1);
	color: #353535;
}

/* Lower Content */

.project-detail .lower-content{
	position: relative;
	padding-top: 35px;
}

.project-detail .lower-content h2{
	font-size: 38px;
	line-height: 1.2em;
	color: #252525;
	font-weight: 500;
	margin-bottom: 30px
}

.project-detail .lower-content h3{
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 1.2em;
    color: #252525;
    font-weight: 500;
    margin-bottom: 20px;
}

.project-detail .lower-content h4{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #252525;
    font-weight: 500;
    margin-bottom: 20px;
}

.project-detail .lower-content p{
	font-size: 16px;
	line-height: 30px;
	color: #353535;
	margin-bottom:30px;
}

.project-detail .lower-content .list-style-one li{
	font-size: 16px;
	line-height: 30px;
	color: #353535;
	font-weight: 400;
	margin-bottom: 5px;
}

.project-detail .two-column{
	position: relative;
}

.project-detail .two-column .text-column{
	position: relative;
	margin-bottom: 13px;
}

.project-detail .two-column .text-column p{
	margin-bottom: 28px;
}

.project-detail .two-column .image-column{
	position: relative;
	margin-bottom: 40px;
}

.project-detail .two-column .image{
	position: relative;
	margin-bottom: 0;
}

.project-detail .two-column .image img{
	display: block;
	width: 100%;
}

.project-detail blockquote{
	position: relative;
	border-left: 4px solid;
	border-color: #ab7442;
	background-color: #fafafa;
	padding: 25px 40px;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 30px;
}

.project-detail blockquote cite{
	display: block;
	text-align: right;
	font-style: normal;
	margin-top: 10px;
}

.project-detail blockquote cite strong{
	font-weight: 500;
	color: #353535;
}

.project-detail .project-info{
	position: relative;
	display: block;
}

.project-detail .project-info li{
	position: relative;
	display: block;
	padding-left: 35px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}

.project-detail .project-info li:after{
	content: "";
	clear: both;
	display: table;
}

.project-detail .project-info li .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #ab7442;
}

.project-detail .project-info li strong{
	float: left;
	width: 40%;
	color: #252525;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	padding-right: 10px;
}

.project-detail .project-info li p{
	position: relative;
	float: left;
	width: 60%;
	font-size: 16px;
	line-height: 30px !important;
	color: #353535;
	font-weight: 400;
	margin-bottom: 0;
}

.project-detail .project-info li p a{
	color: #353535;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-detail .project-info li p a:hover{
	color: #ab7442;
}

/* Load More Option */

.load-more-option{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.load-more-option li.prev a,
.load-more-option li.next a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	width: 120px;
	padding: 10px 10px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	background-color: #353535;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.load-more-option li.prev a:hover,
.load-more-option li.next a:hover{
	background-color: #ab7442;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

.load-more-option .load-more{
	position: relative;
	display: inline-block;
	font-size: 30px;
}

.load-more-option .load-more a{
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 42px;
	color: #ab7442;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.load-more-option .load-more a:hover{
	color: #000000;
}

/*** 

====================================================================
			Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	display: block;
	width: 100%;
	margin-top: 50px;
}

.styled-pagination ul{
	position:relative;
	display: inline-block;
	text-align: center;
	border: 1px solid #ebebeb;
	padding: 9px 0;
	background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}

.styled-pagination li{
	position:relative;
	display: inline-block;
	margin: 0;
	font-family: "Roboto", serif;
	text-transform: uppercase;
	font-weight: 600;
}

.styled-pagination li a{
	position:relative;
	display: block;
	height:30px;
	width: 30px;
	text-align: center;
	line-height:30px;
	font-weight:400;
	font-size:13px;
	color:#353535;
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li.active a{
	color:#ffffff;	
	background:#ab7442;
}

.styled-pagination li.next-post a{
	top: 3px;
	width: 120px;
	padding: 0 15px;
	border-radius: 0;
	color: #020202;
	font-size: 24px;
	line-height: 30px;
	background-color: transparent !important;
	margin-left: 70px;
	text-align: right;
}

.styled-pagination li.prev-post a{
	top: 3px;
	width: 120px;
	padding: 0 15px;
	border-radius: 0;
	color: #020202;
	margin-right: 70px;
	font-size: 24px;
	line-height: 30px;
	background-color: transparent !important;
	text-align: left;
}

.styled-pagination li.prev-post a span,
.styled-pagination li.next-post a span{
	margin: 0 5px;
	display: inline-block;
}

.styled-pagination li.prev-post a:hover,
.styled-pagination li.next-post a:hover{
	color: #ab7442;
}

/*** 

====================================================================
		Offer Section
====================================================================

***/

.offer-section{
	position: relative;
    padding: 120px 0 70px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #fafafa;
}

.offer-section:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	opacity: .10;
    content: "";
}
/*
.offer-section:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	background-image: url(https://skyethemes.com/html/2022/wooder/images/icons/pattern-61.png);
    content: "";
	opacity: .40;
}
*/

.offer-section .content-column{
	position: relative;
	margin-bottom: 50px;
	z-index: 1;
}

.offer-section .content-column > .inner-column{
	position: relative;
    padding: 50px 30px 30px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    margin-left: -80px;
    padding-left: 100px;
    background: #fff;
    margin-top: 30px;
}

.offer-section .content-column .title{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	padding: 0 15px;
	background-color: #ab7442;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.offer-section .content-column .title:before{
	position: absolute;
	top: 0;
	left: 100%;
	border-right: 20px solid transparent;
	border-top: 30px solid #ab7442;
	content: "";
}

.offer-section .content-column h2{
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 1.4em;
	color: #353535;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.offer-section .content-column h2 .discount{
	position: relative;
	display: inline-block;
	font-size: 48px;
	line-height: 1em;
	color: #ab7442;
	font-weight: 500;
}

.offer-section .content-column .text{
	position: relative;
	margin-bottom: 30px;
}

.offer-section .fact-counter{
	position: relative;
}

.offer-section .fact-counter .counter-column{
	position:relative;
	margin-bottom: 30px;
}

.offer-section .fact-counter .counter-column .inner-column{
	position: relative;
    text-align: center;
    padding-top: 0;
    box-shadow: none;
}

.offer-section .fact-counter .icon{
    position: relative;
    display: block;
    font-size: 50px;
    text-align: center;
    color: #ab7442;
    margin-bottom: 10px;
    line-height: 1em;
}

.offer-section .fact-counter .count-box{
	position: relative;
	display: block;
	font-size:40px;
	line-height: 1em;
	font-weight:700;
	color:#353535;
	margin-bottom: 10px;
}

.offer-section .fact-counter .count-box .count-text{
	position:relative;
	font-size:40px;
	line-height: 1em;
	font-weight:700;
	color:#353535;
}

.offer-section .fact-counter .counter-title{
	position: relative;
	display: block;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#353535;
}

.offer-section .form-column{
	position: relative;
	z-index: 9;
	margin-bottom: 50px;
}

.offer-section .form-column .inner-column{
    position: relative;
    padding-right: 40px;
}

.offer-section .form-column .text{
	position: relative;
	display: block;
	font-weight: 500;
	padding: 15px 30px;
	font-size: 16px;
	background: #ffffff;
	border:1px solid #dddddd;
	margin-bottom: 30px;
}

.offer-section .discount-form{
    position: relative;
    background-color: #cccccc;
    padding: 50px 30px 30px;
    border: 10px solid #ffffff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}

.discount-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.discount-form .form-group input[type="text"],
.discount-form .form-group input[type="email"],
.discount-form .form-group input[type="url"],
.discount-form .form-group textarea,
.discount-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #353535;
    line-height: 20px;
    padding: 14px 20px;
    background-color: rgba(255,255,255,1);
    border: 1px solid #dddddd;
    font-weight: 400;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.discount-form .form-group input:focus,
.discount-form .form-group select:focus,
.discount-form .form-group textarea:focus{
	border-color:#ab7442;
}

.discount-form .form-group textarea{
	height: 160px;
	resize: none;
	padding-top: 20px;
}

.discount-form .form-group button{

}

/*** 

====================================================================
		Products Section
====================================================================

***/

.products-section{
	position: relative;
	padding: 120px 0 70px;
}

.products-section .carousel-outer{
	position: relative;
	margin: 0 -20px;
}

.products-section .products-carousel{
	position: relative;
}

.shop-item{
	position: relative;
	padding: 20px;
	margin-bottom: 30px;
}

.shop-item .inner-box{
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.shop-item .image-box{
	position: relative;
	overflow: hidden;
	border:5px solid #ffffff;
	border-bottom: 0;
}

.shop-item .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.shop-item .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.shop-item .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.50);
	-moz-transform: scale(1.50);
	-ms-transform: scale(1.50);
	-o-transform: scale(1.50);
	transform: scale(1.50);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .inner-box:hover .overlay-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.shop-item .overlay-box .tag{
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 0px 15px;
	border-radius: 3px; 
	background-color: #ffffff;
	font-size: 12px;
	line-height: 25px;
	color: #353535; 
	border-radius: 5px;
}

.shop-item .overlay-box .btn-box{
	position: absolute;
	text-align: center;
	bottom: 20px;
	width: 100%;
}

.shop-item .overlay-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #353535;
	line-height: 40px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #ffffff;
	margin: 0 2px;
	box-shadow: 0 0 5px rgba(0,0,0,0.30);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .overlay-box .btn-box a:hover{
	background-color: #ab7442;
	color: #ffffff;
}

.shop-item .lower-content{
	position: relative;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.shop-item .lower-content .name{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #353535;
	font-weight: 500;
	margin-bottom: 5px;
}

.shop-item .lower-content .name a{
	display: inline-block;
	color: #353535;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .lower-content .name a:hover{
	color: #ab7442;
}

.shop-item .lower-content .price{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #353535;
	font-weight: 500;
}

.shop-item .lower-content .price del{
	color: #cccccc;
}

.products-section .owl-nav{
	position: absolute;
	right: 25px;
	top: -105px;
	text-align: right;
}

.products-section .owl-next,
.products-section .owl-prev{
	position: relative;
	display: inline-block;
	margin-left: 10px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	font-size: 22px;
	color: #353535;
	border: 2px solid #353535;
	transition: all 300ms ease;
}

.products-section .owl-next:hover,
.products-section .owl-prev:hover{
	background-color: #353535;
	color: #ffffff;
}

/*** 

====================================================================
			Call Back Section
====================================================================

***/

.call-back-section{
	position: relative;
	padding: 120px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.call-back-section .outer-box{
	position: relative;
	z-index: 9;
	box-shadow: 0 0 80px rgba(0,0,0,0.50);
}

.call-back-section .text-column{
	position: relative;
}

.call-back-section .text-column .inner-column{
	position: relative;
	padding: 50px;
	height: 100%;
	display: flex;
	justify-content: center;
  	align-items: center;
  	text-align: center;
  	background-color: #ffffff;
}

.call-back-section .text-column .message{
	position: relative;
	font-size: 30px;
	line-height: 1.4em;
	color: #353535;
	font-weight: 500;
	margin-bottom: 25px;
}

.call-back-section .text-column .message strong{
	font-size: 42px;
}

.call-back-section .text-column .text{
	position: relative;
	margin-bottom: 50px;
}

.info-block{
	position:relative;
}

.info-block .inner-box{
	position: relative;
	text-align: center;
	padding: 30px 15px;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
	background-color: #ffffff;
	border-radius: 20px;
}

.info-block .icon{
	position: relative;
	display: inline-block;
	font-size: 42px;
	margin-bottom: 20px;
	color: #ab7442;
}

.info-block ul li{
	position:relative;
	font-size:16px;
	line-height:1.6em;
	color:#353535;
	font-weight:400;
}

.info-block ul li strong{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.info-block ul li a{
	color: #353535;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.info-block ul li a:hover{
	color: #ab7442;
}

.call-back-section .form-column{
	position: relative;	
}

.call-back-section .form-column .inner-column{
	position: relative;
}

.request-form{
	position: relative;
	padding: 50px 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.request-form:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ab7442;
	content: "";
	opacity: .95;
}

.request-form h3{
	font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.request-form .form-group{
	position:relative;
	margin-bottom:15px;	
}

.request-form .form-group:last-child{
	margin-bottom: 0;
}

.request-form .form-group input[type="text"],
.request-form .form-group input[type="email"],
.request-form .form-group input[type="url"],
.request-form .form-group textarea,
.request-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    padding: 9px 20px;
    border: 1px solid transparent;
	background-color: rgba(0,0,0,.15) !important;
    font-weight: 400;
    border-radius: 2px;
    height: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.request-form .form-group textarea{
	height: 180px;
	resize: none;
}

.request-form .form-group button{
	position: relative;
	display: block;
	width: 100%;
}

/***

====================================================================
		Call To Action
====================================================================

***/

.call-to-action{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 0;
	margin-bottom: 100px;
	z-index: 1;
}

.call-to-action.alternate{
	margin-bottom: 220px;
}

.call-to-action:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .75;
	content: "";
}

.call-to-action .content-box{
	position: relative;
	text-align: center;
}

.call-to-action .content-box h2{
	position: relative;
    display: block;
    font-size: 38px;
    line-height: 1.4em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 40px;
}

.call-to-action .content-box .link-box{
	position: relative;
}

.call-to-action .fact-counter{
	position: relative;
	transform: translateY(50%);
}

.call-to-action .counter-column{
	position:relative;
}

.call-to-action .counter-column .inner-column{
	position: relative;
    text-align: center;
    padding: 40px 0;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    border-radius: 20px;
    overflow: hidden;
}

.call-to-action .counter-column .count-box{
	position: relative;
	display: block;
	font-size:42px;
	line-height: 1em;
	font-weight:700;
	color:#353535;
}

.call-to-action .counter-column .count-box .count-text{
	position:relative;
	font-size:42px;
	line-height: 1em;
	font-weight:700;
	color:#353535;
}

.call-to-action .counter-column .counter-title{
	position: relative;
	display: block;
	font-size:16px;
	line-height:1.6em;
	font-weight:400;
	color:#353535;
	padding-top: 10px;
}



/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 120px 0;
}

.testimonial-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.50);
	content: '';
}

.testimonial-section .sec-title h2:after{
	background-color: #ffffff;
}

.testimonial-carousel{
	position: relative;
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
}

.testimonial-block{
	position: relative;
	max-width: 730px;
	margin: 0 auto;
	padding: 80px 0 45px;
}

.testimonial-block .inner-box{
	position: relative;
}

.testimonial-block .inner-box:before,
.testimonial-block .inner-box:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 28px;
	right: 150px;
	content: "";
	border-radius: 30px 0 0 0;
    border-top: 6px solid #838182;
    border-left: 6px solid #838182;
}

.testimonial-block .inner-box:after{
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	border: 0;
	height: 26px;
	width: 190px;
	border-radius:0 0 0 30px ;
    border-left: 6px solid #838182;
    border-bottom: 6px solid #838182;
}

.testimonial-block .thumb{
    position: absolute;
    right: 80px;
    top: -65px;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #838182;
}

.testimonial-block .thumb img{
	display: block;
	width: 100%;
}

.testimonial-block .text{
	position: relative;
	display: block;
}

.testimonial-block .text .inner{
	position: relative;
	padding: 70px 40px 60px;
	height: 100%;
	text-align: center;
}

.testimonial-block .text .inner:before{
	position: absolute;
    left: 0;
    top: 28px;
    bottom: 21px;
    border-left: 6px solid #838182;
    content: "";
}

.testimonial-block .text p{
    position: relative;
    color: #edf2ff;
    font-weight: 500;
}

.testimonial-block .info-box{
	position: absolute;
	left: 230px;
	bottom: -25px;
	padding-left: 80px;
}

.testimonial-block .info-box .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 54px;
	line-height: 60px;
	color: #edf2ff;
	opacity: .5;
}

.testimonial-block .info-box .name{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 2px;
}

.testimonial-block .info-box .city{
	font-size: 18px;
	line-height: 24px;
	color: #ab7442;
	font-weight: 600;
}

.testimonial-carousel .owl-dots{
	display: none;
}

.testimonial-carousel .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -20px;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	background-color: #ab7442;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-carousel .owl-next{
	left: auto;
	right: 0;
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover{
	background-color: #edf2ff;
	color: #353535;
}

/*** 

====================================================================
		Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position: relative;
	padding: 120px 0;
	background-color: #fafafa;
}

.testimonial-carousel-two{
	position: relative;
	padding-bottom: 60px;
}

.testimonial-carousel-two .owl-stage-outer{
	overflow: visible;
}

.testimonial-block-two{
	position: relative;
	padding: 30px;
}

.testimonial-block-two .inner-box{
	position: relative;
	padding: 30px 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
	background-color: #ffffff;
	border-radius: 10px;
}

.testimonial-block-two .info-box{
	position: relative;
	padding-left: 100px;
	padding-top: 15px;
	min-height: 80px;
	margin-bottom: 20px;
}

.testimonial-block-two .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	margin-bottom: 10px;
	border-radius: 50%;
	border:3px solid #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	overflow: hidden;
}

.testimonial-block-two .thumb img{
	display: block;
	width: 100%;
}

.testimonial-block-two .info-box .name{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #353535;
	font-weight: 500;
}

.testimonial-block-two .info-box .address{
	font-size: 18px;
	line-height: 1.6em;
	color: #ab7442;
}

.testimonial-block-two .text{
	position: relative;
}

.testimonial-carousel-two .owl-nav{
	display: none;
}

.testimonial-carousel-two .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.testimonial-carousel-two .owl-dot,
.testimonial-carousel-two .owl-dot{
	position: relative;
	display: inline-block;
	height: 15px;
	width: 15px;
	margin: 0 5px;
	border-radius: 20px;
	border:2px solid #ab7442;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-carousel-two .owl-dot.active,
.testimonial-carousel-two .owl-dot:hover{
	background-color: #ab7442;
}

.testimonial-section-two.style-two{
	background-color: #ffffff;
}

.testimonial-section-two.style-two .testimonial-block-two .inner-box{
	background-color: #fafafa;
	border:5px solid #ffffff;
}

/*** 

====================================================================
		Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 120px 0 60px;
}

.team-block{
	position: relative;
	margin-bottom: 60px;
}

.team-block .image-box{
	position: relative;
	margin: 0 auto 82px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.team-block .image-box .image:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	transform: scale(0);
	border-radius: 500px;
	background-color: rgba(255,255,255,.20);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 200ms ease;
}

.team-block .image-box:hover .image:before{
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.team-block .image-box .image img{
	display: block;
	width: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-block .image-box:hover .image img{
	transform: scale(1.1);
}

.team-block .info-box{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	z-index: 2;
	background-color: rgba(255,255,255,1);
	text-align: center;
	padding: 35px 15px;
	border-radius: 15px;
	overflow: hidden;
	transform: translateY(50%);
	box-shadow: 0 10px 20px rgba(0,0,0,0.10);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .info-box .name{
	position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 1.2em;
    color: #353535;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ab7442;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .info-box .designation{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #353535;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .info-box .social-links{
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .image-box:hover .social-links{
	height: 26px;
	margin-top: 15px;
}

.team-block .info-box .social-links li{
	position: relative;
	display: inline-block;
	margin: 0 8px;
}

.team-block .info-box .social-links li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #353535;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .info-box .social-links li a:hover{
	color: #ab7442;
}

/*** 

====================================================================
		News Section
====================================================================

***/

.news-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 120px 0 90px;
}

.news-block{
	position: relative;
	margin-bottom: 30px;
}

.news-block .inner-box{
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.14);
}

.news-block .image-box{
	position: relative;
}

.news-block .image{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.news-block .image-box .image a:after{
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.news-block .inner-box:hover .image-box .image a:after {
  opacity: 1;
  top: -20%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: linear;
}

.news-block .image img{
	display: block;
	width: 100%;
}

.news-block .lower-content{
	position: relative;
	padding: 35px 30px 20px;
}

.news-block .post-date{
	position: absolute;
	left: 0;
	top: -15px;
	background-color: #ab7442;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	padding: 5px 15px 5px 30px;
	border-radius: 0 30px 30px 0;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-family: "Roboto", serif;
}

.news-block .post-info{
	position: relative;
	margin-bottom: 15px;
}

.news-block .post-info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #353535;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}

.news-block .post-info li a{
	color: #353535;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.news-block .post-info li a:hover{
	color: #ab7442;
}

.news-block .post-info li span{
	margin-right: 5px;
	color: #ab7442;
}

.news-block h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.4em;
	color: #353535;
	font-weight: 500;
	margin-bottom: 15px;
}

.news-block h4 a{
	color: #353535;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block h4 a:hover{
	color: #ab7442;
}

.news-block .btn-box{
	position: relative;
}

.news-block .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #353535;
}

.news-block .btn-box a span{
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .btn-box a:hover{
	color: #353535;
}

.news-block .inner-box:hover .btn-box a span{
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	visibility: visible;
	opacity:1;
}

/*** 

====================================================================
		News Section Two
====================================================================

***/

.news-section-two{
	position: relative;
	padding: 120px 0 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.news-block-two{
	position: relative;
	margin-bottom: 30px;
}

.news-block-two .inner-box{
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.news-block-two .image-box{
	position: relative;
}

.news-block-two .image{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.news-block-two .image-box .image a:after{
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.news-block-two .inner-box:hover .image-box .image a:after {
  opacity: 1;
  top: -20%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: linear;
}

.news-block-two .image img{
	display: block;
	width: 100%;
}

.news-block-two .lower-content{
	position: relative;
	padding: 20px 20px;
}

.news-block-two .post-info{
	position: relative;
	margin-bottom: 10px;
}

.news-block-two .post-info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #353535;
	font-weight: 400;
	margin-right: 25px;
}

.news-block-two .post-info li a{
	color: #353535;
	display: inline-block;
}

.news-block-two .post-info li a:hover{
	color: #353535;
	text-decoration: underline;
}

.news-block-two .post-info li span{
	margin-right: 5px;
	color: #ab7442;
}

.news-block-two h4{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.4em;
	color: #353535;
	font-weight: 500;
	margin-bottom: 10px;
}

.news-block-two h4 a{
	color: #353535;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two h4 a:hover{
	color: #ab7442;
}

.news-block-two .lower-content .text{
	position: relative;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 10px;
}

.news-block-two .btn-box{
	position: relative;
}

.news-block-two .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #353535;
}

.news-block-two .btn-box a span{
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .btn-box a:hover{
	color: #353535;
}

.news-block-two .inner-box:hover .btn-box a span{
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	visibility: visible;
	opacity:1;
}

/*** 

====================================================================
		Blog Classic
====================================================================

***/

.blog-classic{
	position: relative;
}

.blog-classic .news-block-two{
	margin-bottom: 60px;
}

.blog-classic .news-block-two .lower-content{
	padding: 30px 30px;
}

/*** 

====================================================================
		Blog Detail
====================================================================

***/

.blog-detail{
	position: relative;
}

.blog-detail .news-block-two{
	margin-bottom: 60px;
}

.blog-detail .news-block-two h4{
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

.blog-detail .news-block-two .lower-content{
	padding: 20px 30px;
}

.blog-detail .news-block-two .post-info{
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}

.blog-detail .news-block-two p{
	position: relative;
	margin-bottom: 30px;
}

.blog-detail .two-column .image{
	margin-bottom: 30px;
}

.blog-detail blockquote{
	position: relative;
	border-left: 4px solid #ab7442;
	background-color: #f5f5f5;
	font-size: 18px;
	line-height: 1.8em;
	padding: 25px 40px;
	margin-bottom: 50px;
}

.blog-detail blockquote cite{
	display: block;
	text-align: right;
	font-style: normal;
	margin-top: 10px;
}

.blog-detail blockquote cite strong{
	font-weight: 500;
	color: #252525;
}

/*post share options*/

.blog-detail .post-share-options{
	position:relative;
	margin-bottom: 60px;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	padding: 20px 20px;
}

.blog-detail .post-share-options p{
	position:relative;
	color:#353535;
	font-size:16px;
	line-height: 25px;
	font-weight:600;
	margin:0;
	display: inline-block;
	font-family: "Roboto", serif;
}

.blog-detail .post-share-options .tags{
	position: relative;
	display: inline-block;
}

.blog-detail .post-share-options .tags li{
	position: relative;
	display: inline-block;
}

.blog-detail .post-share-options .tags a{
	position:relative;
	font-size:14px;
	font-weight:400;
	line-height: 25px;
	padding: 5px 10px;
	color:#ffffff;
	background-color: #ab7442;	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-detail .post-share-options .tags a:hover{
	color: #ffffff;
	background-color: #353535;
}

.blog-detail .post-share-options .social-icon{
	position: relative;
	display: inline-block;
}

.blog-detail .post-share-options .social-icon li{
	position: relative;
	display: inline-block;
	margin-left: 1px;
}

.blog-detail .post-share-options .social-icon li a{
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	color: #353535;
	padding: 5px 8px;
	color:#ffffff;
	background-color: #ab7442;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-detail .post-share-options .social-icon li a:hover{
	color: #ffffff;
	background-color: #353535;
}

/*Author Box*/

.author-box{
	position:relative;
	padding: 30px 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	margin-bottom: 50px;
}

.author-box .inner-box{
	position:relative;
	padding-left: 160px;
	min-height: 150px;
	padding-top: 15px;
}

.author-box .thumb{
	position:absolute;
	left:0px;
	top:0px;
	height: 145px;
	margin-bottom: 20px;
}

.author-box .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.author-box .name{
	position: relative;
	font-size: 18px;
	line-height: 25px;
	color: #353535;
	font-weight: 600;
	margin-bottom: 10px;
}

.author-box .text{
	position: relative;
	float: right;
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	color: #353535;
	font-weight: 400;
	margin-bottom: 10px;
}

.author-box .social-icon{
	position: relative;
	z-index: 9;
}

.author-box .social-icon li{
	position: relative;
	display: inline-block;
	margin-right: 12px;
}

.author-box .social-icon li a{
	position:relative;
	display: block;
	text-align: center;
	font-size:14px;
	font-weight:400;
	color:#353535;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.author-box .social-icon li a:hover{
	color: #ab7442;
}



/***

==================================================================
			Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	background-repeat: repeat;
	background-position: center;
	padding: 100px 0 0px;
	background: #1f1f1f;
}


.main-footer.fixed-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}


/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
	position:relative;
	background-color: #c08c4d;
}

.main-footer .footer-bottom .copyright-text{
	position: relative;
	padding:15px 0;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
}


/***

==================================================================
			Main Footer Style Two
==================================================================

***/

.main-footer.style-two{
	padding: 0;
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
}

.main-footer.style-two:before{
	background-color: #ffffff;
}

.main-footer.style-two .widgets-section{
	padding: 120px 0 ;
}

.main-footer.style-two .about-widget{
    position: relative;
    background-color: #353535;
    padding: 50px 40px;
    margin: 0;
    border: 10px solid #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

.main-footer.style-two .about-widget:before {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/pattern-3.png);
    background-position: center right;
    background-repeat:no-repeat;
    content: "";
    opacity: .03;
}

.main-footer.style-two .footer-logo{
	border-bottom: 1px solid rgba(255,255,255,.10);
	margin-bottom: 30px;
}

.main-footer.style-two .contact-list{
	margin-bottom: 30px;
}

.main-footer.style-two .widget-title{
	margin-bottom: 20px;
}

.main-footer.style-two .contact-list li{
	padding-left: 35px;
}

.main-footer.style-two .contact-list li span{
	font-size: 12px;
	height: 25px;
	width: 25px;
	border-radius: 25px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	background-color: #ab7442;
}

.main-footer.style-two .map-widget{
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.30);
	margin: 0;
    border: 10px solid #fff;
}

.main-footer.style-two .map-canvas{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	height: 100%;
}

/*=== Footer Bottom ===*/

.main-footer.style-two .footer-bottom .inner-container{
	position: relative;
}

.main-footer.style-two .footer-bottom .copyright-text{
	position: relative;
	float: left;
	padding:20px 0;
}

.main-footer.style-two .footer-bottom .copyright-text p{
	position: relative;
	line-height: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}

.main-footer.style-two .footer-bottom .copyright-text a{
	color: #ffffff;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer.style-two .footer-bottom .copyright-text a:hover{
	color: #ffffff;
}

.main-footer.style-two .footer-bottom .footer-nav{
	position: relative;
	float: right;
}

.main-footer.style-two .footer-bottom .footer-nav ul{
	position: relative;
	padding:20px 0;
}

.main-footer.style-two .footer-bottom .footer-nav ul li{
	position: relative;
	float: left;
	padding-left: 30px;
	margin-left: 30px;
}

.main-footer.style-two .footer-bottom .footer-nav ul li:first-child{
	margin-left: 0;
	padding-left: 0;
}

.main-footer.style-two .footer-bottom .footer-nav ul li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer.style-two .footer-bottom .footer-nav ul li:before{
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	content: '|';
}

.main-footer.style-two .footer-bottom .footer-nav ul li a:hover{
	color: #002121;
}

.main-footer.style-two .footer-bottom .footer-nav ul li:first-child:before{
	display: none;
}

/***

==================================================================
			Main Footer Style Three
==================================================================

***/

.main-footer.style-three{
	position: relative;
	text-align: center;
}

.main-footer.style-three .widgets-section{
	padding: 0px 0 90px;
}

.main-footer.style-three .logo-box{
	position: relative;
	margin-bottom: 30px;
}

.main-footer.style-three .text{
	position: relative;
	color: #ffffff;
	margin-bottom: 30px;
}

.main-footer.style-three .list-style-three{
	display: inline-block;
	padding: 10px 0 5px;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	margin-bottom: 30px;
}

.main-footer.style-three .list-style-three li a,
.main-footer.style-three .list-style-three li{
	color: #ffffff;
}

.main-footer.style-three .list-style-three li{
	display: inline-block;
	margin-left: 10px;
	padding-left: 30px;
}

.main-footer.style-three .list-style-three li:first-child{
	padding-left: 0;
	margin-left: 0;
}

.main-footer.style-three .list-style-three li:first-child:before{
	display: none;
}

.main-footer.style-three .list-style-three li a:hover{
	color: #ab7442;
}

.main-footer.style-three .social-links li{
	font-size: 24px;
	line-height: 50px;
	margin: 0 15px;
}


/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
	position: relative;
	overflow: hidden;
	padding: 110px 0 60px; 
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	position: relative;
	margin-bottom: 50px;
}

.sidebar-side .sidebar{
	position: relative;
	padding-right: 30px;
}

.sidebar-widget{
    position: relative;
    padding: 40px 30px;
    margin-bottom:60px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.sidebar-side .sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-page-container .sidebar-title{
	position: relative;
	margin-bottom: 15px;
}

.sidebar-page-container .sidebar-title h2{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 1.2em;
	color: #353535;
	font-weight: 500;
	text-transform: capitalize;
}

/*Search Box Widget*/

.sidebar .search-box{
	padding: 0;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	color:#333333;
	line-height:30px;
	padding:14px 25px;
	height:60px;
	width:100%;
	border: 1px solid #f1f1f1;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#ab7442;	
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button{
	position:absolute;
	right:0;
	top:0;
	width:60px;
	height:60px;
	line-height: 60px;
	text-align:center;
	display:block;
	font-size:18px;
	background-color: #ab7442;
	color:#ffffff;
	font-weight:normal;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover{

}

/*=== Categories ===*/

.sidebar .blog-categories{
	position: relative;
}

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cat-list li:before{
    position: absolute;
    top: 20px;
    left: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #353535;
    content: "";
    z-index: 8;
    opacity: .5;
}

.cat-list li a{
	position: relative;
    font-size: 16px;
    color: #353535;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 0px;
    padding-left: 20px;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cat-list li a span{
	float: right;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}

.cat-list li:hover a,
.cat-list li.active a{
	background-color: #ffffff;
	color: #ab7442;
}

.cat-list li:hover:before,
.cat-list li.active:before{
    border: 2px solid #ab7442;
}

/*=== Latest News ===*/

.latest-news .post{
	position: relative;
	padding-left: 105px;
	margin-bottom: 30px;
	min-height: 85px;
	padding-top: 5px;
}

.latest-news .post:last-child{
	margin-bottom: 0;
}

.latest-news .post-thumb{
	position: absolute;
	left: 0;
	top: 0;	
	height: 85px;
	width: 85px;
	margin-bottom: 20px;
}

.latest-news .post-thumb a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .80;
	content: "";
	background-color: #ab7442;
	z-index: 1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.latest-news .post:hover .post-thumb a:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.latest-news .post-thumb a:after{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    z-index: 9;
    color: #ffffff;
    font-weight: 900;
    content: "\f0c1";
	font-family: "Font Awesome 5 Free";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.latest-news .post:hover .post-thumb a:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.latest-news .post-thumb img{
	position: relative;
	display: block;
	width: 100%;
}

.latest-news .post h3{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #353535;
	font-weight: 500;
	margin-bottom: 7px;
}

.latest-news .post h3 a{
	color: #353535;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.latest-news .post:hover h3 a{
	color: #c08c4d;
}

.latest-news .post .post-info{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #c08c4d;
	font-weight: 400;
}

/* Instagram Widget */

.instagram-widget .link-box{
	position: absolute;
	right: 30px;
	top: 37px;
}

.instagram-widget .link-box a{
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #ab7442;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.instagram-widget .link-box a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
	background-color: #ffffff;
	color: #ab7442;
}

.instagram-widget .outer{
	position:relative;
	margin: 0px -4px 0;
}

.instagram-widget .outer .image{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 4px;
	margin-bottom:8px;
}

.instagram-widget .image img{
	display:block;
	width:100%;	
}

.instagram-widget .image a{
	position: relative;
	display: block;
}

.instagram-widget .image a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ffffff;
	padding: 5px;
	opacity: .70;
	content: "";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.instagram-widget .image a:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.instagram-widget .image a:after{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #ab7442;
    font-weight: 900;
    content: "\f0c1";
	font-family: "Font Awesome 5 Free";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.instagram-widget .image a:hover:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*=== Tags ===*/

.sidebar .tags{
	padding: 30px 30px 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
} 

.tag-list li a{
	position: relative;
    display: block;
    font-size: 14px;
    color: #353535;
    line-height: 25px;
    padding: 5px 18px;
    font-weight: 400;
    text-align: center;
    border:1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover{
	color: #ab7442;
	background-color: #ffffff;
	border-color: #ab7442;
}

/*Services Sidebar*/

.sidebar-side .services-sidebar{
	position: relative;
	padding: 0;
	border: 0;
}

/*Blog Category*/

.blog-cat{
	position:relative;
	border:1px dashed #cccccc;
}

.blog-cat li{
	position:relative;
}

.blog-cat li a{
	position:relative;
	font-size:18px;
	font-weight:600;
	line-height: 34px;
	color:#353535;
	display:block;
	border-bottom:1px dashed #cccccc;
	border-left: 5px solid transparent;
	padding: 25px 40px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Rubik', sans-serif;
}

.blog-cat li:last-child a{
	border-bottom: 0;
}

.blog-cat li a:before{
	position:absolute;
	content:'\f105';
	right:33px;
	top:27.5px;
	color:#ab7442;
	font-size: 18px;
	line-height: 30px;
	font-family: 'FontAwesome';
}

.blog-cat li.active a,
.blog-cat li a:hover{
	color:#ffffff;
	background-color:#ab7442;
	border-left: 5px solid #353535;
}

.blog-cat li.active a:before,
.blog-cat li a:hover:before{
	color: #ffffff;
}



/*** 

====================================================================
			Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:350px;
	padding-top: 100px;
}

.fluid-section-one .image-column{
	position:absolute;
	float:left;
	top:0px;
	bottom: 100px;
	left:0px;
	width:55%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;	
}

.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-one .content-column{
	position:relative;
	float:right;
	width:60%;
	background-color: #ffffff;
	box-shadow: 0 0 50px rgba(0,0,0,0.10);
	z-index: 9;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	max-width:900px;
	padding:70px 15px 60px 40px;
}

.fluid-section-one .content-column .sec-title{
	margin-bottom: 35px;
}

.fluid-section-one .content-column .sec-title h2{
	font-size: 50px;
}

.fluid-section-one .content-column .text-box{
	margin-bottom: 30px;
}

.feature-block-two{
	position: relative;
	margin-bottom: 30px;
}

.feature-block-two .inner-box{
	position: relative;
	padding-left: 80px;
	min-height: 80px;
}

.feature-block-two .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 60px;
	line-height: 80px;
	color: #ab7442;
}

.feature-block-two h4{
	font-size: 22px;
	margin-bottom: 10px;
}

.feature-block-two .text{
	font-size: 16px;
}


/***

==================================================================
		RK
==================================================================

***/


.mainabout {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.mainabout .mainaboutimg {
	width: 100%;
	padding-left: 10%;
}
.mainabout h5 {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.1;
	display: block;
}
.mainabout p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin: 30px 0px;
}
.mainabout span {
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding-left: 50px;
	margin: 0px;
	position: relative;
	margin-bottom: 10px;
}
.mainabout span:before {
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	background: rgb(171, 116, 66);
	left: 0px;
	top: 10px;
}


.sayfa {
	padding-bottom: 100px;
}
.resimler, .resimler .col-md-4 {
	padding: 0px;
	margin: 0px;
}
.resim {
	display: block;
	margin: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.resim  img {
	width: 100%;
	transition: all .3s;
}
.resim:hover img {
	transform: scale(1.15);
}
.sayfadetay {
	position: relative;
	display: block;
	padding: 50px 0px;
}
.sayfadetay h2, .sayfadetay h3, .sayfadetay h4, .sayfadetay h5, .sayfadetay h6 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.1;
	margin-bottom: 15px;
	font-weight: 900;
}
.sayfadetay p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.sayfadetay ul {
	display: block;
	margin-bottom: 25px;
	margin-left: 30px;
}
.sayfadetay ul li {
	font-size: 16px;
	line-height: 1.4;
	list-style: square;
	color: #3f3f3f;
}


.widgetbar {
	position: relative;
	display: block;
	margin-top: -70px;
}

.hizmetwidget {
	position: relative;
	display: block;
	margin: 0px 0px 35px 0px;
	padding: 35px 30px;
	background: #c08c4d;
}
.hizmetwidget span, .wiletisim span {
	font-size: 40px;
	font-weight: 900;
	display: block;
	margin-bottom: 20px;
	color: #FFF;
}
.hizmetwidget ul, .hizmetwidget li {
	display: block;
	padding: 0px;
	margin: 0px;
}
.hizmetwidget li {
	border-bottom: 1px solid rgba(255,255,255,0.1)
}
.hizmetwidget li a {
	display: block;
	line-height: 44px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	padding: 0px 0px 0px 25px;
	position: relative;
}
.hizmetwidget li a:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	left: 10px;
	top: 19px;
	background: #333;
}

.wiletisim {
	position: relative;
	display: block;
	padding: 45px 30px;
	background: #3f3f3f; 
}
.wiletisim a {
	color: #FFF;
}
.wiletisim p {
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin-bottom: 20px;
}
.wiletisim li {
	position: relative;
	display: block;
	padding: 10px 0px 10px 50px;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
}
.wiletisim li.adres {
	padding: 0px 0px 0px 50px;
	color: #FFF;
}
.wiletisim li i {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	left: 0px;
	top: 0px;
	background: #c08c4d;
	border-radius: 3px;
}
.fbox {
	margin-bottom: 40px;
}
.fbox span, .fbox h5 {
	font-size: 20px;
	font-weight: 800;
	color: #FFF;
	line-height: 1.2;
	display: block;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 12px;
	text-transform: capitalize;
}
.fbox span:after, .fbox h5:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 38px;
	height: 3px;
	background: #c08c4d;
	border-radius: 2px;
}
.f-about-text {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255,255,255,0.65);
	margin-top: -5px;
}
.flist ul, .flist li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.flist li a {
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,0.65);
	line-height: 32px;
	position: relative;
	padding-left: 16px;
	transition: all 0.25s ease;
}
.flist li a:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	left: 2px;
	top: 14px;
	background: #c08c4d;
	border-radius: 50%;
	transition: all 0.25s ease;
}
.flist li a:hover {
	color: #c08c4d;
	padding-left: 20px;
}
.flist li a:hover:before {
	background: #ffffff;
	transform: scale(1.3);
}

/* Modern Footer Contact Widget */
.footer-contact-widget {
	position: relative;
}
.footer-contact-widget > span {
	font-size: 20px;
	font-weight: 800;
	color: #FFF;
	line-height: 1.2;
	display: block;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 12px;
}
.footer-contact-widget > span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 38px;
	height: 3px;
	background: #c08c4d;
	border-radius: 2px;
}
.contact-info-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.contact-info-list .contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 10px 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-info-list .contact-item:hover {
	background: rgba(192, 140, 77, 0.12);
	border-color: rgba(192, 140, 77, 0.45);
	transform: translateX(4px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.contact-info-list .icon-box {
	width: 36px;
	height: 36px;
	min-width: 36px;
	background: rgba(192, 140, 77, 0.15);
	border: 1px solid rgba(192, 140, 77, 0.35);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c08c4d;
	font-size: 14px;
	transition: all 0.3s ease;
	margin-top: 2px;
}
.contact-info-list .contact-item:hover .icon-box {
	background: #c08c4d;
	color: #ffffff;
	border-color: #c08c4d;
	transform: scale(1.05);
	box-shadow: 0 3px 10px rgba(192, 140, 77, 0.4);
}
.contact-info-list .text-box {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}
.contact-info-list .text-box .label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #c08c4d;
	margin-bottom: 2px;
	line-height: 1.2;
}
.contact-info-list .text-box .value {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.4;
	font-weight: 500;
	transition: color 0.25s ease;
	word-break: break-word;
	text-decoration: none;
}
.contact-info-list .text-box a.value:hover {
	color: #c08c4d;
}
.contact-info-list .text-box .address-val {
	font-size: 12.5px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.75);
}


.nedenbox h3 {
	font-size: 44px;
	font-weight: 900;
	margin-bottom: 20px;
	display: block;
}
.nedenbox p {
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin-bottom: 30px;
}
.nedenbox p strong {
	font-size: 22px;
	display: block;
	line-height: 1.2;
	font-style: italic;
}
.neden {
	padding-bottom: 20px;
}
.neden span {
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
}
.neden p {
	font-size: 14px;
	line-height: 1.4;
}




.dip-container {
	padding: 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2 sÃ¼tunlu grid */
	gap: 50px; /* Elemanlar arasÄ±nda boÅŸluk */
	align-items: stretch;
}
.dipbox h3 {
	font-size: 36px;
	line-height: 1;
	font-weight: 900;
	color: #FFF;
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
}
.dipbox h3 a {
	color: #FFF;
}
.dipbox p {
	position: relative;
	z-index: 1;
	font-size: 18px;
	line-height: 1.4;
	color: #FFF;
	
}
.dipbox {
	padding: 75px;
	position: relative;
	text-align: center;
	color: #FFF;
	display: block;
}
.dipbox:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: block;
	background: #000;
	opacity: 0.8
}
.blogsayfa {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.blog {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.blog .blogimg {
	width: 100%;
	min-height: 300px;
	position: relative;
	background: rgba(0,0,0,0.1);
	border-radius: 5px;
	z-index: 0;
}
.blog .blogtext {
	position: relative;
	display: block;
	margin: -50px 30px 0px 30px;
	padding: 25px;
	background: #FFF;
	border-radius: 5px;
}
.blog .blogtext h3 {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 700;
}
.blog .blogtext p {
	font-size: 17px;
	line-height: 1.4;
}

.iletisim {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.iletisim input, .iletisim textarea {
	width: 100%;
	padding: 15px 25px;
	line-height: 30px;
	display: block;
	margin-bottom: 25px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 3px;
}
.dosyakutu {
	display: none;
}
.iletisim .islem {
	width: 150px;
	line-height: 62px;
	display: inline-block;
	margin-right: 5px;
}
.iletisim .sonuc {
	width: calc(100% - 160px);
	display: inline-block;
}
.iletisim h2, .iletisim h3 {
	display: block;
	line-height: 1;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 15px;
}
#contact-map {
	width: 100%;
	height: 600px;
	display: block;
	padding: 0px;
	margin: 0px;
}


.urunler {}
.urun {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.urun .urunimg {
	width: 100%;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.urun .urunimg img {
	width: 100%;
	transition: all .3s;
}
.urun:hover .urunimg img {
	transform: scale(1.15);
}
.urun h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	display: block;
	position: relative;
	margin-top: 10px;
}





@media (max-width: 991px) {
	.dip-container {
	    grid-template-columns: 1fr; /* Tek sÃ¼tunlu grid */
	}
}