@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i|Poppins:300,400,500,600,700i,900|Montserrat:300,400,500,600,700&amp;display=swap');


/*
	font-family: 'PT Serif', serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Poppins', sans-serif;
*/

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

/*** 

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

 ***/

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

/*** 

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

 ***/

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

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

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

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

textarea{
	overflow:hidden;	
	resize: none;
}

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

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

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

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

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

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

.auto-container{
	position:relative;
	max-width:1280px;
	padding:0px 15px;
	margin:0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*Btn Style One*/

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

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

/*Btn Style Two*/

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

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

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

/*Btn Style Three*/

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

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

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

/*Btn Style Four*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.theme_color{
	color:#6B5310;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

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

.tabs-box{
	position: relative;
}

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

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

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

/*** 

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

***/

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

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

/*** 

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

***/

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

.main-header .header-top{
	position: relative;
	background-color: #f7f7f7;
	border-bottom: 1px double #e7e6e6;
}
.main-header .header-top .line-border-bottom::after {

    content: "";
    border-right: 2px double #e7e6e6;
    border-bottom: 2px double #e7e6e6;
    position: absolute;
    z-index: 9999;
    height: 12px;
    right: -8px;
    top: 9px;
    transform: skew(-232deg);
    background: #fff;
    width: 140px;

}
.main-header .header-top .line-border-bottom::before {
  content: "";
  border-left: 2px double #e7e6e6;
  border-bottom: 2px double #e7e6e6;
  position: absolute;
  z-index: 9999;
  height: 12px;
  left: -8px;
  top: 9px;
  transform: skew(232deg);
  background: #fff;
  width: 140px;
}
.main-header .header-top .line-border-bottom {
  border-top: 0px double #e7e6e6;
  /* border-bottom: 1px double #e7e6e6; */
  position: absolute;
  z-index: 9999;
  width: 200px;
  height: 1.3rem;
  right: 0px;
  left: 0;
  text-align: center;
  margin: 0px auto;
  top: 60px;
  border-radius: 2px;
}


.main-header .top-left{
	position: relative;
	float: left;
	width: 40%;
}

.main-header .top-left .text{
	position: relative;
	padding: 6px 0;
	font-size: 14px;
	line-height: 30px;
	color: #280100;
	font-weight: 400;
	
}

.main-header .top-left .text .icon{
	color: #6B5310;
	margin-right: 5px;
}

.main-header .top-right{
	position: relative;
	float: right;
	/* padding: 0 18px; */
	width: 40%;
}

.main-header .header-top .contact-info{
	position: relative;
	float: left;
	margin: 15px 0px;
}

.main-header .header-top .contact-info li{
	position: relative;
	float: left;
	color: rgba(0,0,0,0.7);
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	padding: 6px 0;
	margin-right: 25px;
}

.main-header .header-top .contact-info li strong {
	color: #222;
	margin-right: 5px;
}

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

.main-header .header-top .contact-info li a{
	color: rgba(0,0,0,0.7);
	font-weight: 600;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

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

.main-header .header-top .social-icon-one span {
	color: #222;
	font-size: 16px;
	margin-right: 7px;
}

.main-header .header-top .social-icon-one li a {
	color: rgba(0,0,0,0.7);
	font-weight: 600;
}

.main-header .header-top .social-icon-one li a i {
	background-image: linear-gradient(to right, #391506,#742E11);;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	margin-left: 10px;
	transition: 0.2s ease-in-out;
}

.main-header .header-top .social-icon-one li a i:hover {
	transform: scale(1.1);
}


.main-header .header-top .social-icon-one li:first-child {
	margin-right: 15px;
}

/*Social Icon One*/

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

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

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

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

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

/*Social Icon Two*/

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

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

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

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

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

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

.main-header .header-lower{
	position: relative;
	background-image: linear-gradient(to right, #391506,#742E11);
}
.pull-left.logo-outer {
	width: 20%;
	text-align: center;
  }
.logo-outer .logo {
	padding: 7px 0;
  }

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

.main-header .header-lower .logo{
	position: relative;
}

.main-header .header-lower .logo img{
	position: relative;
	max-width: 100%;
	height: auto;
}

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

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

.main-menu{
	position:relative;
	/* float:left; */
	font-family: 'Montserrat', sans-serif;
}

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

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

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

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


.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
	font-weight: 500;
	color: rgba(256,256,256,0.8);
	font-size:14px;
	text-transform: capitalize;
	letter-spacing: 1px;
	line-height:30px;
	padding: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

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

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

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

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

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

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

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

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background-color: #6B5310;
}

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

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

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

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

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

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background-color: #6B5310;
}

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

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

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

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

/*search box btn*/

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

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

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

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

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

.main-header .search-panel .form-container{
	padding:15px 0px;	
}

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

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

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

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

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

/*search box btn*/

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

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

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

/* Btn Box */

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

.main-header .header-lower .btn-box a{
	float: right;
}

/*** 

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

***/

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

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

.fixed-header .sticky-header .logo{
	padding: 10px 0;
	width: 150px;
}

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

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

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: rgba(0,0,0,1);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

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

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #3A1506;
	background-color: #ffffff;
	transform: scaleX(1.05);
}

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

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

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

/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

***/

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

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

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

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

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


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

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

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

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

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

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

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

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

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

/*** 

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

***/

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

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

.page-title h1{
	position:relative;
	font-weight:500;
	font-size: 70px;
	line-height:1.2em;
	z-index:99;
	color: #ffffff;
	font-family: 'PT Serif', serif;
	margin-bottom: 10px;
}

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

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

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

.page-title .bread-crumb li:after{
	position:absolute;
	content:'|';
	top:0px;
	right:-4px;
	font-size:18px;
	line-height: 30px;
	color:#ffffff;
	font-weight:700;
}

.page-title .bread-crumb li:last-child:after{
	display:none;	
}

.page-title .bread-crumb li a{
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-title .bread-crumb li a:hover{
	color:#6B5310;	
}
/*** 

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

***/

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

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

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

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

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

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

/*** 

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

***/

.services-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0 30px;
	background-color: #6b531023;
}

/* .services-section .right-btn{
	margin-top: 60px;
} */

.services-section .carousel-outer{
	margin: 0 -20px;
}

.services-section .services-carousel{
	padding-bottom: 25px;
}

.service-block{
	position: relative;
	/* padding: 20px; */
	margin-bottom: 30px;
}

.service-block .inner-box{
	position: relative;
	overflow: hidden;
	border:12px solid #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,.10);
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 10px;
}

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

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

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

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

.service-block .image-box .image img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover .image img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.service-block .inner-box:hover .image-box .icon{
	opacity: 0;
}

.service-block .lower-content{
	position: relative;
	text-align: center;
	padding: 14px 15px 10px;
	background-color: #ffffff;
	border: none;
}

.service-block .lower-content h4{
	position: relative;
	display: block;
	font-size:  18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	/* line-height: 1.2em; */
	color: #353535;
	font-weight: 600;
	margin-bottom: 9px;
}

.service-block .lower-content h4 a{
	color: #353535;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content h4 a:hover{
	color: #6B5310;
}

.service-block .lower-content .text{
	position: relative;
    margin-bottom: 15px;
}

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

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

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

}

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

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

.services-carousel .owl-nav{
	display: none;
}

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

.services-carousel .owl-dot,
.services-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
	border:1px solid #6B5310;
	border-radius: 50%;
	margin: 0 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-carousel .owl-dot.active,
.services-carousel .owl-dot:hover{
	background-color: #6B5310;
}

/*** 

====================================================================
			Service Section Three
====================================================================

***/

.services-section-three{
	position: relative;
	padding: 30px 0 10px;
	background-color: #f7f7f7;
}

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

.service-block-three .inner-box{
	position: relative;
	padding: 30px 20px;
	padding-left: 110px;
	/* border:1px solid #dddddd; */
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three .inner-box:before{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #6B5310;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.service-block-three .inner-box:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.service-block-three .inner-box:hover{
	box-shadow: none;
	box-shadow: 0 0 50px rgba(0,0,0,0.10);
}

.service-block-three .icon{
	position: absolute;
	left: 20px;
	top: 30px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	color: #6B5310;
	font-size: 54px;
	margin-bottom: 15px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three h3{
	position: relative;
	display: block;
	color: #353535;
	font-size:  20px;
	line-height: 1.2em;
	font-weight: 500;
	margin-bottom: 5px;
}

.service-block-three h3 a{
	color: #353535;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three h3 a:hover{
	color: #6B5310;
}

.service-block-three .text{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #353535;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three .read-more{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2em;
	color: #353535;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three .read-more:hover{
	color: #6B5310;
}

/*** 

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

***/

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

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

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

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

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

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

.fluid-section-one .content-column .inner-column{
	position:relative;
	max-width:800px;
	padding:50px 15px 20px 60px;
}

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

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

.fluid-section-one .content-column .text-box{
	margin-bottom: 30px;
	/* text-align: justify; */
}
.fluid-section-one .content-column .text-box p{
	font-size: 16px;
	line-height: 1.8;
	width: 95%;
	color: rgba(0,0,0,0.8);
	margin-bottom: 12px;
}
.fluid-section-one .content-column .text-box h4{
	margin-bottom: 15px;
	width: 80%;
	font-weight: 600;
	line-height: 1.4;
}
.text-box .text-list, .text-box .text-list li{ list-style: disc;}
.text-box .text-list{padding-left: 30px;}

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

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

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

.feature-block-two h4{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
}

.feature-block-two a {
	color: rgba(0,0,0,0.7);
	font-weight: 600;
}

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

/*** 

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

***/

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

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

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

.about-us .content-column{
	position: relative;
	margin-bottom: 35px;
	padding: 0 40px;
}

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

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

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

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

.about-us .about-years .years{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	margin-right: 10px;
	color: #6B5310;
	font-family: 'Montserrat', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

====================================================================
		Clients Section
====================================================================

***/

/* .clients-section{
	position: relative;
	padding: 75px 0;
}

.clients-section .sponsors-outer{
	position: relative;
}

.clients-section .slide-item{
	position: relative;
}

.clients-section .image-box{
	position: relative;
	margin: 0;
	text-align: center;
}

.clients-section .image-box img{
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.clients-section .image-box:hover img{
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav{
	display: none;
}

.clients-section.style-two{
	background-color: #f9f9f9;
} */

/***

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

***/

.main-footer{
	position:relative;
	background-repeat: repeat;
	background-position: center;
	padding: 60px 0 0px;
}

.main-footer:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #222222;
	opacity: .50;
	content: "";
}

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

/*=== Widgets Section ===*/

.main-footer .widgets-section{
	position:relative;
	/* padding-bottom: 40px; */
}

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

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

.main-footer .widget-title{
	position: relative;
	font-size:18px;
	font-weight:400;
	color:#ffffff;
	line-height: 24px;
	margin-bottom:30px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}

.main-footer .widget-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	background-color: #fff;
	content: "";

}

/*=== links widget ===*/

.main-footer .links-widget{
	position: relative;
	margin-bottom: 0;
}

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

.main-footer .list-style-two li a{
	color: #ffffff; 
	font-size: 15px;
}

.main-footer .list-style-two li a:hover{
	text-decoration: underline;
}

/*=== About Widget ===*/

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

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

.main-footer .about-widget .footer-logo .image{
	position: relative;
	margin-bottom: 10px;
}

.main-footer .about-widget .footer-logo img{
	display: block;
	height: auto;
	max-width: 100%;
	width: 200px;
}

.main-footer .about-widget .text{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
}

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



.main-footer .contact-list li{
	position: relative;
	font-size: 16px;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: 400;
	padding-left: 30px;
	margin-bottom: 20px;
}

.contact-list li h6{
    color:#fff;
    font-weight:600;
    font-size:16px;
    margin-bottom:4px;
}

.main-footer .contact-list li span{ 
	position: absolute;
	left: 0;
	top: 0;
	font-size:18px;
	line-height: 1.4em;
	color: #fff;
}

.main-footer .contact-list li a{
	color:#ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

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

/*=== Popular Posts ===*/

.popular-posts{
	position: relative;
}

.popular-posts .post{
	position: relative;
	min-height: 90px;
	padding-left: 120px;
	margin-bottom: 40px;
}

.popular-posts .post:last-child{
	margin-bottom: 0;
}

.popular-posts .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 90px;
	overflow: hidden;
}

.popular-posts .post .thumb a{
	display: block;
}

.popular-posts .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.popular-posts .post h4{
	position: relative;
	font-size: 17px;
	color: #ffffff;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 5px;
}

.popular-posts .post h4 a{
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.popular-posts .post h4 a:hover{
	color: #c08c4d;
}

.popular-posts .post .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #dddddd;
}

/*=== Subscribe Widget ===*/

.subscribe-widget{
	position: relative;
}

.subscribe-widget .text{
	position: relative;
	color: #ffffff;
	margin-bottom: 30px;
	font-size: 16px;
}

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

/*Subscribe Form*/

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	padding-right: 50px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:50px;
	font-size:16px;
	color:#333333;
	background:#ffffff;
	border: 1px solid transparent;
	padding:14px 20px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	text-align: center;
	height: 50px;
	width: 52px;
	line-height: 50px;
	color: #333333;
	font-size: 18px;
	background-color: #ffffff;
}

.subscribe-form .form-group input[type="submit"]:hover,
.subscribe-form .form-group button:hover{
	color: #6B5310;
}

.main-footer .social-links{
	position: relative;
	display: block;
}

.main-footer .social-links li{
	position: relative;
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;

}

.main-footer .social-links li a{
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: 16px;
}

.main-footer .social-links li.title{
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}

.main-footer .social-links li a:hover{
	color: #c08c4d;
}

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

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

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

.main-footer .footer-bottom .copyright-text a{
	color: #ffffff;
	font-weight: 500;
}

.main-footer .footer-bottom .copyright-text a:hover{
	text-decoration: underline;
}

.float {

	position: fixed;

	width: 50px;

	height: 50px;

	bottom: 65px;

	left: 30px;

	background-color: #fff;

	color: #00a82d;

	border-radius: 50px;

	text-align: center;

	font-size: 25px;

	border: 2px solid #00a82d;

	z-index: 100;

	}

	.float:hover {

	color: #fff;

	background-color: #00a82d;

	}   

	.float1 {

	position: fixed;

	width: 50px;

	height: 50px;

	bottom: 135px;

	left: 30px;

	background-color: #fff;

	color: #0071BC;

	border-radius: 50px;

	text-align: center;

	font-size: 25px;

	border: 2px solid #0071BC;

	z-index: 100;

	}

	.float1:hover {

	color: #fff;

	background-color: #0071BC;

	}

	.my-float {

	margin-top: 10px;

	}
	/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Home Page CSS addition start */



.search-panel  {
	display: none;
}


.f-para {
	color: #fff;
	margin-bottom: 20px;
}


.catbtn {
	display: inline-block;
	background-color: #222;
	color: #fff;
	padding: 4px 15px;
	border-radius: 2px;
	transition: 0.2s ease-in;
	font-size: 14px;
	letter-spacing: 1px;
}

.catbtn:hover {
	background-color: #6B5310;
	color: #fff;
}

.abt-btn {
	display: inline-block;
	background-color: #222;
	color: #fff;
	padding: 5px 15px;
	border-radius: 2px;
	transition: 0.2s ease-in;
	font-size: 14px;
	letter-spacing: 1px;
}

.abt-btn:hover {
	background-color: #6B5310;
	color: #fff;
}

.thr-btn {
	display: inline-block;
	background-color: #222;
	padding: 5px 20px;
	border-radius: 2px;
	transition: 0.2s ease-in;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	margin-top: 12px;
}

.thr-btn:hover {
	background-color: #222;
	color: #fff;
}

.th-benefit {
	padding: 30px 0 50px;
}

.th-b-box {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}

.th-b-box img {
	width: 70px;
	border-radius: 50%;
	padding: 5px;
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 10px;
	background-color: #6B5310;
}

.th-b-box h5 {
	font-size: 18px;
	margin-bottom: 10px;
	color:#6B5310;
	font-weight: 600;
}

.wpc-sec {
	padding: 50px 0;
	background-color: #f7f7f7;
}

.wpc-about {
	text-align: center;
}

.wpc-about img {
	width: 150px;
	margin-bottom: 15px;
	border-radius: 50%;
}

.wpc-about h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}

.wpc-about h3 {
	font-size: 20px;
	font-weight: 500;
	color: rgba(0,0,0,0.6);
	margin-bottom: 20px;
}

.wpc-about p {
	line-height: 2;
	margin-bottom: 15px;
	margin-bottom: 30px;
}

.wpc-about a {
	display: inline-block;
	background-color: #222;
	color: #fff;
	padding: 10px 30px;
	border-radius: 2px;
	transition: 0.2s ease-in;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 3px;
	margin-top: 15px;
}

.wpc-about a:hover {
	background-color: #333;
}
.wpc-b-box {
	text-align: left;
	background-color: #fff;
	padding: 25px 25px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: center;
}


.wpc-b-box img {
	background-image: linear-gradient(to right, #391506,#742E11);
	border-radius: 50%;
	width: 60px;
}


.wpc-b-box h3 {
	color: #222;
	font-weight: 600;
	margin-bottom: 5px;
}

.wpc-b-box p {
	margin-bottom: 0;
}

.d-logo {
	width: 185px;
}

.fl-ben-sec {
	padding: 40px 0;
	background-image: linear-gradient(to right, #391506,#742E11);
}

.fl-ben-sec .title h2 {
	color: #fff;
}

.floor-title {
	text-align: center;
	margin-bottom: 40px;
}

.floor-title h2 {
	color: #fff;
	font-size: 35px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 7px;
}

.floor-title h3 {
	color: rgba(256,256,256,0.7);
	width: 40%;
	margin: auto;
	font-size: 19px;
}

.fl-ben-box {
	margin-bottom: 20px;
	border: 1px solid rgba(256,256,256,0.1);
	/* background: rgba(256,256,256,0.); */
	padding: 20px 30px;
	border-radius: 10px;
}

.fl-ben-box img {
	width: 70px;
	padding: 5px;
	border: 2px solid rgba(256,256,256,0.3);
	border-radius: 50%;
	margin-bottom: 10px;
}

.fl-ben-box h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

.fl-ben-box p {
	color: rgba(256,256,256,0.7);
	font-size: 16px;
}


.product-sec {
	padding: 40px 0 30px;
}

.shortcuts {
	display: nones;
}

.mobile-nav-toggler span {
	font-size: 30px;
}

.sticky-header .mobile-nav-toggler span {
	font-size: 30px;
	color:#212121;
}


@media(max-width: 768px) {
	.fluid-section-one .content-column .text-box h4 {
		font-size: 18px;
		width: 100%;
		/* text-align: center;	 */
	}
	.services-section .services-carousel {
		padding-bottom: 50px;
	}

	.mb-sub {
		text-align: left !important;
	}

	.projects-section-three {
		padding: 50px 0 0 !important; 
	}

	.sec-title h2 {
		font-size: 23px;
	}

	.th-benefit {
		padding: 0 0;
	}

	.wpc-about h2  {
		font-size: 20px;
	}

	.wpc-about h3  {
		font-size: 16px;
	}

	.wpc-about p  {
		line-height: 1.7;
		text-align: left;
	}

	.wpc-about a {
		padding: 5px 18px;
		font-size: 14px;
	}

	.floor-title h2 {
		font-size: 23px;
	}

	.floor-title h3 {
		font-size: 16px;
		width: 100%;
	}

	.wpc-b-box p {
		text-align: center;
	}
	
	.shortcuts {
		display: block;
	}

	.about-us .content-column  {
		padding: 0 15px;
	}

	.team-section {
		padding: 30px 0 20px !important;
	}

	.fluid-section-one .content-column .inner-column {
		padding: 50px 15px 0px !important;
	}
	.sec-title h2 {
		margin-bottom: 0 !important;
		text-align: left !important;
	}

	.fluid-section-one .outer-container {
		margin-bottom: 25px;
	}

	.services-section {
		padding: 50px 0 0px !important;
	}

	.wpc-sec {
		padding: 30px 0;
	}

	.projects-section-three {
		padding: 30px 0;
	}

	

	
}


/* Home Page CSS addition End */

/* Category Page Start */

.cat-page {
	padding: 30px 0;
}

.cat-content-box {
	/* border-right: 3px solid #000;
	border-left: 3px solid #000; */
	padding: 30px 30px;	
	text-align: center;
	border-radius: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.cat-content-box img {
	width: 200px;
	border-radius: 50%;
	margin-bottom: 15px;
}

.cat-content-box h2 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 12px;
	text-decoration: underline;
}


.cat-content-box h1 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 12px;
	text-decoration: underline;
}

.cat-content-box h3 {
	font-size: 17px;
	color: rgba(0,0,0,0.7);
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 15px;
}

.cat-content-box p {
	font-size: 16px;
	margin-bottom: 15px;
}

.cat-title h1 {
	font-size: 25px;
	padding: 7px 0;
	font-weight: 600;
	padding-left: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	margin-bottom: 15px;
	text-transform: capitalize;
	text-align: left;
	/* background-image: linear-gradient(to right, #000, rgba(0,0,0,0.0) ); */
	/* color: #fff; */
	border-radius: 5px;
}



.product-box {
	margin-bottom: 25px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  
  .pro-img-box img {
  width: 100%;
  border: 1px solid #ebebeb;
  border-right: none;
  /* border-radius: 10px 0 0 10px; */
  }
  
  .pro-content-box {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px;
	background-color: #F7F7F7;
  }
  
  .pro-content-box h3 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
  }
  
  .pro-content-box p {
	font-size: 16px;
	color: rgba(0,0,0,0.8);
	margin-bottom: 10px;
  }

  .seo_section_div{
	padding: 20px 0px 40px 0px;
  }

  .seo_content_txt_div > p {
	font-size: 14px;
	color: rgba(0,0,0,0.8);
	margin-bottom: 4px;
	font-weight: 500;
	line-height: 27px;
  }

  .seo_content_txt_div > h1{
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
  }

  
  .seo_content_txt_div > h2{
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
  }

  
  .seo_content_txt_div > h3{
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
  }


  
  .seo_content_txt_div > h4{
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
  }


  
  .seo_content_txt_div > h5{
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
  }


  .seo_content_txt_div > p > strong{
	font-size: 14px;
	color: rgba(0,0,0,0.8);
	margin-bottom: 0px;
	font-weight: 700;
  }

  .seo_content_txt_div  ul{
	list-style: square !important;
  }

  .seo_content_txt_div  > ul > li{
	font-size: 14px;
	color: rgba(0,0,0,0.8);
	margin-bottom: 4px;
	font-weight: 500;
  }

  .seo_page_img_box{
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	overflow: hidden;
  }

  .seo_img > img{
	border-radius: 5px;
	width: 100%;
  }

  .seo_overlay_icons {
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	text-align: center;
	animation: upDownMove2 2s ease-in-out infinite;	

  }

  
/* Keyframes */
@keyframes upDownMove2 {
	0% {
	  transform: translateY(0px);
	}
	50% {
	  transform: translateY(-6px); /* Upar jaayega */
	}
	100% {
	  transform: translateY(0px); /* Wapas neeche */
	}
  }

  .seo_overlay_icons > a{
	background-color: #6e2c13;
	color: #fff;
	padding: 6px 15px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
  }
  
  .pro-btns a {
	display: inline-block;
	font-size: 12px;
	padding: 5px 15px;
	margin-right: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	background-color: #222;
	color: #fff;
  }
  
  .pro-btns a i {
	font-size: 12px;
	margin-right: 7px;
  }

  .pro-btns a:hover {
	background-color: #6B5310;
  }

  @media(max-width: 768px) {
	.pro-content-box {
		text-align: center;
	}
  }
  


  .all_city_plus_icon{
	background-color: #fff !important;
	margin-bottom: 20px !important;
	color: #fff;
	font-size: 20px;
  }

/* Category Page End */

/* breadcrumb Start */

.breadcrumb {
	background-color: #ebebeb;
	padding: 10px 0;
}

.breadcrumb .container {
	max-width: 1280px;
}

.bread span {
	color: #000;
	margin: 0 7px;
}


.bread a {
	color: #000;
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
}

/* breadcrumb End */


/* sliders Home page start */

.about-slider {
	position: relative;
}

.about-slider h3 {
	position: absolute;
	top: 0px;
	right:0;
	height: 100%;
	writing-mode: vertical-lr;
	text-align: center;
	background-color: rgba(256,256,256,0.7);
	padding: 10px 12px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
}

.about-slider img {
	width: 100%;
	border-radius: 15px;
}

.pro-car-box {
	position: relative;
}

.pro-car-box img {
	width: 100%;
}

.pro-car-box h4 {
	position: absolute;
	top: 50%;
	right: 0px;
	writing-mode: vertical-rl;
	transform: translateY(-50%);
	height: 100%;
	text-align: center;
	padding: 0 9px;
	background-color: rgba(256,256,256,0.7);
	font-size: 19px;
	font-weight: 600;
}

/* sliders Home page end */


/* Banner */

.mob {
	display: none;
}

@media(max-width: 768px) {
	.mob {
		display: block;
	}
	.desk {
		display: none;
	}
}


/* Contact Page Start */

.contact-section {
	padding: 30px 0;
}

.contact-section .upper-box {
	margin-bottom: 0px;
	padding: 0 20px;
}

.contact-section .upper-box h2 {
	font-size: 25px;
	font-weight: 500;
}

.contact-section .upper-box .text {
	text-transform: capitalize;
}

.contact-info-block  {
	text-align: center;
	background-color: #f7f7f7;

}

.contact-info-block .inner {
	padding: 30px 60px;
	border-bottom: 1px solid #ebebeb;
}

.contact-info-block .inner span {
	display: inline-block;
	color: #6B5310;
	font-size: 30px;
	margin-bottom: 10px;
}


.contact-info-block .inner h4 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 10px;
}


.reload_website_modal_div .modal-body {
	padding: 0px !important;
}

.reload_website_modal_div .modal-header{
	padding: 10px 20px !important;
}

.reload_website_modal_div .modal-header h5{
	font-size: 20px;
	font-weight: 800;
	text-transform: capitalize;
}

.contact-form label {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
}

.contact-form  {
	padding: 10px 20px;
	/* background-color: #ebebeb; */
}

.contact-form input {
	border: 1px solid #ccc;
	margin-bottom: 0px;
	width: 100%;
	height: 45px;
	padding: 5px 15px;
}

.contact-form textarea {
	border: 1px solid #ccc;
	width: 100%;
	height: 120px;
	padding: 5px 15px;
}

.contact-btn {
	background-color: #222;
	color: #fff;
	padding: 5px 15px;
}

@media(max-width: 767px) {
	.contact-info-block .inner {
		padding: 20px 30px;
	}

	.form-column {
		margin-top: 25px;
	}
}

.modal-contact-form{
	padding: 10px 20px;
}

.modal_input_reload {
	margin-bottom: 8px !important;
}

.modal_input_reload > input{
	border: 1px solid #777575 !important;
	width: 100% !important;
	padding: 2px 10px !important;
	font-size: 13px;

}


.modal_input_reload > textarea{
	border: 1px solid #777575 !important;
	width: 100% !important;
	padding: 2px 10px !important;
	font-size: 13px;

}

.modal_input_reload label{
	margin-bottom: 2px !important;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	color: #212121 !important;
}

/* Contact Page End */


/* Product Page */

.pro-p-sec {
	padding: 50px 0;
	
}

.pro-p-sec img {
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 15px;
}

.pro-p-sec .enquire-btn {
	text-align: center;
	width: 100%;
	/* margin-bottom: 30px; */
}

.pro-p-sec a {
	display: inline-block;
	background: #222;
	color: #fff;
	border: 2px solid #222;
	border-radius: 2px;
	padding: 3px 15px;
	font-size: 13px;
	font-weight: 500;
	margin-top: 10px;
	margin-right: 10px;
	letter-spacing: 1px;
}

.pro-p-sec a:hover {
	background-color: transparent;
	color: #222;
}


.pro-desc-box h2 {
	text-align: center;
	color: rgba(0, 0, 0, .9);
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 25px;
	text-transform: uppercase;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}


.pro-desc-box h1 {
	text-align: center;
	color: rgba(0, 0, 0, .9);
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 25px;
	text-transform: uppercase;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.pro-desc-box  p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}


@media(max-width: 768px) {
	.pro-desc-box {
		margin-top: 25px;
	}
}

/* Cat gallery */

.category-gallery {
	padding: 45px 0 25px;
}
/* Cat gallery */

/* dropdown media  */

.dropdown {
	display: none;
}

.dropdown ul a {
	padding: 10px 25px !important;
	border-bottom: 1px solid #ebebeb;
}

@media(max-width: 1023px) {
	.ndrop {
		display: none !important;
	}
}




/*  */

.faq-sec{
	background-color: #f7f7f7;
}

.sw-title h2{
	text-align: center;
	margin-bottom: 15px;
	font-weight: 700;
}

.faq-box {
	margin-bottom: 10px;
}

.faq-btn {
	display: block;
	width: 100%;
	padding: 15px 20px;
	text-align: left;
	border: unset;
	border-radius: 3px;
	background-color: #391506;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}


.faq-btn i {
	float: right;
}

.card-body.faq-content {
	background-color: #ebebeb;
	border: unset;
	font-size: 15px;
	color: #212121;
	font-weight: 500;
}

.card-body.faq-content p {
	font-size: 17px;
	line-height: 1.7;
}

.faq-sec {
	padding: 40px 0;
}


/**/

.blog-page{
	padding-top: 1px;
	padding-bottom: 20px;
}

.blog-page .col-lg-3{
	padding-left: 0px !important;
}

.blog_titile{
	text-align: center;
	padding-bottom: 10px;
}

.blog_titile h2{
	text-transform: capitalize;
}

.blog_div_main{
	background-color: #fff;
	margin-bottom: 15px;
	padding: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blog_img_div{
	text-align: center;
}

.blog_img_div img{
	margin: auto;
}

.blog_txt_div h4{
	color: #2b2a2a;
	text-transform: capitalize;
	font-size: 16px;
	padding-top: 10px;
	font-weight: 600;
	padding-bottom: 3px;
}

.blog_txt_div{
	padding-bottom: 5px;
}

.blog_txt_div p{
	font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
	line-height: 25px;
	font-weight: 500;
}

.blog_txt_div a{
	color: #280100;
	font-weight: 700;
	transition: .4s ease-in-out;
	margin-top: 3px;
	display: inline-block;
}


.blog_dt h2 {
	color: #2b2a2a;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 3px;
}

.blog_dt  p {
	font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 30px;
    font-weight: 500;
}


/*  */


.mobile_call_whatsapp_fixed_main_div{
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99999 !important;
  }

  .mobile_whatsapp{
    display: none;
  }

  .call_icon_div{
    text-align: center;
	margin-bottom: 10px;
  }

  .call_icon_div > h4 {
    background-color: #6B5310;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
	animation: upDownMove 3s ease-in-out infinite;
}

/* Keyframes */
@keyframes upDownMove {
  0% {
	transform: translateY(0px);
  }
  50% {
	transform: translateY(-15px); /* Upar jaayega */
  }
  100% {
	transform: translateY(0px); /* Wapas neeche */
  }
}

  .call_icon_div > h4 > a > img{
    width: 32px !important;
	filter: brightness(0%) invert(1);
  }

  .whatsapp_icon_div{
    text-align: center;
  }


  .whatsapp_icon_div > h4 {
    background-color:#008000;
    height: 60px;
    line-height: 55px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
  }

  .whatsapp_icon_div > h4 > a > img{
    width: 32px !important;
    filter: brightness(0%) invert(1);
  }


  /* sitemap css start */
  .site_section{
	padding: 20px 0px 20px 0px;
  }

  .sitemap_main_div_list{
	margin-bottom: 20px;
  }

  .thermowood_collapse_div > li{
	background-color: #ab7442 !important;
	outline: none !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	border: none !important;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 10px;
	border-radius: 3px;
  }

    .thermowood_collapse_div > li > span{
		cursor: pointer;
		background-color: #742E11;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		border-radius: 100px;
		font-size: 15px;
		font-weight: 600;
	}

  
  .thermowood_collapse_div > li > a{
	
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;

  }

  .collpase_list_ul_div > ul  > li{
	background-color: #fff !important;
	outline: none !important;
	box-shadow: none !important;
	color: #212121 !important;
	font-size: 15px;
	font-weight: 600;
	border: none !important;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 10px;
	border-radius: 0px;
	border-bottom: 1px dashed #c0bfbf !important;
  }


  .collpase_list_ul_div > ul > li > span{
		cursor: pointer;
		background-color: #6B5310;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		border-radius: 100px;
		font-size: 15px;
		font-weight: 600;
		color: #fff !important;
	}

  
  .collpase_list_ul_div > ul > li > a{
	
	color: #212121 !important;
	font-size: 14px;
	font-weight: 500;

  }

  .sbumenu_ul_list_div  > ul  > li{
	background-color: #e0e0e0 !important;
	outline: none !important;
	box-shadow: none !important;
	color: #212121 !important;
	font-size: 15px;
	font-weight: 600;
	border: none !important;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 10px;
	border-radius: 0px;
	border-bottom: 1px dashed #f7f7f7 !important;
  }

  
   .sbumenu_ul_list_div  > ul > li > a{
	
	color: #212121 !important;
	font-size: 14px;
	font-weight: 500;

  }

  /* sitemap css end */
  
  
  
.thank_section{
  padding-top: 4px;
  padding-bottom: 80px;
}

.main_div_thank{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0px;
 }

.main_div_thank b{
font-size: 25px;
color: var(--primary-color);
}

.image_thank_you{
    margin-bottom: -54px;
}

.image_thank_you > img{
    width: 300px;
}

.main_div_thank p{
  line-height: 26px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.main_div_thank a{

padding: 10px 30px 10px 30px;
border-radius: 100px;
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .3px;
word-spacing: 1px;
margin-top: 10px;
background-color: var(--primary-color);
color: #fff;
}

.btn_an{
  text-align: center;
}

.btn_an b{
  display: block;
  font-size: 20px;
  text-transform: capitalize;
}

.btn_an a {
  background-color: #212121;
padding: 7px 30px 7px 30px;
border-radius: 100px;
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .3px;
word-spacing: 1px;
margin-top: 10px;
color: #fff;
}
/**/


.privacy_section{
    padding: 20px 0px 20px 0px;
}

.privacy_content_main_div > h1{
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 27px;
    font-weight: 600;
     margin-bottom: 4px !important;
}


.privacy_content_main_div > h2{
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px !important;
    margin-top: 6px !important;
}



.privacy_content_main_div > h3{
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px !important;
    margin-top: 6px !important;
}



.privacy_content_main_div > h4{
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
  margin-bottom: 6px !important;
    margin-top: 6px !important;
}

.privacy_content_main_div > h5{
    color: var(--black-color2);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px !important;
    margin-top: 6px !important;
}

.privacy_content_main_div > p{
      font-weight: 500;
    font-size: 14px;
    color: var(--black-color);
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
}

.privacy_content_main_div > p > strong{
    color: var(--primary-color);
     font-family: "Rowdies", sans-serif;
}

.privacy_content_main_div > p > a{
    color: var(--third-color);
    font-weight: 700;
    text-decoration: underline !important;
}


.privacy_content_main_div > ul{
    list-style: square!important;
    padding: 0px 20px !important;
    margin-bottom: 0px !important;
}

.privacy_content_main_div > ul > li{
  font-weight: 500;
    font-size: 14px;
    color: var(--black-color);
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
    list-style: square!important;
}


.widget-content p{
	color: white !important;
}

.grecaptcha-badge {
    display: none !important;
}
