body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#4a4a4a;
	overflow-x:hidden;
}
a {
	display: inline-block;
	text-decoration: none;
	color:#ffffff;
}
a.main_anchor {
	text-transform: uppercase;
	font-weight: 900;
	margin-top:17px;
}
a.main_anchor i {
	padding-left:5px;
}
a.main_anchor:hover,
a.main_anchor:focus {
	color:#3498db;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}
ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
p {
	line-height: 24px;
	margin: 0;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 18px;
}
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lora', serif;
	font-weight: 700;
	color:#0b4656;
	word-spacing: -1px;
}
h2 span,
h3 span,
h4 span,
h5 span {
	color:#79ba45  ;
	position: relative;
}

.flt_left {
	float: left;
}
.flt_right {
	float: right;
}

.clear_fix {
	clear:both;
}
.transition3s {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.transition4s {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.transition5s {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.transition-ease {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


button,
input {
	outline: none;
	box-shadow: none;
}
.button_main {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	width:180px;
	text-align: center;
	display: inline-block;
	line-height: 50px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
	position: relative;
    background: #0b4656;
	top: 20px;
}
.border_round {
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.title_holder h2 span:before {
	content: url(../../images/logo/title-logo.png);
	position: absolute;
	top:-15px;
	right:-28px;
}
.title_holder2 h3 span:before {
	content: url(../../images/logo/title-logo2.png);
	position: absolute;
	top:-8px;
	right:-19px;
}
a.mouse_hover1:hover,
a.mouse_hover1:focus {
	background: #79ba45  !important;
	color:#fff !important;
}
a.mouse_hover2:hover,
a.mouse_hover2:focus {
	background: #79ba45  !important;
	color:#FFF !important;
}
a.mouse_hover3:hover,
a.mouse_hover3:focus {
	background: #066C8F !important;
	color:#FFF !important;
}
/*========================== Header ======================*/
			/*========= Top header ==============*/

.top_header {
	background: #272727;
	padding: 10px 0;
}
.top_header p {
	font-weight: 900;
	color:#6b6b6b;
}
.top_header p span {
	color:#3498db;
}
.top_header ul {
	text-align: right;
}
.top_header ul li {
	display: inline-block;
	margin-right:25px;
}
.top_header ul li:last-child {
	margin:0;
}
.top_header ul li a {
	font-weight: 900;
	color:#6b6b6b;
	display: block;
}
.top_header ul li button {
	background: transparent;
	font-weight: 900;
	color:#6b6b6b;
	border:none;
	outline: none;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    vertical-align: bottom;
}
.top_header ul li ul li {
	display: block;
	margin:0;
	padding:8px 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
	border-bottom:1px dashed rgba(336,336,336,0.2);
}

.top_header ul li ul li:hover {
	color:#3498db;
	background: transparent;
	border-bottom:1px dashed rgba(336,336,336,0.2);
}
.top_header ul li ul li:last-child {
	border:none;
}
.top_header ul li ul {
	background: #272727;
	color:#6b6b6b;
	border:none;
	margin-top:10px;
	text-align: left;
	z-index: 99999;
    padding: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.top_header ul li button .fa-angle-down {
	display: none;
}
.top_header ul li a:hover,
.top_header ul li a:focus {
	color:#3498db;
}

			/*========== Bottom heade ============*/
.bottom_header {
	padding-top:21px;
	padding-bottom:15px;
}
.bottom_header p {
	font-weight: 900;
	font-size: 15px;
	color:#066C8F;
}
.bottom_header span {
	font-size: 16px;
	padding-top: 6px;
    display: block;
}
.bottom_header ul li {
	display: inline-block;
	width:45px;
	height:45px;
	text-align: center;
	padding:4px;
	margin-top: 19px;
	margin-right: 12px;
	background: #0b4656;
}
.bottom_header ul li:last-child {
	margin-right:0;
}
.bottom_header ul li a {
	display: block;
}
.bottom_header ul li a i {
	padding:9px;
	width:37px;
	height:37px;
	border:1px dashed rgba(336,336,336,0.5);
	font-size: 18px;
	color:#fff;
}
.bottom_header ul li:hover,
.bottom_header ul li:focus {
	background: #79ba45;
}
.bottom_header .address,
.bottom_header .time_schedule {
	position: relative;
	padding-left: 58px;
    padding-top: 17px;
}
.icon{font-size: 48px;
	color: #0b4656;
	position: absolute;
	left:0;
	top:6px;}
/*========================= Main menu ====================*/
.main_menu {
	position: relative;
	z-index: 9999;
}

.main_menu nav {
	background: #79ba45;
	height:90px;
	border:none;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    margin:0;
}
.main_menu nav .navbar-collapse {
	padding: 10px 0 10px 8px;
	background: #0b4656;
	height:90px;
}
.main_menu nav .navbar-collapse ul.nav {
	border:1px dashed #fff;
	border-right:none;
}
.main_menu nav .navbar-nav>li.sub_dropdown:hover {
	background: url(../../images/home/menu-bg.png) no-repeat 50% 76%;
}

.main_menu nav .navbar-nav>li>a {
	font-weight: 900;
	text-transform: uppercase;
	color:#fcfcfc;
	padding: 24px 50px 24px 50px;
	border-right: 1px dashed #fff;
}
.main_menu nav .navbar-nav>li>a:hover,
.main_menu nav .navbar-nav>li>a:focus {
	color:#e8e8e8;
}
.main_menu nav .navbar-nav>li:last-child>a {
	border:none;
}
.main_menu nav .navbar-nav>li:nth-child(2)>a {
	/*padding: 24px 33px 24px 33px;*/
}
.main_menu nav .navbar-nav>li:nth-child(3)>a {
	/*padding: 24px 30px 24px 30px;*/
}
.main_menu nav .navbar-nav>li:nth-child(4)>a {
	/*padding: 24px 30px 24px 30px;*/
}
.main_menu nav .navbar-nav>li:nth-child(5)>a {
	/*padding: 24px 30px 24px 30px;*/
}
.main_menu nav .navbar-nav>li:nth-child(6)>a {
	/*padding: 24px 30px 24px 30px;*/
}
.main_menu nav .navbar-nav>li:nth-child(7)>a {
	padding: 24px 25px 24px 25px;
}
.main_menu nav .navbar-nav ul.sub_menu {
	position: absolute;
	width:250px;
	background: #0b4656;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	top:69px;
	left:-20px;
	opacity: 0;
	visibility: hidden;
	/*border-top:10px solid #272727;*/
}
.main_menu nav .navbar-nav ul.sub_menu:before {
	content: '';
	width:100%;
	height: 1px;
	top:-11px;
	left:0;
	position: absolute;
}
.main_menu nav .navbar-nav ul.sub_menu li a {
	color:#fff;
	font-weight: 900;
	line-height: 46px;
	border-bottom: 1px dashed #105c71;
	display: block;
	padding: 0px 20px 3px 20px;
}
.main_menu nav .navbar-nav ul.sub_menu li:last-child a {
	border-bottom: 1px dashed transparent;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.main_menu nav .navbar-nav ul.sub_menu li a:hover,
.main_menu nav .navbar-nav ul.sub_menu li a:focus {
	background: #3498db;
	border-bottom: 1px solid transparent;
}
.main_menu nav .navbar-nav>li:hover .sub_menu,
.main_menu nav .navbar-nav>li:focus .sub_menu {
	opacity: 1;
	visibility: visible;
	left:0;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
	.main_menu nav ul li.sub_dropdown .fa-sort-desc {
		display: none;
	}
.main_menu nav p {
	margin: 0;
	background: #79ba45;
	position: relative;
	height:90px;
	padding: 10px 0;
	width: 27.5%;
}
.main_menu nav p a {
	font-family: 'Lora', serif;
	font-weight: 700;
	color:#fff;
	font-size: 30px;
	display: block;
	height: 100%;
	border: 1px dashed #fff;
	border-left: none;
	padding: 21px 0 21px 20px;
    margin-right: -5px;
}
.main_menu nav p a i {
	padding-right: 20px;;
}
.main_menu nav p:before {
	content: '';
	background: #3498db;
	width:250px;
	height:100%;
	position: absolute;
	top:0;
	z-index: -1;
}
.main_menu nav p a:hover,
.main_menu nav p a:focus {
	color:#f3f3f3;
}
@keyframes menu_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -90px;}
    100% {margin-top: 0;}
}
.fixed {
  position: fixed;
  background:#79ba45  url(../../images/logo/logo1.png) no-repeat 10px center;
  background-size: 74px;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
  -webkit-box-shadow: 0px 13px 30px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 13px 30px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 13px 30px -12px rgba(0,0,0,0.75);	
}

/* ====================== Banner ===================*/
.banner {
	margin-top:-45px;
}
.banner h1 {
	font-family: 'Lora', serif;
	font-weight: 700;
	color:#fff;
	word-spacing: -1px;
	line-height: 50px;
	font-size: 36px;
	text-shadow: 3px 3px 0px rgba(4, 4, 4, 0.42);
}
.banner .main_heading h1 {
	text-align: center;
}
.banner p {
	font-size: 18px;
	color:#fff;
	line-height: 34px;
}

.banner #main_slider a.contact_us {
	background: #3498db;
	color:#fff;
	padding: 21px 47px;
}
.banner #main_slider a.read_more {
	background: #fff;
	color:#272727;
	padding: 21px 51px;
}
.banner #main_slider a.read_more,
.banner #main_slider a.contact_us {
	display: inline;
	text-transform: uppercase;
	font-weight: 900 !important;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}
.banner #main_slider a.contact_us:hover,
.banner #main_slider a.read_more:hover {
	background: #272727;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}
.hades.tparrows {
	width:60px;
	height:60px;
	background: transparent !important;
	border:1px dashed #fff;
	text-align: center;
}
.hades.tparrows.tp-leftarrow {
	left: calc(4% + 6px) !important;
}
.hades.tparrows.tp-rightarrow {
	left: calc(95% + 14px) !important;
}
.hades .tp-arr-allwrapper {
	width:90px;
	height:60px;
}
.hades .tp-arr-allwrapper {
	top:-1px;
	left:101%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
	right:101%;
}
.hades.tparrows.tp-leftarrow:before {
	content: url(../../images/home/left-arw.png);
	line-height: 50px;
	height:100%;
	background: transparent;
}
.hades.tparrows.tp-rightarrow:before {
	content: url(../../images/home/right-arw.png);
	line-height: 50px;
	height:100%;
	background: transparent;
}
.hades.tparrows.tparrows:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*======================= Welcome Section ==================*/
.welcome-section {background:#0b4656; padding:7px 30px; /* margin-top: -150px;*/}
.welcome_sec {
	padding-top:40px;
}
.welcome_sec  h2{color:#000; line-height: 40px; font-size:30px;}
.welcome_sec .welcome_data_container {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 34px;
}
.title_holder h2 {
    line-height: 40px;
	color:#fff;
	font-size:30px;
}
.welcome_sec .welcome_title p {
	font-size: 14px;
	line-height: 24px;
	color:#f5f5f5;
	text-align: justify;
	margin-bottom:10px;
}
.welcome_sec .welcome_title p span{font-weight:bold;}
.welcome_sec .welcome_title .text p:first-child {
	margin-bottom: 20px;
	margin-top: 14px;
}
.welcome_sec .text {
	padding-top:0px;
	position: relative;
}
.signature{ position: absolute; bottom: 0px; right: 0px;}
.welcome_sec .text a.view_services {
	margin-top: 28px;
}
.welcome_sec .img_holder {
	position: relative;
}
.welcome_sec .img_holder .overlay {
	position: absolute;
	width:100%;
	height:100%;
	background: rgba(106,175,8,0.8);
	top:0;
	left:0;
	padding: 10px 8px;
	cursor: pointer;
	-ms-transform: scale(0,0); /* IE 9 */
    -webkit-transform: scale(0,0); /* Safari */
    transform: scale(0,0);
}
.welcome_sec .img_holder .overlay .overlay_border {
	width:100%;
	height:100%;
	border:1px dashed rgba(336,336,336,0.5);
}
.welcome_sec .design_planting:hover .img_holder .overlay,
.welcome_sec .garden_care:hover .img_holder .overlay {
	-ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
}
/*.presentation{background:#79ba45; padding: 7px 30px;}
.presentation h2{color:#000;}
.presentation p{    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: justify;
    margin-bottom: 10px;}*/
/*=================== Welcome intro =================*/
.welocme_intro {
	padding-top:27px;
}
.welocme_intro .img_holder {
	display: table-cell;
	padding-top: 13px;
}
.welocme_intro .info {
	display: table-cell;
	vertical-align: top;
	padding-left: 29px;
}
.welocme_intro .info a {
	margin-top:7px;
}

/*================= Welcome banner ============*/

.welcome_banner .welcome_banner_bg {
	background: url(../../images/home/8.jpg) repeat-y center;
	background-color: #3498db;
	position: relative;
	height:120px;
	margin-top: 25px;
}
.welcome_banner .welcome_banner_bg .overlay {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	padding:15px;
	background:rgba(11, 70, 86, 0.62);
}
.welcome_banner .welcome_banner_bg .overlay_border {
	width:100%;
	height:100%;
	border:1px dashed rgba(336,336,336,0.5);
}
.welcome_banner h4 {
	color: #fff;
	text-align: left;
	padding-top: 34px;
	font-size: 22px;
	padding-left: 30px;
}
.welcome_banner h3 {
	color: #fff;
	text-align: left;
	padding-top: 30px;
	font-size: 25px;
	padding-left: 30px;
}

.welcome_banner a {
	font-weight: 900;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin: 30px 0 0 29px;
    line-height: 56px;
    width:180px;
	border:2px solid #fff;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.welcome_banner a:hover,
.welcome_banner a:focus {
	background:#066C8F;
	border:2px solid #066C8F;
}

/*===================== Project Faq ===============*/
.project_Faq .title_holder2 h3 {
	color:#fff;
}
.project_Faq .title_holder2 h3 span:before {
	right:-25px;
}
.project_Faq_bg {
	background: url(../../images/home/p-bg.jpg) repeat center;
	background-color: #1e1e1e;
	background-attachment: fixed;
	margin-top: 80px;
	padding-bottom: 50px;
}
.project_Faq .Faq_menu {
	padding-top: 54px;
	padding-bottom: 54px;
}
.project_Faq .Faq_menu ul {
	text-align: right;
	padding-top:23px;
}
.project_Faq .Faq_menu ul li {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	color:#fff;
	text-transform: capitalize;
	cursor: pointer;
	margin-right:32px;
}
.project_Faq .Faq_menu ul li:last-child {
	margin-right:0;
}
.project_Faq .Faq_menu ul li:hover,
.project_Faq .Faq_menu ul li.active {
	color:#3498db;
}

.project_Faq #mixitup_list .mix {
	margin-bottom:30px;
	display: none;
}
.project_Faq #mixitup_list .img_holder {
	position: relative;
}
.project_Faq #mixitup_list .img_holder .hover_overlay {
	position: absolute;
	width:100%;
	height:100%;
	background: rgba(106,175,8,0.8);
	padding: 15px;
	top:0;
	left:0;
	-ms-transform: scale(0,0); /* IE 9 */
    -webkit-transform: scale(0,0); /* Safari */
    transform: scale(0,0);
}
.project_Faq #mixitup_list .img_holder .hover_overlay .content {
	width:100%;
	height:100%;
	border:1px dashed rgba(336,336,336,0.5);
	display: table;
}
.project_Faq #mixitup_list .img_holder .hover_overlay .content a {
	font-family: 'Lora', serif;
	font-weight: 700;
	color:#fff;
	font-size: 24px;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.project_Faq #mixitup_list .img_holder:hover .hover_overlay,
.project_Faq #mixitup_list .img_holder:focus .hover_overlay{
	-ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
}
.masanory_Faq #mixitup_list {
	padding-left:0;
	padding-right: 0;
}
.masanory_Faq #mixitup_list .mix {
	float:left;
	padding-left:15px;
	padding-right:15px;
}
.masanory_Faq #mixitup_list .grid {

}
.masanory_Faq #mixitup_list .grid_large {

}
/*=================== Why Choosing Gardener ===============*/
.choosing_gardener {
	padding-top:55px;
}

.choosing_gardener .choosing_reason {
    position: relative;
    margin-left: 41px;
    border: 1px dashed #eeeeee;
    padding: 15px 8px 23px 60px;
    margin-bottom: 40px;
}
.choosing_gardener .choosing_reason .icon_holder {
	width:80px;
	height:80px;
	position: absolute;
	background:#3498db;
	top:24%;
	left:-8%;
	padding:5px;
}
.choosing_gardener .choosing_reason .icon_holder i {
	width:70px;
	height:70px;
	font-size: 24px;
	color:#fff;
	border:1px dashed rgba(336,336,336,0.5);
	padding: 23px;
}
.choosing_gardener .choosing_reason:hover,
.choosing_gardener .choosing_reason:focus {
	border: 1px dashed #3498db;
}

/*================ Award Winning &  Project Started ==============*/

.award_winning {
	position: relative;
	margin: 36px 0 0 0;
}
.award_winning .title_holder2 h3 span:before {
	top:-12px;
}
.award_winning .img_holder {
	margin-right: 34px;
}
.award_winning .text {
	position: absolute;
	top:20px;
	left:15px;
	padding-top:20px;
}
.award_winning .text .title_holder2 h3,
.award_winning .text h5 {
	color:#fff;
}
.award_winning .text .title_holder2 h3 {
	line-height: 53px;
}
.award_winning .text h5 {
	margin-top: 14px;
    line-height: 36px;
    margin-bottom: 15px;
}
.award_winning .slider_container {
	padding-top:42px;
	padding-right: 110px;
}
.award_winning .text p {
	margin-bottom:23px;
	color:#fff;
}
.award_winning .slider_container .carousel-indicators {
	width:100%;
	margin: 0;
    left: 4px;
    bottom: -53px;
    text-align: left;
}
.award_winning .slider_container .carousel-indicators li {
	width:12px;
	height:12px;
	border:1px dashed rgba(336,336,336,0.7);
	margin-right: 14px;
}
.award_winning .slider_container .carousel-indicators li.active {
	width:13px;
	height:13px;
	background:#79ba45;
	border:1px solid #79ba45;
	margin-right: 14px;
}

/*================ */
.project_started  {
	padding-top: 49px;
	margin-top:36px;
	/*padding-bottom: 82px;*/
}
.project_started:before {
	content: '';
	width:2500px;
	height:1px;
	border-top:1px solid #f6f4f4;
	position: absolute;
	top:1px;
	left:-49px;
	-webkit-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.03);
	box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.03);
}
.project_started:after {
	content: '';
	width:2500px;
	height:1px;
	border-top:1px solid #f6f4f4;
	position: absolute;
	bottom:1px;
	left:-49px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.03);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.03);
}
.project_started .title_holder2 h3 span:before {
    top: -11px;
    right: 20px;
}
.submit_form form {
	padding-top:44px;
}
.submit_form input,
.submit_form textarea {
	width:100%;
	border:1px solid #79ba45;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    box-shadow: none;
    outline: none;
    background: #fff;
    padding-left:14px;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: normal;
    color:#0b4656;
}
.submit_form input::-webkit-input-placeholder,
.submit_form textarea::-webkit-input-placeholder {
  color:#0b4656;
}
.submit_form input:-moz-placeholder,
.submit_form textarea:-moz-placeholder {
  color:#0b4656;
}
.submit_form input,
.submit_form textarea,
.submit_form .ui-state-default {
	margin-bottom: 20px;
}
.submit_form input{
	height:50px;
}
.submit_form .ui-state-default {
	width:100% !important;
	height: 50px;
	border:1px solid #79ba45;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    background: #fff;
    outline: none;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: normal;
    color:#0b4656;
}
.submit_form .ui-selectmenu-button span.ui-selectmenu-text {
	line-height: 50px;
	padding: 0 0 0 14px;
}
.ui-menu .ui-menu-item {
	font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: normal;
    color:#0b4656;
    padding: 6px 0 6px 14px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: #79ba45;
	color:#fff;
	border:none;
}
.submit_form textarea {
	resize:none;
	height:120px;
	padding:13px;
}
.submit_form .space-fix-right {
	padding-right:5px;
}
.submit_form .space-fix-left {
	padding-left:5px;
}
.submit_form .send_now {
	background: #79ba45;
	color:#fff;
	float:right;
	margin: 13px 15px 0 0;
	box-shadow: none;
	border: none;
}
.submit_form .send_now:hover, .submit_form .send_now:focus{background:#0b4656;}
.ui-selectmenu-button span.ui-icon {
	display: block;
    float: right;
    position: relative;
    text-indent: 0;
    height: 50px;
    top: 0;
    margin-top: 0;
    width: 37px;
}
.ui-selectmenu-button span.ui-icon:before {
	content: '+';
    font-family: font-awesome;
    position: absolute;
    top: 26%;
    left: 50%;
    color: #9b9b9b;
    overflow: visible;
}

/*====================== News ===============*/
.news {
	padding-top:52px;
}
.news .title_holder2 h3 span:before {
	top: -19px;
    right: 16px;
}
.news .title_holder2 h3 mark {
	background: transparent;
	color:#3498db;
}
.more_news {
	text-align: right
}
.more_news a {
	font-size: 16px;
	color:#3498db;
	margin-top:32px;
}
.more_news a:hover,
.more_news a:focus {
	color:#272727;
}
.news .single_blog_post {
	margin-top:44px;
	padding-bottom: 25px;
}
.news .single_blog_post .img_holder {
	position: relative;
}
.news .single_blog_post .img_holder>a {
	display: block;
	width:100%;
	height:100%;
}
.news .single_blog_post .img_holder .overlay {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(106,175,8,0.8);
	padding: 17px;
	transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
}
.news .single_blog_post .img_holder .overlay .icon_position_table {
	border:1px dashed rgba(336,336,336,0.5);
	display: -webkit-flex;
    display: flex;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.news .single_blog_post .img_holder .overlay .icon_position_table .icon_container {
	width:70px;
	height:70px;
	padding: 5px;
	background: #fff;
	display: table;
	text-align: center;
}
.news .single_blog_post .img_holder .overlay .icon_position_table .icon_container a {
	border:1px dashed #cfcfcf;
	display: table-cell;
	vertical-align: middle;
	color:#3498db;
	font-size: 18px;
}
.news .single_blog_post:hover .overlay,
.news .single_blog_post:focus .overlay {
	transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}
.news .single_blog_post .post h5 {
	margin-top: 23px;
    line-height: 32px;
	    font-size: 16px;
    /* color: #3498db; */
    font-weight: normal;
    border-bottom: 1px solid rgba(175, 191, 71, 0.65);
}
.news .single_blog_post .post h5 span{      /* line-height: 30px; */
    border-bottom: 3px solid rgba(175, 191, 71, 0.65);
    position: relative;
    top: 6px;}
.news .single_blog_post .post ul {
	background: #f6f6f6;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding:5px 0 5px 10px;
    margin-bottom:9px;
}
.news .single_blog_post .post ul li {
	display: inline-block;
	margin-left: 20px;
}
.news .single_blog_post .post ul li:first-child {
	margin-left: 0;
}
.news .single_blog_post .post ul li a {
	font-family: 'Lora', serif;
	font-style: italic;
    font-weight: normal;
    color:#858585;
}
.news .single_blog_post .post ul li:first-child a {
	text-transform: uppercase;
}
.news .single_blog_post .post ul li a:hover,
.news .single_blog_post .post ul li a:focus {
	color:#3498db;
}
.news .single_blog_post .post p {
	padding-right: 1px;
}

/* ====================== Parallax =================*/
.parallax {
	background: url(../../images/home/www2.jpg);
	background-attachment: fixed;
	background-position: 80% 60%;
	background-size: cover;
	height: 350px;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	margin-top: 47px;
	padding: 69px 0 0 0;
}
.parallax1 {
	background: url(../../images/home/www2.jpg);
	background-attachment: fixed;
	background-position: 80% 60%;
	background-size: cover;
	height: 350px;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	margin-top: 47px;
	padding: 69px 0 0 0;
}
.parallax .overlay {
	position: absolute;
	background: rgba(11, 70, 86, 0.27);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 10;
}
.parallax1 .overlay1 {
	position: absolute;
	background: rgb(255, 255, 255);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 10;
}
.parallex_text {
	position: relative;
	z-index: 99;
}
.parallex_text h3,
.parallex_text p,
.parallex_text h5 {
	color:#fff;
}
.parallex_text h3 {font-size:24px; line-height:45px;}
.parallex_text p {
	font-size: 18px;
    margin: 36px 0 37px 11px;
    line-height: 30px;
}
.parallex_text h3 span {
	color:#79ba45;
}
.parallex_text h5 a {
	color:#79ba45;
	text-decoration: underline;
}

.parallex1_text {
	position: relative;
	z-index: 99;
}
.parallex1_text h3,
.parallex1_text p,
.parallex1_text h5 {
	color:#fff;
}
.parallex1_text h3 {font-size:24px; line-height:45px;}
.parallex1_text p {
	font-size: 18px;
    margin: 36px 0 37px 11px;
    line-height: 30px;
}
.parallex1_text h3 span {
	color:#79ba45;
}
.parallex1_text h5 a {
	color:#79ba45;
	text-decoration: underline;
}

/*======================= Testimonial ==================*/
.testimonial {
    padding: 67px 0 74px 0;
}
.testimonial .title_holder2 h3 span:before {
    top: -20px;
    right: 52px;	
}
.testimonial h6 {
	font-family: 'Lora', serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
    margin-top: 4px;
    color:#9e9e9e;
    letter-spacing: 0.2px;
}
.testimonial .client_speach {
	padding: 46px 0 0 20px;
	position: relative;
}
.testimonial .client_speach:before {
	content: url(../../images/home/qut.jpg);
	position: absolute;
	top:56px;
	left:0;
}
.testimonial .client_speach p {
	font-weight: 300;
	font-size: 18px;
    margin-top: 17px;
    line-height: 30px;
    margin-bottom: 27px;
	    color: #4a4a4a;
}
.testimonial .client_speach h5{color: #4a4a4a;}

.testimonial .client_speach ul li {
	display: inline-block;
    margin: 2px -1px 30px 1px;
}
.testimonial .client_speach ul li a {
	color:#3498db;
	font-size: 18px;
}
.testimonial .owl_slider {
	position: relative;
}
.testimonial .owl_slider .customNavigation {
	position: absolute;
	right:15px;
	top:-49px;
}
.testimonial .owl_slider .customNavigation a {
	font-size: 18px;
	color:#ebebeb;
	cursor: pointer;
}
.testimonial .owl_slider .customNavigation a:hover,
.testimonial .owl_slider .customNavigation a:focus {
	color:#3498db;
}
.testimonial .owl_slider .customNavigation a:first-child {
	margin-right:20px;
}
.testimonial .owl_slider .item {
	/*margin-left:15px;
	margin-right:15px;*/
}

/*===================== Buy on Themeforest ================*/
.buy_on_themeforest {
	background: url(../../images/home/21.jpg) no-repeat center;
	padding:60px 0;
	background-color: #036081;
}
.buy_on_themeforest h4 {
	color:#fff;
	float:left;
	word-spacing: -1px;
}
.buy_on_themeforest a {
	float:right;
	background: none;
	border:2px solid #fff;
	width:240px;
	color:#fff;
	position:relative;
	top: 25px;
}
.buy_on_themeforest a:hover, .buy_on_themeforest a:focus{
	background: #066C8F;
	border:2px solid #066C8F;
}

/*=================== Footer ================*/
footer {
	background: url(../../images/home/20.jpg) repeat center;
	height:420px;
	background-color: #1e1e1e;
	padding-top: 75px;
}
footer .main_footer {
	border-bottom: 1px dashed #303030;
	padding-bottom: 15px;
	color:#9e9e9e;
}
footer h5 {
	color:#fff;
	margin-bottom: 15px;
}
footer h5 span {
	position: relative;
}
footer h5 span:before {
	content: url(../../images/logo/title-logo3.png);
	position: absolute;
    top: -8px;
    right: -16px;
}
footer .about_gardener p {
	font-size: 16px;
	line-height: 30px;
}
footer a.buy_gardener {
	background: #3498db;
	width:200px;
	color:#fff;
	margin-top:31px;
	margin-right:10px;
	position:relative;
}
.fa-arrow-down {position: absolute; right:15px; top:18px; color: #fff; display: inline-block;  width: 24px;  margin-left: -12px;  font-size: 18px; font-weight:normal;
    z-index: 999;
    /*-webkit-animation: bounce 1000ms infinite; 
    animation: bounce 3000ms infinite; */
    width: 15px;
    height: 15px;
    border-radius: 100%;
    text-align: center;
    line-height: 15px;
}

footer .services ul li ,
footer .useful_links ul li {
	line-height: 30px;
    margin-top: 0px;
}
footer .services ul li a ,
footer .useful_links ul li a{
	color:#9e9e9e;
}
footer .services ul li a:hover ,
footer .useful_links ul li a:hover {
	color:#3498db;
}
footer .services ul li a i,
footer .useful_links ul li a i {
	padding-right:13px;
}

footer .get_in_touch ul {
	margin-top: 20px;
}
footer .get_in_touch ul li {
	font-size: 15px;
	padding-left:34px;
	position: relative;
	line-height: 24px;
    margin-bottom: 10px;
}
footer .get_in_touch ul li a {
	font-size: 15px;
	color:#9e9e9e;
}
footer .get_in_touch ul li a:hover {
	color:#3498db;
}
footer .get_in_touch ul li .icon {
	font-size: 18px;
	position: absolute;
	padding-left: 1px;
	left:-1px;
	top:0;
}

footer .get_in_touch ul li span {
	color:#3498db;
	padding-left: 5px;
    letter-spacing: 1.2px;
}
.social_icon_footer ul {
	padding-left:53px;
}
.social_icon_footer ul li {
	display: inline-block;
	width:45px;
	height:45px;
	text-align: center;
	padding:4px;
	margin-top: 16px;
	margin-right: 12px;
	background: #272727;
}
.social_icon_footer ul li:last-child {
	margin-right:0;
}
.social_icon_footer ul li a {
	display: block;
}
.social_icon_footer ul li a i {
	padding:9px;
	width:37px;
	height:37px;
	border:1px dashed #424242;
	font-size: 18px;
	color:#fff;
}
.social_icon_footer ul li:hover,
.social_icon_footer ul li:focus {
	background: #3498db;
}
.bottom_footer {
	position: relative;
}
.bottom_footer p {
	font-weight: 500;
	font-size: 16px;
	line-height: 73px;
	color:#9e9e9e;
}
.bottom_footer p a {
	color:#79ba45;
}
.bottom_footer p a:hover {
	text-decoration: underline;
}
.bottom_footer a.back_top {
	text-align: center;
	color:#2d2d2d;
	font-size: 18px;
	width:48px;
	height:48px;
	border:2px solid rgba(158,158,158,0.1);
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    float: right;
    margin-top: 14px;
    padding-top: 10px;
}
/*====================== Inner Banner ================*/
.inner_banner {
	background: url(../../images/home/inner-banner.jpg) no-repeat center;
	height:300px;
	/*background-color: #7bb82e;*/
    margin-top: -45px;
    padding-top: 134px;
}
.inner_banner h3 {
	color:#fff;
}
.inner_banner a.get_in_touch {
	background:#fff;
	color:#3498db;
    margin-top: 10px;
}
.inner_banner a.get_in_touch:hover,
.inner_banner a.get_in_touch:focus {
	background: #272727;
	color:#FFF;
}

/*======================= BreadCrumb ===============*/
.breadcrumb {
	background: #f7f7f7;
	text-align: center;
	padding: 0;
	margin:0 0 80px 0;
}

.breadcrumb ul li {
	display: inline-block;
	font-weight: 900;
	margin-left:11px;
	line-height: 60px;
	box-sizing:border-box;
}
.breadcrumb ul li a {
	color:#0b4656;
}
.breadcrumb ul li.active {
	color:#79ba45;
}
.breadcrumb ul li:first-child {
	margin:0;
	padding: 0;
}

/*======================= Shop contianer ===================*/
 .upper_text h6 {
	color:#9e9e9e;
	font-size: 14px;
	margin-top: 15px;
}
.upper_text .dropdown button {
	width:200px;
	height:45px;
    padding-left: 7px;
    border:2px solid #f6f4f4;
}
.upper_text .dropdown button span,
.upper_text .dropdown button,
.upper_text .dropdown ul li {
	font-family: 'Lora', serif;
	font-weight: 700;
	color:#9e9e9e;
	font-size: 14px;
}
.upper_text .dropdown ul li:hover {
	color:#fff;
}
.upper_text .dropdown ul{
	margin-top:-3px;
	border:2px solid #f6f4f4;
	border-top:none;
}
.product {
	padding-top:36px;
}
.product .single_product_item  {
	margin-bottom:59px;
}
.product .single_product_item .img_holder {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-color: #fafafa;
}
.product .single_product_item .img_holder:before {
	content: '';
	width:100%;
	height:0;
	position: absolute;
	top:50%;
	left:0;
	border-left:4px solid #3498db;
	border-right:4px solid #3498db;
	z-index: 9;
}
.product .single_product_item .img_holder:after {
	content: '';
	width:0;
	height:100%;
	position: absolute;
	top:0;
	left:50%;
	border-top:4px solid #3498db;
	border-bottom:4px solid #3498db;
}
.product .single_product_item:hover .img_holder img {
	transform: scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product .single_product_item:hover .img_holder:before,
.product .single_product_item:hover .img_holder:after {
	height:100%;
	top:0;
	width:100%;
	left:0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product .single_product_item .item_details {
	padding-top:11px;
}
.product .single_product_item .item_details h6 {
	font-size: 18px;
}
.product .single_product_item .item_details h5 {
	margin-top:13px;
	margin-bottom: 13px;
}
.product .single_product_item .item_details h5 del {
	font-size: 18px;
	color:#9e9e9e;
	margin-right: 6px;
}
.product .single_product_item .item_details h5 span {
	font-size: 24px;
}
.product .single_product_item .item_details ul li {
	display: inline-block;
	margin-right: 3px;
}
.product .single_product_item .item_details ul li a {
	color:#dfd706;
}
.product .single_product_item .item_details a.add_to_cart {
	margin-top:26px;
}
a.button_inner {
	line-height: 50px;
	width:145px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #f7f7f7;
    color:#272727;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.product .pagination {
	margin:0 0 85px 0;
	padding-left:46px;
}
.product .pagination li a {
	font-family: 'Lora', serif;
	font-weight: 700;
	color:#272727;
	font-size: 18px;
	border:none;
	width:55px;
	line-height: 55px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #f7f7f7;
    margin-right:20px;
    padding: 0;
}
.product .pagination li a i {
	color:#9e9e9e;
}
.product .pagination li a:hover,
.product .pagination li a:hover i,
.product .pagination li a.active {
	background: #3498db;
	color:#FFF;
}

/*================ Shop With Sidebar container ==============*/
.shop_with_sidebar .product {
	padding:0;
}
.shop_aside {
	margin-top:-85px;
}
.shop_aside>h5 {
	margin-top:-3px;
}
.shop_aside .input-group input {
	font-family: 'Lora', serif;
	font-weight: 700;
	color:#c2c2c2;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #f6f4f4;
    border-radius: 0;
    padding: 4px 9px;
    outline: none !important;
    box-shadow: none !important;
}
.shop_aside .input-group button {
    width: 50px;
    height: 50px;
    background: #3498db;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
.shop_aside input[type="text"]::-webkit-input-placeholder {
  	color:#d1d1d1;
}
.shop_aside input[type="text"]:-moz-placeholder {
	color:#d1d1d1;
}
.shop_aside .input-group button i {
	color:#fff;
	font-size: 18px;
}
.shop_aside .input-group {
	margin: 35px 0 57px 0;
}
.sidebar .single-sidebar.price-ranger .ui-widget-content {
  background: #f7f7f7;
  border: none;
  height:6px;
}
.sidebar .single-sidebar.price-ranger .ui-widget-header {
  background: #3498db
}
.sidebar .single-sidebar.price-ranger .ui-slider-handle {
  background: #3498db;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  outline: none;
}
.sidebar .single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -4px;
}
.sidebar .single-sidebar.price-ranger #slider-range {
  margin-top: 22px;
}
.sidebar .single-sidebar.price-ranger .ranger-min-max-block {
  margin-top: 26px;
  margin-bottom: 55px;
}
.sidebar .single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
  max-width: 39px;
  border: none;
  text-align: center;
  outline: none;
  color: #9e9e9e;
  font-family: 'Lora', serif;
  font-weight: 700;
  text-align: right;
}

.sidebar .single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
  width: 116px;
  border: none;
  text-align: center;
  outline: none;
  color: #272727;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  background: #f7f7f7;
  border-radius: 4px;
  margin-right: 16px;
}
.sidebar .single-sidebar.price-ranger .ranger-min-max-block span {
  color: #9e9e9e;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.shop_aside .product_categories ul {
	margin:23px 0 45px 0;
}
.shop_aside .product_categories ul li a {
	font-size: 16px;
	color:#9e9e9e;
	display: block;
	line-height: 35px;
}
.shop_aside .product_categories ul li a span {
	float:right;
}
.shop_aside .product_categories ul li a:hover,
.shop_aside .product_categories ul li a:focus {
	color:#3498db;
}
.shop_aside .product_categories ul li a:hover span,
.shop_aside .product_categories ul li a:focus span {
	padding-right:10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.shop_aside .best_sellers .single_sell_item {
	margin-bottom: 20px;
}
.shop_aside .best_sellers .single_sell_item .product_img {
	display: table-cell;
	max-height: 85px;
}
.shop_aside .best_sellers .single_sell_item .product_price {
	display: table-cell;
	vertical-align: top;
	padding-left:20px;
}
.shop_aside .best_sellers .single_sell_item .product_price>a {
	display: block;
}
.shop_aside .best_sellers .single_sell_item .product_price h6 {
	font-size: 18px;
	margin-top:0;
	margin-bottom:3px;
}

.single_sell_item ul.product_rating {
	margin-top: 3px;
}
.single_sell_item ul.product_rating li {
	display: inline-block;
	margin-right: 3px;
}
.single_sell_item ul.product_rating li a {
	display: block;
	color:#dfd706;
}
.single_sell_item ul.product_rating li a i.non-rating {
	color:#9b9b9b;
}
.shop_aside .best_sellers .single_sell_item .product_price span {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 18px;
	color:#3498db;
	
}
.shop_aside .best_sellers .single_sell_item .product_price del {
	font-family: 'Lora', serif;
	font-weight: 700;
	margin-right: 3px;
}
.shop_sidebar .product .pagination {
	padding-left:18px;
}



/*===================== Login page content ===============*/
.login_page {
	padding-bottom: 30px;
}
.login_page h4 {
	margin-top:-6px;
}
.login_page form {
	margin-top:55px;
}
.login_page form .input-group {
	margin-bottom:30px;
}
.login_page form .input-group input {
	height:48px;
	box-shadow: none;
	border:2px solid #f6f4f4;
	border-right: none;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 16px;
	color:#bababa;
    padding-left: 18px;
}
.login_page form .input-group .input-group-addon {
	height: 48px;
	background: transparent;
	border:2px solid #f6f4f4;
	border-left:none;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.login_page form .input-group .input-group-addon i {
	color:#9e9e9e;
	font-size: 14px;
}
form input::-webkit-input-placeholder {
  color:#c6c6c6;
}
form input:-moz-placeholder {
	color:#c6c6c6;
}
.login_page .submit_button button {
	width:130px;
	height:44px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #3498db;
    font-weight: 900;
    text-transform: uppercase;
    color:#fff;
    text-align: center;
    border:none;
    box-shadow: none;
}
.login_page .submit_button button:hover,
.login_page .submit_button button:focus {
	background: #272727;
}
.login_page .submit_button .input-group-addon {
	height:16px !important;
	border:none !important;
	padding:0;
}
.login_page .submit_button {
	width:32%;
	margin-top:10px;
}
.login_page .login_option .input-group {
	margin-top:14px;
}
.login_page .login_option .input-group p {
	font-family: 'Lora', serif;
	font-weight: 700;
	margin:12px 0 0 12px;
}
.login_page .login_option .social_icon {
	margin-top:11px;
}
.login_page .login_option .social_icon ul li {
	display: inline-block;
	font-family: 'Lora', serif;
	font-weight: 700;
	text-align: center;
	margin-right:16px;
}
.login_page .login_option .social_icon ul li a {
	display: block;
	line-height: 40px;
}
.login_page .login_option .social_icon ul li a i {
	color:#fff;
}
.login_page .login_option .social_icon ul li:nth-child(2),
.login_page .login_option .social_icon ul li:nth-child(3),
.login_page .login_option .social_icon ul li:nth-child(4) {
	width:40px;
	height:40px;
}
.login_page .login_option .social_icon ul li:nth-child(2) {
	background: #3b5998;
}
.login_page .login_option .social_icon ul li:nth-child(3) {
	background: #33ccfe;
}
.login_page .login_option .social_icon ul li:nth-child(4) {
	background: #dd4b39;
}
.login_page .login_option .social_icon ul li:last-child {
	margin:0;
}
.login_page .login_option .social_icon>a {
	font-family: 'Lora', serif;
	font-weight: 700;
	color:#3498db;
	float:right;
    margin-top: 30px;
}
.login_page .login_option .social_icon>p {
	font-family: 'Lora', serif;
	font-weight: 700;
	margin-top: 8px;
}

/*========================= Single Shop ======================*/

.single_shop .shop_aside {
	margin-top:0;
}
.single_shop .product {
	padding-top:0;
}
.single_shop {
	padding-bottom:20px;
}
.single_product_details .product_container .img_holder {
	position: relative;
	float:left;
	background: #f4f4f4;
	overflow: hidden;
	cursor: pointer;
}
.single_product_details .product_container:hover .img_holder img {
	transform: scale(1.08);
	-webkit-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-ms-transform:scale(1.08);
	-o-transform:scale(1.08);
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.single_product_details .product_container .product_history {
	float:left;
	width:57%;
	padding-left: 29px;
    margin-top: -8px;
}
.single_product_details .product_container .product_history .item_name h4 {
	margin-top:0;
    margin-bottom: 14px;
    line-height: 45px;
}
.single_product_details .product_container .product_history .item_name ul li {
	display: inline-block;
	margin-right:4px;
}
.single_product_details .product_container .product_history .item_name ul li a {
	color:#dfd706;
}
.single_product_details .product_container .product_history .item_name ul li.reviews {
	font-family: 'Lora', serif;
	font-weight: 700;
	margin-left: -3px;
}
.single_product_details .product_container .product_history .item_review span {
	font-family: 'Lora', serif;
	font-size:24px;
	font-weight: 700;
	color:#3498db;
	margin-top: 8px;
}
.single_product_details .product_container .product_history .item_review del {
	font-family: 'Lora', serif;
	font-size:18px;
	font-weight: 700;
	margin-top: 11px;
    display: inline-block;
    margin-right: 7px;
}

.single_product_details .product_container .product_history .item_name {
	border-bottom: 1px solid #f6f4f4;
	padding-bottom: 33px;
    margin-bottom: 25px;
}
.single_product_details .product_container .product_history label {
	font-family: 'Lora', serif;
	font-size:14px;
	font-weight: 700;
	color:#9e9e9e;
	margin-top: 26px;
    margin-bottom: 15px;
}
.single_product_details .product_container .product_history input[type="text"] {
	font-family: 'Lora', serif;
	font-size:14px;
	font-weight: 700;
	color:#9e9e9e;
	width:150px;
	height:40px;
	padding:2px 10px;
	border:2px solid #f6f4f4;
}
.product_history input[type="text"]::-webkit-input-placeholder {
  	color:#9e9e9e;
}
.product_history input[type="text"]:-moz-placeholder {
	color:#9e9e9e;
}
.single_product_details .product_container .product_history .input-group button {
	width:85px;
	height:40px;
	background: #f4f4f4;
	font-weight: 900;
	color:#272727;
	text-transform: uppercase;
	border: none;
	margin-left:14px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.single_product_details .product_container .product_history>span {
	font-family: 'Lora', serif;
	font-size:14px;
	font-weight: 700;
	color:#79b62b;
    margin-top: 5px;
   margin-bottom: 44px;
}
.single_product_details .product_container .product_history input[type="number"] {
	width:72px;
	height:47px;
	font-family: 'Lora', serif;
	font-size:24px;
	font-weight: 700;
	color:#272727;
	margin-top: 5px;
	padding: 0 0 0 19px;
	background: #f4f4f4;
	border:1px solid #f4f4f4;
}

.single_product_details .product_container .product_history a.add_to_cart {
	margin-left: 25px;
    margin-top: -7px;
    background: #3498db;
    color:#fff;
}
.single_product_details .product_tab {
	margin-top:37px;
}
.single_product_details .product_tab ul li a {
	font-family: 'Lora', serif;
	font-size:24px;
	font-weight: 700;
	color:#262626;
	border:none;
	background: #fff;
	padding: 10px 7px 10px 5px;
    border-radius: 0;
    margin-right: 29px;
}
.single_product_details .product_tab ul li.active a {
	border-top:none;
	border-left:none;
	border-right: none;
	border-bottom:1px solid #3498db;
	background: #fff;
	color:#262626;
}
.single_product_details .product_tab .nav-tabs {
	border:none;
}
.single_product_details .product_tab .tab-content {
	border-top:1px solid #f4f4f4;
	padding-top: 23px;
}
.single_product_details .product_tab .tab-content p {
	line-height: 24px;
	letter-spacing: 0.05px;
	padding-right:50px;
}
.single_product_details .product_tab .tab-content h6 {
	margin-top: 17px;
    margin-bottom: 31px;
}
.single_product_details .product_tab .tab-content ul li {
	line-height: 24px;
	position: relative;
	padding-left:27px;
    margin-top: 15px;
}
.single_product_details .product_tab .tab-content ul li:before {
	content: '';
	font-family: 'font-awesome';
	font-size: 14px;
	color:#3498db;
	position: absolute;
	left:0;
	top:0;
}
.related_product .title_holder2 h3 span:before {
	top: -11px;
    right: -25px;
}
.single_product_details .related_product {
	margin-top:57px;
}
.single_product_details .related_product .related_product_item {
	margin-top:44px;
}

/*====================== Contact US ===================*/
.contact_us .contact_deatils {
	padding-top: 26px;
    padding-bottom: 42px;
}
.contact_us .heading {
	padding-top:6px;
}
.contact_us .heading h3 span:before {
	top: -19px;
    right: -12px;
}
.contact_us .heading p {
	font-family: 'Lora', serif;
	font-size:18px;
	font-weight: normal;
	line-height: 34px;
    margin-top: -15px;
}
.contact_us .address {
	padding-top: 23px;
}
.contact_us .address .address_holder {
	margin-top:25px;
}
.contact_us .address .address_type {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 7px;
}
.contact_us .address .address_type .text {
	width:80%;
}
.contact_us .address .address_type .icon_holder {
	width: 55px;
    height: 55px;
    text-align: center;
    padding: 4px;
    margin-right: 19px;
    background: #0b4656;
}
.contact_us .address .address_type .icon_holder .icon_bg {
	border:1px dashed rgba(336,336,336,0.5);
	width:100%;
	height:100%;
}
.contact_us .address .address_type .icon_holder .icon_bg i {
	color:#fff;
	font-size: 18px;
    padding-top: 14px;
}
.contact_us .address .address_type .text p {
	font-size: 16px;
	line-height: 30px;
    margin-top: 15px;
}
.contact_us .address .address_type .text a,
.contact_us .address .address_type .text ul li {
	font-size: 16px;
	line-height: 30px;
	color:#4a4a4a;
}
.contact_us .address .address_type .text ul li span {
	float:right;
    padding-right: 46px;
}
.contact_us .address .address_type .text ul li:last-child span {
	color:#0b4656;
    padding-right: 80px;
}

.contact_us .submit_form input,
.contact_us .submit_form .dropdown button {
	margin-bottom:30px;
}
.contact_us .submit_form textarea {
	height:170px;
	margin-bottom: 24px;
}
.contact_us .submit_form a.send_now {
	margin: 0 35px 0 0;
}

.contact-form label.error {display: none !important;}
.contact-form input.error {background: rgba(255,0,0,.35) !important;}
.contact-form textarea.error {background: rgba(255,0,0,.35) !important;}

/*===================== Check Out Form ================*/

.check_out_form .submit_form span {
	font-family: 'Lora', serif;
	font-size:16px;
	font-weight: 700;
	display: block;
	margin-bottom: 6px;
	color:#9e9e9e;
}
.check_out_form .submit_form h4 {
	margin-top:0;
    line-height: 21px;
    margin-left: -3px;
}
.check_out_form input,
.check_out_form .dropdown button,
.check_out_form textarea {
	margin-bottom: 22px;
}

/*==================== cart Table ===================*/
.cart_table {
	padding-top:42px;
    padding-bottom: 90px;
}
.cart_table .table-1 thead th {
	font-family: 'Lora', serif;
	font-size:16px;
	font-weight: 700;
	text-transform: uppercase;
	color:#222222;
	border:none;
	line-height:65px;
	padding-top:0;
	padding-bottom: 0;
	padding-left: 30px;
}
.cart_table .table-1 thead tr {
	background:#f7f7f7;
}
.cart_table .table-1 tbody tr td {
	border-top:none;
	border-bottom: 1px solid #f3f3f3;
    padding-bottom: 26px;
}
.cart_table .table-1 tbody tr td.flex_item {
	display: -webkit-flex;
    display: flex;
    padding-right: 0;
    padding-top: 29px;
    padding-left: 28px;
    margin-right: -36px;
}
.cart_table .table-1 tbody tr td.flex_item h6 {
	padding: 17px 0 0 16px;
}
.cart_table .table-1 tbody tr td input[type="number"] {
	width:70px;
	height:47px;
	border:1px solid #f0f0f0;
	font-family: 'Lora', serif;
	font-size:18px;
	font-weight: 700;
	color:#272727;
	padding-left:19px;
    margin-top: 33px;
}
.cart_table .table-1 tbody tr td span {
	font-weight: 700;
	color:#aaaaaa;
	font-size: 16px;
    margin-left: 30px;
}

.cart_table .table-2 td:first-child {
	border-right:1px solid #f0f0f0;
}
.cart_table .table-2 td {
	width:50%;
	border-top:none;
	padding: 0;
}
.cart_table .table-2 td span {
	font-family: 'Lora', serif;
	font-size:14px;
	font-weight: 700;
	line-height: 47px;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	padding: 0px 18px;
}
.cart_table .table-2 tr:last-child td span {
	border:none;
}
.cart_table .table-2 tbody {
	border:2px solid #f0f0f0;
}
.cart_table .payment_system span {
	font-family: 'Lora', serif;
	font-size:16px;
	font-weight: 700;
	color:#272727;
	display: inline-block;
	margin-left:11px;
}
.cart_table .payment_system {
	margin-top:8px;
}
.cart_table .payment_system .pay1 {
	margin-bottom: 20px;
}
.cart_table .payment_system .pay1 p {
	padding-left: 29px;
    margin-top: 16px
}
.cart_table .payment_system button {
	line-height: 45px;
	width:155px;
	text-align: center;
	background:#3498db;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	color:#fff;
	display: inline-block;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    float:right;
    margin-top: 44px;
    box-shadow: none;
    border:none;
}



/*====================== cart page =====================*/
.cart .cart_table {
	padding-top: 0;
    padding-bottom: 79px;
}
.cart .cart_table .table-1 {
	margin-bottom:30px;
}
.cart .cart_table .icon_holder {
	display: inline-block;
	width:39px;
	height:39px;
	background:#3498db;
	color:#fff;
	font-size: 18px;
	text-align: center;
	margin-right:7px;
	vertical-align: bottom;
    padding-top: 6px;
}
.cart .cart_table .table-1 tbody tr td span {
	display: inline-block;
	margin-left: 0;
    margin-top: 46px;
    line-height: 20px;
}
.cart .cart_table .table-1 tbody tr td span.item {
	margin-top:36px;
}
.cart .cart_table .table-1 thead th {
	padding: 0 8px;
}
.cart .cart_table .table-1 tbody tr td.flex_item {
	padding-top:27px;
	margin-right: -44px;
}
.cart .cart_table .table-1 tbody tr td input[type="number"] {
	margin-left:10px;
}
.cart .cart_table .table-1 tbody tr td {
	padding-bottom:28px;
}
.cart a.cart_btn1 {
	width:155px;
	background: #3498db;
	line-height: 45px;
	text-align: center;
	color:#fff;
	font-weight: 900;
	text-transform: uppercase;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.cart a.cart_btn2 {
	width:239px;
	background: #3498db;
	line-height: 45px;
	text-align: center;
	color:#fff;
	font-weight: 900;
	text-transform: uppercase;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.cart a.cart_btn3 {
	width:160px;
	line-height: 45px;
	text-align: center;
	color:#222222;
	font-weight: 900;
	border:2px solid #f3f3f3;
	text-transform: uppercase;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-right:19px;
}
.cart input.coupon {
	font-family: 'Lora', serif;
	font-weight: 700;
	width:225px;
	height:45px;
	border:2px solid #f3f3f3;
	padding-left:15px;
	margin-right:19px;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.cart .shipping_address {
	padding-top: 68px;
}
.cart .shipping_address .submit_form input,
.cart .shipping_address .submit_form button,
.cart .shipping_address .submit_form .dropdown-menu li {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 14px;
	padding-left:19px;
}
.cart .shipping_address .submit_form input,
.cart .shipping_address .submit_form button {
	height:40px;
	margin-bottom: 30px;
}
.cart .shipping_address h5 {
	margin-bottom:36px;
}
.cart .shipping_address .table-responsive {
	margin-bottom:13px;
}


/*===================== Error page content ================*/
.error_page {
	padding-bottom: 97px;
}
.error_page .shop_aside {
	margin-top:0;
}
.error_page p {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 24px;
	line-height: 40px;
	padding: 40px 0 13px 0;
}
.error_page  a {
	font-weight: 900;
	font-size: 18px;
	color:#3498db;
}
.error_page  a i {
	margin-left: 6px;
    margin-right: 4px;
}

/*===================== Award achievement ================*/
.award_achievement {
	border-bottom: 1px solid #eeeeee;
    margin-top: -12px;
    padding-bottom: 56px;
}
.award_achievement .title_holder2 h3 span:before {
    top: -12px;
    right: -20px;
}
.award_achievement .img_bg {
	background: url(../../images/about/2.png) no-repeat 81% 33%;
    padding-top: 48px;
}
.award_achievement .text>p {
	font-size: 16px;
	line-height: 30px;
    margin-top: 41px;
    margin-bottom: 22px;
}
.award_achievement .award_counter {text-align:center; margin-top:20px;}
.award_achievement .award_counter span {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 48px;
	color:#0b4656;
}
.award_achievement .award_counter p {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 18px;
    margin-top: -5px;

}

/*================== Gardener History =================*/
.gardner_history {
	padding-top:46px;
}
.gardner_history .year {
	width:140px;
	height:60px;
	background: #f7f7f7;
	text-align: center;
	padding: 8px;
	margin-top: 14px;
}
.gardner_history p {
	margin-top: 7px;
}
.gardner_history .year span {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 30px;
	color:#3498db;
	display: block;
	line-height: 43px;
	border:1px dashed rgba(106,175,08,0.4);
}
.gardner_history .title {
	width:56%;
}
.gardner_history .history_part {
	margin-bottom:37px;
}

/*=================== Landscape Parallax ====================*/
.ladscape_parallax {
	background: url(../../images/about/3.jpg) no-repeat 0% 10%;
	background-attachment: fixed;
	background-size: cover;
	background-color: #3a5211;
	height:450px;
	position: relative;
	text-align: center;
    padding-top: 69px;
    margin-top: 35px;
}
.ladscape_parallax .parallex_text p {
	margin: 24px 0 37px 0;
}
.ladscape_parallax .parallex_text img {
	margin-top:43px;
}
.ladscape_parallax h2{color:#fff; line-height:60px; margin-bottom:20px;}

/*====================== Team Landscapers ======================*/
.team_landscape {
	margin-top:54px;
}
.team_landscape .title_holder2 h3 span:before {
	top: -11px;
    right: -25px;
}
.team_landscape .team_member .img_holder {
	position: relative;
    margin-bottom: 16px;
}
.team_landscape .team_member .img_holder .overlay {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(106,175,8,0.8);
	padding:15px;
	transform: scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
}
.team_landscape .team_member .img_holder .overlay .border {
	width:100%;
	height:100%;
	border:1px dashed rgba(336,336,336,0.5);
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.team_landscape .team_member:hover .img_holder .overlay {
	transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}
.team_landscape .team_member .img_holder .overlay .border .icon_holder {
	width:45px;
	height:45px;
	background: #fff;
	padding:4px;
	margin:8px;
}

.team_landscape .team_member .img_holder .overlay .border .icon_holder a {
	display: block;
	width:100%;
	height:100%;
	border:1px dashed rgba(66,66,66,0.20);
	text-align: center;
	font-size: 18px;
	color:#3498db;
	padding-top: 6px;
}
.team_landscape .team_member .text>span {
	display: block;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 18px;
	color:#3498db;
    margin-top: -3px;
    margin-bottom: 7px;
}
.team_landscape .team_member .text p {
	line-height: 24px;
}
.team_landscape .team_member .text a {
	font-size: 18px;
	color:#9e9e9e;
    margin-top: 16px;
}
.team_landscape .team_member .text a span {
	font-family: 'Lora', serif;
	font-weight: 700;
	color:#3498db;
    margin: 0 0 0 5px;
}
.team_landscape .team_member .text a i {
	color:#3498db;
}
.team_landscape .team_member .text a:hover {
	color:#3498db;
}
.team_landscape .team_member .text a:hover span {
	color:#9e9e9e;
}
.team_landscape .team_member {
	padding-bottom: 5px;
    margin-bottom: 49px;
}

/*============*/

.about_gardener .testimonial {
	background: #f7f7f7;
    margin-top: 21px;
}
.about_gardener .testimonial .client_speach:before {
    content: url(../../images/home/qut2.jpg);
}

/*===================== All services page ==============*/
.service_page {
	padding-bottom: 20px;
}
.service_page .service_item {
    margin-bottom: 54px;
}
.service_page .service_item .text {
    padding-top: 14px;
}
.service_page .service_item .text a {
	color:#3498db;
    margin-top: 28px;
}
.service_page .service_item .text a:hover {
	color:#272727;
}
.service_page .service_item .img_holder {
	position: relative;
}
.service_page .service_item .img_holder a {
	display: block;
}
.service_page .service_item .img_holder .overlay {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(106,175,8,0.8);
	padding:8px;
	transform: scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
}
.service_page .service_item .img_holder .overlay .border {
	width:100%;
	height:100%;
	border:1px dashed rgba(336,336,336,0.5);
	cursor: pointer;
}
.service_page .service_item:hover .img_holder .overlay {
	transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}

/*==================== Classic Faq ==============*/

.classic_Faq .Faq_menu ul {
	text-align: center;
	padding-top:0;
}
.classic_Faq .Faq_menu {
	padding-top:0;
    margin-top: -3px;
}
.classic_Faq .Faq_menu ul li {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	color:#272727;
	text-transform: capitalize;
	cursor: pointer;
	margin-right:32px;
}
.classic_Faq .Faq_menu ul li:last-child {
	margin-right:0;
}
.classic_Faq .Faq_menu ul li:hover,
.classic_Faq .Faq_menu ul li.active {
	color:#3498db;
}
.classic_Faq .pagination {
    margin: 29px 0 75px 0;
    padding-left: 16px;
}
.classic_Faq .pagination li a {
	font-family: 'Lora', serif;
	font-weight: 700;
	color:#272727;
	font-size: 18px;
	border:none;
	width:55px;
	line-height: 55px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #f7f7f7;
    margin-right:20px;
    padding: 0;
}
.classic_Faq .pagination li a i {
	color:#9e9e9e;
}
.classic_Faq .pagination li a:hover,
.classic_Faq .pagination li a:hover i,
.classic_Faq .pagination li a.active {
	background: #3498db;
	color:#FFF;
}

/*===================== Client testimonial ===================*/

.client_testimonial .testimonial {
	padding: 0px 0 22px 0;
}
.client_testimonial .testimonial .client_speach {
	padding:0 0 59px 100px;
}
.client_testimonial .testimonial .client_speach>h5 {
	margin-top:-4px;
}
.client_testimonial .testimonial .client_speach:before {
	top:0;
}

/*==================== Full Width details page =================*/

.full_width_details_text .img_holder h5 {
	background: #f7f7f7;
	line-height: 50px;
	text-align: center;
	margin-top:5px;
}
.full_width_details_text p {
	font-size: 16px;
	line-height: 26px;
    margin-top: 20px;
}
.full_width_details_text p span {
	color:#3498db;
	font-weight: 700;
}
.details_page_testimonial {
	margin-top:80px;
}
.details_page_testimonial .testimonial .client_speach:before {
	top:0;
	left:17px;
}
.details_page_testimonial .testimonial .client_speach {
    padding: 0px 0 0 116px;
    margin-top: -10px;
}
.details_page_testimonial .testimonial  {
	padding-top:0;
}
.details_page_testimonial .carousel-indicators {
	bottom: 23px;
    left: 51%;
}
.details_page_testimonial .carousel-indicators li {
	width:14px;
	height:14px;
	background: transparent;
	border:1px dashed rgba(255,255,255,0.7);
	margin:0 11px 0 0;
}
.details_page_testimonial .carousel-indicators li.active,
.details_page_testimonial .carousel-indicators li:hover {
	width:14px;
	height:14px;
	margin:0 11px 0 0;
	background: #3498db;
	border:1px solid #3498db;
}

/*==========================*/
.fullwidth_details_page .parallax  {
	margin-top:6px;
}


/*======================== Pricing table =====================*/

.pricing_table  .title_holder2 h3 span:before {
	top: -19px;
    right: 37px;
}
.pricing_table .price_box {
	text-align: center;
	background: #f7f7f7;
    margin-top: 43px;
    padding-bottom: 40px;
}
.pricing_table .price_box .rate {
	background: url(../../images/price/bg.png) no-repeat center center;
	background-size: cover;
	height:158px;
}
.pricing_table .price_box .rate p {
	font-family: 'Lora', serif;
	font-weight: 700;
	color:#fff;
	font-size: 50px;
	line-height: 155px;
}
.pricing_table .price_box .rate p span {
	font-size: 18px;
	vertical-align: super;
}
.pricing_table .price_box h5 {
	font-size: 26px;
    margin-top: 19px;
    margin-bottom: 6px;
}
.pricing_table .price_box>span {
	display: block;
	font-family: 'Lora', serif;
	font-weight: 700;
}
.pricing_table .price_box ul {
	border-top:1px solid #fff;
    margin-top: 29px;
    padding-top: 22px;
    padding-bottom: 30px;
}
.pricing_table .price_box ul li {
	font-size: 16px;
	line-height: 50px;
}
.pricing_table .price_box ul li:hover {
	color:#3498db;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pricing_table .price_box a {
	font-weight: 900;
	text-transform: uppercase;
	color:#fff;
	display: inline-block;
	width:218px;
	line-height: 60px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #272727;
}
/* Float Shadow */
.hvr-float-shadow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/*==============*/
.price .welcome_banner .welcome_banner_bg {
	margin-top:60px;
    margin-bottom: 44px;
}
.price .welcome_banner h4 {
	padding-right: 38px;
    word-spacing: 0.1px;
}
.price .project_started {
	padding-bottom: 80px;
}


/*===================== services page content ==============*/
.service_page_content {
	padding-bottom: 81px;
}
.service_page_content .tab_nav_holder li {
	background: #f7f7f7;
	height: 70px;
	margin-bottom: 5px;
	padding:9px;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    width:100%;
}
.service_page_content .tab_nav_holder li a {
	font-weight: 700;
	color:#9e9e9e;
	font-size: 18px;
	height:100%;
	display: block;
	background: transparent;
	border:1px dashed #dfdfdf;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    position: relative;
    padding: 14px 0 0 18px;
}
.service_page_content .nav-tabs {
	border:none;
}
.service_page_content .tab_nav_holder li.active,
.service_page_content .tab_nav_holder li:hover {
	background: #3498db;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.service_page_content .tab_nav_holder li:hover a,
.service_page_content .tab_nav_holder li.active a {
	background: transparent;
	color:#fff;
	border:1px dashed #dfdfdf;
}
.service_page_content .tab_nav_holder li:hover a:before,
.service_page_content .tab_nav_holder li.active a:before {
	content: '+';
	font-family: 'font-awesome';
	position: absolute;
	color:#fff;
	right: 16px;
    top: 26%;;
}
.service_page_content .tab-pane>img:nth-child(1) {
	padding-right:3px;
}
.service_page_content .tab-pane>img:nth-child(2) {
	padding-left:3px;
}
.service_page_content .tab-pane .text p {
	    margin-top: 15px;
    margin-bottom: 15px;
}
.service_page_content .tab-pane .text p span {
	font-weight: 700;
	color:#3498db;
}
.service_page_content .tab-pane .bottom_text_left {
	padding-right: 0;
}
.service_page_content .tab-pane .bottom_text_right {
	padding-left: 38px;
}
.service_page_content .tab-pane .bottom_text_left p,
.service_page_content .tab-pane .bottom_text_right p {
	margin-top:15px;
}
.key_benefits_panel #accordion {
	border:1px solid #f7f7f7;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.key_benefits_panel {
	margin-top:45px;
}
.key_benefits_panel .panel-body {
	border:none !important;
	padding: 20px 0 20px 9px;
}
.key_benefits_panel .panel-body p {
	line-height: 26px;
	margin:0;
    padding: 4px 0 30px 18px;
}
.key_benefits_panel .panel-body ul{margin:0; padding:0; list-style:none;}
.key_benefits_panel .panel-body ul li{position:relative; line-height:25px;  padding-left: 20px;}
.key_benefits_panel .panel-body ul li:before{position:absolute; left:0; content:"\f105"; font-family:'FontAwesome';  }
.key_benefits_panel .panel-group .panel + .panel {
	margin:0;
	border:none;
}
.panel-group .panel {
	box-shadow: none;
	margin:0;
	border:none;
	/*border-bottom:1px solid #f7f7f7;*/
}
.key_benefits_panel .panel-heading {
	
	border:none;
	border-radius: 0;
	padding: 0;
	height:40px;
	border-bottom:1px solid #f7f7f7;
	position: relative;
	z-index: 10;
	margin-bottom:5px;
}
.key_benefits_panel .panel-heading:before {
	content: '+';
	font-family: 'font-awesome';
	color:#fff;
	font-size: 14px;
	position: absolute;
	width:25px;
	border-right:1px solid #f7f7f7;
	height:100%;
	left:0;
	top:0;
	text-align: center;
	padding-top:12px;
	background: #0b4656;
}
.key_benefits_panel .panel-heading h6 a {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 0 10px 30px;
	color:#000;
	display: block;
	width:100%;
	display: inline-block;
	height:100%;
	position: relative;
	border: 1px dotted rgba(6, 108, 143, 0.2);
}

.key_benefits_panel .panel-heading.active-panel:before {
	content: '-';
	color:#fff;
	background: #0b4656;
	width:25px;	
	text-align: center;
	padding-top:10px;
}

.key_benefits .title_holder2 h3 span:before {
    top: -12px;
    right: -1px;
}
.brochures {
	margin-top:-335px;
}
.brochures a.download {
	display: block;
	background: #f7f7f7;
	width:270px;
	height:50px;
	border:1px solid #f6f4f4;
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 18px;
	color:#9b9b9b;
	text-align: center;
	position: relative;
	margin-top: 31px;
	line-height: 50px;
    padding: 0 85px;
}
.brochures a.download span i {
	font-size: 18px;
	display:block;
	height:100%;
	border:1px dashed rgba(130,130,130,0.5);
	padding:11px;
}
.brochures a.download span {
	width:50px;
	height:50px;
	background: #f7f7f7;
	border:1px solid #f6f4f4;
	position: absolute;
	left: 5px;
    bottom: -12px;
    padding: 3px;
}
.brochures a.download:hover,
.brochures a.download:focus {
	color:#3498db;
}
.brochures a.download:hover span,
.brochures a.download:focus span{
	color:#fff;
	background: #3498db;
}
.brochures a.download:hover span i,
.brochures a.download:focus span i{
	border:1px dashed rgba(255,255,255,0.5);
}
.brochures .img_holder {
	position: relative;
	margin-top:50px;
}
.brochures .img_holder .overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(49,82,1,0.7);
	padding: 11px;
}
.brochures .img_holder .overlay .border {
	border:1px dashed rgba(255,255,255,0.5);
	height:100%;
	text-align: center;
	padding-top: 30px;
}
.brochures .img_holder .overlay .border span {
	display: block;
	width:56px;
	height:56px;
	margin:0 auto;
	background: #efe829;
	border:5px solid rgba(255,255,255,0.3);
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.brochures .img_holder .overlay .border span i {
	color:#fff;
	font-size: 24px;
    padding: 11px;
}
.brochures .img_holder .overlay .border h6 {
	color:#fff;
    margin: 13px 0 6px 0;
}
.brochures .img_holder .overlay .border a {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 30px;
	color:#fff;
}
.project_cost .img_holder {
	position: relative;
    margin-top: 130px;
}
.project_cost .img_holder .overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(49,82,1,0.7);
	padding: 11px;
}
.project_cost .img_holder .overlay .border {
	border:1px dashed rgba(255,255,255,0.5);
	height:100%;
	text-align: center;
	padding-top: 71px;
}
.project_cost h3 {
	color:#fff;
	line-height: 50px;
	margin-bottom:28px;
}
.project_cost a {
	background: #eaf721;
	color:#272727;
}


/*=================== FAQ page content ==================*/
.faq_style_one h5 {
	position: relative;
	z-index: 10;
    margin-top: 17px;
    word-spacing: 0;
}
.faq_style_one h5 span {
	color:#f5f5f5;
	font-size: 72px;
	position: absolute;
	left:0;
	top:-28px;
	text-transform: uppercase;
	z-index: -1;
}
.faq_style_one p {
	margin-top: 36px;
    line-height: 26px;
    margin-bottom: 51px;
}
.faq_style_two {
	padding-bottom: 60px;
}
.faq_style_two .title_holder2 h3 span:before {
	top: -8px;
    right: -25px;
}
.faq_style_two .key_benefits_panel .panel-body p {
	line-height: 26px;
	margin:0;
    padding: 4px 0 0 18px;
}
.faq_style_two .key_benefits_panel .panel-body p:last-child {
	padding-bottom: 23px;
}
.faq_style_two .key_benefits_panel p {
	padding-right: 25px;
}

.accordion_style_two #accordion_two {
	border:none;
}
.accordion_style_two {
	/*margin-top:45px;*/
	margin-bottom:50px;
}
.accordion_style_two .panel-body {
	border-top:none !important;
	border-bottom:1px solid #f7f7f7;
	padding: 15px 0;
}
.accordion_style_two .panel-body p {
	line-height: 26px;
	margin:0;
    padding: 0px 0 5px 54px;
}
.accordion_style_two .panel-body p:last-child {
	/*padding-bottom: 36px;*/
}
.accordion_style_two .panel-group .panel + .panel {
	margin:0;
	border:none;
}

.accordion_style_two .panel-heading {
	border:none;
	border-radius: 0;
	padding: 0;
	height:50px;
	border-bottom:1px solid #f7f7f7;
	position: relative;
	z-index: 10;
	background:#0b4656;
}
.accordion_style_two .panel-heading:before {
	content: '+';
	font-family: 'font-awesome';
	color:#fff;
	font-size: 14px;
	position: absolute;
	width:35px;
	height:35px;
	/*background:#0CA4D5;*/	
	left:0;
	top:10px;
	text-align: center;
	padding-top:6px;
	font-weight: bold;
}
.accordion_style_two .panel-heading h6 a {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 18px;
	padding: 15px 0 15px 40px;
	color:#fff;
	display: block;
	width:100%;
	display: inline-block;
	height:100%;
	position: relative;
	
}

.accordion_style_two .panel-heading.active-panel:before {
	content: '-';
	color:#fff;
	/*background: #3498db;*/
	width:35px;
	height:35px;	
	text-align: center;
	padding-top:6px;
	font-weight: bold;
}
.accordion_style_two .panel-heading.active-panel {
	border:none;
}


/*=============== Style switcher =============*/

.switcher .switch_btn button {
	width:50px;
	height:50px;
	border:none;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #3498db;
    color:#fff;
    font-size: 24px;
}
.switcher .switch_btn {
	position: absolute;
    right: -46px;
    z-index: -1;
}
.switcher {
	position: fixed;
	top:95px;
	z-index: 99991;
}
.switcher .switch_menu {
	width:250px;
	background: #fff;
	display: none;
}
.switcher .switch_menu h5.title {
	color:#fff;
	margin:0;
	line-height: 50px;
	background: #272727;
	text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}
.switcher .switch_menu .switch_body h5 {
	text-align: center;
	font-size: 20px;
}
.switcher .switch_menu .switch_body .box {
	cursor: pointer;
	display: inline-block;
	margin-left:15px;
	text-align: center;
}
.switcher .switch_menu .switch_body .box>div {
	width:90px;
	height:55px;
	background: #f4f4f4;
	border:2px solid #eaeaea;
}
.switcher .switch_menu .switch_body .box>div>span {
	display: block;
	width:86px;
	height:100%;
	margin:0 auto;
	background: #fff;
	border-left:2px solid #eaeaea;
	border-right:2px solid #eaeaea;
}
.switcher .switch_menu .switch_body .box p {
	font-weight: 900;
	font-size: 17px;
	margin-top: 8px;
}
.switcher .switch_menu .switch_body {
	border-bottom:1px solid #f7f7f7;
    padding-bottom: 24px;
}
.switcher .switch_menu .switch_navigation {
	text-align: center;
	border-bottom:1px solid #f7f7f7;
    padding-bottom: 15px;
    margin-top: 10px;
}
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation .onoffswitch {
	display: inline-block;
	margin-left:5px;

}
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation p {
	vertical-align: top;
	font-weight: 900;
	font-size: 17px;
	margin-top:12px;
}
.switcher .switch_menu .switch_navigation h5 {
	font-size: 20px
}
.onoffswitch {
    position: relative;
    width: 80px;
    margin-top:4px;
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    height: 35px; 
    padding: 0; 
    line-height: 43px;
    border-radius: 43px;
    background-color: #3498db;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block;
    width: 33px;
    height:33px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute; 
    top: 1px; 
    bottom: 1px;
    right: 46px;
    border-radius: 43px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #3498db;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #3498db;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 1px; 
}
.switcher .box_bg h5 {
	font-size: 20px;
}
.switcher .box_bg {
	text-align: center;
    margin-top: 15px;
    padding-bottom: 17px;
}
.switcher .box_bg .layout_bg {
	width:53px;
	height:53px;
	border:2px solid #eaeaea;
	display: inline-block;
	cursor: pointer;
	margin-left:3px;
	margin-right:3px;
    margin-top: 5px;
}
.switcher .box_bg .bg1 {
	background: url(../../images/home/bg3.png);
}
.switcher .box_bg .bg2 {
	background: url(../../images/home/bg2.png);
}
.switcher .box_bg .bg3 {
	background: url(../../images/home/bg4.png);
}
.switcher .box_bg .bg4 {
	background: url(../../images/home/bg.png);
}
.switcher .switch_menu>p {
	font-weight: 700;
	font-size: 12px;
	background: #f7f7f7;
    padding: 18px 10px 20px 20px;
}


/*======================== Blog - Grid Without Sidebar ==================*/

.blog_without_sidebar .news {
	padding-top:0;
    padding-bottom: 54px;
}
.blog_without_sidebar .news .single_blog_post {
	margin-top:0;
	margin-bottom: 26px;
}
.blog_without_sidebar .news .single_blog_post .post h5 {
	line-height: 33px;
}
.page_changer.pagination li a {
	font-family: 'Lora', serif;
	font-weight: 700;
	color:#272727;
	font-size: 18px;
	border:none;
	width:55px;
	line-height: 55px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #f7f7f7;
    margin-right:20px;
    padding: 0;
}
.page_changer.pagination li a i {
	color:#9e9e9e;
}
.page_changer.pagination li a:hover,
.page_changer.pagination li a:hover i,
.page_changer.pagination li a.active {
	background: #3498db;
	color:#FFF;
}


/*================== Blog - Fullwidth With Sidebar =============*/

.blog_fullwidth.news .single_blog_post {
	margin-top:0;
    padding-bottom: 10px;
    margin-bottom: 44px;
}
.blog_fullwidth.news {
	padding-top:0;
}

.blog_fullwidth.news .single_blog_post .img_holder .overlay {
	padding:34px 31px;
}
.blog_fullwidth.news .single_blog_post .post ul li {
	position: relative;
}
.blog_fullwidth.news .single_blog_post .post ul li a span {
	color:#3498db;
	font-weight: 700;
	font-style: normal;
	text-transform: capitalize;
    padding-right: 3px;
}
.blog_fullwidth.news .single_blog_post .post ul li a:hover span {
	color:#9e9e9e;
}
.blog_fullwidth.news .single_blog_post .post ul li:before {
	content: '';
	width:6px;
	height:6px;
	background: #d2d2d2;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 8px;
}
.blog_fullwidth.news .single_blog_post .post ul li:first-child:before {
	width:0;
}
.blog_fullwidth.news .single_blog_post .post a.continue_reading {
	display: inline-block;
	font-family: 'Lora', serif;
	font-size: 18px;
	color:#3498db;
    margin-top: 12px;
}
.blog_fullwidth.news .single_blog_post .post a.continue_reading:hover {
	color:#272727;
}
.blog_fullwidth.news .single_blog_post .img_holder {
	margin-bottom: 23px;
}
.blog_fullwidth.news .single_blog_post .post ul {
	margin-top:13px;
    padding: 11px 0 11px 20px;
    margin-bottom: 15px;
}
.blog_fullwidth.news .single_blog_fullwidth .page_changer {
	margin-top:0px;
	margin-bottom: 74px;
}
.blog_fullwidth.news .shop_aside {
	margin-top:0;
}
.blog_aside .about_gardener_side p {
	line-height: 30px;
	margin-top: 24px;
    font-size: 16px;
    margin-bottom: 47px;
}
.blog_aside .news_tips_aside .popular_news_single {
	display: table;
	margin-bottom: 22px;
}
.blog_aside .news_tips_aside .popular_news_single .img_holder,
.blog_aside .news_tips_aside .popular_news_single .text {
	display: table-cell;

}
.blog_aside .news_tips_aside .popular_news_single .img_holder {
	vertical-align: middle;
}
.blog_aside .news_tips_aside .popular_news_single .text {
	padding-left:20px;
	vertical-align: top;
}
.blog_aside .news_tips_aside .popular_news_single .text a {
	display: block;
}
.blog_aside .news_tips_aside .popular_news_single .text h6 {
	margin-top:0;
	line-height: 24px;
}
.blog_aside .news_tips_aside>h5 {
	margin-bottom: 32px;
}
.blog_aside .news_tips_aside .popular_news_single .text span {
	font-family: 'Lora', serif;
	font-style: italic;
	display: block;
}
.blog_aside .tags {
	margin-top:51px;
}
.blog_aside .tags ul {
	margin-top:34px;
}
.blog_aside .tags ul li {
	display: inline-block;
	margin:0 9px 8px 0;
	position: relative;
}

.blog_aside .tags ul li a {
	display: block;
	font-weight: 900;
	color:#9e9e9e;
	line-height: 38px;
	border:2px solid #e8e8e8;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding:0 23px;
    text-transform: capitalize;
}
.blog_aside .tags ul li:first-child a {
	padding: 0 31px;
}
.blog_aside .tags ul li:nth-child(2) a {
	padding: 0 19px;
}
.blog_aside .tags ul li:nth-child(5) a {
	padding: 0 18px;
}
.blog_aside .tags ul li:nth-child(6) a {
	padding: 0 22px;
}
.blog_aside .tags ul li:nth-child(7) a {
	padding: 0 16px;
}
.blog_aside .tags ul li:nth-child(8) a {
	padding: 0 13px;
}
.blog_aside .tags ul li:nth-child(2),
.blog_aside .tags ul li:nth-child(4),
.blog_aside .tags ul li:nth-child(6),
.blog_aside .tags ul li:nth-child(8) {
	margin-right:0;
}
.blog_aside .tags ul li a:hover,
.blog_aside .tags ul li a:focus {
	background: #3498db;
	border:2px solid #3498db;
	color:#fff;
}
.blog_aside .brochures  {
	margin-top:35px;
}



/*======================== Blog  List Viwe ================*/

.blog_fullwidth.news.blog_list_view .single_blog_fullwidth .post {
	width:68%;
	display: inline-block;
	vertical-align: top;
    margin-top: -27px;
    padding-left: 26px;
}
.blog_fullwidth.news.blog_list_view .single_blog_fullwidth .img_holder {
	display: inline-block;
}
.blog_fullwidth.news.blog_list_view .single_blog_post .img_holder .overlay {
	padding: 15px;
}
.blog_fullwidth.news.blog_list_view .single_blog_post .post a.continue_reading {
	font-size: 16px;
}
.blog_fullwidth.news.blog_list_view .single_blog_post {
	margin-bottom: 22px
}



/*==================== Blog Single Post ===========*/


.blog_single_details .blog_fullwidth.news .single_blog_post {
	margin-bottom: 23px;
}
.single_blog_fullwidth .share_item ul li {
	display: inline-block;
	width:45px;
	height:45px;
	text-align: center;
	padding:4px;
	margin-top: 19px;
	margin-right: 12px;
	background: #3498db;
}
.single_blog_fullwidth .share_item ul li:last-child {
	margin-right:0;
}
.single_blog_fullwidth .share_item ul li a {
	display: block;
}
.single_blog_fullwidth .share_item ul li a i {
	padding:9px;
	width:37px;
	height:37px;
	border:1px dashed rgba(336,336,336,0.5);
	font-size: 18px;
	color:#fff;
}
.single_blog_fullwidth .share_item ul li:hover,
.single_blog_fullwidth .share_item ul li:focus {
	background: #272727;
}
.single_blog_fullwidth .share_item ul,
.single_blog_fullwidth .share_item h5 {
	display: inline-block;
}
.single_blog_fullwidth .share_item ul {
	padding-left:39px;
}
.single_blog_fullwidth .comment_area {
	margin-top:68px;
}
.single_blog_fullwidth .comment_area>h3 {
	margin-bottom: 50px;
}
.single_blog_fullwidth .comment_area .single_comment .img_holder,
.single_blog_fullwidth .comment_area .single_comment .comment {
	display: table-cell;
}

.single_blog_fullwidth .comment_area .single_comment .comment {
	vertical-align: top;
	padding-left: 20px;
}
.single_blog_fullwidth .comment_area .single_comment .comment h5 {
	margin-top:0;
}
.single_blog_fullwidth .comment_area .single_comment .comment h5 span {
	display: inline-block;
	font-size: 14px;
	padding-left:13px;
}
.single_blog_fullwidth .comment_area .single_comment .comment a {
	font-family: 'Lora', serif;
	font-size: 16px;
	color:#3498db;
}
.single_blog_fullwidth .comment_area .single_comment .comment p {
    margin-top: 19px;
    padding-right: 58px;
    margin-bottom: 18px;
}
.single_blog_fullwidth .comment_area .single_comment {
	border-bottom: 1px solid #f6f4f4;
    padding-bottom: 34px;
    margin-bottom: 39px;
}
.single_blog_fullwidth .leave_reply {
	margin-top:54px;
    margin-bottom: 79px;
}
.single_blog_fullwidth .leave_reply>h4 {
	margin-bottom: 44px;
}
.single_blog_fullwidth .leave_reply .sapce_fix_right {
	padding-right: 10px;
}

.single_blog_fullwidth .leave_reply .sapce_fix_left {
	padding-left: 10px;
}
.single_blog_fullwidth .leave_reply input,
.single_blog_fullwidth .leave_reply textarea {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border:2px solid #eeeeee;
    outline: none;
    box-shadow: none;
}
.single_blog_fullwidth .leave_reply input {
	height:50px;
	margin-bottom: 20px;
 	padding-left: 16px;
}
.single_blog_fullwidth .leave_reply textarea {
	min-height:190px;
	resize:none;
	width:100%;
    padding: 14px 7px 10px 26px;
}
.single_blog_fullwidth .leave_reply button {
	width:100%;
	height:50px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #3498db;
    text-align: center;
    outline: none;
    box-shadow: none;
    font-weight: 900;
    font-size: 16px;
    color:#ffffff;
    border:none;
    margin-top:10px;
}




















/*=================== Box-Layout  ======================*/
.home_boxed {
	background: url(../../images/home/bg.png) repeat;
	background-attachment: fixed;
}
.home_boxed .body_container {
	width:1280px;
	margin:0 auto;
	background: #fff;
	overflow-x:hidden;
}
.home_boxed.bg1 {
	background: url(../../images/home/bg3.png) repeat;
}
.home_boxed.bg2 {
	background: url(../../images/home/bg2.png) repeat;
}
.home_boxed.bg3 {
	background: url(../../images/home/bg4.png) repeat;
}
.home_boxed.bg4 {
	background: url(../../images/home/bg.png) repeat;
}

/*====*/

input[type="text"],
input[type="email"],
textarea {
	color:#7d7d7d !important;
}

/* background teaser */
.bg_teaser {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	position: relative;
	color: #ffffff;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	overflow: hidden;
}

.bg_teaser .bg_overlay {
	position: absolute;
	width: 100%;
	height: 1000px;
	background-color: #ffffff;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.bg_teaser.light_teaser:hover, .bg_teaser.light_teaser.hover {
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}

.bg_teaser.light_teaser:hover .bg_overlay, .bg_teaser.light_teaser.hover .bg_overlay {
	background-color: rgba(245, 245, 245, 0.9);
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}
@media (max-width: 500px) {
	.cornered-block {
		padding: 20px;
	}
}

.cornered-block .bottom-corners:before,
.cornered-block .bottom-corners:after, .cornered-block:before, .cornered-block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border: 2px solid #ffffff;
	border-bottom: none;
}

.cornered-block .bottom-corners:before,
.cornered-block .bottom-corners:after {
	top: auto;
	bottom: 0;
	border: 2px solid #ffffff;
	border-top: none;
}

.cornered-block:before,
.cornered-block .bottom-corners:before {
	border-right: none;
}

.cornered-block:after,
.cornered-block .bottom-corners:after {
	left: auto;
	right: 0;
	border-left: none;
}

.before_cover,
.after_cover,
.before_cover > *,
.after_cover > * {
	position: relative;
	z-index: 2;
}

.before_cover:before,
.after_cover:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.top-corner {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}

.big {
	font-size: 42px;
	line-height: 0.9;
}
.big1 {
	font-size: 46px !important;
	line-height: 0.9;
}

.response,
.highlight {
	color: #fcca03;
	border-color: #fcca03;
}

.highlight2 {
	color: #e23751;
	border-color: #e23751;
}

.red, .required {
	color: #fa5c5d;
}

.black {
	color: #1e1e1e;
	border-color: #1e1e1e;
}

.grey {
	color: #333333;
	border-color: #333333;
}


.darken-font-color {
	color: rgba(48, 48, 48, 0.8);
	min-height:100px;
}

.fontcolor {
	color: #a4a4a4;
}

.greylinks a {
	color: #a4a4a4;
}

.darklinks a {
	color: #333333;
}

.thin {
	font-weight: 300;
}

.bold {
	font-weight: 700;
}

.extra-bold {
	font-weight: 900;
}

.quotesign {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 1;
}

.quotesign:before {
	font-size: 150px;
	font-family: 'PT Sans', sans-serif;
	content: '‘‘';
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}

.light_bg_color {
	background-color: #ffffff;
}

.main_bg_color {
	color: #ffffff;
	background-color: #fcca03;
}

.main_bg_color2 {
	color: #ffffff;
	background-color: #e23751;
}

.dark_bg_color {
	color: #ffffff;
	background-color: #1e1e1e;
}

.dark_bg_color h1, .dark_bg_color h2, .dark_bg_color h3, .dark_bg_color h4, .dark_bg_color h5, .dark_bg_color h6 {
	color: #ffffff;
}

.darkgrey_bg_color {
	color: #ffffff;
	background-color: #333333;
}

.darkgrey_bg_color h1, .darkgrey_bg_color h2, .darkgrey_bg_color h3, .darkgrey_bg_color h4, .darkgrey_bg_color h5, .darkgrey_bg_color h6 {
	color: #ffffff;
}

.bg_teaser.with_shadow:hover, .bg_teaser.with_shadow.hover {
	box-shadow: none;
}

.bg_teaser .highlight {
	color: #ffffff;
}

.bg_teaser h4 + h3 {
	margin-top: -14px;
	font-size: 50px;
}

.bg_teaser.rectangular .teaser_content {
	padding: 200px 30px 50px;
}

.bg_teaser.rectangular .teaser_content h3 {
	font-size: 40px;
}

.bg_teaser > img {
	display: none;
	visibility: hidden;
}

.bg_teaser .teaser_content {
	margin: 0;
	padding: 45px 30px;
	z-index: 2;
}

.bg_teaser .teaser_content > .media-left {
	padding-right: 35px;
}

.bg_teaser .teaser_content.media {
	padding: 75px 40px 60px;
}

@media (max-width: 400px) {
	.bg_teaser .teaser_content {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.bg_teaser.small_corners .teaser_content {
	padding: 30px 30px;
}

.service-teaser {
	min-height: 165px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.service-teaser .teaser_content {
	padding: 30px;
}

.service-teaser:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

.service-teaser .darklinks a:hover {
	color: #fcca03;
}

.color_bg_1 .bg_overlay {
	background-color: rgba(252, 202, 3, 0.85);
}

.color_bg_2 .bg_overlay {
	background-color: rgba(22, 164, 214, 0.9);
}

.color_bg_3 .bg_overlay {
	background-color: rgba(226, 55, 81, 0.9);
}

.darkgrey_bg .bg_overlay {
	background-color: rgba(51, 51, 51, 0.8);
}

.square_teaser .item-media:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(51, 51, 51, 0.8);
}

.square_teaser .item-content {
	top: 0;
	margin: 30px 0 80px;
	overflow: hidden;
}

.square_teaser .teaser_icon {
	color: #fcca03;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.square_teaser .item-media:after, .square_teaser .teaser_icon, .square_teaser h4, .square_teaser p {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.square_teaser h4 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
}

.square_teaser p {
	color: #ffffff;
	opacity: 0;
}

.square_teaser:hover h4, .square_teaser:hover .teaser_icon {
	color: #333333;
}

.square_teaser:hover p {
	opacity: 1;
}

.square_teaser:hover .item-media:after {
	background-color: #fcca03;
}

/* testimonials-carousel */
.testimonials-carousel {
	padding: 0 0 20px;
}

.testimonials-carousel .item > p {
	font-style: italic;
	padding-left: 40px;
	margin-bottom: 40px;
	position: relative;
}

.testimonials-carousel .item > p:before {
	font-family: 'PT Sans', sans-serif;
	font-size: 100px;
	font-style: normal;
	content: '\201c';
	position: absolute;
	left: -3px;
	top: 30px;
	z-index: 10;
}

.testimonials-carousel h4 {
	margin: 0;
}

.testimonials-carousel h4 + p {
	margin-bottom: 0;
}

.testimonials-carousel .carousel-indicators {
	bottom: -16px;
	display: none;
}

.testimonials-carousel .carousel-control {
	display: none;
}

.testimonials-carousel .media + p {
	position: relative;
	padding: 10px 16px;
	background-color: #f5f5f5;
}

.testimonials-carousel .media:after {
	content: '';
	display: block;
	clear: both;
}

.testimonials-carousel .media + p:before,
.testimonials-carousel .media + p:after {
	content: '';
	position: absolute;
	left: 0;
	top: auto;
	bottom: -18px;
	border-style: solid;
	border-width: 18px 0 0 18px;
	border-color: rgba(51, 51, 51, 0.1) transparent transparent transparent;
}

.testimonials-carousel .media + p:after {
	left: auto;
	right: 0;
	border-style: solid;
	border-width: 18px 18px 0 0;
}

.testimonials-carousel .media-object {
	max-width: 50px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.testimonials-carousel .carousel-indicators li {
	border-color: #fcca03;
}

.testimonials-carousel .carousel-indicators li.active {
	background-color: #fcca03;
}

.testimonials-control {
	font-size: 22px;
}

/*thumbnail*/
.thumbnail {
	position: relative;
	text-align: center;
	border-radius: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	background-color: #ffffff;
}

.isotope-item .thumbnail {
	margin-bottom: 30px;
}

.thumbnail h3 {
	font-size: 20px;
	margin-bottom: 2px;
}

.thumbnail h3 a {
	color: inherit;
}

.thumbnail h3 + p {
	color: #fcca03;
	margin-bottom: 10px;
}

.thumbnail .caption {
	color: #a4a4a4;
	background-color: #ffffff;
	padding: 16px 20px 26px;
}

/*price tables*/
.price-table,
.price-table ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.price-table {
	margin: 0;
}

/* price table with background */
.bg_teaser .plan-name {
	background-color: #fefefe;
}

.bg_teaser .plan-price {
	background-color: rgba(255, 255, 255, 0.1);
}

.bg_teaser.color_bg_1 .plan-name h3 {
	color: #fcca03;
}

.bg_teaser.color_bg_2 .plan-name h3 {
	color: #16a4d6;
}

.bg_teaser.color_bg_3 .plan-name h3 {
	color: #e23751;
}

.bg_teaser .features-list li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.plan-name {
	padding: 30px 0;
}

.plan-name h3 {
	font-size: 32px;
	margin: 0;
}

.plan-price {
	padding: 35px 0 25px;
	position: relative;
  /* dollar sign */
  /* price */
  /* per month */
}

.plan-price span:first-child {
	font-size: 28px;
	font-weight: 300;
}

.plan-price span + span {
	font-size: 60px;
	font-weight: 700;
}

.plan-price p {
	display: inline;
	font-size: 28px;
	font-weight: 300;
}

.features-list {
	margin-top: 20px;
}

.features-list li {
	margin: 10px 40px;
	padding-top: 10px;
}

.features-list .enabled:before,
.features-list .disabled:before {
	font-family: 'rt-icons-2';
	font-size: 24px;
	line-height: 1;
	position: relative;
	top: 5px;
	right: 4px;
	content: "\e116";
	padding-right: 8px;
	color: #333333;
}

.features-list .disabled:before {
	content: "\e117";
}

.call-to-action {
	padding: 20px 40px 38px;
}

.price-table.style1 {
	border: 1px solid rgba(51, 51, 51, 0.1);
}

.price-table.style1 .features-list li + li {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.price-table.style1 .plan-price {
	background-color: #fcca03;
	color: #ffffff;
	margin: 1px -1px;
}

.price-table.style2 {
	background-color: rgba(51, 51, 51, 0.1);
}

.price-table.style2 .plan-name {
	background-color: #fcca03;
	padding: 30px 0;
}

.price-table.style2 .plan-name h3 {
	color: #ffffff;
}

.price-table.style2 .plan-price {
	padding-bottom: 0;
	color: #333333;
}

.price-table.style2 .enabled:before,
.price-table.style2 .disabled:before {
	font-family: 'rt-icons-2';
	content: "\e621";
	padding-right: 13px;
	color: #fcca03;
}

.price-table.style2 .disabled:before {
	color: #333333;
	content: "\e622";
}

/*contacts*/
.contact-form-container {
	background-image: url("../images/contact-form.png");
	background-position: center;
	background-repeat: no-repeat;
}

.contact-form {
	position: relative;
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

.contact-form label[for] {
	display: none;
}

.contact-form textarea {
	max-height: 140px;
}

.contact-form.fullwidth-form {
	max-width: 100%;
}

.contact-form.parallax {
	padding: 50px 50px 35px;
	background-image: url(../images/parallax/progress.jpg);
}

.contact-form-respond {
	display: block;
	font-weight: 800;
}

.contact-form-respond:before {
	font-family: 'rt-icons-2';
	content: "\e71a";
	padding-right: 10px;
}

.contact-form p {
	margin-bottom: 10px;
	position: relative;
}

.contact-form-submit .theme_button {
	margin-right: 6px;
}

.contact-form.transparent-background .form-control {
	background-color: transparent;
}

.contact-email {
	font-size: 40px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.contact-email {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.contact-form.parallax {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
	}
	padding-left:70px !important;{padding-left:70px !important;}
}

.border-paragraphs {
	margin: 25px 0 25px;
}

.border-paragraphs p {
	padding: 9px 0 10px;
	margin: 0;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.border-paragraphs p:first-child {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

/* partners carousel */
.owl-carousel.partners-carousel {
	margin-bottom: 0;
}

.owl-carousel.partners-carousel .owl-item {
	text-align: center;
}

.light-partner-image a {
	display: block;
	position: relative;
}

.light-partner-image a:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #a4a4a4;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.light-partner-image a:hover:before {
	background-color: #fcca03;
}

.highlight-partner-image a {
	display: block;
	background-color: #fcca03;
}

.highlight-partner-image a:hover {
	background-color: #333333;
}

/* Blog accordion */
.blog-accordion .panel-heading {
	padding: 15px 30px 13px 100px;
	background-color: #f5f5f5;
}

.blog-accordion .panel-heading .abs-link {
	visibility: hidden;
}

.blog-accordion .panel-heading .abs-link.collapsed {
	visibility: visible;
}

.blog-accordion .panel-heading .entry-meta-corner {
	top: 0;
	left: 0;
}

.blog-accordion .panel-heading h5 {
	text-transform: uppercase;
	margin-bottom: 2px;
}

.blog-accordion .panel-heading a:hover {
	color: #333333;
}

.blog-accordion .panel-heading h5 a:hover {
	opacity: 0.7;
}

.blog-accordion .panel-body {
	border: 2px solid #f5f5f5;
}

.blog-accordion .panel-heading + .panel-collapse > .panel-body {
	border-top: 2px solid #f5f5f5;
}

.blog-accordion .panel + .panel {
	margin-top: 23px;
}

/* Partners */
.partner-image {
	display: inline-block;
	margin: 7px 0;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0.7;
	background-size: cover;
}

.partner-image .media-links:before {
	display: none;
}

.partner-image:hover {
	opacity: 1;
}

.partner-image img {
	visibility: hidden;
}

.partner-image.partner1 {
	background-image: url("../images/partners/1_dark.png");
}

.partner-image.partner1:hover {
	background-image: url("../images/partners/1.png");
}

.partner-image.partner2 {
	background-image: url("../images/partners/2_dark.png");
}

.partner-image.partner2:hover {
	background-image: url("../images/partners/2.png");
}

.partner-image.partner3 {
	background-image: url("../images/partners/3_dark.png");
}

.partner-image.partner3:hover {
	background-image: url("../images/partners/3.png");
}

.partner-image.partner4 {
	background-image: url("../images/partners/4_dark.png");
}

.partner-image.partner4:hover {
	background-image: url("../images/partners/4.png");
}

.partner-image.partner5 {
	background-image: url("../images/partners/5_dark.png");
}

.partner-image.partner5:hover {
	background-image: url("../images/partners/5.png");
}

.partner-image.partner6 {
	background-image: url("../images/partners/6_dark.png");
}

.partner-image.partner6:hover {
	background-image: url("../images/partners/6.png");
}

/* Client item */
.client-item {
	position: relative;
	text-align: center;
	padding: 25px;
	border: 1px solid #e6e4e4;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.client-item img {
	margin: auto;
}

.client-item .media-links:before {
	display: none;
}

.client-item:hover {
	border-color: transparent;
	box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.1);
}

/*
**utilites
*/
.alignleft {
	float: left;
	margin: 5px 30px 25px 0;
	max-width: 50%;
}

.alignright {
	float: right;
	margin: 5px 0 30px 25px;
	max-width: 50%;
}

@media (max-width: 768px) {
	.alignleft,
  .alignright {
		float: none;
		max-width: 100% !important;
		margin-right: 0;
		margin-left: 0;
	}
}

.alignleft.one-third,
.alignright.one-third {
	max-width: 33.3333333%;
}

@media (max-width: 991px) {
	.alignleft.one-third,
  .alignright.one-third {
		max-width: 50%;
	}
}

.round {
	border-radius: 50%;
}

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

.with_padding {
	padding: 30px;
}

.with_shadow {
	box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.1);
}

.with_bottom_border {
	border-bottom: 3px solid #fcca03;
}

.with_color_border {
	border: 2px solid #fcca03;
}

.with_corners,
.cornered-heading {
	position: relative;
}

.with_corners > *,
.cornered-heading > * {
	position: relative;
	z-index: 3;
}

.with_corners > .bg_overlay,
.cornered-heading > .bg_overlay {
	z-index: 1;
}

.with_corners:before, .with_corners:after,
.cornered-heading:before,
.cornered-heading:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border: 2px solid #fcca03;
	z-index: 2;
}

.with_corners:before,
.cornered-heading:before {
	top: -15px;
	left: -22px;
	border-width: 2px 0 0 2px;
}

.with_corners:after,
.cornered-heading:after {
	bottom: -15px;
	right: -22px;
	border-width: 0 2px 2px 0;
}

.with_corners.image_corners > * {
	z-index: 0;
}

.with_corners.image_corners:before, .with_corners.image_corners:after {
	z-index: 1;
	width: 100px;
	height: 100px;
	border-color: #fcca03;
}

@media (max-width: 460px) {
	.with_corners.image_corners:before, .with_corners.image_corners:after {
		width: 60px;
		height: 60px;
	}
}

.with_corners.image_corners:after {
	bottom: -20px;
	right: -20px;
}

@media (max-width: 540px) {
	.with_corners.image_corners:before {
		top: 15px;
		left: 15px;
	}

	.with_corners.image_corners:after {
		bottom: -15px;
		right: -15px;
	}
}

.cornered-heading {
	margin-top: -8px;
	display: inline-block;
	max-width: 95%;
	margin-right: 22px;
	margin-left: 22px;
}

.cornered-heading h2 {
	margin-bottom: 2px;
	line-height: 1.3;
}

.cornered-heading span + h2 {
	margin-top: 2px;
	margin-bottom: -2px;
}

@media (min-width: 992px) {
	.cornered-heading.media-topmargin {
		margin-top: -8px;
	}
}

@media (min-width: 992px) {
	.cornered-heading {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 460px) {
	.cornered-heading.center-heading:before {
		left: -49px;
	}

	.cornered-heading.center-heading:after {
		right: -49px;
	}
}

.with_corners:before, .with_corners:after {
	border-color: #333333;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.with_corners:before {
	top: 20px;
	left: 20px;
}

.with_corners:after {
	bottom: 20px;
	right: 20px;
}

.with_corners.small_corners:before, .with_corners.small_corners:after {
	width: 30px;
	height: 30px;
}

.with_corners.small_corners:before {
	top: 10px;
	left: 10px;
}

.with_corners.small_corners:after {
	bottom: 10px;
	right: 10px;
}

.with_corners.small_corners.hover_corners:before, .with_corners.small_corners.hover_corners:after {
	width: 100px;
	height: 100px;
	opacity: 0;
}

.with_corners.small_corners.hover_corners:hover:before, .with_corners.small_corners.hover_corners:hover:after {
	width: 30px;
	height: 30px;
	opacity: 1;
}

.table_section_content {
	padding: 30px 50px;
}

.table_section_content h3 {
	font-size: 42px;
	font-weight: 300;
	margin: 0 0 32px;
}

.with_background {
	background-color: #f5f5f5;
}

.muted_background {
	background-color: rgba(51, 51, 51, 0.06);
}

.with_border {
	border: 1px solid #f5f5f5;
}

.cornered-block {
	position: relative;
	padding: 45px 50px;
	max-width: 890px;
	margin: auto;
}
.teaser h4 {
    margin-bottom: 18px;
	font-size:18px;
}
.divider_2_40 {
    height: 2px;
    width: 40px;
}
hr {
    border: none;
    height: 1px;
    background-color: #333333;
}
.teaser_icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.teaser:hover .teaser_icon {
    -webkit-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;
}
.text  h5{ font-size:20px; margin:0; margin-top: 15px; padding:0;}
.withbullet{list-style:none;  padding: 0;   margin: 0 0 0 20px;}
.withbullet li{padding-left:0px; line-height:25px;}
.withbullet li:before{position:absolute; left:20px; content:"\f105"; font-family:'FontAwesome'; }
.list{list-style:none;  padding: 0; margin: 0 0 0 20px;}
.list li{padding-left:0px; line-height:25px;}
.list li:before{position:absolute; left:40px; content:"\f105"; font-family:'FontAwesome'; }
.mt{margin-top:0;}
.sewages {background-color:  #79ba45; padding: 5px 10px;float: right;
 margin-top: -3%;}
.sewages:hover{background: #3498db; !important;color: #fff !important;}
.stagess a{color:#333;}
.stagess:hover a{color:#333;}

.col-lg-12.cover-padd {
    text-align: center;
}