/* Health Coach - Health and Fitness HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header 
5. Main Slider
6. Featured Services Section
7. Services Columns
8. Fact Counter
9. Call to Action
10. Default Section / Video Box / Accordion Box
11. Testimonials Section
12. Work Strategy
13. News Section
14. Two Column Fluid
15. Main Footer
16. Certificates Section
17. Why Choose Us
18. Our Team
19. Events
20. Service Details
21. Services Style Two
22. Pricing Section
23. Get Quote Section
24. Portfolio Four Column
25. Portfolio Four Column Fullwidth
26. Portfolio Four Column With Text
27. Portfolio Single
28. Blog Grid / Blog Deault / Blog List / Blog Details
29. Sidebar
30. Sidebar Widgets
31. Shop
32. Shop Single
33. Shopping Cart
34. Conact Info
35. Login Register
36. Styled Pagination
37. About Us
38. Related Products
39. Contact Us
40. Map Section


**********************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i|Poppins:300,400,500,600,700|Shadows+Into+Light');

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('hover.css');
@import url('cheatsheet.css');
@import url('imagehover-extended.css');
@import url('imagehover-extended.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: "Montserrat",sans-serif;
	font-size:14px;
	color:#9e9e9e;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#b2dd4c;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: "Montserrat",sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: "Montserrat",sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
    overflow: hidden;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	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;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	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;	
}

.anim-5,.anim-5-all *{
	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;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.btn-style-one{
	position:relative;
	line-height:24px;
	background:#000000;
	color:#ffffff !important;
	border:2px solid #000000;
	font-size:14px;
	font-weight:500;
	font-family: "Montserrat",sans-serif;
}

.btn-style-one:hover{
	color: #fff !important;
}

.btn-style-two{
	position:relative;
	line-height:24px;
	background:none;
	color:#000000 !important;
	border:2px solid #000000;
	font-size:14px;
	font-weight:500;
	font-family: "Montserrat",sans-serif;
}

.btn-style-two:hover{
	color:#28340a !important;
}

.btn-style-four{
	position:relative;
	padding:9px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#b2dd4c;
	color:#000000 !important;
	border:2px solid #b2dd4c;
	font-size:14px;
	font-weight:500;
	font-family: "Montserrat",sans-serif;
}

.btn-style-four:hover{
	background:none;
	color:#b2dd4c !important;
}

.btn-style-three{
	position:relative;
	padding:12px 30px;
	line-height:24px;
	text-transform:capitalize;
	background:none;
	color:#b2dd4c !important;
	border:2px solid #b2dd4c;
	font-size:14px;
	font-weight:500;
	font-family: "Montserrat",sans-serif;
}

.btn-style-three:hover{
	background:#b2dd4c;
	color:#ffffff !important;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#b2dd4c;	
}

.styled-font{
	font-family: "Montserrat",sans-serif;
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.medium-font{
	font-weight:500;	
}

.bold-font{
	font-weight:700;	
}

.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.GIF);}

img{
	max-width:100%;
	height:auto;	
}

/* Post pagination styles */

.post-pagination {
    margin-left: 20px;
}

.post-pagination li {
    display: inline-block;
    margin-right: 16px;
}

.post-pagination .previous a {
    height: 35px;
    width: 70px;
    margin-right: 7px;
    margin-left: 11px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    width: 80px;
    height: 20px;
}

.post-pagination .previous a:before {
    content: "\f100";
    position: absolute;
    height: 30px;
    top: 0px;
    width: 30px;
    font-family: fontawesome;
    left: -15px;
    color: #222222;
    font-size: 16px;
}

.post-pagination .next a {
    margin-right: 11px;
    margin-left: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    width: 80px;
    height: 20px;
}

.post-pagination .next a:before {
    content: "\f101";
    position: absolute;
    height: 30px;
    top: 0px;
    width: 30px;
    font-family: fontawesome;
    right: 0px;
    color: #222222;
    font-size: 16px;
}

.post-pagination li a {
    background: #fff none repeat scroll 0 0;
    color: #3d3d3d;
    display: block;
    font-size: 14px;
    font-weight: 600;
    transition: all 500ms ease 0s;
}


.post-pagination li.active a, .post-pagination li:hover a {
    color: #85714E;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#232f06;
	display:none;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#b2dd4c;
}




/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#85714E;
	display:none;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#85714E;
	background:#1C1E2B;
}

/*==============================================
    Top bar Area Css
===============================================*/
.top-bar-area {
    background: #1C1E2B;
    overflow: hidden;
    padding: 12px 0px;
}

.top-bar-area .header-top{
  display: inline-block;
}

.top-bar-area .header-top li{
  display: inline-block;
  color: #84714E;
  font-size: 14px;
  font-family: "Montserrat",sans-serif;
}

.top-bar-area .header-top li span{
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat",sans-serif;
}

.top-bar-area .header-top li a{
  display: inline-block;
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  transition: all 500ms ease;
}

.top-bar-area .header-top li  a:hover {
  color: #000;
  transition: all 500ms ease;
}

.top-bar-area .header-top li  a:hover {
  color: #000;
  transition: all 500ms ease;
}

.top-bar-area .header-top li i{
  margin-right: 10px;
  font-size: 15px;
}

.top-bar-area .right-side {
    display: inline-block;
}

.top-bar-area .top-social-links ul{
   
}

.top-bar-area .top-social-links ul li {
    display: inline-block;
    margin: 0 0 0 15px;
    line-height: 22px;
}

.top-bar-area .top-social-links ul li a{
  font-size: 14px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  color: #85714E;
  transition: all 500ms ease;
  font-family: "Montserrat",sans-serif;
}

.top-bar-area .top-social-links ul li a:before {
    position: absolute;
    content: '';
    background: #6F5F46;
    width: 1px;
    height: 14px;
    right: -10px;
    top: 4px;
}

.top-bar-area .top-social-links ul li:last-child a:before {
    display: none;
}


.top-bar-area .top-social-links ul li a i:hover{
  color: #A0C31A;
  transition: all 500ms ease;    
}

/*==============================================
    Header Area Css
===============================================*/
.header-area {
    padding: 0px 0px;
    position: relative;
    background: #FFFFFF;
}

.header-area .logo {
    padding: 22px 0px 23px 0px;
}

.header-area .header-contact-info {
    padding: 16px 0px 13px 61px;
}

.header-contact-info ul {
    overflow: hidden;
    margin: 6px 0;
}

.header-contact-info ul li {
    display: inline-block;
    float: left;
    margin-right: 25px;
    position: relative;
    padding-right: 25px;
}

.header-contact-info ul li:last-child{
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.header-contact-info ul li .iocn-holder{
    width: 30px;
}

.header-contact-info ul li .iocn-holder span::before {
    color: #85714E;
    display: block;
    font-size: 20px;
    transition: all 500ms ease;
    background: #1C1E2B;
    text-align: center;
    border: 3px solid #434867;
    padding: 6px 11px 5px 10px;
}

.header-contact-info ul li .iocn-holder, 
.header-contact-info ul li .text-holder{
  display: table-cell;
  vertical-align: middle;
} 

.header-contact-info ul li .text-holder {
  padding-left: 15px;
}

.header-contact-info ul li .text-holder h5 {
    color: #85714E;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    position: relative;
}

.header-contact-info ul li .text-holder h6{
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat",sans-serif;
}

.header-area .btn-holder {
    float: right;
    padding: 22px  0px;
}

.header-area .btn-holder a {
    box-shadow: 1px 1px 3px 1px #EAEAEA;
    color: #85714E;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    padding: 8px 35px;
    font-family: "Montserrat",sans-serif;
    letter-spacing: .5px;
    transition: all 700ms ease;
}

.header-area .btn-holder a:hover {
    box-shadow: none; 
}



/*** 
=============================================
    Start header-search Area style
=============================================
***/
.header-search {
    position: relative;
    padding: 7px 0px;
    background: #1C1E2B;
    border-bottom: 1px solid #85714E;
    z-index: 5;
    display: none;
}

.header-search .container {
    padding-right: 0px;
}

.header-search .search-form {
    position: relative;
    width: 270px;
    margin-right: 16px;
}

.header-search .search {
    position: relative;
    margin: 0px;
}

.header-search .search input[type="text"], 
.header-search input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    background: none;
    padding: 7px 40px 7px 15px;
    border: 1px solid #fff;
    color: #ffffff;
    font-size: 14px;
    border-radius: 0px;
    transition: all 500ms ease;
}

.header-search button {
    background: #fff;
    border-radius: 0;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
    border: 1px solid #fff;
    transition: all 500ms ease;
}

.header-search button i {
    color: #222;
    font-size: 15px;
}

.header-search .search input:focus {
    border: 1px solid #E36039
}

.header-search .search input:focus + button, 
.header-search .search input button:hover {
    background: #E36039 none repeat scroll 0 0;
    color: #111;
    border: 1px solid #E36039;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:#2a370d;
}

.main-header .container{
	position:relative;	
}

.main-header .main-box{
	position:absolute;
	padding:0px 0px;
	left:0px;
	top:100%;
	width:100%;
	
}

.main-header.fixed-header .main-box{
	position:fixed;	
	padding:0px 0px;
	z-index:999;
	opacity:1;
	top:0px;
	visibility:visible;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 0px 0px 0px;
    background: #1C1E2B;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    padding: 8px 0px;
    z-index: 10;
    display: none;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    display: none;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	height:36px;
	width:40px;
	background:#85714E;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:34px;
	border:1px solid #85714E;
	border-radius:3px;
	font-weight:normal;
}

.main-header .cart-btn-outer {
    position: absolute;
    width: 40px;
    right: 12px;
    text-align: center;
    top: 0;
    color: #85714E;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    cursor: pointer;
    padding: 15px 0px;
}

.main-header .cart-btn-outer .icon{
	position:relative;
	font-size:20px;
}

.main-header .cart-btn-outer .count {
    position: absolute;
    right: 4px;
    top: 15px;
    text-align: center;
    width: 15px;
    height: 15px;
    background: #030304;
    color: #ffffff;
    font-size: 8px;
    line-height: 15px;
    border-radius: 50%;
    -op-animation-name: zoomInStable;
    -webkit-animation-name: zoomInStable;
    animation-name: zoomInStable;
    -op-animation-duration: 2000ms;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-delay: 5000ms;
    animation-delay: 5000ms;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .nav-outer{
	position:relative;
}

.main-menu{
	position:relative;
	font-family: "Montserrat",sans-serif;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse {
    padding: 0px 0px;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 35px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:15px 0px;
	color:#ffffff;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:0px;
	opacity:1;
	
	font-size:14px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li.dropdown > a{
	padding-right:15px;	
}

.main-header .main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    font-size: 14px;
    font-weight: normal;
    display: none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#85714E;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:230px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #85714E;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-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);
	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%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #85714E;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #1C1E2B;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #ffffff;
    background: #85714E;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:230px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #b2dd4c;
	-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);
	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.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.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:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#1f1f1f;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background:#28340a;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#1f1f1f;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.search-button.pull-right {
    position: absolute;
    top: 0;
    right: 93px;
    padding: 15px 0px;
}
.search-button .toggle-search {
    overflow: hidden;
}
.search-button .toggle-search button {
    background: none;
    display: block;
    transition: all 500ms ease;
    position: relative;
}
.search-button .toggle-search button i {
    color: #85714E;
    font-size: 16px;
} 

.search-button .toggle-search:before {
    position: absolute;
    content: '';
    background: #6F5F46;
    width: 1px;
    height: 14px;
    right: -26px;
    top: 20px;
    transition: all 700ms ease;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #1C1E2B;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	left: 0px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: rgba(255,255,255,0.80);
	color: #1f1f1f;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #85714E;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #85714E;
	color: #ffffff;
	border-radius: 5px;
	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;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color:#b2dd4c;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #1C1E2B;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid rgba(255,255,255,0.30);
	border-bottom: 1px solid rgba(255,255,255,0.30);
	padding: 10px 15px 10px 20px;
	position: relative;
	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;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
	background: #85714E;
	color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid #fff;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}


/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	width:100%;
	z-index:1;
    height: auto;
}

.main-slider .tp-dottedoverlay{
	background-color:rgba(0,0,0,0.10) !important;	
}

.main-slider .tp-caption{
    margin-top: 250px;
	z-index:5 !important;
    background-color: #00003a88;
   padding: 15px;
   border-radius: 20px 5px 20px 5px;
}

.main-slider .text{
	font-weight:400;
	text-align: center;
	color:#ffffff;
	font-size:25px;
    font-family: "Montserrat",sans-serif;
}

.main-slider h4{
	font-weight:700;
	color:#3E3E3E;
	font-size:14px;
	font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    line-height: 60px;
}

.main-slider h2{
	font-size:40px;
	color:#ffffff;
	font-weight:700;
	font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
}

.main-slider .btn-style-one{
	text-align:center;
	border-width:2px !important;
    padding: 4px 23px !important;
}

.main-slider .btn-style-two{
	text-align:center;
	border-width:2px !important;
    padding: 4px 33px !important;
}
.main-slider .btn-style-one,
.main-slider .btn-style-two:hover{
	color: #fff !important;
}

.main-slider .tp-bullets.preview3{
	width:100% !important;
	margin:0px !important;
	left:0px !important;
	height:6px !important;
	display:table !important;
}

.main-slider .tp-bullets.preview3 .bullet{
	display:table-cell !important;
	background:rgba(29, 40, 2, 0) !important
	height:6px !important;
	border:0px!important;
	margin:0px 0px;
	border-radius:0px;
	max-width:100%;
	min-width:33.333%;
}
.main-slider .tp-bullets.preview3 .bullet:hover{
	background:rgba(255,255,255,0.50) !important;    
}

.main-slider .tp-bullets.preview3 .bullet.selected{
	background:rgba(178,221,74,0.60) !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:40px !important;
	overflow:hidden;
	margin-top:0px !important;
	height:40px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:rgba(0,0,0,0);
	color:#85714E;
	font-size:24px;
	height:40px !important;
	line-height:33px;
	width:40px !important;
	border:2px solid #ffffff;
	padding:0px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
	background:#1C1E2B;
	border-color:#948364;
    transition: all 700ms ease;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

.styled-separator{
	position:relative;
	margin-top:-5px;
	height:5px;
	z-index:2;
}

.styled-separator .layer-one{
	position:relative;
	float:left;
	width:33.333%;
	height:5px;
	background:rgba(29,40,2,0.60);
}

.styled-separator .layer-two{
	position:relative;
	float:left;
	width:33.333%;
	height:5px;
	background:rgba(178,221,74,0.60);
}

.styled-separator .layer-three{
	position:relative;
	float:left;
	width:33.333%;
	height:5px;
	background:rgba(29,40,2,0.60);
}

/*** 

====================================================================
	Section Title style
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:40px;	
}

.sec-title.centered{
	max-width:980px;
	margin:0 auto 50px;
	text-align:center;	
}

.sec-title h2{
	font-size:36px;
	color:#1f1f1f;
	font-weight:600;
	line-height:1.2em;
}

.sidebar-page-container .sec-title{
	margin-bottom:30px;	
}

.sidebar-page-container .sec-title h2{
	font-size:30px;
    font-family: "Montserrat",sans-serif;
}

.sec-title .separator{
	display:block;
	width:100%;
	height:40px;
	background:url(../images/icons/title-pattern.png) left center no-repeat;	
}

.sec-title.centered .separator{
	background-position:center center;	
}

/*** 

====================================================================
	intro-area Section Style
====================================================================

 ***/
 
.intro-area {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-top: 118px;
    padding-bottom: 75px;
}

 .intro-area .auto-container{
	 position:relative;
	 z-index:5;
}

.down-arrow{
	position:absolute;
	left:0px;
	bottom:-23px;
	display:block;
	width:100%;
	height:46px;
	background:url(../images/icons/arrow-next.png) center center no-repeat;
	z-index:1;
	cursor:pointer;
}

.intro-area .inner-box {
    position: relative;
    -webkit-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    box-shadow: 2px 0px 5px 4px rgba(0, 0, 0, 0.06);
}

.intro-area .inner-box-active {
    position: relative;
}

.intro-area .inner-box-active .icone-holder {
    opacity: 0;
    transition: all 900ms ease;
    position: absolute;
    left: 200px;
    bottom: 0px;
    background: #fff;
    width: 39px;
    height: 39px;
    line-height: 36px;
    border-radius: 39px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.06);
}

.intro-area .pricing-column {
    position: relative;
    padding: 0px !important;
}

.intro-area .pricing-column:hover .inner-box {
    z-index: 1;
    transition: all 900ms ease;
}

.intro-area .single-item-one {
    position: relative;
    background: #1C1E2B;
    width: 412px;
    height: 179px;
    display: inline-block;
    padding: 0px 0px;
    border-radius: 4px;
    transition: all 900ms ease;
}

.intro-area .single-item.text-center {
    position: relative;
    left: 0;
    top: 40px;
}

.single-item-one.active {
    height: 215px;
    position: relative;
    width: 430px;
    top: -18px;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.06);
}

.intro-area .single-item-one span {
    
}

.intro-area .single-item-one span:before {
    font-size: 35px;
    color: #fff;
}

.intro-area .single-item .text-holder h4:before {
    position: absolute;
    content: '';
    background: #6F5F46;
    width: 47px;
    height: 1px;
    right: 180px;
    top: 25px;
}

.intro-area .single-item-one.active .text-holder h4:before {
    position: absolute;
    content: '';
    background: #6F5F46;
    width: 47px;
    height: 1px;
    right: 189px;
    top: 55px;
}

.intro-area .single-item .text-holder h4 {
    color: #85714E;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin-left: 19px;
    margin-top: 1px;
    font-family: "Montserrat",sans-serif;
    transition: all 700ms ease;
}

.intro-area .single-item .text-holder h3 {
    color: #85714E;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-left: 19px;
    margin-top: -17px;
    font-family: "Montserrat",sans-serif;
    opacity: 0;
    transition: all 700ms ease;
    line-height: 20px;
}

.intro-area .single-item .text-holder h3:before {
    position: absolute;
    content: '';
    background: #6F5F46;
    width: 1px;
    height: 30px;
    right: 204px;
    top: 45px;
}

.intro-area .icone-holder {
    opacity: 0;
    transition: all 900ms ease;
    position: absolute;
    left: 189px;
    bottom: -18px;
    background: #fff;
    width: 39px;
    height: 39px;
    line-height: 36px;
    border-radius: 39px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.06);
}

.intro-area .icone-holder span {
    padding: 10px 10px;
}

.intro-area .icone-holder span:before {
    font-size: 13px;
    color: #222;
}

.intro-area .single-item-one .icone-holder span{
    
}

.intro-area .pricing-column:hover .icone-holder {
    opacity: 1;
    transition: all 900ms ease;
}

.intro-area .pricing-column:hover .inner-box .text-holder h3 {
    opacity: 1;
    transition: all 900ms ease;
}

.intro-area .pricing-column:hover .inner-box .text-holder h4 {
    opacity: 0;
    transition: all 900ms ease;
}


/*** 

====================================================================
	about area Section
====================================================================

***/

.about-area {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 67px;
}

.about-area .sec-title {
    margin-bottom: 0px;
    position: relative;
}

.about-area .sec-title h1 {
    position: absolute;
    left: 240px;
    top: 13px;
    font-size: 60px;
    font-weight: 700;
    color: rgba(34, 34, 34, 0.05);
    text-transform: uppercase;
    line-height: 22px;
}

.about-area .sec-title h2 {
    font-size: 25px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.about-area .sec-title h3{
    color: #888888;
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    font-style: italic; 
}

.about-area .image-box img{
	max-width: none;
	float: right;
}

.about-area .right-column{
	position:relative;
	float:right;
}

.about-area .right-column .inner-box {
    position: relative;
    float: right;
    padding-top: 16px;
    z-index: 1;
}

.about-area .tabs-box{
	position:relative;
	z-index:1;
}

.about-area .tabs-box .tab-buttons {
    position: relative;
    margin-bottom: 19px;
}

.about-area .tabs-box .tab-buttons a{
    font-size: 16px !importants;
    font-family: "Montserrat",sans-serif;
}

.about-area .tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: block;
    float: left;
    padding: 0px 28px 0px 0px;
    color: #2f2f2f;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.about-area .tabs-box .tab-buttons .tab-btn:hover,
.about-area .tabs-box .tab-buttons .tab-btn.active{
	color:#333333;
    font-weight: 700;
    transition: all 700ms ease;
    position: relative;
}

.about-area .tabs-box .tab-buttons .tab-btn.active:before {
    position: absolute;
    bottom: -5px;
    left: 37px;
    content: "";
    background: #836F4D;
    width: 22px;
    height: 1px;
    margin-left: -22px;
}

.about-area .tabs-box .tab-content{
	position:relative;	
}

.about-area .tabs-box .tab-content .tab{
	position:relative;
	display:none;
	top:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.about-area .tabs-box .tab-content .active-tab{
	display:block;
	top:0px;	
}

.about-area .tabs-box .tab-content .img-holder {
	margin-left: 15px;	
}

.about-area .tabs-box .tab-content .text-holder p {
    font-size: 14px;
    color: #505050;
    font-weight: 400 !important;
    margin-bottom: 20px;
    line-height: 22px;
    font-family: "Montserrat",sans-serif;
}

.about-area .tabs-box .tab-content .text-holder p span{
    color: #9B9B9B;
}

.about-area .tabs-box .tab-content .text-holder {
    
}

.about-area .right-side {
    display: inline-block;
    float: right;
    position: relative;
}

.about-area .right-side .img-holder-one {
    position: absolute;
    right: -30px;
    top: -114px;
}

.about-area .right-side .video-gallery {
    position: relative;
    left: -129px;
    bottom: 29px;
    transition: all 700ms ease;
    height: auto;
    text-align: center;
    overflow: hidden;
    margin-left: -40px;
}

.about-area  .video-gallery .overlay-gallery {
  background-color: transparent;
  bottom: 0;
  height: 100%;
  left: 0px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
}

.about-area  .video-gallery .overlay-gallery .icon-holder{
  display: table;
  height: 100%;
  width: 100%;    
}

.about-area .video-gallery .overlay-gallery .icon-holder .icon {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    left: 5px;
}

.about-area  .video-gallery .overlay-gallery .icon-holder .icon a img{
  width: auto;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.about-area  .video-gallery:hover .overlay-gallery {
background-color: rgba(45, 49, 52, 0.6);
    transition: all 500ms ease;
    -webkit-transition: all 300ms ease-in;
}

.about-area  .video-gallery img {
    transition: all 500ms ease;
}

.about-area  .video-gallery:hover img {
  transform: scale(1.1);
    transition: all 500ms ease;
}

.about-area .video-gallery .overlay-gallery .icon-holder .icon a:hover img{
  transform: scale(1.1);
}

/*** 

====================================================================
	service area Section
====================================================================

***/

.service-area {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;

    z-index: 1;
}

.service-area .sec-title {
    margin-bottom: 0px;
}

.service-area .sec-title h2 {
    font-size: 25px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 2.5px;
    margin-bottom: 52px;
    position: relative;
}

.service-area .sec-title h2:before {
    position: absolute;
    content: '';
    background: url(../images/resource/2.png);
    left: 50%;
    margin-left: -35px;
    bottom: -50px;
    width: 105px;
    height: 25px;
    background-repeat: no-repeat;
}

.service-area .sec-title h2 span{
    color: #836F4D;
}

.service-area .sec-title p{
    margin-bottom: 52px;
    color: #888888;
    line-height: 22px;
    font-weight: 500;
}

.service-area .sec-title h1 {
    position: absolute;
    left: 360px;
    top: 14px;
    font-size: 60px;
    font-weight: 700;
    color: rgba(34, 34, 34, 0.05);
    text-transform: uppercase;
    line-height: 22px;
}

.service-area .single-item{
    position: relative;
    transition: all 700ms ease;
    display: inline-block;
}

.service-area .single-item .img-box{
      position: relative;
      object-fit: contain;
      height: 180px;

}

.service-area .single-item .text-side {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.service-area .text-holder {
    height: 50px;
    position: relative;
    background-color:  rgba(28, 30, 43, 0.85);
    transition: all 700ms ease;
    overflow: hidden;
    padding: 11px 60px 0px 38px;
}

.service-area .text-holder .text {
    position: relative;
    text-align: left;
}

.service-area .text-holder .text h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-area .text-holder .text h4 a{
    color: #fff;
    transition: all 700ms ease;
}

.service-area .text-holder .text h4 a:hover{
    color: #836F4D;
    transition: all 700ms ease;
}

.service-area .text-holder .text p {
    font-size: 14px;
    line-height: 13px;
    opacity: 0;
    transition: all 700ms ease;
    color: #85714E;
    line-height: 22px;
    font-weight: 400 !important;
}

.service-area .text-holder .text .btn-holder {
    position: absolute;
    left: 0;
    bottom: -35px;
}

.service-area .text-holder .text .btn-holder a{
    color: #fff;
    font-size: 11px;
    opacity: 0;
    transition: all 700ms ease;
}

.service-area .text-holder .text .btn-holder a:hover{
    color: #7E6B4C;
    transition: all 700ms ease;
}

.service-area .single-item:hover .text-holder {
    box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.06);
    height: 209px;
    position: relative;
    background-color: rgba(28, 30, 43, 0.85);
    transition: all 700ms ease;
    padding: 59px 60px 0px 38px;
}

.service-area .single-item:hover .text p{
    opacity: 1;
    transition: all 700ms ease;
}

.service-area .single-item:hover .btn-holder a{
    opacity: 1;
    transition: all 700ms ease;
}

.service-area .blog-carousel.owl-carousel.owl-theme.owl-loaded {
    margin-top: 40px;
}

.service-area .testimonial-carousel.owl-carousel.owl-theme.owl-loaded {
    margin-top: 43px;
}

.service-area  .single-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.service-area .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
}

.service-area  .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color:  rgba(28, 30, 43, 0.85);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 40px 40px 40px 40px;
}

.service-area .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.service-area .single-item .overlay .box .content h2{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 1px;
}

.service-area .single-item .overlay .box .content p{
    font-size: 14px;
    font-weight: 400;
    color: #85714E;
    font-family: "Montserrat",sans-serif;
}

.service-area .single-item .overlay .box .content a{
    color: #fff;
    font-size: 10px;
    font-family: "Montserrat",sans-serif;
    transition: all 700ms ease;
}

.service-area .single-item .overlay .box .content a:hover{
    color: #806D4E;
    transition: all 700ms ease;
}

.service-area .img-holder{
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.service-area .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;     
}

.service-area:hover .overlay-style-one{
    top: 0%;
    opacity: 1;
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}

.service-area .owl-theme .owl-dots {
  display: none;
  text-align: center;
}
.service-area .owl-theme .owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.service-area .owl-theme .owl-nav .owl-prev {
    background: rgba(38, 34, 46, 0.3);
    display: block;
    height: 76px;
    left: -4px;
    position: absolute;
    top: -40px;
    transition: all 700ms ease 0s;
    width: 40px;
    z-index: 10;
    line-height: 62px;
    border-radius: 0px;
}
.service-area .owl-theme .owl-nav .owl-next {
    background: rgba(38, 34, 46, 0.3);
    display: block;
    height: 76px;
    position: absolute;
    right: -5px;
    top: -35px;
    width: 40px;
    z-index: 10;
    transition: all 700ms ease 0s;
    line-height: 65px;
    border-radius: 0px;
}
.service-area .owl-theme .owl-nav .owl-prev:hover{
  background: #1C1E2B;
}
.service-area .owl-theme .owl-nav .owl-next:hover{
  background: #1C1E2B;    
}
.service-area .owl-theme .owl-nav div .fa{
  transition: all 700ms ease;
}

.service-area .owl-theme .owl-nav div .fa:hover{
  color: #806D4E;
  transition: all 700ms ease;
}

.service-area .owl-theme .owl-nav div .fa {
    color: #fff;
    font-size: 25px;
    display: block;
    padding-top: 18px;
    text-align: center;
}

.service-area .more-review-button{
    margin-top: 40px;
}


/*** 

====================================================================
	Gallery Sections
====================================================================

***/

}
.projects-area {
    padding-bottom: 93px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.projects-area .sec-title {
    margin-bottom: 0px;
    position: relative;
}

.projects-area .sec-title h1 {
    position: absolute;
    left: 0;
    top: 14px;
    font-size: 60px;
    font-weight: 700;
    color: rgba(34, 34, 34, 0.05);
    text-transform: uppercase;
    line-height: 22px;
    width: 100%;
    text-align: center;
}

.projects-area .sec-title h2 {
    font-size: 25px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 2.5px;
    margin-bottom: 52px;
    position: relative;
}

.projects-area .sec-title h2:before {
    position: absolute;
    content: '';
    background: url(../images/resource/2.png);
    left: 50%;
    margin-left: -35px;
    bottom: -50px;
    width: 105px;
    height: 25px;
    background-repeat: no-repeat;
}

.projects-area .sec-title h2 span{
    color: #836F4D;
}

.projects-area .sec-title p {
    margin-bottom: 52px;
    color: #888888;
    line-height: 28px;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
}

.projects-area .hide-area {
    position: absolute;
    left: 420px;
    top: -23px;
    z-index: -1;
}

.projects-area .hide-area h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
    color: rgba(34, 34, 34, 0.05);
}

.projects-area .thm-btn {
  margin-top: 80px;
}

.masonary-gallery {
  position: relative;
}

.masonary-item {
  position: relative;
  float: left;
  display: block;
}

.portfolio-filter {
  font-size: 0;
  margin: 50px 0;
}

.portfolio-filter li {
  display: inline-block;
  font-size: 13px;
}

.portfolio-filter li:first-child span {
  border-left: 0;
}

.portfolio-filter li.active span {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #ffffff;
    position: relative;
}

.portfolio-filter li.active span:before {
    position: absolute;
    bottom: 11px;
    left: 8px;
    content: "";
    background: #fff;
    width: 4px;
    height: 2px;
}

.portfolio-filter li.active + li span {
  border-left: 0;
}

.portfolio-filter li span {
    display: inline-block;
    color: #836F4D;
    text-transform: uppercase;
    line-height: 13px;
    padding: 0px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.portfolio-filter li span:before {
    position: absolute;
    bottom: 5px;
    left: 8px;
    content: "";
    background: #836F4D;
    width: 4px;
    height: 2px;
}

.single-portfolio.mix {
  display: none;
}

.single-portfolio.span-3 {
    width: 20%;
    float: left;
}

.single-portfolio {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: all 700ms ease;
}

.single-portfolio:hover {
    transform: scale(1.3);
    z-index: 1;
    transition: all 700ms ease;
}

.single-portfolio:hover .overlay {
  transform: scale(1);
}

.single-portfolio img {
  width: 100%;
  transform: scale(1);
  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;
}

.single-portfolio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(28, 30, 43, 0.35);
    transform: scale(0);
    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;
}

.single-portfolio .overlay .image-view {
    display: table;
    width: 100%;
    height: 100%;
}

.single-portfolio .overlay .image-view .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-portfolio .overlay .image-view .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.single-portfolio .overlay .box li {
    display: inline-block;
    margin: 0 4px;
    background: #262734;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.single-portfolio .overlay .box li a{
    
}

.single-portfolio .overlay .box li a span{
    color: #77664A;
}

.projects-area [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    margin-left: 0px;
}

.projects-area .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    background: #1C1E2B;
    padding-bottom: 100px;
}


/*** 

====================================================================
	Our Team style
====================================================================

***/

.team-area {
    position: relative;
    padding-bottom: 94px;
    overflow: hidden;
    padding-top: 93px;
}

.team-area .sec-title {
    position: relative;
}

.team-area .sec-title h1 {
    position: absolute;
    right: -13px;
    top: 155px;
    font-size: 60px;
    font-weight: 700;
    color: rgba(34, 34, 34, 0.05);
    text-transform: uppercase;
    line-height: 22px;
}

.team-area .sec-title h2 {
    font-size: 25px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 2.5px;
    margin-bottom: 52px;
    position: relative;
}

.team-area .sec-title h2:before {
    position: absolute;
    content: '';
    background: url(../images/resource/2.png);
    left: 0;
    bottom: -48px;
    width: 105px;
    height: 25px;
    background-repeat: no-repeat;
}

.team-area .sec-title h2 span{
    color: #836F4D;
}

.team-area .sec-title p {
    margin-bottom: 52px;
    color: #888888;
    line-height: 28px;
    font-weight: 500 !important;
    font-family: "Montserrat",sans-serif;
}

.team-area .team-area img{
  width: 100%;
}

.team-area .single-item .full-side {
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.06);
}

.team-area .single-item .full-side:before{
  position: absolute;
  content: '';
  background: #48c7ec;
  height: 3px;
  width: 0%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transition: all 900ms ease;
}

.team-area .single-item:hover:before{
  width: 100%;
  transition: all 900ms ease;
}

.team-area .single-item .img-box {
    border-left: 3px solid #000;
}

.team-area .single-item .single-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(56, 58, 69, 0.65);
    width: 0;
    height: 100%;
    transition: all 900ms ease;
    opacity: 0;
}

.team-area .single-item:hover .single-content{
  width: 100%;
  transition: all 900ms ease;
  opacity: 1;
}

.team-area .single-item .single-content .social-links {
    position: absolute;
    right: 43px;
    top: 10px;
}

.team-area .single-item .single-content li {
    display: block;
    transition: all 700ms ease;
}

.team-area .single-item .single-content li a{
    transition: all 700ms ease;
    font-family: "Montserrat",sans-serif;
}

.team-area .single-item .single-content li a i{
   position: relative;
    margin-bottom: 32px;
    transition: all 700ms ease;
}

.team-area .single-item .single-content li a:hover i:before{
   color: #806D4C;
    transition: all 700ms ease;
}

.team-area .single-item .single-content li a i:before {
    position: absolute;
    font-size: 16px;
    color: #fff;
    background: #1C1E2B;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.team-area .single-item .text {
    position: relative;
}

.team-area .single-item .text h2{
   font-size: 16px;
    color: #1C1E2B;
    margin-top: 20px;
    font-family: "Montserrat",sans-serif;
}

.team-area .single-item .text h4{
    font-size: 12px;
    color: #836F4D;
    font-family: "Montserrat",sans-serif;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    border-radius: none !important;
}

.team-area .owl-controls {
    position: absolute;
    right: 0px;
    top: -154px;
    margin: 0px !important;
}

.team-area .owl-nav .owl-prev {
    position: absolute;
    right: 35px;
    top: 0;
    width: 40px;
    height: 60px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #cccccc;
    background: #ffffff !important;
    font-size: 0 !important;
    transition: all 700ms ease !important;
}

.team-area .owl-nav .owl-next {
    position: absolute;
    right: -13px;
    top: 0;
    width: 40px;
    padding-left: 3px;
    height: 60px;
    text-align: center;
    color: #cccccc;
    border: 1px solid #e3e3e3;
    background: #ffffff !important;
    font-size: 0px !important;
    transition: all 700ms ease !important;
}

.team-area .owl-nav .owl-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    left: 2px;
    top: 15px;
    display: block;
    font-size: 24px;
    text-align: center;
    width: 30px;
    height: 10px;
    opacity: 1;
    color: #cccccc;
    transition: all 700ms ease !important;
}

.team-area .owl-nav .owl-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 2px;
    top: 15px;
    display: block;
    font-size: 24px;
    text-align: center;
    width: 30px;
    height: 10px;
    opacity: 1;
    color: #cccccc;
    transition: all 700ms ease !important;
}

.team-area .owl-nav .owl-prev:hover,
.team-area .owl-nav .owl-next:hover{
	background:#161721 !important;
    transition: all 700ms ease !important;
}

.team-area .owl-nav .owl-prev:hover:after,
.team-area .owl-nav .owl-next:hover:after{
	opacity:1;
	color: #806D4C;
    transition: all 700ms ease !important;
}

.team-area .owl-dots{
	display:none !important;	
}

/*** 

====================================================================
	info aria Section Style
====================================================================

 ***/


#info-area {
    background: #E36039;
    overflow: hidden;
}

#info-area .section-title {
  margin-bottom: 40px;
}

#info-area .full-img {
  position: relative;
  transition: all 500ms ease;
}

#info-area .full-img:hover:before {
  right: 15px;
  transition: all 700ms ease;
}

#info-area .full-img:before {
  content: ' ';
  width: 200%;
  height: 100%;
  background: #E36039;
  opacity: .85;
  filter: alpha(opacity=85);
  z-index: 99;
  position: absolute;
  top: 0;
  right: 200%;
  transition: all 700ms ease;
}

#info-area .full-img img {
  max-width: none;
  float: right;
}

#info-area h2{
  font-size: 32px;
  color: #fff;
  margin-bottom: 24px;
  font-family: "Montserrat",sans-serif;
}

#info-area p{
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 42px;
  font-family: "Montserrat",sans-serif;
}

#info-area ul {
    font-size: 15px;
    color: #fff;
    margin-left: 4px;
}

#info-area  ul li{
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-weight: 600;
}

#info-area  li i{
  font-size: 15px;
  color: #fff;
  margin-right: 16px;
}

#info-area .btn-holder {
    margin-top: 34px;
}

#info-area .btn-holder a {
    padding: 12px 31px;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    transition: all 700ms ease;
}

#info-area .btn-holder a:hover {
    border: 1px solid #fff;
    color: #E36039;
    background: #fff;
    transition: all 700ms ease;
}

#info-area .subscribe-form{
  position: relative;
  margin-top: 55px;
}

#info-area .btn-one{
  padding: 6px 18px;
}

 ::-webkit-input-placeholder { /* Chrome */
  color: #888888;
}

 :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
 :-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #ffffff;
  opacity: 1;
}


/*** 

====================================================================
	subscribe-area Section Style
====================================================================

 ***/


.subscribe-area {
  background: #1C1E2B;
    overflow: hidden;
}

.subscribe-area .section-title {
  margin-bottom: 40px;
}

.subscribe-area .right-side {
    position: relative;
    top: 79px;
    left: 72px;
}

.subscribe-area .full-img {
  position: relative;
    transition: all 700ms ease;
}

.subscribe-area .full-img:hover:before {
  right: 15px;
  transition: all 700ms ease;
}

.subscribe-area .full-img:before {
  content: ' ';
  width: 200%;
  height: 100%;
  background: #1C1E2B;
  opacity: .85;
  filter: alpha(opacity=85);
  z-index: 99;
  position: absolute;
  top: 0;
  right: 200%;
  transition: all 700ms ease;
}

.subscribe-area .full-img img {
  max-width: none;
  float: right;
}

.subscribe-area .appointment-area {
    position: relative;
    padding: 71px 0px 0px 0px;
}

.subscribe-area  .appointment-area .text{
  position: relative;
}

.subscribe-area .appointment-area .text h2 {
    color: #806D4C;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
}

.subscribe-area #contact-form {
    margin-top: 20px;
}

.subscribe-area .default-form input[type="text"], .subscribe-area .default-form input[type="email"], .subscribe-area .subscribe-area.default-form input[type="password"], .subscribe-area .default-form select, .subscribe-area .default-form textarea {
    height: 35px;
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid #888888;
}

.subscribe-area .appointment-area input {
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 21px;
    background: transparent !important;
    color: #888888 !important;
    font-size: 12px;
}

.subscribe-area .default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea {
    background: transparent !important;
    padding: 0px;
}

.subscribe-area .default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea {
    padding: 0px !important;
}

.subscribe-area .default-form input[type="text"],
.subscribe-area .default-form input[type="email"],
.subscribe-area .subscribe-area.default-form input[type="password"],
.subscribe-area .default-form select, .subscribe-area .default-form textarea

.subscribe-area .appointment-area input placeholder{
    color: #888888 !important;
}

.subscribe-area .appointment-area option{
  position: relative;
}

.subscribe-area .ui-selectmenu-button {
  width: 100% !important;
  height: 50px;
  padding: 10px;
  border: 1px solid #8a9699;
  margin-bottom: 30px;
  background: transparent;
  color: #888888;
  cursor: pointer;
  display: block;
  border-radius: 0px;
}

.subscribe-area .ui-selectmenu-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
    display: block;
    float: right;
}

.subscribe-area .ui-selectmenu-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 4px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #dee2e7;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

label{
  display: none !important;
}

.subscribe-area  .appointment-area .title{
    position: relative;
    font-size: 30px;
    color: #85714E;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.subscribe-area  .appointment-area i:before{
  font-size: 14px;
  margin: 0px;
  color: #dee2e7;
  font-weight: 600;
}

.subscribe-area  .appointment-area i{
  position: absolute;
  top: 10px;
  right: 30px;
}

.subscribe-area  .section-title{
  font-size: 44px;
  margin-bottom: 46px;
}

.subscribe-area .section-title:before{
  display: none;
}

.subscribe-area textarea {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #888888;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    background: none;
    color: #888888;
}

.subscribe-area .appoinment-btn {
    position: relative;
    top: 31px;
    left: 0px;
}

.subscribe-area .appointment-area button {
    position: relative;
    color: #000;
    font-size: 14px;
    background: #fff;
    font-weight: 600;
    line-height: 24px;
    padding: 5px 48px;
    display: inline-block;
    transition: all 700ms ease;
    border-radius: 3px;
    border: 2px solid #fff;
}

.subscribe-area .appointment-area button:hover {
  color: #806D4C;
  border: 2px solid #806D4C;
  background: #1C1E2B;
  transition: all 700ms ease;
}


/*** 

====================================================================
	Client Testimonials Slider
====================================================================

 ***/


.client-testimonials {
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
    padding-top: 92px;
    padding-bottom: 99px;
}

.client-testimonials.orange-theme{
	background-color:#ff5412 !important;	
}

.client-testimonials .sec-title {
    position: relative;
}

.client-testimonials .sec-title h1 {
    position: absolute;
    left: 0px;
    top: 14px;
    font-size: 60px;
    font-weight: 700;
    color: rgba(34, 34, 34, 0.05);
    text-transform: uppercase;
    line-height: 22px;
}

.client-testimonials .sec-title h2 {
    font-size: 25px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 2.5px;
    margin-bottom: 52px;
    position: relative;
}

.client-testimonials .sec-title h2:before {
    position: absolute;
    content: '';
    background: url(../images/resource/2.png);
    left: 0;
    bottom: -50px;
    width: 105px;
    height: 25px;
    background-repeat: no-repeat;
}

.client-testimonials .sec-title h2 span{
    color: #836F4D;
}

.client-testimonials .sec-title p {
    margin-bottom: 50px;
    color: #888888;
    line-height: 22px;
    font-weight: 500 !important;
}

.client-testimonials .hide-area {
    position: absolute;
    left: 100px;
    top: 76px;
    z-index: -1;
}

.client-testimonials .hide-area h1{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(34, 34, 34, 0.05);
    font-family: "Montserrat",sans-serif;
    
}

.client-testimonials .border {
    border: 1px solid #000;
    padding: 135px 0px;
    position: relative;
}

.testimonial-slider-full .slide {
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-slider-full .slide:before {
    position: absolute;
    bottom: 45px;
    right: 0;
    content: "";
    background: #1C1E2B;
    width: 2px;
    height: 200px;
}

.testimonial-slider-full figure{
	position:relative;
	display:block;
	margin-bottom:35px;	
}

.testimonial-slider-full .text-area {
    height: 245px !important;
    width: 800px !important;
    padding: 0px 26px !important;
    padding-top: 62px !important;
    position: absolute !important;
    margin-bottom: 25px !important;
    z-index: -1 !important;
    top: 20px !important;
}

.testimonial-slider-full .text-area:before {
    content: "\f10e";
    font-family: "FontAwesome";
    color: #EAE7E1;
    font-size: 90px;
    position: absolute;
    top: 60px;
    left: 46%;
}

.testimonial-slider-full .text-area p {
    font-size: 14px;
    font-weight: 500 !important;
    color: #222222;
    line-height: 26px;
}

.testimonial-slider-full .text-area h3{
    color: #806D4C;
    font-size: 20px;
}

.testimonial-slider-full .text-area h3 span{
    color: #888888;
    font-size: 14px;
}

.testimonial-slider-full .img-holder {
    text-align: left !important;
}

.orange-theme .testimonial-slider-full .text{
	color:#f2f2f2;	
}

.testimonial-slider-full .author-info{
	position:relative;
	font-size:16px;
	color:#11c3f0;
	margin-bottom:30px;	
}

.theme-purple .testimonial-slider-full .author-info{
	color:#aa4fff;	
}

.theme-dark-blue .testimonial-slider-full .author-info{
	color:#5677cc;	
}

.theme-orange .testimonial-slider-full .author-info{
	color:#ff5412;	
}

.theme-cyan .testimonial-slider-full .author-info{
	color:#43d6d1;	
}

.orange-theme .testimonial-slider-full .author-info{
	color:#ffffff;	
}

.client-testimonials.style-one .bx-pager {
    position: absolute;
    display: inline-block;
    right: 135px;
    bottom: 207px;
}

.client-testimonials.style-one .bx-pager .bx-pager-item {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 10px 4px;
    display: block;
}

.client-testimonials.style-one .bx-pager .bx-pager-link{
	position:relative;
	display:block;
	width:12px;
	height:12px;
	background:#F4F4F4;
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	text-indent:9999px;
	overflow:hidden;
}

.client-testimonials.style-one .bx-pager .bx-pager-link.active{
	border:2px solid #26293A;
	background:#26293A;
	-webkit-transform:scale(1.3,1.3);
	-ms-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	transform:scale(1.3,1.3);
}

.client-testimonials.style-one.rounded-nav .bx-pager .bx-pager-item{
	position:relative;
	display:inline-block;
	width:12px;
	height:12px;
	margin:0px 5px;
}

.client-testimonials.style-one.rounded-nav .bx-pager .bx-pager-link{
	position:relative;
	display:block;
	width:12px;
	height:12px;
	background:#ffffff;
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	text-indent:9999px;
	overflow:hidden;
}

.client-testimonials.orange-theme.style-one.rounded-nav .bx-pager .bx-pager-link{
	background:#ffffff;	
}

.client-testimonials.style-one.rounded-nav .bx-pager .bx-pager-link.active{
	border:1px solid #aa4fff;
	background:none;
	-webkit-transform:scale(1.4,1.4);
	-ms-transform:scale(1.4,1.4);
	-o-transform:scale(1.4,1.4);
	-moz-transform:scale(1.4,1.4);
	transform:scale(1.4,1.4);
    display: block;
}

.client-testimonials.orange-theme.style-one.rounded-nav .bx-pager .bx-pager-link.active{
	border:1px solid #ffffff;	
}

.client-testimonials.style-one .bx-pager .bx-pager-link.active {
        
    }
    
.client-testimonials.style-one .bx-pager .bx-pager-link {
        
    }


/*** 

====================================================================
	Parallax Section
====================================================================

***/

.parallax-section {
    padding: 100px 0px;
    color: #ffffff;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background: #1C1E2B;
    text-align: center;
    overflow: hidden;
}

.parallax-section .container{
	z-index:5;
}

.parallax-section h2{
	font-size:40px;
	font-weight:700;
	color: #ffffff;
	margin-bottom:15px;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
}
.parallax-section p{
	font-size:14px;
	line-height: 22px;
	font-weight:500;
	color: #ffffff;
	margin-bottom:25px;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 1px;
}

.parallax-section form {
    position: relative;
    display: inline-block;
}

.parallax-section form.search-form {
    
}

.parallax-section .search {
    display: inline-block;
}

.parallax-section .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #f4f4f4;
    color: #ababab;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 47px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 520px;
    border-radius: 3px;
}

.parallax-section .search-form button {
    background: #1C1E2B none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 43px;
    padding: 10px 0;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 53px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.parallax-section .search-form button:hover {
    color: #806D4C;
    transition: all 500ms ease 0s;
}

.parallax-section .search-form button i {
  font-size: 25px
    
}

/*** 

====================================================================
	features section
====================================================================

***/
.features-section {
    padding-top: 100px;
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
}

.features-section .sec-title {
    position: relative;
}

.features-section .sec-title h1 {
    position: absolute;
    left: 348px;
    top: 14px;
    font-size: 60px;
    font-weight: 700;
    color: rgba(34, 34, 34, 0.05);
    text-transform: uppercase;
    line-height: 22px;
}

.features-section .sec-title h2 {
    font-size: 25px;
    color: #222222;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 2.5px;
    margin-bottom: 52px;
    position: relative;
}

.features-section .sec-title h2:before {
    position: absolute;
    content: '';
    background: url(../images/resource/2.png);
    left: 50%;
    margin-left: -32px;
    bottom: -49px;
    width: 105px;
    height: 25px;
    background-repeat: no-repeat;
}

.features-section .sec-title h2 span{
    color: #836F4D;
}

.features-section .sec-title p {
    margin-bottom: 57px;
    color: #888888;
    line-height: 22px;
}

.features-section .single-item{
    position: relative;
    transition: all 700ms ease;
    display: inline-block;
}

.features-section .single-item .img-box{
      position: relative;
}

.features-section .single-item .text-side {
    position: absolute;
    bottom: -24px;
    left: 10px;
}

.features-section .text-holder {
    box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.06);
    width: 340px;
    height: 50px;
    padding: 14px 0px 0px 70px;
    position: relative;
    background: #fff;
    transition: all 700ms ease;
    overflow: hidden;
}

.features-section .text-holder .date {
    position: absolute;
    left: 15px;
    top: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #909090;
    text-align: center;
    transition: all 700ms ease;
}

.features-section .text-holder .date span {
    display: block;
    margin-top: -10px;
}

.features-section .text-holder .text {
    position: relative;
    text-align: left;
}

.features-section .text-holder .text:before {
    position: absolute;
    content: '';
    background: #F2F2F2;
    width: 1px;
    height: 52px;
    left: -14px;
    top: -14px;
    transition: all 700ms ease;
}

.features-section .text-holder .text h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}

.features-section .text-holder .text h4 a{
    color: #222222;
    transition: all 700ms ease;
}

.features-section .text-holder .text h4 a:hover{
    color: #836F4D;
    transition: all 700ms ease;
}

.features-section .text-holder .text p{
    font-size: 11px;
    line-height: 13px;
    opacity: 0;
    transition: all 700ms ease;
}

.features-section .text-holder .text .btn-holder {
    position: absolute;
    right: 12px;
    bottom: -36px;
}

.features-section .text-holder .text .btn-holder a{
    color: #222222;
    font-size: 11px;
    font-weight: 700;
    opacity: 0;
    transition: all 700ms ease;
}

.features-section .text-holder .text .btn-holder a:hover{
    color: #7E6B4C;
    transition: all 700ms ease;
}

.features-section .single-item:hover .text-holder{
    box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.06);
    width: 340px;
    height: 120px;
    padding: 14px 0px 0px 70px;
    position: relative;
    background: #fff;
    transition: all 700ms ease;
}

.features-section .single-item:hover .date{
    position: absolute;
    left: 15px;
    top: 38px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #909090;
    text-align: center;
    transition: all 700ms ease;
}

.features-section .single-item:hover .text:before{
    position: absolute;
    content: '';
    background: #F2F2F2;
    width: 1px;
    height: 120px;
    left: -14px;
    top: -14px;
    transition: all 700ms ease;
}

.features-section .single-item:hover .text p{
    opacity: 1;
    transition: all 700ms ease;
}

.features-section .single-item:hover .btn-holder a{
    opacity: 1;
    transition: all 700ms ease;
}



/*** 
=============================================
    Footer area style
=============================================
***/

.footer-area {
    position: relative;
    background: #1C1E2B;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 10px;
}

.single-footer-widget .footer-logo {
    padding: 0 0 23px;
}

.single-footer-widget .our-info {
  overflow: hidden;
}

.single-footer-widget .our-info p {
    color: #CCCCCC;
    font-size: 11px;
    font-weight: 500 !important;
    line-height: 20px;
    font-family: "Montserrat",sans-serif;
}

.single-footer-widget .our-info .location {
    position: relative;
    border-bottom: 1px solid #2D2F3A;
    margin-top: 9px;
}

.single-footer-widget .our-info .location i {
    position: absolute;
    top: 7px;
    left: 1px;
    color: #85714E;
}

.single-footer-widget .our-info .location i:before{
    font-size: 30px;
}

.single-footer-widget .our-info .location p {
    padding: 0px 0px 0px 30px;
    font-family: "Montserrat",sans-serif;
    line-height: 22px;
}

.single-footer-widget .bottom-social-links {
    margin-top: 17px;
}

.single-footer-widget .bottom-social-links li {
    display: inline-block;
    margin-right: 29px;
}

.single-footer-widget .bottom-social-links li a {
    font-size: 12px;
    text-align: center;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    color: #000;
    transition: all 500ms ease;
    font-family: "Montserrat",sans-serif;
}

.single-footer-widget .bottom-social-links li a i {
    color: #85714E;
    transition: all 700ms ease;
}

.single-footer-widget .bottom-social-links li a i:before{
    font-size: 24px;
}

.single-footer-widget .bottom-social-links li a i:hover{
    color: #fff;
    transition: all 700ms ease;
}

.single-footer-widget.mar-btm.right {
    margin-top: 0px;
    margin-left: 0px;
}

.single-footer-widget .title {
    padding-bottom: 24px;
    position: relative;
}

.single-footer-widget .title h3 {
  color: #85714E;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
}

.single-footer-widget .usefull-links {
    
}

.single-footer-widget .usefull-links.left {
    margin-left: 12px;
}

.single-footer-widget .usefull-links.right {
    
}

.single-footer-widget .usefull-links li {
    margin-bottom: 7px;
}

.single-footer-widget .usefull-links li a {
    color: #CCCCCC;
    font-size: 14px;
    font-weight: 500;
    transition: all 700ms ease;
    text-decoration: none !important;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 1px;
    position: relative;
}

.single-footer-widget .usefull-links li a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 8px;
    height: 2px;
    left: -14px;
    top: 8px;
    transition: all 700ms ease;
}

.single-footer-widget .usefull-links li:hover a{
    color: #6F5F46;
    text-decoration: underline;
    transition: all 700ms ease;
}

.single-footer-widget .usefull-links li:hover a:before{
    background: #6F5F46;
    transition: all 700ms ease;
}

.single-footer-widget.mar-btm.right .form {
    position: relative;
    margin-top: 25px;
}

.single-footer-widget.mar-btm.right .form h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.single-footer-widget.mar-btm.right .search-form{
    position: relative;
}

.single-footer-widget.mar-btm.right .search-form input {
    width: 100%;
    height: 38px;
    box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.7);
    padding: 0px 20px;
}

.single-footer-widget.mar-btm.right .search-form button {
    position: absolute;
    background: #1C1E2B;
    right: 0;
    top: 0;
    width: 45px;
    height: 38px;
}

.single-footer-widget.mar-btm.right .search-form button i {
    color: #85714E;
    font-size: 20px;
}

.single-footer-widget.contuct {
    margin-top: 0px;
    margin-left: 0px;
}

.single-footer-widget.contuct .twitter-area{
    
}

.single-footer-widget.contuct .single-item {
    position: relative;
    margin-bottom: 35px;
}

.single-footer-widget.contuct .twitter-area .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
}

.single-footer-widget.contuct .twitter-area .icon-holder i{
    
}

.single-footer-widget.contuct .twitter-area .text {
    padding: 0px 0px 0px 32px;
}

.single-footer-widget.contuct .twitter-area .text h3{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.single-footer-widget.contuct .twitter-area .text h4{
    font-size: 14px;
    color: #85714E;
    font-weight: 500;
}

.single-footer-widget.contuct .single-item .live-area {
    text-align: center;
    width: 158px;
    height: 108px;
    background: #161721;
    margin-top: -15px;
}

.single-footer-widget.contuct .single-item .live-area img {
    margin-top: 13px;
}

.single-footer-widget.contuct .single-item .live-area h3 {
    color: #7E6B4B;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 7px;
}

.single-footer-widget.contuct .single-item .live-area h4{
    color: #fff;
    font-size: 12px;
}

.single-footer-widget.martop {
    
}

.single-footer-widget.martop .title {
    padding-bottom: 30px;
}

.single-footer-widget.martop .link-side{
    
}

.single-footer-widget.martop .link-side .single-item {
    position: relative;
    border-bottom: 1px solid #32333E;
    margin-bottom: 30px;
}

.single-footer-widget.martop .link-side .single-item:last-child {
    border-bottom: none;
}

.single-footer-widget.martop .link-side .single-item .img-holder{
    position: absolute;
}

.single-footer-widget.martop .link-side .single-item .text {
    padding: 16px 0px 51px 116px;
}

.single-footer-widget.martop .link-side .single-item .text h3 {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
}


/*** 
=============================================
    Footer bottom area style
=============================================
***/
.footer-bottom-area {
    background: #161721;
    padding: 13px;
    overflow: hidden;
}

.footer-bottom-area .footer-bottom {
    overflow: hidden;
}

.footer-bottom-area .footer-bottom .copyright-text {
    margin: 7px 0;
}

.footer-bottom-area .footer-bottom .copyright-text p {
    color: #85714E;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.footer-bottom-area .footer-bottom .copyright-text p span{
    color: #A0C31A;
}
.footer-bottom-area .footer-bottom .copyright-text p a {
    color: #CCCCCC; 
    font-weight: 700;
    transition: all 500ms ease;
    
}

.footer-bottom-area .footer-bottom .copyright-text p a:hover{
    color: #E36039;
}

/*** 
=============================================
    Breadcrumb area style
=============================================
***/

.breadcrumb-area {
    background: url(../images/resource/2.jpg);
    padding: 136px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
}

.breadcrumb-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
}

.breadcrumb-area h1 {
    color: #1c1c1c;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}


/*** 
=============================================
    Breadcrumb botton area style
=============================================
***/
.breadcrumb-botton-area {
    padding: 17px 0 15px;
    margin-top: -58px;
}

.breadcrumb-botton-area .left { }
.breadcrumb-botton-area .left ul {
    overflow: hidden;
    display: block;
}

.breadcrumb-botton-area .left ul li{
    display: inline-block;
    margin-right: 6px;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Montserrat",sans-serif;
}

.breadcrumb-botton-area .left ul li i{
    color: #85714E;
}

.breadcrumb-botton-area .left ul li a {
    color: #1C1C1C;
    transition: all 500ms ease;
    font-weight: 600;
}

.breadcrumb-botton-area .left ul li a:hover{
    color: #85714E;    
}

.breadcrumb-botton-area .left ul li.active {
    color: #85714E;
    font-weight: 600;
}


/*** 

====================================================================
	Experience Section
====================================================================

***/

.funfact-area {
    position: relative;
}

.funfact-area .container{
	position:relative;
	z-index:1;	
}

.funfact-area .inner-box {
    display: inline-block;
    border: 1px solid #F7F7F7;
    width: 269px;
    height: 124px;
    text-align: center;
}

.funfact-area .inner-box .counter {
    margin-top: 30px;
}

.funfact-area .inner-box h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
}

.funfact-area .inner-box .count-outer{
    
}

.funfact-area .inner-box .count-outer span {
    font-size: 30px;
    font-weight: 600;
    color: #888888;
}


/*** 

====================================================================
	team-area style-two Section
====================================================================

***/


.team-area.style-two {
    padding-bottom: 95px;
    padding-top: 92px;
}

.team-area.style-two .hide-area {
    position: absolute;
    right: 101px;
    top: 119px;
    z-index: -1;
}


/*** 

====================================================================
	parallax-section style-two Section
====================================================================

***/

.parallax-section.style-two {
    background: #fff;
    position: relative;
    padding-top: 0px;
    padding-bottom: 91px;
}

.parallax-section.style-two .img-bg {
    position: relative;
    background: url(../images/resource/3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 11px 0px;
}

.parallax-section.style-two .img-bg:before {
    position: absolute;
    content: "";
    background: rgba(28, 30, 43, 0.83);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.parallax-section.style-two h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 13px;
}

.parallax-section.style-two h2 span{
    color: #836F4D;
}

.parallax-section.style-two p {
    font-size: 11px;
    line-height: 18px;
    font-weight: 500 !important;
    letter-spacing: normal;
}


/*** 

====================================================================
	who-we-are Section
====================================================================

***/

.who-we-are {
    padding-bottom:20px;
    padding-top: 10px;
}

.who-we-are .img-holder{
    position: relative;
}

.who-we-are .img-content {
    position: absolute;
    right: 50px;
    top: 108px;
}

.who-we-are .sec-title {
    position: relative;
    margin-bottom: 31px;
}

.who-we-are .sec-title h2 {
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 30px;
    margin-bottom: 18px;
}

.who-we-are .sec-title p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600 !important;
}

.who-we-are .single-item h4 {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    margin-left: 12px;
}

.who-we-are .single-item p {
    color: #888888;
    font-size: 14px;
    font-weight: 400 !important;
    margin-left: 11px;
}

.who-we-are .single-item {
    position: relative;
    padding: 0px 0px 10px 15px;
}

.who-we-are .single-item span {
    color: #836F4D;
    position: absolute;
    left: -13px;
    top: 13px;
}

.who-we-are .single-item span:before {
    font-size: 35px;
}

.who-we-are .single-item h4{
    font-size: 16px;
    color: #222222;
    font-weight: 600;
}

.who-we-are .single-item p {
    color: #888888;
    font-size: 14px;
    font-weight: 400 !important;
}

/*** 

====================================================================
	client-testimonials style-one style-two Section
====================================================================

***/

.client-testimonials.style-one.style-two {
    padding-top: 0px;
    padding-bottom: 59px;
}

.client-testimonials.style-one.style-two .hide-area {
    top: -23px;
}

.client-testimonials.style-one.style-two .bx-pager {
    bottom: 165px;
}


/*** 

====================================================================
	about area style three Section
====================================================================

***/

.about-area.style-three {
    padding-top: 100px;
}

/*** 

====================================================================
	funfact area style two Section
====================================================================

***/

.funfact-area.style-two {
    position: relative;
    background: url(../images/resource/6.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 96px 0px;
}

.funfact-area.style-two:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.74);
}

.funfact-area.style-two .inner-box {
    border: 1px solid #414146;
}

.funfact-area.style-two .inner-box .count-outer span {
    color: #836F4D;
}

.funfact-area.style-two .inner-box h4 {
    color: #fff;
}

/*** 

====================================================================
	service area style two Section
====================================================================

***/

.service-area.style-two {
    padding-top: 92px;
    padding-bottom: 75px;
}

.service-area.style-two .hide-area {
    top: 77px;
}
/*** 

====================================================================
	who we are style two Section
====================================================================

***/

.who-we-are.style-two {
    padding-top: 100px;
}

/*** 

====================================================================
	who we are style two Section
====================================================================

***/

.who-we-are.style-two {
    padding-top: 100px;
}

/*** 

====================================================================
	who we are style two style-three Section
====================================================================

***/

.who-we-are.style-two.style-three {
    padding-top: 0px;
}


/*** 

====================================================================
	parallax section style two style three Section
====================================================================

***/

.parallax-section.style-two.style-three {
    padding-top: 40px;
}

/*** 

====================================================================
	parallax section style two style three Section
====================================================================

***/

.parallax-section.white {
    background: #fff;
    padding-top: 69px;
    padding-bottom: 99px;
}

.parallax-section.white h2 {
    color: #222222;
    margin-bottom: 6px;
}

.parallax-section.white p {
    color: #888888;
    font-weight: 500 !important;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
}

.parallax-section.white .search-form input[type="text"] {
    border: 1px solid #1C1E2B;
}

/*** 
=============================================
    About Us Area style
=============================================
***/
.about-us-area{
  position: relative;
    overflow: hidden;
}

.about-us-area .image-column {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    height: 100%;
    overflow: hidden;
    padding: 137px 0;
    position: relative;
    width: 50%;
}

.about-us-area .image-column:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.57);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about-us-area .icon-box {
    float: left;
    position: relative;
    width: 240px;
}

.about-us-area .icon-box .single-item {
    background: #1C1E2B;
    color: #836F4D;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 68px;
}

.about-us-area .icon-box .single-item:last-child {
  margin-bottom: 0;
}

.about-us-area .icon-box .single-item.active, .about-us-area .icon-box .single-item:hover {
    background: #fff;
}



.about-us-area .icon-box .single-item .content{
    
}

.about-us-area .icon-box .single-item.active .content h2 {
    color: #222;
}

.about-us-area .icon-box .single-item .content h2 {
    color: #836F4D;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-us-area .icon-box .single-item .content p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.about-us-area .content-column {
    background: #f7f7f7 none repeat scroll 0 0;
    float: right;
    height: 527px;
    overflow: hidden;
    padding: 53px 15px 50px 350px;
    position: relative;
    width: 50%;
}

.about-us-area .content-column .inner-box {
    max-width: 600px;
    position: relative;
    height: 120px;
    top: 30px;
}

.about-us-area .content-column .inner-box .fact-counter {
  margin: 33px 0 0;
  overflow: hidden;
}

.about-us-area .content-column .inner-box .sec-title {
    margin-bottom: 44px;
}

.about-us-area .content-column .inner-box .sec-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 5px;
}

.about-us-area .content-column .inner-box .sec-title h3 {
    font-size: 14px;
    color: #836F4D;
    font-style: italic;
    font-weight: 600 !important;
}
.about-us-area .content-column .inner-box .sec-title h3:before {
    position: absolute;
    content: '';
    background: url(../images/resource/2.png);
    left: 0;
    width: 105px;
    height: 25px;
    background-repeat: no-repeat;
    bottom: -40px;
}

.about-us-area .content-column .inner-box .text {
    padding-top: 80px;
    padding-bottom: 86px;
}

.about-us-area .content-column .inner-box .text-holder p {
    font-size: 14px;
    font-weight: 600 !important;
    color: #888888;
    line-height: 22px;
    padding-right: 40px;
}

.about-us-area .content-column .inner-box .fact-counter {
    margin-top: 25px;
    margin-left: -34px;
}

.about-us-area .content-column .inner-box .fact-counter .inner-box.one:before {
    position: absolute;
    content: '';
    background: url(../images/resource/5.png);
    right: 28px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    bottom: 4px;
}

.about-us-area .content-column .inner-box .fact-counter .inner-box .counter b span {
    position: relative;
    left: 0;
    top: -15px;
}

.about-us-area .content-column .inner-box .fact-counter .inner-box .counter b span:before {
    font-size: 45px;
    color: #836F4D;
}

.about-us-area .content-column .inner-box .fact-counter .inner-box .count-outer{
    
}

.about-us-area .content-column .inner-box .fact-counter .inner-box .count-outer span {
    font-size: 25px;
    color: #222222;
}

.about-us-area .content-column .inner-box .fact-counter .inner-box h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #888888;
    margin-top: -3px;
}





/*** 

====================================================================
	history area Section
====================================================================

***/

.history-area {
    background: #F0F0F0;
    overflow: hidden;
}

.history-area  .sec-title {
    margin-bottom: 45px;
}

.history-area .sec-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 5px;
}

.history-area .sec-title p {
    font-size: 14px;
    font-weight: 500 !important;
    color: #836F4D;
}

.history-area .sec-title p:before {
    position: absolute;
    content: '';
    background: url(../images/resource/2.png);
    left: 0;
    width: 105px;
    height: 25px;
    background-repeat: no-repeat;
    bottom: -40px;
}

.history-area .text {
    padding-top: 80px;
    padding-bottom: 86px;
}

.history-area .text-holder p {
    font-size: 14px;
    font-weight: 500 !important;
    color: #888888;
    line-height: 22px;
}

.history-area .fact-counter {
    margin-top: 55px;
    margin-left: -34px;
}

.history-area .fact-counter .inner-box{
    position: relative;
}

.history-area .fact-counter .inner-box.one:before {
    position: absolute;
    content: '';
    background: url(../images/resource/5.png);
    right: 28px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    bottom: 4px;
}

.history-area .fact-counter .inner-box .counter b span {
    position: relative;
    left: 0;
    top: -15px;
}

.history-area .fact-counter .inner-box .counter b span:before {
    font-size: 45px;
    color: #836F4D;
}

.history-area .fact-counter .inner-box .count-outer{
    
}

.history-area .fact-counter .inner-box .count-outer span {
    font-size: 25px;
    color: #222222;
}

.history-area .fact-counter .inner-box h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #888888;
    margin-top: -3px;
}

.history-area .tabs-box .tabs-content .tab.active-tab{
	display:block;
}

.history-area .tabs-box .tabs-content .tab{
	display:none;
}
.history-area .info-tabs{
    
}

.history-area .info-tabs .tab-buttons {
    margin-bottom: 20px;
    position: absolute;
    z-index: 2;
    display: inline-block;
    right: -186px;
    top: 137px;
}

.history-area .tabs-box.info-tabs .tab-btn {
    display: block;
    padding: 11px 50px;
    text-align: center;
    font-size: 30px;
    background: #1C1E2B;
    color: #928163;
    cursor: pointer;
    margin-bottom: 20px;
}

.history-area .info-tabs .tab-btn.active-btn {
    color: #222222;
    background: #FFFFFF;
}

.history-area .full-img{
   position: relative;
}

.history-area .full-img:before {
    position: absolute;
    content: "";
    width: 200%;
    height: 100%;
    top: 0;
    left: 15px;
    background: rgba(0, 0, 0, 0.56);
    z-index: 1;
}

.history-area .img-holder {
    position: relative;
}

.history-area .img-holder img {
    max-width: none;
    float: left;
}

/*** 

====================================================================
	services details Section
====================================================================

***/

.services-details {
    padding: 0px 0px;
    overflow: hidden;
    position: relative;
}

.services-details .list-iteam{
    
}

.services-details .list-iteam .list{
    
}

.services-details .list-iteam .list li {
    position: relative;
    overflow: hidden;
    background: #F4F4F4;
    margin-bottom: 10px;
    padding: 7px 22px;
    cursor: pointer;
    transition: all 900ms ease;
}

.services-details .list-iteam .list li:hover {
    background: #32333F;
    color: #fff;
    transition: all 900ms ease;
}

.services-details .list-iteam .list li:hover a{
    color: #fff;
    transition: all 900ms ease;
}

.services-details .list-iteam .list li:hover:before{
    color: #fff;
    transition: all 900ms ease;
}

.services-details .list-iteam .list .active {
    background: #32333F;
    color: #fff;
    transition: all 900ms ease;
}

.services-details .list-iteam .list .active:before {
    color: #fff;
}

.services-details .list-iteam .list .active a{
    color: #fff;
    transition: all 900ms ease;
}

.services-details .list-iteam .list a {
    color: #1C1E2B;
    font-size: 15px;
    transition: all 900ms ease;
}

.services-details .list-iteam .list li:before {
    position: absolute;
    content: "\f105";
    height: 30px;
    top: 7px;
    width: 30px;
    font-family: fontawesome;
    right: -10px;
    color: #222222;
    font-size: 18px;
}

.services-details .download-side {
    
}

.services-details .download-side .list-iteam {
    margin-top: 10px;
}

.services-details .download-side .list-iteam li {
    position: relative;
    border: 1px solid#1C1E2B;
    background: #fff;
    color: #85714E;
    padding: 11px 39px;
}

.services-details .download-side .list-iteam li i {
    position: relative;
    left: -18px;
    top: 1px;
    font-size: 25px;
}

.services-details .download-side .list-iteam li:before {
    position: absolute;
    /* content: "\f019"; */
    height: 30px;
    top: 16px;
    width: 30px;
    font-family: fontawesome;
    right: 0;
    color: #85714E;
    font-size: 19px;
}

.services-details .img-content {
    position: relative;
    margin-top: 40px;
    display: inline-block;
    margin-bottom: 40px;
}

.services-details .img-content .img-holder{
    position: relative;
    display: inline-block;
}

.services-details .img-content .img-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    content: "";
    width: 100%;
    height: 100%;
}

.services-details .img-content .text-box {
    position: absolute;
    left: 36px;
    top: 33px;
}

.services-details .img-content .text-box h2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 9px;
}

.services-details .img-content .text-box h3 {
    font-size: 14px;
    font-weight: 500;
    color: #7C7C7C;
    margin-bottom: 24px;
}

.services-details .img-content .text-box h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
}

.services-details .img-content .text-box h5 {
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.services-details .img-content .text-box h6{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.services-details .right-side {
    
}

.services-details .right-side .text-holder {
    margin-top: 25px;
}

.services-details .right-side .text-holder h4{
    font-size: 25px;
    color: #222222;
}

.services-details .right-side .text-holder p {
    font-size: 14px;
    font-weight: 400 !important;
    color: #888888;
    line-height: 26px;
}

.services-details .right-side .text-content {
    margin-top: 31px;
}

.services-details .right-side .text-content h4 {
    color: #222222;
    font-size: 20px;
    margin-bottom: 14px;
}

.services-details .right-side .text-content p {
    font-size: 14px;
    color: #888888;
    font-weight: 400 !important;
    line-height: 26px;
    margin-bottom: 24px;
}

.services-details .right-side .img-content {
    margin-top: 83px;
}

.services-details .right-side .text-box {
    margin-top: 40px;
}

.services-details .right-side .text-box h2 {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 12px;
}

.services-details .right-side .text-box p {
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    font-weight: 500 !important;
    margin-bottom: 20px;
}

.services-details .product-tab-box {
    
}

.services-details .product-tab-box li {
    
}

.services-details .product-tab-box li a {
    padding: 5px 60px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    color: #888888;
}

.services-details .product-tab-box li.active a {
    padding: 5px 60px;
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 0px;
    box-shadow: 1px 1px 3px 1px #EAEAEA;
}

.services-details .nav-tabs {
    border-bottom: none;
}

.services-details .product-tab-box .tab-content {
    
}

.services-details .product-tab-box .tab-content p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 39px;
    font-weight: 500 !important;
    color: #888888;
    margin-bottom: 50px;
}

.accordion {
    
}

.accordion h2 {
    font-size: 25px;
    color: #222222;
    margin-bottom: 16px;
    letter-spacing: 0.6px;
}

.accordion-box {
    display: block;
    padding: 0px 0px 0px 0px;
}

.accordion-box .accordion {
    margin-bottom: 10px;
    position: relative;
}

.accordion-box .accordion .accord-btn {
    cursor: pointer;
    padding: 4px 0px 9px 20px;
    position: relative;
    transition: all 500ms ease;
    background: #F7F7F7;
    box-shadow: 1px 4px 3px 1px #E1E1E1;
}

.accordion-box .accordion .accord-btn.last{
    border-bottom: none;
}

.accordion-box .accordion .accord-btn h4 {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn::after {
    color: #6C6C6C;
    content: "\f067";
    font-family: "fontawesome";
    font-size: 12px;
    font-weight: 700;
    line-height: 27px;
    margin-top: -25px;
    position: absolute;
    right: 0px;
    top: 32px;
    transition: all 500ms ease 0s;
    width: 30px;
    height: 30px;
    text-align: center;
}

.accordion-box .accordion .accord-btn.active{  
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn.active h4 {
    color: #85714E;
}

.accordion-box .accordion .accord-btn.active:after{
    content: "\f068";
    color: #85714E;
    background: transparent;
}

.accordion-box .accordion .accord-content {
    display: none;
    position: relative;
    padding: 10px 219px 0px 20px;
}

.accordion-box .accordion .accord-content.collapsed {
    display: block;
    
}

.accordion-box .accordion .accord-content p {
    font-size: 14px;
    font-weight: 500 !important;
    color: #888888;
    line-height: 26px;
    margin-bottom: 0px;
}


/*** 

====================================================================
	projects area style three Section
====================================================================

***/

.projects-area.style-three {
    overflow: hidden;
    padding: 100px 0px;
}

.projects-area.style-three .hide-area {
    position: absolute;
    left: 420px;
    top: 75px;
    z-index: -1;
}


/*** 

====================================================================
	project details Section
====================================================================

***/

.project-details {
    padding: 20px 0px;
}

.project-details .img-holder-one {
    
}

.project-details .img-holder-one img{
    width: 100%;
}

.project-details .text-holder {
    margin-top: 8px;
    padding-right: 20px;
}

.project-details .text-holder h4 {
    font-size: 18px;
    color: #222222;
    margin-bottom: -2px;
}

.project-details .text-holder h3{
    font-size: 16px;
    color: #222222;
    margin-bottom: 11px;
}

.project-details .text-holder p{
    color: #000000;
    font-size: 17px;
    font-weight: 500 !important;
    line-height: 28px;
    text-align: justify;
}

.project-details .text-content {
    margin-top: 9px;
}

.project-details .text-content h4 {
    color: #222222;
    font-size: 25px;
    margin-bottom: 13px;
}

.project-details .text-content p {
    font-size: 14px;
    color: #888888;
    font-weight: 500 !important;
    line-height: 24px;
    margin-bottom: 10px;
    padding-right: 10px;
}

.project-details .project {
}

.project-details .project h3 {
    font-size: 18px;
    color: #222222;
    margin-bottom: 4px;
    margin-left: 2px;
}

.project-details .project li {
    display: inline-block;
    color: #85714E;
    position: relative;
    margin-left: 22px;
}

.project-details .project li:before {
    color: #6C6C6C;
    content: "\f00c";
    font-family: "fontawesome";
    font-size: 12px;
    font-weight: 700;
    line-height: 27px;
    margin-top: -25px;
    position: absolute;
    left: -30px;
    top: 25px;
    transition: all 500ms ease 0s;
    width: 30px;
    height: 30px;
    text-align: center;
}

.project-details .project li span{
    color: #888888;
}

.project-details .project .right {
    float: right;
}

.project-details .img-content {
    margin-top: 21px;
}

.project-details .img-holder-two {
    margin-top: 61px;
    padding-bottom: 44px;
}

.project-details .project-solton {
    
}

.project-details .project-solton h2 {
    font-size: 25px;
    color: #222222;
    margin-bottom: 13px;
}

.project-details .project-solton p {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 500 !important;
    margin-bottom: 0px;
}

.project-details .tabs-box {
    
}

.project-details .tab-buttons {
    margin-top: 31px;
}

.project-details .tab-buttons .tab-btn.active-btn {
    background: #222;
    color: #fff;
}

.project-details .tab-buttons .tab-btn {
    display: inline-block;
    background: #F8F8F8;
    color: #1C1E2B;
    padding: 2px 37px;
    margin-right: 10px;
    cursor: pointer;
}

.project-details .tabs-box .tabs-content {
    
}

.project-details .tabs-box .tabs-content .tab.active-tab{
    
}

.project-details .tabs-box .tabs-content .tab .tab-text {
    margin-top: 16px;
}

.project-details .tabs-box .tabs-content .tab.active-tab .tab-text p {
    display: block;
}

.project-details .tabs-box .tabs-content .tab .tab-text p {
    font-size: 12px;
    font-weight: 500 !important;
    display: none;
    line-height: 20px;
    padding-right: 15px;
}

.project-details .tabs-box .tabs-content .tab.active-tab .img-holder {
    margin-top: 21px;
    display: block;
}

.project-details .tabs-box .tabs-content .tab .img-holder {
    margin-top: 21px;
    display: none;
}

.project-details  form.search-form {
    
}

.project-details .search-form {
    padding-bottom: 30px;
}

.project-details .search-form input {
    background: #fff;
    border: 2px solid #F5F5F5;
    color: #ababab;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 51px;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 370px;
    padding: 0px 15px;
}

.project-details .search-form button {
    background: #1C1E2B none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 50px;
    padding: 10px 0;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 53px;
}

.project-details  .search-form button:hover {
    color: #806D4C;
    transition: all 500ms ease 0s;
}

.project-details .search-form button i {
    font-size: 15px;
}

.single-sidebar {
    padding-bottom : 15px;
}

.single-sidebar .sec-title {
    margin-bottom: 30px;
}

.single-sidebar .default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea {
    height: 50px;
    background: #F7F7F7;
    width: 100%;
    padding: 0px 13px;
    font-size: 12px;
}

.single-sidebar .sec-title h3{
    border-bottom: 1px solid #888888;
    font-size: 16px;
    color: #343434;
    padding-bottom: 7px;
}

.single-sidebar.Popular-Post .sec-title h3{
    color: #343434;
    font-size: 16px;
}

.single-sidebar.Popular-Post .single-item {
    padding: 26px 0px 0px 116px;
    position: relative;
    margin-bottom: 26px;
}

.single-sidebar.Popular-Post .single-item .img-holder {
    position: absolute;
    left: 0;
    top: 0;
}

.single-sidebar.Popular-Post .single-item .text-holder-two {
    overflow: hidden;
    display: inline-block;
    padding-right: 1px;
} 

.single-sidebar.Popular-Post .single-item .text-holder-two p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500 !important;
}

.single-sidebar.Popular-Post .single-item .text-holder-two p a{
    color: #333333;
    transition: all 700ms ease;
}

.single-sidebar.Popular-Post .single-item .text-holder-two p a:hover{
    color: #85714E;
    transition: all 700ms ease;
}

.single-sidebar.Categories .sec-title {
    margin-bottom: 23px;
}

.single-sidebar.Categories h3{
   padding-bottom: 4px; 
}

.single-sidebar.Categories .content {
    margin-left: 20px;
}

.single-sidebar.Categories .content li {
    font-size: 16px;
    position: relative;
    margin-bottom: 9px;
}

.single-sidebar.Categories .content li a{
    color: #333333;
}

.single-sidebar.Categories .content li:before {
    position: absolute;
    content: "\f0da";
    height: 30px;
    top: 2px;
    width: 30px;
    font-family: fontawesome;
    left: -20px;
    color: #222222;
    font-size: 16px;
}

.single-sidebar.Tags-Clouds .sec-title {
    margin-bottom: 36px;
}

.single-sidebar .popular-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px;
}

.single-sidebar .popular-tag li {
    display: inline-block;
    margin: 0 3px 10px;
}

.single-sidebar .popular-tag li a {
    border: 1px solid #CCCCCC;
    color: #333333;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 24px 3px;
    transition: all 700ms ease;
    text-transform: uppercase;
}

.single-sidebar .popular-tag li a:hover{
  background: #383A45;
  border-color: #85714E;
  color: #85714E;
  transition: all 700ms ease;
}

.single-sidebar.Instagram {
    
}

.single-sidebar.Instagram .sec-title {
    margin-bottom: 28px;
}

.single-sidebar.Instagram .Instagram-img{
    
}

.single-sidebar.Instagram .Instagram-img li {
    display: inline-block;
}

.single-sidebar.Instagram .Instagram-img li a{
    
}

.single-sidebar.Instagram .Instagram-img li a img{
    width: 100%;
} 


/*** 

====================================================================
	error-area Section
====================================================================

***/
.error-area {
    overflow: hidden;
    padding: 0px 0px 90px 0px;
}

.error-area h1 {
    font-size: 300px;
    color: #1C1E2B;
    text-align: center;
    font-weight: 700;
    margin-top: -26px;
}

.error-area h2 {
    color: #222222;
    font-size: 60px;
    margin-top: -84px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 9px;
}

.error-area p{
    font-size: 16px;
    color: #333333;
    font-weight: 500 !important;
}

/*** 

====================================================================
	features section style-two Section
====================================================================

***/

.features-section.style-two .single-item {
    margin-bottom: 100px;
}

/*** 

====================================================================
	project details style two Section
====================================================================

***/


.project-details.style-two .right-side .single-item {
    position: relative;
    transition: all 700ms ease;
    margin-bottom: 100px;
}

.project-details.style-two .right-side .single-item .img-box{
      position: relative;
}

.project-details.style-two .right-side .single-item .text-side {
    position: absolute;
    bottom: -24px;
    left: 10px;
}

.project-details.style-two .text-holder {
    box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.06);
    width: 340px;
    height: 50px;
    padding: 14px 0px 0px 70px;
    position: relative;
    background: #fff;
    transition: all 700ms ease;
    overflow: hidden;
}

.project-details.style-two .text-holder .date {
    position: absolute;
    left: 15px;
    top: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #909090;
    text-align: center;
    transition: all 700ms ease;
}

.project-details.style-two .text-holder .date span {
    display: block;
    margin-top: -10px;
}

.project-details.style-two .text-holder .text{
    position: relative;
}

.project-details.style-two .text-holder .text:before {
    position: absolute;
    content: '';
    background: #F2F2F2;
    width: 1px;
    height: 52px;
    left: -14px;
    top: -14px;
    transition: all 700ms ease;
}

.project-details.style-two .text-holder .text h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}

.project-details.style-two .text-holder .text h4 a{
    color: #222222;
    transition: all 700ms ease;
}

.project-details.style-two .text-holder .text h4 a:hover{
    color: #85714E;
    transition: all 700ms ease;
}

.project-details.style-two .text-holder .text p{
    font-size: 11px;
    line-height: 13px;
    opacity: 0;
    transition: all 700ms ease;
}

.project-details.style-two .text-holder .text .btn-holder {
    position: absolute;
    right: 12px;
    bottom: -36px;
}

.project-details.style-two .text-holder .text .btn-holder a{
    color: #222222 !important;
    font-size: 11px;
    font-weight: 700;
    transition: all 700ms ease;
}

.project-details.style-two .text-holder .text .btn-holder a:hover{
    color: #7E6B4C;
    transition: all 700ms ease;
}

.project-details.style-two .single-item:hover .text-holder{
    box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.06);
    width: 340px;
    height: 120px;
    padding: 14px 0px 0px 70px;
    position: relative;
    background: #fff;
    transition: all 700ms ease;
}

.project-details.style-two .single-item:hover .date{
    position: absolute;
    left: 15px;
    top: 38px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #909090;
    text-align: center;
    transition: all 700ms ease;
}

.project-details.style-two .single-item:hover .text:before{
    position: absolute;
    content: '';
    background: #F2F2F2;
    width: 1px;
    height: 120px;
    left: -14px;
    top: -14px;
    transition: all 700ms ease;
}

.project-details.style-two .single-item:hover .text p{
    opacity: 1;
    transition: all 700ms ease;
}

.project-details.style-two .single-item:hover .btn-holder a{
    opacity: 1;
    transition: all 700ms ease;
    color: #222222 !important;
}

.project-details.style-two .post-pagination li {
    display: inline-block;
    margin: 0 3px;
}

.project-details.style-two .post-pagination .previous a {
    height: 35px;
    width: 70px;
    margin-right: 11px;
    margin-left: 11px;
}

.project-details.style-two .post-pagination .previous a:before {
    left: -20px;
}

.project-details.style-two .post-pagination .next a {
    height: 35px;
    width: 70px;
    margin-right: 11px;
    margin-left: 11px;
}

.project-details.style-two .post-pagination .next a:hover {
    background: none;
    color: #222222 !important;
}

.project-details.style-two .post-pagination .previous a:hover {
    background: none;
    color: #222222 !important;
}

.project-details.style-two .post-pagination .next a:before {
    right: -7px;
}

.project-details.style-two .post-pagination li a {
    background: #fff none repeat scroll 0 0;
    color: #3d3d3d;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    transition: all 700ms ease 0s;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.project-details.style-two .post-pagination li :hover {
    color: #fff !important;
    background: #1D365C;
    transition: all 700ms ease 0s;
}

.project-details.style-two .post-pagination li.active a, .post-pagination li:hover a {
    transition: all 700ms ease 0s;
}

/*** 

====================================================================
	 project-details style two style three Section
====================================================================

***/

.project-details.style-two.style-three .column {
    
}

.project-details.style-two.style-three .text-box {
    margin-top: 18px;
}

.project-details.style-two.style-three .text-box p {
    font-size: 14px;
    color: #616161;
    font-weight: 500 !important;
    line-height: 26px;
    margin-bottom: 0px;
}

.project-details.style-two.style-three .text-box-two{
    
}

.project-details.style-two.style-three .text-box-two h2 {
    color: #373737;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 6px;
}

.project-details.style-two.style-three .text-box-two p {
    color: #616161;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500 !important;
    margin-bottom: 11px;
}

.project-details.style-two.style-three .img-holder-three {
    margin-top: 46px;
}

.project-details.style-two.style-three .text-content-two {
    
}

.project-details.style-two.style-three .text-content-two p {
    color: #616161;
    font-weight: 500 !important;
    font-size: 14px;
    margin-top: 4px;
}

.project-details.style-two.style-three .share-content {
    position: relative;
    margin-top: 27px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 17px;
}

.project-details.style-two.style-three .share-content h2 {
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
}

.project-details.style-two.style-three .share-content .social-link {
    position: absolute;
    left: 258px;
    top: 4px;
}

.project-details.style-two.style-three .share-content .social-link li {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}

.project-details.style-two.style-three .share-content .social-link li i{
    color: #616161;
}

.project-details.style-two.style-three .Responses-area {
    margin-top: 34px;
    border-bottom: 2px solid #EDEDED;
    padding-bottom: 2px;
}

.project-details.style-two.style-three .Responses-area h3 {
    font-size: 22px;
    color: #222222;
    border-bottom: 2px solid #E1E1E1;
    padding-bottom: 3px;
}

.project-details.style-two.style-three .comment-area-two {
    position: relative;
    padding: 4px 0px 0px 117px;
    margin-top: 37px;
}

.project-details.style-two.style-three .comment-area-two .img-holder{
    position: absolute;
    left: 0;
    top: 0;
}

.project-details.style-two.style-three .comment-area-two .text{
    
}

.project-details.style-two.style-three .comment-area-two .text h4{
    font-size: 22px;
    color: #222222;
}

.project-details.style-two.style-three .comment-area-two .text h5 {
    font-size: 12px;
    color: #333333;
    margin-top: -3px;
    margin-bottom: 11px;
}

.project-details.style-two.style-three .comment-area-two .text p {
    color: #888888;
    font-size: 12px;
    font-weight: 500 !important;
    line-height: 16px;
}

.project-details.style-two.style-three .comment-area-two .btn-holder {
    position: absolute;
    right: 13px;
    top: 5px;
}

.project-details.style-two.style-three .comment-area-two .btn-holder a {
    background: #929292;
    color: #fff;
    padding: 4px 5px 7px 30px;
    font-size: 13px;
    position: relative;
}

.project-details.style-two.style-three .comment-area-two .btn-holder a:before {
    position: absolute;
    content: "\f112";
    height: 30px;
    top: 2px;
    width: 30px;
    font-family: fontawesome;
    left: 10px;
    color: #fff;
    font-size: 12px;
}

.project-details.style-two.style-three .single-item-two {
    margin-left: 64px;
}  

.project-details.style-two.style-three .single-item-three {
    margin-left: 100px;
}

.project-details.style-two.style-three .comment-area-two.comment {
    margin-top: -10px;
}

.project-details.style-two.style-three .default-form input[type="text"], .project-details.style-two.style-three .default-form input[type="email"], .project-details.style-two.style-three .default-form input[type="password"], .project-details.style-two.style-three .default-form select, .project-details.style-two.style-three .default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 51px;
    font-size: 12px;
    padding: 12px 11px !important;
    background-color: #F4F4F4 !important;
    color: #888888;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.project-details.style-two.style-three .default-form select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.project-details.style-two.style-three .default-form textarea{
	height:192px;
	resize:none;	
}

.project-details.style-two.style-three .default-form select option{
	text-indent:15px;	
}

.project-details.style-two.style-three .default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#85714E !important;
}

.project-details.style-two.style-three .default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#85714E !important;	
}

.project-details.style-two.style-three .default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.two-col-fluid .default-form button{
	padding:11px 30px;
	width:100%;
	text-align:center;
	text-transform:capitalize;	
}

.two-col-fluid .content-column .text-content p{
	font-size:16px;
	margin-bottom:20px;	
}

.two-col-fluid .content-column .text-content a{
	text-decoration:underline;
	color:#b2dd4c;
}

.two-col-fluid .content-column .text-content strong{
	font-weight:400;
	font-size:18px;
	color:#b2dd4c;	
}

.project-details.style-two.style-three .from-text {
    margin-top: -4px;
    border-bottom: 2px solid #999999;
}

.project-details.style-two.style-three .form-group {
    margin-bottom: 29px;
}

.form-box.default-form {
    margin-top: 24px;
}

.project-details.style-two.style-three .from-text h2 {
    color: #222222;
    font-size: 22px;
    margin-bottom: 2px;
    border-bottom: 2px solid #A1A1A1;
    padding-bottom: 3px;
}

.project-details.style-two.style-three .form-box button {
    padding: 6px 20px;
    background: #fff;
    color: #85714E;
    box-shadow: 1px 1px 3px 1px #EAEAEA;
    text-transform: uppercase;
}

/*** 

====================================================================
	 contact section
====================================================================

***/

.contact-section {
    padding: 100px 0px;
}

.info-style-one{
	position:relative;	
}

.info-style-one li{
	position:relative;
	padding-left:70px;
	min-height:50px;
	margin-bottom:25px;	
}

.info-style-one li .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#ffffff;
	font-weight:normal;
	background:#b2dd4c;	
}

.info-style-one li h4{
	font-size:20px;
	font-weight:400;
	color:#1f1f1f;
	text-transform:capitalize;
	margin-bottom:2px;
}

.info-style-one li .text{
	line-height:1.8em;
	color:#9e9e9e;
}

.contact-section .contact-form .form-group{
	margin-bottom:30px;	
}

.contact-section .contact-form .form-group textarea{
	height:230px;	
}

.address-area {
    padding-top: 0px;
}

.address-area .single-item {
    
}

.address-area .single-item h2 {
    color: #333333;
    font-size: 30px;
    margin-bottom: 12px;
}

.address-area .single-item .text {
    position: relative;
    padding: 0px 0px 0px 63px;
}

.address-area .single-item .text span {
    background: #1C1E2B;
    width: 38px;
    height: 38px;
    padding: 10px 10px;
    color: #fff;
    position: absolute;
    left: 3px;
    top: 7px;
    line-height: 17px;
    box-shadow: -5px 5px 0px 0px #888888;
}

.address-area .single-item .text p {
    color: #888888;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 26px;
}

.single-item.two {
    margin-top: 22px;
}

.single-item.two h2{
    margin-bottom: 24px;
}

.single-item.two .text span {
    top: -8px;
}

.single-item.three {
    margin-top: 29px;
}

.single-item.three h2{
    margin-bottom: 24px;
}

.single-item.three .text span {
    top: -5px;
}

.form-area {
    
}

.form-area h2 {
    color: #333333;
    font-size: 30px;
    margin-bottom: 13px;
}

.form-area p {
    color: #888888;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 22px;
}

.form-area .form-box.default-form {
    margin-top: 40px;
}

.form-area .contact-form .form-group {
    margin-bottom: 20px;
}

.form-area .default-form input[type="text"], .form-area .default-form input[type="email"], .form-area .default-form input[type="password"], .form-area .default-form select {
    height: 35px;
    background: #F7F7F7 !important;
    width: 100%;
    padding: 0px 13px !important;
    font-size: 12px;
    border: 2px solid #fff;
}

.form-area .contact-form .form-group textarea {
    height: 120px;
    border: 2px solid #D1D1D1;
    background: #fff;
    margin-top: 23px;
    background: #F7F7F7 !important;
    padding: 0px 13px !important;
}

.form-area button {
    background: #1D365C;
    color: #fff;
    padding: 2px 23px;
    text-transform: uppercase;
    margin-top: 6px;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#85714E !important;	
}



.subscribe-area .default-form input[type="text"]:focus,
.subscribe-area .default-form input[type="email"]:focus,
.subscribe-area .subscribe-area.default-form input[type="password"]:focus,
.subscribe-area .default-form select:focus, 
.subscribe-area .default-form textarea:focus {
    border-color:#85714E !important;
}

.subscribe-area .appointment-area input placeholder

/*** 
=============================================
    Google map Area style
=============================================
***/

.google-map-area {
    position: relative;
    overflow: hidden;
}

.google-map-area {
    position: relative;
    overflow: hidden;
}

#contact-google-map {
  height: 730px;
  width: 100%;
}

.google-map-area .social-link {
    background: rgba(251, 250, 247, 0.8);
    position: absolute;
    z-index: 2;
    width: 118%;
    top: 0;
    padding: 70px 10px;
    left: 0px;
}

.google-map-area .social-link li {
    display: inline-block;
    margin-right: 240px;
}

.google-map-area .social-link li a {
    
}

.google-map-area .social-link li a i {
    font-size: 50px;
    color: #5B5C62;
}


/*** 
=============================================
    Google map Area style two
=============================================
***/

.address-area.two {
    padding-left: 44px;
}

.google-map-area.style-two {
    
}

.google-map-area.style-two .social-link li {
    display: block;
}

.google-map-area.style-two .social-link {
    width: 248px;
    height: 100%;
    text-align: center;
    left: inherit;
    padding: 100px 10px;
    right: 0;
}

.google-map-area.style-two .social-link li {
    margin-right: 0px;
    margin-bottom: 100px;
}

/*** 
=============================================
    Google map Area style two
=============================================
***/


.services-details.style-two .accordion h2 {
    margin-bottom: 7px;
}

.services-details.style-two .accordion.two p {
    font-size: 14px;
    font-weight: 500 !important;
    margin-bottom: 27px;
}

.accordion.two.three {
    margin-top: 20px;
}










