/* Copyright (c) 2021 Himanshu Softtech.
------------------------------------------------------------------
[Table of contents]

1. Google Web Foonts
2. Body
3. Preloader / #preloader
4. Colorpicker / #style-switcher
5. Normal Css / .eco_sm_heading
6. Header css / header
7. Menu css /.fixedmenu
8. main-slider / .tp-loader.spinner2
9. All Headings / .eco_main_heading
10. Service section / .eco_service_wraper
11. Achievement Section / .eco_achievement 
12. Recycle Main Section / .eco_recycle_wraper 
13. Recycle Section / .eco_recycle
14. Contact Section / .eco_contact 
15. Footer Section / .eco_footer
16. go to top /.totop
17. Blog Page / .eco_port_recentimage
18. Protect The Environment Page(Blog Single page) / .eco_img_wraper
19. Blog full-width page / .eco_blog_fullwidth
20. blog-2-column-all-Masonry page / .eco_readmore
21. Side Bar /.eco_page
22. pagination start / nav.eco_pagination
23. Portfolio Page / #grid
24. PortFolio uneven Page / .eco_uneven_slider
25. PortFolio 3column Page / .eco_port_one_third_3cl
26. PortFolio 4column Page / .eco_port_min_title
27. PortFolio single Page / .eco_port_data
28. portfolio-2-column-masonry / .eco_port_min_recentimage
29. Page With Sidebar Page / .eco_portfolio_content p
30. Page With Image / .eco_bread.eco_bg
31. Page With video / .eco_page_video
32. 404 Page / .eco_error_page
33. Contact page /.eco_mapdiv
34. shortcodes-accordion-toggles page / .tab-content
35. Shortcodes Alert Boxes Page / .eco_shortcode_main_wraper
36. shortcodes-boxed-content page / p.eco_bg_white 
37. Shortcodes button Page / .eco_btn_color4
38. shortcodes-count-blocks Page/ .eco_count
39. Shortcodes Google Map Page / .eco_short_map
40. Shortcodes Iconography Page / .eco_icon
41. Iconography with Boxes page / .eco_box_icon 
42. Shortcodes List Page / ul.eco_link 
43. shortcodes-price table page2 / .eco_pricing_table 
44. shortcodes-price-tables page / .eco_pricing_table_main_div
45. Shortcodes Progress Bar Page / .eco_shortcode_wraper .sr-only
46. Shortcodes quote Page / .eco_blockquote_blue blockquote
47. shortcodes-skills-charts / .circles-text
48. home-page-version-3 /.eco_logocal_restoration
49. home-page-full-screen / .eco_home_banner 
50. home-page-transparent / .eco_transprant_header
51. home-page-catalogue / .eco_samplepage_menu
52. home-page-version-4 (Home Page with Rain) / .eco_question_section 
53. Responsive css / .eco-video-container
-------------------------------------------------------------------*/
@import url("font.css");
/*---------------------body start---------------------*/
.ban {
  height: 80vh; /* Full-screen height */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ban-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Send the image to the back */
}
.ban-cont {
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.ban-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.ban-btn {
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.ban-btn:hover {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid white;
  text-decoration: none;
}
body {
	background: #ffffff !important;
	color: #333;
	font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0px;
}
::selection,
::-moz-selection {
	background: #69af07; /* Safari */
	color: #fff;
}
a {
	text-decoration: none;
	color: #333;
	transition: 0.3s;
}
a:hover, a:focus{
	color:#69af07;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Oswald', sans-serif;
}
ul {
	padding: 0;
	margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
/*---------------------body End---------------------*/
/*---------------------loder css start---------------------*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
	display: none;
}
#status {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
/*---------------------loader css end---------------------*/
/*-------------colorpicker css start ------------------*/
#style-switcher {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
	left: -155px;
	position: fixed;
	top: 25%;
	width: 160px;
	z-index: 9999;
}
#style-switcher div {
	padding: 10px 9px 5px 9px;
}
ul.colors {
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
ul.colors li {
    margin: 2px;
    display: inline-block;
}
ul.colors li #color {
	background: #bb9453;
}
ul.colors li #color2 {
	background: #ba5461;
}
ul.colors li #color3 {
	background: #53b9bb;
}
ul.colors li #color4 {
	background: #7954bd;
}
ul.colors li #color5 {
	background: #5486bb;
}
ul.colors li #color6 {
	background: #69af07;
}
ul.colors li p {
	cursor: pointer;
	display: block;
	height: 35px;
	width: 35px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 0px;
	margin: 0;
}
#style-switcher .bottom {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #252525;
	padding: 0;
}
#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgb(0 0 0 / 8%);
    height: 40px;
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 40px;
    padding: 0;
    font-size: 24px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#style-switcher .bottom a.settings i {
	color: rgb(117 181 28);
	height: fit-content;
	height: -moz-fit-content;
}
#style-switcher .bottom a.settings:hover {
	text-decoration: none;
}
#style-switcher > div > h3 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 400;
	text-align: center;
}
#style-switcher > div > select {
	width: 90%;
}
/*-----------colrpicker css end ----------------*/
/*-------------normal css start-------------*/
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover {
	outline: 0px !important;
	-webkit-appearance: none !important;
}
.eco_sm_heading {
	font-size: 43px;
	line-height: 150%;
	margin: 0px;
}
.padder_top_10 {
	padding-top: 10px;
}
.padder_top_20 {
	padding-top: 20px;
}
.padder_top_30 {
	padding-top: 30px;
}
.padder_top_40 {
	padding-top: 40px;
}
.padder_top_50 {
	padding-top: 50px;
}
.padder_top_60 {
	padding-top: 60px;
}
.padder_top_70 {
	padding-top: 70px;
}
.padder_top_80 {
	padding-top: 80px;
}
.padder_top_90 {
	padding-top: 90px;
}
.padder_top_100 {
	padding-top: 100px;
}
.padder_top_110 {
	padding-top: 110px;
}
.padder_bottom_10 {
	padding-bottom: 10px;
}
.padder_bottom_20 {
	padding-bottom: 20px;
}
.padder_bottom_30 {
	padding-bottom: 30px;
}
.padder_bottom_40 {
	padding-bottom: 40px;
}
.padder_bottom_50 {
	padding-bottom: 50px;
}
.padder_bottom_60 {
	padding-bottom: 60px;
}
.padder_bottom_70 {
	padding-bottom: 70px;
}
.padder_bottom_80 {
	padding-bottom: 80px;
}
.padder_bottom_90 {
	padding-bottom: 90px;
}
.padder_bottom_100 {
	padding-bottom: 100px;
}
.padder_bottom_110 {
	padding-bottom: 110px;
}
.eco-padder-0left {
	padding-left: 0px;
}
.eco-padder-0right {
	padding-right: 0px;
}
.eco_onefifth {
	float: left;
	width: 20%;
}
.eco_weight_bold {
	font-weight: bold;
}
.eco_color1 {
	color: #c0c0c0;
}
.eco_color2 {
	color: #808080;
}
.eco_color3 {
	color: #999999;
}
.eco_color4 {
	color: #111;
}
.eco_color5 {
	color: #69af07;
}
.eco_color6 {
	color: #fff !important;
}
.eco_color7 {
	color: #252525;
}
.eco_mbottom_0 {
	margin-bottom: 0px !important;
}
.eco_mtop_0 {
	margin-top: 0px;
}
.eco_mtop_10 {
	margin-top: 10px;
}
.eco_mtop_20 {
	margin-top: 20px;
}
.eco_mtop_30 {
	margin-top: 30px;
}
.eco_mtop_40 {
	margin-top: 40px;
}
.eco_mtop_50 {
	margin-top: 50px;
}
.eco_mbottom_10 {
	margin-bottom: 20px;
}
.eco_mbottom_20 {
	margin-bottom: 20px;
}
.eco_mbottom_30 {
	margin-bottom: 20px;
}
.eco_mbottom_40 {
	margin-bottom: 40px;
}
.eco_mbottom_50 {
	margin-bottom: 50px;
}
.eco_uppercase {
	text-transform: uppercase;
}
.eco_margin_right1 {
	margin-right: 1%;
}
.eco_margin_right2 {
	margin-right: 2%;
}
.eco_margin_right3 {
	margin-right: 3%;
}
.eco_margin_right4 {
	margin-right: 4%;
}
.eco_margin_left1 {
	margin-left: 1%;
}
.eco_margin_left2 {
	margin-left: 2%;
}
.eco_margin_left3 {
	margin-left: 3%;
}
.eco_margin_left4 {
	margin-left: 4%;
}
.eco_margin_bottom {
	margin-bottom: 0px !important;
}
.eco_transition {
	transition: all 0.25s ease-in-out;
}
.eco_border_line {
	width: 120px;
	height: 4px;
	background: #69af07;
	margin: 0 auto;
}
.wraper {
	background: #333333 url(../images/background-recycle-icon1.png) 50% 0;
	color: #fff;
	text-align: center;
	position: relative;
}
.eco_color {
	color: #69af07;
}
.wraper:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 30px solid #333333;
	left: 50%;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.eco_opacity {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.eco_opacity:hover {
	opacity: .7;
}
.Flexible-container {
	position: relative;
	padding-bottom: 31.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.eco_pos_rel {
	position: relative;
}
.eco_min_height {
	height: 400px;
}
.eco_min_smheight {
	height: 300px;
}
ol.breadcrumb i {
	color: #111;
}
.eco_opensans {
	font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}
.eco_port_recentimage {
	width: 100%;
}
.eco_blog_image {
	text-align: center;
}
/*---------------normal css end---------------*/
/*---------------Header css start---------------*/
header.garden_header1, header {
	width: 100%;
	background: #69af07;
	padding: 20px 0px;
	background-image: url(../images/linePattern-3.png);
	background-size: cover;
}
header .row {
	align-items: center;
}
.eco_info {
    color: #fff;
    display: flex;
    align-items: center;
}
.eco_info .eco_ph {
	border-right: 1px solid rgba(255,255,255,0.3);
	padding-right: 20px;
}
.eco_info .eco_email {
	padding-left: 22px;
}
.eco_info i {
	margin-right: 5px;
}
.eco_social_icon {
    text-align: right;
}
.eco_social_icon ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.eco_social_icon ul li {
	margin-left: 5px;
	display: inline-block;
}
.eco_social_icon ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(255,255,255,0.2);
	list-style: none;
	text-align: center;
	display: block;
}
.eco_social_icon ul li:hover {
	opacity: 0.7;
}
/*---------------Header css End---------------*/
/*---------------------Menu css start---------------------*/
.fixedmenu {
	display: none;
	position: fixed !important;
	background: #fff;
	background: rgba(255,255,255,0.95);
	margin-top: 0 !important;
	z-index: 10000;
	border-bottom: 1px solid #eee9;
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.2);
	box-shadow: 0 1px 7px rgba(0,0,0,0.2);
	width: 100% !important;
	top: 0px;
}
.holder-fixedmenu {
	margin: 0 auto;
	width: 1180px;
	float: none;
	position: relative;
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
}
.menu li {
	display: inline-block;
	text-align: center;
}
.menu li a {
	display: inline-block;
	text-align: center;
	padding: 4px 12px 13px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
.menu li a:hover {
	color: #69af07;
	text-decoration: none;
}
.pagenav.fixedmenu {
	padding: 5px 0 0px 0;
	margin-top: -4px;
	background: rgba(51,51,51,0.97);
	height: 50px;
}
.holder-fixedmenu {
	margin: 0 auto;
}
.fixedmenu .logo-fixedmenu {
	padding-left: 10px;
}
.fixedmenu .logo-fixedmenu img {
	height: 40px;
	margin-top: 0px;
}
.fixedmenu .menu-fixedmenu {
	float: right;
}
.fixedmenu .menu-fixedmenu li, .fixedmenu .menu-fixedmenu li.current-menu-ancestor {
	border: none;
	background: none;
}
.fixedmenu .menu .pmcbig img {
	width: 50%;
	text-align: center;
	margin-left: 55px
}
.fixedmenu .menu .pmcbig ul.sub-menu li {
	padding: 0;
}
.fixedmenu a {
	color: #1F1F1F;
}
.menu-fixedmenu li {
	padding: 0px !important;
}
.menu-fixedmenu a {
	background: #ED2470;
	padding: 13px;
	background: none;
	margin-left: 0 !important;
}
.eco_right_align ul li:last-child a {
	padding-right: 0px !important;
}
.navbar-header {
	text-align: center;
}
.eco_toggle_menu {
	margin: 1px 10px;
	color: #69af07;
}
.eco_toggle_text {
	font-size: 20px;
	margin: 2px 0px;
}
.eco_header {
    background: #333;
    z-index: 999;
    position: relative;
}
.navbar-nav > li:hover ul.sub-menu, .menu li:hover ul.sub-menu {
	display: grid;
}
ul.my_menu ul.sub-menu {
	border-bottom: 3px solid #69af07;
	display: none;
	position: absolute;
	font-size: 14px;
	left: auto;
	min-width: 180px;
	background: #fff;
	background: rgba(255,255,255,0.98);
	opacity: 1;
	z-index: 99999;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	background: #343434 !important;
	background: rgba(51,51,51,0.96) !important;
	padding: 0px;
}
ul.my_menu ul.sub-menu li {
	border-left: 0px;
	margin-right: 0;
	display: block;
	position: relative;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #444;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	font-size: 12px;
	height: auto;
}
ul.my_menu ul.sub-menu li:last-child {
	border-bottom: none;
}
ul.my_menu ul.sub-menu li a {
	border: none;
	padding: 9px 15px !important;
	font-size: 13px !important;
	font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif !important;
	color: #fff!important;
	display: block;
	text-transform: uppercase;
	text-align: left;
}
ul.my_menu ul.sub-menu li:hover {
	background: #69af07	;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #69af07;
}
.eco_pmcmenutitleimage {
	width: 200px;
}
.eco_pmcmenutitleimage img {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-top: 8px;
}
ul.my_menu ul.sub-menu li.eco_imgli:hover {
	background: none;
}
ul.my_menu li.eco_bigmenu ul.sub-menu {
	padding: 20px 0;
	left: 0;
	max-width: 100%;
	margin-left: 0;
	padding: 0 !important;
	margin-bottom: 10px;
	padding-top: 0px !important;
	width: 100%;
	grid-template-columns: repeat(4,1fr);
}

ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle {
	font-weight: 400;
	margin: 0;
	background: none !important;
	border-right: 1px solid #444 !important;
	border-bottom: none !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle a.eco_pmcmenutitledata {
	display: none;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu {
	margin-left: 0;
	border: none;
	display: block;
	position: static;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin-top: 0px;
	background: none !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li {
	font-weight: normal;
	border-left: none;
	border: none;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li a {
	padding: 5px 0 5px 40px !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li:hover {
	background: none;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li:hover a {
	color: #69af07 !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle:last-child {
	border: none !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li a i {
	margin-right: 8px;
}
ul.navbar-nav li a.active, .fixedmenu ul.menu li a.active, ul.my_menu ul.sub-menu li a.active {
	color: #69af07 !important;
}
ul.my_menu ul.sub-menu li:hover a.active {
	color: #fff !important;
}
.nav > li.eco_search {
	border-right: none;
}
.eco_search1, .eco_search {
	cursor: pointer;
}
.eco_search_form, .eco_search_form1 {
	position: absolute;
	color: #fff;
	right: 0;
	z-index: 150;
	width: 100%;
	background: #333;
	min-width: 200px;
	padding: 10px;
	display: none;
	top: 100%;
}
.eco_input {
	background: #fff;
	border: 1px solid #ccc;
	border-right: none;
	color: #111;
	padding-left: 6px;
	font-size: 14px;
	width: 100%;
}
ul.navbar-nav>li {
    border-right: 1px solid #444;
}
ul.navbar-nav>li:last-child {
    margin-right: 0;
	border: none;
}
.navbar-collapse {
    justify-content: center;
}
ul.navbar-nav>li>a {
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
.navbar {
    padding: 0;
}
/*---------------Menu css End---------------*/
/*--------------Main Slider Start---------------*/
.tp-loader.spinner2 {
	background-color: #69af07 !important;
}
.tp-banner2 {
	background-color: rgb(234, 234, 232);
}
.eco_slider_head_text {
	font-size: 100px;
	color: #69af07;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Oswald";
}
.eco_slider_head_text1 {
	font-size: 200px;
	color: #69af07;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Oswald";
}
.eco_slider_head_text2 {
	font-size: 80px;
	color: #69af07;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Oswald";
}
.tp-caption.big_caption_9 {
	font-size: 100px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Oswald";
}
.tp-caption.big_caption_8 {
	font-size: 24px;
	color: #fff;
	font-family: "Open Sans";
}
.tp-rightarrow.default {
	background: rgba(50,50,50,0.85) url(../images/revslider-arrows.html) no-repeat -30px 14px !important;
	width: 76px !important;
	height: 76px !important;
	border-radius: 90px !important;
}
.tp-leftarrow.default {
	background: rgba(50,50,50,0.85) url(../images/revslider-arrows.html) no-repeat 12px 14px !important;
	width: 76px !important;
	height: 76px !important;
	border-radius: 90px !important;
}
.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
	background-color: rgba(148,187,84,0.85) !important;
}
.rs-hover-ready {
    border-color: #fff !important;
    color: #fff !important;
}
.garden_sldier_heading{
	line-height:90px !important;
    font-family: 'Oswald', sans-serif !important;
}
.garden_slider_subheading{
	margin-bottom:50px !important;
	font-family: 'Oswald', sans-serif !important;
}
.garden_sliderbtn1{
	color:#69af07;
	border-color:#69af07; 
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
.metis .tp-tab.selected .tp-tab-divider{
    border-right: 1px solid #69af07 !important;
}
.garden_sldier_heading1{
    font-family: 'Oswald', sans-serif !important;	
}
/*--------------Main Slider End---------------*/
/*---------------Heading css Start---------------*/
.eco_main_heading {
	padding: 60px 0;
}
.eco_contact .eco_main_heading {
	padding: 0;
	color: #fff;
}
.eco_small_text {
	font-size: 18px;
}
a.eco_img_width {
	padding: 30px 0px 20px;
}
.eco_small_heading {
	margin: 25px 0 0px 0;
	margin-top: 0px;
}
h2.eco_heading {
	margin-top: 0px;
	font-size: 46px;
}
.eco_rehead {
	font-size: 46px;
}
.eco_bread ol li a {
	color: #2a2b2c;
}
.eco_bread ol li a:hover {
	color: #69af07;
	text-decoration: none;
}
/*---------------Heading css End---------------*/
/*---------------service Section Start---------------*/
.eco_service {
	padding: 73px 0px;
}
.eco_service_icon {
	box-shadow: 0px 0px 0px 5px rgb(105 175 7 / 12%);
	border: 8px solid #fff !important;
	display: inline-block;
	border-radius: 100%;
	background: #69af07;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	margin-bottom: 25px;
}
.eco_service_icon a {
	display: inline-block;
}
.eco_service_icon a i {
	font-size: 2.5em;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	padding-right: 0px;
}
.eco_service_icon:hover {
	border-color: #69af07 !important;
	box-shadow: 0px 0px 0px 5px rgb(105 175 7);
}
.eco_service .eco_service_title {
	padding: 20px 0;
	font-size: 20px;
}
.eco_service .eco_service_data {
	color: #888893;
}
.eco_btn {
	background: #69af07;
	color: #fff !important;
	border-radius: 0px;
	text-transform: uppercase;
	border: none;
	margin-top: 15px;
	font-size: 14px;
	border-bottom: 4px solid #2c4804;
	padding: 14px 46px;
	display:inline-block;
}
.eco_btn:hover {
	text-decoration: none;
}
.eco_home_service {
    margin-bottom: 30px;
}
/*---------------service Section End---------------*/
/*---------------Archievement Section Start---------------*/
.eco_achievement {
	background: #f9f9f9;
	background-size: cover;
}
.eco_achievement .eco_ach_title {
	color: #333;
	text-transform: uppercase;
	background: #fff;
	padding: 20px 0px;
}
.eco_achievement .eco_ach_title:hover {
	color: #69af07;
	text-decoration: none;
}
.eco_ach_subtitle {
	color: #333;
	font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}
.eco_ach_image {
	position: relative;
	display: block;
}
.eco_ach_title {
	background: #fff;
}
.eco_ach_image img {
    width: 100%;
}
/*---------------Archievement Section End---------------*/
/*---------------Recycle Section Start---------------*/
.eco_recycle {
	background: #f9f9f9;
	background-size: cover;
}
.eco_featured_green img {
	border-radius: 90% 0% 90% 90%;
	-moz-border-radius: 90% 0% 90% 90%;
	-webkit-border-radius: 90% 0% 90% 90%;
	border: 0px solid #69af07;
	background: #69af07;
}
.eco_featured_black img {
	border-radius: 90% 0% 90% 90%;
	-moz-border-radius: 90% 0% 90% 90%;
	-webkit-border-radius: 90% 0% 90% 90%;
	border: 0px solid #111;
	background: #111;
}
.eco_featured img:hover {
	border-radius: 90% 90% 90% 90%;
	-moz-border-radius: 90% 90% 90% 90%;
	-webkit-border-radius: 90% 90% 90% 90%;
}
.eco_featured_black, .eco_featured_green {
	color: #8c8e93;
	line-height: 24px;
	margin-top: 10px;
	padding: 0 30px;
	text-align: center;
}
/*---------------Recycle Section End---------------*/
/*---------------Contact Section Start---------------*/
.eco_contact {
	background: #fff url(../images/quote-background-eco.html)50% 0;
	background-size: 100% 100%;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	padding: 100px 0 90px 0;
}
.eco_contact_btn a {
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff !important;
	padding: 15px 40px;
	border: 2px solid;
	display: inline-block;
	text-align: center;
}
.eco_contact_btn a:hover {
	background: #759E32;
}
.eco_contactadd_slider {
	padding: 100px 0;
}
.eco_img_responsive {
	display: inline;
	max-width: 100%;
	height: auto;
}
/*---------------Contact Section End---------------*/
/*---------------Footer Section Start---------------*/
.eco_footer {
	background: #3d4246;
	padding: 80px 0px 40px;
	color: #fff;
}
.eco_footer_data {
	position: relative;
	margin-bottom: 30px;
}
h6.eco_footer_title img {
	width: 99%;
}
.eco_footer_tag a {
	border: none;
	color: #fff;
	border: 1px solid #54595d;
	font-style: normal;
	font-size: 13px !important;
	padding: 3px 17px 3px 17px;
	border-radius: 3px;
	margin-bottom: 4px;
	display: inline-block;
	text-transform: capitalize;
}
.eco_footer_tag a:hover {
	background: #69af07;
}
.eco_footer_title {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.eco_footer_content, .eco_footer_tag {
	color: #fff;
	line-height: 1.7em;
	font-size: 14px;
	padding-top: 10px;
}
.eco_footer_content ul {
	padding: 0px;
}
.eco_footer_content li {
	list-style: none;
	width: 100%;
	padding: 5px 5px 10px 0px;
}
.eco_footer_content li a {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
}
.eco_footer_content li:hover a {
	color: #69af07;
}
.eco_footer_content b {
    color: #69af07;
    font-weight: 400;
}
.eco_copyight {
	background: rgb(43 47 49);
	padding: 15px 0px;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
}
.eco_copyight a {
	color: #69af07;
}
/*---------------Footer Section End---------------*/
/*---------------go to top Start---------------*/
.totop {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 20px;
}
.gototop {
	background: #69af07;
	height: 50px;
	width: 50px;
	z-index: 9;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	border-bottom: 4px solid #3d6704;
}
.arrowgototop {
	background: url(../images/goToTopArrow.png) no-repeat;
	position: relative;
	left: 19px;
	top: 21px;
	width: 28px;
	height: 90px;
	z-index: 10;
}
.gototop:hover {
	background-color: #69af07;
}
/*---------------go to top End---------------*/
/*---------------Blog Page Start---------------*/
.eco_port_recentimage {
	position: relative;
	margin-bottom: 20px;
}
.eco_blog_overdefult {
	background: #fff;
	padding: 25px;
}
.eco_bread {
	height: auto;
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #eee;
	background: #f9f9f9;
}
.eco_page_topbar {
	position: relative;
}
.eco_page_topbar {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.eco_page_title {
	text-transform: uppercase;
}
.eco_page_title h4 {
    margin-bottom: 0;
}
.eco_blog_data {
	position: relative;
	padding: 10px 0px 40px;
}
.eco_blog_content p {
	margin: 0px;
}
.eco_blog_img {
	position: relative;
}
.eco_blog_img:hover .eco-blog-img-hover {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.eco-blog-img-hover {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(148,187,84,0.8) url(../images/blog/plusIcon.png) no-repeat center center;
	text-align: center;
	text-decoration: none !important;
	text-align: left;
	opacity: 1;
	visibility: hidden;
}
.eco_blog_icon {
	margin-right: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #80a93d;
	z-index: 10;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.eco_blog_icon:after {
	content: "";
	position: absolute;
	left: 0px;
	margin: -3px 0 0 3px !important;
	width: 30px;
	z-index: -1;
	height: 30px;
	background: #80a93d;
}
.eco_blog_info span {
	font-size: 14px;
	margin-right: 26px;
}
.eco_blog_info span:after {
	content: '.';
	position: absolute;
	color: #2a2b2c;
	margin-left: 10px;
	font-size: 30px;
	line-height: 10px;
}
.eco_blog_info span a, .eco_blog_info a {
	color: #69af07;
}
.eco_blog_info span a:hover, .eco_blog_info a:hover {
	text-decoration: underline;
}
.eco_blog_icon .fa {
	color: #fff;
	font-size: 22px;
	padding: 0px;
}
.eco_blog_info {
	border-bottom: 1px solid #ededed;
	padding-bottom: 25px;
	margin: 15px 0 10px 0;
}
.eco_line {
	padding: 25px 0px;
	background: url(../images/main-border-line.png) repeat-x bottom;
}
/*---------------Blog Page End---------------*/
/*---------------Protect The Environment Page (Blog Single page) Start---------------*/
.eco_dropcap {
	display: inline;
	font-size: 54px;
	line-height: 56px;
	margin: 0px 5px 0 0;
}
.eco_img_icon {
	font-size: 2em;
	border-color: #69af07;
	background: #69af07;
	display: inline-block;
	border: 4px solid;
	border-radius: 90px;
	color: #fff;
	padding: 35px;
}
h4.eco_img_head {
	font-size: 38px;
	padding: 20px 0px;
}
ul.eco_img_tags {
	padding: 0px;
	font-style: italic;
	padding-bottom: 30px;
}
ul.eco_img_tags li {
	list-style: none;
	color: #111;
}
ul.eco_img_tags .fa {
	color: #111;
	margin-right: 5px;
}
.eco_sare_link {
    position: relative;
    margin: 0px 10px 12px 0;
    padding: 0px;
    border: 1px solid #ededed;
    width: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.eco_share_title h6 {
    font-size: 16px;
    padding: 10px;
    width: auto;
    margin: 0;
}
.eco_share_icon ul {
	margin: 0px;
	padding: 0px;
}
.eco_share_icon ul li {
	padding: 7px 14px;
	position: relative;
	text-align: center;
	list-style: none;
	display: inline-block;
}
.eco_sare_link .fa {
	color: #bbb;
}
.eco_share_icon ul li:hover i {
	color: #fff;
}
.eco_img_facebook:hover {
	background: #3B5998;
}
.eco_img_twitter:hover {
	background: #00B6F3;
}
.eco_img_pintrest:hover {
	background: #C82828;
}
.eco_img_email:hover {
	background: #7F8C8D;
}
.eco_author_wraper {
    padding: 31px 0px 0px;
    display: flex;
}
ul.eco_commentlist li {
    display: flex;
}
.eco_author_img {
    padding: 0 7px 0 0px;
    width: 80px;
}
.eco_author_img img {
	border-radius: 90px;
	width: 60px;
	height: 60px;
}
ul.eco_commentlist a.eco_name {
    font-weight: 600;
}
.eco_author_content {
	width: calc(100% - 80px)
}
.eco_author_title {
	font-size: 18px;
	font-weight: bold;
}
.eco_author_text {
	margin-top: 13px;
}
.eco_post_wraper {
	padding: 30px 0px;
}
.eco_img_post_data ul {
	padding: 0px;
	margin: 0px;
}
.eco_img_post_data li {
	list-style: none;
	text-align: center;
}
.eco_img_post_data ul li img {
	width: 100%;
	transition: all 0.25s ease-in-out;
	border-radius: 10px;
	margin-bottom: 10px;
}
.eco_img_right {
    position: relative;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    width: calc(100% - 80px);
}
.eco_img_right:before {
	content: " ";
	display: block;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #e3e3e3;
	margin-top: 3px;
	position: absolute;
	margin-left: -25px;
}
span.eco_date {
	margin-left: 5px;
	font-size: 13px;
}
.eco_Img_comment {
	clear: both;
	padding-top: 15px;
}
ul.eco_commentlist {
	padding-left: 0px;
}
ul.eco_commentlist li {
	position: relative;
	height: auto;
	padding: 10px 0px 20px 0px;
	margin: 0px 0px 20px 0;
	list-style: none;
}
#cmt2, #cmt5 {
	margin-left: 20px;
}
#cmt3, #cmt4 {
	margin-left: 40px;
}
.eco_comment_form {
	margin-left: 0px;
	width: 100%;
}
.eco_cform {
	margin-top: 20px;
}
.form-inline .form-group label {
	font-weight: 700;
}
.form-inline .form-group label small {
	color: #a0a0a0;
	font-weight: 400;
	font-size: 11px;
}
.form-inline .form-group label {
	font-weight: 700;
}
.form-inline .form-group small {
	color: #a0a0a0;
}
input.eco_form-control {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	border: 1px solid #eee;
	padding: 10px;
	height: 45px;
	margin-right: 26px;
	background: #f9f9f9;
	font-size: 12px;
}
.form-group.tr_form_group_full {
	width: 100%;
}
textarea#msg {
	margin-top: 10px;
	border: 1px solid #eee;
	width: 100%;
	padding: 15px;
}
span.eco_date a {
    float: right;
    text-transform: capitalize;
}
/*---------------Protect The Environment Page (Blog Single page) End---------------*/
/*----------Blog full-width page start------------*/
.eco_blog_fullwidth {
	padding-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.eco_author {
	font-size: 14px;
}
.eco_fullblog h4 {
	margin: 0px;
}
/*----------Blog full-width page end------------*/
/*-----blog-2-column-all-Masonry page start------*/
.eco_readmore {
	float: none;
	padding: 15px 25px !important;
	margin-bottom: 20px !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background: #69af07;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.eco_readmore:hover {
	color: #fff;
}
.breadcrumb{
    padding-right: 0;
	margin: 0;
}
.breadcrumb li {
    margin-right: 10px;
}
.breadcrumb li:last-child {
    margin-right: 0;
}
.breadcrumb li a i {
    padding-left: 8px;
}
/*-----blog-2-column-all-Masonry page end------*/
/*--------sidebar start-------------*/
.eco_sidebar {
	position: relative;
}
.eco_sidebar_line {
	width: 20%;
	margin-bottom: 20px;
	border-bottom: 2px solid #333;
	transition: all 0.25s ease-in-out;
}
.eco_sidebar_post:hover .eco_sidebar_line {
	border-bottom-color: #69af07;
	width: 30%;
}
.eco_recent_posts_section {
	margin-bottom: 20px;
	display: flex;
}
.eco_sidebar_img {
	margin: 0;
	margin-right: 10px;
}
.eco-sidebar-widget-title {
	font-family: inherit;
	width: 70%;
	text-transform:capitalize;
}
.eco_sidebar_post {
	font-size: 14px;
	padding-bottom: 30px;
}
ul.eco_categories, ul.eco_meta {
	padding: 0px;
	margin: 0px;
}
ul.eco_categories li {
	list-style: none;
}
ul.eco_meta li {
	list-style: none;
	padding: 10px 0px;
}
/*-----sidebar end------*/

/*---------------PortFolio Page Start---------------*/
.eco_filter {
	text-align: center;
	padding: 30px 0px 20px;
}
.eco-page-portfolio-categories a {
	font-size: 16px;
	margin-top: 5px;
	color: #fff !important;
	text-transform: capitalize;
	bottom: 0px;
	position: absolute;
	margin: 30px;
	text-transform: uppercase;
}
ul.eco_filter_title {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
ul.eco_filter_title li {
	list-style: none;
	margin: 4px 0px;
	display: inline-block;
}
ul.eco_filter_title li:last-child a {
	margin:0px;
}
ul.eco_filter_title li a {
	list-style: none;
	text-align: center;
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
	margin-right: 10px;
	padding: 4px 20px;
	background: #ECF0F1;
	display: inline-block;
	border-radius: 50px;
	transition: all 0.25s ease-in-out;
}
ul.eco_filter_title li a:hover, ul.eco_filter_title li a.active {
	text-decoration: none;
	background: #69af07;
	color: #fff;
	text-decoration: none;
}
#grid .mix {
	opacity: 0;
	display: none;
}
.eco_mix_grid .eco_port_one_third {
	float: left;
	width: 33%;
}
.eco_port_recentimage .eco_port_overdefult {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}
.eco_port_recentdescription {
	width: 100%;
	color: #fff;
	cursor: pointer;
}
.eco_port_recentdescription h3:hover, .eco-page-portfolio-categories a:hover {
	text-decoration: underline;
}
.eco_port_recentdescription h5 {
	cursor: pointer;
	font-size: 18px !important;
	color: #fff !important;
	text-transform: uppercase;
	border-top: 1px solid;
	border-bottom: 1px solid;
	display: inline-block;
	padding: 8px 12px;
	margin: 30px;
}
.eco_port_recentdescription h5:hover {
	text-decoration: none !important;
	background: rgba(255,255,255,0.2);
}
.eco_show_overlay {
	position: relative;
}
.eco_port_recentimage .eco_port_overdefult {
	background: rgba(148,187,84,0.85);
}
.eco_show_overlay:hover .eco_port_overdefult {
	opacity: 1;
}
/*---------------PortFolio Page End---------------*/
/*---------------PortFolio uneven Page Start---------------*/
.eco_new_slider_box .bx-wrapper .bx-controls-direction a {
	top: -4%;
}
.eco_one_third {
	width: 33.3%;
	float: left;
	height: 300px;
}
.eco_one_third_mid {
	float: left;
	width: 33.3%;
}
.eco_one_third_right {
	float: left;
	height: 293px;
	width: 33.3%;
}
.eco_one_third_btm {
	float: left;
	position: absolute;
	top: 293px;
	width: 33.3%;
	height: 300px;
}
.eco_one_third_btm_right {
	float: left;
	width: 33.3%;
}
div#eco {
	margin-top: 30px;
}
div#eco .left {
	top: 0%;
	left: 92%;
	width: 35px;
	height: 35px;
}
div#eco .right {
	top: 0%;
	left: 95%;
	width: 35px;
	height: 35px;
}
.eco_responsive_slider .carousel-control.right, .eco_responsive_slider .carousel-control.left{
    top: -14%;
    width: 30px;
    height: 30px;
}
.eco_port_image img {
    width: 100%;
}
.carousel-control-next, .carousel-control-prev {
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    background: #69af07;
    opacity: 1;
    border-radius: 30px;
}
.carousel-control-prev {
    left: -30px;
}
.carousel-control-next {
    right: -30px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1.3rem;
    height: 1.3rem;
}
/*---------------PortFolio uneven Page End---------------*/
/*---------------PortFolio 3column Page Start---------------*/
.eco_port_one_third_3cl {
	float: left;
	width: 32%;
	margin: 0px 14px 14px 0;
	padding: 0px 0px 20px;
}
.eco-page-portfolio-categories-3cl {
	color: #fff;
	text-align: center;
	height: auto;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: 0;
    right: 0;
}
.eco-page-portfolio-categories-3cl a, .eco-page-portfolio-categories-3cl a:hover {
	color: #fff;
}
p.eco_port_min_title {
	padding: 20px 0;
}
h5.eco_port_min_title {
	font-family: inherit;
}
/*---------------PortFolio 3column Page End---------------*

/*---------------PortFolio single page start---------------*/
.eco_port_data {
	margin: 60px 0px;
}
.eco_project_section {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ECF0F1;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
}
.eco_project_section i {
	color: inherit;
	font-size: 1em;
	margin-right: 8px;
}
span.eco_author {
	font-size: 14px;
	color: #2a2b2c;
	text-transform: none;
	color: #aaa;
	display: block;
}
.eco_port_skill {
	text-align: left;
	margin: 0px 0 30px 0;
	border-bottom: 1px solid #ECF0F1;
}
.eco_port_skill ul {
	list-style: none;
	margin-left: 0;
	padding-bottom: 20px;
	padding-left: 0px;
}
.eco_port_skill i {
	color: #69af07;
	margin-right: 8px;
}
.eco_port_social_icon {
	margin: 43px 0 40px 0 !important;
	text-align: center;
}
.eco_port_social_icon ul {
	margin: 0px;
	padding: 0px;
}
.eco_port_social_icon ul li {
	background: #BDC3C7;
	border-radius: 90px;
	margin-right: 4px;
	list-style: none;
	width: 40px;
	height: 40px;
	text-align: center;
}
.eco_port_social_icon i {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
li.eco_facebook:hover {
	background: #3B5998;
}
li.eco_twitter:hover {
	background: #00B6F3;
}
li.eco_pintrest:hover {
	background: #C82828;
}
li.eco_mail:hover {
	background: #7F8C8D;
}
li.eco_plus:hover {
	background: #FF5C3D;
}
ul.pager i {
	color: black;
	font-size: 2em;
}
ul.pager i:hover {
	color: #69af07;
}
h5.eco_post_title {
	margin-bottom: 20px;
	z-index: 9;
	padding-right: 10px;
	width: auto;
	white-space: nowrap;
	position: relative;
}
h5.eco_post_title:after {
	content: "";
	width: 83%;
	position: absolute;
	border-top: 1px solid #ddd;
	top: 13px;
	margin-left: 10px;
	right: 10px;
}
.eco_img_post_data {
	padding: 20px 0px;
}
/*---------------PortFolio single Page End---------------*/
/*---------------portfolio-2-column-masonry Page Start---------------*/
.eco_port_min_recentimage {
	text-align: center !important;
	width: 100%;
	border-top: 4px solid #69af07;
	background: #fff;
	border-radius: 10px;
}
.eco_port_min_recentimage p {
	padding: 0px 27px;
}
.eco_light_bg {
	background: #f8f8f8;
}
h5.eco_blog_min_title {
	font-family: inherit;
	font-weight: 600;
}
.eco_blog_min_cat {
	padding: 14px 0px;
}
.eco_blog_min_text {
	padding: 0 2% !important;
	margin-bottom: 35px !important;
	font-size: 14px;
	margin-top: -10px !important;
}
/*---------------portfolio-2-column-masonry Page End---------------*/
/*---------------Page With sidebar Start---------------*/
.eco_portfolio_content p {
	margin: 0 0 1.5em 0;
}
.eco_port_text {
	background-color: #DF5148;
	border-color: #DF5148;
	padding: 25px;
	border: 1px solid;
	color: #fff;
}
.eco_arrow_point li {
	list-style: none;
	background: url(../images/bullet.png) no-repeat 0px 8px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
/*---------------Page With sidebar End---------------*/
/*---------------Page With Image Start---------------*/
.eco_bread.eco_bg {
	background: #f8f8f8 url(../images/page/image-breadcrumb-eco.jpg) 50% 0;
}
.eco_different_bradcrumb li:first-child a {
	color: #fff;
}
.eco_different_bradcrumb li:first-child a i {
	color: #fff;
}
/*---------------Page With Image End---------------*/
/*---------------Page With video Start---------------*/
.eco_page_video .Flexible-container {
	position: relative;
	padding-bottom: 8%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
video#bgvid {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
}
/*---------------Page With video End---------------*/
/*-----------404 page Start---------*/
.eco_error_page {
	background: #69af07;
	padding: 100px 0px;
}
.eco_error_div h1 {
	margin: 0px;
	color: #fff;
}
.eco_error_div p {
	color: #fff;
	padding-top: 15px;
	margin: 0px;
}
.eco_error_div i {
	font-size: 3em;
}
/*-----------404 page end---------*/
/*---------------Contact Page Start---------------*/
.eco_map_border {
	border: 8px solid #eee;
}
input#em_submit {
    padding: 0px 72px 0px 72px;
    border-radius: 5px;
    height: 41px;
}
.eco_contact_info {
	border: 1px solid #eee;
	padding: 20px 0 20px 20px;
	font-family: inherit;
	font-size: 16px;
	border-radius: 5px;
}
.eco_contact_info ul {
	list-style: none;
	margin: 0px;
	padding-left: 20px;
}
.eco_contact_info i {
	margin: 8px 14px 0px -13px;
	color: #69af07;
	width: 15px;
}
.eco_left_spacer {
	padding-left: 14px;
}
/*---------------Contact Page End---------------*/
/*----------shortcodes-accordion-toggles page start---------------*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .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{
    border: 1px solid #ffffff;
    background: #69af07 url(../images/jquery_ui/images/ui-bg_flat_75_94bb54_40x100.png) 50% 50% repeat-x !important;
    font-weight: normal;
    color: #ffffff;
}
.nav > li > a:focus{
    background: transparent;
}
.nav-tabs > li.active:before, .nav-tabs > li:hover:before, .nav-tabs > li.active:hover, .nav-tabs > li:hover, .nav-tabs > li.active:focus, .nav-tabs > li:focus, .nav-tabs > li > a:hover{
    background: #69af07;	
}
.tab-content {
	width: 77%;
	padding: 0px 20px;
}
.eco_tabmain_div h4 {
	margin-top: 0px;
}
h6.eco_subheading {
	color: #69af07;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8em;
	font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}
.eco_tabmain_div p {
	margin: 0px;
	text-align: justify;
}
h2.eco_trigger {
	font-size: 18px !important;
	text-transform: uppercase;
	color: #95A5A6;
	background: #ECF0F1;
	padding: 15px;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.eco_toggle_container {
	padding: 15px;
	padding-top: 0px;
	display: none;
}
h2.eco_trigger.active, h2.eco_trigger:hover {
	background: #69af07;
	color: #fff;
}
/*----------shortcodes-accordion-toggles page end---------------*/
/*---------------Shortcodes Alert Boxes Page Start---------------*/
.eco_block_content {
	padding: 30px 0px;
}
.alert i {
	float: right;
	font-size: 28px;
	line-height: 27px;
	opacity: 0.3;
	margin-left: 20px;
}
h4.eco_block_title {
	font-size: 32px;
}
/*---------------Shortcodes Alert Boxes Page End---------------*/
/*----------shortcodes-boxed-content page start-----------*/
.eco_bg_white {
	background: #fff;
	padding: 25px;
	border: 1px solid #eee;
	border-radius: 10px;
}
/*----------shortcodes-boxed-content page end-----------*/
/*---------------Shortcodes button Page start---------------*/
.eco_btn_color4 {
	background-color: #34495E;
	border-color: #2C3E50 !important;
}
.eco_btn_color5 {
	background-color: #2ECC71;
	border-color: #27AE60 !important;
}
.eco_btn_color6 {
	background-color: #9B59B6;
	border-color: #8E44AD !important;
}
.eco_btn_color7 {
	background-color: #95A5A6;
	border-color: #7F8C8D !important;
}
.eco_btn_color8 {
	background-color: #FFD56C;
	border-color: #eac058 !important;
}
.eco_btn_color8 a, .eco_btn_color8 i {
	color: #333 !important;
}
.eco_short_doublebutton.eco_doublebutton1, .eco_short_doublebutton.eco_doublebutton2, .eco_short_doublebutton.eco_doublebutton3, .eco_short_doublebutton.eco_doublebutton4, .eco_short_doublebutton.eco_doublebutton5, .eco_short_doublebutton.eco_doublebutton6, .eco_short_doublebutton.eco_doublebutton7, .eco_short_doublebutton.eco_doublebutton8 {
	margin-right: 15px;
	width: 50px;
	height: 44px;
	line-height: 38px;
	z-index: 10;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.eco_doublebutton1:after {
	content: "";
	position: absolute;
	margin: -6px 0 0px -25px !important;
	width: 50px;
	z-index: -1;
	height: 44px;
	background: #2c84bd;
}
.eco_doublebutton2:after {
	content: "";
	position: absolute;
	margin: -6px 0 0px -25px !important;
	width: 50px;
	z-index: -1;
	height: 44px;
	background: #2980B9;
}
.eco_doublebutton3:after {
	content: "";
	position: absolute;
	margin: -6px 0 0px -25px !important;
	width: 50px;
	z-index: -1;
	height: 44px;
	background: #C53D35;
}
.eco_doublebutton4:after {
	content: "";
	position: absolute;
	margin: -6px 0 0px -25px !important;
	width: 50px;
	z-index: -1;
	height: 44px;
	background: #2C3E50;
}
.eco_doublebutton5:after {
	content: "";
	position: absolute;
	margin: -6px 0 0px -25px !important;
	width: 50px;
	z-index: -1;
	height: 44px;
	background: #7F8C8D;
}
.eco_doublebutton6:after {
	content: "";
	position: absolute;
	margin: -6px 0 0px -25px !important;
	width: 50px;
	z-index: -1;
	height: 44px;
	background: #8E44AD;
}
.eco_doublebutton7:after {
	content: "";
	position: absolute;
	margin: -6px 0 0px -25px !important;
	width: 50px;
	z-index: -1;
	height: 44px;
	background: #27AE60;
}
.eco_doublebutton8:after {
	content: "";
	position: absolute;
	margin: -6px 0 0px -25px !important;
	width: 50px;
	z-index: -1;
	height: 44px;
	background: #ecbe4c;
}
.eco_short_ldoublebutton.eco_ldoublebutton1, .eco_short_ldoublebutton.eco_ldoublebutton2, .eco_short_ldoublebutton.eco_ldoublebutton3, .eco_short_ldoublebutton.eco_ldoublebutton4, .eco_short_ldoublebutton.eco_ldoublebutton5, .eco_short_ldoublebutton.eco_ldoublebutton6, .eco_short_ldoublebutton.eco_ldoublebutton7, .eco_short_ldoublebutton.eco_ldoublebutton8 {
	margin-right: 26px;
	font-size: 14px;
	line-height: 38px;
	z-index: 10;
	color: #fff;
	text-align: center;
	padding: 4px 20px;
	margin-bottom: 15px;
	position: relative;
}
.eco_short_ldoublebutton:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -5px;
    left: 5px;
    right: -5px;
    bottom: 5px;
}
.eco_ldoublebutton1:after {
	background: #2c84bd !important;
}
.eco_ldoublebutton2:after {
	background: #2980B9 !important;
}
.eco_ldoublebutton3:after {
	background: #C53D35 !important;
}
.eco_ldoublebutton4:after {
	background: #2C3E50 !important;
}
.eco_ldoublebutton5:after {
	background: #27AE60 !important;
}
.eco_ldoublebutton6:after {
	background: #8E44AD !important;
}
.eco_ldoublebutton7:after {
	background: #7F8C8D !important;
}
.eco_ldoublebutton8:after {
	background: #ecbe4c !important;
}
.eco_round_btn:hover, .eco_round_btn:focus, .eco_round_btn:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	animation-name: hover;
	animation-duration: 1.5s;
	animation-delay: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	color: #fff;
}
.eco_round_btn:hover:before, .eco_round_btn:focus:before, .eco_round_btn:active:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	-webkit-animation-name: hover-shadow;
	animation-name: hover-shadow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.eco_round_btn:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.eco_round_btn {
	display: inline-block;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
/* Hover Shadow */
@-webkit-keyframes hover-shadow {
 0% {
 opacity: .2;
}
 50% {
 opacity: .6;
}
 100% {
 opacity: .2;
}
}
 @keyframes hover-shadow {
 0% {
 opacity: .2;
}
 50% {
 opacity: .6;
}
 100% {
 opacity: .2;
}
}
/*---------------Shortcodes button Page end---------------*/
/*---------------shortcodes-count-blocks Page Start---------------*/
.eco_count {
    position: relative;
    min-height: 249px;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    color: #2a2b2c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.eco_count:before, .eco_count:after {
	content: "";
	overflow: visible;
	position: absolute;
	background: #fff;
	border: 1px solid #eee;
	left: 2px;
	right: 2px;
	top: -4px;
	z-index: -1;
}
.eco_count:after {
	top: -7px;
	left: 5px;
	z-index: -2;
	right: 5px;
}
.eco_count_icon i {
	padding-top: 5px;
	font-size: 4em;
	color: #69af07;
}
.eco_count_border {
	height: 1px;
	width: 65px;
	background: #ddd;
	margin: 0 auto;
	margin-bottom: 15px;
}
.eco_count:hover .eco_count_border {
	width: 100px;
	background: #69af07;
	transition: all 0.25s ease-in-out;
}
/*---------------shortcodes-count-blocks Page End---------------*/
/*---------------Shortcodes Google Map Page Start---------------*/
.eco_short_map {
    display: flex;
    border-bottom: 4px solid;
    margin: 0 20px 20px 0;
    cursor: pointer;
    color: #fff;
}
.eco_btn_color1 {
	background-color: #32CCFE;
	border-color: #18ACDC;
}
.eco_btn_color2 {
	background-color: #4D68A2;
	border-color: #324D87;
}
.eco_btn_color3 {
	background-color: #E63532;
	border-color: #D7201D;
}
.eco_short_map_icon {
	border: none;
	height: 50px;
	width: 50px;
	border-right: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}
.eco_short_map_icon i {
	font-size: 28px;
	color: #fff;
	line-height: 2;
}
.eco_short_map_btn {
	float: right;
	height: 50px;
	line-height: 50px;
	border-left: 1px solid rgba(255,255,255,0.1);
	padding: 0 12px;
	text-align: center;
	font-size: 14px;
}
.eco_short_map_btn a, .eco_short_map_btn a:hover {
	color: #fff;
}
.eco_short_map:hover .eco_short_map_icon {
	background: rgba(255,255,255,0.15);
}
/*---------------Shortcodes Google Map Page End---------------*/
/*---------------Shortcodes Iconography Page start---------------*/
.eco_icon {
	padding: 3px 0px 50px;
}
.eco_icon ul {
	padding: 0px;
	margin: 0px;
}
.eco_icon li {
	list-style: none;
	display: inline-block;
}
.eco_icon_design {
	background-color: #DF5148;
	border-color: #C53D35;
	border-radius: 90px;
	margin: 0px 16px 18px 0;
}
.eco_icon_medium {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.eco_icon_medium i {
	font-size: 3em;
	height: 110px;
	width: 110px;
	line-height: 110px;
	text-align: center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.eco_icon_rotate:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.eco_icon_big i {
	font-size: 3em;
	line-height: 140px;
	width: 140px;
	height: 140px;
	text-align: center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.eco_icon_small i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	padding-right: 0px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.eco_blue {
	background-color: #379bde;
	border-color: #379bde;
}
.eco_green {
	background-color: #2ECC71;
	border-color: #2ECC71;
}
.eco_purple {
	background-color: #9B59B6;
	border-color: #9B59B6;
}
.eco_black {
	background-color: #34495E;
	border-color: #34495E;
}
.eco_gray {
	background-color: #7F8C8D;
	border-color: #7F8C8D;
}
.eco_orange {
	background-color: #D35400;
	border-color: #D35400;
}
.eco_brown {
	background-color: #C0392B;
	border-color: #C0392B;
}
.eco_sky_blue {
	background-color: #3498DB;
	border-color: #3498DB;
}
/*---------------Shortcodes Iconography Page end---------------*/
/*---------Iconography with Boxes page start----------*/
.eco_box_icon {
	border-radius: 90px;
	background: #69af07;
	border: 4px solid #69af07;
	display: inline-block;
}
.eco_box_medium i {
	width: 90px;
	height: 90px;
	font-size: 2em;
	line-height: 90px;
}
h5.eco_box_title {
	padding: 20px 0px;
	font-family: inherit;
}
.eco_box_small i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 1.5em;
}
/*---------------Iconography with Boxes Page End---------------*/
/*---------------Shortcodes List Page Start---------------*/
ul.eco_link, ul.eco_img_list, ul.eco_star_list, ul.eco_setting_list, ul.eco_ribben_list, ul.eco_plus_list, ul.eco_mail_list, ul.eco_cmt_list, ul.eco_arrow_list, ul.eco_circle_list, ul.eco_tick_list, ul.eco_arrowpoint {
	list-style: none;
	padding:0px;
}
ul.eco_link li {
	background: url(../images/shortcode/list-link.png) no-repeat 0 4px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
ul.eco_img_list li {
	background: url(../images/shortcode/list-image.png) no-repeat 0 4px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
ul.eco_star_list li {
	background: url(../images/shortcode/list-star.png) no-repeat 0 4px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
ul.eco_setting_list li {
	background: url(../images/shortcode/list-settings.png) no-repeat 0 4px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
ul.eco_ribben_list li {
	background: url(../images/shortcode/list-ribbon.png) no-repeat 0 4px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
ul.eco_plus_list li {
	background: url(../images/shortcode/list-plus.png) no-repeat 0 4px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
ul.eco_mail_list li {
	background: url(../images/shortcode/list-mail.png) no-repeat 0 4px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
ul.eco_cmt_list li {
	background: url(../images/shortcode/list-comment.png) no-repeat 0 4px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
ul.eco_arrow_list li {
	background: url(../images/shortcode/list-arrow.png) no-repeat 0 4px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
ul.eco_circle_list li {
	background: url(../images/shortcode/bullet-circle-black.png) no-repeat 0 10px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
ul.eco_tick_list li {
	background: url(../images/shortcode/list-tick.png) no-repeat 0 4px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
ul.eco_arrowpoint li {
	background: url(../images/shortcode/bullet.png) no-repeat 0 10px;
	margin: 5px 0 0 5px;
	padding-left: 25px;
}
/*---------------Shortcodes List Page End---------------*/
/*--------shortcodes-price table page2 start-----------*/
.eco_pricing_table {
	background: #fff;
	position: relative;
	padding: 20px 0 20px 0;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 0 0px 35px 0;
}
.eco_pricing_table_white {
	background: #fbfbfb;
	border-radius: 0px;
	border-bottom: 5px solid #BDC3C7;
}
.eco_table_price {
	width: 130px;
	height: 130px;
	font-size: 36px;
	border-radius: 90%;
	padding: 0;
	margin: -88px auto 22px;
	line-height: 100px;
	border: 8px solid #C4504A;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	font-weight: bold;
}
.eco_pricing_table_white .eco_table_price {
	background: #333333;
	border-color: #222;
}
.eco_table_price span {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-top: -20px;
	line-height: 0px;
	padding: 0;
}
.eco_pricing_heading {
	border-bottom: 1px solid;
}
.eco_pricing_table_white .eco_pricing_heading {
	border-bottom-color: #333;
}
.eco_pricing_heading h4 {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 30px 0;
	font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	text-transform: capitalize;
	margin: 0px;
	line-height: 1.8em;
}
.eco_pricing_table_white .eco_pricing_heading h4 {
	padding: 20px 0 20px 0;
	color: #333333;
}
.eco_pricing_table ul {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid;
}
.eco_pricing_table ul li {
	padding: 20px 0px;
	list-style: none;
	border-top: 1px solid #eee;
	clear: both;
}
.eco_pricing_table_white ul {
	border-bottom-color: #333;
}
.eco_pricing_table_white ul li {
	color: #333;
}
.eco_pricing_tabel_button {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 20px 0;
	border: 5px solid;
	display: inline-block;
	padding: 8px 40px;
}
.eco_pricing_table_white .eco_pricing_tabel_button {
	border: none;
	padding: 12px 40px;
	margin: 30px 0 12px 0;
	background: #333333;
}
.eco_pricing_table_green {
	background: #fbfbfb;
	border-radius: 0px;
	border-bottom: 5px solid #BDC3C7;
}
.eco_pricing_table_green .eco_pricing_heading {
	border-bottom-color: #69af07;
}
.eco_pricing_table_green .eco_table_price {
	background: #69af07;
	border-color: #4c8004;
}
.eco_pricing_table_green .eco_pricing_heading h4 {
	color: #69af07;
}
.eco_pricing_table_green ul {
	border-bottom-color: #69af07;
}
.eco_pricing_table_green ul li {
	color: #69af07;
}
.eco_pricing_table_green .eco_pricing_tabel_button {
	background: #69af07;
	border: none;
	padding: 12px 40px;
	margin: 30px 0 12px 0;
}
.eco_pricing_table_blue {
	background: #fbfbfb;
	border-radius: 0px;
	border-bottom: 5px solid #BDC3C7;
}
.eco_pricing_table_blue .eco_pricing_heading {
	border-bottom-color: #34495E;
}
.eco_pricing_table_blue .eco_table_price {
	background: #34495E;
	border-color: #2C3E50;
}
.eco_pricing_table_blue .eco_pricing_heading h4 {
	color: #34495E;
}
.eco_pricing_table_blue ul {
	border-bottom-color: #34495E;
}
.eco_pricing_table_blue ul li {
	color: #34495E;
}
.eco_pricing_table_blue .eco_pricing_tabel_button {
	background: #34495E;
	border: none;
	padding: 12px 40px;
	margin: 30px 0 12px 0;
}
.eco_pricing_table_gray {
	background: #fbfbfb;
	border-radius: 0px;
	border-bottom: 5px solid #BDC3C7;
}
.eco_pricing_table_gray .eco_pricing_heading {
	border-bottom-color: #95A5A6;
}
.eco_pricing_table_gray .eco_table_price {
	background: #95A5A6;
	border-color: #7F8C8D;
}
.eco_pricing_table_gray .eco_pricing_heading h4 {
	color: #95A5A6;
}
.eco_pricing_table_gray ul {
	border-bottom-color: #95A5A6;
}
.eco_pricing_table_gray ul li {
	color: #95A5A6;
}
.eco_pricing_table_gray .eco_pricing_tabel_button {
	background: #95A5A6;
	border: none;
	padding: 12px 40px;
	margin: 30px 0 12px 0;
}
.eco_pricing_tabel_button:hover {
	opacity: 0.8;
}
/*---------shortcodes-price-table page2 end-------------*/
/*----------shortcodes-price-tables page start---------------*/
.eco_pricing_table_main_div h3 {
	margin: 0px;
}
.eco_pricing_table_blackbig {
	background-color: #333333;
	border-radius: 0px;
}
.eco_pricing_table_blackbig .eco_table_price {
	width: 100%;
	border: none;
	border-radius: 0px;
	height: auto;
	margin: 0px;
	background: rgba(0,0,0,0.1);
	padding: 25px 0 10px 0;
	line-height: 30px;
	margin-bottom: 25px;
}
.eco_pricing_table_blackbig .eco_table_price span {
	margin-top: 0px;
	padding: 10px 0px;
}
.eco_pricing_table_blackbig .eco_pricing_heading {
	border-bottom: none;
}
.eco_pricing_table_blackbig ul {
	border-bottom: none;
}
.eco_pricing_table_blackbig ul li {
	border-top: 1px solid rgba(255,255,255,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.eco_pricing_table_blackbig ul li:first-child {
	border-top: none;
}
.eco_pricing_table_blackbig ul li:last-child {
	border-bottom: none;
}
.eco_pricing_table_blackbig .eco_pricing_tabel_button:hover {
	opacity: 1;
	background: rgba(0,0,0,0.1);
}
.eco_pricing_table_blackbig .eco_pricing_tabel_button {
	border: 5px solid rgba(0,0,0,0.1);
}
.eco_pricing_activebig {
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 10px;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.eco_pricing_green {
	background-color: rgb(148, 187, 84);
}
.eco_pricing_active {
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 10px;
	padding: 30px 0 40px 0;
	margin-top: -15px;
}
.eco_border_radius {
	border-radius: 10px;
}
.eco_rounded_pricetable {
	background: none;
}
.eco_rounded_pricetable.eco_pricing_table_blackbig .eco_pricing_heading {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: #222;
}
.eco_pricing_table_blackbig.eco_rounded_pricetable .eco_table_price {
	background: #333333;
	border-color: #222;
}
.eco_rounded_pricetable .eco_table_price {
    width: 130px;
    height: 130px;
    border-radius: 90%;
    padding: 0;
    margin: 0px auto 0;
    border: 8px solid #C4504A;
    line-height: 90px;
    float: none;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.eco_rounded_pricetable h4 {
    padding-top: 80px;
}
.eco_rounded_pricetable.eco_pricing_table ul {
	background: #333;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.eco_pricing_table_blackbig.eco_rounded_pricetable a {
	background: #222;
	display: block;
}
.eco_rounded_pricetable:hover .eco_table_price {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.eco_rounded_pricetable.eco_pricing_green .eco_pricing_heading {
	background: #4c8004;
}
.eco_rounded_pricetable.eco_pricing_green .eco_pricing_heading .eco_table_price {
	background: #69af07;
	border-color: #4c8004;
}
.eco_rounded_pricetable.eco_pricing_green ul {
	background: #69af07;
}
.eco_rounded_pricetable.eco_pricing_green a {
	background: #4c8004;
}
.eco_rounded_pricetable .eco_table_price span {
	margin-top: -20px;
}
.eco_icon_table .eco_pricing_heading h4 {
	background: rgba(0,0,0,0.1);
	padding: 20px 0 20px 0;
	margin: 15px 0 10px 0;
}
.eco_icon_table .eco_table_price {
	background: none;
}
/*----------shortcodes-price-tables page end---------------*/
/*---------------Shortcodes Progress Bar Page End---------------*/
.eco_shortcode_wraper .sr-only {
	position: relative;
}
/*---------------Shortcodes Progress Bar Page End---------------*/
/*---------------Shortcodes quote Page Start---------------*/
blockquote {
    margin: 0 0 20px;
    font-style: italic;	
    padding: 10px 20px;
    border-left: 4px solid #69af07;
}
.eco_blockquote_blue blockquote {
	border-color: #ECF0F1;
}
.eco_blockquote_red blockquote {
	border-color: #DF5148;
}
.eco_blockquote_green blockquote {
    border-color: #69af07;
}
.eco_blockquote_grey blockquote {
	border-color: #7F8C8D;
}
.eco_blockquote_blue blockquote:hover, .eco_blockquote_red blockquote:hover, .eco_blockquote_green blockquote:hover, .eco_blockquote_grey blockquote:hover {
	border-color: #69af07;
}
/*---------------Shortcodes quote Page End---------------*/
/*---------------shortcodes-skills-charts page Start---------------*/
.circles-text {
	color: #2a2b2c !important;
	font-weight: bold !important;
	font-size: 24px !important;
}
#canvas .circle {
	display: inline-block;
	margin: 1em;
	width: 200px;
	height: 200px;
}
.circles-decimals {
	font-size: .4em;
}
/*---------------shortcodes-skills-charts Page End---------------*/
/*-----------home-page-version-3 start---------*/
.eco_restoration ul {
	padding: 0px;
	margin: 0px;
}
.eco_restoration_content {
    display: flex;
}
.eco_restoration ul li {
	list-style: none;
	padding-bottom: 50px;
}
.eco_restoration ul li .eco_restoration_content .eco_restoration_img {
	background: #69af07;
	text-align: center;
	border-radius: 50%;
	height: 100px;
	line-height: 100px;
	width: 100px;
}
.eco_restoration ul li .eco_restoration_content .eco_restoration_img a {
	font-size: 2em;
}
.eco_restoration_data {
	width: calc(100% - 100px);
	padding-left: 20px;
}
.eco_restoration_data h6 {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	margin-bottom: 5px;
	line-height: 20px;
	margin-top: 0px;
}
.eco_restoration_data p {
    color: #888893;
    margin: 0;
}
.eco_restoration_video h3 {
	margin: 0px;
}
iframe.eco_home_video {
	height: 305px;
	margin-top: 10px;
}
.eco_restoration_video .eco-video-container {
	padding-bottom: 52%;
}
.eco_parallax_div {
	background-attachment: fixed !important;
	padding: 80px 0px;
	position: static;
	background-size: auto !important;
}
.eco_home_count {
    position: relative;
    display: flex;
    width: 250px;
    height: 250px;
    padding: 20px;
    text-align: center;
    margin: 0;
    background: rgba(255,255,255,0.12);
    border: none;
    color: #fff;
    border-radius: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.eco_home_count i {
	font-size: 4em;
	color: #69af07;
}
.appear-count {
	font-size: 40px!important;
	line-height: 40px!important;
	margin: 20px 0 15px 0!important;
	padding-bottom: 0px!important;
	font-weight: bold;
}
.eco_count_number_border {
	width: 38%;
	margin: 0px auto;
	background: #69af07;
	height: 1px;
	margin-bottom: 10px;
}
.appear-count {
	font-size: 34px!important;
	line-height: 34px!important;
	margin: 10px 0!important;
	padding-bottom: 0px!important;
	font-weight: bold;
}
.eco_home_count p {
	margin: 0px;
}
.eco_round_img {
	color: #8c8e93;
	line-height: 24px;
	margin-top: 10px;
	padding: 0 30px;
	text-align: -webkit-center;
}
.eco_round_img img {
	border-radius: 50% 0px 50% 50%;
	border: 5px solid #e0e0e0;
	transition: 0.3s;
}
.eco_round_img img:hover {
	border-radius: 0 50% 50% 50%;
}
.eco_featured_content h4,
.eco_pera {
	text-transform: uppercase;
}
#intro {
	background: url(../images/slideshow-eco-4.html) 50% 0 no-repeat fixed;
	color: white;
	margin: 0 auto;
}
#second {
	background: url(../images/quote-background-eco.html) 50% 0 no-repeat fixed;
	color: white;
	margin: 0 auto;
}
.eco_featured_content .eco_color2 {
    margin: 0;
}
/*-----------home-page-version-3 end---------*/
/*----------home-page-full-screen start--------------*/
.eco_home_banner {
	position: relative;
}
.eco_home_banner img {
	width: 100%;
}
.eco_banner_heading {
	position: absolute;
	top: 25%;
	left: 0%;
	text-align: center;
	color: #fff;
	z-index: 1;
}
.eco_banner_heading h1 {
	margin-top: 0px;
	font-size: 100px;
	line-height: 90px;
}
.eco_banner_heading h3 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 40px;
}
/*-----------home-page-full-screen end------------*/
/*-----------home-page-transparent start-----------*/
.eco_transprant_header {
	background: rgba(0,0,0,0.3) !important;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	right: 0;
}
.eco_transprant_header .navbar-inverse {
	background: none;
	border: none;
}
.eco_transprant_header .navbar-inverse #main-nav {
	padding: 0px;
	float: right;
}
.eco_transprant_header .navbar-inverse ul.nav {
	padding: 0px;
}
.eco_transprant_header .navbar-inverse ul.nav li {
	padding: 0px !important;
	border-right: none;
}
.eco_transprant_header .navbar-inverse ul.my_menu ul.sub-menu {
	margin-top: 0px !important;
}
.eco_full_header_div {
	position: relative;
}
/*-----------home-page-transparent end-----------*/
/*----------home-page-catalogue start-------*/
.eco_samplepage_menu {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important;
	width: 100% !important;
	text-align: center !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.eco_samplepage_menu .navbar-nav > li {
	float: none !important;
	display: inline-block !important;
	text-align: center !important;
}
.eco_samplepage_menu .navbar-nav {
	float: none !important;
}
.eco_samplepage_menu .nav > li > a {
	padding: 15px 25px 13px 20px !important;
	border-right: 1px solid #3d3d3d;
}
.eco_newheader {
	position: relative;
	padding: 0px;
}
.eco_samplepage_menu .navbar-nav > li:last-child a {
	border-right: none;
}
.eco_parallax {
	padding: 100px 0px;
	position: static;
	background-size: auto !important;
	background-attachment: fixed !important;
}
.eco_new_heading {
	padding: 90px 0px;
}
#eco_new_home {
    background: url(../images/bg3.jpg);
    color: white;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.eco_cenetr_wrapper {
	background: #f9f9f9;
}
.eco_enter_content {
	text-align: center;
}
.eco_enter_content p {
	margin: 0px;
}
.eco_enter_content h3 {
	margin: 0px;
}
.eco_full_text {
    padding: 15px;
	padding-right:0px;
	max-width: 500px;
}
.eco_full_text a {
	padding: 15px 20px;
	border: 1px solid #333;
	margin: 20px 0px 10px 0px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
}
.eco_full_text a:hover {
	border-color: #69af07;
}
.eco_new_background {
    background: #fff url(../images/catalogue-image-7-dark.jpg) 50% 0;
    background-size: cover;
    padding: 40px 0px 100px;
    background-attachment: fixed;
}
.eco_back_black {
	background: #333 !important;
}
/*----------home-page-catalogue end-------*/
/*-----------home-page-version-4 (Home Page with Rain) start---------*/
.eco_question_section {
	background-image: url(../images/linePattern-3.png);
	background-color: #222222;
	padding: 30px 0px;
	background-size: cover;
	background-position: 50% 0px;
}
.eco_que_div ul {
	padding: 0px;
	margin: 0px;
}
.eco_que_div ul li {
	color: #fff;
	list-style: none;
	padding-right: 40px;
	font-size: 14px;
	position: relative;
}
.eco_que_div ul li p {
	margin: 0px;
}
.eco_que_div ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 2px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(255,255,255,0.3);
	width: 1px;
	height: 25px;
}
.eco_que_div ul li i {
	margin-right: 7px;
}
.eco_que_div ul li:last-child:after {
	display: none;
}
.eco_qus_social_link {
	text-align: right;
}
.eco_qus_social_link ul {
	padding: 0px;
	margin: 0px;
}
.eco_qus_social_link ul li {
	list-style: none;
	background: rgba(255,255,255,0.2);
	padding: 0px 10px;
	margin-left: 7px;
}
.eco_qus_social_link ul li i {
	font-size: 14px;
}
.eco_qus_social_link ul li:hover {
	opacity: 0.7;
}
.eco_banner_heading p {
	font-size: 18px;
	margin-top: 10px;
}
.eco_bgheight {
	background-size: cover !important;
	background-position: 0% 100% !important;
	height: 950px !important;
	max-height: 950px !important;
}
.eco_bgheight img {
	height: 100%;
}
.eco_bgheight .eco_banner_heading {
	position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 1;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.eco_bgheight .eco_banner_heading img {
	width: auto;
	height: auto;
}
/*-----------home-page-version-4 (Home Page with Rain) end---------*/
/*------garden homepafge1 start---------*/
.garden_ach_content {
    padding: 20px;
}
.garden_ach_content h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
}
.garden_ach_content p {
    margin: 0;
}
.garden_ach {
    padding-top: 100px;
}
.garden_choose_us {
    display: flex;
}
.garden_chooseus_icon {
    width: 70px;
    height: 70px;
}
.garden_chooseus_content {
	width: calc(100% - 70px);
	padding-left: 25px;
}
.garden_chooseus_icon span {
    height: 100%;
    text-align: center;
    background: #69af07;
    border-radius: 90% 0 90% 90%;
    transition: all 0.25s ease-in-out;
	width: 100%;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.garden_chooseus_icon span img {
    display: inline-block;
    margin-top: 8px;
}
.garden_chooseus_icon span .glyph-icon{
    font-size: 40px;
}
.garden_chooseus_icon span i:before {
    font-size: 39px;
}
.garden_chooseus_icon span:hover {
    border-radius: 90%;
}
.garden_chooseus_content h3 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
}
.garden_chooseus_content p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}
.garden_teamdiv img, .garden_teamdiv img:hover {
    border-radius: 0;
}
.garden_team_img {
    position: relative;
    overflow: hidden;
}
.garden_team_img a.team_img {
    transition: all 0.35s ease-in-out;
    transform: scale(1);
}
.garden_team_img a.team_img img {
    width: 100%;
}
.garden_team_img .garden_team_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.garden_team_img .garden_team_overlay ul {
    width: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.garden_team_img .garden_team_overlay ul li {
    display: inline-block;
    list-style: none;
    border:1px solid #fff;
	border-radius:100%;
	color:#fff;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.garden_team_img .garden_team_overlay ul li a {
    font-size: 12px;
	width:100%;
	display:inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.garden_team_img .garden_team_overlay ul li a span {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.garden_team_img:hover .garden_team_overlay{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.garden_team_img .garden_team_overlay ul li:hover{
	background: #fff;
}
.garden_team_img .garden_team_overlay ul li:hover span,
.garden_team_img .garden_team_overlay ul li:hover i{
	color: #69af07;
}
.garden_teamdata {
    padding: 20px;
}
.garden_teamdata h4 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 7px;
}
.garden_teamdata h6 {
    margin: 0;
    padding-bottom: 15px;
    color: #69af07;
    border-bottom: 1px dashed #333;
    margin-bottom: 10px;
}
.garden_teamdata p {
    margin-bottom: 10px;
    color: #808080;
}
a.garden_btn {
    display: inline-block;
    background: #69af07;
    padding: 8px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 30px;
    border-bottom: 3px solid #2c4804;
}
a.garden_btn:hover {
    background: #4a4a4a;
    border-bottom-color: #000;
}
.eco_choose_us_gallery {
    position: relative;
}
.eco_choose_us_gallery img {
	width: 100%;
}
.eco_choose_us_gallery:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.garden_overlay_icon.gallery {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 999;
}
.garden_overlay_icon.gallery a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
	color:#fff;
    text-align: center;
    line-height: 37px;
    border-radius: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.garden_overlay_icon.gallery a i{
	color:inherit;
}
.eco_choose_us_gallery:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.eco_choose_us_gallery:hover .garden_overlay_icon.gallery {
    opacity: 1;
}
.eco_choose_us_gallery:hover  .garden_overlay_icon.gallery a:hover{
	background:#fff;
	color:#69af07;
}
.garden_choose_us_maindiv h2 {
    margin-top: 0;
}
.garden_gallery .eco_port_recentdescription {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.garden_gallery .eco_port_recentdescription h5 {
    margin: 0;
}
.garden_gallery .eco_port_recentimage .eco_port_overdefult {
    background: rgba(0, 0, 0, 0.8); 
    transition: 0.5s;
    transform: scale(0);
}
.garden_gallery.eco_show_overlay:hover .eco_port_overdefult{
    opacity: 1;
    transform: scale(1);
}
.garden_contact {
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
}
.garden_contact:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.garden_contact .eco_main_heading {
    position: relative;
    z-index: 1;
    padding: 0;
}
.garden_contact .eco_main_heading h1 {
    margin-top: 0;
    color: #fff;
}
.garden_contact .eco_main_heading .eco_small_text {
    color: #fff;
}
.garden_contact .eco_contact_btn {
    position: relative;
    z-index: 1;
}
.garden_teamdata ul {
    padding: 0;
    margin: 0;
}
.garden_teamdata ul li {
    list-style: none;
    margin-right: 5px;
	display: inline-block;
}
.garden_teamdata ul li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
	background: rgb(241, 241, 241);
    text-align: center;
    color: #69af07;
    border-radius: 100%;
}
.garden_teamdata ul li a i {
    color: #4a4a4a;
	font-size: 14px;
}
.garden_teamdata ul li a:hover {
    background: #4a4a4a;
    border-color: #000;
}
.garden_teamdata ul li a:hover i {
    color: #fff;
}
.eco_contactadd_slider.garden_clientslider {
    background: #f9f9f9;
}
.eco_contactadd_slider.garden_clientslider .bx-wrapper .bx-viewport{
	background: transparent;
	border:none;
	left:0;
}
.eco_contactadd_slider .bx-wrapper {
	box-shadow: rgb(238 238 238) 0px 0px 20px 0px;
	margin: 0;
	border-radius: 10px;
    background: #fff;
}
/*------garden homepafge1 end---------*/
/*------garden homepafge2 start ---------*/
.garden_home2_gallery .eco_ach_title {
    padding: 15px 0;
    text-transform: capitalize;
    font-weight: 600;
}
.garden_home2_gallery .eco_ach_image {
    position: relative;
}
.garden_home2_gallery .eco_ach_image:before {
    position: absolute;
    content: '';
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: .5s;
    transform: scale(0);
}
.garden_home2_gallery .eco_ach_image:hover:before{
    opacity: 1;
    transform: scale(1);
}
.garden_home2_gallery .eco_ach_image:hover .garden_overlay_icon.gallery{
    opacity: 1;
}
.garden_home2_gallery .eco_ach_image:hover .garden_overlay_icon.gallery a:hover {
    background: #fff;
    color: #69af07;
}
.garden_parallax_div{
    background-image: url(../images/bg2.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.garden_parallax_div:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}
.eco_contactadd_slider .bx-wrapper .bx-viewport{
	left:0px;
}
.btn-success, .btn-success, .btn-success, .btn-success, .btn-success, .open > .dropdown-toggle.btn-success{
	border:none;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success{
    background-color: #69af07;
	border:none;
}
/*------garden homepafge2 end---------*/
/*--------homepage-full-garden start------*/
.garden_offwhite_wrapper {
    background: #f9f9f9;
}
/*--------homepage-full-garden end------*/
/*--------mini-blog-leftsidebar-garden start------*/
.garden_flickr_gallery ul {
    padding: 0;
    margin: 0;
}
.garden_flickr_gallery ul li {
    width: auto;
    list-style: none;
    margin-right: 16px;
    margin-bottom: 15px;
	display: inline-block;
}
.garden_flickr_gallery ul li:nth-child(3n){
	margin-right:0px;
} 
.garden_flickr_gallery ul li .garden_overlay_icon.gallery a {
    width: auto;
    height: auto;
    line-height: 10px;
    border: none;
}
.garden_flickr_gallery ul li.eco_choose_us_gallery:hover  .garden_overlay_icon.gallery a:hover{
	background:transparent;
}
.garden_miniblog_sidebar h4 {
    font-size: 23px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    background-color: #69af07;
    border-color: #69af07;
	color: #fff;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
    background-color: #69af07;
    border-color: #69af07;
}
.eco_sidebar_post:hover .eco_sidebar_line{
	border-bottom-color: #69af07;
}
.breadcrumb > .active{
    color: #69af07;
}
/*--------mini-blog-leftsidebar-garden end------*/
/*---------------Media Css Start---------------*/
/*---------------For video responsive---------------*/
.eco-video-container {
	position: relative;
	padding-bottom: 60%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}
.eco-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
/* custom css  start */
.eco_ach,.garden_teamdiv {
    box-shadow: 0px 0px 20px 0px #eee;
    border-radius: 10px;
    background: #fff;
	margin-bottom: 30px;
	overflow: hidden;
}
.eco_ach img,.garden_teamdiv img {
    border-radius: 10px 10px 0 0;
}
button:focus,.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}
.eco-top-head-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.garden_about_img img {
    width: 100%;
	border-radius: 10px;
}
.garden_aboute_data ul li {
	margin-bottom: 10px;
	list-style: none;
}
.garden_aboute_data ul li:last-child {
	margin-bottom: 0px;
}
.garden_aboute_data ul li i {
	margin-right: 5px;
	color: #69af07;
}
.eco_que_div ul li, .eco_qus_social_link ul li {
    display: inline-block;
}
.eco_new_background .eco_main_heading {
    padding-bottom: 0;
}
.eco_sidebar_post .eco_footer_tag a {
    color: #222;
}
.eco_sidebar_post .eco_footer_tag a:hover {
    color: #fff;
}
.eco_blog_content .btn {
    margin-top: 15px;
    border: none;
}
.eco_blog_img audio {
    width: 100%;
}
.eco_pagination ul li a {
    background: #eeeeee;
    padding: 8px 15px;
    border-radius: 50px;
}
.eco_pagination ul li {
    margin-right: 5px;
}
.eco_pagination ul li:last-child {
    margin: 0;
}
.eco_pagination ul li span.sr-only {
    display: none;
}
.eco_recent_posts_section .eco_sidebar_img {
    width: 90px;
}
.eco-sidebar-widget-title a {
    font-size: 16px;
    line-height: 26px;
}
.eco-sidebar-widget-title {
    margin-top: 0;
}
.eco_sidebar_post ul.eco_categories li,
.eco_sidebar_post ul.eco_meta li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.eco_sidebar_post ul.eco_categories li a,
.eco_sidebar_post ul.eco_meta li a {
	font-size: 16px;
}
ul.eco_meta li abbr {
    text-decoration: none;
    padding-left: 5px;
    font-weight: 600;
}
.bg-danger,.bg-info,.bg-primary,.bg-success,.bg-warning {
    padding: 25px;
    color: #fff;
	border-radius: 10px;
}
ul.eco_img_tags li {
    display: inline-block;
}
h5.eco_port_min_title a {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.eco_port_social_icon li {
	display: inline-block;
}
.eco_port_project .eco_port_social_icon {
	text-align: left;
}
.eco_error_div {
    max-width: 600px;
    margin: auto;
}
p#err {
    margin: 0;
}
.eco_contact_form input, .eco_contact_form textarea {
    padding: 8px 15px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.eco_contact_info ul li {
    margin-bottom: 15px;
}
.eco_contact_info ul li:last-child {
    margin-bottom: 0px;
}
.nav > li > button {
    padding: 10px 15px;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    margin-bottom: 10px;
    background: #eee;
    border-radius: 5px;
}
.nav > li > button.active {
	background: rgb(117 181 28);
	color: #fff;
}
.eco_short_data p i {
    color: #222;
}
.garden_shortcodepage img {
    width: 100%;
}
.progress {
    height: 2rem;
}
.progress-bar {
	padding: 10px;
}
.eco__blog_head {
	position: relative;
}
.eco-video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	text-align: center;
}
.eco-video-wrap video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
}
.eco-video-overlay {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(45deg, rgb(0 0 0 / 21%) 50%, rgb(0 0 0 / 41%) 50%);
	background-size: 3px 3px;
	z-index: 2;
}
.eco-video-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.eco-video-wrap h1 {
	color: #fff;
	margin: 0;
	font-size: 90px;
	text-transform: uppercase;
}
.eco-video-wrap p {
    margin: 15px 0 0;
    font-size: 25px;
    color: #fff;
}
/* custom css end */

/*--------------- responsive  start---------------*/
@media (min-width: 992px) and (max-width: 1199px) {
.eco_featured_content h4 {
	font-size: 20px;
}
.eco_pera {
	font-size: 13px;
}
.navbar-nav > li {
	padding-left: 0px !important;
}
ul.my_menu ul.sub-menu li a {
	font-size: 11px !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li a {
	padding: 5px 0 5px 10px !important;
}
.nav > li > a {
	padding-right: 14px;
	padding-left: 14px;
}
.eco_social_icon {
	margin-top: 10px;
}
.pagenav.fixedmenu {
	display: none !important;
}
.eco_info {
	width: 100%;
}
.eco_restoration_data {
	width: 75%;
}
.eco_count:before, .eco_count:after, .eco_count{
    width: 100%;
    height: 100%;
}
.ih-item.square{
    width: 100% !important;
    height: 100% !important;
}
.ih-item.square.effect9 .info p{
    height: 80px !important;
    overflow: hidden !important;
}
.ih-item.circle{
    width: 200px !important;
    height: 200px !important;
}
.ih-item.circle.effect1 .spinner {
    width: 210px !important;
    height: 210px !important;
}
.eco_rounded_pricetable .eco_table_price, .eco_table_price{
    width: 100px;
    height: 100px;
	top: -30px;
    line-height: 60px;
    font-size: 20px;
}
.eco_table_price span{
    font-size: 11px;
	margin-top:-10px;
}
h5.eco_post_title:after{
    width: 75%;
}
.eco-sidebar-widget-title{
    width: 63%;
}
.garden_flickr_gallery ul li{
	width: 30%;
    margin-right: 10px;
}
.eco_choose_us_gallery{
    margin-bottom: 20px;
}
.eco_choose_us_gallery img {
    width: 100%;
} 
.garden_choose_us_maindiv .padder_top_50 {
    padding-top: 35px;
}
.carousel-control:hover, .carousel-control:focus{
	background:#69af07;
}
.garden_teamdata ul li{
	margin-right:5px; 
}
.garden_teamdata h4{
    font-size: 17px;
}
.eco_round_img{
    padding: 0;
}
.eco_blog_image.eco_choose_us_gallery {
    margin-bottom: 0;
} 
.eco_blog_overdefult{
    font-size: 15px;
}
.eco_port_min_title{
    font-size: 15px;
}
.garden_home2_gallery .eco_ach_image img{
	width:100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.eco_footer_data {
	min-height: 175px;
}
.eco_info .eco_email {
	padding-left: 0px;
	margin-bottom: 5px;
	width: 100%;
}
.eco_info .eco_ph {
	margin-bottom: 5px;
	width: 100%;
	border-right: none;
}
.navbar-nav {
	width: 100% !important;
	padding: 0px !important;
}
.navbar-nav > li {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.navbar-nav > li > a {
	padding: 12px !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle {
	width: 100% !important;
    border-bottom: 1px solid #444 !important;
    border-right: none !important;
}
.pagenav.fixedmenu {
	display: none !important;
}
.eco_home_service {
	margin-bottom: 30px;
}
.eco_main_recycle img {
	display: inherit;
	margin: 0px auto;
}
.eco_ach_image img {
	width: 100%;
}
.eco_page_title {
	width: 100%;
}
.breadcrumb {
	width: 100%;
}
.eco_featured_black a img, .eco_featured_green a img {
	display: inherit;
}
.eco-blog-img-hover {
	display: none;
}
.eco_page_video .Flexible-container {
	height: inherit;
}
.nav-tabs > li{
    font-size: 12px;
    text-align: right;
    padding-right: 10px !important;
}
.eco_count{
    margin-bottom: 20px;
}
.eco_table_price{
    margin: -88px auto 0;
}
.eco-sidebar-widget-title{
    width: 100%;
}
.eco_responsive_slider .carousel-control.left{
    left: 92%;
}
.eco_port_recentimage{
    width: auto;
}
.eco_port_min_title{
    font-size: 11px;
}
.eco_blog_img img{
	width:100%;
}
.garden_miniblog_sidebar h4{
    margin-top: 10px;
}
.eco_fullblog h4{
    margin-top: 10px;
}
h5.eco_blog_min_title{
    font-size: 15px;
}
.eco_blog_overdefult{
    font-size: 11px;
}
.garden_slider_subheading{
    margin-bottom: 40px !important;
}
.garden_sldier_heading {
    line-height: 50px !important;
}
.eco_choose_us_gallery img{
    display: inline-block;
    width: 100%;
}
.garden_choose_us_maindiv .padder_top_50 {
    padding-top: 40px;
}
.eco_ach{
    margin-bottom: 20px;
}
.garden_team_img img{
	width:100%;
}
.eco_round_img{
	padding:0px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.eco_home_service {
	margin-bottom: 30px;
}
.eco_main_heading h1{
	font-size:45px;
}
.eco_ach {
    margin-bottom: 20px;
}
.eco_info .eco_ph {
	width: 100%;
	border-right: none;
}
.eco_info .eco_email {
	width: 100%;
	padding: 0;
}
.eco_logo {
	text-align: center;
}
.eco_service .eco_service_data {
	padding-bottom: 30px;
}
.eco_blog_img img {
	width: 100%;
}
.eco_port_img img {
	width: 100%;
}
.eco_fullblog {
	padding-top: 20px;
}
}
@media (max-width: 1399px) {
	.eco_transprant_header ul.navbar-nav>li>a {
		padding: 10px 14px;
	}
	.eco_one_third_right {
		height: 280px;
	}
	.eco_one_third_btm {
		top: 280px;
	}
}
@media (max-width: 1199px) {
	.eco-top-head-info {
		align-items: flex-start;
		flex-direction: column;
	}
	.eco_home_count {
		width: 220px;
		height: 220px;
		margin: auto;
	}
	.eco_one_third {
		width: 50%;
		height: auto;
	}
	.eco_one_third_mid {
		width: 50%;
	}
	.eco_one_third_right {
		height: auto;
		width: 50%;
	}
	.eco_one_third_btm {
		top: 320px;
		width: 50%;
		height: auto;
	}
	.eco_one_third_btm_right {
		width: 50%;
	}
}
@media (max-width: 991px) {
	.eco_rounded_pricetable {
		margin-top: 50px;
	}
	.navbar-toggler {
		padding: 0;
		font-size: unset;
	}
	.navbar-toggler-icon {
		position: relative;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		height: 15px;
		width: 25px;
	}
	.navbar-toggler-icon:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 1px;
		background: #eee;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.navbar {
		padding: 10px 0;
	}
	ul.navbar-nav>li>a {
		border-bottom: 1px solid #444;
		padding: 10px 0!important;
	}
	ul.navbar-nav>li {
		border-right: none;
	}
	ul.navbar-nav>li:last-child a {
		padding-bottom: 0;
		border-bottom: none;
	}
	.eco_choose_us_gallery {
		margin-bottom: 30px;
	}
	.garden_choose_us_maindiv .ps-5,
	.garden_choose_us_maindiv .pe-5,
	.garden_choose_us_maindiv .p-0 {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.eco_contactadd_slider,
	.garden_contact,
	.eco_parallax {
		padding: 60px 0;
	}
	.padder_bottom_70 {
		padding-bottom: 30px;
	}
	.padder_top_70 {
		padding-top: 30px;
	}
	.padder_bottom_100,.padder_bottom_80 {
		padding-bottom: 60px;
	}
	.padder_top_100,.padder_top_90{
		padding-top: 60px;
	}
	.eco_footer {
		padding: 60px 0px 20px;
	}
	.garden_ach {
		padding-top: 80px;
	}
	.eco_info {
		display: block;
	}
	.eco_restoration ul li,
	.eco_logocal_restoration .padder_bottom_50 {
		padding-bottom: 30px;
	}
	.eco_transprant_header {
		background: rgb(51 51 51) !important;
	}
	.eco_new_heading {
		padding: 0;
	}
	.eco_new_background {
		padding: 0px 0px 60px;
	}
	.eco_qus_social_link,
	.eco_que_div {
		text-align: center;
	}
	.eco_que_div {
		margin-bottom: 10px;
	}
	.garden_flickr_gallery ul li:nth-child(3n) {
		margin-right: 15px;
	}
	.eco_sidebar,.padder_top_110 {
		padding-top: 60px;
	}
	.eco_port_project {
		padding-top: 40px;
	}
	.eco_port_data {
		margin: 20px 0px;
	}
	.eco_pricing_activebig {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.eco_one_third_btm {
		top: 240px;
	}
	.garden_parallax_div .eco_pricing_table {
		margin-bottom: 70px;
	}
	ul.my_menu ul.sub-menu {
		position: relative;
		display: block !important;
		border-bottom: none !important;
		background: none !important;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.eco_pmcmenutitleimage img {
		display: none;
	}
	ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle ul.sub-menu li a {
		padding: 5px 0 5px 10px !important;
	}
	ul.my_menu ul.sub-menu li a {
		padding: 12px 10px !important;
	}
}
@media (max-width: 767px) {
.eco_full_text {
	padding: 15px 15px 60px;
	max-width: 100%;
}
.pagenav.fixedmenu {
	display: none !important;
}
.navbar-nav {
	float: left !important;
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}
ul.navbar-nav li a.active, .fixedmenu ul.menu li a.active, ul.my_menu ul.sub-menu li a.active {
	color: #fff !important;
}
.nav > li {
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-right: none !important;
}
.navbar-collapse {
	border-top: none !important;
	box-shadow: none !important;
}
.navbar-nav > li > a {
	line-height: 20px;
	font-weight: bold !important;
	width: 100%;
	font-size: 14px;
	padding: 10px 2% !important;
	margin: 0 0%;
	border-bottom: 1px solid #444;
	color: #fff !important;
	text-transform: uppercase !important;
	text-align: left !important;
	text-transform: none;
}
ul.my_menu ul.sub-menu li:hover {
	background: none;
}
ul.my_menu ul.sub-menu li a {
	position: relative;
}
ul.my_menu ul.sub-menu li a:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #69af07;
	margin-top: 12px;
	border-radius: 10px;
	left: 0px;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle {
	width: 100% !important;
	border-bottom: 1px solid #444 !important;
	border-right: none !important;
}
ul.my_menu li.eco_bigmenu ul.sub-menu li.eco_pmcmenutitle:nth-child(even) {
	border-bottom: 1px solid #444 !important;
}
ul.my_menu ul.sub-menu li {
	white-space: normal;
}
.eco_main_recycle img {
	display: inherit;
	margin: 0px auto;
}
.eco_achievement .eco_ach_title, .eco_ach_title {
	background: none !important;
}
.eco_ach_image img {
	display: initial;
}
.eco_featured_black img, .eco_featured_green img, .img-responsive {
	display: inherit;
}
.eco_port_recentimage {
    display: inline-block;
    text-align: center;
}
.eco_port_min_recentimage {
	width: 100%;
}
.eco_port_image {
	text-align: center;
}
h5.eco_port_min_title {
	text-align: center;
}
.eco-blog-img-hover {
	display: none;
}
.eco_port_min_title {
	text-align: center;
}
.eco_page_title {
	width: 100%;
}
.breadcrumb {
	width: 100%;
}
.eco_choose_us_gallery {
	margin-bottom:20px;
}
.garden_teamdiv{
	text-align:center;
}
.garden_teamdata ul {
    width: auto;
    display: inline-block; 
}
.garden_sldier_heading {
    line-height: 50px !important;
}
.garden_slider_subheading {
    margin-bottom: 30px !important;
}
#eco_uneven .left.carousel-control {
    left: 85%;
}
#eco_uneven .left.carousel-control, div#eco_uneven .right.carousel-control {
    top: -40%;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.eco_restoration ul li .eco_restoration_content .eco_restoration_img{
    display: inline-block;
}
.garden_gallery {
    text-align: center;
}
.navbar-inverse .navbar-toggle {
   border: none;
}
.navbar-inverse .navbar-toggle .eco_toggle_text{
	font-size:0px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
	background:transparent;
}
.eco_transprant_header .navbar-inverse .collapse.in {
    background: #333;
}
.eco_back_black {
    background: transparent !important;
}
.eco_samplepage_menu .nav > li > a{
	border-right: none;
}
.nav-tabs{
	width:100%;
}
.nav-tabs > li{
    width: auto;
    padding: 10px !important;
    margin-right: 5px;
}
.nav-tabs li:before{
	display:none;
}
.eco_count{
	margin-bottom:20px;
}
.ih-item.square{
    margin-bottom: 20px;
}
.eco_table_price{
    margin: -88px auto 0;
}
.garden_chooseus_icon{
    float: none;
    margin-right: 0;
    display: inline-block;
}
.garden_girl {
    text-align: center;
}
.garden_girl img {
    display: inline-block;
}
#rev_slider_1058_1_forcefullwidth .garden_sldier_heading {
    margin-top: 0 !important;
    line-height: 50px !important;
}
.Agency-Social {
    min-width: 35px !important;
    min-height: 35px !important;
    margin-top: -30px !important;
    margin-right: 10px !important;
}
.Agency-Social  i{
    font-size: 15px !important;
    line-height: 35px !important;
}
.eco_port_recentimage .eco_blog_image.eco_choose_us_gallery {
    margin-bottom: 0;
    width: auto;
    float: none;
}
.garden_portfolio {
    float: none;
    width: auto;
}
.tab-content.garden_tab {
    width: 100%;
    padding: 0;
}
.eco_choose_us_gallery.garden_img {
    width: auto;
    float: none;
    display: inline-block;
}
.garden_aboute_data {
    padding-top: 30px;
}
.eco-video-wrap h1 {
    font-size: 50px;
}
.eco-video-wrap p {
    font-size: 18px;
}
.eco_one_third_btm {
    top: 190px;
}
.eco_page_video .Flexible-container {
	height: inherit;
}
}
@media (min-width: 320px) and (max-width: 479px) {
.eco_info {
	width: 100%;
	text-align: center;
}
.eco_info .eco_ph {
	width: 100%;
}
.eco_info .eco_email {
	width: 100%;
}
.eco_service .eco_service_data {
	padding-bottom: 30px;
}
.eco-page-portfolio-categories a {
	margin: 11px;
}
.eco_fullblog {
	padding-top: 20px;
}
}
@media (max-width: 575px) {
	.eco_social_icon {
		text-align: center;
	}
	.eco-top-head-info {
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	.eco-top-head-info .eco_info {
		margin-bottom: 10px;
	}
	.eco-rain-banner.eco_bgheight {
		height: 600px !important;
	}
	.garden_gallery {
		float: none;
		width: 100%;
		position: unset;
	}
	.carousel-control-next {
		right: 0;
	}
	.carousel-control-prev {
		left: 0;
	}
}
@media (max-width: 479px) {
.eco_logo {
	text-align: center;
}
.eco_logo img {
	display: inherit;
}
.eco_info {
	width: 100%;
}
.eco_info .eco_ph {
	padding-right: 0px;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
	border-right: none;
}
.eco_info .eco_email {
	padding-left: 0px;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}	
.eco_info i {
	margin-right: 1px;
}
.eco_social_icon ul {
	margin: 10px 0px;
}
.eco_ach_image a {
	text-align: center;
}
.eco_main_heading h1 {
	word-wrap: break-word;
    font-size: 45px;
    line-height: 55px;
}
.eco_btn {
	padding: 19px 25px;
} 
.eco_port_image {
	text-align: center;
}
.eco_port_recentimage {
	width: inherit;
}
h5.eco_port_min_title {
	text-align: center;
}
.eco_port_min_title {
	text-align: center;
}
.eco_page_title {
	width: 100%;
}
.breadcrumb {
	width: 100%;
}
.eco_portfolio_content h3, .eco_new_heading h1 {
	font-size: 43px;
}
.eco_contact_info {
	padding: 0px;
	width: 100%;
	margin-left: 0px;
}
.eco_icon_content.margin_left_50 {
	margin-left: 0px;
}
h5.eco_post_title:after {
	display: none;
}
#cmt2, #cmt5 {
	margin-left: 0px;
}
#cmt3, #cmt4 {
	margin-left: 0px;
}
.eco_img_post_data li {
	width: 100%;
}
.eco_pricing_table_main_div h3 {
	font-size: 44px;
	margin-bottom: 20px;
}
h2.eco_img_head {
	font-size: 40px;
}
.eco_short_map .btn-lg {
	font-size: 12px;
}
.ih-item.square {
	width: 253px !important;
}
.eco_shortcode_wraper h1 {
	font-size: 70px;
}
.eco_service_btn .btn-lg {
	font-size: 16px;
}
.eco-page-portfolio-categories a {
	margin: 11px;
}
.eco_contact_btn a {
	padding: 15px 15px;
}
.garden_flickr_gallery ul li:nth-child(3n){
    margin-right: 16px;
}
.eco_qus_social_link {
    margin-top: 10px;
}
.eco_que_div ul li:after{
	display:none;
}
.eco_que_div ul li{
    padding-right: 0;
    width: 100%;
}
#eco_uneven .left.carousel-control, div#eco_uneven .right.carousel-control{
    top: -10%;
}
#eco_uneven .left.carousel-control {
    left: 77%;
}
.eco_port_recentimage .eco_blog_image.eco_choose_us_gallery {
    margin-bottom: 0;
}
.garden_sldier_heading {
    line-height: 30px !important;
    margin-top: -20px !important;
}
.garden_slider_subheading{
    display: none !important;
}
.eco_sidebar_img{
    width: 100%;
}
.eco_page_topbar {
    display: block;
}
input.eco_form-control{
	margin-right: 0;
}
}
@media (max-width: 767px) and (orientation:landscape) {
.tp-caption.tp-shape.tp-shapewrapper.rs-parallaxlevel-3 {
    display: none;
}
.garden_slider_subheading, .garden_sliderbtn1, .Agency-Social {
    display: none !important;
} 
.garden_sldier_heading {
    line-height: 20px !important;
    font-size: 15px !important;
}
#eco_uneven .left.carousel-control, div#eco_uneven .right.carousel-control{
    top: -10%;
}
}
/*---------------responsive end---------------*/