/*!
Theme Name: Automatic irrigation systems
Theme URI: https://marchuk.pro/
Author: Marchuk Alexandr
Author URI: https://marchuk.pro/
Description: Description
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: automatic-irrigation-systems
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Automatic irrigation systems is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
	font-family: 'Roboto-light';
	src:url('../fonts/Roboto-Light.ttf');
	font-weight: 300;
}

@font-face {
			font-family: "Helvetica";
			src: url("../fonts/HelveticaRegular/HelveticaRegular.eot");
			src: url("../fonts/HelveticaRegular/HelveticaRegular.eot?#iefix")format("embedded-opentype"),
			url("../fonts/HelveticaRegular/HelveticaRegular.woff") format("woff"),
			url("../fonts/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}
@font-face {
			font-family: "Helvetica";
			src: url("../fonts/HelveticaBold/HelveticaBold.eot");
			src: url("../fonts/HelveticaBold/HelveticaBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/HelveticaBold/HelveticaBold.woff") format("woff"),
			url("../fonts/HelveticaBold/HelveticaBold.ttf") format("truetype");
			font-style: bold;
			font-weight: 700;
}
/* ==============================
	 2. header-style
	 ============================== */
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.gif);
}
.top-bar {
	position: relative;
	line-height: 46px;
	z-index: 999;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
}
.top-bar .thm-btn {
	border-radius: 4px;
	padding: 0px 14px;
	line-height: 28px;
	top: -2px;
}
.top-bar .clearfix {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-bar .top-bar-text ul li {
	display: inline-block;
	margin-right: 21px;
	color: #999;
	vertical-align: middle;
}
.top-bar .top-bar-text ul li i {
	color: #a0c715;
	margin-right: 10px;
}
.top-bar .contact-info {
	display: inline-block;
	margin-left: 20px;
}
.top-bar .contact-info li {
	font-family: 'Roboto-light';
	font-size: 16px;
	padding-right: 15px;
	margin-right: 15px;
	line-height: 26px;
	border-right: 1px solid #f0f0f0;
}
.top-bar .contact-info li span {
	color: #a0c715;
	margin-right: 10px;
	font-size: 16px;
}
.top-bar .signin-btn {
	display: inline-block;
}
.top-bar .signin-btn a {
	color: #999;
	font-size: 16px;
	margin-left: 20px;
}
.top-bar .signin-btn a i {
	color: #333;
	margin-right: 10px;
}
.top-bar .right-column {
	position: relative;
	top: 11px;
	padding-left: 55px;
}
.top-bar .right-column:before {
	position: absolute;
	content: "";
	background: #a0c715;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1000%;
}
.top-bar .right-column:after {
	position: absolute;
	content: "";
	border: 25px solid transparent;
	border-bottom-color: #a0c715;
	border-right-color: #a0c715;
	left: -50px;
	top: -1px;
	bottom: 1px;
	width: 49px;
}
.main-header .header-upper{
	position:relative;
	padding: 8px 0 0 0;
	background:#ffffff;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	z-index:5;
}
.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}
.main-header .logo-outer{
	position:relative;
	z-index:25; 
}
.main-header .logo-outer .logo {
	margin-top: 0;
	display: inline-block;
}
.main-header .logo-outer .text-logotype {
	display: inline-block;
	font-family: "Arial", "Helvetica", sans-serif;
	width: 170px;
	margin-left: 25px;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	color: #333;
	vertical-align: middle;
}
.main-header .logo-outer .text-logotype span {
	display: block;
}
.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
	height: 100px;
}
.main-header .header-upper .upper-right{
	position:relative;
	padding: 15px 0px;
}
.main-header .header-upper .info-box:first-child{
	margin-left: 0px; 
}
.main-header .header-upper .info-box:last-child{
	margin-right:0px; 
}
.main-header .header-upper .info-box:after{
	content:'';
	position:absolute;
	right:-40px;
	top:50%;
	margin-top:-20px;
	height:40px;
}
.main-header .social-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.main-header .social-icon a{
	position:relative;
	display:inline-block;
	text-align:center;
	height: 48px;
	font-size:14px;
	color:#fff;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.main-header .social-icon a:hover{
	color:#92b70e;
}
.main-header .info-box {
	font-family: "Arial", "Helvetica", sans-serif;
	position: relative;
	float: left;
	min-height: 56px;
	margin: 0px 40px;
	padding: 7px 0px 7px 70px;
}
.main-header .header-upper .info-box:last-child:after{
	display:none; 
}
.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:8px;
	height:44px;
	padding-right: 19px;
	text-align:center;
	line-height:42px;
	border-right: 1px dashed #a0c715;
	border-radius:2px;
	color:#a0c715;
	font-size: 30px;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.main-header .info-box:hover .icon-box{
	border-color:#a0c715; 
}
.main-header .info-box li{
	position:relative;
	line-height:24px;
	margin:0px 0px;
	font-size:14px;
	font-weight: 700;
	color:#9b9b9b;
}
.main-header .info-box li a{
	color:#9b9b9b;
}
.main-header .info-box strong{
	font-weight:700;
	color:#a0c715;
	font-size:15px; 
}
/*==============================================
Logo
===============================================*/
.main-logo {
	margin: 27px 0;
}
.theme_menu .container {
	position: relative;
}
.theme_menu .menu-column {
	padding-left: 0;
}
/*==============================================
Mainmenu Area Css
===============================================*/
.mainmenu-area {
	background: #000
}
.main-menu {
	position: relative;
	background-size: cover;
	background-position: center;
	float: left;
	width: 100%;
	z-index: 9;
}
.navbar-collapse {
	padding: 0px
}
.navigation {
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
.navigation > li {
	position: relative;
	display: inline-block;
	border-left: 1px solid #333;
}
.navigation > li.home {
	background: #a0c715;
}
.navigation > li.home a:hover {
	color: #fff;
}
.navigation > li:first-child {
	border-left: 0px;
	margin-right: -4px;
}
.navigation > li > a {
	color: #fff;
	display: block;
	font-size: 19px;
	margin: 0 57px;
	font-weight: 700;
	line-height: 1.42857143;
	padding: 20px 0px;
	font-family: "Arial", "Helvetica", sans-serif;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.navigation > li > a:hover  {
	color: #a0c715;
}
.navigation > li > ul {
	position: absolute;
	right: auto;
	top: 100%;
	background: #222;
	width: 240px;
	padding: 0;
	z-index: 999;
	display: none;
}
.navigation > li > ul > li {
	position: relative;
	display: block;
}
.navigation > li > ul > li > a {
	color: #878787;
	display: block;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #333;
	line-height: 25px;
	padding: 12px 20px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.navigation > li > ul > li > a:before {
	content: "\e91a";
	font-family: 'icomoon';
	color: #a0c715;
	top: 19px;
	left: 23px;
	font-size: 14px;
	position: absolute;
	line-height: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.navigation > li > ul > li > a:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.navigation > li > ul > li:last-child > a {
	border-bottom: 0px;
}
.navigation > li > ul > li:hover > a {
	color: #a0c715;
	background: #333;
	padding-left: 45px;
}
/*========= third-menu ===============*/
.navigation > li > ul > li.third-menu ul {
	position: absolute;
	left: 230px;
	top: 0px;
	background: #333;
	width: 200px;
	border-top: 2px solid #fff;
	padding: 12px 0px;
	z-index: 999;
	display: none;
}
.navigation > li > ul > li.third-menu {
	position: relative;
}
.navigation > li > ul > li.third-menu ul a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 12px 20px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.navigation > li > ul > li.third-menu ul a:hover {
	color: #fdc716;
}
.navigation > li > ul > li.third-menu:after {
	position: absolute;
	content: "\f0de";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	right: 14px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
			transform: rotate(90deg);
	top: 3px;
}
/*========= mobile-menu ==============*/
.mobile-menu .dropdown-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 42px;
	border-left: 1px solid #ffffff;
	cursor: pointer;
	display: block;
	z-index: 5;
}
.mobile-menu .dropdown-btn:after {
	position: absolute;
	content: "\f107";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}
.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
	background: #000;
	font-family: 'Roboto', sans-serif;
}
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
	display: none;
}
.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a{
	padding:10px 20px;
	font-family: 'Roboto', sans-serif;
	line-height:22px;
	color:#ffffff;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	border-top: 1px solid #fff;
}
/*=================== Cart And Search Option ===============*/

.theme_menu .right-column {
	position: absolute;
	right: 0;
	width: 300px;
}
.nav_side_content {
	margin-top: 33px;
	float: left;
	position: relative;
	left: -20px;
}
.nav_side_content .cart_select>button {
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	margin-right: 23px;
	color:#272727;
}
.nav_side_content .cart_select>button span {
	font-weight: normal;
	padding: 0 0px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -20px;
	color: #a0c715;
}
.nav_side_content .cart_select>button i {
	font-size: 18px;
	margin-left:5px;
}
.nav_side_content .cart_select,
.nav_side_content .search_option {
	display: inline-block;
	vertical-align: middle;
}
.nav_side_content .search_option>button {
	width: 30px;
	height:40px;
	border-radius: 50%;
	font-size: 14px;
	color: #222;
}
.nav_side_content .search_option form {
		height: 50px;
		width: 280px;
		padding: 5px;
		border-radius: 4px;
		margin: 0;
		left: auto;
		right: 0;
		border-color: #a0c715;
		top: 67px;
}
.nav_side_content .search_option form input {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	width:100%;
	height:100%;
	background: transparent;
	color:#9e9e9e;
	border:1px solid #f7f7f7;
	padding: 0 47px 0 10px;
	font-size: 15px;
}
.nav_side_content .search_option form button {
	display: block;
	width:40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top:5px;
	right:5px;
	color:#a0c715;
}
.nav_side_content .cart_select {
	border-left: 1px solid #ececec;
	padding-left: 5px;
}
.theme_menu .link_btn {
	margin-top: 24px;
}

/* Mainmenu fixed style */
@-webkit-keyframes menu_sticky {
	0%   {margin-top:-100px;}
	50%  {margin-top: -90px;}
	100% {margin-top: 0;}
}
@keyframes menu_sticky {
	0%   {margin-top:-100px;}
	50%  {margin-top: -90px;}
	100% {margin-top: 0;}
}
.theme_menu.stricky-fixed {
	margin: 0;
	position: fixed;
	background: url(./images/background/menu-bg.jpg);
	top:0;
	left:0;
	width: 100%;
	z-index: 99;
	-webkit-animation-name: menu_sticky;
	        animation-name: menu_sticky;
	-webkit-animation-duration: 0.60s;
	        animation-duration: 0.60s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}
/*** 
=============================================
		Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper {
	margin-top: -35px;
}
.rev_slider_wrapper .slide-content-box h3 {
	background-size: contain;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 22px;
	font-family: 'Roboto Slab', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rev_slider_wrapper .slide-content-box h1,
.rev_slider_wrapper .slide-content-box h2,
.rev_slider_wrapper .slide-content-box h3 {
	color: #ffffff;
	font-size: 60px;
	line-height: 62px;
	margin: 14px 0 20px;
	font-weight: 700;
}
.rev_slider_wrapper .slide-content-box p{
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 300;
	margin: 0 0 30px;
}
.rev_slider_wrapper .slide-content-box .button a{
	padding: 0px 30px;
	margin-right: 15px;
	-webkit-transition: all 500ms ease !important;
	     -o-transition: all 500ms ease !important;
	        transition: all 500ms ease !important;
}
.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution{
	background: #fff;
	padding: 0px 35px;
	color: #222;
	border-color: #fff;
}
.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution:hover{
	background: #a0c715;
	color: #fff;
	border-color: #a0c715;
}
.rev_slider_wrapper .slide-content-box.last-slide p{
	margin: 0;
}
.rev_slider_wrapper .slide-content-box.last-slide a{
	margin: 0 8px;
}
.rev_slider_wrapper .slotholder {
	position: relative;
}
.slotholder:after {
	background: rgba(0, 0, 0, 0.20);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
.tp-bannertimer {
	display: none;
}
.rev_slider_wrapper .tparrows {
	background: transparent;
	border: 2px solid #fff;
}
/*
====================================================================
	Main Footer
====================================================================
*/
.main-footer{
	position:relative;
	color:#999;
	padding-bottom: 100px;
}
.main-footer .footer-title {
	margin-bottom: 30px;
}
.main-footer .footer-title h4 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.main-footer .footer-logo {
	margin-bottom: 40px;
}
.main-footer .widgets-section{
	position:relative;
	padding: 70px 0px 0px;
}
.main-footer .footer-column{
	margin-bottom: 20px;
}
.main-footer .footer-widget{
	position:relative;
}
.main-footer .footer-column h2{
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:30px;
	color:#a1c436;
}
.main-footer .about-widget .text{
	margin-bottom:20px;
}
.main-footer .contact-info{
	margin-bottom:30px; 
}
.main-footer .contact-info li{
	position:relative;
	padding-left:30px;
	margin-bottom:15px;
	line-height:24px;
}
.main-footer .contact-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:24px;
	font-size:14px; 
}
.main-footer .social-links a{
	display:inline-block;
	width:32px;
	height:32px;
	margin-left:5px;
	line-height:30px;
	border:1px solid transparent;
	background:none;
	color:#686868;
	font-size:14px;
	text-align:center;
	-webkit-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.main-footer .social-links a:hover{
	color:#a1c436;
	border-color:#a1c436; 
}
.main-footer .posts-widget .post{
	position:relative;
	margin-bottom: 14px;
	padding-bottom: 15px;
	border-bottom:1px solid rgba(255,255,255,0.15);
}
.main-footer .posts-widget .post:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;  
}
.main-footer .posts-widget .post .content{
	position:relative;
	min-height: 30px;
	padding-left: 0;
	padding-top:0px;
	margin-bottom: 5px;
}
.main-footer .posts-widget .post .content .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:52px;
}
.main-footer .posts-widget .post .content .post-thumb img {
	display:block;
	width:100%;
}
.main-footer .posts-widget .post h4{
	font-size: 16px;
	color:#999999;
	font-weight: 700;
	line-height: 26px;
}
.main-footer .posts-widget .post h4 a{
	color:#999;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	font-size: 16px;
}
.main-footer .posts-widget .post .time{
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
.main-footer .posts-widget .post .time .fa{
	padding-right:8px;  
}
.main-footer .links-widget .list li{
	position:relative;
	margin-bottom: 18px;
}
.main-footer .links-widget .list li a{
	position:relative;
	display:block;
	padding-left: 15px;
	color:#999;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.main-footer .links-widget .list li a:before {
	content: '\f105';
	position:absolute;
	font-family: FontAwesome;
	font-size: 20px;
	left:0px;
	color: #999;
	top: -3px;
	-webkit-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;}

.main-footer .links-widget .list li:hover a:before {
	color: #a0c715;
	-webkit-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;}
.main-footer .links-widget .list li a:hover {
	color: #a0c715;
}
.main-footer .working-widget {
	position: relative;
}
.main-footer .working-widget .inner-bg {
	background: #272727;
	padding: 30px 20px;
}
.main-footer .working-widget ul li {
	position: relative;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 16px;
	color: #999;
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.main-footer .working-widget ul li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.main-footer .working-widget ul li span {
	font-family: 'Roboto', sans-serif;
	color: #d0d0d0;
	position: absolute;
	right: 0;
	top: 0px;
}
/*============== contact info  =======================*/
.main-footer .contact-information {
	position: relative;
	background: #2c2c2c;
	bottom: -45px;
}
.main-footer .contact-information .column {
	border-right: 1px solid #333;
	padding: 30px 0;
}
.main-footer .contact-information .column:last-child {
	border: 0px;
}
.main-footer .contact-information p i {
	color: #a0c715;
	font-size: 21px;
	margin-right: 8px;
	position: relative;
	top: 3px;
}
.main-footer .contact-information p span {
	color: #fff;
	font-weight: 700;
	font-family: "Roboto Slab", sans-serif;
}
/*============== footer-bottom ===============*/
.footer-bottom {
	background: #1d1d1d;
	padding: 70px 0 26px;
}
.footer-bottom .copy-text {
	font-family: 'Roboto Slab', sans-serif;
	color: #999;
	font-size: 14px;
	margin-bottom: 15px;
}
.footer-bottom .copy-text a {
	color: #a0c715;
	-webkit-transition: .3s ease;
	     -o-transition: .3s ease;
	        transition: .3s ease;
}
.footer-bottom ul.social-icon li a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #444;
	text-align: center;
	line-height: 38px;
	margin-right: 0;
	color: #999;
	-webkit-transition: .5s ease;
	     -o-transition: .5s ease;
	        transition: .5s ease;
}
.footer-bottom ul.social-icon li a:hover {
	color: #fff;
	background: #a0c715;
	-webkit-transition: .5s ease;
	     -o-transition: .5s ease;
	        transition: .5s ease;
}
.footer-bottom ul.social-icon li {
	padding: 0 5px;
}
/************************** 
* Inner Banner styles 
***************************/
.inner-banner {
	position: relative;
	background: #a0a19b;
	background-size: cover;
	margin-top: -35px;
}
.inner-banner h1 {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	font-size: 48px;
	line-height: 60px;
	color: #464646;
	font-weight: 700;
	text-transform: capitalize;
}
.inner-banner .box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      -webkit-align-items: center;
	        align-items: center;
	 -webkit-box-pack: center;
	    -ms-flex-pack: center;
	  -webkit-justify-content: center;
	         justify-content: center;
	height: 225px;
	width: 100%;
	text-align: center;
}

.breadcumb-wrapper {
	background: #fff;
	padding: 17px 0;
	border-bottom: 1px solid #f4f4f4;
}
.breadcumb-wrapper ul,
.breadcumb-wrapper li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	color: #a0c715;
}
.breadcumb-wrapper ul.link-list li a {
	color: #999;
	text-transform: capitalize;
	font-size: 18px;
	-webkit-transition: .3s ease;
	     -o-transition: .3s ease;
	        transition: .3s ease;
}
.breadcumb-wrapper ul.link-list li a:hover {
	-webkit-transition: .3s ease;
	     -o-transition: .3s ease;
	        transition: .3s ease;
}
.breadcumb-wrapper ul.link-list li a i {
	color: #fac012;
	margin-right: 7px;
}
.breadcumb-wrapper ul.link-list li a:after {
	content: "\f0de";
	font-family: 'FontAwesome';
	margin: 0 10px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	display: inline-block;
}
.breadcumb-wrapper a.get-qoute {
	text-transform: capitalize;
	font-weight: 700;
	color: #a0c715;
	font-size: 16px;
}
.breadcumb-wrapper a.get-qoute i {
	margin-left: 7px;
	color: #a0c715;
	margin-right: 7px;
	font-size: 16px;
}
/*=================
	Welcome Section
===================*/
.welcome-section {
	position: relative;
}
.welcome-section h1 {
	font-weight: 700;
	margin-bottom: 20px;
}
.welcome-section .title p {
	color: #a0c715;
	font-size: 20px;
	margin-bottom: 20px;
}
.welcome-section .signeture {
	margin-top: 27px;
}
/*=================
	Service Section
===================*/
.service .content {
	position: relative;
	margin-bottom: 30px;
}
.service .content .top-area {
	position: relative;
	border: 1px solid #f4f4f4;
	padding: 5px 5px 0px;
}
.service .content.style-2 .top-area {
	margin-bottom: 20px;
}
.service .icon_box {
	position: relative;
	width: 20%;
	font-size: 48px;
	line-height: 50px;
	color: #a0c715;
	margin-right: 0;
	padding-right: 5px;
	border-right: 1px solid #f4f4f4;
	float: left;
	margin-bottom: 5px;
}
.service .content .img-box {
	position: relative;
	margin-bottom: 25px;
	display: inline-block;
}
.service .content .link {
	margin-top: 15px;
	text-align: center;
}
.service .text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      -webkit-align-items: center;
	        align-items: center;
	float: left;
	width: 80%;
	text-align: center;
	height: 70px;
}
.service .text h4 {
	font-size: 18px;
	color: #464646;
	font-weight: 700;
	font-family: "Arial", "Helvetica", sans-serif;
	color: #333;
	line-height: normal;
	text-align: center;
	width: 100%;
}
.service .default-overlay .inner-box a {
	color: #a0c715;
	font-size: 38px;
}
/*=================
	Single Service 
===================*/
/*============== default-sidebar =================*/
.default-sidebar {
	position: relative;
}
.default-sidebar .service-catergory {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 50px;
}
.default-sidebar .service-catergory li {
	list-style: none;
	position: relative;
	border: 1px solid #f4f4f4;
	padding: 14px 0;
	margin-bottom: 5px;
	-webkit-transition: .5s ease;
	     -o-transition: .5s ease;
	        transition: .5s ease;
}
.default-sidebar .service-catergory li.active {
	border-color: #8dc63f;
}
.default-sidebar .service-catergory li:hover {
	border-color: #8dc63f;
	-webkit-transition: .5s ease;
	     -o-transition: .5s ease;
	        transition: .5s ease;
}
.default-sidebar .service-catergory li.active a {
	color: #a0c715;
}
.default-sidebar .service-catergory li.active a:after {
	color: #fff;
}
.default-sidebar .service-catergory li .view-all-icon {
	position: absolute;
	right: 20px;
	top: 22px;
	color: #848484;
}
.default-sidebar .service-catergory li a {
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 30px;
	border-left: 5px solid transparent;
	font-weight: 600;
	padding-left: 23px;
	-webkit-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	position: relative;
	font-family: 'Roboto Slab', serif;
}
.default-sidebar .service-catergory li a:hover {
	color: #8dc63f;
}
.default-sidebar .service-catergory li.active a:hover {
	color: #a0c715;
}
.default-sidebar .boucher {
	margin-bottom: 50px;
}
.default-sidebar .boucher li {
	position: relative;
	background: #f7f7f7;
	padding: 10px 0;
	padding-left: 60px;
	margin-bottom: 10px;
}
.default-sidebar .boucher li:before {
	content: "\f1c1";
	position: absolute;
	font-size: 18px;
	font-family: FontAwesome;
	left: 22px;
	top: 24px;
	-webkit-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
}
.default-sidebar .boucher li h5 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
}
.default-sidebar .default-cinfo li + li {
	border: 0px;
	margin-top: 0;
}
.single-service .post-column .img-box {
	width: 45%;
	float: left;
}
.single-service .post-column .content {
	width: 55%;
	float: left;
}
.single-service .post-column .content h2 {
	font-weight: 700;
}
.single-service .post-column .content h5 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #a0c715;
	text-transform: uppercase;
	margin: 20px 0 15px;
}
.single-service .post-column .content p {
	margin-bottom: 15px;
}
.single-service .post-column .content ul li {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}
.single-service .post-column .content ul li i {
	color: #a0c715;
	margin-right: 10px;
}
.single-service .tabs-style-one.tabs-box {
	width: 55%;
	float: left;
}
.single-service .request-quote {
	width: 43%;
	float: left;
	margin-left: 15px;
}
/*tab*/
.tabs-section{
	position:relative;
	padding:130px 0px 100px;
}
.tabs-section .column{
	margin-bottom:30px; 
}
.tabs-section .image-box img{
	width:100%;
	display:block;
}
.tabs-style-one .tab-buttons{
	position:relative;
	border-bottom: 1px solid #fff;
}
.tabs-style-one .tab-buttons .tab-btn{
	position:relative;
	display:inline-block;
	padding: 13px 25.3px;
	margin:0px 0px 0px;
	cursor:pointer;
	font-size: 18px;
	text-align:center;
	color: #848484;
	background-color:#f9f9f9;
	border-bottom: 0px;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	     -o-transition:all 300ms ease;
	        transition:all 300ms ease;
}
.tabs-style-one .tab-buttons .tab-btn.active-btn{
	color: #ffffff;
	background: #a0c715;
	border-color: #8dc63f;
}
.tabs-style-one .tabs-content{
	position:relative;
	padding: 36px 20px;
	background: #f7f7f7;
}
.tabs-style-one .tab .text-content{
	position:relative;
}
.tabs-style-one .tab .text-content .text{
	font-size:16px;
	line-height:1.8em;
	color:#777777;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}
.tabs-style-one .tab .text-content .text p + p {
	margin-top: 23px;
}
.tabs-style-one.tabs-box{
	padding-right:15px;
}
.tabs-box .tabs-content .tab{
	position: relative;
	display: none;
}
.tabs-box .tabs-content .active-tab {
	display: block;
}
/*** 

====================================================================
		gallery style
====================================================================

***/
.gallery {
	position: relative;
}
.gallery .section-title h1 {
	color: #fff;
}
.gallery .inner-box {
	position: relative;
	overflow: hidden;
}
.gallery .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	display: inline-block;
}
.gallery .overlay .top {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: .5s cubic-bezier(0.4, 0, 1, 1);
	     -o-transition: .5s cubic-bezier(0.4, 0, 1, 1);
	        transition: .5s cubic-bezier(0.4, 0, 1, 1);
	opacity: 0;
	visibility: hidden;
}

.gallery .item:hover .overlay .top {
	height: 100%;
	-webkit-transition: .5s cubic-bezier(0.4, 0, 1, 1);
	     -o-transition: .5s cubic-bezier(0.4, 0, 1, 1);
	        transition: .5s cubic-bezier(0.4, 0, 1, 1);
	opacity: 1;
	visibility: visible;
}
.gallery .overlay .top .box {
	display: table;
	width: 100%;
	height: 100%;
}
.gallery .overlay .top .content {
	display: table-cell;
	vertical-align: middle;
}
.gallery .overlay .top a {
	position: relative;
	color: #fff;
	line-height: 41px;
	text-align: center;
	padding: 0 18px;
	font-size: 24px;
}
.gallery .overlay .bottom {
	position: absolute;
	left: 20px;
	bottom: -100%;
	right: 20px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease;
	     -o-transition: .5s ease;
	        transition: .5s ease;
}
.gallery .item:hover .overlay .bottom {
	bottom: 10px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: .9s ease;
	     -o-transition: .9s ease;
	        transition: .9s ease;
	-webkit-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
}
.gallery .overlay .bottom h4 {
	color: #fff;
	line-height: 28px;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
}
.gallery .overlay .bottom p {
	color: #a0c715;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.gallery .bottom-content {
	position: relative;
	margin: 20px 0 25px;
}
.gallery .bottom-content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.gallery .bottom-content p {
	color: #a0c715;
}
/*============ single gallery ============*/
.single-gallery {
	position: relative;
}
.single-gallery .img-box {
	position: relative;
	margin-bottom: 30px;
}
.single-gallery .share-project {
	padding-left: 140px;
	position: relative;
	margin-top: 15px;
}
.single-gallery .share-project .title {
	left: 0;
	position: absolute;
	top: 2px;
}
.single-gallery .share-project .title h5 {
	color: #464646;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}
.single-gallery .share-project .social-share {
	padding-left: 40px;
}
.single-gallery .share-project .social-share ul li {
	display: inline-block;
	margin-right: 15px;
}
.single-gallery .share-project .social-share ul li a {
	color: #9a9a9a;
	font-size: 14px;
}
.single-gallery .share-project .social-share ul li a:hover {
	color: #8dc63f;
	-webkit-transition: .5s ease;
	     -o-transition: .5s ease;
	        transition: .5s ease;
}
.single-gallery .project-info-list {
	overflow: hidden;
	margin-top: 24px;
	margin-bottom: 40px;
	padding: 25px 5px 0;
	background: #f7f7f7;
}
.single-gallery .project-info-list li {
	border-bottom: 1px solid #eee;
	float: left;
	margin: 0 15px 20px;
	overflow: hidden;
	padding-bottom: 11px;
	width: 42%;
	padding-left: 24px;
	position: relative;
}
.single-gallery .project-info-list li .icon-holder {
	left: 0;
	position: absolute;
}
.single-gallery .project-info-list li .icon-holder i {
	font-size: 14px;
	color: #8dc63f;
}
.single-gallery .project-info-list li .text-holder {}
.single-gallery .project-info-list li .text-holder h5 {
	color: #252525;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 3px;
}
.single-gallery .project-info-list li .text-holder p {
	margin: 0;  
}
.single-gallery .section-title.style-3 p {
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #f4f4f4;
	padding: 3px 0 20px;
}
.single-gallery .img-position {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 5px 25px;
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
}
.section-title.style-3 h1 {
	padding-bottom: 0;
}
.section-title.style-3 h1:after {
	bottom: -50px;
}
/*======= gallery filter ==========*/
.post-filter {
	display: inline-block;
	margin: 0;
	margin-bottom: 50px;
}
.post-filter li {
	padding: 0;
	padding-bottom: 20px;
}
.post-filter li.active {
}
.post-filter li span {
	color: #464646;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto', serif;
	line-height: 12px;
	display: block;
	padding: 0 18px;
	border-right: 1px solid #404040;
	cursor: pointer;
	-webkit-transition: .5s ease;
	     -o-transition: .5s ease;
	        transition: .5s ease;
}
.post-filter li:last-child span {
	border-right: 0px;
}
.post-filter.style-2 li span {
	color: #fff;
}
.post-filter li:hover span,
.post-filter li.active span {
	color: #a0c715;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.post-filter li span i {
	font-size: 14px;
	margin-right: 5px;
}
/*** 

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

***/
.about-us {
	position: relative;
}
.about-us .img-box {
	float: left;
	width: 40%;
}
.about-us .content {
	float: left;
	width: 60%;
}
.about-us.style-2 .content {
	width: 100%;
}
.about-us.style-2 .img-box {
	width: 100%;
}
.about-us .content p {
	margin-bottom: 18px;
}
.about-us .content h3 {
	color: #a0c715;
	font-weight: 700;
	margin-bottom: 18px;
}
.request-quote {
	border: 3px solid #f4f4f4;
	padding: 33px 27px 37px;
}
.request-quote .section-title {
	margin-bottom: 25px;
}
.request-quote h4 {
	color: #a0c715;
	font-weight: 700;
	margin: 15px 0 15px;
}
.request-quote ul li {
	color: #999;
	font-weight: 400;
	font-size: 16px;
	margin: 2px 0;
}
.request-quote ul li span {
	color: #a0c715;
	font-weight: 700;
}
.request-quote .form-group {
	position: relative;
	margin-bottom: 10px;
	margin-top: 20px;
}
.request-quote input[type="text"],
.request-quote input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:11px 50px 11px 15px;
	background: #ffffff;
	border:1px solid #f4f4f4;
	border-radius: 0;
}
.request-quote input[type="text"]:focus,
.request-quote input[type="email"]:focus{
	background:#181818; 
}
.request-quote input[type="submit"],
.request-quote button{
	position:absolute;
	right:0px;
	top:12px;
	width:50px;
	height:25px;
	line-height: 24px;
	text-align:center;
	font-size: 14px;
	color:#a0c715;
	border-left: 1px solid #f4f4f4;
}
.request-quote input[type="text"]:focus,
.request-quote input[type="email"]:focus{
	background:transparent; 
}
/*** 

====================================================================
		clients-section
====================================================================

***/
.clients-section {
	position: relative;
	padding: 160px 0;
}
.tool_tip img {
	border: 1px solid #ccc;
}
.clients-section h3 {
	font-weight: 700;
	margin-bottom: 40px;
}
.clients-section .item {
	padding: 4px;
	border: 1px solid #ccc;
}
/*** 

====================================================================
		parallax-section
====================================================================

***/

.parallax {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.parallax:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(160, 199, 21, 0.95);
}
.parallax h3 {
	position: relative;
	color: #fff;
	font-weight: 700;
	line-height: 36px;
}
/*** 

====================================================================
	google map Section
====================================================================

***/
.home-google-map #contact-google-map {
	width: 100%;
	height: 450px;
}
.home-google-map2 #contact-google-map {
	width: 100%;
	height: 330px;
}

.home-google-map .gmnoprint {
	display: none;
}
/*** 

====================================================================
	default-blog
====================================================================

***/
.blog-section {
	position: relative;
}
.default-blog-news {
	position: relative;
	-webkit-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	margin-bottom: 50px;
	border: 1px solid #f4f4f4;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}
.default-blog-news .lower-content{
	position:relative;
	margin-top: -55px;
}
.default-blog-news .lower-content .content {
	background: #f7f7f7;
	padding: 20px 20px 25px;
}
.default-blog-news .lower-content .category {
	color: #fff;
	background: #a0c715;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	padding: 8px 23px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.default-blog-news .lower-content .text p{
	margin-bottom: 10px;
}
.default-blog-news .lower-content h4 {
	color:#464646;
	font-weight: 700;
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 28px;
}
.default-blog-news .lower-content h4 a{
	color:#464646;
	-webkit-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	        transition: all 300ms ease;
	font-size: 18px;
}
.default-blog-news .lower-content h4 a:hover{
	color:#a0c715;
	-webkit-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	        transition: all 300ms ease;
}
.default-blog-news .lower-content .post-meta {
	color: #949494;
	font-size:14px;
	margin-top: 15px;
	border-top: 1px solid #eaeaea;
	padding-top: 15px;
}
.default-blog-news .img-holder {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.default-blog-news .img-holder a {
	width: 100%;
	position: relative;
}
.default-blog-news .img-holder a:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(0, 0, 0, 0.60);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease;
	     -o-transition: .5s ease;
	        transition: .5s ease;
}
.default-blog-news:hover .img-holder a:before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .5s ease;
	     -o-transition: .5s ease;
	        transition: .5s ease;
}
.default-blog-news .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: -20%;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .9s ease;
	     -o-transition: .9s ease;
	        transition: .9s ease;
}
.default-blog-news:hover .overlay {
	bottom: 0%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.default-blog-news .lower-content {
	position:relative;
	margin-top: -55px;
	-webkit-transition: .7s ease;
	     -o-transition: .7s ease;
	        transition: .7s ease;
}
.default-blog-news.style-2 {
	border: 0px;
	margin-bottom: 35px;
}
.default-blog-news.style-2 .lower-content {
	margin-top: 0;
}
.default-blog-news.style-2 .lower-content .content {
	background: #fff;
	padding: 0;
}
.default-blog-news.style-2 .lower-content .category {
	margin-left: 0;
}
/*blog-large news*/
.classic-blog-news {
	position: relative;
	-webkit-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	margin-bottom: 50px;
	border: 1px solid #f4f4f4;
	overflow: hidden;
}


.classic-blog-news .lower-content{
	position:relative;
	margin-top: -55px;
}
.classic-blog-news .lower-content .content {
	background: #f7f7f7;
	padding: 25px 20px 25px;
}

.classic-blog-news .lower-content .category {
	color: #fff;
	background: #a0c715;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	padding: 8px 23px;
	margin-left: 15px;
	margin-bottom: 15px;
	position: relative;
	z-index: 99;
}

.classic-blog-news .lower-content .text p{
	margin-bottom: 10px;
}

.classic-blog-news .lower-content h2 {
	color:#464646;
	font-weight: 700;
	margin-bottom: 24px;
	font-size: 30px;
	line-height: 36px;
}


.classic-blog-news .lower-content .post-meta {
	color: #949494;
	font-size:14px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #eee;
}

.classic-blog-news .img-holder {
		display: block;
		overflow: hidden;
		position: relative;
}
.classic-blog-news .img-holder a {
	width: 100%;
	position: relative;
}
.classic-blog-news .img-holder a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: .5s eass;
	-o-transition: .5s eass;
	transition: .5s eass;
	
}

.classic-blog-news:hover .img-holder a:before {
	opacity: 1;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	
}


.classic-blog-news .img-holder img {
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		width: 100%;
}

.classic-blog-news:hover .img-holder img {
		-webkit-transform: scale(1.1);
		    -ms-transform: scale(1.1);
		        transform: scale(1.1);
}
.classic-blog-news .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: -20%;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .9s ease;
	-o-transition: .9s ease;
	transition: .9s ease;
}

.classic-blog-news:hover .overlay {
	bottom: 0%;
	opacity: 1;
	filter: alpha(opacity=100);
}   
.classic-blog-news .lower-content {
	position:relative;
	margin-top: -52px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease; 
}

.blog-section .post-area {
	position: relative;
}

.blog-section .post-area:before {
	position: absolute;
	content: "";
	right: -30px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #f4f4f4;

}


/*=================== blog-sidebar ===================*/



.blog-sidebar {
	position: relative;
	margin-left: 30px;
}

.blog-sidebar .section-title {
	margin-bottom: 0px;
}
.blog-sidebar .section-title.style-2 {
	margin-bottom: 10px;
}

.blog-sidebar .sidebar_search {
	height: 54px;
	position: relative;
	margin-bottom: 47px;
}
.blog-sidebar .sidebar_search input {
	width:100%;
	height:54px;
	border:none;
	border: 1px solid #f1f1f1;
	padding: 0 56px 0 12px;
	color:#9e9e9e;
}
.blog-sidebar .sidebar_search button {
	width:54px;
	height:100%;
	position: absolute;
	top:0;
	background: #a0c715;
	right:0;
	color:#fff;
}






.blog-sidebar .category-style-one {
	position: relative;
}
.blog-sidebar .category-style-one ul {
	margin-bottom: 50px;
	border: 1px solid #f4f4f4;
	padding: 0px 25px;
}
.blog-sidebar .category-style-one ul li {
	border-bottom: 1px solid #eaeaea;
	margin: 0;
	padding-bottom: 0px;
}

.blog-sidebar .category-style-one ul li:last-child {
	border-bottom: 0px;
}

.blog-sidebar .category-style-one ul li a {
	position: relative;
	font-weight: normal;
	color: #949494;
	position: relative;
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	line-height: 54px;
	display: block;
}
.blog-sidebar .category-style-one ul li a span {
		position: absolute;
		right: 0;
		top: 1px;
}
.blog-sidebar .category-style-one ul li a:hover {
	color: #a0c715;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}


/*post-thumb*/


.blog-sidebar .popular-post {
		position: relative;
		margin-bottom: 50px;
}

.blog-sidebar .popular-post .item {
		position: relative;
		font-size: 14px;
		margin-bottom: 20px;
		min-height: 50px;
		padding: 0px 0px 30px 105px;
		color: #cccccc;
		border-bottom: 1px solid #f1f1f1;
}


.blog-sidebar .popular-post .item .post-thumb{
		position:absolute;
		left:0px;
		top: 5px;
		width: 90px;
		height: 80px;
}

.blog-sidebar .popular-post .item .post-thumb img{
		width:100%;
		display:block;  
}


.blog-sidebar .popular-post .item .post-thumb a{
	position: relative;
}
.blog-sidebar .popular-post .item .post-thumb a:after {
		position: absolute;
		content: "\f0c1";
		font-family: FontAwesome;
		left: 0px;
		top: 0px;
		text-align: center;
		line-height: 70px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.63);
		color: #ffffff;
		opacity: 0;
		-webkit-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
}
.blog-sidebar .popular-post .item .post-thumb:hover a:after {
	opacity: 1;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}



.blog-sidebar .popular-post .item h4{
		position: relative;
		font-size: 16px;
		color: #222;
		margin: 0px 0px 8px;
		font-weight: 700;
		line-height: 24px;
		-webkit-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
}

.blog-sidebar .popular-post .item h4:hover{
	color: #a0c715;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.blog-sidebar .recent-posts.post-thumb .post .post-info{
		font-size: 14px;
		font-weight:400;
		margin:0px;
		line-height:1.6em;
		color: #9c9c9c;
}
.blog-sidebar .popular-post .item .post-info {
	color: #949494;
	font-size: 16px;
}

.blog-sidebar .popular-post .item .post-info i {
	color: #a0c715;
	font-size: 14px;
	margin-right: 6px;
	top: -1px;
	position: relative;
}



.blog-sidebar .event-section2 {
	margin-bottom: 40px;
}


.blog-sidebar .event-section2 .owl-theme .owl-nav {
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 100%;
		right: 0;
		margin: 0;
		margin-bottom: 39px;
}

.blog-sidebar .event-section2 .owl-theme .owl-nav [class*=owl-] {
		color: #202f35;
		font-size: 14px;
		margin: 0;
		padding: 0;
		background-color: transparent;
		height: 40px;
		border: 0px;
		width: 18px;
		line-height: 36px;
		font-weight: 700;
		text-align: center;
		margin-left: 1px;
		display: inline-block;
		-webkit-transition: color .3s ease;
		-o-transition: color .3s ease;
		transition: color .3s ease;
}

.blog-sidebar .event-section2 .owl-theme .owl-nav [class*=owl-]:hover {
		color: #a0c715;
		-webkit-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
}




/*facebook feed*/

.blog-sidebar .facebook-feed {
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
	margin-bottom: 50px;
}

.blog-sidebar .facebook-feed .img-box {
	position: relative;
}

.blog-sidebar .facebook-feed .overlay {
		position: absolute;
		margin: 10px;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
}


.blog-sidebar .facebook-feed .inner-box {
	position: relative;
	padding-left: 70px;
	margin-bottom: 32px;
}

.blog-sidebar .facebook-feed .inner-box .logo {
	position: absolute;
	left: 0;
	top: 0;
}
.blog-sidebar .facebook-feed .inner-box h4 {
	color: #fff;
	font-weight: 600;
	position: relative;
	margin-top: 0px;
	margin-bottom: 3px;
}
.blog-sidebar .facebook-feed .inner-box .like {
	color: #fff;
}

.blog-sidebar .facebook-feed .link a {
	color: #58606f;
	background: #fff;
	display: inline-block;
	line-height: 22px;
	font-size: 13px;
	text-align: center;
	padding: 0 10px;
	border: 1px solid #eaeaea;
}
.blog-sidebar .facebook-feed .link a i.fb-icon {
	color: #fff;
	background: #39579b;
	font-size: 12px;
	padding: 2px 3px 0 4px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.blog-sidebar .facebook-feed .link a i.mail {
	color: #6a7081;
	margin-right: 6px;
}

.blog-sidebar .facebook-feed .like-people {
	background: #fff;
	margin: 20px 9px;
	padding: 5px 9px 15px;
}

.blog-sidebar .facebook-feed .like-people p {
	font-size: 13px;
}


.sidebar_tags ul {
	margin: 0 -5px;
}
.sidebar_tags li {
	display: inline-block;
}

.sidebar_tags li a {
	color: #999;
	font-size: 16px;
	padding: 8px 12px;
	font-weight: 300;
	border: 1px solid #f4f4f4;
	margin: 0 5px 10px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.sidebar_tags li a:hover {
	color: #a0c715;
	border-color: #a0c715;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	
}


/*=============================== blog single post ===============================================*/

.blog-single-post .content-box .text p {
	margin-bottom: 20px;
	margin-top: 20px;
}
.blog-single-post .default-blog-news .lower-content {
	padding-bottom: 0px;
	border-bottom: 0px;
}
.blog-single-post.classic-blog-news {
	border: 0px;
	margin-bottom: 0;
}
.blog-single-post.classic-blog-news .lower-content .content {
	padding: 25px 0;
	background: #fff;
}

.blog-single-post .default-blog-news:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.blog-single-post .section-title {
	margin-bottom: 30px;
}

.blog-single-post .section-title2 h3 {
	margin-bottom: 30px;
}

/*---------------- Author -------------*/

.blog-single-post .author {
	background-color:#ffffff;
	position:relative;
	margin-bottom: 20px;
	margin-top: 35px;
}
.blog-single-post .author img {
	position:absolute;
}
.blog-single-post .author-comment {
	margin-left:340px;
	padding-left:30px;
}

.blog-single-post .author-comment .quote {
	font-size: 25px;
	color: #f1f1f1;
	margin-bottom: 7px;
	position: relative;
	top: -5px;
}
.blog-single-post .author-comment h5 {
	font-weight: 600;
	margin: 16px 0 5px 0;
	text-transform: uppercase;
	font-size: 18px;
}
.blog-single-post .author-comment p.a-title {
	color: #a0c715;
	font-size: 16px;
}




/*share-box*/

.share-box {
	background: #ffffff;
	padding-top: 20px;
	margin-top: 35px;
	border-top: 1px solid #f4f4f4;
}
.share-box .tag-box span {
	font-size: 14px;
	color: #3F3E3E;
}
.share-box .tag-box a {
	color: #a0c715;
	font-size: 15px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	line-height: 30px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}
.share-box .tag-box a:hover {
	color: #a0c715;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.share-box .social-box span {
	color: #252525;
	margin-right: 13px;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
}
.share-box .social {
	display: inline-block;
	margin-bottom: 0;
	margin-left: -2.5px;
}
.share-box .social > li {
	padding-right: 0;
	margin: 0;
	padding-left: 0;
}
.share-box .social a {
	width: 40px;
	border-radius: 50%;
	height: 40px;
	color: #BCBCBC;
	text-align: center;
	margin: 0 3px;
	border: 1px solid #eee;
	display: block;
	line-height: 38px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.share-box .social a:hover {
	color: #ffffff;
	background: #a0c715;
	border-color: #a0c715;
}
.share-box .tag-box li {
	margin: 0;
	display: inline-block;
	font-family: 'Roboto Slab', serif;
	color: #464646;
	font-size: 18px;
}

/*========== author ===========*/

.post-author {
	position:relative;
	color:#777777;
	margin-bottom: 64px;
}

.post-author .inner-box{
	position:relative;
	padding: 33px 35px 30px 155px;
	min-height:160px;
	background:#f4f4f4;
}

.post-author .inner-box .author-thumb{
	position:absolute;
	left:35px;
	top:35px;
	width: 85px;
	height: 85px;
	border-radius:2px;
}

.post-author .inner-box .author-thumb img{
	display:block;
	width:100%; 
}

.post-author h4{
	position:relative;
	margin: 0px 0px 16px;
	font-size:18px;
	text-transform:capitalize;
	font-weight: 600;
	color: #252525;
}
.post-author ul li{
	margin: 0;
	margin-top: 10px;
}
.post-author ul li a {
	padding: 0 4px;
	color: #999;
	font-size: 14px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.post-author ul li a:hover {
	color: #a0c715;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

/*=============== comment =============*/

.single-comment{
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 32px;
	padding-left: 80px;
}
.single-comment .img-holder {
	left: 0;
	position: absolute;
	top: 0;
}

.single-comment .text-holder {
	border: 1px solid #f4f4f4;
	padding: 20px;
}
.single-comment .text-holder .top {
	margin: 0 0 8px;
	overflow: hidden;
}


.single-comment .rating {
	margin-top: -4px;
	padding-left: 20px;
}
.single-comment .rating li {
	display: inline-block;
	margin-right: 3px;
}
.single-comment .rating i {
	color: #a0c715;
	font-size: 14px;
}


.single-comment .text-holder p {
	margin: 0 0 15px;
}
.single-comment .text-holder .reply {
	color: #ab7442;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}


/*==feedback======*/

.feedback {
	padding-bottom: 30px;
}

.feedback p {
	margin-bottom: 5px;
}
.feedback .rating {
	display: inline-block;
	margin: 0 0px;
	border-left: 1px solid #d6d6d6;
	padding-right: 10px;
	padding-left: 10px;
}

.feedback .rating:first-child {
	padding-left: 0px;
	border: 0px;
}

.feedback .rating li {
	display: inline-block;
}

.feedback .rating li a i {
	color: #d6d6d6;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 14px;
}
.feedback .rating.active li i,
.feedback .rating:hover i {
	color: #a0c715;
}

/*** 

====================================================================
		testimonials-section
====================================================================

***/

.testimonials {
	position: relative;
	background-size: cover;
	padding-top: 170px;
	padding-bottom: 170px;
}

.testimonials .single-item {
	position: relative;
	background: #fff;
	padding: 45px 28px 15px;
	margin-bottom: 30px;
}
.testimonials .owl-stage-outer {
		padding-top: 36px;
}
.testimonials .single-item .quote {
	position: absolute;
	height: 70px;
	width: 70px;
	line-height: 62px;
	border: 3px solid #fff;
	border-radius: 50%;
	font-size: 30px;
	left: 30px;
	top: -35px;
	text-align: center;
	background: #f7f7f7;
	color: #a0c715;
}

.testimonials .single-item .author-info {
	border-top: 1px solid #f4f4f4;
	position: relative;
	margin-top: 15px;
	padding: 35px 0 10px;
	padding-left: 100px;

}
.testimonials .single-item .author-info:before {
	position: absolute;
	border: 14px solid transparent;
	border-left-color: #fff;
	border-top-color: #fff;
	content: "";
	left: 0;
	bottom: -40px;
}
.testimonials .single-item .author-info .img-box {
	position: absolute;
	left: 0;
	bottom: 0;
}

.testimonials .single-item .author-info .rating {
	position: absolute;
	right: 0;
	top: 35px;
	border: 1px solid #f4f4f4;
	padding: 5px;
}

.testimonials .single-item .author-info .rating li {
	display: inline-block;
	color: #a0c715;
}



/*** 

====================================================================
		about-page
====================================================================

***/


.quote-style-1 {
	position: relative;
	padding: 32px 30px;
	margin-top: 30px;
}

.quote-style-1:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(160, 199, 21, 0.95);
}

.quote-style-1 h3 {
	position: relative;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
}

.quote-style-1 .thm-btn {
	position: absolute;
	right: 30px;
	top: 37px;
	background: #fff;
	color: #a0c715;
}




.history .single-item {
	position: relative;
	padding: 28px 18px;
	margin-bottom: 30px;
	border: 2px solid #f4f4f4;
}


.history .single-item .date {
	padding: 5px 18px;
	border: 2px solid #f4f4f4;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Roboto Slab', sans-serif;
}

.history .single-item h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 15px 0px 15px;
}

.history .single-item p {
	margin-bottom: 10px;
}


.why-chooseus {
	background: #f7f7f7;
}

.why-chooseus .single-item {
	margin-bottom: 40px;
}

.why-chooseus .icon-box {
	color: #a0c715;
	font-size: 50px;
	margin-top: 10px;
}

.why-chooseus .single-item h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 25px 0 20px;
}


/*
=====================================================
	team style
=====================================================
*/

.our-team .inner-box {
	position: relative;
	overflow: hidden;
}
.our-team .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.our-team .item .img-box {
	position: relative;
	display: inline-block;
}

.our-team .overlay .top {
		position: absolute;
		text-align: center;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 0%;
		background: rgba(0, 0, 0, 0.7);
		-webkit-transition: .5s cubic-bezier(0.4, 0, 1, 1);
		-o-transition: .5s cubic-bezier(0.4, 0, 1, 1);
		transition: .5s cubic-bezier(0.4, 0, 1, 1);
		opacity: 0;
		visibility: hidden;
}

.our-team .item:hover .overlay .top {
		height: 100%;
		-webkit-transition: .5s cubic-bezier(0.4, 0, 1, 1);
		-o-transition: .5s cubic-bezier(0.4, 0, 1, 1);
		transition: .5s cubic-bezier(0.4, 0, 1, 1);
		opacity: 1;
		visibility: visible;
}
.our-team .overlay .top .box {
	display: table;
	width: 100%;
	height: 100%;
}
.our-team .overlay .top .social-icon {
	display: table-cell;
	vertical-align: middle;
}

.our-team .overlay .top a {
	position: relative;
	color: #222;
	line-height: 42px;
	text-align: center;
	font-size: 15px;
	background: #fff;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	margin-right: 10px;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.our-team .overlay .top a:hover{
	background: #a0c715;
	color:#fff;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}

.our-team .item .author {
	margin: 20px 0px 10px;
}


.our-team .item h4 {
	font-weight: 700;
	margin-bottom: 8px;
	color: #222;
}

.our-team .item .author p {
	color: #a0c715;
}
.our-team .item .text p {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f4f4f4;
}

.our-team .item .mail i {
	font-size: 16px;
	margin-right: 8px;
}



/*** 

====================================================================
	Fact Counter two Section
====================================================================

***/



.fact-counter-1{
	position:relative;
	padding: 70px 0px 40px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
	color:#ffffff;
	margin-bottom: 3px;
}


.fact-counter-1 .section-title h2 {
	color: #fff;
}




.fact-counter-1 .auto-container{
	position:relative;
	z-index:1;
}

.fact-counter-1 .column{
	position:relative;
	margin-bottom:40px;
	text-align:center;
	z-index:5;  
}
.fact-counter-1 .item {
	position: relative;
	color: #fff;
	padding: 17px 0 25px;
}

.fact-counter-1 .column .icon {
	font-size: 40px;
	position: relative;
	right: 5px;
	margin-bottom: 5px;
	color: #ff2f2f;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter-1 .count-outer{
	position:relative;
	font-size: 40px;
	font-weight: 400;
	padding: 0px 10px 5px;
	font-family: 'Roboto Slab', Sans-serif;
}
.fact-counter-1 .count-outer:before {
}

.fact-counter-1 .column .counter-title{
	position:relative;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
}




.fact-counter-2{
	position:relative;
	padding: 70px 0px 40px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
	color:#ffffff;
}


.fact-counter-2 .section-title h2 {
	color: #fff;
}
.fact-counter-2 .section-title:before {
	display: none;
}




.fact-counter-2 .auto-container{
	position:relative;
	z-index:1;
}

.fact-counter-2 .column{
	position:relative;
	margin-bottom: 30px;
	z-index:5;
}
.fact-counter-2 .item {
	position: relative;
	background: #fff;
	color: #222;
	padding: 28px 30px 32px;
}

.fact-counter-2 .column .icon {
	font-size: 50px;
	position: absolute;
	width: 70px;
	margin-top: 13px;
	top: 0;
	right: 10px;
	text-align: center;
	margin-bottom: 5px;
	color: #ededed;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter-2 .column:hover .icon {
	color: #a0c715;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	
}

.fact-counter-2 .count-outer{
	position:relative;
	font-size: 40px;
	font-weight: 400;
	padding: 0px 0px 5px;
	font-family: 'Roboto', Sans-serif;
}


.fact-counter-2 .column .counter-title{
	position:relative;
	font-size: 20px;
	font-weight: 300;
	color: #222;
}


.fact-counter-2 .content {
	background: #fff;
	padding: 40px;
}

.fact-counter-2 .content p.thm-color {
	font-size: 24px;
}

.fact-counter-2 .content h2 {
	font-weight: 700;
	margin: 15px 0;
	text-transform: uppercase;
}

.fact-counter-2 .link {
	margin-top: 25px;
}






/*** 

====================================================================
	testimonial-two
====================================================================

***/


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



.testimonial-two .single-testimonial h3,
.testimonial-two .single-testimonial p {
	margin: 0;
}
.testimonial-two .single-testimonial h4 {
	font-size: 20px;
	color: #222;
	font-weight: 700;
	text-transform: capitalize;
	margin-top: 12px;
	margin-bottom: 6px;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
}


.testimonial-two .single-testimonial .img-box {
	position: relative;
}
.testimonial-two .single-testimonial .img-box img {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}


.testimonial-two .single-testimonial {
	margin-bottom: 40px;
	border: 1px solid #f4f4f4;
	padding: 30px 10px 26px;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.testimonial-two .single-testimonial:hover {
	-webkit-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0), 0 0px 82px 0 rgba(0, 0, 0, 0.05);
	        box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0), 0 0px 82px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}



.testimonial-two .single-testimonial .author-info {
	overflow: hidden;
	border: 2px solid #f4f4f4;
	padding: 6px 0 9px;
	margin-top: 5px;
}

.testimonial-two .single-testimonial p a {
	color: #a0c715;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Roboto Slab', sans-serif;
}

.testimonial-two .single-testimonial .text {
	margin-top: 15px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 22px;
	margin-bottom: 20px;
}
.testimonial-two .single-testimonial .text p {
	font-size: 16px;

}



/***
==============================
	 faq-section styles
============================== 
***/

.faq-section {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.faq-section .accordion-box {
		margin-bottom: 50px;
}

.faq-section .accordion-box .accordion .acc-content {
	padding: 25px 40px;
}

.faq-section .category-style-one {
	position: relative;
	margin-left: 30px;
}
.faq-section .category-style-one .inner-title h4 {
	font-size: 20px;
	padding: 20px 30px;
	background: #f7f7f7;
	text-transform: uppercase;
	font-weight: 700;
}
.faq-section .category-style-one ul {
	border: 1px solid #f4f4f4;
	padding: 0 30px;
}

.faq-section .category-style-one ul li {
	border-bottom: 1px solid #eaeaea;
	margin: 0;
	padding-bottom: 0px;
}

.faq-section .category-style-one ul li:last-child {
	border-bottom: 0px;
}

.faq-section .category-style-one ul li a {
	position: relative;
	font-weight: normal;
	color: #949494;
	position: relative;
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	line-height: 54px;
	display: block;
}

.faq-section .category-style-one ul li a:hover {
	color: #a0c715;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.faq-section .category-style-one ul li a span {
	position: absolute;
	right: 0;
	top: 3px;
}





/*============= accordion ===============*/

.accordion-box {padding: 0 30px;border: 1px solid #f4f4f4;}

.accordion {
		position: relative;
}

.accordion .acc-btn .left-icon {
		position: absolute;
		left: 0;
		top: 0;
		background: #f1f1f1;
		width: 60px;
		height: 100%;
		color: #9c9c9c;
		font-size: 20px;
		text-align: center; 
}
.accordion .acc-btn.active .left-icon {
		color: #fff;
}

.accordion .left-icon span {
		position: relative;
		top: 18px;  
}

.accordion .acc-btn {
		cursor: pointer;
		font-size: 18px;
		font-weight: 600;
		padding: 20px 40px 22px;
		margin: 0px;
		padding-right: 50px;
		border-bottom: 1px solid #f4f4f4;
}

.accordion .acc-btn.active {
	border-color: #a0c715;
	border-bottom: 0px;
}

.accordion .acc-btn p {
		color: #464646;
		font-size: 16px;
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
}
.accordion .acc-btn.active p {
}

.accordion .acc-btn.pr {
		position: relative;
}

.accordion .acc-btn .img-box {
		display: none;
}
.accordion .acc-btn.active .img-box {
		display: block;
}


.accordion .acc-btn .toggle-icon {
		color: #cecece;
		display: block;
		font-weight: 100;
		height: 24px;
		line-height: 24px;
		position: absolute;
		left: 0;
		font-size: 24px;
		top: 23px;
		width: 24px;
}
.accordion .acc-btn .toggle-icon.left {
		color: #9c9c9c;
		display: block;
		font-weight: 100;
		height: 24px;
		line-height: 24px;
		position: absolute;
		right: 20px;
		bottom: 20px;
		left: 30px;
}
.accordion .acc-btn .toggle-icon .plus:before {
		font-size: 24px;
		font-weight: 500;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		color: #ccc;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


.accordion-box .accordion .acc-btn .toggle-icon .minus:before {
		font-size: 24px;
		font-weight: 500;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		position: absolute;
		top: 0;
		left: 0;
		color: #a0c715;
		width: 100%;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus{
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.accordion-box .accordion .acc-content {
	color: #9c9c9c;
	background: #f7f7f7;
	display: none;
	padding: 20px 20px;
	border-top: 0px;
}

.accordion-box .accordion .acc-content.collapsed {
	display: block;

}

.accordion-box .accordion .acc-content p {
		margin: 0;
}


.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
	color: #121d2f;
}

.accordion-box.style-2 {
	padding: 0;
	border: 0px;
}

.accordion-box.style-2 .accordion .acc-btn .toggle-icon {
	left: inherit;
	right: 10px;
	top: 12px;
}

.accordion-box.style-2 .accordion .acc-btn {
	background: #f7f7f7;
	padding: 13px 20px 12px;
}

.accordion-box.style-2 .accordion .acc-content {
	background: #fff;
}

.accordion-box.style-2 .accordion {
	border: 1px solid #f4f4f4;
	margin-bottom: 10px;
}


/*** 
=============================================
	 Pricing Plan One Area style
=============================================
***/
.pricing-plan-one-area {
	padding-bottom: 80px;
	padding-top: 80px;
}
.pricing-plan-one-area .sec-title-two {
	padding-bottom: 43px;
}
.pricing-plan-one-area .sec-title-two .border {
	display: inline-block;
	height: 1px;
	margin: 20px 0 0;
}
.pricing-plan-one-area .single-pricing-box {
	
}
.pricing-plan-one-area .single-pricing-box .pricing-plan {
	
}
.pricing-plan-one-area .single-pricing-box .pricing-plan .table-top {
	background: #43c3ea none repeat scroll 0 0;
	display: block;
	padding: 19px 0;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan .table-top h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan {
	overflow-x: auto;
	position: relative;
	width: 100%;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan table {
	min-width: 450px;
	width: 100%;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading {
	background: #f7f7f7 none repeat scroll 0 0;
	width: 100%;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading tr{}
.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading tr th {
	border: 1px solid #f7f7f7;
	color: #222;
	font-size: 20px;
	font-weight: 700;
	padding: 13px 20px 14px;
	text-transform: capitalize;
	background: #fff;
	font-family: "Roboto Slab", sans-serif;
	text-align: center;
}

.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading tr th.gray-bg {
	background: #f9f9f9;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading tr th span.choos-plan {
	position: relative;
	background: #f9f9f9;
	width: 100%;
	display: block;
	top: -23px;
}

.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading tr th.price-box {
		font-size: 60px;
}

.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading tr th.price-box sub {
		font-size: 12px;
		font-family: "Roboto", sans-serif;
		margin-left: -8px;
		vertical-align: 5px;
		font-weight: 400;
}

.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading tr th.price-box sup {
		font-family: "Roboto", sans-serif;
		font-size: 18px;
		margin-right: 8px;
		vertical-align: 17px;
		font-weight: 400;
}

.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr:nth-of-type(odd) {
	background: #fff;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr:nth-of-type(even) {
	background: #fff;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr{}
.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr td {
	min-width: 110px;
	padding: 16px 20px 16px;
	border: 1px solid #f7f7f7;
	text-align: center;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr td.text-left {
	text-align: left;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr td h5 {
	color: #999999;
	font-size: 16px;
	font-weight: 700;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr td h6 {
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	padding-left: 12px;
	font-family: 'Roboto Slab', sans-serif;
}
.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr td h6.thm-color {
	color: #a0c715;
}


/*** 

====================================================================
	contact Section
====================================================================

***/

.default-cinfo .icon_box {
	width: 35px;
}
.default-cinfo li + li {
	margin-top: 14px;
	border-top: 1px solid #f1f1f1;
	padding-top: 15px;
}
.default-cinfo li .icon_box,
.default-cinfo li .text-box {
	display: table-cell;
	vertical-align: top;
}

.default-cinfo li .icon_box i {
	font-size: 24px;
	color: #a0c715;
	position: relative;
	top: 2px;
}

.default-cinfo .accordion-box .accordion .acc-content b {
	color: #222;
	font-weight: 600;
}

.contact-us .default-form-area {
		background: #f7f7f7;
		padding: 25px 30px 20px;
}

.contact-us h2 {
	font-weight: 700;
}
.contact-us h2 span {
	color: #a0c715;
}


/*============= default-form ===============*/


.default-form {
	position: relative;
}


.default-form .form-box{
	position:relative;
}

.comment-form .form-box{
	padding:25px 25px 0px 25px; 
}

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

.default-form .comment-form .form-box .form-group{
	margin-bottom:25px;
}

.default-form.form-box .row{
	margin-left:-10px;
	margin-right:-10px; 
}

.default-form.form-box .row .form-group{
	padding:0px 0px;  
}

.default-form .form-group .field-label{
	display:block;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#232323;
	font-weight:500;
	font-size:13px;
}

.default-form .form-group .field-label sup{
	color:#ff0000;
	font-size:14px;
}

.default-form p {
	margin-bottom: 6px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:24px;
	height: 50px;
	font-size:16px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 1px solid #f4f4f4;
	padding:12px 15px;
	background: #fff;
	border-radius: 0px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.default-form textarea{
	height: 210px;
}
.default-form .bootstrap-select {
		border: 1px solid #f4f4f4;
		background: #f7f7f7;
		color: #a2a2a2;
		padding: 10px 0;
		font-size: 16px;
		height: auto;
}
.default-form .btn-group.open .dropdown-toggle {
		-webkit-box-shadow: none;
		        box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
	border: none;
	outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #a0c715;
	color: #fff;
}
.default-form .form-control:focus {
	border-color: #a0c715;
	-webkit-box-shadow: none;
	        box-shadow: none;
}



.select-box .btn:after {
	position: absolute;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 16px;
	color: #a0c715;
	width: 20px;
	right: 15px;
	top: 50%;
	margin-top: -11px;
}

 

.default-form .bootstrap-select {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0px;
}

.default-form .g-select {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0px;
}
.default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #949494;
	padding: 13px 15px;
	border: 1px solid #eee;

}

.default-form .bs-caret {
	display: none;
}

.default-form .dropdown-menu {
		border-radius: 0px;
		padding: 0px;
		top: 50px;
		-webkit-transform: scaleY(0);
		    -ms-transform: scaleY(0);
		        transform: scaleY(0);
				-webkit-transform-origin: top center;
				    -ms-transform-origin: top center;
				        transform-origin: top center;
		-webkit-transition: .4s ease;
		-o-transition: .4s ease;
		transition: .4s ease;
}
.default-form .bootstrap-select.open .dropdown-menu {
	-webkit-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	        transform: scaleY(1);
	-webkit-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

.default-form .dropdown-menu>li>a {
	padding: 8px 15px;
}

.default-form .dropdown-menu>li>a:focus {
		background-color: #fff;
		color: #464646;
}
.default-form .dropdown-menu>li>a:hover {
		background-color: #a0c715 !important;
		color: #fff !important;
}







/*placeholder*/

.default-form form input::-webkit-input-placeholder {
	color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
	/* Firefox 18- */
	color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
	color: #9e9e9e;
}


.default-form .alert-success {
		color: #a0c715;
		background: none;
		border: none;
		font-size: 18px;
}



/*** 
=============================================
		page_pagination style
=============================================
***/


.page_pagination {
	position: relative;
	padding-top: 20px;
}
.page_pagination li {
	display: inline-block;
	margin:0 4px;
}
.page_pagination li a {
	width: 55px;
	line-height: 55px;
	border:1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #252525;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto Slab', sans-serif;
	border-radius: 4px;
}
.page_pagination li a.active,
.page_pagination li a:hover {
	color:#fff;
	background: #a0c715;
}

/*=======pagination style-2============*/

.page_pagination2 {
	overflow: hidden;
	display: block;
	padding-bottom: 22px;
	padding-top: 22px;
	margin: 0;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	margin-top: 30px;
}
.page_pagination2 .button a {
	color: #464646;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto Slab', sans-serif;
}
.page_pagination2 .button a:hover{
		color: #a0c715;
}
.page_pagination2 .button a i {
	display: inline-block;
	font-size: 20px;
	position: relative;
	top: 1px;
}
.page_pagination2 .button.next a i{
	padding-right: 0px;
	padding-left: 0;
}


.page_pagination2 .icon-holder a i {
	color: #252525;
	font-size: 24px;
	position: relative;
	top: 4px;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.page_pagination2 .icon-holder a:hover i{
	color: #a0c715;
}




/*archive*/

.sidebar-archive .bootstrap-select {
		background: #f7f7f7;
		color: #848484;
		padding: 10px 0;
		font-size: 16px;
}
.sidebar-archive .btn-group.open .dropdown-toggle {
		-webkit-box-shadow: none;
		        box-shadow: none;
}
.sidebar-archive .btn-group.open .dropdown-toggle:focus {
	border: none;
	outline: none;
}
.sidebar-archive  .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.sidebar-archive  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #a0c715;
	color: #fff;
}
.sidebar-archive .form-control:focus {
	border-color: #a0c715;
	-webkit-box-shadow: none;
	        box-shadow: none;
}





/*** 
=============================================
		 shop style
=============================================
***/




.shop {
	position: relative;
}

.shop .column{
	padding-top: 10px;
	position: relative;
	top: -10px;
	margin-bottom: 30px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	
}
.shop .column:hover {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}


.shop .hover-effect {
	margin-bottom: 15px;
	padding-top: 10px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.shop .hover-effect:hover {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.single-shop-item .img-box {
	position: relative;
	overflow: hidden;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	background: #f7f7f7;
	text-align: center;
}
.single-shop-item:hover .img-box {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.single-shop-item .img-box .offer-box {
	position: absolute;
	top: 10px;
	left: 10px;
}
.single-shop-item .img-box .offer-box .inner {
	position: relative;
}
.single-shop-item .img-box .offer-box .inner:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 0;
	height: 0;
	background-color: transparent;
	border-bottom: 35px solid transparent;
	border-bottom: 35px solid transparent;
	border-top: 35px solid #ab7442;
	border-left: 35px solid #ab7442;
	border-right: 35px solid transparent;
}
.single-shop-item .img-box .offer-box .inner span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	line-height: 35px;
	-webkit-transform-origin: 70% 35%;
	    -ms-transform-origin: 70% 35%;
	        transform-origin: 70% 35%;
}
.single-shop-item .text-box h3,
.single-shop-item .text-box p {
	margin: 0;
}
.single-shop-item .text-box h3 {
	font-size: 18px;
	line-height: 50px;
	color: #1F1F1F;
	margin-top: 10px;
}
.single-shop-item .text-box p {
	font-size: 20px;
	line-height: 24px;
}
.single-shop-item .text-box p i {
	font-size: 18px;
}
.single-shop-item .text-box p span {
	display: inline-block;
	vertical-align: top;
	color: #ab7442;
	font-size: 18px;
	font-weight: 400;
}
.single-shop-item .text-box p del {
	color: #9f9f9f;
	font-size: 14px;
	line-height: 24px;
	vertical-align: super;
	display: inline-block;
	font-weight: normal;
}
.single-shop-item .text-box p del i {
	font-size: 14px;
}




.single-shop-item {
	margin-bottom: 10px;
}
.single-shop-item .content-box a.cart-btn {
	position: relative;
	color: #949494;
	font-size: 14px;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}
.single-shop-item .content-box a.cart-btn:hover {
	color: #a0c715;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}
.single-shop-item .content-box a.cart-btn:before {
		content: '';
		position: absolute;
		left: 0px;
		background: transparent;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		-webkit-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
}
.single-shop-item .content-box a.cart-btn:hover:before {
	background-color: #a0c715;
}
.single-shop-item .content-box a.cart-btn i {
	margin-right: 6px;
}

.single-shop-item .content-box {
	position:relative;
	border: 1px solid #f4f4f4;
	border-top: 0px;
}

.single-shop-item .content-box .inner-box {
	padding: 14px 19px 12px;
	border-bottom: 1px solid #f4f4f4;
}
.single-shop-item .content-box .price-box {
	padding: 15px 20px 15px;
}



.single-shop-item .content-box h4{
	font-size: 16px;
	margin:0px 0px;
	line-height:1.4em;
	color: #303030;
	margin-bottom: 6px;
}

.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover{
}

.single-shop-item .content-box h4 a{
	color: #252525;
}

.single-shop-item .content-box .addtocart {
	font-size: 16px;
	color: #999;
}

.single-shop-item .content-box .addtocart i {
	margin-right: 5px;
}

.single-shop-item .content-box .bottom-content {
		padding: 12px 20px;
}

.single-shop-item .content-box .rating{
	font-size: 13px;
	color: #a0c715;
	right: 0;
	top: 0px;
	position: relative;
}

.single-shop-item .content-box .item-price{
	font-size: 16px;
	font-weight: 400;
	color: #a0c715;
	line-height:24px;
}
.single-shop-item .content-box .item-price del{
	color: #a2a2a2;
	margin-left: 7px;
	font-size: 15px;
}
.single-shop-item .content-box .item-price .strike-through{
	color:#999999;
	font-weight:normal;
	font-size:14px;
	padding-left:10px;
	line-height:20px;
	font-family:'Lato',sans-serif;
}


/*============================= Sidebar Style One ==================*/

.sidebar_styleOne .theme_title,.sidebar_styleTwo .theme_title{
	padding-bottom: 18px;
}
.sidebar_search {
	height: 54px;
	position: relative;
}
.sidebar_search input {
	width:100%;
	height:54px;
	border:none;
	border: 1px solid #f1f1f1;
	padding: 0 56px 0 12px;
	color:#9e9e9e;
}
.sidebar_search button {
	width:54px;
	height:100%;
	position: absolute;
	top:0;
	background: #a0c715;
	right:0;
	color:#fff;
}
.sidebar_categories {
	margin-top:60px;
}
.sidebar_categories ul {
	margin-top:22px;
	margin-bottom: 35px;
}
.sidebar_categories ul li {
	line-height: 48px;
	border-bottom: 1px solid #f1f1f1;
}
.sidebar_categories ul li:last-child {
	border:none;
}
.sidebar_categories ul li a {
	font-weight: normal;
	color: #9e9e9e;
	position: relative;
}
.sidebar_categories ul li a:hover {
}
.sidebar_categories ul li input[type="checkbox"] {
	float: right;
	position: relative;
	top: 14px;
}
.sidebar_categories ul li a:before {
		content: '\f114';
		font-family: 'FontAwesome';
		margin-right: 10px;
}
.sidebar_categories.archive ul li a:before {
		content: "\f00c";
}
.sidebar_categories ul li a:hover {
	color: #a0c715;
}
.recent_news_sidebar .theme_title {
	margin-bottom: 40px;
}
.recent_news_sidebar {
	margin-bottom: 62px;
}
.recent_news_sidebar .single_news_sidebar {
	margin-bottom: 29px;
} 
.recent_news_sidebar .img_holder img {
	width:75px;
	height:75px;
	border-radius: 5px;
}
.recent_news_sidebar .post {
	padding-left: 26px;
	width: 72%;
	margin-top: -10px;
}
.recent_news_sidebar .post h6 a {
	font-size: 16px;
	color:#272727;
	line-height: 28px;
	font-weight: 900;
	margin-bottom: 2px;
}
.recent_news_sidebar .post p a {
	font-size: 14px;
}
.recent_news_sidebar .post p a i {
	margin-right: 4px;
	font-size: 16px;
}

.recent_news_sidebar .img_holder {
	position: relative;
}
.recent_news_sidebar .img_holder .opacity {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
	transform: scale(0.1);
	-webkit-transform:scale(0.1);
	-moz-transform:scale(0.1);
	-ms-transform:scale(0.1);
	-o-transform:scale(0.1);
}
.recent_news_sidebar .img_holder .opacity .icon {
	display: table;
	width:100%;
	height:100%;
}
.recent_news_sidebar .img_holder .opacity .icon span {
	display: table-cell;
	vertical-align: middle;
}
.recent_news_sidebar .img_holder .opacity .icon span a {
	display: block;
	width:45px;
	height:45px;
	margin:0 auto;
	line-height: 45px;
	border-radius: 50%;
	color:#fff;
	text-align: center;
}
.recent_news_sidebar .single_news_sidebar:hover .opacity {
	opacity: 1;
	visibility:visible;
	transform: scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}

.sidebar_tags {
	margin:60px 0 -6px 0;
}
.sidebar_tags ul {
}
.sidebar_tags ul li {
	display: inline-block;
	margin: 0;
}
.sidebar_tags ul li a {
	display: block;
	font-weight: normal;
	font-size: 15px;
	color:#9e9e9e;
	line-height: 32px;
	background: #fff;
	border-radius: 2px;
	text-align: center;
}
.sidebar_tags ul li a:hover {
	color: #a0c715;
}



.single-sidebar.price-ranger .ui-widget-content {
	background: #f7f7f7;
	border: none;
	height: 2px;
}
.single-sidebar.price-ranger .ui-slider-handle {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #303030;
	margin-left: -4px;
	outline: none;
	background: #a0c715;
}
.single-sidebar.price-ranger .ui-slider .ui-slider-range {
	background: #252525;
}
.single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
	top: -5px;
}
.single-sidebar.price-ranger #slider-range {
	margin-top: 25px;
}
.single-sidebar.price-ranger .ranger-min-max-block {
	margin-top: 20px;
	margin-bottom: 45px;
}
.single-sidebar.price-ranger .ranger-min-max-block input {
	display: inline-block;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
	width: 80px;
	border: none;
	border-radius: 0px;
	text-align: center;
	outline: none;
	line-height: 35px;
	font-size: 14px;
	margin-right: 37px;
	color: #ffffff;
	font-weight: 700;
	background: #a0c715;
	text-transform: uppercase;
	border: 2px solid #a0c715;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
	border: none;
	text-align: center;
	outline: none;
	width: 40px;
	color: #9c9c9c;
	font-weight: 400;
	text-align: right;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'].max {
}
.single-sidebar.price-ranger .ranger-min-max-block span {
	color: #9c9c9c;
	font-weight: 400;
}
.best_sellers .theme_title {
	margin-bottom: 36px;
}
.best_sellers .best_selling_item .text {
	padding-left: 20px;
	margin-top:-3px;
}

.best_sellers .best_selling_item .text h4 {
	color: #303030;
}

.best_sellers .best_selling_item .text h6 {
	font-size: 16px;
	font-weight: 700;
	color:#272727;
}
.best_sellers .best_selling_item .text ul li {
	display: inline-block;
	margin-right:3px;
	font-size: 12px;
	margin-top: 10px;
	color: #a0c715;
}
.best_sellers .best_selling_item .text span {
	display: block;
	margin-top: 10px;
	color: #a0c715;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto';
}
.best_sellers .best_selling_item {
	margin:20px 0 20px 0;
	padding-bottom: 17px;
}
.best_sellers .best_selling_item.border {
	border-bottom: 1px solid #f7f7f7;
}
.sidebar_styleTwo .sidebar_categories {
	margin-top: 30px;
}
.sidebar_styleTwo .sidebar_tags {
	margin: 19px 0 51px 0;
}



/*** 
=============================================
	 Shop Single area  style
=============================================
***/
.shop-single-area {
	position: relative;
}
.product-content-box {
	margin-bottom: 106px;
}
.product-content-box .img-box {
	text-align: center;
}
.product-content-box .flexslider .slides img {
	width: auto;
	display: inline-block;
}
.product-content-box .flexslider {
	background: #f7f7f7 none repeat scroll 0 0;
	border: none;
	padding: 32px 0;
	border-radius: 0;
	margin: 0 50px 10px 0;
	position: relative;
	text-align: center;
}
.product-content-box .flex-viewport {
	border: none;
	max-height: 450px;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.product-content-box .flex-control-thumbs {
	margin: 10px 0 0;
	overflow: hidden;
	position: static;
	display: none;
}
.product-content-box .flex-control-thumbs li {
	float: left;
	margin: 0 3% 0 0;
	width: 25%;
}

.product-content-box .flex-control-thumbs img {
	border: medium none;
	cursor: pointer;
	display: block;
	height: auto;
	opacity: 0.6;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 100%;
	border: 3px solid #f7f7f7;
}

.product-content-box .flex-control-thumbs .flex-active {
	cursor: default;
	opacity: 1;
	border: 3px solid #ab7442;
}
.product-content-box .flex-control-thumbs .flex-active:focus{
	outline: none;
}

.product-content-box .content-box {
	margin-left: -50px;
}
.product-content-box .content-box h3 {
	color: #303030;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px;
	text-transform: capitalize;
}
.product-content-box .content-box del {
	color: #a2a2a2;
	margin-left: 10px;
}
.product-content-box .content-box .review-box {
	margin: 0 0 10px;  
}
.product-content-box .content-box .review-box ul li {
	display: inline-block;
	margin-right: 3px;
}
.product-content-box .content-box .review-box ul {
	display: inline-block;
	padding-right: 1px;
}
.product-content-box .content-box .review-box ul li i {
	color: #a0c715;
	font-size: 14px;
}

.product-content-box .content-box span.price {
	color: #a0c715;
	font-size: 22px;
}
.product-content-box .content-box .text {
	margin: 0px 0 0;
	overflow: hidden;
	padding: 24px 0 9px;
}

.product-content-box .content-box .location-box {
	margin: 4px 0 18px;
	position: relative;
}
.product-content-box .content-box .location-box p {
	color: #1f1f1f;
	margin: 0 0 12px;
}
.product-content-box .content-box .location-box form input {
	border: 2px solid #f7f7f7;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.product-content-box .content-box .location-box form input:focus{
	border-color: #a0c715;
}
.product-content-box .content-box .location-box form button {
	background: #f7f7f7 none repeat scroll 0 0;
	border: medium none;
	color: #292929;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	left: 178px;
	top: 37px;
	height: 40px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 95px;
	margin-left: 6px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.product-content-box .content-box .location-box form button:hover{
	background: #a0c715;
	color: #fff;
}
.product-content-box .content-box .location-box form span {
	color: #a0c715;
}


.product-content-box .content-box .addto-cart-box {
	
}
.product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
		float: left;
		width: 70px;
		margin-right: 20px;
}
.product-content-box .content-box .addto-cart-box .form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #eaeaea;
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #272727;
	display: block;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	padding: 6px 0 8px;
	text-align: center;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
		border-radius: 0
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
		border-radius: 0;
		margin-top: -2px;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
	display: block;
	float: none;
	margin-left: -1px;
	max-width: 100%;
	padding: 12px 12px;
	position: relative;
	width: 100%;
}
.product-content-box .content-box .addto-cart-box .btn-default {
		background-color: #efefef;
		border-color: #efefef;
		color: #9e9e9e;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
	color: #9e9e9e;
	font-weight: normal;
	left: 8px;
	position: absolute;
	top: 7px;
}

.product-content-box .content-box .addto-cart-box button.addtocart {
	margin-left: 25px;
}


.product-tab-box {
	padding: 30px;
	padding-top: 0;
	border: 1px solid #f4f4f4;
}
.product-tab-box .tab-menu {
	border-bottom: 1px solid #f7f7f7;
	margin-top: -50px;
	margin-bottom: 33px;
	position: relative;
	left: -31px;
}
.product-tab-box .tab-menu li {
	display: block;
	float: left;
	margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
	border: 1px solid transparent;
	border-radius: 0;
	display: block;
	margin-right: 10px;
	padding: 13px 35px;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	background: #f7f7f7;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.product-tab-box .tab-menu li.active a, .product-tab-box .tab-menu li:hover a{
	background: #a0c715;
	color: #fff;
	border-color: #a0c715;
}

.product-tab-box .tab-content {
	
}
.single-review-box {
	margin-bottom: 10px;
	padding-bottom: 32px;
	padding-left: 80px;
	position: relative;
}
.single-review-box .img-holder {
	left: 0;
	position: absolute;
	top: 0;
}

.single-review-box .text-holder {
	border: 1px solid #f4f4f4;
	padding: 20px;
}
.single-review-box .text-holder .top {
	margin: 0 0 8px;
	overflow: hidden;
}


.single-review-box .text-holder .top .review-box ul {
	margin-top: -4px;
	padding-left: 20px;
}
.single-review-box .text-holder .top .review-box ul li {
	display: inline-block;
	margin-right: 3px;
}
.single-review-box .text-holder .top .review-box ul li i {
	color: #a0c715;
	font-size: 14px;
}
.single-review-box .text-holder .top .review-date {
	color: #ab7442;
	margin-top: -5px;
}

.single-review-box .text-holder .text p {
	margin: 0 0 15px;
}
.single-review-box .text-holder .text a.reply {
	color: #ab7442;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.product-tab-box .tab-content .product-details-content {
	margin-top: -5px;
}
.product-tab-box .tab-content .product-details-content .highlight {
	margin: 42px 0 0;
}
.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
	color: #292929;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Roboto Slab', sans-serif;
	margin: 0 0 28px;
}
.product-tab-box .tab-content .product-details-content .highlight li{
	position: relative;
	padding-bottom: 12px;
	padding-left: 25px;
}
.product-tab-box .tab-content .product-details-content .highlight li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #ab7442;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0;
}
.review-form {
	padding-top: 16px;
}
.review-form .sec-title-two {
	padding-bottom: 34px;
}
.review-form .add-rating-box {
	margin: 25px 0 23px;
}
.review-form .add-rating-box .add-rating-title h4 {
	color: #292929;
	font-family: "Roboto Slab",sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px;
	text-transform: none;
}
.review-form .add-rating-box ul li {
	display: inline-block;
	margin: 0 0px;
	border-right: 1px solid #e5e5e5;
	padding: 0 11px;
}
.review-form .add-rating-box ul li:last-child{
	margin-right: 0;
}
.review-form .add-rating-box ul li a i {
	color: #ddd;
	margin-right: 3px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 14px;
}
.review-form .add-rating-box ul li.active a i,
.review-form .add-rating-box ul li a:hover i{
	color: #a0c715;
}

.review-form form input[type="text"], .product-tab-box .tab-content .review-form form textarea {
	height: 50px;
	width: 100%;
	border: 1px solid #eaeaea;
	color: #9e9e9e;
	font-size: 14px;
	padding: 0 15px;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.review-form form textarea {
	height: 110px;
	padding: 10px 15px;
	margin-bottom: 32px;
}

.review-form .add-rating-box ul li:hover a i{
	opacity: 1;
}
.review-form form input[type="text"]:focus{
	border-color: #a0c715;
}
.review-form form textarea:focus{
	border-color: #a0c715;
}

.related-product {
	border-top: 1px solid #f7f7f7;
	margin-top: 60px;
	padding-top: 56px;
}
.related-product .single-product-item {
	margin-bottom: 0;
}


.product-review-tab .add_your_review .review-title h3 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	color: #252525;
}

.tab-title-h4 h4 {
	color: #3d3d3d;
	font-size: 20px;
	margin-bottom: 40px;
}



/*** 

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

***/

.register-section{
	position:relative;
}

.register-section .section-title2 h3 {
	margin-bottom: 30px;
}

.register-section .sec-title{
	margin-bottom:30px; 
}

.register-section .sec-title h2{
	font-size:28px;
	padding-bottom:5px;
	font-weight:600;  
}

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

.styled-form{
	position:relative;  
}

.styled-form .form-group{
	position:relative;
	margin-bottom:25px;
	margin-top: 0px;
	font-size: 15px;
	color:#9e9e9e;
}
.styled-form .form-group.social-links-two {
	margin-top: 7px;
}
.styled-form .form-group.register-text {
	margin-top: 15px;
	margin-left: 10px;
}

.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:#1f1f1f;
}

.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;
	font-weight:400;
}
.styled-form .pull-left input {
	display: inline-block;
}
.styled-form .form-group .thm-btn {
	line-height: 44px;
}
.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:#1f1f1f;
	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:48px;
	border:1px solid #e0e0e0;
	border-radius: 0px;
	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: #a0c715;
}

.styled-form .form-group .theme-btn{
	min-width:150px;
	text-align:center;
	padding:10px 30px;  
}

.styled-form .forgot{
	font-size:14px; 
}

.social-links-two a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height: 45px;
	text-align:center;
	color:#ffffff;
	background:#b2dd4c;
	margin:0px 0px 0px 15px;
	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;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.social-links-two .facebook{
	background:#3b5998; 
}

.social-links-two .twitter{
	background:#33ccfe; 
}

.social-links-two .google-plus{
	background:#dd4b39; 
}

.shop-sidebar .section-title {
	margin-bottom: 30px;
}

.shop-sidebar .category-style-one {
	position: relative;
}
.shop-sidebar .category-style-one ul {
	margin-bottom: 50px;
	margin-top: -15px;
}
.shop-sidebar .category-style-one ul li {border-bottom: 1px solid #eaeaea;margin: 0;padding-bottom: 0px;}

.shop-sidebar .category-style-one ul li a {
	font-weight: normal;
	color: #949494;
	padding-left: 25px;
	position: relative;
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	line-height: 54px;
	display: block;
}
.shop-sidebar .category-style-one ul li a:hover {
	color: #a0c715;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.shop-sidebar .category-style-one ul li a:before {
		content: "\f114";
		position: absolute;
		font-size: 16px;
		font-family: FontAwesome;
		left: 0px;
		top: 1px;
		-webkit-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
}


.shop-sidebar {
	position: relative;
	padding-left: 45px;
}

.shop .outer-box {
	position: relative;
}

.shop .outer-box:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: -30px;
	top: 0;
	background: #f4f4f4;
}


.single-shop-item .overlay {
		background-color: rgba(0, 0, 0, 0);
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all 450ms ease-out 0s;
		-o-transition: all 450ms ease-out 0s;
		transition: all 450ms ease-out 0s;
		-webkit-transform: rotateY(180deg) scale(0.5,0.5);
		        transform: rotateY(180deg) scale(0.5,0.5);
}

.single-shop-item:hover .img-box .overlay {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: rotateY(0deg) scale(1,1);
		        transform: rotateY(0deg) scale(1,1);
}
.single-shop-item .overlay .box {
		display: table;
		height: 100%;
		width: 100%;
}
.single-shop-item .overlay .box .content {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
}
.single-shop-item .img-box .overlay .box .content a i {
		background: #a0c715;
		border-radius: 50%;
		color: #ffffff;
		display: inline-block;
		font-size: 16px;
		height: 45px;
		line-height: 48px;
		-webkit-transition: all 500ms ease 0s;
		-o-transition: all 500ms ease 0s;
		transition: all 500ms ease 0s;
		width: 45px;
}

.single-shop-item .img-box .overlay .box .content a:hover i {
		background: #a0c715;
}


.best_sellers .best_selling_item .img_holder {
	position: relative;
}

.best_sellers .best_selling_item .img_holder a:after {
		position: absolute;
		content: "\f0c1";
		font-family: FontAwesome;
		left: 0px;
		top: 0px;
		text-align: center;
		line-height: 80px;
		width: 100%;
		height: 100%;
		background: rgba(160, 199, 21, 0.9);
		color: #ffffff;
		opacity: 0;
		-webkit-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
}

.best_sellers .best_selling_item .img_holder:hover a:after {
	opacity: 1;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}



/************************** 
* Cart Page styles 
***************************/
.cart-section {
	position: relative;
}
.cart-section ul {
	margin: 0;
	padding: 0;
}
.cart-section ul li {
	list-style: none;
}
.cart-section .thm-btn {
	line-height: 46px;
}
.cart-section .sec-pad {padding-bottom: 70px;}
.cart-section .sec-title.medium {
	padding-bottom: 25px;
}

.cart-section .cart-outer {
	position: relative;
}
.cart-section .cart-outer .select-box:before {
	display: none;
}
.cart-section .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 7px;
	font-family: "Roboto Slab", sans-serif;
	background: #f7f7f7;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 20px 15px;
	min-width: 120px;
	font-weight: 700;
	color: #303030;
}

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

.cart-table tbody tr td {
	line-height: 24px;
	padding: 15px 10px;
	min-width: 100px;
	font-size: 16px;
	font-weight: bold;
	color: yellow;
}

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

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

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 90px;
	padding-left: 85px;
	padding-top: 20px;
	text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	left: 0px;
	top: 11px;
	padding: 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 h3 {
	font-size: 18px;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #303030;
	text-transform: capitalize;
	font-weight: 700;
}

.cart-table tbody tr .sub-total {
	font-weight: 400;
	color: #a0c715;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 16px;
	color: yellow;
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	top: 2px;
	padding-right: 10px;
	font-size: 24px;
	line-height: 30px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.cart-table tbody tr .remove-btn:hover {
	color: #a0c715;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.cart-table tbody tr .remove-btn span:before {
	font-size: 30px;
}
.cart-table tbody tr {
	border-bottom: 1px solid #F7F7F7;
}

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

.cart-table tbody tr td .quantity-spinner {
	line-height: 24px;
	height: 46px;
	text-align: center;
	display: block;
	-webkit-box-shadow: none;
	        box-shadow: none;
	width: 100%;
	font-size: 20px;
	position: relative;
	color: #303030;
}

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

.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: #fff;
	background: #a0c715;
	border-radius: 50%;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	background: #f7f7f7;
	border-color: #f7f7f7;
	padding: 12px 12px;
	text-align: center;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
	color: #999;
	left: 6px;
	top: 7px;
	font-size: 10px;
}
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical i:hover {
	color: #a0c715;
}
.cart-table tbody tr .qty .quantity-spinner {
	background: #fff;
	border: none;
	border-radius: 40px;
}

.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 input[type="text"] {
	display: block;
	line-height: 24px;
	padding: 10px 15px;
	border-radius: 3px;
	width: 230px;
	background: none;
	border: 1px solid #fff;
	font-weight: 500;
	outline: none;
	height: 50px;
}

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

.cart-section h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

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

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

.cart-section .totals-table {
	position: relative;
	border: 2px solid #f4f4f4;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	font-size: 17px;
	float: left;
	padding: 14.5px 15px;
	line-height: 24px;
	width: 50%;
}

.cart-section .totals-table .col-title {
	font-size: 16px;
	color: #303030;
	border-right: 1px solid #f4f4f4;
	font-weight: 400;
	font-family: "Roboto Slab", sans-serif;
}

.cart-section .totals-table li {
	position: relative;
	border-bottom: 1px solid #f4f4f4;
}

.cart-section .totals-table li:last-child {
	border-bottom: none;
}

.cart-section .update-cart-box {
	padding-top: 40px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
	border: none;
	top: 2px;
	right: 20px;
}
.cart-section .estimate-form .select-box .btn-group.bootstrap-select {
	width: 100%;
	outline: none;
}
.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
	font-size: 14px;
	text-transform: capitalize;
	border: none;
	outline: none;
	border-radius: 0;
}
.cart-section .estimate-form .select-box .dropdown-menu {
	padding: 0;
	border-radius: 0;
}
.cart-section .estimate-form .select-box .dropdown-menu > li > a {
	padding: 8px 15px;
	color: #a0c715;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
	color: #a0c715;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
	font-size: 13px;
	color: #a0c715;
}


.cart-section .estimate-form h3 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 40px;
	margin-top: 80px;
}

.cart-section .cart-total h3 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
	margin-top: 30px;
}

.cart-section .estimate-form input {
	width: 100%;
	border: 2px solid yellow;
	outline: none;
	height: 50px;
	padding-left: 15px;
	font-family: "Roboto Slab", serif;
}

.cart-section .qty .input-group {
	width: 74px;
	background: #fff;
	height: 50px;
	overflow: hidden;
	border: 2px solid #f4f4f4;
}

.cart-section .thm-btn.update-cart {
	border: 2px solid black;
	background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
	color: #9e9e9e;
	font-weight: normal;
}

.cart-section .thm-btn.update-cart {
	color: #303030;
	border-color: #F7F7F7;
	text-shadow: none;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	border: 2px solid #F7F7F7;
	text-transform: uppercase;
	font-size: 14px;
}

.cart-section .estimate-form input {
	border-color: #f4f4f4;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
	background: #fff;
	color: #9f9f9f;
	border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
	color: #9f9f9f;
}

.cart-table tbody tr .prod-column .column-box {
	margin-left: 15px;
}

.cart-section .thm-btn.update-cart:hover {
	background: #a0c715;
	color: #fff;
}

.cart-table tbody tr td {
	padding: 10px 10px 10px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
	color: #999;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
	color: #fff;
}





/*** 
=============================================
		Checkout Area style
=============================================
***/
.checkout-area {
	padding-bottom: 100px;
	padding-top: 80px;
}

.checkout-area .section-title2 h3 {
	margin-bottom: 30px;
}

.checkout-area .exisitng-customer {
	border: 1px solid #f7f7f7;
	display: block;
	padding: 20px 28px 21px;
	position: relative;
	margin-bottom: 20px;
}
.checkout-area .exisitng-customer:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #a0c715;
	content: "";
}
.checkout-area .exisitng-customer h5{
	color: #303030;
	font-size: 16px;
	font-weight: 300;
}
.checkout-area .exisitng-customer h5 a{
	color: #a0c715;
	display: inline-block;
	padding-left: 15px;
}

.checkout-area .coupon {
	border: 1px solid #f7f7f7;
	display: block;
	padding: 20px 28px 21px;
	position: relative; 
	margin-bottom: 60px;
}
.checkout-area .coupon:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #a0c715;
	content: "";
}
.checkout-area .coupon h5 {
	color: #252525;
	font-size: 16px;
	font-weight: 300;  
}
.checkout-area .coupon h5 a {
	color: #a0c715;
	display: inline-block;
	padding-left: 15px;
}


.checkout-area .form form .field-label {
	color: #303030;
	font-family: "Roboto Slab", Sans-serif;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 8px;
	font-size: 15px;
}
.checkout-area .form form .field-input input[type="text"] {
	border: 2px solid #f7f7f7;
	color: #9a9a9a;
	display: block;
	font-size: 16px;
	height: 48px;
	margin-bottom: 25px;
	padding: 0 15px;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.checkout-area .form form .field-input input[type="text"]:focus{
	border: 2px solid #a0c715;
}
.checkout-area .create-acc .checkbox {
	margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
	color: #a0c715;
	font-weight: 300;
	font-size: 16px;
}
.checkout-area .create-acc .checkbox input {
	margin-top: 3px;
}


.checkout-area .shipping-info input[type="checkbox"] {
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 40px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.checkout-area .form form .field-input textarea {
	border: 2px solid #f7f7f7;
	color: #9e9e9e;
	display: block;
	font-size: 16px;
	height: 124px;
	margin-bottom: 28px;
	padding: 10px 15px;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.checkout-area .form form .field-input textarea:focus{
	border-color: #a0c715;
}

.checkout-area .bottom {
	padding-top: 70px
}
.checkout-area .table .sec-title-two {
	padding-bottom: 32px;
}
.checkout-area .table {
	overflow-x: auto;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}
.checkout-area .table .cart-table {
	min-width: auto;
	width: 100%;
}
.checkout-area .table .cart-table .cart-header {
	background: #f7f7f7;
	color: #303030;
	font-size: 18px;
	position: relative;
	text-transform: capitalize;
	width: 100%;
	font-weight: 400;
}
.checkout-area .table .cart-table thead tr th {
	font-weight: 400;
	line-height: 24px;
	min-width: 110px;
	padding: 19px 30px 17px;
}
.checkout-area .table .cart-table thead tr th.product-column {
	padding-left: 30px;
	text-align: left;
}

.checkout-area .table .cart-table tbody tr {
	border-bottom: 1px solid #f7f7f7;
}
.checkout-area .table .cart-table tbody tr td {
		vertical-align: middle
}
.checkout-area .table .cart-table tbody tr td {
	min-width: 75px;
	padding: 21px 30px;
	padding-right: 0px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
	min-height: 70px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
	width: 70px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb, 
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
	display: table-cell;
	vertical-align: middle;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
	padding-left: 20px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.checkout-area .table .cart-table tbody tr .qty {
	padding-right: 30px;
	width: 83px;
}
.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
	float: right;
	width: 40px;
}
.checkout-area .table .cart-table tbody tr .qty .form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #252525;
	display: block;
	font-size: 18px;
	font-weight: 400;
	height: 34px;
	padding: 6px 0;
	text-align: center;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0
}
.checkout-area .table .cart-table tbody tr .qty .btn-default {
	background-color: #a0c715;
	border-color: #a0c715;
	color: #fff;
	display: none;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	margin-top: -2px;
}
.checkout-area .table .cart-table tbody tr td.price {
	color: #a0c715;
	font-size: 16px;
	font-weight: 300;
}



.cart-total .sec-title-two {
	padding-bottom: 32px;
}
.cart-total-table {
	border: 2px solid #ebebeb
}
.cart-total-table li {
	border-bottom: 1px solid #ebebeb
}
.cart-total-table li:last-child {
	border-bottom: none
}
.cart-total-table li span.col.col-title {
	border-right: 1px solid #ebebeb;
	color: #303030;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	font-family: 'Roboto Slab', serif;
	padding: 10px 18px;
	position: relative;
	width: 50%;
}
.cart-total-table li span.col {
	color: #9a9a9a;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	padding: 10px 18px;
	position: relative;
	width: 50%;
}
.cart-total-table li span.col b {
	color: #a0c715;
	font-weight: 300;
	text-decoration: underline;
}
.cart-total .payment-options {
	background: #f7f7f7 none repeat scroll 0 0;
	margin-top: 30px;
	overflow: hidden;
	padding: 23px 20px 35px;
}
.cart-total .payment-options .option-block {
	margin-bottom: 14px;
}
.cart-total .payment-options .option-block .checkbox {
	margin: 0 0 5px;
	font-size: 16px;
}
.cart-total .payment-options .option-block .checkbox label {
	font-weight: 400;
	min-height: 20px;
	padding-left: 20px;
}
.cart-total .payment-options .option-block .checkbox label input {
	top: 0;
}
.cart-total .payment-options .option-block .checkbox label span {
	color: #303030;
	padding-left: 5px;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
}
.cart-total .payment-options .option-block .checkbox label span b {
	color: #a0c715;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	padding-left: 25px;
	text-decoration: underline;
}
.cart-total .payment-options .option-block .text {
	padding-left: 30px;
}
.cart-total .payment-options .option-block .text p {
	margin: 0;
	line-height: 28px;
}
.placeorder-button button {
}
.placeorder-button button:hover{
}

/*=========== Polive css ===========*/
.about-us-box {
	margin-top: 40px;
}
.about-us-img{
	position: relative;
}
.about-us-text {
	position: absolute;
	width: 50%;
	text-align: center;
	color: #666;
	top: 0;
	right: 0;
}
.about-us-text h2 {
	margin: 20px 0;
	font-size: 28px;
	font-weight: 700;
	font-family: "Arial", "Helvetica", sans-serif;
}
#services p {
	font-size: 18px;
	font-family: "Arial", "Helvetica", sans-serif;
	text-align: center;
	padding: 0 35px;
}
.about-us-text p {
	font-size: 18px;
	font-family: "Arial", "Helvetica", sans-serif;
}
.about-us-text p .green-color {
	font-weight: 700;
}
.main-footer .working-widget ul li span.green-color{
	color: #A0C715;
}
span.green-color {
	color: #A0C715;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.order-link {
	font-size: 18px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: 700;
	border: 1px solid #A0C715;
	border-radius: 6px;
	padding: 12px 35px;
	text-transform: capitalize;
}
.order-link:hover {
	background-color: #A0C715;
	color: #fff;
}
.worck-step {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	justify-content: space-around;
	-webkit-box-pack: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: space-around;
}
.worck-step .item {
	width: 20%;
}
.worck-step .item .image-box {
	min-width: 115px;
	height: 115px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-justify-content: space-around;
				 -webkit-box-pack: space-around;
						-ms-flex-pack: space-around;
					justify-content: space-around;
	-webkit-align-items: center;
		-webkit-box-align: center;
			 -ms-flex-align: center;
					align-items: center
}
.worck-step .item .image-box img {
	width: 85px;
	height: 85px;
}
.worck-step .item h2 {
	text-align: center;
	font-family: "Arial", "Helvetica", sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 36px;
	color: #666;
}
.worck-step .item h2 span {
	font-size: 28px;
}
.worck-step .item p {
	text-align: center;
	font-size: 18px;
	line-height: normal;
	font-family: "Arial", "Helvetica", sans-serif;
	padding: 0 20px;
}
.worck-step .item:hover .image-box img {
	width: 100px;
	height: 100px;
	-webkit-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}
.top-form {
	padding: 80px 0;
	background-color: #f7f7f7;
}
.item-form-text h2 {
	text-align: center;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
}
.item-form-text h2 span {
	font-size: 36px;
	color: #A0C715;
}
.item-form-input {
	padding-top: 45px;
}
.item-form-input input {
	width: 344px;
	padding: 10px 20px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	/*height: 34px;*/
	border: 1px solid #A0C715;
	display: inline-block;
	color: #333;
	margin-right: 30px;
	margin-top: -1px;
}
#order-top-form {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 11px 53px;
	background-color: #A0C715;
	border-radius: 5px;
	border: 2px solid #A0C715;
}
#order-top-form:hover {
	background-color: #fff;
	color: #A0C715;
	-webkit-transition: all 0.1s linear;
			 -o-transition: all 0.1s linear;
					transition: all 0.1s linear;
}
.item-form-input form {
	max-width: 1040px;
	margin: 0 auto;
}
.google-map {
	height: 400px;
}
.footer-padding-left {
	padding-left: 60px;
}
.main-text-block {
	padding-top: 65px;
}
.main-text-block .row {
	margin: 0;
}
.main-text-block .row p {
	text-indent: 30px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	color: #333;
	text-align: justify;
	margin-bottom: 30px;
}
.main-text-block .row h2.green-center {
	font-family: "Arial", "Helvetica", sans-serif;
	text-align: center;
	font-size: 20px;
	color: #A0C715;
	margin-top: 100px;
	margin-bottom: 50px;
	font-weight: 700;
}
.main-text-block .row h2.margin-top {
	margin-top: 50px;
}
span.big-green {
	font-size: 20px;
	color: #A0C715;
	font-weight: 700;
}
.main-text-block .row p.none-margin-bottom {
	margin-bottom: 0;
}

a.right-position,
.main-text-block img.right-position {
	float: right;
	width: 250px;
	height: auto;
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 20px;
}

a.left-position,
.main-text-block img.left-position {
	float: left;
	width: 250px;
	height: auto;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 20px;
}

a.right-position-big,
.main-text-block img.right-position-big {
	float: right;
	width: 400px;
	height: auto;
	display: inline-block;
	margin-left: 50px;
	margin-bottom: 30px;
	color: inherit;
	text-align: center;
	font-size: 13px;
}
.main-text-block .row h2.advantages {
	font-family: "Arial", "Helvetica", sans-serif;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: normal;
	margin-top: 100px;
	margin-bottom: 50px;
	font-weight: 700;
}
.main-text-block .row ul {
	list-style-type: none;
	font-size: 18px;
	line-height: normal;
}
.main-text-block .row ul li {
	margin-left: 20px;
	margin-bottom: 30px;
}
.main-text-block .row ul li:before{
	font-family: "Arial", "Helvetica", sans-serif;
	content: "-";
	font-size: 22px;
	font-weight: bold;
	color: #A0C715;
	font-size: inherit;
	padding-right: 5px;
}
.main-text-block .row ul strong {
	color: #A0C715;
}
.middle-image-line img {
	margin-top: 10px;
}
.main-text-block .row p.text-right {
	text-align: right;
}
.main-text-block .row p.text-left {
	text-align: left;
}
.main-text-block .row p.bottom-text {
	text-align: center;
	margin-bottom: 0;
}
.main-text-block .row h2.bottom-title {
	margin: 30px 0 90px 0;
}
.footer-text-logo p {
	font-size: 14px;
	font-weight: 700;
	margin-top: 12px;
	color: #bcbcbc;
	padding: 0;
	line-height: normal;
}
#overlay {
	z-index: 199999;
	position: fixed;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
#modal_form {
	z-index: 299999;
	display: none;
	position: fixed;
	background-color: #fff;
	width: 760px;
	height: 360px;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -380px;
	border: 2px dashed #A0C715;
	background-clip: padding-box;
}
.modal-dashed {
	position: relative;
}
.modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.modal-image {
	float: left;
	margin: 10px 0 0 5px;
}
.modal-form h3 {
	font-family: "Arial", "Helvetica", sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding-top: 50px;
	margin-bottom: 30px;
}
.modal-input {
	display: block;
	margin: 0 auto 25px;
	border: 1px solid #A0C715;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	color: #333;
	padding: 10px 30px;
	width: 320px;
}

.not-found h2 {
	text-align: center;
	font-size: 42px;
	margin-top: 100px;
	color: #A0C715;
}
.not-found a {
	font-family: "Arial", "Helvetica", sans-serif;
	display: block;
	width: 300px;
	text-align: center;
	margin: 50px auto;
	color: #0000ff;
	text-decoration: underline;
}
.main-header .info-box .adress-size {
	font-size: 32px;
}
#modal_thank {
	z-index: 299999;
	display: none;
	position: fixed;
	background-color: #fff;
	width: 760px;
	height: 360px;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -380px;
	border: 2px dashed #A0C715;
	background-clip: padding-box;
}
#modal_thank >.modal-dashed {
	margin: 5px;
	border: 2px dashed #A0C715;
	width: 98.5%;
	height: 97%;
}
a#sendmodal {
	display: inline-block;
	width: 210px;
	margin-left: 137px;
	padding: 10px 30px;
	background-color: #A0C715;
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: "Arial", "Helvetica", sans-serif;
	border: 2px solid #A0C715;
	border-radius: 5px;
}
.modal-thank-box h3 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin: 50px 0 30px 0;
	color: #333;
}
.modal-thank-box p{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #333;
}
.gallary-container {
	height: 700px;
	overflow-y: scroll;
}
.gallary-container .row {
	margin: 0;
}
.modal-thank-box img {
	display: block;
	width: 100px;
	margin: 50px auto 30px auto;
}
#services .single-item {
	border: 1px solid transparent;
	-webkit-transition: all linear 0.5s;
	     -o-transition: all linear 0.5s;
	        transition: all linear 0.5s;
}
#services .single-item:hover {
	-webkit-transition: all linear 0.5s;
	     -o-transition: all linear 0.5s;
	        transition: all linear 0.5s;
	border: 1px solid #A0C715;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	        box-shadow: 0 5px 20px rgba(0,0,0,.15);
}
#services .single-item:hover .content p {
	-webkit-transition: color linear 0.5s;
	     -o-transition: color linear 0.5s;
	        transition: color linear 0.5s;
	color: #333;
}
#services .single-item:hover .content .order-link {
	-webkit-transition: all linear 0.2s;
	     -o-transition: all linear 0.2s;
	        transition: all linear 0.2s;
	border: 1px solid #ffb33f;
	background-color: #ffb33f;
	color: #fff;
}
.main-header .info-box .adress-line {
	line-height: normal;
}
.main-header .info-box .social-link {
	line-height: normal;
}
.main-header .info-box .social-link a {
	text-decoration: underline;
}
.main-header .info-box .social-link a span {
	color: #0073AA;
}
.main-header .info-box .fa-facebook {
	margin-top: 3px;
	color: #0073AA;
	font-size: 22px;
}
.blog__wrapper {
	padding: 30px 0;
	min-height: 400px;
}
.page__blog-header {
	text-transform: capitalize;
	text-align: center;
	padding-bottom: 30px;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Roboto Slab', sans-serif;
}
.content-area {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.sidebar-area {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.sidebar-area h3 {
	font-size: 26px;
	text-align: center;
}
.blog__wrapper:after {
	content: '';
	clear: both;
	display: block;
}
.content-area p {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 15px;
	font-weight: 400;
}
.content-area h1 {
	padding-top: 15px;
	padding-bottom: 20px;
	color: #222;
}
.page__blog-header h1 {
	position: relative;
}
.page__blog-header h1:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 80px;
	height: 1px;
	background: url(../images/icons/sec-title-decoration.png);
}
.content-area ul {
	font-family: 'Roboto', sans-serif;
	color: #333;
	list-style: disc;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 400;
}
.content-area ol {
	font-family: 'Roboto', sans-serif;
	padding-left: 0;
	font-size: 18px;
	margin-bottom: 15px;
	color: #333;
	font-weight: 400;
}
.content-area li {
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	margin-left: 20px;
}
.content-area h2 {
	padding-bottom: 15px;
	padding-top: 15px;
}
.sidebar-area {
	padding-top: 30px;
}
.sidebar-area a {
	display: block;
}
.sidebar-area .reviews-text a,
.content-area a {
	color: #A0C715;
}
.sidebar-area .reviews-text a:hover,
.content-area a:hover {
	color: #81A212;
}
.blog-list-item {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.blog-list-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.blog-list-item .stable-box {
	margin-bottom: 15px;
}
.blog-list-item a.img-wrapp {
	display: block;
	position: relative;
}
.sidebar-area a.img-wrapp .stable-box:after,
.blog-list-item a.img-wrapp:after {
	content: '';
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(160, 199, 21, 0.45);
	-webkit-transition: opacity .15s ease-in-out;
	     -o-transition: opacity .15s ease-in-out;
	        transition: opacity .15s ease-in-out;
}
.sidebar-area a.img-wrapp .stable-box:hover:after,
.blog-list-item a.img-wrapp:hover:after {
	opacity: 1;
	-webkit-transition: opacity .15s ease-in-out;
	     -o-transition: opacity .15s ease-in-out;
	        transition: opacity .15s ease-in-out;
}
.reviews-container {
	z-index: 2;
	position: relative;
}
.reviews-container h3 {
	padding-bottom: 60px;
}
.reviews-container img {
	border-radius: 50%;
	margin-bottom: 30px;
	width: 150px;
}
.reviews-text {
	max-width: 450px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
}
.reviews-container .owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}
.sidebar-area .reviews-text {
	width: 100%;
}
.more-btn {
	font-size: 18px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: 700;
	border: 1px solid #A0C715;
	border-radius: 6px;
	padding: 12px 25px;
	text-transform: capitalize;
}
.more-btn:hover {
	background-color: #ccc;
	color: #555;
}
#services .single-item:hover .content .more-btn {
	-webkit-transition: all linear 0.2s;
	     -o-transition: all linear 0.2s;
	        transition: all linear 0.2s;
	border: 1px solid #ffb33f;
	background-color: #eee;
	color: #555;
}
.fb-icon {
	height: 20px;
	width: auto;
	margin-top: 2px;
}
#services article {
	min-height: 570px;
}
.reviews-container .owl-dots {
	display: block;
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.reviews-container .owl-dot {
	width: 15px;
	height: 15px;
	background-color: rgba(255,255,255,.5);
	margin: 0 15px;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
}
.reviews-container .owl-dot.active {
	background-color: rgba(255,255,255, 1);
}
.sidebar-area .stable-box {
	position: relative;
	width: 100%;
}
.stable-box {
	position: relative;
	width: 100%;
}
.stable-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 60px;
	height: 60px;
	z-index: 15;
}

.stable-box .padding-top {
	width: 100%;
	padding-top: 56.25%;
}
.stable-box .image-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid transparent;
	-webkit-transition: border .15s linear;
	     -o-transition: border .15s linear;
	        transition: border .15s linear;
}
.stable-box .image-container:hover {
	border: 1px solid #DA2128;
	-webkit-transition: border .15s linear;
	     -o-transition: border .15s linear;
	        transition: border .15s linear;
}
.content-area a.more-detail {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	color: #fff;
	background-color: #a0c715;
	font-weight: 600;
	padding: 10px 25px;
	-webkit-transition: background-color .15s linear;
	     -o-transition: background-color .15s linear;
	        transition: background-color .15s linear;
}
a.more-detail:hover {
	background-color: #81A212;
	color: #fff;
	-webkit-transition: background-color .15s linear;
	     -o-transition: background-color .15s linear;
	        transition: background-color .15s linear;
}
.sidebar-item {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.sidebar-item:last-child {
	border-bottom: none;
}
.sidebar-item h4 a {
	font-size: 20px;
	padding-bottom: 10px;
}
.nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.nav-links .prev span {
	font-weight: 700;
	padding-right: 15px;
}
.nav-links .next span {
	font-weight: 700;
	padding-left: 15px;
}
a.page-numbers {
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	color: #fff;
	background-color: #a0c715;
	font-weight: 600;
	padding: 10px 25px;
	-webkit-transition: background-color .15s linear;
	     -o-transition: background-color .15s linear;
	        transition: background-color .15s linear;
}
a.page-numbers:active,
a.page-numbers:hover {
	background-color: #81A212;
	color: #fff;
	-webkit-transition: background-color .15s linear;
	     -o-transition: background-color .15s linear;
	        transition: background-color .15s linear;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.servise-wrapper {
	margin-left: 0 !important;
	padding-left: 0 !important;
	text-align: center;
}
.servise-wrapper img {
	width: 100%;
	height: auto;
}
.servise-wrapper a.order-link {
	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	color: #fff;
	background-color: #ffb33f;;
	font-weight: 600;
	padding: 15px 25px;
	width: 100%;
	-webkit-transition: background-color .15s linear;
	     -o-transition: background-color .15s linear;
	        transition: background-color .15s linear;
	border: none;
	margin-top: 15px;
	margin-bottom: 5px;
}
.servise-wrapper a.order-link:active,
.servise-wrapper a.order-link:hover {
	border-radius: 4px;
	background-color: #efa73a;
	color: #fff;
	-webkit-transition: background-color .15s linear;
	     -o-transition: background-color .15s linear;
	        transition: background-color .15s linear;
	border: none;
}
p.centre {
	text-align: center;
	margin-top: -5px;
	font-style: italic;
}
.content-area a {
	display: block;
}
.content-area a img {
	margin-top: 15px;
	width: 100%;
	height: auto;
}
.servise-wrapper a img {
	margin-top: 0;
	width: 100%;
	height: auto;
}
.page-content {
	padding: 30px 0;
}
.service-page {
	padding-top: 30px;
}
.contact-page-time {
	padding-top: 30px;
	padding-bottom: 15px;
}
.contacts-page-img {
	margin-bottom: 30px;
}






















@media only screen and (min-width: 1200px){
	.container {padding: 0;}
	.container-fluid{padding: 0;}
}
@media only screen and (max-width: 1200px){
	.navigation > li > a {
		margin: 0 32px;
	}
}
@media only screen and (max-width: 1024px){
	.about-us-text {
			position: relative;
			width: 100%;
			text-align: center;
	}
	.item-form-input input {
		display: block;
		margin: 0 auto 20px auto;
		width: 290px;
	}
	#order-top-form {
		display: block;
		margin: 30px auto 0 auto;
		width: 290px;
	}
}
@media only screen and (min-width: 991px){
	.mobile-menu {
		display: none;
	}
}
@media only screen and (max-width: 991px){

/*========== mobile-menu ============*/
	.navigation {
		display: none;
	}
	.main-menu .collapse {
		border: 0px;
		max-height: 300px;
		display: none !important;
		overflow: auto !important;
	}
	.main-menu .collapse.in, 
	.main-menu .collapsing {
		display: block !important;
	}
	.main-menu .navbar-header{
		padding: 14px 0px;
		float: none;
	}
	.main-menu .navbar-toggle {
		float: none;
		margin: 0;
		display: block;
	}
	.main-menu .navbar-toggle .icon-bar {
		background: #a0c715;
		width: 30px;
	}
/*=============== end menu=================*/
	.main-header .logo-outer {
			width: 100%;
			float: inherit !important;
			text-align: center;
			margin-bottom: 20px;
	}
	.main-header .header-upper .upper-right {width: 100%;float: inherit !important;}

	.main-header .info-box {
		/*float: inherit;*/
		display: inline-block;
		margin-left: 0;
		margin-right: 19px;
	}
	.main-header .outer-box2 {top: -12px;}
}

@media only screen and (max-width: 768px){
	.main-menu .navbar-collapse.collapse {
		display: none !important; 
		height: auto !important; 
		padding-bottom: 0; 
		overflow: hidden !important; 
	}
	.main-menu .navbar-collapse.collapse.in {
		display: block !important;
	}
	#modal_form {
		width: 80%;
		height: 360px;
		top: 50%;
		left: 50%;
		margin-top: -180px;
		margin-left: -40%;
	}
	a#sendmodal {
		display: block;
		margin: 0 auto;
	}
	.adress-size .fa-home {
		display: none;
	}
	#modal_thank {
		width: 60%;
		height: 260px;
		margin-top: -130px;
		margin-left: -30%;
	}
	#modal_thank >.modal-dashed {
		margin: 0;
		border: 2px dashed transparent;
		width: 100%;
		height: 100%;
	}
	.modal-thank-box p {
		padding: 0 20px;
	}
	.modal-image {
		display: none;
	}
	.order-link {
		margin-bottom: 30px;
	}
	.worck-step .item {
		width: 50%;
		margin-bottom: 50px;
	}
	.footer-padding-left {
		padding-left: 0;
	}
	.about-us .img-box {
		width: 100%;
		margin-bottom: 30px;
	}
	.about-us .content {
		width: 100%;
	}
	.main-header .outer-box2 {
		top: 0;
	}
	.main-header .header-upper .upper-right {text-align: left;
		/*padding-left: 20%;*/
	} 
	.footer-bottom .copy-text {
		width: 100%;
	}
	.footer-bottom .get-text {
		width: 100%;
	}
	.single-service .post-column .img-box {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.single-service .post-column .content {
			width: 100%;
	}
	.single-service .tabs-style-one.tabs-box {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.single-service .request-quote {
		width: 100%;
		margin-left: 0;
	}
	.modal-thank-box img {
		width: 60px;
	}
}
@media only screen and (max-width: 425px){
	.contacts-page-img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	#services .single-item .content .more-btn {
		border: 1px solid #ffb33f;
		background-color: #eee;
		color: #555;
	}
	#services .single-item .content .order-link {
		border: 1px solid #ffb33f;
		background-color: #ffb33f;
		color: #fff;
	}
	#services .single-item .content p {
		color: #333;
	}
	#services .single-item.content .order-link {
		border: 1px solid #ffb33f;
		background-color: #ffb33f;
		color: #fff;
	}
	.content-area h1 {
		font-size: 30px;
	}
	.nav-links {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.single-item .img-box img {
		width: 100%;
	}
	.service .content .img-box {
		display: block;
	}
	.section-title h1 {
		width: 80%;
		margin: 0 auto;
	}
	#modal_form {
		width: 90%;
		margin-left: -45%;
	}
	.modal-input {
		width: 85%;
	}
	#modal_thank {
		width: 90%;
		height: 300px;
		margin-top: -150px;
		margin-left: -45%;
	}
	.main-text-block .row p.bottom-text {
		text-indent: 0;
	}
	.main-text-block .row p.text-left,
	.main-text-block .row p {
		text-align: justify;
	}
	.main-text-block .row p.text-right {
		text-align: justify;
	}

	a.right-position-big,
	.main-text-block img.right-position-big {
		float: none;
		width: 100%;
		margin: 20px 0;
	}
	.worck-step .item {
		width: 100%;
	}
	a.left-position, .main-text-block img.left-position,
	a.right-position, .main-text-block img.right-position {
		width: 100%;
		float: none;
		margin: 20px 0;
	}
}
@media only screen and (max-width: 320px){
	.main-header .logo-outer .text-logotype {
		margin-left: 0;
	}
}
@media only screen and (min-width: 990px) and (max-width: 1200px){
	.navigation > li > a {
		margin: 0 22px;
	}
}
/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
}
