
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Ubuntu:300,300i,400,400i,500,500i,700,700i&amp;display=swap');
 
/* font-family: 'Ubuntu', sans-serif;
font-family: 'Poppins', sans-serif; */

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
/*@import url('jquery-ui.css');*/
/*@import url('custom-animate.css');*/
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

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

 ***/

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

/*** 

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

 ***/

body {
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Ubuntu', sans-serif;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

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

a:focus{
	outline:none !important;
	box-shadow:none !important;
}

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

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

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

/* Typography */

h1{
	font-size:32px;
}

h2{
	font-size:28px;
}

h3{
	font-size:25px;
}

h4{
	font-size:22px;
}

h5{
	font-size:19px;
}

h6{
	font-size:16px;
}

p{
	position:relative;
	line-height:1.8em;	
}

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

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

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

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

.theme-btn{
	cursor:pointer;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#bbbbbb;
	font-size:16px;
	padding-left:55px;
	font-weight:400;
	margin-bottom:25px;
	line-height:1.8em;
	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;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:6px;
	font-size:36px;
	color:#386946;
	line-height:1em;
}

.list-style-one li:last-child{
	margin-bottom:0px;
}

/*List Style Two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#222222;
	font-size:16px;
	padding-left:25px;
	font-weight:500;
	margin-bottom:15px;
	text-transform: capitalize;
}

.list-style-two li:before{
	position:absolute;
	content: "\f171";
	left:0px;
	top:4px;
	color:#386946;
	font-size:12px;
	line-height:1em;
	font-weight:600;
	font-family: "Flaticon";
}

/* List Style Three */

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	color:#bbbbbb;
	font-size:16px;
	padding-left:55px;
	font-weight:400;
	margin-bottom:10px;
	line-height:1.6em;
	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;
}

.list-style-three li strong{
	display:block;
	color: #fff;
}

.list-style-three li .icon{
	position:absolute;
	left:0px;
	top:6px;
	font-size:30px;
	color:#59ac2f!important;
	line-height:1em;
}

.list-style-three li a{
	position:relative;
	color:#bbbbbb;
	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;
}

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

.list-style-three li:nth-child(2) .icon{
	font-size:20px;
}

.list-style-three li:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	List Style Four
====================================================================

***/

.list-style-four{
	position:relative;
}

.list-style-four li{
	position:relative;
	color:#848484;
	font-size:14px;
	font-weight:400;
	padding-left:25px;
	margin-bottom:10px;
}

.list-style-four li:before{
	position:absolute;
	content:'\f0ad';
	left:0px;
	top:0px;
	color:#386946;
	font-size:14px;
	font-family: 'FontAwesome';
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #386946;
	padding: 12px 36px 12px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 2px;
	overflow:hidden;
	background:none;
	text-transform: capitalize;
	border:2px solid #386946;
}

.btn-style-one:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #386946;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
	border-color:#386946;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	border-radius:2px;
	overflow:hidden;
	text-transform:capitalize;
}

.btn-style-two:hover{
	color: #386946;
}

.btn-style-two .btn-txt{
	position: relative;
	display:block;
	z-index:1;
	border-radius:2px;
	padding: 13px 40px 15px;
	background-color: #386946;
	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;
}

.btn-style-two:hover .btn-txt{
	color:#386946;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two .btn-txt:before{
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-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);
}

.btn-style-two:hover  .btn-txt: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;
}

/*Btn Style Three */

.btn-style-three{
	position:relative;
	padding:16px 40px 15px;
	line-height:25px;
	background:#222222;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	border-radius: 2px;
	letter-spacing: 1px;
	border:2px solid #222222;
	text-transform:capitalize;
}

.btn-style-three:hover{
	background:none;
	color:#ffffff;
	border-color:#ffffff;
}

/*Btn Style Four */

.btn-style-four{
	position:relative;
	padding:13px 40px 13px;
	line-height:25px;
	background:#386946;
	color:#222222;
	font-size:16px;
	font-weight:600;
	border-radius: 50px;
	letter-spacing: 1px;
	border:2px solid #386946;
	text-transform:capitalize;
}

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

/*Btn Style Five */

.btn-style-five{
	position:relative;
	padding:22px 40px 22px;
	line-height:26px;
	background:#386946;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	letter-spacing: 1px;
	border:2px solid #386946;
	text-transform:capitalize;
}

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

/*Social Icon One*/

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

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

.social-icon-one li a{
	position:relative;
	width: 38px;
	height: 38px;
	font-size:16px;
	color:#ffffff;
	line-height:38px;
	text-align:center;
	display:inline-block;
	background-color: #222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

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

.theme_color{
	color:#386946;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat;}
.preloader .icon{
	position:absolute;
	left:50%;
	top:50%;
	width:60px;
	margin-top:-30px;
	margin-left:-30px;
}

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

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:24px;
	opacity:1 !important;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

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

/*** 

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

***/

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

.sec-title .title{
	position:relative;
	color:#386946;
	font-size: 18px;
	line-height: 1.6em;
	font-weight:500;
}

.sec-title h1{
	position: relative;
    color:#222222;
    font-weight: 700;
    line-height: 1.3em;
	margin-top:5px;
}

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

.sec-title.light .title-inner:before{
	background-color:#777777;
}

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

/*** 

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

***/

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

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

.header-top .inner-container{
	position:relative;
	padding:0px 15px;
}

.header-top .top-left{
	position:relative;
	float: left;
	padding: 14px 0px;
}

.header-top .top-left ul{
	position:relative;
}

.header-top .top-left ul li{
	position:relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}

.header-top .top-left ul li .fa{
	position:relative;
	margin-right:8px;
	color:#386946;
}

.header-top .top-right{
	position:relative;
	float: right;
}

.header-top .top-right .timing{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:14px;
	padding:14px 0px;
	margin-right:10px;
}

.header-top .top-right .social-box{
	position: relative;
	display:inline-block;
	padding: 13px 0px;
}

.header-top .top-right .social-box li{
	position: relative;
	margin-left: 15px;
	display: inline-block;
}

.header-top .top-right .social-box li a{
	position: relative;
	color: #ffffff;
	font-size: 14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.header-top .top-right .social-box li a:hover{
	color:#386946;
}

/*Language Dropdown*/

.main-header .header-top .language{
	position:relative;
	line-height:1em;
	display:inline-block;
}

.main-header .header-top .language .flag-icon{
	margin-right:8px;
}

.main-header .header-top .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto;
	width:170px;	
	border-radius:0px;
	margin-top:0px;
	background-color:#222222;
	border:none;
	padding:0px;
    border-top:3px solid #386946;
}

.main-header .header-top .language > a{
	color:#ffffff;
	padding:16px 0px 16px 20px;
	text-transform:capitalize;
	display:inline-block;
    border:0px;
	top: -1px;
	font-weight:400;
	font-size:16px;
	line-height:1em;
	border-radius: 0px;
}

.main-header .header-top .language > a:after{
	display:none;
}

.main-header .header-top language a:hover{
	background:none;
}

.main-header .header-top .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .header-top .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-header .header-top .language .dropdown-menu > li > a{
	padding:12px 20px !important;
	color:#ffffff;
	display: block;
	text-align:left;
	font-size: 14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-top .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#386946;
}

/* Header Top Two */

.header-top-two{
	position: relative;
	background-color: #222222;
}

.header-top-two .top-left{
	position:relative;
	float: left;
}

.header-top-two .top-left .social-box{
	position: relative;
	display:inline-block;
	padding: 13px 0px;
}

.header-top-two .top-left .social-box li{
	position: relative;
	margin-right: 15px;
	display: inline-block;
}

.header-top-two .top-left .social-box li a{
	position: relative;
	color: #ffffff;
	font-size: 14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.header-top-two .top-left .social-box li a:hover{
	color:#386946;
}

.header-top-two .top-right{
	position:relative;
	float: right;
}

.header-top-two .top-right .timing{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:14px;
	padding:13px 0px;
	margin-right:10px;
}

/*Language Dropdown*/

.main-header .header-top-two .language{
	position:relative;
	line-height:1em;
	margin-left: 20px;
	display:inline-block;
}

.main-header .header-top-two .language .flag-icon{
	margin-right:8px;
}

.main-header .header-top-two .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto;
	width:170px;	
	border-radius:0px;
	margin-top:0px;
	background-color:#222222;
	border:none;
	padding:0px;
    border-top:3px solid #386946;
}

.main-header .header-top-two .language > a{
	color:#386946;
	padding:16px 20px;
	background:#ffffff !important;
	text-transform:capitalize;
	display:inline-block;
    border:0px;
	top: -1px;
	font-weight:400;
	font-size:16px;
	line-height:1em;
	border-radius: 0px;
}

.main-header .header-top-two .language > a:after{
	display:none;
}

.main-header .header-top-two language a:hover{
	background:none;
}

.main-header .header-top-two .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .header-top-two .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-header .header-top-two .language .dropdown-menu > li > a{
	padding:12px 20px !important;
	color:#ffffff;
	display: block;
	text-align:left;
	font-size: 14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-top-two .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#386946;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .header-upper{
	position:relative;
}

.main-header .header-upper .outer-container{
	position:relative;
	padding: 0px 60px;
}

.main-header .nav-outer{
	position:relative;
	padding:0px 20px;
	background-color:#386946;
}

.header-style-two,
.header-style-three{
	position: relative;
	background:none;
}

.header-style-three .header-lower{
	position:relative;
	width:100%;
	background-color:#59ac2f;
}

.main-header.header-style-two .header-lower{
	background-color:#386946;
}

.main-header.header-style-two .nav-outer:after{
	position:absolute;
	content:'';
	left:100%;
	top:0px;
	height:100%;
	width:20000px;
	background-color:#ffffff;
}

.main-header.header-style-two .nav-outer{
	width:100%;
	float:left;
	padding:0px;
}

.main-header.header-style-three .nav-outer{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	background-color:#59ac2f;
}

.main-header .header-upper .logo-box{
	position: relative;
	padding:12px 0px;
}

.main-header.header-style-three .header-upper .logo-box{
	margin:0px;
	padding:5px 0px;
}

.main-header.header-style-two .header-upper .logo-box{
	padding:10px 0px;
	margin:0px;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}
.main-header .header-upper .logo-box .logo img {
    width: 180px;
}
.main-header .outer-box{
	position: relative;
	top: 1px;
	float:right;
	padding: 23px 0px;
}

.main-header.header-style-two .outer-box{
	padding:0px;
}

.main-header .outer-box .option-list{
	position:relative;
}

.main-header .outer-box .option-list li{
	position:relative;
	color: #262626;
	font-size: 16px;
	padding-right: 18px;
	margin-right: 18px;
	display: inline-block;
	text-transform: uppercase;
	border-right: 1px solid #dde4db;
}

.main-header .outer-box .option-list li a{
	position:relative;
	color: #262626;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .outer-box .option-list li a:hover{
	color: #386946;
}

.main-header .outer-box .option-list li .icon{
	position: relative;
	margin-right: 8px;
	color: #386946;
	top: 3px;
	line-height: 1em;
	font-size: 20px;
}

.main-header .outer-box .option-list li:last-child{
	border:none;
	margin: 0px;
	padding: 0px;
}

.main-header .outer-box .option-list li strong{
	
}

.main-header .outer-box .option-box{
	position: relative;
	float: left;
	margin-top: 0px;
	margin-left: 25px;
}

.main-header .outer-box .option-box > li{
	position: relative;
	margin-left: 20px;
	display: inline-block;
}

/*.main-header .outer-box .option-box li.cart .icon{
	position:relative;
	color: #ffffff;
	font-size: 26px;
}

.main-header .outer-box .option-box li.cart .number{
	position: absolute;
    right: -15px;
    top: -15px;
    color: #386946;
    font-size: 18px;
}*/

.main-header .outer-box .option-box .cart-box{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:16px;
	background:none;
	display:inline-block;
	margin-right: 25px;
}

.main-header .outer-box .option-box .cart-box .cart-box-btn{
	background:none;
	color:#ffffff;
	cursor: pointer;
	font-size: 24px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .outer-box .option-box .cart-box .cart-box-btn:after{
	display:none;
}

.main-header .outer-box .option-box .cart-box .cart-box-btn .total-cart{
	position:absolute;
	right: -8px;
	top: -8px;
	width:18px;
	height:18px;
	color:#ffffff;
	font-weight:700;
	font-size:12px;
	border-radius:50%;
	text-align:center;
	line-height:18px;
	background-color:#222222;
}

.main-header .outer-box .option-box .cart-box .cart-box-btn:hover{
	color:#ffffff !important;
}

.main-header .outer-box .option-box .cart-product{
	position:relative;
	margin-bottom:18px;
	min-height:90px;
	border-bottom:1px solid #e4e4e4;
}

.main-header .outer-box .option-box .cart-product .inner{
	position:relative;
	padding-left:90px;
	min-height:70px;
}

.main-header .outer-box .option-box .cart-product .inner .cross-icon{
	position:absolute;
	right:0px;
	top:-2px;
	z-index:1;
	color:#263120;
	font-size:16px;
	cursor:pointer;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .outer-box .option-box .cart-product .inner .cross-icon:hover{
	color:#386946;
}

.main-header .outer-box .option-box .cart-product .inner .image{
	position:absolute;
	width:70px;
	height:70px;
	left:0px;
	top:0px;
}

.main-header .outer-box .option-box .cart-product .inner h3{
	position:relative;
	font-weight:600;
	font-size:15px;
	margin:0px;
	letter-spacing: 1px;
	text-transform:capitalize;
}

.main-header .outer-box .option-box .cart-product .inner h3 a{
	color:#222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .outer-box .option-box .cart-product .inner h3 a:hover{
	color:#386946;
}

.main-header .outer-box .option-box .cart-product .inner .quantity-text{
	position:relative;
	top:-2px;
	font-weight:300;
	color:#666666;
	font-size: 13px;
	margin-bottom: 0px;
}

.main-header .outer-box .option-box .cart-product .inner .price{
	position:relative;
	font-weight:700;
	font-size:16px;
	margin:0px;
	color:#222222;
}

.main-header .outer-box .option-box .cart-box .cart-panel{
	left: auto !important;
	right: 0px !important;
	border-radius:0px;
	padding:20px 20px;
	min-width:300px;
	margin-top:50px;
	z-index: -1;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
	border:3px solid #386946;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .outer-box .option-box .cart-box .cart-panel .cart-total{
	color:#000000;
	font-size:15px;
	font-weight:400;
	text-align:center;
	text-transform:capitalize;
}

.main-header .outer-box .option-box .cart-box .cart-panel .cart-total span{
	font-weight:800;
	font-size:18px;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed{
	position:relative;
	text-align:center;
	margin-top:20px;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li{
	position:relative;
	margin:0px 5px;
	display:inline-block;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:12px;
	padding:10px 20px 8px;
	border-radius: 2px;
	display:inline-block;
	background-color:#386946;
	border:1px solid #386946;
	text-transform:uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a:hover{
	color:#386946;
	background:none;
}

.main-header .outer-box .option-box .cart-box .icon a{
	color:#999999;
}

.main-header.header-style-two .outer-box .option-box .cart-box{
	margin-top:25px;
}

.main-header.header-style-two .header-lower .search-box-outer{
	margin-top:23px;
	margin-right:20px;
}

/* Search Box Outer */

.main-header .header-lower .search-box-outer{
	position:relative;
	float:left;
}

.main-header .header-lower .search-box-btn{
	position:relative;
	top: 0px;
	display:block;
	width:100%;
	font-size:20px;
	color:#ffffff;
	line-height:20px !important;
	cursor:pointer;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-lower .search-box-btn:after{
	display:none;
}

.main-header .header-lower .search-box-outer .dropdown-menu{
	top:49px !important;
	right:0px;
	padding:0px;
	width:280px;	
	left: auto !important;
	border-radius:0px;
	border-top:3px solid #386946;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .header-lower .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	margin:0px;
	width:100%;
	background:none;
}

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

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

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	font-size: 14px;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

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

.main-header .header-lower .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-header .header-lower .btn-box{
	position:relative;
	float:right;
	top:-1px;
}

.main-header .header-lower .btn-box .theme-btn{
	background-color:#fff;
	border-color:#fff;
}
.main-header .header-lower .btn-box .theme-btn.btn-style-five{
	color: #386946;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-header.header-style-three .outer-box{
	padding:0px;
}.main-header .header-lower .btn-box .theme-btn.btn-style-five:hover {
    color: #212121;
}

/* Header Lower */

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

.main-header .header-lower .search-box .form-group{
	position:relative;
	margin:0px;
	top:-1px;
}

.main-header .header-lower .search-box .form-group input[type="text"],
.main-header .header-lower .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 50px 10px 25px;
	background:none;
	display:block;
	font-size:14px;
	width:200px;
	height:74px;
	color:#222222;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#ffffff;
	border-radius:0px 50px 50px 0px;
}

.main-header .header-lower .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:74px;
	width:45px;
	font-size:14px;
	color:#000048;
	line-height:100%;
	background:none;
	display:inline-block;
	font-weight:normal;
	text-align:left;
	cursor:pointer;
}

/* Main Menu */

.main-menu{
	position:static;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .cart-box{
	position: relative;
	float:left;
	font-size: 26px;
	margin: 32px 0px;
	padding-left: 20px;
	border-left: 1px solid #dde4db;
}

.main-menu .cart-box a{
	position: relative;
	color: #386946;
}

.main-menu .cart-box .number{
	position: absolute;
	right: -15px;
	top: -15px;
	color: #386946;
	font-size: 18px;
}

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

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

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

.main-menu .navigation > li.dropdown > a{
	padding-right:15px !important;
}

.main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 13px;
    line-height: 32px;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}
.main-menu .navigation > li.dropdown:hover ul {
    display: inherit;
}
.sticky-header .main-menu .navigation > li > a{
	color:#444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#386946;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:45px;
}

.main-header .header-upper .upper-right{
	position:relative;
    padding-top: 15px;
}

.main-header.header-style-three .header-upper .upper-right{
	padding-left:0px;
	padding-top:15px;
}

.main-header.header-style-two .header-upper .upper-right{
	padding-left:0px;
	padding-top:12px;
}

.main-header.header-style-two .header-upper .upper-right .info-outer{
	
}

.main-header .header-upper .upper-right .header-lower{
	position:relative;
}

.main-header .header-upper .upper-right .header-lower:after{
	position:absolute;
	content:'';
	left:-68px;
	top:0px;
	height:1px;
	right:-6000px;
	background-color:rgba(255,255,255,0.20);
}

.main-header.header-style-three .header-upper{
	background-color:#fff;
	border-top:10px solid #386946;
}

.main-header.header-style-three .header-upper:before{
	position:absolute;
	content:'';
	left:0px;
	top:-10px;
	width:0px;
	height:10px;
	background-color:#ffffff;
	transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
}

.main-header.header-style-three .header-upper:after{
	position:absolute;
	content:'';
	right:0px;
	top:-10px;
	width:0px;
	height:10px;
	background-color:#ffffff;
	transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
}

.main-header.header-style-three:hover .header-upper:before,
.main-header.header-style-three:hover .header-upper:after{
	width:100%;
}

.main-header .header-upper .upper-right .info-outer{
	position:relative;
	padding-bottom:15px;
	margin-top: 15px;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-right:20px;
	font-size:14px;
	color:#98b2c4;
	text-align:left;
	text-transform:uppercase;
	padding:8px 0px 0px 50px;
}

.main-header .info-box:last-child{
	margin:0px;
	float:right;
	padding: 8px 0px 0px 5px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:15px;
	color:#386946;
	font-size:34px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:700;
	line-height:1.7em;
	text-transform:capitalize;
	margin-top: -14px;
}

.main-header .info-box li span{
	font-weight:700;
	font-size:18px;
}

.main-header .info-box li a{
	position:relative;
	color:#222222;
	font-size:16px;
	text-transform: lowercase;
	font-weight:500;
}

.main-header.header-style-two .info-box li{
	color:#777777;
}

.main-header.header-style-two .info-box li a{
	color:#777777;
}

.main-header.header-style-two .info-box li span{
	color:#222222;
	font-size:20px;
	font-weight:700;
}

.main-header.header-style-two .info-box:last-child{
	padding-left:50px;
}

.header-style-three .info-box li,
.header-style-three .info-box li a{
	color:#386946;
}

.main-header .info-box .social-box{
	position:relative;
	padding-top:8px;
}

.main-header .info-box .social-box li{
	position:relative;
	margin-left:2px;
	display:inline-block;
}

.main-header .info-box .social-box li a{
	position:relative;
	width:34px;
	height:34px;
	color:#ffffff;
	font-size:14px;
	line-height:34px;
	text-align:center;
	display:inline-block;
	background-color:#386946;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box .social-box li a span{
	font-size:13px;
}

.main-header .info-box .social-box li a:hover{
	background-color:#ffffff;
	color:#000000;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:1px 0px 1px;
}
.sticky-header .logo img {
    width: 109px;
}
.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	text-transform:capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:500;
	padding:22px 0px;
	font-size:18px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-three .main-menu .navigation > li > a{
	color:#fff !important;
}

.sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:30px;
	margin-right:0px;
}

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

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

.main-menu .navigation > li > ul{
	position:absolute;
	left:-30px;
	top:100%;
	width:230px;
	z-index:10;
	display:none;
	opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding: 0px 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul:before{
	position:absolute;
	content:'';
	left:0px;
	top:-30px;
	width:100%;
	height:30px;
	display:block;
}

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

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

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

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .main-menu .navigation > li > a{
	padding:19px 0px !important;
	color: #212121 !important;
    font-size: 17px;
}

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

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

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding: 0px 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

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

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

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

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	text-transform:capitalize;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

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

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:0px;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;

}

.main-slider  .auto-container{
	position:relative;
}

.main-slider .social-box{
	position:absolute;
	right:15px;
	bottom:105px;
	z-index:10;
}
.main-slider .slider-pattern-layer {
    position: absolute;
    left: 0px;
    bottom: -21px;
    width: 100%;
    height: 95px;
    z-index: 20;
    background-repeat: repeat;
}

.main-slider .social-box a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-left:18px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-slider .social-box a:hover{
	color:#386946;
}




.main-slider .mouse-btn-down{
	position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 120px;
    width: 30px;
    height: 68px;
    cursor: pointer;
    display: block;
    z-index: 20;
    cursor: pointer;
}

.main-slider .mouse-btn-down {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.main-slider .mouse-btn-down {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.main-slider .slide{
	position:relative;
	padding:150px 0px 260px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.main-slider .slide:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.main-slider .slide.style-two{
	padding:200px 0px 210px;
}

.main-slider .title{
	position:relative;
	color:#ffffff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 24px;
	text-transform: capitalize;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms;
}

.main-slider h1{
	position:relative;
	color:#ffffff;
	font-size:48px;
	font-weight:700;
	line-height:1.1em;
	margin-bottom:20px;
	opacity: 0;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	opacity:0;
	line-height: 1.8em;
	font-weight:400;
	margin-bottom:32px !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .text.alternate{
	color:#1f1f1f;
}

.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1500ms;
}

.main-slider .link-box{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}
.main-slider .link-box .theme-btn{
	margin-right:20px;
	display:inline-block;
}
.main-slider .link-box .theme-btn.btn-style-two .btn-txt{
    background-color: #59ac2f!important;
}
.main-slider .content.centered .theme-btn{
	margin:0px 10px;
}

.main-slider .content.centered .text{
	margin:0 auto;
}

.main-slider .owl-dots{
	position:absolute;
	left:50%;
	bottom:20px;
	display:none;
	margin-left: -30px;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display:inline-block;
	border:1px solid #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	background-color: #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before{
	height:100%;
}

.main-slider .content-outer.left-align{
	position:relative;
	text-align:left;
}

.main-slider .content-outer.center-align{
	position:relative;
	text-align:center;
}

.main-slider .content-outer.right-align{
	position:relative;
	text-align:right;
}

.main-slider .content-outer.right-align .link-box .theme-btn{
	margin-right:0px;
	margin-left:20px;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-40px;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:50px;
	line-height:60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 40px;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
}

.main-slider .owl-nav .owl-prev span{
	margin-left:-30px;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
}

.main-slider .owl-nav .owl-prev:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	height:20px;
	width:1px;
	background-color:#ffffff;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
}

.main-slider .owl-nav .owl-prev span:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:20px;
	width:1px;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	background-color:#ffffff;
}

.main-slider .owl-nav .owl-prev:before{
	position:absolute;
	content:'';
	width:22px;
	height:61px;
	border:1px solid #ffffff;
	border-left:0px;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
}

.main-slider .owl-nav .owl-next{
	position:absolute;
	right:65px;
	line-height:60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 40px;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
}

.main-slider .owl-nav .owl-next span{
	margin-left:-30px;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
}

.main-slider .owl-nav .owl-next span{
	position:relative;
	left:40px;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
}

.main-slider .owl-nav .owl-next:after{
	position:absolute;
	content:'';
	right:-12px;
	top:0px;
	height:20px;
	width:1px;
	background-color:#ffffff;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
}

.main-slider .owl-nav .owl-next span:after{
    position: absolute;
    content: '';
    right: 28px;
    bottom: -7px;
    height: 18px;
    width: 1px;
    background-color: #ffffff;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
}

.main-slider .owl-nav .owl-next:before{
	position:absolute;
	content:'';
	width:22px;
	height:61px;
	border:1px solid #ffffff;
	border-right:0px;
	transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-webkit-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
}

section{
	background-color:#ffffff;
}

/*** 

====================================================================
	about-section
====================================================================

***/

.about-section{
	position:relative;
	padding:80px 0px 0px;
}

.about-section .image-box{
	position:relative;
	margin-bottom:0px;
}

.about-section .floated-image{
	position:absolute;
	right:0px;
	top:90px;
}

.about-section .inner-content{
	position:relative;
    padding-top: 20px;
	margin-bottom:40px;
}

.about-section .inner-content .year{
	position:relative;
	color:#386946;
	font-size:16px;
	text-transform:capitalize;
	font-weight: 600;
}

.about-section .inner-content h2{
	color:#222222;
	margin-bottom:25px;
	font-weight:700;
}

.about-section .inner-content .text{
	color:#9b9b9b;
	font-size:15px;
	line-height:1.8em;
}

.about-section .inner-content .text p{
	line-height:1.8em;
	margin-bottom:25px;
}

.about-section .about-block{
    padding-top: 20px;
	margin-bottom:40px;
}

.about-section .about-block figure.image{
	position:relative;
	top:0px;
}

.about-section .about-block figure.image img{
	width:100%;
}

.about-section .about-block .lower-box{
	position:relative;
	padding-top:20px;
}

.about-section .about-block .lower-box h3{
	position:relative;
	color:#222222;
	margin:0px 0px 15px;
	font-weight:700;
}

.about-section .about-block .lower-box p{
	position:relative;
	color:#9b9b9b;
	font-size:15px;
	line-height:26px;
}

.about-section .about-block .read-more{
	position:relative;
	color:#222222;
	font-size:16px;
	display:block;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:80px 0px 50px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

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

/*fact counter*/

.fact-counter{
	position:relative;
}

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

.fact-counter .column .inner{
	position:relative;
	text-align:center;
}

.fact-counter .column .inner .content{
	position:relative;
	display:inline-block;
}

.fact-counter .column:last-child .inner{
	border-right:0px;
}

.fact-counter .column .inner .icon-box{
	position:relative;
	left:0px;
	top:0px;
	color:#59ac2f!important;
	font-size:50px;
	text-align:center;
	line-height:1em;
	font-weight:400;
	margin-bottom:20px;
	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;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:700;
	color:#ffffff;
	font-size:40px;
	line-height:1em;	
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:36px;
	line-height:1em;
	display:inline-block;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:36px;
	line-height:1em;
}

.fact-counter .column .counter-title{
	position:relative;
	font-weight:400;
	color:#ffffff;
	margin-top:25px;
	padding:12px 30px;
	background-color:rgba(0,0,0,0.30);
	text-transform:capitalize;
	border-top:1px solid rgba(255,255,255,0.20);
	border-bottom:1px solid rgba(255,255,255,0.20);
}

.fact-counter .column:hover .icon-box{
	border-color:#f47629;
}

/*** 

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

***/

/*** 

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

***/

.main-footer{
	position:relative;
	background-color:#292b2c;
}

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

.main-footer .widgets-section{
	position:relative;
	padding:80px 0px 40px;
}

.main-footer .logo-widget{
	position:relative;
	padding-right:50px;
	border-right:1px solid rgba(255,255,255,0.05);
}

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

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

.main-footer .logo-widget .text p{
	position:relative;
	color:#e7e7e7;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:20px;
}

.main-footer .footer-widget h2{
	position:relative;
	font-weight:600;
	color:#ffffff;
	font-size:22px;
	line-height:1.2em;
	margin-bottom:22px;
	padding-bottom:14px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.main-footer .footer-widget h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:35px;
	height:3px;
	background-color:#386946;
}

.main-footer .info-widget{
	padding-left:40px;
}

.main-footer .last-widget{
	padding-left:60px;
}

/* Social Widget */

.main-footer .social-widget{
	position:relative;
	padding-bottom:35px;
	margin-bottom:30px;
	border-bottom:1px solid rgba(255,255,255,0.05);
}

.main-footer .social-widget .text{
	position:relative;
	color:#e7e7e7;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:20px;
}

/* Timing Widget */

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

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

.main-footer .contact-widget .contact-list li{
	position:relative;
	color:#ebebeb;
	font-size:15px;
	margin-bottom:12px;
}

.main-footer .contact-widget .contact-list li a{
	position:relative;
	color:#ebebeb;
	font-size:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

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

.main-footer .contact-widget .contact-list li .icon{
	position:relative;
	color:#386946;
	margin-right:10px;
}

/* Subscribe Widget */

.main-footer .newsletter-widget{
	position:relative;
	padding-bottom:35px;
	margin-bottom:30px;
	border-bottom:1px solid rgba(255,255,255,0.05);
}

.main-footer .newsletter-form .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	height:45px;
	font-size:15px;
	color:#888888;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .newsletter-form .form-group button{
	margin-top:5px;
}

/* Timing Widget */

.timing-widget{
	position:relative;
}

.timing-widget .timing-list{
	position:relative;
}

.timing-widget .timing-list li{
	position:relative;
	color:#ffffff;
	font-size:14px;
	margin-bottom:7px;
}

/* Footer Bottom */

.main-footer .footer-bottom{
	position:relative;
	padding:18px 0px;
	border-top:1px solid rgba(255,255,255,0.05);
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#c9c9c9;
	font-size:14px;
}

.main-footer .footer-bottom .footer-nav{
	position:relative;
	text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
	position:relative;
	margin-left:20px;
	display:inline-block;
}

.main-footer .footer-bottom .footer-nav li a{
	position:relative;
	color:#dcdcdc;
	font-weight:600;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .footer-bottom .footer-nav li a:hover{
	color:#a29061;
}


/*** 

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section{
	position:relative;
	padding:90px 0px 70px;
	background-attachment:fixed;
	background-size:cover;
}

.faq-form-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.85);
}

.faq-form-section .auto-container{
	max-width:970px;
	margin:0 auto;
}

/*** 

====================================================================
	Faq Form
====================================================================

 ***/

.faq-form{
	position:relative;
}

.faq-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="email"],
.faq-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 22px;
	color:#ffffff;
	height:50px;
	font-size:14px;
	background:none;
	border-radius:0px;
	border:1px solid rgba(255,255,255,0.50);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-form .form-group input[type="text"]:focus,
.faq-form .form-group input[type="tel"]:focus,
.faq-form .form-group input[type="email"]:focus,
.faq-form .form-group textarea:focus{
	border-color:#386946;
}

.faq-form .form-group textarea::-webkit-input-placeholder,
.faq-form .form-group input::-webkit-input-placeholder{
	color:rgba(255,255,255,0.80);
}

.faq-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 22px;
	color:#ffffff;
	height:150px;
	resize:none;
	font-size:14px;
	background:none;
	border-radius:0px;
	border:1px solid rgba(255,255,255,0.50);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-form .form-group .btn-detail{
	position:relative;
	text-align:center;
	margin-left:30px;
	color:#ffffff;
	display:inline-block;
}

.faq-form button{
	cursor: pointer;
	font-size: 16px;
	text-transform: capitalize;
}

/*** 

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

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar{
	position:relative;
}

/*Sidebar Widget*/

.sidebar-widget{
    position: relative;
    margin-bottom: 50px;
}

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

/*** 

====================================================================
	Sidebar Title
====================================================================

***/

.sidebar-title{
	position:relative;
	margin-bottom:40px;
}

.sidebar-title .title-inner{
	position:relative;
	padding-left:25px;
}

.sidebar-title .title-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:6px;
	bottom:7px;
	width:2px;
	background-color:#000048;
}

.sidebar-title .title{
	position:relative;
	color:#386946;
	font-size: 20px;
	line-height: 1.6em;
	font-weight:600;
}

.sidebar-title h2{
	position: relative;
    font-size: 30px;
    color:#222222;
    font-weight: 700;
    line-height: 1.3em;
	margin-top:5px;
}

/*** 

====================================================================
	Sidebar Title
====================================================================

***/

.sidebar-title-two{
	position:relative;
	margin-bottom:40px;
}

.sidebar-title-two h2{
	position: relative;
    color:#222222;
    font-weight: 700;
    line-height: 1.3em;
	padding-left:22px;
	border-left:3px solid #386946;
}

/*Blog Category*/

.blog-cat{
	position:relative;
}

.blog-cat li{
	position:relative;
	margin-bottom:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-cat li:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:5px;
	height:0%;
	z-index:1;
	background-color:#000048;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-cat li:hover::before,
.blog-cat li.active::before{
	height:100%;
}

.blog-cat li a{
	position:relative;
	color:#000048;
	font-size:16px;
	font-weight:700;
	display:block;
	border-radius:0px 50px 50px 0px;
	border:1px solid #acacac;
	padding:20px 15px 16px 38px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-cat li a:before{
	position:absolute;
	content:'\f105';
	right:22px;
	top:18px;
	color:#000048;
	font-size:18px;
	font-family: 'FontAwesome';
}

.blog-cat li.active a,
.blog-cat li a:hover{
	color:#000048;
	border-color:#386946;
	background-color:#386946;
}

/* Broucher Widget */

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

.brochure-widget .brouchers{
	position:relative;
}

.brochure-widget .brouchers li{
	position:relative;
	border-bottom:1px solid #dddddd;
}

.brochure-widget .brouchers li a{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:600;
	padding:13px 8px;
	padding-left:45px;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.brochure-widget .brouchers li a:hover{
	color:#386946;
}

.brochure-widget .brouchers li a .icon{
	position:absolute;
	content:'';
	left:12px;
	top:15px;
	font-size:16px;
	line-height:1em;
	color:#777777;
	font-weight:500;
}

.business-widget .widget-content{
	position:relative;
	padding:40px 30px;
}

.business-widget .widget-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.80);
}

.business-widget .widget-content .title{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:18px;
}

.business-widget .widget-content h3{
	position:relative;
	color:#386946;
	font-weight:600;
	font-size:36px;
	line-height:1em;
	margin-top:40px;
}

.business-widget .widget-content h3 span{
	position:relative;
	color:#ffffff;
	font-size:18px;
	display:block;
}

.business-widget .widget-content .text{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:16px;
	margin-top:20px;
	margin-bottom:25px;
}

.business-widget .widget-content .theme-btn{
	padding:8px 25px;
}

.business-widget .widget-content .number{
	position:relative;
	color:#ffffff;
	font-weight:400;
	font-size:18px;
	margin-top:15px;
}

/*Video Box*/

.video-box{
	position:relative;
}

.video-box .image{
	position:relative;
	overflow:hidden;
	margin:0px;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 80px;
	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;
}

.video-box .overlay-box span{
	position: absolute;
	width:80px;
	height: 80px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #386946;
	font-weight:400;
	font-size:24px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -40px;
	margin-left:-40px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

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

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

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

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

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

/*New Posts*/

.new-posts{
	position:relative;
	padding:20px 0px;
	margin-top:20px;
	border-top:2px solid #dddddd;
	border-bottom:2px solid #dddddd;
}

.new-posts a{
	position:relative;
	color:#3d3e3e;
	font-size:16px;
	font-weight:700;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.new-posts a:hover{
	color:#386946;
}

.new-posts .grid-view{
	position:absolute;
	left:50%;
	top:19px;
	font-size:26px;
	line-height:1em;
	color:#3d3e3e;
	margin-left:-10px;
}

/*** 

====================================================================
	Blogs Page Section
====================================================================

***/

.blogs-page-section{
	position:relative;
	padding:100px 0px 100px;
}

.blogs-page-section .news-block-two .inner-box .lower-content h2{
	font-size:24px;
	line-height:1.4em;
}

.blogs-page-section .styled-pagination{
	margin-top:25px;
}

/* News Block */

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

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

.news-block .inner-box .image-box{
	position:relative;
	background-color:#386946;
}

.news-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box:hover .image-box img{
	opacity:0.5;
}

.news-block .inner-box .image-box .date{
    position:absolute;
    left:0px;
    bottom:0px;
    width:60px;
    text-align:center;
    font-size:25px;
    line-height:24px;
    padding-top:8px;
    padding-bottom:2px;
    font-weight:700;
    color:#ffffff;
	background-color:#386946;
}

.news-block .inner-box .image-box .date span{
    font-size: 13px;
    display: block;
    margin-top: 2px;
    text-transform: uppercase;
}

.news-block .inner-box .lower-content{
	position:relative;
	padding-top:22px;
}

.news-block .inner-box .lower-content .outer-link{
	position:relative;
}

.news-block .inner-box .lower-content .outer-link .author{
	position:relative;
	font-size:13px;
	color:#777777;
	font-weight:400;
}

.news-block .inner-box .lower-content .outer-link .author span{
	position:relative;
	color:#333333;
	padding-bottom:18px;
}

.news-block .inner-box .lower-content .outer-link .author span:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:45px;
	height:2px;
	display:inline-block;
	background-color:#333333;
}

.news-block .inner-box .lower-content .outer-link .meta{
	position:relative;
}

.news-block .inner-box .lower-content .outer-link .meta a{
	position:relative;
	color:#777777;
	font-size:13px;
	padding:0px 5px;
	border-right:1px solid #898989;
	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;
}

.news-block .inner-box .lower-content .outer-link .meta a:hover{
	color:#386946;
}

.news-block .inner-box .lower-content .outer-link .meta a:last-child{
	border:0px;
	padding-right:0px;
}

.news-block .inner-box .lower-content .outer-link .meta a .icon{
	font-size:12px;
}

.news-block .inner-box .lower-content h3{
	position:relative;
	line-height:1.4em;
	margin-top:28px;
	margin-bottom:18px;
	font-weight:600;
	font-size:20px;
}

.news-block .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:#386946;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:1.7em;
}

.news-block .inner-box .lower-content .read-more{
	position:relative;
	color:#222222;
	font-weight:700;
	margin-top: 15px;
	font-size:13px;
	display:inline-block;
	text-transform:uppercase;
	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;
}

.news-block .inner-box .lower-content .read-more .arrow{
	position:relative;
	color:#333333;
	margin-left:4px;
}

.news-block .inner-box .lower-content .read-more:hover{
	color:#386946;
}

.news-block .inner-box .lower-content .read-more:hover .arrow{
	color:#386946;
}

/* News Block Two */

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

.news-block-two .inner-box{
	position:relative;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box .image{
	position:relative;
	background-color:#386946;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

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

.news-block-two .inner-box:hover .image img{
	opacity:0.5;
}

.news-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}

.news-block-two .inner-box .image .overlay-box .icon{
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	color:#ffffff;
	margin-left:-40px;
	text-align:center;
	border-radius:50%;
	line-height:80px;
	display:inline-block;
	padding-left:4px;
	font-size:25px;
	margin-top:-40px;
	background-color:#386946;
}

.news-block-two .inner-box .image .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-38px;
}

.news-block-two .inner-box .image .owl-nav .owl-prev{
	position:relative;
	width:28px;
	height:78px;
	line-height:78px;
	text-align:center;
	font-size:20px;
	color:#ffffff;
	display:inline-block;
	background-color:#386946;
}

.news-block-two .inner-box .image .owl-nav .owl-prev span:before{
	content:'\f104';
	font-family: 'FontAwesome';
}

.news-block-two .inner-box .image .owl-nav .owl-next{
	position:absolute;
	right:0px;
	float:right;
	width:28px;
	height:78px;
	color:#ffffff;
	font-size:20px;
	line-height:78px;
	text-align:center;
	display:inline-block;
	background-color:#386946;
}

.news-block-two .inner-box .image .owl-nav .owl-next span:before{
	content:'\f105';
	font-family: 'FontAwesome';
}

.news-block-two .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.news-block-two .inner-box .lower-content .post-info{
	position:relative;
}

.news-block-two .inner-box .lower-content .post-info li{
	position:relative;
	color:#222222;
	font-size:13px;
	margin-right:10px;
	display:inline-block;
}

.news-block-two .inner-box .lower-content .post-info li .icon{
	position:relative;
	margin-right:4px;
	color:#777777;
}

.news-block-two .inner-box .lower-content .post-info li:last-child{
	margin-right:0px;
}

.news-block-two .inner-box .lower-content h2{
	position:relative;
	color:#000048;
	font-weight:700;
	line-height:1.4em;
	margin-top:8px;
	margin-bottom:10px;
}

.news-block-two .inner-box .lower-content h2 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box:hover .lower-content h2 a{
	color:#386946;
}

.news-block-two .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:14px;
	margin-top:12px;
	line-height:1.9em;
}

.news-block-two .inner-box .lower-content .read-more{
	position:relative;
	font-weight:700;
	color:#222222;
	display:inline-block;
	padding-right:22px;
	margin-top:15px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box .lower-content .read-more .arrow.left{
	position:absolute;
	left:0px;
	top:1px;
	opacity: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;
}

.news-block-two .inner-box .lower-content .read-more .arrow.right{
	position:absolute;
	right:0px;
	top:1px;
}

.news-block-two .inner-box .lower-content .read-more .arrow.right{
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box .lower-content .read-more:hover .arrow.right{
	opacity:0;
}

.news-block-two .inner-box .lower-content .read-more:hover .arrow.left{
	opacity:1;
}

.news-block-two .inner-box .lower-content .read-more:hover{
	color:#386946;
	padding-right:0px;
	padding-left:22px;
}

/*** 

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

***/

.styled-pagination{
	position:relative;
	display: block;
	width: 100%;
}

.styled-pagination ul{
	position:relative;
	display: inline-block;
	padding: 25px 51px;
	box-shadow: 0 0 40px rgba(0,0,0,.08);
}

.styled-pagination li{
	position:relative;
	float: left;
	margin: 0px 4px 0px;
}

.styled-pagination li a{
	position:relative;
	display: block;
	height:45px;
	width: 45px;
	text-align: center;
	line-height:45px;
	font-size:16px;
	color:#222222;
	font-weight:600;
	background:#ebeaea;
	border-bottom: 3px solid #f5f8fb; 
	text-transform: uppercase;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li.active a,
.styled-pagination li a:hover{
	color:#ffffff;	
	background:#222222;
	border-bottom: 3px solid #386946; 
}

/*Search Box Widget*/

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

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:43px;
	padding:10px 50px 10px 20px;
	border:1px solid #eeeeee;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height:55px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:55px;
	width:60px;
	display:block;
	font-size:16px;
	color:#386946;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	background:none;
}

/* Blog Category Two*/

.blog-cat-two{
	position:relative;
}

.blog-cat-two li{
	position:relative;
	margin-bottom:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-cat-two li:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:5px;
	height:0%;
	z-index:1;
	background-color:#000048;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-cat-two li:hover::before,
.blog-cat-two li.active::before{
	height:100%;
}

.blog-cat-two li a{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:700;
	display:block;
	border-radius:50px 0px 0px 50px;
	border:1px solid #eeeeee;
	padding:18px 15px 18px 38px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-cat-two li span{
	position:absolute;
	right:22px;
	top:18px;
	color:#222222;
	font-size:18px;
	font-family: 'FontAwesome';
}

.blog-cat-two li.active a,
.blog-cat-two li a:hover{
	color:#ffffff;
	border-color:#386946;
	background-color:#386946;
}

.post-widget{
	position:relative;
}

.post-widget .owl-dots{
	display:none;
}

.post-widget .owl-nav{
	position:relative;
}

.post-widget .owl-prev{
	border-right:1px solid #ffffff;
}

.post-widget .owl-prev,
.post-widget .owl-next{
	position:relative;
	width:50%;
	display:inline-block;
	color:#ffffff;
	text-align:center;
	background-color:#222222;
	padding:15px 10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.post-widget .owl-prev:hover,
.post-widget .owl-next:hover{
	background-color:#386946;
}

.widget-post{
	position:relative;
}

.widget-post .post-inner{
	position:relative;
}

.widget-post .post-inner .image{
	position:relative;
}

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

.widget-post .post-inner .lower-content{
	position:relative;
	padding-top:25px;
	text-align:center;
	border:1px solid #e5e5e5;
	border-bottom:none;
	border-top:none;
	padding-left:30px;
	padding-right:30px;
}

.widget-post .post-inner .lower-content .post-info{
	position:relative;
}

.widget-post .post-inner .lower-content .post-info li{
	position:relative;
	margin:0px 10px;
	display:inline-block;
}

.widget-post .post-inner .lower-content h5{
	position:relative;
	font-weight:700;
	line-height:1.5em;
	margin-top:6px;
	padding-bottom:25px;
}

.widget-post .post-inner .lower-content h5 a{
	position:relative;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.widget-post .post-inner .lower-content h5 a:hover{
	color:#386946;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 26px 10px;
	margin:0px 6px 10px 0px;
	color:#222222;
	text-align:center;
	font-size:14px;
	background:#f5f5f5;
	font-weight:400;
	border-radius:50px;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#222222;
	color:#ffffff;
}

.testimonial-widget{
	position:relative;
}

.testimonial-widget .widget-content{
	position:relative;
	padding:60px 30px;
	text-align:center;
	background-size:cover;
}

.testimonial-widget .widget-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.60);
}

.testimonial-widget .widget-content .quote-icon{
	position:relative;
	color:#ffffff;
	line-height:1em;
	font-size:36px;
	margin-bottom:22px;
}

.testimonial-widget .widget-content .text{
	position:relative;
	color:#ffffff;
	line-height:1.7em;
	font-size:16px;
}

.testimonial-widget .widget-content .author{
	position:relative;
	color:#386946;
	font-size:18px;
	font-weight:700;
	line-height:1.3em;
	margin-top:20px;
}

.testimonial-widget .owl-dots,
.testimonial-widget .owl-nav{
	display:none;
}

/* Blog Single */

.blog-single{
	position:relative;
}

.blog-single .inner-box{
	position:relative;
}

.blog-single .inner-box .post-info{
	position:relative;
}

.blog-single .inner-box .post-info li{
	position:relative;
	color:#222222;
	font-size:13px;
	margin-right:10px;
	display:inline-block;
}

.blog-single .inner-box .post-info li .icon{
	position:relative;
	margin-right:4px;
	color:#777777;
}

.blog-single .inner-box .post-info li:last-child{
	margin-right:0px;
}

.blog-single .inner-box h2{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.4em;
	margin-top:14px;
	margin-bottom:10px;
}

.blog-single .inner-box .text{
	position:relative;
	margin-bottom:15px;
}

.blog-single .inner-box .text p{
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.9em;
}

.blog-single .inner-box .image{
	position:relative;
	margin-bottom:30px;
}

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

.blog-single .inner-box h3{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.4em;
	margin-top:14px;
	margin-bottom:10px;
}

.blog-single .inner-box blockquote{
	position:relative;
	padding:0px;
	border:0px;
	padding-left:70px;
	margin-top:20px;
	margin-bottom:20px;
}

.blog-single .inner-box .text blockquote .quote-icon{
	position:absolute;
	content:'';
	left:0px;
	top:-20px;
	color:#222222;
	font-size:44px;
	line-height:1em;
}

.blog-single .inner-box .text blockquote .blockquote-text{
	position:relative;
	color:#222222;
	font-size:18px;
	font-style:italic;
	line-height:1.7em;
	padding-top:22px;
	border-top:1px solid #e6e6e6;
}

/*post share options*/

.blog-single .post-share-options{
	position:relative;
	margin-top: 0px;
}

.blog-single .post-share-options .post-share-inner{
}

.blog-single .post-share-options .tags span{
	font-size:16px;
	color:#222222;
	font-weight:700;
	margin-right:8px;
	text-transform: uppercase;
}

.blog-single .post-share-options .tags a{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
	line-height: 1em;
	padding-right: 12px;
	margin-right: 10px;
	display: inline-block;
	text-transform:capitalize;
	border-right: 1px solid #ebebeb;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-single .post-share-options .tags a:last-child{
	border-right:none;
	margin-right: 0px;
	padding-right: 0px;
}

.blog-single .post-share-options .tags{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
	margin-top:3px;
}

.blog-single .post-share-options .tags a:hover{
	color:#020e28;
}

.blog-single .post-share-options .social-box{
	position:relative;
}

.blog-single .post-share-options .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.blog-single .post-share-options .social-box li a{
	position:relative;
	font-size:14px;
	color:#888888;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.blog-single .post-share-options .social-box li a:hover{
	color:#222222;
}

/*News Posts*/

.blog-single .inner-box .news-posts{
	position:relative;
	padding:25px 0px;
	margin-top: 40px;
	margin-bottom:60px;
	border-top: 1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

.blog-single .inner-box .news-posts h4{
	position:relative;
	color:#222222;
	font-weight:600;
	line-height:1.1em;
	margin:0px;
	margin-bottom:10px;
}

.blog-single .inner-box .news-posts .prev-post a{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:700;
	text-transform: capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.blog-single .inner-box .news-posts .prev-post .image{
	position:absolute;
	left:0px;
	top:8px;
	width:70px;
	height:70px;
}

.blog-single .inner-box .news-posts .next-post{
	position:relative;
	text-align:right;
	padding-right:90px;
}

.blog-single .inner-box .news-posts .next-post .image{
	position:absolute;
	right:0px;
	top:8px;
	width:70px;
	height:70px;
}

.blog-single .inner-box .news-posts .next-post a{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:700;
	text-transform: capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.blog-single .inner-box .news-posts .prev-post{
	position:relative;
	padding-left:90px;
}

.blog-single .inner-box .news-posts .prev-post a:hover,
.blog-single .inner-box .news-posts .next-post a:hover{
	color:#386946;
}

/*Author Box*/

.author-box{
	position:relative;
	margin-bottom:45px;
}

.author-box .author-comment{
	position:relative;
}

.author-box .author-comment .inner-box{
	position:relative;
	padding-left:165px;
}

.author-box .author-comment .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:130px;
	overflow:hidden;
	margin-bottom:20px;
}

.author-box .author-comment .inner-box .text{
	position:relative;
	top:-2px;
	color:#888888;
	font-size:15px;
	font-weight:400;
	line-height:1.7em;
	margin-bottom:12px;
}

.author-box .author-comment .inner-box .social-icon-four li{
	margin-left:0px;
	margin-right:15px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px;
}

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

.sidebar-page-container .group-title h2{
	position:relative;
	color:#222222;
	font-weight:700;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:40px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 30px 110px;
	font-size:14px;
	border-bottom:1px solid #f5f5f5;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:120px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	border-radius:50%;
	margin-bottom:20px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:10px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:17px;
	font-weight:600;
	color:#1a1d1f;
	display:block;
	line-height:1.3em;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#222222;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:12px;
	color:#222222;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	position:absolute;
	right:0px;
	top:0px;
	padding:2px 22px;
	font-size:13px;
	color:#222222;
	font-weight:400;
	border:2px  solid #f6f7f7;
	text-transform:capitalize;
	background-color:#f6f7f7;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	background:#222222;
	color:#ffffff;
	border-color:#222222;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group{
	margin-bottom:30px;
}

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

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 18px;
	color:#888888;
	border:1px solid #ececec;
	height:50px;
	font-size:13px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#386946;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 18px;
	color:#888888;
	border:1px solid #ececec;
	height:180px;
	background:#ffffff;
	resize:none;
	font-size:13px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form button{
	
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-page-section{
	position:relative;
	padding:100px 0px 80px;
}
 
.contact-form{
	position:relative;
}

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

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	color:#a5a5a5;
	line-height:26px;
	padding:10px 20px;
	height:50px;
	font-size:14px;
	border-radius:2px;
	background:none;
	border:1px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#386946;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	color:#a5a5a5;
	height:200px;
	font-size:14px;
	resize:none;
	border-radius:2px;
	background:none;
	border:1px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.contact-page-section .info-column{
	position:relative;
}

.contact-page-section .info-column .content-boxed{
	position:relative;
	padding:45px 35px;
	border-radius:2px;
	border:1px solid #dddddd;
}

.contact-page-section .info-column .content-boxed .text{
	position:relative;
	color:#777777;
	line-height:1.8em;
	margin-bottom:15px;
}

.contact-page-section .info-column .content-boxed ul{
	position:relative;
}

.contact-page-section .info-column .content-boxed ul li{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:15px;
	padding-left:28px;
}

.contact-page-section .info-column .content-boxed ul li:last-child{
	margin-bottom:0px;
}

.contact-page-section .info-column .content-boxed ul li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#386946;
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section{
	position: relative;
	padding-bottom:100px;
}

.contact-map-section .map-outer{
	position: relative;
	height: 500px;
} 

.contact-map-section .map-canvas{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	width:100%;
	text-align:center;
	padding:130px 0px 120px;
	background-position:right top;
	background-repeat:no-repeat;
}

.error-section .inner-section{
	position:relative;
	text-align:center;
}

.error-section .inner-section h2{
	position:relative;
	color:#222222;
	font-weight:400;
	margin-top:40px;
	text-transform:uppercase;
}

.error-section .inner-section .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	margin-top:18px;
	margin-bottom:40px;
}

.error-section .go-back{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
	text-align:center;
	margin-top:18px;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.error-section .go-back:hover{
	color:#386946;
}

/*Error Form*/

.error-search-form .form-group{
	position:relative;
	max-width:430px;
	margin:0 auto;
	width:100%;
}

.error-search-form .form-group input[type="text"],
.error-search-form .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height:52px;
	color:#7e7e7e;
	border:1px solid #e8f1f7;
	background-color:#ffffff;
	padding:14px 50px 10px 20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.error-search-form .form-group input:focus{
	border-color:#222222;	
}

.error-search-form .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:52px;
	width:50px;
	color:#ffffff;
	display:block;
	font-size:16px;
	line-height:100%;
	background:#222222;
	font-weight:normal;
	cursor:pointer;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	margin-bottom:22px;
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}

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

.sidebar .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:15px;
	margin:0px 0px 0px;
	font-weight:600;
	color:#242424;
	line-height:1.6em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#242424;
	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;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#386946;
}

.sidebar .popular-posts .post-info{
	font-size:13px;
	color:#9a9a9a;
	font-weight:500;
}

/*Sidebar List*/

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	line-height:24px;
	margin-bottom:10px;	
}

.sidebar .list li:last-child{
	border-bottom:none;	
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#222222;
	font-size:16px;
	font-weight:600;
	line-height:24px;
	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;
}

.sidebar .list li a:hover{
	color:#386946;	
}

/*Item Sorting*/

.shop-section .items-sorting{
	position:relative;
	margin-bottom:20px;	
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column{
	margin-bottom:20px;	
}

.shop-section .items-sorting .results-column h6{
	font-weight:400;
	color:#222222;
	line-height:24px;
	padding:13px 0px;
}

.shop-section .items-sorting .form-group{
	margin-bottom:0px;	
}

.shop-section .items-sorting select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:9px 20px 9px;
	height:50px;
	font-size:14px;
	border:1px solid #eeeeee;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
	color:#666666;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.shop-section .items-sorting select option{
	text-indent:15px;	
}

/*Shop Item*/

.shop-item{
	position:relative;
	margin-bottom:40px;
}

.shop-item .inner-box{
	position:relative;
	outline:15px solid #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;
}

.shop-item .inner-box:hover .image .overlay-box{
	opacity:1;
}

.shop-item .inner-box .image{
	position:relative;
	z-index:11;
	text-align:center;
	background-color:#f8f8f8;
}

.shop-item .inner-box .image .sale{
	position:absolute;
	left:20px;
	top:20px;
	font-size:11px;
	font-weight:700;
	color:#ffffff;
	z-index:12;
	padding:5px 8px;
	line-height:1em;
	text-transform:uppercase;
	background-color:#386946;
}

.shop-item .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box .image .overlay-box:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color:rgba(0,0,0,0.85);
    -moz-transform: rotateX(-360deg) scale(0.5,0.5);
    -webkit-transform: rotateX(-360deg) scale(0.5,0.5);
    -ms-transform: rotateX(-360deg) scale(0.5,0.5);
    -o-transform: rotateX(-360deg) scale(0.5,0.5);
    transform: rotateX(-360deg) scale(0.5,0.5);
}

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

.shop-item .inner-box .image .overlay-box .cart-option li{
	position:relative;
}

.shop-item .inner-box .image .overlay-box .cart-option li:first-child{
	position:absolute;
	right: 15px;
	top: 15px;
}

.shop-item .inner-box .image .overlay-box .cart-option li:last-child{
	position:absolute;
	left: 15px;
	bottom: 15px;
}

.shop-item .inner-box .image .overlay-box .cart-option li a{
	position:relative;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:18px;
	display:block;
	line-height:40px;
	background-color:#386946;
	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;
}

.shop-item .inner-box .image .overlay-box .cart-option li a:hover{
	background-color:#386946;
	color:#ffffff;
}

.shop-item .inner-box .image .overlay-box .cart-option li a:hover{
	color:#ffffff;
}

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

.shop-item .inner-box .lower-content{
	position:relative;
	z-index:11;
	text-align:center;
	padding:30px 0px 0px;
}

.shop-item .inner-box .lower-content h6{
	position:relative;
	font-weight:600;
}

.shop-item .inner-box .lower-content h6 a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box .lower-content h6 a:hover{
	color:#386946;
}

.shop-item .inner-box .lower-content .price{
	position:relative;
	margin-top:4px;
}

.shop-item .inner-box .lower-content .price li{
	position:relative;
	color:#666666;
	font-size:14px;
	font-weight:400;
	display:inline-block;
}

.shop-item .inner-box .lower-content .price li.discount{
	position:relative;
	color:#000000;
	margin-right:8px;
	text-decoration:line-through;
}

.shop-single-section{
	position:relative;
	padding-top: 100px;
	padding-bottom:90px;
	z-index: 9;
	background-color: #ffffff;
}

/*Product Details*/

.product-details .basic-details{
	position:relative;
	margin-bottom:20px;
}

.product-details .image-column .image-carousel{
	background-color:#eeeeee;
	border-radius:4px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:50px;
}

.product-details .info-column .add-to-cart{
	padding:11px 43px;
	font-size:14px;
	cursor:pointer;
	margin-bottom:10px;
	margin-right:10px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.product-details .image-column .thumbs-carousel{
	margin-top:20px;
}

.product-details .image-column .thumbs-carousel li{
	background-color:#f2f2f2;
	text-align:center;
	padding:0px 0px;
	cursor:pointer;
}

.product-details .image-column .thumbs-carousel li img{
	width:100%;
	display:inline-block;
}

.product-details .image-column .owl-dots,
.product-details .image-column .owl-nav{
	display:none;	
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:0px;	
}

.product-details .basic-details .details-header h2{
	font-weight:700;
	margin:0px 0px;
	line-height:1.4em;
	color:#222222;
	margin-bottom:8px;
}

.product-details .basic-details .details-header h2 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:16px;
	margin-bottom:25px;
	display:inline-block;
}

.product-details .basic-details .details-header .rating span{
	color:#386946;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:1px;	
}

.product-details .basic-details .details-header .rating .fa.light{
	color:#dadada;
}

.product-details .basic-details .details-header .item-price{
	position:relative;
	font-size:24px;
	font-weight:400;
	color:#222222;
	line-height:24px;
	letter-spacing:1px;
	margin-bottom:20px;
}

.product-details .basic-details .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:30px;
}

.product-details .basic-details .availablity{
	position:relative;
	float:left;
	padding-right:40px;
	line-height:32px;
	margin-bottom:27px;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
	color:#777777;
}

.product-details .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#11da61;
	font-weight:600;
	text-transform:uppercase;
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:120px;
	margin-bottom:15px;
	margin-right:20px;
	border:1px solid #eae8e8;
}

.product-details .basic-details .btns-box{
	position:relative;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:54px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:13px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:1px;	
}

.shop-list{
	position:relative;
	margin-top:20px;
}

.shop-list li{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-bottom:10px;
}

.shop-list li strong{
	color:#222222;
	font-size:16px;
	margin-right:5px;
	text-transform:uppercase;
}

.shop-list li a{
	position:relative;
	color:#386946;
	font-size:14px;
	font-weight:700;
	margin-top:0px;
	display:inline-block;
	text-transform:uppercase;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-page .prod-tabs{
	position:relative;	
}

.shop-page .prod-tabs .tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.shop-page .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	margin-right:8px;
	font-size:16px;
	background:none;
	color:#222222;
	border:1px solid #222222;
	text-transform:capitalize;
	font-weight:400;
	line-height:24px;
	cursor:pointer;
	margin-bottom:12px;
	display:inline-block;
	padding:12px 40px 12px;
	transition:all 500ms ease;
}

.shop-page .prod-tabs .tab-btns .tab-btn:hover,
.shop-page .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
	background:#222222;
	border-color:#222222;
}

.shop-page .prod-tabs .tabs-content{
	position:relative;	
}

.shop-page .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.shop-page .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.shop-page .prod-tabs .tabs-content .tab p{
	font-size:14px;
	line-height:2em;
	color:#666666;
	margin-bottom:20px;
}

.shop-page .prod-tabs .tabs-content .tab p:last-child{
	margin-bottom:0px;
}

.shop-page .prod-tabs .tabs-content .tab h3,
.shop-page .prod-tabs .tabs-content .tab h4,
.shop-page .prod-tabs .tabs-content .tab h5,
.shop-page .prod-tabs .tabs-content .tab h6{
	margin-bottom:15px;	
}

.shop-page .prod-tabs .tabs-content .tab h4{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#222222;
}

.shop-page .prod-tabs .reviews-container{
	position:relative;
	padding-bottom:1px;	
}

.shop-page .prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:120px;
	min-height:130px;
	padding-bottom:30px;
	border-bottom:1px solid #f0f0f0;
}

.shop-page .prod-tabs .reviews-container .review-box:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
}

.bootstrap-touchspin .input-group-btn-vertical{
	width:auto;
	right: 0px;
	position: absolute;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.shop-page .prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:5px;
	width:100px;
	height:100px;
	background:#ffffff;
	border-radius:3px;
	margin-bottom:20px;
}

.shop-page .prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:100%;
	border-radius:3px;
}

.shop-page .prod-tabs .reviews-container .rev-content{
	position:relative;
	background:#ffffff;	
}

.shop-page .prod-tabs .reviews-container .rev-header{
	position:relative;
}

.shop-page .prod-tabs .reviews-container .rev-header h4{
	float:left;
	line-height:30px;
	color:#222222;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;	
}

.shop-page .prod-tabs .reviews-container .rev-header .rating{
	position:relative;
	float:left;
	margin-left:40px;
	color:#386946;
	line-height:30px;
	font-size:14px;
	margin-bottom:10px;
}

.shop-page .prod-tabs .reviews-container .rev-header .rating .fa{
	margin-right:3px;
}

.shop-page .prod-tabs .reviews-container .rev-header .time{
	position:relative;
	float:right;
	color:#000000;
	line-height:30px;
	font-size:14px;
}

.shop-page .prod-tabs .reviews-container .rev-option{
	font-size:14px;
	color:#9e9e9e;
}

.shop-page .prod-tabs .reviews-container .rev-option a{
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;	
}

.shop-page .prod-tabs .reviews-container .rev-text{
	font-size:14px;
	color:#9e9e9e;
	line-height:1.8em;
	margin-bottom:15px;
}

/*Add Review*/

.shop-page .prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.shop-page .prod-tabs .add-review h2{
	color:#000000;
}

.shop-page .prod-tabs .add-review .rating{
	position:relative;
	padding-top:8px;	
}

.shop-page .prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#555555;	
}

.shop-page .prod-tabs .add-review .rating .rate-box:hover,
.shop-page .prod-tabs .add-review .rating .rate-box:focus,
.shop-page .prod-tabs .add-review .rating .rate-box:active{
	color:#386946;
}

.shop-page .prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:400;
	color:#303030;	
}

.shop-page .prod-tabs .add-review h3{
	margin-bottom:20px;	
}

.shop-page .prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:20px;	
}

.shop-page .prod-tabs .add-review .form-group input[type="text"],
.shop-page .prod-tabs .add-review .form-group input[type="password"],
.shop-page .prod-tabs .add-review .form-group input[type="tel"],
.shop-page .prod-tabs .add-review .form-group input[type="email"],
.shop-page .prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-page .prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:150px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-page .prod-tabs .add-review button{
	padding:8px 35px;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	z-index: 9;
	background-color: #ffffff;
	padding:100px 0px 120px;
}

.cart-section .cart-outer{
	position:relative;	
}

.cart-section .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-section .cart-table{
	width:100%;
	min-width:900px;
	border:1px solid #eeeeee;
}

.cart-section .cart-table tbody tr{
	border-bottom:1px solid #eeeeee;
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	border-radius:0px;
	background:#386946;
	color:#1f1f1f;
}

.cart-table thead tr th{
	line-height:24px;
	padding:20px 15px;
	min-width:120px;
	font-weight:700;
	color:#ffffff;
	font-size:16px;
	text-transform:capitalize;
}

.cart-table thead tr th.prod-column{
	text-align:left;
	padding-left:40px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:40px 40px 40px;
	min-width:100px;
}

.cart-table tbody tr .qty{
	width:90px;
	padding-right:40px;
	padding-left:10px;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#f5f5f5;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:100px;
	padding-left:130px;
	padding-top:40px;
	text-align:left;
}


.column.default-column .cart-table tbody tr .qty{
	width:110px;
	padding-right:20px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	width:100px;
	left:0px;
	top:0px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h6{
	color:#222222;
	font-weight:500;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#222222;	
	font-size:18px;
	padding-left:20px;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:18px;
	color:#386946;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	top:2px;
	font-size:10px;
	line-height:14px;
	width:14px;
	height:14px;
	margin-right:8px;
	background:#f0f0f0;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
	text-indent:100px;
}

.cart-table tbody tr .remove{
	
}

.cart-table tbody tr .remove-btn:hover{
	
}

.cart-table tbody tr .remove-btn:hover .fa{
	text-indent:0px;
	background:#fa9928;
}

.cart-table tbody tr td{
	vertical-align:middle;	
}

.cart-table tbody tr td.price{
	font-size:18px;
	font-weight:400;
	color:#222222;
	padding-left:10px;
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;
    color: #727272;
    font-size: 16px;
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#3e4494;
	border-radius:50%;
}

.cart-section .coupon-outer{
	position:relative;
	margin:40px 0px 50px;
}

.cart-section .coupon-outer .cart-btn{
	font-size:14px;
	padding:14px 43px;
	font-weight:400;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:20px;	
}

.cart-section .apply-coupon .form-group .coupon-btn{
	padding:11px 28px;
	line-height:30px;
	cursor:pointer;
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:26px;
	padding:12px 0px;
	border-bottom:2px solid #386946;
	height:54px;
	width:230px;
	background:none;
	font-size:14px;
}

.cart-section .estimate-form{
	position:relative;
}

.cart-section .sec-title{
	margin-bottom:25px;
}

.cart-section .sec-title h2{
	font-size:26px;
	color:#222222;
}

.cart-section .estimate-form .row{
	margin-left:-7px;
	margin-right:-7px;	
}

.cart-section .estimate-form .row .form-group{
	padding:0px 7px !important;
	margin-bottom:30px;
}

.cart-section .cart-note{
	position:relative;
	margin-bottom:50px;
	padding:16px 20px;
	text-align:center;
	border:1px dashed #b2dd4c;
	background:#f4f4f4;
	line-height:1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"]{
	position:relative;
	line-height:46px;
	height:46px;
	background:#f4f4f4;	
}

.bootstrap-touchspin .input-group-btn-vertical > .btn{
	height:24px;
	background:#e9e9e9;	
}

.bootstrap-touchspin .input-group-btn-vertical i{
	left:6px;
	top:6px;	
}

.cart-total-box{
	position:relative;
	max-width:490px;
	margin-bottom:40px;
	padding:40px 40px 30px;
	background-color:#f4f4f4;
}

.cart-total-box h4{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:25px;
}

.totals-table{
	position:relative;
}

.totals-table li{
	position:relative;
	color:#222222;
	font-weight:500;
	font-size:18px;
	margin-bottom:8px;
}

.totals-table li .col{
	float:right;width:auto;
}

.totals-table li .col-title{
	font-weight:600;
	float:left;
}

.totals-table li.total{
	margin-top:25px;
	padding-top:30px;
	border-top:1px solid #cccccc;
}

.checkout-btn{
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	padding:15px 40px 15px;
	cursor: pointer;
	background-color:#386946;
}

/*Check Out Page*/

.checkout-page{
	position:relative;
	z-index: 9;
	background-color: #ffffff;
	padding:100px 0px 80px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;	
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:18px 28px;
	background:#f9f9f9;
	color:#797979;
	font-size:17px;
	font-weight:600;
	border:1px solid #ebebeb;
}

.checkout-page .default-links li a{
	color:#386946;
	text-decoration:underline;
}

.shop-form .billing-inner{
	position:relative;
	padding-right:100px;
}

.shop-form .sec-title h2{
	font-size:24px;
}

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

.billing-details .shop-form .sec-title{
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group.sec-title{
	margin-bottom:10px;
	padding-bottom:30px;
	margin-top:20px;
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:8px;
	color:#222222;	
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
}

.shop-form .form-group .field-label sup{
	position:relative;
	top:0px;
	color:#797979;	
	font-size:16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:16px;
	padding:10px 15px;
	height:50px;
	border:1px solid #eeeeee;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-form input.address-two{
	margin-top:12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder{
	color:#c6c6c6;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:100px !important;
	overflow:hidden;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#386946;	
}

/*Shop Order Box*/

.shop-order-box{
	position:relative;
	padding:20px 28px 50px;
	border:1px solid #d9d9d9;
	background-color:#fdfdfd;
}

.shop-order-box .order-list{
	position:relative;
}

.shop-order-box .order-list li{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	margin-bottom:12px;
	text-transform:uppercase;
}

.shop-order-box .order-list li span{
	float:right;
	width:35%;
	text-align:left;
	font-size:17px;
	text-transform:capitalize;
}

.shop-order-box .order-list li span.dark{
	color:#242424;
}

.shop-order-box .order-list li.total{
	padding:8px 0px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#797979;
	cursor:pointer;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:500;
	display: inline-block;
	color:#222222;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option #payment-3{
	top:9px;
}

.checkout-page .payment-options li .what-paypall{
	font-size:13px;
	font-weight:500;
	margin-left:15px;
	color:#4349d9;
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	padding:18px 26px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:15px;
	color:#8e8d8d;
	border-radius:4px;
	line-height:20px;
	line-height:1.8em;
	margin-top:20px;
	margin-left:-30px;
	background-color:#ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:24px;
	top:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{
	display: block;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

/*** 

====================================================================
	Login / Register Section
====================================================================

***/

.register-section{
	position:relative;
	z-index: 9;
	background-color: #ffffff;
	padding:60px 0px 40px;
}

.register-section .form-column{
	margin-bottom:40px;	
}

.register-section .form-column .sec-title{
	position:relative;
	margin-bottom:30px;	
}

.styled-form{
	position:relative;	
}

.styled-form .submit-text{
	font-size:15px;
	color:#9e9e9e;
	font-weight:400;
	margin-top:10px;
}

.styled-form .form-group{
	position:relative;
	margin-bottom:30px;
	font-size:14px;
	color:#848484;
}

.checkout-section .styled-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.styled-form .form-group .check-box{
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	color:#272727;
}

.styled-form .form-group .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:15px;
	cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
	cursor:pointer;
}

.styled-form .form-group .adon-icon{
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:10px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#999999;
	z-index:2;
}

.styled-form .form-group .field-label{
	display:block;
	color:#272727;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:7px;
	font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:8px 20px;
	height:50px;
	border:1px solid #f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select{
	line-height:26px;
	height:44px;	
}

.styled-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.styled-form select option{
	text-indent:20px;	
}

.styled-form textarea{
	resize:none;
	height:110px;	
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus{
	border-color:#386946;
}

.styled-form .form-group .theme-btn{
	min-width:150px;
	text-align:center;
	padding:11px 34px;	
	border-radius:0px;
	cursor: pointer;
}

.styled-form .remember-me{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
}

.social-links-two a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	background:#fc721e;
	margin:0px 0px 0px 5px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.social-links-two a:hover{
	opacity:0.80;
}

.social-links-two .facebook{
	background:#3b5998;	
}

.social-links-two .twitter{
	background:#33ccfe;	
}

.social-links-two .google-plus{
	background:#dd4b39;	
}

/*** 

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

***/

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

.projects-section-two .owl-dots{
	display:none;	
}

.projects-section-two .owl-nav{
	position:absolute;
	right:-5px;
	top:-60px;
	padding:0px;
	margin:0px;
	display:block;
	text-align:center;
}

.projects-section-two .owl-nav .owl-prev,
.projects-section-two .owl-nav .owl-next{
	position:relative;
	display:block;
	width:38px;
	height:38px;
	background:#222222;
	color:#ffffff;
	font-size:16px;
	line-height:36px;
	text-align:center;
	border-radius:0px;
	margin:0px 5px;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.projects-section-two .owl-nav .owl-prev:hover,
.projects-section-two .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#386946;
}

/* Project Block Three */

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

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

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

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

.project-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition:all 1000ms ease;
	-moz-transition:all 1000ms ease;
	-ms-transition:all 1000ms ease;
	-o-transition:all 1000ms ease;
	transition:all 1000ms ease;
}

.project-block .inner-box:hover .image .overlay-box .overlay-inner{
	bottom:0px;
}

.project-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:-1px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #000000));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
}

.project-block .inner-box .image .overlay-box:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:0px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	background-color:rgba(28,99,184,0.80);
}

.project-block .inner-box:hover .image .overlay-box:after{
	height:100%;
}

.project-block .inner-box:hover .image .overlay-box:before{
	opacity:0;
}

.project-block .inner-box .image .overlay-box .overlay-inner{
	position:absolute;
	left:20px;
	right:20px;
	bottom:-140px;
	z-index:1;
	padding-bottom:25px;
	-webkit-transition:all 1000ms ease;
	-moz-transition:all 1000ms ease;
	-ms-transition:all 1000ms ease;
	-o-transition:all 1000ms ease;
	transition:all 1000ms ease;
}

.project-block .inner-box .image .overlay-box h3{
	position:relative;
	font-weight:500;
	line-height:1.4em;
	font-size:22px;
}

.project-block .inner-box .image .overlay-box h3 a{
	position:relative;
	color:#ffffff;
}

.project-block .inner-box .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.7em;
	margin-top:15px;
	font-weight:400;
	margin-bottom:25px;
	max-width:252px;
}

.project-block .inner-box .image .overlay-box .read-more{
	position:relative;
	padding:12px 24px 10px;
	display:inline-block;
	border-radius:50px;
	color:#222222;
	font-size:13px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:capitalize;
	background-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;
}

.project-block .inner-box .image .overlay-box .read-more:hover{
	color:#ffffff;
	background-color:#000000 !important;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	padding:90px 0px 60px;
	overflow: hidden;
}
.featured-section:before {
    position: absolute;
    content: url(../images/background/plant-shape-big.png);
    bottom: 31.5px;
    left: -130px;
    z-index: 1;
    margin-left: 0;
    transform-origin: bottom;
    animation: skew3deg 5s linear infinite;
}

.featured-section:after {
    position: absolute;
    content: url(../images/background/plant-shape-big-gray-rotated.png);
    bottom: 34px;
    right: -130px;
    z-index: 1;
    margin-right: 0;
    transform-origin: bottom;
    animation: skew3deg 5s linear infinite 1s;
}
@keyframes skew3deg {
    0% {
        transform: skewX(0deg)
    }
    25% {
        transform: skewX(-3deg)
    }
    50% {
        transform: skewX(0deg)
    }
    75% {
        transform: skewX(3deg)
    }
    100% {
        transform: skewX(0deg)
    }
}
.featured-section .owl-nav{
    position: absolute;
    right: 0px;
    top: -90px;
    z-index: 99;
}

.featured-section .owl-prev, 
.featured-section .owl-next {
    position: relative;
    height: 40px;
    width: 40px;
    right: 0px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
	color: #222222; 
	background: #ffffff;
	display:inline-block;
	margin-left:10px;
	border: 2px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.featured-section .owl-prev:hover, 
.featured-section .owl-next:hover{
	color: #ffffff;
	background-color:#386946;
	border-color:#386946;
}

.featured-section.style-two{
	padding:100px 0px 70px;
	background-color:#f9f9f9;
}

/*** 

====================================================================
	Featured Block
====================================================================

***/

.featured-block{
	position:relative;
	margin-bottom:40px;
}

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

.featured-block .inner-box .image{
	position:relative;
}

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

.featured-block .inner-box .image .content-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	border: 1px solid #dddddd;
	border-top:none;
	background-color:#ffffff;
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.featured-block .inner-box:hover .image .content-box{
	bottom:-120px;
}

.featured-block .inner-box .image .content-box:before{
	position:absolute;
	content:'';
	left:50%;
	top:-10px;
	margin-left:-8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #ffffff;
}

.featured-block .inner-box .image .content-box .content-inner{
	position:relative;
	padding:20px 0px 25px;
	text-align:center;
}

.featured-block .inner-box .image .content-box .content-inner h3{
	position:relative;
	color:#222222;
	font-size:20px;
	margin-bottom:4px;
	font-weight:600;
	text-transform:capitalize;
}

.featured-block .inner-box .image .content-box .content-inner .title{
	position:relative;
	color:#222222;
	font-size:22px;
	font-weight:500;
	text-transform:capitalize;
}

.featured-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:101%;
	display:block;
	opacity:0;
	text-align:center;
	background-color:rgba(0,0,0,0.80);
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 15px solid transparent;
}

.featured-block .inner-box:hover .image .overlay-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.featured-block .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px 0px;
    vertical-align: middle;
}

.featured-block .inner-box .image .overlay-box .overlay-inner .overlay-content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.featured-block .inner-box .image .overlay-box h2{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
	text-transform:capitalize;
}

.featured-block .inner-box .image .overlay-box h2 a{
	position:relative;
	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;
}

.featured-block .inner-box .image .overlay-box h2 a:hover{
	opacity:0.8;
}

.featured-block .inner-box .image .overlay-box .price{
	position:relative;
	color:#ffffff;
	font-size:22px;
	margin:5px 0px;
	font-weight:500;
}

.featured-block .inner-box .image .overlay-box .overlay-title{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-top:14px;
	text-transform:capitalize;
}

/*** 

====================================================================
	Projects Container
====================================================================

***/

.projects-section{
	position:relative;
	padding:90px 0px 90px;
	background-color:#f9f9f9;
}
.projects-section .pattern-layer-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 728px;
    height: 972px;
    opacity: 0.4;
    background-repeat: no-repeat;
}
.projects-section .pattern-layer-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 47px;
    background-repeat: repeat;
}

.projects-section .pattern-layer-three {
    position: absolute;
    left: -60px;
    top: -92px;
    width: 100%;
    height: 362px;
    background-repeat: no-repeat;
    animation: wiggle 5s linear infinite;
}
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

.projects-section .filters{
	position:relative;
	margin-bottom:55px;
}

.projects-section .filters .filter-tabs{
	position:relative;
}

.projects-section .filters li{
	position: relative;
    display: inline-block;
    color: #222222;
	padding:0px 12px 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
	margin:0px 10px 8px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.projects-section .filters li:after{
	position:absolute;
	content:'/';
	right:-14px;
	top:1px;
	font-size:14px;
	color: #222222;
}

.projects-section .filters li:last-child::after{
	display:none;
}

.projects-section .filters .filter.active,
.projects-section .filters .filter:hover{
    color:#222222;
}

.projects-section .filters li:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-4px;
	height:2px;
	width:0px;
	background-color:#386946;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.projects-section .filters li:hover:before,
.projects-section .filters li.active::before{
	width:100%;
}

/*Gallery Item*/

.gallery-item{
	position:relative;
	margin-bottom:55px;
}

.gallery-item .inner-box{
	position:relative;
	width:100%;
}

.gallery-item .image-box{
	position:relative;
	display:block;
	margin:0px;
	overflow:hidden;
}

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

.gallery-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-align:center;
	background:rgba(0,0,0,0.70);
	
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-item .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item .overlay-inner .link{
	position:relative;
	width:50px;
	height:50px;
	font-size:18px;
	color:#ffffff;
	line-height:50px;
	margin:0px 3px;
	font-weight:400;
	text-align:center;
	display:inline-block;
	background-color:#59ac2f!important;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-item .overlay-inner .link:before{
    position: absolute;
    content: '';
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
	z-index:-1;
    background-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;
}

.gallery-item .overlay-inner .link:hover::before{
	background-color: #386946;
}

.gallery-item .overlay-inner .link .icon{
	position:relative;
}

.gallery-item .overlay-inner .link:hover{
	color:#386946;
	background-color:#ffffff;
}

.gallery-item .inner-box .lower-box{
	position:relative;
	padding-top:25px;
}

.gallery-item .inner-box .lower-box .arrow-link{
	position:absolute;
	right:0px;
	top:25px;
	width:60px;
	height:60px;
	color:#386946;
	font-size:20px;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	transform:scale(0,0);
	background-color:#ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.gallery-item .inner-box .lower-box .arrow-link:hover{
	color:#ffffff;
	background-color:#386946;
}

.gallery-item .inner-box:hover .arrow-link{
	transform:scale(1,1);
}

.gallery-item .inner-box .lower-box h3{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.3em;
}

.gallery-item .inner-box .lower-box h3 a{
	position:relative;
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-item .inner-box .lower-box h3 a:hover{
	color:#386946;
}

.gallery-item .inner-box .lower-box .read-more{
	position:relative;
	color:#777777;
	font-size:15px;
	margin-top:8px;
	font-weight:500;
	display:inline-block;
	text-transform:capitalize;
}

.gallery-item.mix{
	display:none;
}

/*** 

====================================================================
	Talk Section
====================================================================

***/

.talk-section{
	position:relative;
	padding:90px 0px;
}

.talk-section.style-two{
	background-color:#f9f3e9;
}

.talk-section .content-column{
	position:relative;
}

.talk-section .content-column .inner-column{
	position:relative;
	padding-left:80px;
}

.talk-section .content-column .inner-column .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:46px;
	height:55px;
	color:#222222;
	font-size:26px;
	line-height:55px;
	text-align:center;
	border-top:1px solid #222222;
	border-bottom:1px solid #222222;
}

.talk-section .content-column .inner-column h3{
	position:relative;
	color:#222222;
	line-height:1.2em;
	margin-bottom:8px;
	font-weight:600;
}

.talk-section .content-column .inner-column .text{
	position:relative;
	color:#666666;
	font-size:16px;
}

.talk-section .button-column{
	position:relative;
	text-align:right;
}

.talk-section .button-column .inner-column{
	position:relative;
}

.talk-section .button-column .inner-column .theme-btn{
	
}

/*** 

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

***/

.news-section{
	position:relative;
	padding:90px 0px 60px;
	background-color:#f9f9f9;
}

.news-section .carousel-column{
	position:relative;
}

.news-section .carousel-column .inner-column{
	position:relative;
	padding-left:110px;
	margin-bottom:40px;
}

.news-section .carousel-column .owl-dots{
	display:none;
}

.news-section .carousel-column .owl-nav {
    position: absolute;
    right: 0px;
    top: -45px;
	display:none;
	margin-bottom:10px;
	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;
}

.news-section .carousel-column .owl-nav .owl-prev,
.news-section .carousel-column .owl-nav .owl-next{
	position:relative;
	width:40px;
	height:35px;
	margin:0px;
	margin-left:9px;
	text-align:center;
	display:inline-block;
	background-color:#222222;
	color:#ffffff;
	line-height:35px;
	border-radius:0px;
	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;
}

.news-section .carousel-column .owl-nav .owl-prev:hover,
.news-section .carousel-column .owl-nav .owl-next:hover{
	background-color:#386946;
}

.news-section .news-column{
	position:relative;
}

.news-section .news-column .owl-dots{
	display:none;
}

.news-section .news-column .owl-nav {
    position: absolute;
    right: 0px;
    top: -45px;
	display:none;
	margin-bottom:10px;
	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;
}

.news-section .news-column .owl-nav .owl-prev,
.news-section .news-column .owl-nav .owl-next{
	position:relative;
	width:40px;
	height:35px;
	margin:0px;
	margin-left:9px;
	text-align:center;
	display:inline-block;
	background-color:#222222;
	color:#ffffff;
	line-height:35px;
	border-radius:0px;
	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;
}

.news-section .news-column .owl-nav .owl-prev:hover,
.news-section .news-column .owl-nav .owl-next:hover{
	background-color:#386946;
}

/*** 

====================================================================
	Time Countdown style
====================================================================

***/

.time-counter{
	position:absolute;
	left:25px;
	top:0px;
    margin-bottom:80px;
}

.time-counter .time-countdown{
	position:relative;
    margin-top: 32px;
	margin-left:-7px;
}

.time-counter:before{
	position:absolute;
	content:'';
	left:-20px;
	top:20px;
	width:70px;
	height:100%;
	display:block;
	border:4px solid #386946;
	border-right:0px;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	display:block;
	margin:0px 0px 10px 0px;
	min-width:35px;
	color:#222222;
	background:none;
	font-size:13px;
	line-height:18px;
	border-bottom:1px solid #d1d1d1;
	padding-bottom:15px;
	text-transform:capitalize;
	text-align:center;
}

.time-counter .time-countdown .counter-column:last-child{
	border:0px;
	margin:0px;
	padding-bottom:0px;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:25px;
	line-height:18px;
	padding:10px 10px;
	color:#333333;
	font-style:normal;
	letter-spacing:1px;
}

/*** 

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

***/

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

.team-section .owl-dots{
	position:relative;
	text-align:center;
}

.team-section .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	margin:0px 5px;
	display:inline-block;
	border-radius:50px;
	border:2px solid #222222;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.team-section .owl-dots .owl-dot.active{
	background-color:#222222;
}

.team-section .owl-nav{
	position:relative;
	padding:0px;
	margin:0px;
	display:none;
	text-align:center;
	margin-top:50px;
}

.team-section .owl-nav .owl-prev,
.team-section .owl-nav .owl-next{
	position:relative;
	display:block;
	width:38px;
	height:38px;
	background:#222222;
	color:#ffffff;
	font-size:16px;
	line-height:36px;
	text-align:center;
	border-radius:0px;
	margin:0px 5px;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#386946;
}

.team-member{
	position:relative;
}

.team-member .inner-box{
	position:relative;
}

.team-member .inner-box .image-column{
	position:relative;
}

.team-member .inner-box .image-column .image{
	position:relative;
}

.team-member .inner-box .image-column .image img{
	position:relative;
	max-width:100%;
	width:auto;
	display:inline-block;
}

.team-member .inner-box .content-column{
	position:relative;
}

.team-member .inner-box .content-column .inner-content{
	position:relative;
	padding-top:40px;
}

.team-member .inner-box .content-column .inner-content h3{
	position:relative;
	font-weight:500;
	color:#222222;
	text-transform:capitalize;
}

.team-member .inner-box .content-column .inner-content h3 a{
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.team-member .inner-box .content-column .inner-content h3 a:hover{
	color:#386946;
}

.team-member .inner-box .content-column .designation{
	position:relative;
	color:#777777;
	font-size:15px;
}

.team-member .inner-box .content-column .separator{
	position:relative;
	width:75px;
	height:1px;
	margin-top:15px;
	background-color:#ececec;
}

.team-member .inner-box .content-column .separator:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:45px;
	height:1px;
	background-color:#222222;
}

.team-member .inner-box .content-column .text{
	position:relative;
	color:#777777;
	font-size:14px;
	margin-top:20px;
	line-height:1.8em;
	margin-bottom:30px;
}

/*** 

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

***/

.testimonial-section{
	position:relative;
	padding:90px 0px 90px;
	background-color:#f9f9f9;
}

.testimonial-section .sponsors-carousel{
	margin:0px -15px;
	width:auto;
}

.testimonial-section .owl-theme .testimonial-block{
	margin:0px 15px;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding:60px 0px 15px;
}

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

.testimonial-section .owl-nav{
	position:relative;
	padding:0px;
	margin:0px;
	display:block;
	text-align:center;
	margin-top:20px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
	position:relative;
	display:block;
	width:38px;
	height:38px;
	background:#222222;
	color:#ffffff;
	font-size:16px;
	line-height:36px;
	text-align:center;
	border-radius:0px;
	margin:0px 5px;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#386946;
}

/* Testimonial Block */

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	padding-left:30px;
	padding-right:30px;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.20);
}

.testimonial-block .inner-box .image{
	position:relative;
	width:122px;
	height:122px;
	overflow:hidden;
	border-radius:50%;
	margin-top:-60px;
	margin-bottom:30px;
	display:inline-block;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:30px;
}

.testimonial-block .inner-box .lower-box{
	position:relative;
	padding-left:30px;
	padding-right:30px;
}

.testimonial-block .inner-box .lower-box .quote-icon{
	position:relative;
	color:#ffffff;
	font-size:22px;
	margin-top:10px;
	padding:20px 16px;
	border-radius:50px 50px 0px 0px;
	background-color:#386946;
}

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

.testimonial-block .inner-box .lower-box .author-info h3{
	position:relative;
	color:#222222;
	line-height:1.3em;
	font-weight:700;
}

.testimonial-block .inner-box .lower-box .author-info .author{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.3em;
	margin-top:4px;
	margin-bottom:20px;
}

/*** 

====================================================================
	Quote Section
====================================================================

***/

.quote-section{
	position:relative;
	padding:80px 0px 80px;
	background-attachment:fixed;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:cover;
}

.quote-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.70);
}

.quote-section .quote-inner{
	position:relative;
	padding:60px 40px 40px;
	border:1px solid rgba(255,255,255,0.10);
	background-color:rgba(255,255,255,0.05);
}

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

.quote-section .quote-inner .contact-column{
	position:relative;
}

.quote-section .quote-inner .contact-column .column-inner{
	position:relative;
	padding:30px 30px;
	border:1px solid rgba(255,255,255,0.10);
}

.quote-section .quote-inner .contact-column .column-inner h2{
	position:relative;
	color:#ffffff;
	font-weight:600;
	margin-bottom:12px;
}

.default-form.style-two .btn-style-two .btn-txt {
    position: relative;
    display: block;
    z-index: 1;
    border-radius: 2px;
    padding: 13px 40px 15px;
    background-color: #59ac2f!important;
    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;
}

/*** 

====================================================================
	Default Form
====================================================================

 ***/

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	color:#a5a5a5;
	line-height:26px;
	padding:10px 20px;
	height:48px;
	font-size:14px;
	background:rgba(0,0,0,0.70);
	border:1px solid rgba(255,255,255,0.20);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus{
	border-color:#386946;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	color:#a5a5a5;
	height:204px;
	font-size:14px;
	resize:none;
	background:rgba(0,0,0,0.60);
	border:1px solid rgba(255,255,255,0.20);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*** 

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

***/

.call-to-action-section{
	position:relative;
	padding:40px 0px 50px;
	background-color:#386946;
}

.call-to-action-section h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
}

.call-to-action-section .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	margin-top:4px;
}

.call-to-action-section .theme-btn{
	margin-top:13px;
}

/*** 

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

***/

.services-section{
	position:relative;
	padding:90px 0px 60px;
}

/* Services Block */

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

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

.services-block .inner-box .image{
	position:relative;
}

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

.services-block .inner-box .image .overflow-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	 -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.services-block .inner-box .image .overflow-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	top:0%;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #000000));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
}

.services-block .inner-box .image .overflow-box .overlay-inner{
	position:absolute;
	left:35px;
	bottom:35px;
	right:35px;
	transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
}

.services-block .inner-box .image .overflow-box .category{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
}

.services-block .inner-box .image .overflow-box h3{
	position:relative;
	font-weight:700;
	line-height:1.5em;
	margin-top:8px;
	color:#ffffff;
}

.services-block .inner-box .image .overflow-box h3 a{
	position:relative;
	color:#ffffff;
}

.services-block .inner-box .image .overflow-box .read-more{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-top:30px;
	display:inline-block;
	text-transform:capitalize;
}

.services-block .inner-box .image .overflow-box .read-more .arrow{
	position:relative;
	font-size:14px;
	top:1px;
	margin-left:10px;
}

.services-block .inner-box .image .overflow-box-two{
	position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
	opacity: 0;
    display: none;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
	background-color:rgba(28,99,184,0.94);
}

.services-block .inner-box:hover .image .overflow-box-two{
	opacity:1;
}

.services-block .inner-box .image .overflow-box-two .overlay-inner-two{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
	z-index:1;
    padding: 10px 40px;
    vertical-align: middle;
}

.services-block .inner-box .image .overflow-box-two .overlay-inner-two .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block .inner-box .image .overflow-box-two .category-two{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
}

.services-block .inner-box .image .overflow-box-two h4{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height:1.5em;
	margin-top:12px;
	color:#ffffff;
}

.services-block .inner-box .image .overflow-box-two h4 a{
	position:relative;
	color:#ffffff;
}

.services-block .inner-box .image .overflow-box-two .read-more{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-top:15px;
	display:inline-block;
	text-transform:capitalize;
}

.services-block .inner-box .image .overflow-box-two .read-more .arrow{
	position:relative;
	font-size:14px;
	top:1px;
	margin-left:10px;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:90px 0px 90px;
}

.services-section-two .image-column{
	position:relative;
	margin-bottom:30px;
}

.services-section-two .image-column .image{
	position:relative;
}

.services-section-two .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-section-two .content-column{
	position:relative;
}

.services-section-two .content-column .inner-column{
	position:relative;
}

.services-section-two .content-column .inner-column .sec-title{
	position:relative;
	margin-bottom:25px;
}

.services-section-two .content-column .inner-column .text{
	position:relative;
	color:#848484;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:20px;
}

.services-blocks-section{
	position:relative;
	padding-bottom:20px;
}

.services-blocks-section{
	position:relative;
	margin-top:30px;
	padding-bottom:1px;
	border-bottom:1px solid #f2f2f2;
}

/* Service Block Two */

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

.services-block-two .inner-box{
	position:relative;
	padding-left:120px;
}

.services-block-two .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:97px;
	height:97px;
	border-radius:50%;
	overflow:hidden;
	padding:8px;
	border:1px solid #f2f2f2;
}

.services-block-two .inner-box .image img{
	border-radius:50%;
}

.services-block-two .inner-box h3{
	position:relative;
	color:#232527;
	font-weight:600;
	margin-bottom:10px;
	text-transform:capitalize;
}

.services-block-two .inner-box h3 a{
	color:#232527;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.services-block-two .inner-box h3 a:hover{
	color:#386946;
}

.services-block-two .inner-box .text{
	position:relative;
	color:#848484;
	font-size:14px;
	line-height:1.8em;
}

/*** 

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

***/

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

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

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

.fluid-section-one .image-column .content-box{
	position:absolute;
	right:0px;
	bottom:0px;
	padding:50px 50px;
	background-color:#222222;
}

.fluid-section-one .image-column .content-box .content-inner{
	position:relative;
}

.fluid-section-one .image-column .content-box .content-inner h5{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.6em;
}

.fluid-section-one .image-column .content-box .content-inner .get-start{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	margin-top:18px;
	display:inline-block;
	text-transform:capitalize;
	text-decoration:underline;
}

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

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

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

.fluid-section-one .content-column .inner-column{
	position: relative;
    width: 100%;
    float: left;
    max-width: 620px;
	padding: 50px 15px 80px 70px;
}

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

.fluid-section-one .content-column .inner-column .text{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:400;
	line-height:1.9em;
	margin-bottom:40px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

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

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    margin-bottom:20px;
	background-color:#ffffff;
}

.accordion-box .block.active-block{
	box-shadow:0px 0px 25px rgba(0,0,0,0.15);
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	cursor:pointer;
	line-height:30px;
	color:#222222;
	font-weight:500;
	background-color:#f2f3f6;
	padding:19px 50px 19px 35px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active{
	background-color:#222222;
	color:#ffffff;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:20px;
	top:18px;
	font-size:20px;
	color: #262626;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
	right: 0px;
	width:30px;
	height:30px;
	color:#ffffff;
    font-size: 14px;
    text-align: center;
	line-height:32px;
	background-color:#386946;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:30px 35px 30px 35px;
}

.accordion-box .block .content .accordian-text{
	line-height:1.9em;
	font-size:16px;	
	color:#84858a;
	font-weight:400;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/* Testimonial Block Two */

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

.testimonial-block-two .inner-box{
	position:relative;
	margin-left:25px;
	padding:48px 25px 15px;
	border:1px solid #f2f2f2;
	background-color:#ffffff;
}

.testimonial-block-two .inner-box .image{
	position:absolute;
	left:-20px;
	top:-35px;
	width:70px;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(183,183,183,1);
	-moz-box-shadow: 0px 5px 13px 0px rgba(183,183,183,1);
	box-shadow: 0px 5px 13px 0px rgba(183,183,183,1);
}

.testimonial-block-two .inner-box .quote-icon{
	position:absolute;
	left:70px;
	top:-20px;
	width:40px;
	height:40px;
	color:#386946;
	text-align:center;
	border-radius:50%;
	line-height:40px;
	font-size:20px;
	background-color:#ffffff;
	border:1px solid #386946;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.7em;
	margin-top:5px;
}

.testimonial-block-two .inner-box .lower-box{
	position:relative;
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #f2f2f2;
}

.testimonial-block-two .inner-box .lower-box h5{
	position:relative;
	color:#222222;
	font-size:18px;
	margin-bottom:2px;
	font-weight:600;
}

.testimonial-block-two .inner-box .lower-box .location{
	position:relative;
	color:#386946;
	font-size:14px;
	margin-bottom:10px;
}

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

.testimonial-block-two .inner-box .lower-box .rating .fa{
	position:relative;
	color:#386946;
	margin-left:0px;
	font-size:12px;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.price-section{
	position:relative;
	padding:90px 0px 60px;
}

/* Price Block */

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

.price-block .inner-box{
	position:relative;
	padding:45px 60px;
	border:1px solid #f9f9f9;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.price-block .inner-box .ribbon{
	position:absolute;
	right:-7px;
	top:20px;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	padding:4px 12px 4px;
	display:inline-block;
	text-transform:capitalize;
	background-color:#386946;
}

.price-block .inner-box .ribbon:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:-9px;
	border-top: 10px solid #386946;
    border-right: 8px solid transparent;
}

.price-block .inner-box:hover,
.price-block.active .inner-box{
	background-color:#ffffff;
	box-shadow:0px 20px 25px rgba(0,0,0,0.10);
}

.price-block .inner-box h3{
	position:relative;
	color:#222222;
	font-weight:600;
}

.price-block .inner-box .price{
	position:relative;
	color:#222222;
	font-size:40px;
	line-height:1.3em;
	margin-top:8px;
}

.price-block .inner-box .price sup{
	position:relative;
	font-size:16px;
	line-height:1em;
	top:-15px;
}

.price-block .inner-box .price sub{
	position:relative;
	font-size:16px;
	line-height:1em;
	left:-6px;
}

.price-block .inner-box .price-list{
	position:relative;
	margin-top:22px;
	margin-bottom:45px;
}

.price-block .inner-box .price-list li{
	position:relative;
	color:#6a7695;
	font-size:16px;
	margin-bottom:12px;
}

.price-block .inner-box .price-list li:last-child{
	margin-bottom:0px;
}

.price-block .inner-box .purchase-btn{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding:12px 39px;
	border-radius:2px;
	display:inline-block;
	background-color:#386946;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.price-block .inner-box .purchase-btn:hover{
	background-color:#222222;
}


/*** 

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

***/

.call-to-action-section-two{
	position:relative;
	padding:80px 0px 70px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.call-to-action-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	display:block;
	height:100%;
	background-color:rgba(28,99,184,0.80);
}

.call-to-action-section-two h2{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
	text-align:center;
	margin-bottom:25px;
	font-size:36px;
}

.call-to-action-section-two .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	text-align:center;
	line-height:1.8em;
	max-width:850px;
	margin:0 auto;
	margin-bottom:35px;
}

.call-to-action-section-two .number-box{
	position:relative;
	max-width:530px;
	margin:0 auto;
}

.call-to-action-section-two .number-box:before{
	position:absolute;
	content:'';
	top:3px;
	left:50%;
	width:1px;
	height:42px;
	background-color:rgba(255,255,255,0.60);
}

.call-to-action-section-two .number-box .number{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:600;
	padding:10px 0px;
	letter-spacing:1px;
}

.call-to-action-section-two .number-box .number a{
	position:relative;
	color:#ffffff;
}

.call-to-action-section-two .number-box .theme-btn{
	top:-2px;
	font-size:15px;
	font-weight:400;
	padding:10px 40px 10px;
}

/*** 

====================================================================
	Deal Section							
====================================================================

***/

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

.deal-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.80);
}

/*** 

====================================================================
	Team Section Two
====================================================================

***/

.team-section-two{
	position:relative;
	padding:90px 0px 90px;
}

.team-section-two .sec-title .title {
    position: relative;
    color: #59ac2f;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
}

.team-section-two .owl-nav {
    position: absolute;
    right: 0px;
    top: -90px;
    display: flex;
}
.team-section-two .owl-prev, 
.team-section-two .owl-next {
    position: relative;
    height: 40px;
    width: 40px;
    right: 0px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #212121;
    display: inline-block;
    margin-left: 10px;
    border: 2px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-section-two .owl-prev:hover, 
.team-section-two .owl-next:hover {
    color: #ffffff;
    background-color: #59ac2f!important;
    border-color: #59ac2f!important;
}


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

.team-block-two .inner-box{
	position: relative;
	border: 1px solid #e8e6ec;
	border-radius: 5px;
	overflow: hidden;
	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;
}

.team-block-two .inner-box:hover{
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.team-block-two .image-box{
	position: absolute;
	left: 5px;
	top: 0px;
	height: 100%;
	width: 250px;
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}

.team-block-two .image-box .image{
	display: none;
	margin-bottom: 0px;
}

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

.team-block-two .info-box{
	position: relative;
	padding-left: 250px;
}

.team-block-two .info-box .inner{
	position: relative;
	padding: 50px 30px 50px;
}

.team-block-two .info-box .name{
	position: relative;
	display: block;
	line-height: 1.2em;
	color: #341c77;
	font-weight: 600;
	margin-bottom: 5px;
}

.team-block-two .info-box .name a{
	color: #222222;
	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;
}

.team-block-two .info-box .name a:hover{
	color: #386946;
}

.team-block-two .info-box .designation{
	display: block;
	font-size: 16px;
	color: #696478;
	margin-bottom: 30px;
}

.team-block-two .info-box .text{
	position: relative;
}

.team-block-two .info-box .social-links{
	position: relative;
	display: block;
	text-align: center;
	background-color: #222222;
	padding: 10px 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;
}

.team-block-two .inner-box:hover .info-box .social-links{
	background-color: #386946;
}

.team-block-two .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 12px;
}

.team-block-two .social-links li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	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;
}

.team-block-two .social-links li a:hover{
	color: #222222;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

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

.fluid-section-two .outer-container{
	position:relative;
	background-color:#f9f9f9;
}

.fluid-section-two .outer-container .map-column{
	position: absolute;
    width: 50%;
    left: 0px;
    height: 100%;
    float: left;
    min-height: 400px;
}

.fluid-section-two .outer-container .map-column .map-canvas{
	position: absolute;
    right: 0px;
    height: 100%;
    width: 100%;
    min-height: 400px;
}

.fluid-section-two .outer-container .form-column{
	position:relative;
	width:50%;
	float:right;
}

.fluid-section-two .outer-container .form-column .inner-column{
	position:relative;
	padding:90px 50px 90px;
}

.fluid-section-two .outer-container .form-column .inner-column .content{
	position:relative;
	max-width:700px;
	margin:0 auto;
}

.fluid-section-two .outer-container .form-column .inner-column .sec-title{
	margin-bottom:30px;
}

.fluid-section-two .outer-container .form-column .content .map-info-content{
	position:relative;
}

.fluid-section-two .outer-container .form-column .content .map-info-content .address{
	position:relative;
	color:#333333;
	font-size:15px;
	font-weight:700;
	margin-bottom:6px;
}

.fluid-section-two .outer-container .form-column .content .map-info-content .email{
	position:relative;
	color:#666666;
	font-size:15px;
	font-weight:600;
	margin-bottom:20px;
}

.fluid-section-two .outer-container .form-column .content .map-info-content .contact-number{
	position:relative;
	color:#333333;
	font-size:30px;
	font-weight:700;
}

.fluid-section-two .outer-container .form-column .content .map-info-content span{
	color:#b8b8b8;
}

/*** 

====================================================================
	Default Form Two
====================================================================

 ***/

.default-form-two{
	position:relative;
}

.default-form-two .form-group{
	position:relative;
	margin-bottom:30px;
}

.default-form-two .form-group input[type="text"],
.default-form-two .form-group input[type="password"],
.default-form-two .form-group input[type="tel"],
.default-form-two .form-group input[type="email"],
.default-form-two .form-group select{
	position:relative;
	display:block;
	width:100%;
	color:#a5a5a5;
	line-height:26px;
	padding:10px 20px;
	height:48px;
	font-size:14px;
	background:#ffffff;
	border:1px solid rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form-two .form-group input[type="text"]:focus,
.default-form-two .form-group input[type="password"]:focus,
.default-form-two .form-group input[type="tel"]:focus,
.default-form-two .form-group input[type="email"]:focus,
.default-form-two .form-group select:focus,
.default-form-two .form-group textarea:focus{
	border-color:#386946;
}

.default-form-two .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	color:#a5a5a5;
	height:150px;
	font-size:14px;
	resize:none;
	background:#ffffff;
	border:1px solid rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*** 

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

***/

.news-section-two{
	position:relative;
	padding:90px 0px;
}

/*** 

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

***/

.clients-section{
	position:relative;
	padding:70px 0px 70px;
	background:none;
}

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

.clients-section .outer-container{
	position:relative;
	padding:0px 60px;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

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

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.5;
	display:inline-block;
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	
}

.clients-section .sponsors-outer .image-box img:hover{
	opacity:1;
	cursor: col-resize;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

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

/*** 

====================================================================
	Team Page Section
====================================================================

***/

.team-page-section{
	position:relative;
	padding:100px 0px 70px;
	background-color:#f9f9f9;
}

.testimonial-page-section{
	position:relative;
	padding:140px 0px 50px;
	background-color:#f9f9f9;
}

.testimonial-page-section .testimonial-block-two{
	margin-bottom:70px;
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.comming-soon{
	position:relative;
	width:100%;
	height:100%;
	display:block;
	background-color:#f9f9f9;
}

.comming-soon .content{
	position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align:center;
    vertical-align: middle;
}

.comming-soon .content .content-inner{
	position: relative;
	padding: 90px 15px;
    display: table-cell;
    vertical-align: middle;
}

.comming-soon .content .content-inner h2{
	position:relative;
	font-size:90px;
	color:#222222;
	font-weight:300;
	line-height:1.2em;
	margin-bottom:80px;
}

.comming-soon .content .content-inner .text{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:300;
	line-height:1.6em;
	margin-top:28px;
	margin-bottom:60px;
	letter-spacing:1px;
}

.comming-soon .emailed-form .form-group{
	position:relative;
	display:block;
	max-width:650px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
}

.comming-soon .emailed-form .form-group input[type="text"],
.comming-soon .emailed-form .form-group input[type="tel"],
.comming-soon .emailed-form .form-group input[type="email"],
.comming-soon .emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:60px;
	font-size:14px;
	color:#797979;
	overflow:hidden;
	padding:10px 50px 10px 30px;
	background:#ffffff;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comming-soon .emailed-form .form-group input[type="submit"],
.comming-soon .emailed-form button{
	position:absolute;
	right:5px;
	top:5px;
	width:160px;
	height:50px;
	line-height:40px;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	text-align:center;
	background-color:#222222;
	letter-spacing:1px;
	text-transform:capitalize;
}

/*** 

====================================================================
	Countdown style
====================================================================

***/

.time-counter-two{
	position:relative;
}

.time-counter-two .time-countdown{
	position:relative;
}

.time-counter-two .time-countdown .counter-column{
	position:relative;
	margin-left:20px;
	width:170px;
	height:170px;
	text-align:center;
	display:inline-block;
	padding:30px 0px 10px;
	border:3px solid #222222;
	color:#222222;
	font-size:18px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:300;
	border-radius:0px;
	margin:0 auto;
	margin:0px 55px 40px;
}

.time-counter-two .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:60px;
	line-height:40px;
	padding:10px 10px;
	color:#222222;
	letter-spacing:1px;
	font-weight:600;
}

/*** 

====================================================================
	Services Page Section
====================================================================

***/

.services-page-section{
	position:relative;
	padding:100px 0px 70px;
	background-color:#f9f9f9;
}

.service-detail{
	position:relative;
}

.service-detail .inner-box{
	position:relative;
}

.service-detail .inner-box .carousel-box{
	position:relative;
}

.service-detail .inner-box .carousel-box .owl-dots{
	display:none;
}

.service-detail .inner-box .carousel-box .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-38px;
}

.service-detail .inner-box .carousel-box .owl-nav .owl-prev{
	position:relative;
	width:28px;
	height:78px;
	line-height:78px;
	text-align:center;
	font-size:20px;
	color:#ffffff;
	display:inline-block;
	background-color:#386946;
}

.service-detail .inner-box .carousel-box .owl-nav .owl-prev span:before{
	content:'\f104';
	font-family: 'FontAwesome';
}

.service-detail .inner-box .carousel-box .owl-nav .owl-next{
	position:absolute;
	right:0px;
	float:right;
	width:28px;
	height:78px;
	color:#ffffff;
	font-size:20px;
	line-height:78px;
	text-align:center;
	display:inline-block;
	background-color:#386946;
}

.service-detail .inner-box .carousel-box .owl-nav .owl-next span:before{
	content:'\f105';
	font-family: 'FontAwesome';
}

.service-detail .inner-box .image{
	position:relative;
}

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

.service-detail .lower-content{
	position:relative;
	padding-top:25px;
}

.service-detail .lower-content h2{
	position:relative;
	color:#222222;
	font-weight:600;
	text-transform:capitalize;
}

.service-detail .lower-content .text{
	position:relative;
	margin-top:15px;
}

.service-detail .lower-content .text p{
	position:relative;
	font-size:15px;
	color:#848484;
	line-height:1.8em;
	margin-bottom:20px;
}

.service-detail .lower-content .text blockquote{
	position:relative;
	border-width:2px;
	padding-left:25px;
	margin:25px 0px 30px;
	border-left:5px solid #eee;
}

.service-detail .lower-content .text blockquote .blockquote-text{
	position:relative;
	color:#222222;
	font-size:16px;
	font-style:italic;
	line-height:1.8em;
	margin-bottom:12px;
}

.service-detail .lower-content .text blockquote .author{
	position:relative;
	color:#232527;
	font-size:16px;
	font-weight:600;
}

.service-detail .lower-content h3{
	position:relative;
	color:#222222;
	font-weight:600;
	margin-bottom:15px;
	text-transform:capitalize;
}

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

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

/* Featured Table */

.featured-table{
	position:relative;
}

.featured-table h2{
	margin-bottom:20px;
}

.featured-table .table-outer{
	position:relative;
	width:100%;
}

.featured-table .feature-table{
	position:relative;
	width: 100%;
	min-width:770px;
}

.featured-table .feature-table thead{
    position: relative;
    width: 100%;
    background: #222222;
}

.featured-table .feature-table thead tr td{
	position: relative;
	font-size: 16px;
	color: #ffffff;
	font-weight:500;
    line-height: 30px;
	padding:15px 18px;
    text-transform: capitalize;
}

.featured-table .feature-table thead tr td:first-child{
	padding-left:40px;
}

.featured-table .feature-table tbody{
	border:1px solid #e8e8e8;
	border-top: 0;
}

.featured-table .table-outer tbody tr:nth-child(2n + 2){
	background-color:#eeeeee;
}

.featured-table .table-outer tbody tr td:first-child{
	padding-left:40px;
	font-weight: 700;
}

.featured-table .table-outer tbody tr td{
	color:#333333;
	font-size:14px;
	line-height: 30px;
	font-weight:400;
	text-align:left;
	padding:15px 18px;
}

/*** 

====================================================================
	Projects Single Section
====================================================================

***/

.projects-single-section{
	position:relative;
	padding:90px 0px 90px;
}











/*** 

====================================================================
				Project Detail Section
====================================================================

***/

.project-detail{
	position: relative;
	padding: 120px 0 150px;
}

.project-detail .upper-box{
	position: relative;
}

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

.project-detail .upper-box .image-box{
	position: relative;
}

.project-detail .upper-box .image-box img{
	display: block;
	width: 100%;
}

/*=== Price List ===*/

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

.project-detail .price-list{
	position: relative;
}

.project-detail .price-list li{
	position: relative;
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	line-height: 24px;
	padding: 15px 20px;
	min-width: 370px;
	width: 100%;
} 

.project-detail .price-list li:nth-child(odd){
	background-color: #f5f5f5;
}

.project-detail .price-list li span{
	min-width: 150px;
	text-align:left;
	float: right;
	color: #666666;
}

.project-detail .lower-content{
	position: relative;
}

.project-detail h2{
	position: relative;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 30px;
}

.project-detail h3{
	position: relative;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 30px;
}

.project-detail p{
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 30px;
}

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

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

.project-detail .two-column .image-column a{
	display: block;
}

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

/*** 

====================================================================
	Login / Register Section
====================================================================

***/

.register-section{
	position:relative;
	z-index: 9;
	background-color: #ffffff;
	padding:60px 0px 40px;
}

.register-section .form-column{
	margin-bottom:40px;	
}

.register-section .form-column .sec-title{
	position:relative;
	margin-bottom:30px;	
}

.register-section .form-column .sec-title h2{

}

.styled-form{
	position:relative;	
}

.styled-form .submit-text{
	font-size:15px;
	color:#9e9e9e;
	font-weight:400;
	margin-top:10px;
}

.styled-form .form-group{
	position:relative;
	margin-bottom:30px;
	font-size:14px;
	color:#848484;
}

.checkout-section .styled-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.styled-form .form-group .check-box{
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	color:#272727;
}

.styled-form .form-group .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:15px;
	cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
	cursor:pointer;
}

.styled-form .form-group .adon-icon{
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:10px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#999999;
	z-index:2;
}

.styled-form .form-group .field-label{
	display:block;
	color:#272727;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:7px;
	font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:8px 20px;
	height:50px;
	border:1px solid #f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select{
	line-height:26px;
	height:44px;	
}

.styled-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.styled-form select option{
	text-indent:20px;	
}

.styled-form textarea{
	resize:none;
	height:110px;	
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus{
	border-color:#386946;
}

.styled-form .form-group .theme-btn{
	min-width:150px;
	text-align:center;
	padding:11px 34px;	
	border-radius:0px;
	cursor: pointer;
}

.styled-form .remember-me{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
}

.social-links-two a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	background:#fc721e;
	margin:0px 0px 0px 5px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.social-links-two a:hover{
	opacity:0.80;
}

.social-links-two .facebook{
	background:#3b5998;	
}

.social-links-two .twitter{
	background:#33ccfe;	
}

.social-links-two .google-plus{
	background:#dd4b39;	
}

/*Boxed Layout Style*/

.box-layout{
	position: relative;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
}

.box-layout:before{
	position:fixed;
	content: '';
	left:0px;
	top: 0px;
	width: 100%;
	height:100%;
	display: block;
	z-index:-1;
	background: url(../images/background/6.jpg) no-repeat;
	background-position:center center;
}
 
.box-layout .page-wrapper{
	max-width:1170px;
	width: 100%;
	margin: 0 auto;
	padding:15px;
	background-color: #ffffff; 
}

.box-layout .page-wrapper rtl{
	max-width:1170px;
	width: 100%;
	margin: 0 auto;
	padding:15px;
	background-color: #ffffff; 
}

/* Color Palate */

.color-palate .option-box > li{
	position: relative;
	color:#ffffff;
	width: 40%;
	font-size:14px;
	margin:0px 3px;
	cursor: pointer;
	font-weight:600;
	margin-bottom: 9px;
	padding:10px 12px;
	display: inline-block;
	background-color: #386946;
	text-transform:  capitalize;
	font-family: 'Poppins', sans-serif;
}

.color-trigger .fas{
	-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}

/* RTL */

.rtl .archives,
.rtl .sec-title,
.rtl .price-block .inner-box,
.rtl .main-menu .navigation,
.rtl .main-slider .slide,
.rtl .accordion-box .block,
.rtl .main-footer .footer-widget,
.rtl .testimonial-block-two .inner-box,
.rtl .default-form .form-group,
.rtl .sidebar .popular-posts .post,
.rtl .testimonial-block .inner-box,
.rtl .default-form .form-group input,
.rtl .default-form .form-group textarea,
.rtl .about-section .inner-content,
.rtl .footer-style-two .footer-widget,
.rtl .about-section .about-block .lower-box,
.rtl .gallery-item .inner-box .lower-box,
.rtl .news-block .inner-box .lower-content,
.rtl .footer-style-two .footer-bottom .copyright,
.rtl .fluid-section-one .content-column .inner-column .text,
.rtl .services-block .inner-box .image .overflow-box,
.rtl .main-footer .footer-bottom .copyright,
.rtl .project-block .inner-box .image .overlay-box,
.rtl .feature-tabs .tabs-content .inner-box,
.rtl .feature-tabs .tab-btn,
.rtl .blog-cat-two li a,
.rtl .popular-tags,
.rtl .shop-form .form-group,
.rtl .shop-form .form-group input,
.rtl .shop-form .form-group textarea,
.rtl .shop-order-box .order-list,
.rtl .shop-order-box .order-list li span,
.rtl .project-detail .price-column,
.rtl .project-detail .price-list li span,
.rtl .service-detail .lower-content h3,
.rtl .service-detail .lower-content,
.rtl .featured-table .table-outer tbody tr td,
.rtl .feature-tabs .tab-btn p,
.rtl .default-form-two .form-group,
.rtl .faq-form .form-group input,
.rtl .faq-form .form-group textarea,
.rtl .call-to-action-section h2,
.rtl .call-to-action-section .text,
.rtl .team-block-two .info-box .inner,
.rtl .default-form-two .form-group input,
.rtl .default-form-two .form-group textarea,
.rtl .project-detail .lower-content,
.rtl .project-detail .two-column,
.rtl .shop-page .prod-tabs .tabs-content,
.rtl .product-details .info-column,
.rtl .cart-table thead tr th.prod-column,
.rtl .cart-table tbody tr td,
.rtl .cart-table thead tr th,
.rtl .styled-form input,
.rtl .comment-form .group-title,
.rtl .comment-form .form-group,
.rtl .comment-form .form-group input,
.rtl .comment-form .form-group textarea,
.rtl .contact-page-section .info-column .content-boxed,
.rtl .blog-single .inner-box,
.rtl .styled-form textarea,
.rtl .news-block-two .inner-box .lower-content,
.rtl .cart-section .apply-coupon .form-group input[type="text"],
.rtl .shop-section .items-sorting .results-column h6,
.rtl .shop-section .items-sorting select,
.rtl .checkout-page .default-links li,
.rtl .sidebar-page-container .group-title h3,
.rtl .main-header .header-top-two .language .dropdown-menu > li > a,
.rtl .contact-form .form-group input,
.rtl .contact-form .form-group,
.rtl .talk-section .button-column,
.rtl .main-header .header-lower .search-panel input,
.rtl .contact-form .form-group textarea,
.rtl .shop-page .prod-tabs .add-review .form-group input,
.rtl .shop-page .prod-tabs .add-review .form-group textarea,
.rtl .checkout-page .payment-options li .radio-option label .small-text,
.rtl .fluid-section-two .outer-container .form-column .content .map-info-content,
.rtl .services-section-two .content-column .inner-column .text,
.rtl .services-block .inner-box .image .overflow-box-two .overlay-inner-two,
.rtl .quote-section .quote-inner .contact-column .column-inner,
.rtl .team-member .inner-box .content-column .inner-content,
.rtl .main-header .header-top .language .dropdown-menu > li > a,
.rtl .header-top .top-left ul li,
.rtl .deal-section .basic-details .details-header,
.rtl .deal-section .basic-details .text{
	text-align:right;
}

.rtl .footer-style-two .footer-widget.info-widget{
	padding-right:15px;
}

.rtl .footer-style-two .footer-widget h2{
	text-align:right;
}

.rtl .sidebar .search-box .form-group input{
	padding-right:15px;
	padding-left:50px;
	text-align:right;
}

.rtl .header-top .top-left ul li .fa{
	float:right;
	margin-left:15px;
	margin-right:0px;
}

.rtl .header-top .top-right .timing{
	float:right;
	margin-right:0px;
	margin-left:15px;
}

.rtl .main-menu,
.rtl .deal-section .basic-details .item-info,
.rtl .news-block .inner-box .lower-content .outer-link .author,
.rtl .main-slider .link-box .theme-btn,
.rtl .main-header .header-upper .logo-box{
	float:right;
}

.rtl .prod-options .fav-btn, .rtl .prod-options .refresh-btn{
	margin-right:0px;
	margin-left:10px;
}

.rtl .item-tabs .tabs-style-two{
	padding-left:0px;
	padding-right:145px;
}

.rtl .item-tabs .tabs-style-two .tab-buttons{
	left:auto;
	right:0px;
}

.rtl .news-block .inner-box .lower-content .outer-link .meta,
.rtl .main-header .header-upper .upper-right{
	float:left;
}

.rtl .deal-section .basic-details .item-quantity{
	float:right;
	margin-right:0px;
	margin-left:25px;
}

.rtl .deal-section .basic-details .info-column{
	text-align:right;
}

.rtl .main-header .info-box{
	padding-left:0px;
	padding-right:60px;
	text-align:right;
}

.rtl .footer-style-two .footer-widget h2:before,
.rtl .main-footer .footer-widget h2:before,
.rtl .footer-style-two .footer-widget h5:after,
.rtl .main-header .info-box .icon-box{
	right:0px;
	left:auto;
}

.rtl .main-header .outer-box{
	float:left;
}

.rtl .main-header .outer-box .option-box{
	margin-left:0px;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after{
	right:auto;
	left:15px;
	transform:rotate(180deg);
}

.rtl .main-slider .link-box .theme-btn{
	margin-right:0px;
	margin-left:15px;
}

.rtl .list-style-two li{
	padding-left:0px;
	padding-right:25px;
}

.rtl .list-style-two li:before{
	right:0px;
	left:auto;
	transform:rotate(180deg);
}

/* .rtl .fact-counter .column .inner .count-outer{
	padding-left:0px;
	padding-right:60px;
	text-align:right;
} */

.rtl .list-style-one li .icon,
.rtl .list-style-three li .icon,
.rtl .fact-counter .column .inner .icon-box{
	right:0px;
	left:auto;
}

.rtl .sidebar .search-box .form-group button,
.rtl .featured-section .owl-nav{
	left:0px;
	right:auto;
}

.rtl .featured-section .owl-nav .owl-prev,
.rtl .featured-section .owl-nav .owl-next{
	margin-left:0px;
	margin-right:10px;
}

.rtl .gallery-item .inner-box .lower-box .arrow-link{
	right:auto;
	left:30px;
}

.rtl .talk-section .content-column .inner-column{
	padding-left:0px;
	padding-right:80px;
	text-align:right;
}

.rtl .talk-section .content-column .inner-column .icon-box{
	right:0px;
	left:auto;
	transform:rotate(180deg);
}

.rtl .news-widget-block .widget-inner .image,
.rtl .main-header .outer-box .option-box .cart-product .inner .image,
.rtl .news-block .inner-box .image-box .date{
	right:0px;
	left:auto;
}

.rtl .list-style-one li,
.rtl .list-style-three li{
	padding-left:0px;
	padding-right:50px;
	text-align:right;
}

.rtl .main-header .outer-box .option-box .cart-product .inner .cross-icon,
.rtl .main-header .outer-box .option-box .cart-box .cart-panel,
.rtl .main-header .header-lower .search-box-outer .dropdown-menu{
	left:0px !important;
	right:auto;
}

.rtl .main-header .outer-box .option-box .cart-product .inner{
	padding-left:0px;
	padding-right:90px;
	text-align:right;
}

.rtl .list-style-four li{
	padding-left:0px;
	padding-right:25px;
	text-align:right;
}

.rtl .shop-page .prod-tabs .reviews-container .rev-thumb,
.rtl .main-footer .footer-widget h2:after,
.rtl .services-block-two .inner-box .image,
.rtl .list-style-four li:before{
	right:0px;
	left:auto;
}

.rtl .news-widget-block .widget-inner,
.rtl .services-block-two .inner-box{
	padding-left:0px;
	padding-right:120px;
	text-align:right;
}

.rtl .accordion-box .block .icon-outer{
	left:44px;
	right:auto;
}

.rtl .accordion-box .block .acc-btn{
	padding-right:22px;
}

.rtl .testimonial-block-two .inner-box .image{
	right:-20px;
	left:auto;
}

.rtl .testimonial-block-two .inner-box .quote-icon{
	right:70px;
	left:auto;
}

.rtl .totals-table li .col.col-title,
.rtl .shop-item .inner-box .lower-content .pull-left,
.rtl .testimonial-block-two .inner-box .lower-box .pull-left{
	float:right;
}

.rtl .totals-table li .col,
.rtl .shop-item .inner-box .lower-content .pull-right,
.rtl .testimonial-block-two .inner-box .lower-box .pull-right{
	float:left;
}


.rtl .price-block .inner-box .ribbon{
	left:-7px;
	right:auto;
}

.rtl .comming-soon .emailed-form .form-group input[type="submit"],
.rtl .comming-soon .emailed-form button{
	left:5px;
	right:auto;
}

.rtl .comming-soon .emailed-form .form-group input{
	padding-left:180px;
	padding-right:15px;
	text-align:right;
}

.rtl .sidebar-title-two h2{
	padding-left:0px;
	text-align:right;
	border-left:0px;
}

.rtl .main-menu .navigation > li:first-child{
	margin-right:0px;
}

.rtl .main-menu .navigation > li:last-child{
	margin-right:25px;
}

.rtl .main-menu .navigation > li,
.rtl .product-details .info-column .other-options .pull-left{
	float:right;
}

.rtl .product-details .basic-details .item-quantity{
	margin-right:0px;
}

.rtl .shop-page .prod-tabs .reviews-container .review-box{
	padding-left:0px;
	padding-right:120px;
	text-align:right;
}

.rtl .cart-table tbody tr .prod-column .column-box{
	padding-left:0px;
	padding-right:130px;
	text-align:right;
}

.rtl .cart-table tbody tr .prod-column .column-box .prod-thumb{
	right:0px;
	left:auto;
}

.rtl .checkout-page .payment-options li .radio-option label{
	padding-left:0px;
	padding-right:30px;
	text-align:right;
}

.rtl .sidebar-page-container .comments-area .comment-box .author-thumb,
.rtl .author-box .author-comment .inner-box .image,
.rtl .checkout-page .payment-options li .radio-option input[type="radio"]{
	right:0px;
	left:auto;
}

.rtl .styled-form .form-group .adon-icon{
	right:auto;
	left:15px;
}

.rtl .blog-single .inner-box .post-info li .icon,
.rtl .news-block-two .inner-box .lower-content .post-info li .icon{
	float:right;
	margin-left:8px;
	margin-right:0px;
}

.rtl .author-box .author-comment .inner-box{
	padding-left:0px;
	padding-right:165px;
}

.rtl .sidebar-page-container .comments-area .comment{
	padding-left:0px;
	padding-right:110px;
	text-align:right;
}

.rtl .sidebar-page-container .comments-area .comment-box .theme-btn{
	left:0px;
	right:auto;
}

.rtl .contact-page-section .info-column .content-boxed ul li{
	padding-left:0px;
	padding-right:28px;
	text-align:right;
}

.rtl .contact-page-section .info-column .content-boxed ul li .icon{
	right:0px;
	left:auto;
}

.rtl .main-header .header-top-two .language .flag-icon{
	margin-right:0px;
	margin-left:10px;
}

.rtl .main-header .header-top .language .flag-icon{
	margin-left:0px;
	margin-right:10px;
}

.rtl .sticky-header .main-menu .navigation > li:last-child{
	margin-right:0px;
}

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

.rtl .main-menu .navigation li > ul > li.dropdown:hover > ul{
	left: auto !important;
    right: 100%;
}

.rtl .main-header.header-style-two .nav-outer{
	padding-right:15px;
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu{
	position:static;
}

.main-menu .navigation > li.has-mega-menu:before,
.main-menu .navigation > li.has-mega-menu:after{
	display:none;	
}

.main-menu .navigation > li > .mega-menu{
	position:absolute;
	left:0px;
	right: 0;
	margin: auto;
	width:100%;
	max-width: 1170px;
	background-color: #ffffff;
    padding: 45px 40px 30px 45px;
    top: 100%;
	z-index:100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms 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:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar{
	position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:600;
	padding-bottom:10px;
	border-bottom:1px solid #f2f2f2;
}

.main-menu .navigation > li .mega-menu-bar > ul{
	position:relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f2f2f2;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column{
	position:relative;
	margin-bottom:10px;
}

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

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
	padding:10px 0px;
	line-height:20px;
	font-weight:500;
	font-size:16px;
	color:#333333;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover{
	color:#222222;
}

input:focus{
	outline:none !important;
	box-shadow:none !important;
}

.dez-quik-search{
    background-color: #f7941e;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    z-index: 999;
    overflow: hidden;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.dez-quik-search.view-top-search{
	width:100%;
	display:block;
	visibility:visible;
}

.dez-quik-search form {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.dez-quik-search .form-control {
    padding: 15px;
    width: 100%;
    height: 110px;
    border: none;
    background: none;
    color: #fff;
    font-size: 20px;
}
.dez-quik-search .form-control::-moz-placeholder {
    color: #fff;
}
.dez-quik-search .form-control:-moz-placeholder {
    color: #fff;
}
.dez-quik-search .form-control:-ms-input-placeholder {
    color: #fff;
}
.dez-quik-search .form-control::-webkit-input-placeholder {
    color: #fff;
}
.dez-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
	color:#ffffff;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.dez-quik-search .form-control{
		height: 70px;
	}
}

.rtl-version{
	display:none;
}

/*Tweet Widget*/

.footer-style-two .tweets-widget .tweet{
	position:relative;
	margin-bottom:20px;
	padding-left:30px;
	min-height:100px;
	padding-bottom:18px;
	border-bottom:1px solid rgba(255,255,255,0.20);
}

.footer-style-two .tweets-widget .tweet .text{
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-bottom:8px;
	line-height:1.7em;
}

.footer-style-two .tweets-widget .tweet .text a{
	color:rgba(255,255,255,0.80);
	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;
}

.footer-style-two .tweets-widget .tweet p{
	margin-bottom:0px;
	color:#9799a9;
	font-size:16px;
	line-height:1.7em;
}

.footer-style-two .tweets-widget .tweet:last-child{
	margin-bottom:0px;
	border:none;
	min-height:inherit;
}

.footer-style-two .tweets-widget .tweet .icon{
	position:absolute;
	left:0px;
	top:2px;
	line-height:1.4em;
	color:#ffaa00;
	font-size:18px;
}

.footer-style-two .tweets-widget .tweet .days{
	color:#ffaa00;
	font-size:15px;
}

.deal-section .basic-details{
	position:relative;
	margin-bottom:30px;
}

.deal-section .image-column,
.deal-section .info-column{
	margin-bottom:40px;
}

.deal-section .image-column .image-box{
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

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

.deal-section .basic-details .details-header{
	position:relative;
	margin-bottom:20px;	
}

.deal-section .basic-details .details-header h4{
	font-weight:600;
    margin-top: -6px;
	line-height:1.4em;
	color:#ffffff;
	margin-bottom:10px;
}

.deal-section .basic-details .details-header h4 a{
	color:#333333;	
}

.deal-section .basic-details .details-header .rating{
	font-size:13px;
	color:#ffffff;
	margin-bottom:0px;
}

.deal-section .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:2px;
	color:#386946;
}

.deal-section .basic-details .details-header .rating .fa:last-child{
	margin-right:30px;
}

.deal-section .basic-details .details-header .rating .fa-star-o{
	color:#ffffff;
}

.deal-section .basic-details .details-header .rating .txt{
	font-size:14px;
	padding-left:10px;
	color:#ffffff;	
}

.deal-section .basic-details .details-header .item-price{
	font-size:24px;
	font-weight:700;
	color:#386946;
	line-height:24px;
	letter-spacing:1px;
	margin-top:8px;
}

.deal-section .basic-details .details-header .item-price .strike-through{
	position:relative;
	font-size:18px;
	padding-right:5px;
	color:#ffffff;
	font-weight:600;
}

.deal-section .basic-details .prod-info{
	margin-bottom:15px;
	line-height:1.6em;
	font-size:13px;	
}

.deal-section .basic-details .prod-info strong{
	font-weight:700;
	color:#111111;	
}

.deal-section .basic-details .text{
	font-size:16px;
	margin-bottom:25px;
	color:rgba(255,255,255,0.70);
	line-height:1.8em;
	padding-top:15px;
	border-top:1px solid rgba(255,255,255,0.40);
}

.deal-section .basic-details .item-info{
	position: relative;
	float: left;
    top: -2px;
	margin:0px 0px 0px;
}

.deal-section .basic-details .item-info li{
	margin-bottom:0px;
	line-height:24px;
	font-weight:300;
	color:#ffffff;
	font-size:14px;
}

.deal-section .basic-details .item-info a{
	position:relative;
	color:#ffffff;
	line-height:24px;
	margin-left:5px;
	font-weight:400;
	display:inline-block;
}

.deal-section .basic-details .availablity{
	position:relative;
	float:left;
	padding-right:40px;
	line-height:32px;
	margin-bottom:27px;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
	color:#777777;
}

.deal-section .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#f7542b;
	font-weight:600;
	text-transform:uppercase;
}

.deal-section .basic-details .item-quantity{
	position:relative;
	float:left;
	width:70px;
	margin-bottom:0px;
	margin-right:28px;	
}

.deal-section .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.deal-section .basic-details .quantity-spinner,
.deal-section .cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:46px !important;
	box-shadow:none !important;	
}

.deal-section .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:11px 10px;
	background:#f4f5f6;	
}

.deal-section .bootstrap-touchspin .input-group-btn-vertical i{
    top: -1px;
    left: 5px;
}

.deal-section .tabs-box .tabs-content .tab{
    position: relative;
    display: none;
}

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

/*** 

====================================================================
	Product Options
====================================================================

***/

.prod-options{
	position:relative;
	margin-top:25px;
}

.prod-options .fav-btn,
.prod-options .refresh-btn{
	position:relative;
	width:50px;
	height:45px;
	line-height:42px;
	font-size:18px;
	color:#222222;
	text-align:center;
	margin:0px 10px 10px 0px;
	margin-bottom:8px;
	display:inline-block;
	background-color:#f8f8f8;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-options .fav-btn:hover,
.prod-options .refresh-btn:hover{
	background-color:#386946;
	color:#ffffff;
}

.prod-options .cart-btn{
	position:relative;
	color:#ffffff;
	padding-left:30px;
	padding-right:90px;
	text-align:center;
	font-size:13px;
	margin:0px 10px 10px 0px;
    line-height: 45px;
	display:inline-block;
	background-color:#386946;
	font-weight:700;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-options .cart-btn:hover{
	background-color:#386946;
	color:#ffffff;
}

.prod-options .cart-btn:hover span{
	background-color:#222222;
	color:#ffffff;
}

.prod-options .cart-btn span{
	position:absolute;
	right:0px;
	top:0px;
    width: 50px;
    float: right;
	height:100%;
	font-weight:400;
    padding: 13px 0px;
    color: #222222;
    font-size: 18px;
    line-height: 1em;
    display: inline-block;
    background-color: #ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

/*** 

====================================================================
	Tabs Outer
====================================================================

***/

.item-tabs{
	position:relative;
}

.item-tabs .tabs-style-two{
	position:relative;
	padding-left:145px;
}

.item-tabs .tabs-style-two .tab-buttons{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	overflow-y: auto;
}

.item-tabs .tabs-style-two .tab-buttons .tab-btn{
	padding:0px;
	width:100%;
	cursor:pointer;
	margin-bottom:33px;
	background-color:#ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.item-tabs .tabs-style-two .tab-buttons .tab-btn:hover img,
.item-tabs .tabs-style-two .tab-buttons .tab-btn.active-btn img{
	opacity:1;
}

.item-tabs .tabs-style-two .tab-buttons .tab-btn img{
	opacity:0.7;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.item-tabs .tabs-style-two .tab-buttons .tab-btn:last-child{
	margin-bottom:0px;
}

.item-tabs .tabs-style-two .tabs-content{
	padding:0px;
}

.item-tabs .tabs-style-two .tabs-content .tab a img{
	width:100%;
}



/*** 

====================================================================
				Why Us Section							
====================================================================

***/

.why-us-section{
	position: relative;
	padding: 90px 0px 90px;
	background-color:#f9f9f9;
}

.why-us-section .feature-tabs{
	position: relative;
}

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

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

.feature-tabs .tab-btns{
	position: relative;
}

.feature-tabs .tab-btn{
	position: relative;
	background-color: #f2f2f2;
	margin-bottom: 10px;
	padding: 25px 25px;
	border:1px solid transparent;
	cursor: pointer;
	text-align:center;
}	

.feature-tabs .tab-btn .icon-box{
	position: relative;
	color:#222222;
	height: 100%;
	background-color: #e2e2e2;
	padding: 10px 20px;
	text-align: center;
}

.feature-tabs .tab-btn .icon-box:before{
	position: relative;
	top: 0px;
    content: "";
    width: 0px;
    height: 0px;
}

.feature-tabs .tab-btn .icon-box span{
	position: relative;
	font-size: 56px;
	line-height: 1em;
}

.feature-tabs .tab-btn h3{
	position: relative;
	line-height: 28px;
	color: #222222;
	font-weight: 500;
	margin-top:15px;
	margin-bottom: 5px;
}

.feature-tabs .tab-btn p{
	position: relative;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	margin-bottom:0px;
	line-height:1.6em;
}

.feature-tabs .tab-btn.active-btn{
	border:1px solid #386946;
	background-color:#386946;
}

.feature-tabs .tab-btn.active-btn .icon-box:before{
	border-bottom-color: #ffffff;
}

.feature-tabs .tab-btn.active-btn .icon-box{
	background-color: #ffffff;
}

.feature-tabs .tab-btn.active-btn p,
.feature-tabs .tab-btn.active-btn h3{
	color: #ffffff;
}

.feature-tabs .tabs-content{
	position: relative;
	margin-bottom:40px;
}

.feature-tabs .tabs-content .inner-box{
	position: relative;
}

.feature-tabs .tabs-content .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	margin-bottom: 10px;
}

.feature-tabs .tabs-content h2{
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 30px;
}

.feature-tabs .tabs-content p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 35px;
}

.feature-tabs .tabs-content ul{
	margin-bottom: 40px;
}

/*** 

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

***/

.footer-style-two{
	position:relative;
	background-color:#292b2c;
}

.footer-style-two .outer-container{
	position:relative;
	padding:0px 50px;
}

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

.footer-style-two .footer-widget:before{
	position:absolute;
	content:'';
	right:-5px;
	top:0px;
	bottom:0px;
	width:1px;
	height:100%;
	background-color:rgba(255,255,255,0.10);
}

.footer-style-two .footer-widget:before{
	
}

.footer-style-two .footer-widget h2{
	position:relative;
	font-weight:600;
	color:#ffffff;
	font-size:22px;
	text-align:center;
	line-height:1.2em;
	margin-bottom:30px;
	padding-bottom:14px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.footer-style-two .footer-widget h2 span.theme_color{
	color: #59ac2f!important;
}
.footer-style-two .footer-widget h2:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:35px;
	height:3px;
	margin-left:-17px;
	background-color:#59ac2f!important;
}

.footer-style-two .widgets-section{
	position:relative;
	padding:80px 0px 40px;
}

.footer-style-two .footer-widget .info-list{
	position:relative;
	text-align:center;
}

.footer-style-two .footer-widget .info-list li{
	position:relative;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	margin-bottom:12px;
}
.footer-style-two .footer-widget .info-list li a{
	color:#ffffff;
}

.footer-style-two .footer-widget .info-list li .icon{
	position:relative;
	margin-right:12px;
	color:#59ac2f!important;
	font-size:15px;
}

.footer-style-two .widgets-section .footer-column:last-child .footer-widget:before{
	display:none;
}

.footer-style-two .social-widget{
	text-align:center;
	padding:0px 15px;
}

.footer-style-two .social-widget .text{
	color:#e7e7e7;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:20px;
}

.footer-style-two .newsletter-form .form-group{
	position:relative;
	text-align:center;
	display:block;
	margin-bottom:10px;
}

.footer-style-two .newsletter-form .form-group input[type="text"],
.footer-style-two .newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	height:52px;
	font-size:15px;
	color:#888888;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.footer-style-two .newsletter-form .form-group button{
	margin-top:5px;
	border-color: #59ac2f!important;
}
.footer-style-two .newsletter-form .form-group button:hover .txt{
	color: #fff!important;
}
.footer-style-two .newsletter-form .form-group button .txt{
	color: #59ac2f!important;
}
.footer-style-two .newsletter-form .form-group .btn-style-one:before {
    background-color: #59ac2f!important;
    color: #212121!important;
}


/* Footer Bottom */

.footer-style-two .footer-bottom{
	position:relative;
	padding:18px 0px;
	text-align:center;
	border-top:1px solid rgba(255,255,255,0.05);
}

.footer-style-two .footer-bottom .copyright{
	position:relative;
	color:#c9c9c9;
	font-size:14px;
}
.footer-style-two .footer-bottom .copyright a{
	color: #fff!important;
}
.footer-style-two .footer-bottom .copyright a:hover{
	color: #59ac2f!important;
}
.footer-style-two .last-widget{
	position:relative;
	padding-left:50px;
}

/* Chevron */

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}



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

.team-block-three .inner-box{
	position: relative;
	display:block;
}

.team-block-three .image-box{
	position:relative;
	display:block;
	overflow:hidden;
}

.team-block-three .image-box img{
	position:relative;
	
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

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

.team-block-three .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:block;
	height:100%;
	opacity:0;
	text-align:center;
	background-color:rgba(1,1,1,0.85);
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform:translateY(100%) scaleY(0);
	-ms-transform:translateY(100%) scaleY(0);
	-moz-transform:translateY(100%) scaleY(0);
	transform:translateY(100%) scaleY(0);
}

.team-block-three .image-box .overlay-box .lower-content{
	position:absolute;
	left:15px;
	right:15px;
	bottom:15px;
	padding:15px 0px;
	background-color:#386946;
}

.team-block-three .image-box .overlay-box .lower-content h4{
	position:relative;
	font-weight:600;
	color:#ffffff;
	font-size:18px;
	margin-bottom:2px;
}

.team-block-three .image-box .overlay-box .lower-content .designation{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:14px;
}

.team-block-three .image-box .overlay-box .social-icons{
	position:relative;
	width:100%;
}

.team-block-three .image-box .overlay-box .social-icons li{
	position:relative;
	margin:0px 10px;
	display:inline-block;
}

.team-block-three .image-box .overlay-box .social-icons li a{
	position:relative;
	color:#ffffff;
	font-size:18px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.team-block-three .image-box .overlay-box .social-icons li a:hover{
	opacity:0.8;
}

.team-block-three .image-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translateY(0%) scaleY(1);
	-ms-transform:translateY(0%) scaleY(1);
	-moz-transform:translateY(0%) scaleY(1);
	transform:translateY(0%) scaleY(1);
}
.btn-white-new {
    padding: 10px 15px;
    background: #59ac2f;
    border: 1px solid #fff;
    max-width: 160px;
    margin: 17px auto;
    color: #fff;
    font-size: 18px;
}
.btn-white-new a{
	color: #fff;
    font-size: 18px;
}


.main-header .header-lower .btn-box .theme-btn {
    background-color: #e4a101;
    color: #212121!important;
    border: 0;
    outline: 0;
    font-size: 20px;
    animation: drift 1s linear infinite;
    height: 74px;
}
.main-header .header-lower .btn-box .theme-btn:before {
    position: absolute;
    content: '';
    left: -10px;
    top: 0px;
    width: 18px;
    z-index: 1;
    height: 100%;
    background-color: #386946;
    -ms-transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -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-lower .btn-box .theme-btn:after {
    position: absolute;
    content: '';
    right: -10px;
    top: 0px;
    width: 18px;
    z-index: 1;
    height: 100%;
    background-color: #386946;
    -ms-transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
@keyframes drift {
  0%   {background-color: #31e000;}
  25%  {background-color: #9eff3d;}
  50%  {background-color: #96ff1f;}
  100% {background-color: #70e000;}
}




.page-title-area {
  height: 420px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
  max-width: 1800px;
  margin-left: auto;
}
.page-title-area::after {
  background-image: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}


.page-title-wrapper p {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.page-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .page-title {
    font-size: 32px;
  }
}

.breadcrumb-menu li {
  position: relative;
}
.breadcrumb-menu li span {
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-common-white);
  text-transform: uppercase;
}
.breadcrumb-menu li:not(:last-child):after {
  display: inline-block;
  color: var(--clr-common-white);
  content: "";
  position: absolute;
  right: -14px;
  top: 0px;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}
.breadcrumb-menu li:last-child:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #789288;
  left: 0;
  bottom: 4px;
}
.breadcrumb-menu ul {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.breadcrumb-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 27px 0;
}
.breadcrumb-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  background: #0b3d2c;
  opacity: 0.9;
}

.pb-90 {
    padding-bottom: 90px;
}
.pt-120 {
    padding-top: 120px;
}
.about-thumb {
  max-width: 460px;
  margin-left: 70px;
  position: relative;
  border-radius: 10px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-thumb {
    margin-bottom: 60px;
  }
}
.about-thumb img {
  border-radius: 10px;
  width: 100%;
}

.about-thumb-meta {
  width: 300px;
  height: 300px;
  background: #386946;
  position: absolute;
  border-radius: 10px;
  padding: 23px 30px;
  bottom: 0;
  left: -70px;
  transform: rotate(-90deg);
  z-index: -1;
}
.about-thumb-meta p {
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-45 {
    margin-bottom: 45px;
}
.about-content p {
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  color: #3a3a3a;
  text-align: justify;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.section-main-title {
    font-size: 50px;
}
	}
.section-main-title {
    font-size:45px;
    line-height: 1.16;
    font-weight: 700;
    color: #386946;
    text-transform: uppercase;
    letter-spacing: -1.3px;
}
.section-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #386946;
    display: block;
    margin-bottom: 10px;
    margin-top: -2px;
    line-height: 1;
}


.single-strategy {
  border: 2px solid #386946;
  border-radius: 10px;
  text-align: center;
  padding: 48px 15px 38px;
  position: relative;
}
.single-strategy h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 48px;
  color: #386946;
  font-weight: 600;	
}
.single-strategy:hover{
	visibility: hidden;
}
.single-strategy:hover .st-hover {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.strategy-icon {
  width: 140px;
  height: 140px;
  line-height: 140px;
  background: #386946;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 34px;
}

.strategy-arrow {
  font-size: 24px;
  color: #386946;
}

.st-hover {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  background: #386946;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: scale(0.8);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.st-hover .st-h-content {
  flex-grow: 1;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.st-hover .st-h-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #386946;
  opacity: 0.9;
  top: 0;
  left: 0;
  z-index: -1;
}

.st-h-content {
  padding: 20px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .st-h-content {
    padding: 20px 20px;
  }
}
.st-h-content p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.66;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.st-h-btn .fill-btn {
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.fill-btn {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background: #386946;
  border: 1px solid #386946;
  height: 60px;
  line-height: 58px;
  border-radius: 10px;
  padding: 0 38px;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  white-space: nowrap;
}
.fill-btn:hover {
  color: #386946;
  background: #fff;
}

.services-area {
  position: relative;
}

.services-title-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 530px;
  z-index: -1;
  overflow: hidden;
}
.services-title-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
}
.services-title-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-wrapper .row > div {
  counter-increment: service-counter;
}

.single-service-default .service-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 10px;
  transition: 0.3s;
  font-weight: 600;	
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-default .service-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .single-service-default .service-title {
    font-size: 20px;
  }
}
.single-service-default .service-title:before {
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.single-service-default.single-service {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
  padding: 40px 50px 40px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  z-index: 5;
  background: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-default.single-service {
    padding: 30px 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .single-service-default.single-service {
    padding: 20px 20px 20px;
  }
}

.single-service-default.single-service:hover {
  background: #2a7d2e;
  box-shadow: none;
  color: #fff;
}
.single-service-default.single-service:hover .service-icon {
  filter: grayscale(0%) opacity(1);
}
.single-service-default.single-service:hover::after {
  opacity: 0.1;
}
.single-service-default.single-service:hover .single-service-content p {
  color: #fff;
}
.single-service-default.single-service:hover .service-number::before {
  -webkit-text-stroke-color: #fff;
}
.single-service-default.single-service:hover .service-title a{
  color: #fff!important;
}
.single-service-default.single-service:hover .service-title::before {
  width: 80px;
  background: #fff;
}
.single-service-default.single-service:hover .text-btn {
  color: #fff;
}
.single-service-default.single-service::after {
  position: absolute;
  content: url(../images/about/pattern-sm.png);
  bottom: -6px;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.single-service-default .single-service-content p {
  margin-bottom: 25px;
  transition: 0.3s;
  color: #3a3a3a;	
}
.single-service-default .service-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  filter: grayscale(100%) opacity(0.06);
  transition: 0.3s;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-default .service-icon {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .single-service-default .service-icon {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
.single-service-default .service-number {
  margin-bottom: 15px;
  display: inline-block;
}
.single-service-default .service-number::before {
  content: counter(service-counter, decimal-leading-zero);
  font-size: 120px;
  font-weight: 700;
  color: transparent;
  stroke: 2px #386946;
  font-family: "Poppins", sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #386946;
  line-height: 1;
  transition: 0.3s;
}
.text-btn {
  font-size: 14px;
  font-weight: 600;
  color: #386946;
  text-transform: uppercase;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  line-height: 1;
  overflow: hidden;
}
.text-btn:hover {
  color: #ED0003;
}
.text-btn:hover i:first-child {
  margin-left: 0;
}
.text-btn:hover i:last-child {
  font-size: 0;
}
.text-btn i:first-child {
  margin-left: -22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-default .service-number::before {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .single-service-default .service-number::before {
    font-size: 70px;
    -webkit-text-stroke-width: 1px;
  }
}


/***
=============================================
    Contact Page
=============================================
***/
.contact-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}
.contact-page__comment-form {
    position: relative;
    display: block;
}
.contact-page .shape1 {
  position: absolute;
  top: 140px;
  left: 120px;
  z-index: -1;
}

.contact-page .shape4 {
  position: absolute;
  top: 50px;
  right: 70px;
  z-index: -1;
}

.contact-page .shape5 {
  position: absolute;
  bottom: 160px;
  right: -60px;
  z-index: -1;
}

.contact-page__get-in-touch {
  position: relative;
  display: block;
  padding: 70px 50px 87px;
  max-width: 550px;
  width: 100%;
  z-index: 1;
}

.contact-page__get-in-touch:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f2f5f0;
  border-radius: 10px;
  content: "";
  z-index: -1;
}

.contact-page__get-in-touch .shape2 {
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: -1;
}

.contact-page__get-in-touch .shape3 {
  position: absolute;
  left: -70px;
  bottom: -95px;
  z-index: -2;
}

.contact-page__get-in-touch .title {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.contact-page__get-in-touch .title p {
  color: #386946;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.contact-page__get-in-touch .title h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  color: #000;	
}

.contact-page__get-in-touch ul {
  position: relative;
  display: block;
}

.contact-page__get-in-touch ul li {
  position: relative;
  display: block;
  padding-left: 80px;
  margin-bottom: 36px;
}

.contact-page__get-in-touch ul li:last-child {
  margin-bottom: 0;
}

.contact-page__get-in-touch ul li .icon {
  position: absolute;
  top: 8px;
  left: 0;
  width: 60px;
  height: 60px;
  color: #646669;
  text-align: center;
  border-radius: 5px;
  background: #ffffff;
}

.contact-page__get-in-touch ul li .icon span:before {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
}

.contact-page__get-in-touch ul li .text {
  position: relative;
  display: block;
}

.contact-page__get-in-touch ul li .text span {
  position: relative;
  display: inline-block;
  color: #6cab2d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.contact-page__get-in-touch ul li .text p {
  color: rgba(11,11,12,0.8);
  line-height: 26px;
  font-size: 16px;	
}

.contact-page__get-in-touch ul li .text .telephone {
  color: rgba(11,11,12,0.8);
  line-height: 26px;
}

.contact-page__get-in-touch ul li .text .telephone a {
  color: rgba(11,11,12,0.8);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-page__get-in-touch ul li .text .telephone a:hover {
  color: #000;
}

.contact-page__get-in-touch ul li .text .mobile {
  color: rgba(11,11,12,0.8);
  line-height: 26px;
}

.contact-page__get-in-touch ul li .text .mobile a {
  color: rgba(11,11,12,0.8);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-page__get-in-touch ul li .text .mobile a:hover {
   color: #000;
}

.contact-page__get-in-touch ul li .text .website {
  color: rgba(11,11,12,0.8);
  line-height: 26px;
}

.contact-page__get-in-touch ul li .text .website a {
  color: rgba(11,11,12,0.8);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-page__get-in-touch ul li .text .website a:hover {
   color: #000;
}

.contact-page__get-in-touch ul li .text .email {
  color: rgba(11,11,12,0.8);
  line-height: 26px;
}

.contact-page__get-in-touch ul li .text .email a {
  color: rgba(11,11,12,0.8);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-page__get-in-touch ul li .text .email a:hover {
  color: #000;
}


@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}


/***
=============================================
    Contact Page Comment Form
=============================================
***/

.contact-page__comment-form {
  position: relative;
  display: block;
}

.contact-page__comment-form .title {
  position: relative;
  display: block;
  margin-bottom: 39px;
}

.contact-page__comment-form .title h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #000;	
}


.contact-page__comment-form .comment-form__input-box input[type="text"],
.contact-page__comment-form .comment-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  background: #f8f8f8;
  padding: 0 20px;
  margin-bottom: 20px;
  border-radius: 0px;
  outline: none;
  font-size: 16px;
  color: rgba(var(--thm-black-rgb), 0.6);
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--thm-font);
}

.contact-page__comment-form .comment-form__input-box textarea {
  color: rgba(var(--thm-black-rgb), 0.6);
  font-size: 16px;
  height: 205px;
  width: 100%;
  background: #f8f8f8;
  padding: 16px 20px 30px;
  border-radius: 0px;
  outline: none;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: capitalize;
  border: none;
}

.contact-page__comment-form .comment-form__btn.thm-btn {
  text-transform: capitalize;
  background: #386946;
}

.contact-page__comment-form .comment-form__btn {
  position: relative;
  display: block;
}

.contact-page__comment-form .comment-form__btn.thm-btn::after {
  background: #59ac2f;
}



.float-bob {
  animation-name: float-bob;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;
  -ms-animation-duration: 7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;
  -o-animation-duration: 7s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/*** 
=============================================
    Zoom Fade Css
=============================================
***/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}









/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/***
=============================================
    Thm Btn
=============================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #EF0003;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px 45px 15px;
  border-radius: 40px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  letter-spacing: 0.025em;
  overflow: hidden;
  z-index: 1;
cursor: pointer;
}

.thm-btn:hover {
  color: #ffffff;
}

.thm-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-primary);
  border-radius: 40px;
  content: "";
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.thm-btn:hover:after {
  transform: scaleY(1) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

/***
=============================================
    Team Two
=============================================
***/
.team-one {
  position: relative;
  display: block;
  background: #fdf9f5;
  padding: 120px 0px 90px;
  z-index: 1;
}

.team-one .sec-title {
  margin-bottom: 53px;
}

.team-one .sec-title__title span {
  color: #0000;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.team-one__single-img::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  )!important;
  transform: skewX(-25deg);
  z-index: 1;
}

.team-one__single:hover .team-one__single-img::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.team-one__single-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.7s ease 0s;
}

.team-one__single:hover .team-one__single-img img {
  transform: scale(1.1);
}

.team-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 27px 0px 35px;
}

.team-one__single-content h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 2px;
}

.team-one__single-content h2 a {
  color: #386946;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-one__single-content h2 a:hover {
  color: #000000;
}

.team-one__single-content p {
  color:#386946;
  font-size: 18px;
  font-weight: 600;
}

.team-one__single-content .social-links {
  position: relative;
  display: block;
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #efefef;
  margin-top: 14px;
  padding: 7px 0px 5px;
  border-radius: 40px;
}

.team-one__single-content .social-links ul {
  position: relative;
  display: block;
}

.team-one__single-content .social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.team-one__single-content .social-links ul li:last-child {
  margin-right: 0;
}

.team-one__single-content .social-links ul li a {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 15px;
  line-height: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-one__single-content .social-links ul li a:hover {
  color: var(--thm-base);
}


.pb-90 {
    padding-bottom: 90px;
}
.pt-125 {
    padding-top: 50px;
}
.mb-40 {
    margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
    color: #3a3a3a;
}
.service-title {
  font-size: 40px;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  color: #386946;
  font-weight: 600;	
}

.service-box-img {
  overflow: hidden;
}
.service-box-img img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.service-box-img img:hover {
  transform: scale3d(1.2, 1.2, 2);
}

.child-img {
  overflow: hidden;
}
.child-img img {
  width: 100%;
}

.widget__title__box {
  background: #386946;
  padding: 25px 0 20px 40px;
}

.widget-title {
  color: #fff;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}
.widget {
    border: 1px solid #e7e7e7;
}
.cat li a {
  color: #0d3c00;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  padding: 15px 40px;
  display: block;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cat li a {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .cat li a {
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cat li a {
    padding: 15px 30px;
  }
}
.f-right {
    float: right;
}
.cat li a i {
  font-size: 13px;
}
.cat li.active a {
  background: #f4f5f0;
}
.cat li a:hover {
  background: #f4f5f0;
}

.widget__box {
  border: 1px solid #ebebeb;
}
.widget__box h2 {
  color: #0d3c00;
}
.widget__box .widget__social__icon a {
  color: #6a961f;
  font-size: 14px;
  border-radius: 50%;
  background-color: #f4f5f0;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 4px;
}
.widget__box .widget__social__icon a:hover {
  color: white;
  background: #6a961f;
}
.widget.widget_cta_button_widget {
    padding: 0;
}

.cta-widget-content {
    text-align: center;
    padding: 55px 30px 45px 30px;
    position: relative;
}

.cta-widget-title, .cta-widget-button,
.cta-widget-number {
    position: relative;
    z-index: 1;
}

.cta-widget-title {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 40px;
}

.cta-widget-button {
    height: 100px;
    width: 100px;
    background: #81b60c;
    border-radius: 50%;
    font-size: 40px;
    line-height: 105px;
    display: inline-block;
    color: #ffffff;
}

.cta-widget-button:hover,
.cta-widget-number:hover {
    color: #ffffff;
}

.cta-widget-number {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
}

.cta-widget-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #123417;
    left: 0;
    top: 0;
    opacity: .87;
}

.widget.widget_tag_cloud a {
    font-size: 16px !important;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #81b60c;
    font-weight: 500;
}

.widget.widget_tag_cloud a:hover {
    background-color: #123417;
}

.widget.widget_wrd-recent-posts ul li {
    padding: 12px 0;
    min-height: 100px;
}

.wrd-recent-post-widget img {
    height: 80px;
    width: 80px;
    float: left;
    border-radius: 5px;
}



/*---------------------------------------------------------------------------
 =================================Three Column Grid Page============================
 -----------------------------------------------------------------------------*/
/*-----------------========================project_type_one-css==========-----------------------*/

.project_all.tp_one {
    position: relative;
    background: #1c1c1c;
    padding: 100px 0px 70px;
}

.project_all.tp_one .container {
    padding: 0;
}

.project_all.tp_one .container .padding_num {
    padding: 0px 15px;
    margin-bottom: 20px;
}

.project_all.tp_one .heading {
    text-align: left;
    margin-bottom: 20px;
}

.project_all.tp_one .heading h1 {
    padding: 0px;
    color: #fff;
}

.project_inner.type_one {
    position: relative;
    margin-bottom: 30px;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.project_inner.type_one img {
    width: 100%;
}

.project_inner.type_one:hover {
    border: 2px solid #209e2e;
}

.project_inner.type_one .image {
    display: block;
    position: relative;
}

.project_inner.type_one .image .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(32, 158, 46, .9);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.project_inner.type_one:hover .overlay {
    bottom: 0;
    height: 100%;
}

.project_inner.type_one .image span.icon {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.project_inner.type_one .image span.icon::after {
    width: 70px;
    height: 70px;
    position: absolute;
    content: '';
    border-radius: 50px;
    border: 1px dashed #fff;
    background: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    left: -19px;
    top: -21px;
}

.project_inner.type_one .content_inner {
    position: absolute;
    width: 100%;
    text-align: center;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: #1c1c1c;
    opacity: 0;
    transform: translateY(150px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.project_inner.type_one .content_inner h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.project_inner.type_one .content_inner h2 a {
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.project_inner.type_one .content_inner h2:hover a {
    color: #209e2e;
}

.project_inner.type_one:hover .content_inner {
    opacity: 1;
    transform: translateY(0px);
}

.fliter_group ul {
    display: block;
    text-align: center;
    border: 1px dashed #3b3b3b;
    border-radius: 3px;
    margin-top: 15px;
}

.fliter_group ul li {
    display: inline-block;
    padding: 15px 15px;
    position: relative;
    font-size: 16px;
    color: #8d8d8d;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    cursor: pointer;
}

.fliter_group ul li::before {
    position: absolute;
    content: '';
    right: 0;
    top: 15px;
    border: .5px dashed #3b3b3b;
    width: 1px;
    height: 25px;
}

.fliter_group ul li:last-child::before {
    display: none;
}

.fliter_group ul li.active,
.fliter_group ul li:hover {
    color: #209e2e;
}

.projects.grid_three {
    position: relative;
    padding: 100px 0px 70px;
}

.projects.grid_three .container {
    padding: 0;
}

.projects.grid_three .padding_num {
    padding: 0px 15px;
    margin-bottom: 20px;
}

.projects.grid_three .fliter_group {
    text-align: center;
    margin-bottom: 30px;
}

.projects.grid_three .fliter_group ul {
    display: inline-block;
    text-align: center;
    border: 1px dashed #d2d2d2;
    border-radius: 3px;
    padding: 0px 60px;
}

.projects.grid_three .fliter_group ul li {
    display: inline-block;
    padding: 15px 15px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #252525;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    cursor: pointer;
}

.projects.grid_three .fliter_group ul li::before {
    position: absolute;
    content: '';
    right: 0;
    top: 15px;
    border: .5px dashed #d2d2d2;
    width: 1px;
    height: 25px;
}

@media(max-width:600px) {
    .projects.grid_three .fliter_group ul li::before {
        display: none;
    }
    .projects.grid_three .fliter_group ul li {
        display: block;
    }
}

.projects.grid_three .fliter_group ul li.active,
.projects.grid_three .fliter_group ul li:hover {
    color: #209e2e;
}

.project_inner.type_one.style_one .content_inner {
    background: #fff;
}

.project_inner.type_one.style_one .content_inner h2 a {
    color: #252525;
}

.project_inner.type_one.style_one .content_inner p {
    color: #808080;
}
/* ==== 
 --------- ticket modal styles start ---------
 ==== */
.ticket-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(44, 48, 94, 0.8);
  overflow-y: auto;
  z-index: 99999999;
  padding: 70px 0px 50px;
  display: none;
}

.ticket-modal::-webkit-scrollbar {
  width: 5px;
}

.ticket-modal::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

.ticket-modal::-webkit-scrollbar-button, .ticket-modal::-webkit-scrollbar-thumb {
  background-color: #fe2a77;
  border-radius: 5px;
}

.ticket-modal .ticket-modal-container {
  padding: 30px 40px;
  background: #386946;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  width: 600px;
  margin: 0px auto;	
}

.ticket-modal .ticket-modal-container .close-ticket {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222222;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ticket-modal .ticket-modal-container .close-ticket i {
  color: #ffffff;
}

.ticket-modal .select-package-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 40px;
}

.ticket-modal .select-package {
  width: calc(33.33% - 20px);
}

.ticket-modal .select-ticket-package {
  display: inline-flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  padding: 40px 15px;
  border: 1px solid #7c7ba3;
  border-radius: 30px;
  cursor: pointer;
  margin: 0px;
}

.ticket-modal .select-ticket-package img {
  margin-bottom: 30px;
  border-radius: 50%;
}

.ticket-modal .select-ticket-package .h5 {
  margin-bottom: 10px;
}

.ticket-modal .select-ticket-package .h4 {
  margin-bottom: 40px;
}

.ticket-modal .select-ticket-package .checkmark {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fe2a77;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.ticket-modal .select-ticket-package .checkmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
}

.ticket-modal .select-package input {
  display: none;
}

.ticket-modal .select-package input:checked + label .checkmark::before {
  background-color: #fe2a77;
}

.ticket-modal .input-single-group {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.ticket-modal .input-single-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.ticket-modal .input-single-group .input-single {
  width: calc(50% - 12px);
  margin: 0px;
}

.ticket-modal .input-single-group input {
  margin: 0px;
}

.ticket-modal .input-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ticket-modal .input-checkbox input {
  width: auto;
  margin: 0px;
  display: none;
}

.ticket-modal .input-checkbox label,
.ticket-modal .input-checkbox span {
  margin: 0px;
  cursor: pointer;
}

.ticket-modal .input-checkbox .checkbox-check {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
}

.ticket-modal .input-checkbox .checkbox-check::before {
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ticket-modal .input-checkbox input:checked + .checkbox-check::before {
  content: "\f00c";
}

.ticket-modal .payment-method {
  margin-top: 40px;
}

.ticket-modal .payment-package {
  display: inline-grid;
  align-items: center;
  margin-top: 5px;
}

.ticket-modal .payment-package label,
.ticket-modal .payment-package {
  margin: 0px;
  cursor: pointer;
}

.ticket-modal .payment-package label {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 20px;
}

.ticket-modal .payment-package input {
  display: none;
}

.ticket-modal .payment-package .pay-check {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #59ac2f;
  border-radius: 50%;
  position: relative;
    margin-top: -12px;	
}

.ticket-modal .payment-package .pay-check::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}

.ticket-modal .payment-package input:checked + label .pay-check::before {
  background-color: #59ac2f;
}

.ticket-modal .cmn-button {
  margin-top: 15px;
}
.single-select-inner label {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  position: absolute;
  top: 0;
  left: 20px;
  height: 60px;
  line-height: 60px;
}
.single-select-inner .single-select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #386946;
  color: #fff;
  margin-bottom: 15px;	
}
.single-select-inner .single-select::-webkit-input-placeholder {
  color: #ffffff50;
}
.single-select-inner .single-select::-moz-placeholder {
  color: #ffffff50;
}
.single-select-inner .single-select:-ms-input-placeholder {
  color: #ffffff50;
}
.single-select-inner .single-select::-ms-input-placeholder {
  color: #ffffff50;
}
.single-select-inner .single-select::placeholder {
  color: #ffffff50;
}

.single-select-inner .single-select .list {
  width: 100%;
}
.single-select-inner.style-border .single-select {
  border: 1px solid #D6D6D6 !important;
  background: transparent;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
}

.payment-method h5{
	color: #fff;
	font-size:20px;
}
h3{
	color: #fff;
	text-align: center;
	font-size: 40px;
}
input, textarea,label{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: -7px;
    color: #ffffff;

}
/* ==== 
 --------- (3.2) forms styles start ---------
 ==== */
.input-single {
  margin-bottom: 30px;
}

.input-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.input-single label {
  display: block;
  margin-bottom: 10px;
}

.input-single input,
.input-single textarea {
  width: 100%;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #386946;
  border-radius: 10px;
}

.input-single input::placeholder,
.input-single textarea::placeholder {
  color: #ffffff50;
}

.input-single textarea {
  max-height: 160px;
}

/* ==== 
 --------- (3.1) buttons styles start ---------
 ==== */
.cmn-button {
  font-weight: 600;
  padding: 15px 30px;
  color: #000;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cmn-button::before, .cmn-button::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 60%;
  height: 100%;
  background-color: #59ac2f;
  z-index: -1;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.2s ease-out;
}

.cmn-button::after {
  left: unset;
  right: 0px;
  border-radius: 0px 5px 5px 0px;
}

.cmn-button:hover::before, .cmn-button:hover::after {
  width: 0%;
}

.cmn-button--secondary {
  color: #000;
  background-color: #e7025d;
  box-shadow: none;
}

.cmn-button--secondary::after, .cmn-button--secondary::before {
  background-color: #e7025d;
}

.cmn-button--secondary:hover {
  color: #000;
  background-color: #253b76;
}

/* ==== 
   --------- / ticket modal styles end ---------
   ==== */

@media only screen and (max-width: 1199px) {
	.ticket-modal .select-package-wrapper {
    flex-wrap: wrap;
  }
  .ticket-modal .select-package {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 991px) {
	.ticket-modal .input-single-group {
    flex-direction: column;
  }
  .ticket-modal .input-single-group .input-single {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
	.ticket-modal {
    padding: 80px 0px;
  }
  .ticket-modal .ticket-modal-container {
    padding: 60px 20px 40px;
	 width: 100%; 
  }
  .ticket-modal .select-package-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .ticket-modal .select-package img {
    width: 80px;
    height: 80px;
  }
  .ticket-modal .select-ticket-package {
    padding: 30px 15px;
  }
  .ticket-modal .select-ticket-package .h4 {
    margin-bottom: 30px;
  }
}