/* Wooder - HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Services Section
7. About Section
8. Accordian Section
9. Project Section
10. Request Services Section
11. Testimonial Section
12. News Section
13. Clients Section
14. Call To Action Section
15. Main Footer
16. FulWidth Section
18. Team Section
20. Page Title
21. Faq Section
24. Services Singles Section
25. Blog Section
28. Contact Form
29. Map Section
30. Contact Info Section

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

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Poppins', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Lato', sans-serif;*/

@import url('page-css/header.css');
@import url('page-css/services-page-style.css');
@import url('page-css/services-page-style.css');
@import url('page-css/team-page-style.css');
@import url('page-css/testimonials-page-style.css');
@import url('page-css/faq-page-style.css');
@import url('page-css/priceing.css');
@import url('page-css/services-page-style.css');
@import url('page-css/blog-pages-style.css');
@import url('page-css/contact-page-style.css');
@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.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

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

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

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

 ***/

body {
	font-size:15px;
	color:#555;
	font-family: 'Roboto', sans-serif;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

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

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

h1,h2,h3,h4,h5,h6 {
	position:relative;
	/*font-weight:normal;*/
	margin:0px;
	background:none;
	/*line-height:1.6em;*/
	font-family: 'Roboto', sans-serif;
}

input,button,select,textarea{
	
	font-family: 'Roboto', sans-serif;
}

textarea{
	overflow: hidden;
}
.bg-color-1{
	background-color: #555 !important;
}
.theme_color{
	color:#c08c4d;
}

p{
	position:relative;
	line-height:1.6em;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #555;	
}
.spacer-70{
	width: 100%;
	height: 70px;
}
.padd-none {
  padding: 0px;
}
.image_thumb {
  overflow: hidden;
  /*display: inline-block;*/
  position: relative;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0px 17px #d2cfcf;
  background-color: #FFF;
  padding: 6px;
}

.image_thumb:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.image_thumb img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.image_thumb:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image_thumb:hover:before {
  opacity: 1;
}
.btn-full {
  width: 100% !important;
  display: inline-block;
  text-align: center;
  padding: 11px 50px
}
.btn-xlg {
  padding: 15px 50px
}

.btn-lg {
  padding: 12px 30px;
  display: inline-block;
}

.btn-md {
  padding: 11px 20px;
  display: inline-block;
}

.btn-xs {
  padding: 11px 15px 10px;
  display: inline-block;
}
.theme_btn {
  display: inline-block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #FFF;
  background: #281e19;
  /*height: 48px;
  padding: 0px;
  width: 164px;*/
  border-radius: 0px;
  /*line-height: 46px;*/
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  z-index: 2;
  font-size: 14px;
  letter-spacing: .28px;
  text-align: center;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border: 0;
}

.theme_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #d17e14;
  left: 0px;
  top: 0px;
  display: block;
  -webkit-transform-origin: 0 50% ;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scalex(0);
  -ms-transform: scalex(0);
  transform: scalex(0);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.theme_btn:hover {
  color: #fff;
}

.theme_btn:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} 
.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;
}

.grey-bg{
	background-color:#f9f9f9;
}

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;	
}

/*List Style One*/

.list-style-one{
	position:relative;
	margin-bottom:20px;
}

.list-style-one li{
	position:relative;
	padding-left:30px;
	margin-bottom:6px;
	color:#424242;
	font-size:17px;
	font-weight:500;
}

.list-style-one li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:0px;
	color:#c08c4d;
	font-size:18px;
	font-family: 'FontAwesome';
}

/*List Style Two*/

.list-style-two{
	position:relative;
	margin-bottom:20px;
}

.list-style-two li{
	position:relative;
	padding-left:25px;
	margin-bottom:12px;
	color:#797979;
	font-size:17px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}

.list-style-two li:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:0px;
	color:#c08c4d;
	font-size:18px;
	font-family: 'FontAwesome';
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	background:#c08c4d;
	display:inline-block;
	padding:19px 35px;
	/*font-family: 'Poppins', sans-serif;*/
}

.btn-style-one:hover{
	opacity:0.90;
	color:#ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:17px;
	font-weight:400 !important;
	background:none;
	display:inline-block;
	padding:12px 44px 12px;
	border-radius:00px;
	border:2px solid #ffffff;
	text-transform: capitalize;
	transition: all 400ms linear 0s !important;
	/*font-family: 'Poppins', sans-serif;*/
}

.btn-style-two:hover{
	background:#ffffff;
	color:#000;
	transition: all 400ms linear 0s !important;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:17px;
	font-weight:400 !important;
	background:#c88829;
	display:inline-block;
	padding:12px 44px 12px;
	/*border-radius:50px;*/
	border:2px solid #c08c4d;
	text-transform: capitalize;
	/*font-family: 'Poppins', sans-serif;*/
}

.btn-style-three:hover{
	color:#ffffff;
	opacity:0.9;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	line-height:24px;
	color:#c08c4d;
	font-size:16px;
	font-weight:600;
	background:none;
	display:inline-block;
	padding:11px 36px 11px;
	border-radius:50px;
	border:2px solid #c08c4d;
	font-family: 'Poppins', sans-serif;
}

.btn-style-four:hover{
	color:#ffffff;
	background-color:#c08c4d;
}

/*Btn Style Five*/

.btn-style-five{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	background:#262523;
	display:inline-block;
	padding:11px 36px 11px;
	border-radius:50px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-five:hover{
	color:#ffffff;
	background-color:#c08c4d;
}

/*Btn Style Six*/

.btn-style-six{
	position:relative;
	line-height:24px;
	color:#c08c4d;
	font-size:16px;
	font-weight:600;
	background:none;
	display:inline-block;
	padding:12px 55px 12px;
	border-radius:50px;
	border:2px solid #c08c4d;
	font-family: 'Poppins', sans-serif;
}

.btn-style-six:hover{
	color:#ffffff;
	background-color:#c08c4d;
}

/*Btn Style Seven*/

.btn-style-seven{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	background:#d15454;
	display:inline-block;
	padding:8px 30px 8px;
	border-radius:50px;
	border:2px solid #d15454;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}

.btn-style-seven:hover{
	color:#ffffff;
	background-color:#d15454;
}

.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(../img/icon/preloader.svg);}

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

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../img/icon/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

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

.social-icon-one li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width:36px;
	height:36px;
	font-size:16px;
	text-align:center;
	border-radius:50%;
	line-height:34px;
	color:#858585;
	display:inline-block;
	border:1px solid #858585;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-one li a:hover{
	color:#c08c4d;
	border-color:#de8819;
}

/*** 

====================================================================
	Social Icon Two
====================================================================

***/

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

.social-icon-two li{
	position:relative;
	margin:0px 5px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	width:36px;
	height:36px;
	font-size:16px;
	text-align:center;
	border-radius:50%;
	line-height:34px;
	color:#ffffff;
	display:inline-block;
	border:1px solid #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

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

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#de8819;
	display:none;
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#FFF;
	background:#3e3d38;
}



/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
	background:none !important;	
}

.main-slider .btn-style-one{
	padding:11px 28px;	
}

.main-slider h1{
	position:relative;
	color:#ffffff;
	font-size:55px;
	font-weight:600;
	line-height:1.2em;
	padding-bottom:20px;
	/*font-family: 'Poppins', sans-serif;*/
}

.main-slider .text{
	position:relative;
	font-size:20px;
	font-weight:300;
	color:#ffffff;
	line-height:1.5em;
	/*font-family: 'Poppins', sans-serif;*/
}

.main-slider h2{
	position:relative;
	color:#ffffff;
	font-size:40px;
	font-weight:600;
	padding:0px 12px;
	line-height:1.4em;
	display:inline-block;
	background-color:#c08c4d;
}

.main-slider h3{
	position:relative;
	color:#ffffff;
	font-size:46px;
	font-weight:600;
	line-height:1.2em;
	display:inline-block;
}

.main-slider h3.alternate{
	font-size:50px;
	line-height:1.3em;
}

.main-slider .btns-box .theme-btn{
	margin-right:20px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;	
}

/* Main title css
============================================================================================ */
.sec_middle_title {
  text-align: center;
  max-width: 1040px;
  margin: auto;
  padding-bottom: 60px;
}

.sec_middle_title h2 {
  font-size: 30px;
  color: #242424;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .90px;
  padding-bottom: 20px;
}
.sec_middle_title h2::after {
    content: "";
width: 50px;
height: 2px;
background: #000;
display: block;
position: relative;
top: 10px;
left: 0;
margin: auto;
}
.sec_middle_title h2 span {
  color: #18ba60;
}

.sec_middle_title p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .34px;
}


/*** 

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

***/

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

.sec-title .title{
	position:relative;
	color:#696969;
	font-size:20px;
	font-style:italic;
	margin-bottom:8px;
	font-family: 'Playfair Display', serif;
}

.sec-title h2{
	position:relative;
	font-size:32px;
	font-weight:600;
	color:#242424;
	line-height:1.4em;
	padding-bottom:18px;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background-color:#c08c4d;
}

.sec-title .text{
	position:relative;
	color:#797979;
	font-size:17px;
	margin-top:25px;
}

/*** 

====================================================================
	Sec Title Two
====================================================================

***/

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

.sec-title-two h2{
	position:relative;
	color:#242424;
	font-size:32px;
	font-weight:600;
	line-height:1.2em;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
}

.sec-title-two h2:before{
	position:absolute;
	content:'';
	left:100%;
	margin-left:10px;
	width:40px;
	height:2px;
	bottom:8px;
	background-color:#c08c4d;
}

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

.sec-title-two .text{
	position:relative;
	font-size:17px;
	margin-top:20px;
	color:rgba(0,0,0,0.70);
}

/*** 

====================================================================
	Services Section
====================================================================

***/

#service_area{
  padding: 95px 0 0;
  width: 100%;
  background: url(../img/bg/service-bg.jpg);
  background-position: center;
  background-size: cover;
}
#service_area .padd-r-none{
	padding-right: 0;
}
.brown-col{
  background-color: #281e19 !important;
}
#service_area .sec_middle_title h2{
  color: #FFF;
}
#service_area .sec_middle_title h2::after{
  background: #FFF;
}
#service_area .sec_middle_title p{
  color: #FFF;
}

#service_area .container-fluid {
  position: relative;
  /*padding-left: 0;*/
}
#service_area .outer{
  padding: 0 15px;
}
#service_area .grid figure{
  margin: 0 !important;
}
#service_area .service_bx{
  background-color: transparent;
  padding-bottom: 0px;
  float: left;
}
#service_area .col-lg-3 {
   
    position: relative;
    padding: 0;
}
#service_area .service_bx .service_image{
  width: 100%;
  float: left;
}
#service_area .service_bx .service_title{
  background-color: #c7985f;
  padding: 20px 0;
  float: left;
  width: 100%;
}
#service_area .service_bx .service_title h2{
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
}
/*.padd-l-none{
  padding-left: 0px !important;
}*/
#service_area .service_bx .text{
  background-color: transparent;
  padding: 15px 20px 0 20px;
  float: left;
  border-right: 1px solid;
}
#service_area .service_bx .text p{
  text-align: left;
  color: #FFF;
  font-size: 16px;
}
#service_area .service_bx .readmore_btn {
  color: #ffc71f;
  background-color: transparent;
  /*border: 1px solid #47c7f7;*/
  font-size: 18px;
  margin-top: ;
  border-radius: 40px;
  letter-spacing: 0.3px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 25px auto 0 auto;
  padding: 0;
  float: left;
  position: static;
  margin-bottom: 75px;
}
#service_area .service_bx .readmore_btn:hover{
  color: #FFF;
  text-decoration: none;
  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;
  position: inherit;
}
/* End service_area 
======================================*/

#video-about {
    padding: 100px 0;
    background: #FFF;
    z-index: 20;
    position: relative;

}
#video-about .container {
    position: relative;
    z-index: 9999;
}
#video-about::before {
  content: '';
  width: 70%;
  height: 100%;
  position: absolute;
  background: #281e19;
  background-size: auto auto;
  background-size: cover;
  background-position: center left;
  top: 0;
  left: 0;
  z-index: 2;
}
#video-about::after {
  content: '';
  width: 30%;
  height: 100%;
  position: absolute;
  /*background: url(../images/resource/quote-bg.jpg);*/
  background: #dd8819;
  background-size: cover;
  background-position: center left;
  top: 0;
  right: 0;
  z-index: -1;
}
#video-about h1{
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
#video-about p{
  color: #FFF;
}
#video-about a.readmore {
  padding: 8px 40px;
  margin-top: 30px;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  display: table;
  text-transform: uppercase;
  background-color: #dd8819;
  font-weight: 600;
  border:1px solid #dd8819;
  transition: all 400ms linear 0s;
}
#video-about a.readmore:hover{
	background-color: transparent;
	border:1px solid #FFF;
	padding: 8px 40px;
	color: #FFF;
	transition: all 400ms linear 0s;
}
#video-about .video_business_inner {
  max-width: 517px;
  position: relative;
  z-index: 2;
  border: 4px solid #FFF;
  overflow: hidden;
  margin-left: 10%;
}

#video-about .video_business_inner:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#video-about .video_business_inner a {
  height: 98px;
  width: 98px;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  font-size: 40px;
  line-height: 96px;
  color: #18ba60;
}

#video-about .video_business_inner a i {
  margin-left: 0px;
  width: 78px;
  height: 78px;
  line-height: 84px;
  font-size: 35px;
  color: #fff;
  background-color:rgb(221, 136, 25);
  border-radius: 50%;
  padding-left: 8px;
}


/* End video about css*/

#feature_discribe_style_one{
  background: url(../img/resource/bck-bg-1.jpg);
  background-size: cover;
  background-position: center;
}
#feature_discribe_style_one .overlay {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(0,0,0,0.5);
}
#feature_discribe_style_one h1 {
  color: #FFF;
  font-size: 55px;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 30%;
  margin-bottom: 30px;
}
#feature_discribe_style_one h1::after {
  content: "";
  width: 55px;
  height: 3px;
  background: #FFF;
  display: block;
  position: relative;
  top: -140px;
  left: 0;
  bottom: 0;

}
#feature_discribe_style_one a.readmore {
  padding: 14px 40px;
  margin-top: 30px;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  border-radius: 35px;
  display: table;
  text-transform: uppercase;
  font-family: "Open Sans",sans-serif;
  background-color: #dd8819;
  border:1px solid #dd8819;
  font-weight: 600;
}
#feature_discribe_style_one a.readmore:hover{
	background-color: #000;
	border:1px solid #FFF;
	padding: 14px 40px;
	color: #FFF;
	transition: all 400ms linear 0s;
}
#feature_discribe_style_one .feature_bx{
  width: 100%;
  background-color: #FFF;
  padding: 30px;
  margin-bottom: 10px;
  float: left;
}
#feature_discribe_style_one .feature_bx:last-child{
  margin-bottom: 0;
}
#feature_discribe_style_one .icon{
  float: left;
  margin-right: 20px;
}
#feature_discribe_style_one .text_bx{
  display: table;
}
#feature_discribe_style_one .text_bx h2{
  color: #000;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

/* End Feature*/

/* Start testimonial corner style*/
#testimonial_corner_style{
  background: url(../img/bg/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0 93px;
}
#testimonial_corner_style .cornered-box {
/*    margin-top: -8px;
    display: inline-block;
    max-width: 95%;
    margin-right: 22px;
    margin-left: 22px;*/

}
#testimonial_corner_style .cornered-box::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #dd8819;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
    z-index: 2;
    border-width: 6px 0 0 6px;

}
#testimonial_corner_style .cornered-box::after {

/*    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #fcca03;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
    z-index: 2;
    border-width: 6px 0 0 6px;*/

}
#testimonial_corner_style .text_bx{
  width: 100%;
  padding: 20px;
}
#testimonial_corner_style .client-pic{
  float: left;
  margin-right: 20px;
}
#testimonial_corner_style .text{
  display: table;
}
#testimonial_corner_style .text h4{
  color:#dd8819;
  margin-top: 30px;
}
#testimonial_corner_style .text p{
  color: #555;
}
#testimonial_corner_style .text h6{
  color:#000;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
#testimonial_corner_style .owl-dots {
  position: relative;
  text-align: center;
}

#testimonial_corner_style .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border: 1px solid #645649;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

#testimonial_corner_style .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

#testimonial_corner_style .owl-dots .owl-dot.active {
  background: #645649;
}
#testimonial_corner_style .item {
  padding-bottom: 30px;
}



/* Gallery Section*/
.project-section {
    position: relative;
    padding: 95px 0px 70px;
    background-color: #FFF;
}
.project-section h1{
  font-size: 35px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.project-section .single-item {
  padding-bottom: 30px;
}
.project-section .single-item .img-box {
  position: relative;
  overflow: hidden;
}
.project-section .single-item .img-box img {
  width: 100%;
}
.project-section .single-item .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.project-section .single-item:hover .title h5 {
  color: #48c7ec;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}

.project-section .single-item .img-box .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(221, 136, 25,0.88);
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
 /* border: 2px solid #FFF;*/
}

.project-section .single-item .img-box .overlay .social {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.project-section .single-item .img-box .overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.project-section .single-item .social a i:before {
  font-size: 20px;
  color: #000;
  margin: 0px;
  border: 1px solid #FFF;
  background-color: #FFF;
  padding: 10px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.project-section .single-item .social h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  display: none;
}

.project-section .single-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.project-section .single-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}
.project-section .single-item .img-box .overlay .top {
  text-align: center;
}
.project-section .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}
.project-section .single-item .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  -webkit-transition:.4s ease;
  transition: .4s ease;
}
.project-section .single-item .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}
.project-section .single-item .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}
.project-section .single-item .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  font-size: 15px;
}
.project-section .single-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/* End Project Section css*/

.latest-gallery{
  padding:95px 0px 70px;
}
.latest-gallery h1{
  font-size: 35px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.latest-gallery .single-item {
  padding-bottom: 30px;
}
.latest-gallery .single-item.padd-none{
  padding: 0px !important;
}
.latest-gallery .single-item .img-box {
  position: relative;
  overflow: hidden;
}
.latest-gallery .single-item .img-box img {
  width: 100%;
}
.latest-gallery .single-item .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.latest-gallery .single-item:hover .title h5 {
  color: #48c7ec;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}

.latest-gallery .single-item .img-box .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(221, 136, 25,0.88);
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
 /* border: 2px solid #FFF;*/
}

.latest-gallery .single-item .img-box .overlay .social {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.latest-gallery .single-item .img-box .overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.latest-gallery .single-item .social a i:before {
  font-size: 20px;
  color: #000;
  margin: 0px;
  border: 1px solid #FFF;
  background-color: #FFF;
  padding: 10px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.latest-gallery .single-item .social h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

.latest-gallery .single-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.latest-gallery .single-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}
.latest-gallery .single-item .img-box .overlay .top {
  text-align: center;
}
.latest-gallery .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}
.latest-gallery .single-item .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  -webkit-transition:.4s ease;
  transition: .4s ease;
}
.latest-gallery .single-item .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}
.latest-gallery .single-item .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}
.latest-gallery .single-item .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  font-size: 15px;
}
.latest-gallery .single-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}


.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
}
.post-filter li {padding: 5px 5px;}

.post-filter li span {
  padding: 7px 20px;
  color: #343434;
  font-size: 14px;
  border: 1px solid #281e19;
  font-weight:500;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.post-filter li:hover span,
.post-filter li.active span {
  color: #fff;
  background:#281e19;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}




/* Latest News area css
============================================================================================ */
.latest_news_area {
  padding: 95px 0px 150px;
}
.latest_news_area .sec_middle_title {
    padding-bottom: 60px;
}
.latest_n_item .l_n_image {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.latest_n_item .l_n_image:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.latest_n_item .l_n_image img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.latest_n_item .l_n_image .date {
  z-index: 3;
}
.latest_n_item .ctn_bx{
  box-shadow: 0px 4px 16px 0px rgba(204,204,204,1);
  padding: 20px;
}
.latest_n_item .ctn_bx h4 {
  font-size: 18px;
  line-height: 26px;
  color: #242424;
  font-weight: bold;
  letter-spacing: .36px;
  padding: 20px 0px 15px 0px;
}

.latest_n_item .ctn_bx p {
  font-size: 15px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .30px;
  padding-bottom: 20px;
}

.latest_n_item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.latest_n_item:hover:before {
  opacity: 1;
}

.latest_n_item .date {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #281e19;
  text-align: center;
  color: #FFF;
  padding: 8px 20px;
  border-radius: 0px;
  border: 1px solid #FFF;
  border-left: none;
}

.latest_n_item .date h5 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: .66px;
  padding-top: 0px;
  line-height: 22px;
}

.latest_n_item .date h5 span {
  font-size: 16px;
  line-height: 16px;
}
/* End Latest News area css
============================================================================================ */













/* Start footerup section css*/
.footer_up{
  background: url(../img/bg/footer-up.jpg) no-repeat;
  background-position: center;
  
} 
.footer_up .ft-img{
height: 275px;
}
.footer_up .ft-img img{
  bottom: 77px;
  position: relative;
}
.footer_up .title{
	margin-bottom: 50px;
	position: relative;
	bottom: 35px;
}
.footer_up .title h2{
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}
.footer_up .title h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: inline-block;
    position: relative;
    margin-left: 5px;

}
.footer_up .form-container{
	padding: 0;
}
.footer_up .form-container input[type="text"], input[type="email"], input[type="button"]{
	margin-bottom: 10px;
	font-size: 14px;
	padding: 0 0 0 10px;
	display: inline-block;
	background-color: #FFF;
	width: 100%;
	color: #6e6c6c;
	outline: none;
	font-weight: 400;
	height: 40px;

}
.footer_up .form-container select{
margin-bottom: 10px;
	font-size: 14px;
	padding: 0 0 0 10px;
	display: inline-block;
	background-color: #FFF;
	width: 100%;
	color: #6e6c6c;
	outline: none;
	font-weight: 400;
	height: 40px;
}
.footer_up .form-container textarea{
  margin-bottom: 10px;
  padding: 0 0 0 10px;
  font-size: 14px;
  display: inline-block;
    background-color: #FFF;
    width: 100%;
    color: #6e6c6c;
    outline: none;
    font-weight: 400;
    height: 100px;

}
.footer_up .form-container .theme_btn {

  color: #FFF;
  background: #141714;
}

.footer_up .form-container .theme_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #FFF;
}

.footer_up .form-container .theme_btn:hover {
  color: #000;
}

/*** 

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

***/

.main-footer{
	position:relative;
	background-color:#0b090a;
}

.main-footer .widgets-section{
	position:relative;
	padding:75px 0px 30px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-widget h2{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#ffffff;
	margin-bottom:20px;
	text-transform:capitalize;
	/*font-family: 'Poppins', sans-serif;*/
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .number{
	position:relative;
	font-size:18px;
	margin-bottom:16px;
	color:rgba(255,255,255,0.60);
}
.main-footer .icon-left {
    padding-right: 20px;
    float: left;
}
.main-footer .phn-num {
    padding-right: 20px;

}
.main-footer .logo{
	position:relative;
	margin-bottom:25px;
}
.main-footer .media{

}
.main-footer .add{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:rgba(255,255,255,0.60);
	display: table;
}
.main-footer .mail{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:rgba(255,255,255,0.60);
	display: table;
}
.main-footer .mail a{
	color:#b39d81;
}

/*List*/

.main-footer .list{
	position:relative;
}

.main-footer .list li{
	position:relative;
	margin-bottom:8px;
}

.main-footer .list li a{
	position:relative;
	color:rgba(255,255,255,0.60);
	font-size:15px;
	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;
}

.main-footer .list li a:hover{
	color:#de8819;
}

/*NewsLetter Widget*/

.newsletter-widget{
	position:relative;
}

.newsletter-widget .widget-content{
	position:relative;
}

.newsletter-widget .widget-content .text{
	position:relative;
	color:#858585;
	font-size:15px;
	/*font-style:italic;*/
	margin-bottom:12px;
}

.main-footer .newsletter-widget .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	margin-bottom:28px;
}

.main-footer .newsletter-widget .form-group input[type="text"],
.main-footer .newsletter-widget .form-group input[type="tel"],
.main-footer .newsletter-widget .form-group input[type="email"],
.main-footer .newsletter-widget .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:48px;
	font-size:14px;
	color:#ffffff;
	padding:10px 50px 10px 20px;
	background:#000000;
	border:1px solid #232623;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-radius:4px 0px 0px 4px;	
}

.main-footer .newsletter-widget .form-group input[type="submit"],
.main-footer .newsletter-widget button{
	position:absolute;
	right:0px;
	top:0px;
	width:54px;
	height:47px;
	line-height:40px;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	border-radius:0px 4px 4px 0px;
	background:#de8819;
}

.main-footer .footer-bottom{
	position:relative;
	padding:22px 0px;
	text-align:center;
	background-color:#0e100e;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.main-footer .footer-bottom .copyright{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.8);
}


/*----------------------------------------------------*/
/* Inner Banner Area css*/
/*----------------------------------------------------*/
.banner_area {
  background: url(../img/secondary/banner.jpg) no-repeat scroll center center;
  background-size: cover;
  min-height: 352px;
  position: relative;
  z-index: 2;
}

.banner_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner_area .banner_content h3 {
  padding-top: 215px;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}

.banner_link {
  background: #f1f1f1;
  border-bottom: 1px solid #d3d3d3;
}

.banner_link .abnner_link_inner a {
  font-size: 16px;
  color: #a2a1a1;
  font-family: "Lato", sans-serif;
  letter-spacing: .32px;
  margin-right: 25px;
  line-height: 60px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.banner_link .abnner_link_inner a:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a2a1a1;
}

.banner_link .abnner_link_inner a:last-child {
  margin-right: 0px;
}

.banner_link .abnner_link_inner a:first-child:before {
  display: none;
}

.banner_link .abnner_link_inner a:hover, .banner_link .abnner_link_inner a.active {
  color: #de8819;
}
/*----------------------------------------------------*/
/* End Inner Banner Area css*/
/*----------------------------------------------------*/

/*----------------------------------------------------*/
/* Our Abour Area css
============================================================================================ */
.our_about_area {
  padding: 100px 0px;
  background-color: #FFF;
}

.our_about_left_content {
  padding-right: 10px;
}

.our_about_left_content .section_title {
  padding-bottom: 30px;
}
.our_about_left_content  h2{
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;

}

.our_about_left_content h3 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: .44px;
  color: #242424;
}

.our_about_left_content p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .34px;
  padding-top: 30px;
}

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

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
	background-color:#f9f8fc;
}

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

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

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

.fluid-section-one .content-column{
	position:relative;
	float:right;
	width:50%;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	width:100%;
	padding:50px 0px 50px 45px;
}

.fluid-section-one .content-column .inner-column .title-box{
	position: relative;
	width:100%;
	float: left;
}

.fluid-section-one .content-column .inner-column .title-box .box-inner{
	position: relative;
	padding-right: 50px;
}

/*.fluid-section-one .content-column .inner-column .title-box{
	position: relative;
	width:50%;
	float: left;
}*/

.fluid-section-one .content-column .inner-column .title-box h2{
	position: relative;
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3em;
	margin-bottom: 15px;
    text-transform: capitalize;
}

.fluid-section-one .content-column .inner-column .title-box .text{
	position: relative;
	padding-left: 0px;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 20px;
}
.fluid-section-one .content-column .inner-column .title-box .text h3{
	font-size: 20px;
	font-weight: 300;
	color: #555063;
	line-height: 1.3em;
	margin-bottom: 20px;
}
.fluid-section-one .content-column .inner-column .title-box .text p{

}

.fluid-section-one .content-column .inner-column .title-box .text:before{
	/*content: '\f18e';

font-family: 'fontawesome';

margin-right: 12px;

font-size: 18px;

color: #2087c2;*/
}

/*----------------------------------------------------*/
/*Start why-choose*/
/*----------------------------------------------------*/
.why_choose{
  /*background: #2a3740; */
  padding: 95px 0px 55px; 
  background: url(../img/resource/grain-bg.jpg);
}
.why_choose .sec_middle_title {
    padding-bottom: 53px;

}
.main_sub_heading{
  font-size: 30px; 
  font-weight:600; 
  color: #fff; 
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.choose_outer{
  position: relative;
  background: #f6f6f6;
  text-align: center; 
  padding: 30px 15px;
  z-index: 1; 
  margin:0 0 50px 0px;
  transition: 0.3s;
}
.choose_outer::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #c7985f;
  left: -6px;
  top: 40px;
  bottom: 40px;
}
.choose_outer::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #c7985f;
  right: -6px;
  top: 40px;
  bottom: 40px;
}

.border-top_bottom {display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; 
  z-index: -1; 
  transition: 0.3s;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
}
.choose_outer:hover{background: #c7985f;}
.choose_outer:hover h3{color: #FFF ;}
.choose_outer:hover p{color: #FFF ;}
.border-top_bottom::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #c7985f;
  width: auto;
  left: 60px;
  right: 60px;
  bottom: -6px;
}
.border-top_bottom::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #c7985f;
  width: auto;
  left: 60px;
  right: 60px;
  top: -6px;
}
.choose_outer figure{
  display: flex; 
  width: 80px; 
  height: 80px; 
  background: #fff; 
  border-radius: 80px; 
  align-items: center;
  justify-content: center; 
  padding: 15px;
  background: #fff;
  margin:0 auto;
  box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
}
.choose_outer h3{
  color: #000;
  font-size: 22px; 
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}
.choose_outer p{
  color: #424242; 
  /*margin-bottom: 10px;*/
}
/*----------------------------------------------------*/
/*End why-choose*/
/*----------------------------------------------------*/

** 



/* Start home page 2 css*/

/*========= Start Service Section css =========*/

.planning-section{
	padding: 100px 0;
}
.services-section{
	position: relative;
	padding: 100px 0;
}

.services-section .inner-container{
	position: relative;
	margin-top: -50px;
	z-index: 10;
}

.services-block{
	position: relative;
	margin-bottom: 30px;
	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;
}

.services-block .inner-box{
	position: relative;
	display:block;
	padding: 50px 45px 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;
	background-color: #ffffff;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}

.services-block .inner-box:before{
	position: absolute;
	content: '';
	left:0;
	top:0;
	right:0;
	bottom:0;
	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;
	background: #ffffff;
}

.services-block:hover .inner-box:before{
	bottom:-40px;
	background: #443986;	
}

.services-block.alternate:hover .inner-box:before{
	background: #5e4c3a;	
}

.services-block:hover{
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.services-block .inner-box h3{
	position: relative;
	color:#222222;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 28px;
}

.services-block .inner-box h3 a{
	position: relative;
	color:#222222;
	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;
}

.services-block .inner-box .icon-box{
	position: relative;
	font-size: 82px;
	line-height: 1em;
	color:#ee2d50;

	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;
}
.services-block .inner-box .icon-box img{
  max-width: none;
}

.services-block .inner-box .icon-box img + img {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.services-block:hover .inner-box .icon-box img {
  opacity: 0;
}

.services-block:hover .inner-box .icon-box img + img {
  opacity: 1;
}
.services-block .inner-box .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom:25px;
	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;
}

.services-block .inner-box:hover .text{
	
}

.services-block .inner-box .more-link{
	position:relative;
	display:block;
	margin-right:-45px;
	overflow:hidden;	
}

.services-block .inner-box .read-more{
	position: relative;
	color:#ee2d50;
	font-size: 13px;
	text-transform: uppercase;
	padding-right: 25px;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	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;
}

.services-block .inner-box .read-more .fa{
	padding-right:5px;	
}

/*.services-block .inner-box .read-more:after{
	position: absolute;
	content: '';
	left: 100%;
	top: 11px;
	width: 300%;
	height: 1px;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255,255,255,0.50);
}*/

.services-block .inner-box:hover .read-more{
	opacity: 1;
	visibility: visible;
}

.services-block .inner-box:hover .read-more:after{
	opacity: 1;
	visibility: visible;
}

.services-block .inner-box:hover{
	background-color: #443986;
}

.services-block .inner-box:hover .text,
.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .icon-box{
	color:#ffffff;
}

.services-block.alternate .inner-box .icon-box{
	color:#443986;
	margin-bottom: 20px;
}

.services-block.alternate .inner-box:hover{
	background-color:#ee2d50;
}

.services-block.alternate .inner-box .read-more,
.services-block.alternate .inner-box:hover .icon-box{
	color:#ffffff;
}

/*========= End Service Section css =========*/

/*========= Start about area Section css =========*/

.about_area_second {
    padding: 100px 0;
    background: #FFF;
    z-index: 20;
    position: relative;

}
.about_area_second .container {
    position: relative;
    z-index: 9999;
}
.about_area_second::before {
  content: '';
  width: 70%;
  height: 100%;
  position: absolute;
  background: url(../img/bg/about-bg.jpg) center bottom no-repeat fixed;
  background-size: auto auto;
  background-size: cover;
  background-position: center left;
  top: 0;
  left: 0;
  z-index: 2;
}
.about_area_second::after {
  content: '';
  width: 30%;
  height: 100%;
  position: absolute;
  /*background: url(../images/resource/quote-bg.jpg);*/
  background: #a67944;
  background-size: cover;
  background-position: center left;
  top: 0;
  right: 0;
  z-index: -1;
}
.about_area_second h1{
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.about_area_second p{
  color: #FFF;
}
.about_area_second a.readmore {
  padding: 8px 40px;
  margin-top: 30px;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  display: table;
  text-transform: uppercase;
  background-color: #dd8819;
  font-weight: 600;
  border:1px solid #dd8819;
  transition: all 400ms linear 0s;
}
.about_area_second a.readmore:hover{
	background-color: transparent;
	border:1px solid #FFF;
	padding: 8px 40px;
	color: #FFF;
	transition: all 400ms linear 0s;
}
.about_area_second .video_business_inner {
  max-width: 517px;
  position: relative;
  z-index: 2;
  border: 4px solid #FFF;
  overflow: hidden;
  margin-left: 10%;
}

.about_area_second .image-column .image {

    position: relative;
    padding-right: 30px;
    padding-top: 30px;

}
.about_area_second .image-column .image img{
	z-index: 999;
	position: relative;
}
.about_area_second .image-column .image::before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    bottom: -30px;
    left: 269px;
    background-color: #FFF;

}
/*========= End about area Section css =========*/

/* Start testimonial corner style*/
#testimonial_single_bx{
  background: url(../img/bg/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0 0px;
}
#testimonial_single_bx .cornered-box {
/*    margin-top: -8px;
    display: inline-block;
    max-width: 95%;
    margin-right: 22px;
    margin-left: 22px;*/

}
#testimonial_single_bx .cornered-box::before{
	position: absolute;
	content: '“';
	top: 0px;
	left: 135px;
	color: #eea97d;
	font-size: 80px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	width: 50px;
	height: 50px;
	line-height: 84px;
	transition: all 100ms ease-out;
	background-color: transparent;
	text-align: center;

}
#testimonial_single_bx .cornered-box::after {

/*    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #fcca03;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
    z-index: 2;
    border-width: 6px 0 0 6px;*/

}
#testimonial_single_bx .man-img{

}
#testimonial_single_bx .text_bx{
  width: 100%;
  padding: 20px;
  background-color: #FFF;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 0 5px #e4e3e3;
}
#testimonial_single_bx .client-pic{
  float: left;
  margin-right: 20px;
}
#testimonial_single_bx .text{
  display: table;
}
#testimonial_single_bx .text h4{
  color:#dd8819;
  margin-top: 30px;
}
#testimonial_single_bx .text p{
  color: #626161;
  padding-top: 20px;
}
#testimonial_single_bx .text h6{
  color:#000;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
#testimonial_single_bx .owl-dots {
  position: relative;
  text-align: center;
}

#testimonial_single_bx .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border: 1px solid #645649;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

#testimonial_single_bx .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

#testimonial_single_bx .owl-dots .owl-dot.active {
  background: #645649;
}
#testimonial_single_bx .item {
  padding-bottom: 30px;
}

/* Start Home Page 3 css start*/

/*------- Start About Section Css*/
.about_area_third{
	background: url(../img/bg/about-bg-2.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0 94px;
}
.about_area_third .title-sm {
    margin-bottom: 35px;
}
.about_area_third .title-sm h2 {
    font-weight: 100;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.about_area_third .title-sm h2::before {
    content: "";
    width: 150px;
    height: 4px;
    background: #b67c56;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.about_area_third .title-big{

}
.about_area_third .title-big h1{
	font-size: 35px;
	color: #d0c0b0;
	font-weight: 400;
}
.about_area_third .text-bx{

}
.about_area_third .text-bx p{
	color: #d0c0b0;
	font-size: 18px;
	font-weight: 300;
}
.about_area_third hr{
	width: 100%;
	border-color: rgba(208,192,176,0.3);
	margin-top: 60px;
}
.about_area_third .consult_item {
  margin-top: 70px;
}

.about_area_third .consult_item .media .media-left {
  padding-right: 30px;
}

.about_area_third .consult_item .media .media-left .consult_plus_img_border {
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  border:1px solid #DE8819;
  border-radius: 50%;
}
.about_area_third .consult_item .media .media-left .consult_plus_img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align: center;
  background: #de8819;
  line-height: 75px;
}

.about_area_third .consult_item .media .media-body h4 {
  font-size: 20px;
  color: #d0c0b0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .48px;
  padding-bottom: 12px;
  padding-top: 8px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.about_area_third .consult_item .media .media-body h4:after {
  content: "";
  background: #d0c0b0;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.about_area_third .consult_item .media .media-body p {
  font-size: 16px;
  color: #d0c0b0;
  line-height: 26px;
  letter-spacing: .48px;
  padding: 20px 0 0 0;
  margin: 0;
}

.about_area_third .consult_item:hover .media .media-body h4 {
  color: #de8819;
}

.about_area_third .consult_item:hover .media .media-body h4:after {
  background: #de8819;
}
/* End*/

.service_area_third{
	padding: 100px 0;
}
/* start service Box area css
============================================================================================ */
.service_style_area {
  padding: 92px 0px;

}
.service_style_area .sec_middle_title{
  text-align: left;
  width: auto;
  float: left;
}
.service_style_area .sec_middle_title h2{
  color: #242424;
}
.service_style_area .sec_middle_title h2::before{
  display: none;
}
.service_style_area .sec_middle_title h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}
.service_style_area .service_item_inner {
  margin-bottom: 45px;
  clear: both;
  overflow: inherit;
}
.service_style_area .sec_middle_title {
  padding-bottom: 53px;
}
.service_style_area .service_item .service_image {
  position: relative;
  z-index: 2;
}

.service_style_area .service_item .service_image:before {
  content: "";
  background: rgba(62, 61, 56, 0.9);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.service_style_area .service_item .service_image img {
  max-width: 100%;
}

.service_style_area .service_item .service_image a {
  position: absolute;
  top: 20%;
  left: 6%;
  width: 100%;
  text-align: normal;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .42px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  margin-top: -9px;
}

.service_style_area .service_item .service_image a p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .42px;
  line-height: 26px;
  text-transform: lowercase;
  margin-bottom: 20px;
}
.service_style_area .service_item .service_image a h4 {
  font-size: 14px;
  letter-spacing: .42px;
  font-weight: bold;
}

.service_style_area .service_item h5 {
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  line-height: 22px;
  letter-spacing: .34px;
  padding: 20px;
  background-color: #3e3d38;
  text-transform: uppercase;
}

.service_style_area .service_item:hover .service_image:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.service_style_area .service_item:hover .service_image a {
  opacity: 1;
}
.service_style_area .owl-controls {
  position: absolute;
  right: 0px;
  top: -68px;
}
.service_style_area .owl-nav {
  margin-top: -38px;
  text-align: center;
}
.service_style_area .owl-nav [class*=owl-] {
  width: 37px;
  height: 37px;
  color: #242424;
  line-height: 35px;
  padding: 0;
  background: transparent;
  border: 1px solid #242424;
  text-align: center;
  border-radius: 0;
  font-size: 20px;
  -webkit-transition: all .3s ease;
           transition: all .3s ease;
}
.service_style_area .owl-nav [class*=owl-]:hover {
  opacity: .55;
  filter: alpha(opacity=55);
}
.service_style_area .owl-nav .owl-next {
  margin-right: 10px;
      top: -77px;
    right: 0;
    position: absolute;
}
.service_style_area .owl-nav .owl-prev {
  margin-right: 10px;
      top: -77px;
    right: 45px;
    position: absolute;
}

/*--- End service Box css--- */

/* Start testimonial corner style*/
#testimonials_plane{
	background-color: #eeebe7;
	padding: 100px 0;
}
#testimonials_plane .overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(18,121,198,0.9);
}
#testimonials_plane .container {
  position: relative;
  z-index: 3
}
#testimonials_plane h1{
    font-size: 40px;
    color: #FFF;
}
#testimonials_plane .text-box {
  width: 100%;
  vertical-align: middle;
  display: table-cell !important;
  padding: 10px 100px 0px;
}
#testimonials_plane .quote-icon{
     width: 68px;
    background-color: transparent;
    float: left;
    font-size: 30px;
    color: #FFF;
    position: relative;
    top: 30px;
    left: 60px;
    text-align: center;
    line-height: 45px;
    display: none;
}
#testimonials_plane .client-img {

    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: transparent;
    padding: 10px;
    overflow: hidden;
    border: 2px solid rgba(173, 165, 165, 0.3);
    margin: auto;

}
#testimonials_plane .client-img img {
    border-radius: 50%;
}
#testimonials_plane .quote-icon .fa{
  

}
#testimonials_plane .text-box p {
  color: #3e3d38;
  font-size: 28px;
  font-style: italic;
  padding: 0;
  line-height: 28px;
  text-align: center;
  font-family: "Aparajita",sans-serif;
  position: relative;
}
#testimonials_plane p.name {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  padding-top: 20px;
  font-family: "PT Serif",serif;
  text-align: center;
  color: #645649;
}
#testimonials_plane p.name span {
  font-size: 22px;
  line-height: 20px;
  font-style: italic;
  color: #C08C4D;
}
/*#testimonials_plane .client-img{
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: transparent;
  border: 6px solid rgba(173, 165, 165, 0.3);
  float: left;
}*/

#testimonials_plane .owl-dots {
  position: relative;
  text-align: center;
}

#testimonials_plane .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border: 1px solid #645649;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

#testimonials_plane .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

#testimonials_plane .owl-dots .owl-dot.active {
  background: #645649;
}
#testimonials_plane .item {
  padding-bottom: 30px;
}

/* start faq page css*/
.faq_area{
  padding: 0 0 100px 0;
  background-color: #eeebe7;
}
.faq_area .panel.panel-default {
  border-radius: 0px;
  border-color: #c9beb7;
  margin-top: 10px;
}
.faq_area .panel.panel-default:first-child {
  margin-top: 0px;
}
.faq_area .panel.panel-default .panel-heading {
  padding: 0px;
  border-radius: 0px;
}
.faq_area .panel.panel-default .panel-heading .panel-title a {
  line-height: 52px;
  padding: 0px 15px;
  display: block;
  font-size: 18px;
  color: #242424;
  letter-spacing: .54px;
  background-color: #eeebe7;
  font-weight: bold;
}
.faq_area .panel.panel-default .panel-heading .panel-title a i {
  height: 28px;
  width: 28px;
  text-align: center;
  background: transparent;
  display: inline-block;
  line-height: 28px;
  color: #FFF;
  font-size: 10px;
  margin-right: 20px;
  background: #000;
  margin-top: 14px;
  float: right;
}
.faq_area .panel.panel-default .panel-heading .panel-title a .fa-plus {
  display: none;
}
.faq_area .panel.panel-default .panel-heading .panel-title a .fa-minus {
  display: inline-block;
  background: #3e3d38;
  color: #fff;
  float: right;
  border-radius: 50%;
}
.faq_area .panel.panel-default .panel-heading .panel-title a.collapsed .fa-plus {
  display: inline-block;
  border-radius: 50%;
}
.faq_area .panel.panel-default .panel-heading .panel-title a.collapsed .fa-minus {
  display: none;
}
.faq_area .panel.panel-default .panel-collapse .panel-body {
  border-top: 0px;
  padding: 15px 15px 15px 15px;
  font-size: 15px;
  line-height: 26px;
  color: #7f7b75;
  letter-spacing: .45px;
  background-color: #eeebe7 !important;
  border-top: 1px solid #c9beb7;
}
.faq_area .fq_left_area{
  
}
.faq_area .fq_left_area .fq_left_area_cnt{

}
.faq_area .fq_left_area .fq_left_area_cnt h2{
  font-size: 24px;
  color: #000;
  padding: 10px 0;
}

.log-man {
	width: 30%; 
	margin-top: -40px; 
	margin-bottom: 20px;
}