/* 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---------------------*/
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: #c1b18d; /* Safari */
	color: #fff;
}
a {
	text-decoration: none;
	color: #333;
	transition: 0.3s;
}
a:hover, a:focus{
	color:#c1b18d;
}

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;
}
/*======= Multi Language =======*/
/* Language Switcher */

.language-switcher{
position:fixed;
top:15px;
left:10px;
z-index:9999;
font-family:Arial;
display:inline-block;
transition: all 0.3s ease;
}
.language-switcher:hover{
    transform:translateY(-5px);
}
.lang-btn{
background:#1360ad;
color:#fff;
border:none;
padding:10px 10px;
cursor:pointer;
border-radius:8px;
font-size:14px;
}

.lang-btn::after{
content:"▼";
margin-left:6px;
font-size:10px;
}

.lang-menu{
display:none;
flex-direction:column;
background:#fff;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
margin-top:8px;
border-radius:6px;
overflow:hidden;
}

.lang-menu a{
padding:10px 14px;
text-decoration:none;
color:#333;
font-size:14px;
border-bottom:1px solid #eee;
}

.lang-menu a:hover{
background:#f5f5f5;
}

.lang-accordion.active .lang-menu{
display:flex;
}

/* Hide Google translate top bar completely */
body > .skiptranslate {
    display: none !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget {
    display: none !important;
}

body {
    top: 0 !important;
    position: static !important;
}


/*---------------------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: #c1b18d;
}
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: #c1b18d;
}
.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: #c1b18d;
	margin: 0 auto;
}
.wraper {
	background: #1F2A44;
	color: #fff;
	text-align: center;
	position: relative;
}
.wraper:hover{
    background: #fff;
	color: #333333;
}
.eco_color {
	color: #c1b18d;
}
.wraper:after {
	position: absolute;
	content: '';
	background:;
	width: 10px;
	height: 10px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 40px solid #1F2A44;
	left: 50%;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.wraper:hover:after {
    border-top: 50px solid transparent;
}

.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;
}
li.active a{
    display:inline-block;
    transition: 0.4s ease;
}
li.active a:hover{
    transform:translateY(-10px);
}
.fa fa-facebook{
    display:inline-block;
    transition: 0.4s ease;
}
.fa fa-facebook:hover{
    transform:translateY(-10px);
}
.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: #1F2A44;
	padding: 20px 0px;
	background-image: url(../images/linePattern-3.png);
	background-size: cover;
	box-shadow: 0 8px 6px -6px black;
}
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 ul{
list-style:none;
display:flex;
gap:12px;
}

.eco_social_icon a{
color:#fff;
font-size:18px;
transition: all 0.3s ease;
}

.eco_social_icon a:hover{
color:#1877f2;
}

.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: inline-block;
	transition: all 0.3s ease;
}
.eco_social_icon ul li a:hover {
	transform:translateY(-5px);
}
/*---------------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: #c1b18d;
	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: #c1b18d;
}
.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 #c1b18d;
	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: #c1b18d	;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #c1b18d;
}
.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(3,1fr);
}

ul.goto {
   padding: 0px;
}

ul.goto li {
   padding: 5px;
   font-weight: bold; 
   display: inline-block;
   width: auto;
   list-style: outside none none;
}

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: #c1b18d !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: #c1b18d !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: right;
}
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: #c1b18d !important;
}
.tp-banner2 {
	background-color: rgb(234, 234, 232);
}
.eco_slider_head_text {
	font-size: 100px;
	color: #c1b18d;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Oswald";
}
.eco_slider_head_text1 {
	font-size: 200px;
	color: #c1b18d;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Oswald";
}
.eco_slider_head_text2 {
	font-size: 80px;
	color: #c1b18d;
	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.png) 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.png) 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:#c1b18d;
	border-color:#c1b18d; 
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
.metis .tp-tab.selected .tp-tab-divider{
    border-right: 1px solid #c1b18d !important;
}
.garden_sldier_heading1{
    font-family: 'Oswald', sans-serif !important;	
}
/*--------------Main Slider End---------------*/
/*---------------Heading css Start---------------*/
.eco_main_heading {
	padding: 60px 0px;
}
.eco_main_heading:hover{
}
.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: #19385e;
	text-decoration: underline;
}
/*---------------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: #c1b18d;
	-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: #c1b18d !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: #c1b18d;
	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: #c1b18d;
	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 #c1b18d;
	background: #c1b18d;
}
.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.jpg)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: #c1b18d;
}
.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: #1F2A44;
	padding: 80px 0px 40px;
	color: #fff;
}
.eco_footer_page {
	background-image: url(../img/background-contact.jpg);
    background-size: cover;
    /*background-attachment: fixed;*/
    position: relative;
    /*padding-left: 100px 0;*/
    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 #fff;
	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: #333;
}
.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 ul li a {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
}
.eco_footer_content ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.eco_footer_content b {
    color: #c1b18d;
    font-weight: 400;
}
.eco_copyight {
	background: #333;
	padding: 15px 0px;
	text-align: center;
	color: #fff;
}
.eco_copyight a {
	color: #fff;
}
.eco_copyight a:hover {
	color: #fff;
	text-decoration: underline;
}
/*---------------Footer Section End---------------*/
/*---------------go to top Start---------------*/
.totop {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 20px;
}
.gototop {
	background: #9CAF88;
	height: 50px;
	width: 50px;
	z-index: 9;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}
.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: none;
}
/*---------------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;
}

@media (max-width: 600px){
    .eco_page_topbar{
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

.eco_page_title {
	text-transform: uppercase;
	transition: 0.4s ease;
}
.eco_page_title:hover{
    transform:translateY(-10px);
}
.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: 165px;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/author-bg.png);
	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: #333;
}*/
.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: #c1b18d;
}
.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: #c1b18d;
	background: #c1b18d;
	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: #c1b18d;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.eco_readmore:hover {
	color: #fff;
}
.breadcrumb{
    padding-right: 0;
	margin: 0;
}
.breadcrumb li {
    margin-right: 10px;
    display:inline-block;
    transition: 0.4s ease;
}
.breadcrumb li:hover{
    transform:translateY(-6px);
}
.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: #c1b18d;
	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;
	transition:0.4s ease;
	
}
ul.eco_filter_title:hover{
    transform:translateY(-10px);
}
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: #BDC3C7;
	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: #b60468;
	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: #c1b18d;
    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: #c1b18d;
	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: #c1b18d;
}
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 #c1b18d;
	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(https://via.placeholder.com/1920x100) 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: #c1b18d;
	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: #c1b18d;
	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: #c1b18d 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: #c1b18d;	
}
.tab-content {
	width: 77%;
	padding: 0px 20px;
}
.eco_tabmain_div h4 {
	margin-top: 0px;
}
h6.eco_subheading {
	color: #c1b18d;
	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: #c1b18d;
	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 #9a875f; */
    padding: 20px;
    text-align: center;
/*    background-color: #c1b18d; */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}
.eco_count:hover{
    transform: translateY(-8px);
}
.eco_count:before, .eco_count:after {
	content: "";
	overflow: visible;
	position: absolute;
	background: #fff;
	border: 1px solid #edd9bb;
	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: #c1b18d;
}
.eco_count_border {
	height: 1px;
	width: 65px;
	background: #ddd;
	margin: 0 auto;
	margin-bottom: 15px;
}
.eco_count:hover .eco_count_border {
	width: 100px;
	background: #c1b18d;
	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: #c1b18d;
	border: 4px solid #c1b18d;
	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-----------*/
/* 1st Section*/

.pricing-card{
    position:relative;
    background:#f4f4f4;
    padding-top:90px;
    padding-bottom:30px;
    text-align:center;
    border-radius:12px;
    overflow:visible !important;
}

.pricing-badge{
    position:absolute !important;
    top:-65px !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    
    width:130px;
    height:130px;
    border-radius:50%;
    
    background: #0b204a;
    border:8px solid #e0cf9f;
    
    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 12px 18px rgba(0,0,0,0.25);
    transition:0.4s ease;
}

.pricing-badge img{
    width:75%;
    height:auto;
    max-height:100%;
    object-fit:contain;
}

.pricing-card:hover .pricing-badge{
    transform:translateX(-50%) translateY(-6px);
}


.eco_pricing_table {
	background: #fff;
	position: relative;
	padding: 20px 0 20px 0;
	color: #fff;
	border-radius: 10px;
	text-align: left;
	margin: 0 0px 35px 0;
}
.eco_pricing_table_white {
	background: #0b204a;
	border-radius: 20px;
	border-bottom: 4px solid #BDC3C7;
    backdrop-filter:blur(20px);
    box-shadow:0 3px 8px rgba(0,0,0,0.4);
    transition:0.4s ease;
}
/* box-shadow:0 25px 60px rgba(0,0,0,0.4); */

.eco_pricing_table_white:hover{
    transform:translateY(-10px);
}

.eco_table_price {
	width: 130px;
	height: 130px;
	font-size: 36px;
	border-radius: 90%;
	padding: 0;
	text-align: center;
	margin: -68px auto 22px;
	line-height: 100px;
	border: 8px solid #106556;
	box-shadow: 0 9px 8px -5px black;
	-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;
	transition:0.4s ease;
}
.eco_table_price:hover{
    transform:translateY(-5px);
}
.eco_pricing_table_white .eco_table_price {
	background: #0b204a;
	border-color: #e3d8a6;
}
.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;
	transition:0.4s ease;
}
.eco_pricing_heading h4:hover{
    transform:translateY(-8px);
}
.eco_pricing_table_white .eco_pricing_heading h4 {
	padding: 20px 0 20px 20px;
	color: #fff;
}
.dummy p {
	color: #fff;
	padding: 20px;
	transition: 0.6s ease;
}

a.rm-link {
    margin: 10px 20px;
    color: #fff;
    background: #9e713e;
    padding: 8px 18px;
    border-radius: 30px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    transition: 0.4s ease;
}

a.rm-link:hover {
    background:#085755;
    box-shadow:0 1px 3px rgba(8, 87, 85);
    transform:translateY(-8px);
}
.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: none;
}
.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: #c1b18d;
}
.eco_pricing_table_green .eco_table_price {
	background: #c1b18d;
	border-color: #4c8004;
}
.eco_pricing_table_green .eco_pricing_heading h4 {
	color: #c1b18d;
}
.eco_pricing_table_green ul {
	border-bottom-color: #c1b18d;
}
.eco_pricing_table_green ul li {
	color: #c1b18d;
}
.eco_pricing_table_green .eco_pricing_tabel_button {
	background: #c1b18d;
	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: #c1b18d;
	border-color: #4c8004;
}
.eco_rounded_pricetable.eco_pricing_green ul {
	background: #c1b18d;
}
.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 #c1b18d;
}
.eco_blockquote_blue blockquote {
	border-color: #ECF0F1;
}
.eco_blockquote_red blockquote {
	border-color: #DF5148;
}
.eco_blockquote_green blockquote {
    border-color: #c1b18d;
}
.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: #c1b18d;
}
/*---------------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: #c1b18d;
	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: #c1b18d;
}
.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: #c1b18d;
	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.jpg) 50% 0 no-repeat fixed;
	color: white;
	margin: 0 auto;
}
#second {
	background: url(../images/quote-background-eco.jpg) 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.6) !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(https://via.placeholder.com/1920x1080);
    color: white;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.eco_white {
    color: #ffffff;
}
.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: #c1b18d;
}
.eco_new_background {
    background: #fff url(https://via.placeholder.com/1920x1080) 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: #c1b18d;
    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: #c1b18d;
}
.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: #c1b18d;
    border-bottom: 1px dashed #333;
    margin-bottom: 10px;
}
.garden_teamdata p {
    margin-bottom: 10px;
    color: #808080;
}
a.garden_btn {
    display: inline-block;
    background: #c1b18d;
    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:#c1b18d;
}
.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(../img/background-contact.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.3);
}
.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: #c1b18d;
    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: #c1b18d;
}
.garden_parallax_div{
    background-image: url(https://via.placeholder.com/1920x1080);
    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: #c1b18d;
	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: #c1b18d;
    border-color: #c1b18d;
	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: #c1b18d;
    border-color: #c1b18d;
}
.eco_sidebar_post:hover .eco_sidebar_line{
	border-bottom-color: #c1b18d;
}
.breadcrumb > .active{
    color: #19385e;
}
/*--------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: #c1b18d;
}
.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(193 177 141);
	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: 60px;
	text-transform: uppercase;
}
.eco-video-wrap p {
    margin: 15px 0 0;
    font-size: 25px;
    color: #fff;
}

/* ============================= */
/*        2nd Section       */
/* ============================= */

section.luxury-section {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;   /* prevent horizontal scroll */
}

.luxury-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* LEFT SIDE */
.luxury-left {
    width: 100%;
}

.luxury-line {
    width: 100px;
    height: 2px;
    background: #C9B15A;
    margin-bottom: 25px;
    transition: 0.3s ease;
}
.luxury-line:hover{
    transform:translateY(-8px);
}

.luxury-title {
    font-size: 40px;
    font-weight: 200;
    font-family: "Times New Roman", serif;
    line-height: 1.2;
    margin-bottom: 40px;
}

.luxury-left p {
    font-size: 20px;
    font-family: "Arial", serif;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* RIGHT SIDE */
.luxury-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

/* CARD */
.luxury-card {
    width: 100%;
    border-radius: 10px;
    transition: 0.3s ease;
}

.luxury-card img {
    width: 100%;
    height: auto;  /* FIXED overflow issue */
    border-radius: 10px;
    display: block;
    transition: 0.3s ease;
}

.luxury-card:hover img{
    transform: scale(1.01);
}

.luxury-card-text {
    background: #0E1A27;
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin-top: 5px;
}

.view-label {
    font-size: 14px;
    letter-spacing: 1px;
    color: #C9B15A;
    margin-bottom: 8px;
    display: block;
}

.view-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    font-family: "Times New Roman", serif;
    text-decoration: none;
    color: white;
}

/* Hover */
.luxury-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* ============================= */
/*        Tablet Responsive      */
/* ============================= */
@media (max-width: 992px) {

    .luxury-section {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 20px 15px;
    }

    .luxury-title {
        font-size: 32px;
    }

    .luxury-left p {
        font-size: 18px;
    }
}

/* ============================= */
/*        Mobile Responsive      */
/* ============================= */
@media (max-width: 576px) {

    .luxury-section {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 15px;
    }

    .luxury-title {
        font-size: 26px;
    }

    .luxury-left p {
        font-size: 16px;
    }

    .luxury-card-text {
        padding: 20px;
    }

    .view-title {
        font-size: 22px;
    }
}

/* ============================= */
/*        4th Section      */
/* ============================= */

.video-sections {
    padding: 15px;
    background: #fff;
    font-family: Arial, sans-serif;
}

/* ===== MAIN GRID ===== */
.video-wrappers {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

/* ===== LEFT VIDEO ===== */
.video-boxs{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    
    transition:0.4s ease;
}
/* box-shadow:0 25px 60px rgba(0,0,0,0.4); */

.video-boxs:hover{
    transform:translateY(-10px);
}
.video-boxs iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 16px;
    
}
/* box-shadow: 0 15px 40px rgba(0,0,0,0.12); */

/* ===== RIGHT CONTENT ===== */
.content-boxs{
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(20px);
    padding:50px;
    border-radius:20px;
    
    transition:0.4s ease;
}
/* box-shadow:0 25px 60px rgba(0,0,0,0.4); */

.content-boxs:hover{
    transform:translateY(-10px);
}
.content-boxs h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
}

.content-boxs p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

/* Hidden text */
.more-texts {
    display: none;
}
.more-texts.show {
    display: inline;
}
/* ===== BUTTON GROUP ===== */
.button-groups {
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

/* Top buttons */
.top-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Bottom buttons */
.bottoms-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* ===== BUTTON STYLE ===== */
.btns {
    padding: 12px 26px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    border: none;
    cursor: pointer;
}

/* Black */
.btn-primarys {
    color: #fff;
    background: #132954;
    
}

.btn-primarys:hover {
    color: #fff;
    background: #1b5721;
}

/* Red */
.btn-secondarys {
    color: #fff;
    background: #241c69;
    
}

.btn-secondarys:hover {
    color: #fff;
    background: #07755f;
}

/* ===== TABLET ===== */
@media (max-width: 992px) {
    .video-wrappers {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .video-boxs iframe {
        height: 320px;
    }

    .content-boxs h2 {
        font-size: 28px;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 576px) {

    .video-boxs iframe {
        height: 220px;
    }

    .top-buttons,
    .bottoms-buttons {
        flex-direction: column;
    }

    .btns {
        width: 100%;
        text-align: center;
    }
}


/* ============================= */
/*        5th Section      */
/* ============================= */

section.video-section{
    margin-top: 40px;
}
.video-section{
    max-width:1200px;
    margin: auto;
    padding: 15px;
    
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

/* ===== VIDEO SIDE ===== */
.video-box{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    
    transition:0.4s ease;
}
/* box-shadow:0 25px 60px rgba(0,0,0,0.4); */

.video-box:hover{
    transform:translateY(-10px);
}

.video-box iframe,
.video-box video{
    width:100%;
    height:100%;
    min-height:350px;
    border-radius: 16px;
    
    display:block;
}
/* box-shadow: 0 15px 40px rgba(0,0,0,0.12); */

/* ===== INFO SIDE ===== */
.info-box{
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(20px);
    padding:50px;
    border-radius:20px;
    
    transition:0.4s ease;
}
/* box-shadow:0 25px 60px rgba(0,0,0,0.4); */

.info-box:hover{
    transform:translateY(-10px);
}

.info-box h2{
    font-size:32px;
    margin-bottom:20px;
    font-weight:600;
}

.info-box p{
    font-size:16px;
    line-height:1.8;
    color:#333;
}

.extra-content{
    max-height:0;
    overflow:hidden;
    transition:0.6s ease;
}

.extra-content.show{
    margin-top:15px;
    max-height:1200px;
}

/* ===== BUTTONS ===== */
.button-group{
    margin-top:30px;
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn{
    padding:14px 28px;
    border:none;
    border-radius:50px;
    font-size:14px;
    font-weight:500;
    cursor:pointer;
    transition:0.4s ease;
    text-decoration:none;
    display:inline-block;
}

/* Read More Button */
.read-btn{
    color:#fff;
    background:#132954;
    
}

.read-btn:hover{
    color:#fff;
    background:#132954;
    transform:translateY(-8px);
}

/* Visit Button */
.visit-btn{
    color:#fff;
    background:#335c13;
    
}

.visit-btn:hover{
    color:#fff;
    background:#335c13;
    transform:translateY(-8px);
}

/* ===== RESPONSIVE ===== */
@media(max-width:992px){
    .video-section{
        grid-template-columns:1fr;
    }

    .info-box{
        padding:40px;
    }
}

@media(max-width:600px){
    .info-box h2{
        font-size:24px;
    }

    .info-box{
        padding:30px 20px;
    }

    .btn{
        width:100%;
        text-align:center;
    }
}

/* ============================= */
/*        6th Section       */
/* ============================= */

section.benefits-section {
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
    box-sizing: border-box;
}

.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
}

.benefits-header {
    text-align: center;
    margin-bottom: 60px;
}

.benefits-line {
    width: 100px;
    height: 2px;
    background: #C9B15A;
    margin: 0 auto 25px auto;
}



.benefits-title {
    font-size: 40px;
    font-weight: 200;
    font-family: "Times New Roman", serif;
    margin-bottom: 20px;
}

.benefits-intro {
    font-size: 18px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    color: #444;
}

/* GRID */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* CARD */
.benefit-card {
    background: #0E1A27;
    color: white;
    padding: 30px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.benefit-card h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.benefit-card p {
    font-size: 15px;
    line-height: 1.6;
}

/* Hover Effect */
.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

/* LINKS */
.benefits-links {
    text-align: center;
    font-size: 16px;
}

.benefits-links a {
    color: #C9B15A;
    text-decoration: none;
    font-weight: 600;
}

.benefits-links a:hover {
    text-decoration: underline;
}

/* ============================= */
/*          Tablet               */
/* ============================= */
@media (max-width: 992px) {

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefits-title {
        font-size: 32px;
    }
}

/* ============================= */
/*          Mobile               */
/* ============================= */
@media (max-width: 576px) {

    section.benefits-section {
        padding: 60px 15px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefits-title {
        font-size: 26px;
    }

    .benefits-intro {
        font-size: 16px;
    }
}


/* ============================= */
/*        7th Section      */
/* ============================= */

.sec8-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.brand-section {
    padding: 60px 0;
    background: #f5f5f5;
    overflow: hidden;
}

/* Slider */
.brand-slider {
    overflow: hidden;
    position: relative;
}

/* Track */
.brand-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

/* Pause on Hover */
.brand-slider:hover .brand-track {
    animation-play-state: paused;
}

/* Logo Item */
.brand-item {
    flex: 0 0 auto;
    padding: 0 20px;
    transition: transform 0.3s ease;
}

.brand-item img {
    max-width: 160px;
    height: auto;
    display: block;
}

/* Hover Lift */
.brand-item:hover {
    transform: translateY(-10px);
}

/* Infinite Seamless Animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* ================= Responsive ================= */

@media (max-width: 1024px) {
    .brand-item {
        padding: 0 30px;
    }
    .brand-item img {
        max-width: 130px;
    }
}

@media (max-width: 768px) {
    .brand-item {
        padding: 0 20px;
    }
    .brand-item img {
        max-width: 110px;
    }
}

@media (max-width: 480px) {
    .brand-item {
        padding: 0 15px;
    }
    .brand-item img {
        max-width: 90px;
    }
}




/* ============================= */
/*        8th Section       */
/* ============================= */

section.warranty-section {
    width: 100%;
    padding: 80px 20px;
    background: #fff;
    box-sizing: border-box;
}

.warranty-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* LEFT SIDE */
.warranty-left {
    width: 100%;
}

.warranty-line {
    width: 100px;
    height: 2px;
    background: #C9B15A;
    margin-bottom: 25px;
    transition: 0.3s ease;
}
.warranty-line:hover{
    transform:translateY(-8px);
}

.warranty-title {
    font-size: 42px;
    font-weight: 200;
    font-family: "Times New Roman", serif;
    line-height: 1.2;
    margin-bottom: 30px;
}

.warranty-description {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

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

.feature-item {
    margin-bottom: 10px;
    background: #343f52;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    border-radius: 8px;
    transition: 0.3s ease;
}
/*.feature-item:hover{
    transform:translateY(-4px);*/
}

/* RIGHT SIDE */
.warranty-right{
    overflow: hidden;
}
.warranty-right img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    transition: 0.4s ease;
}
.warranty-right img:hover{
    transform:scale(1.05);
}

/* ============================= */
/*          Tablet               */
/* ============================= */
@media (max-width: 992px) {

    .warranty-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .warranty-title {
        font-size: 34px;
    }

    section.warranty-section {
        padding: 60px 20px;
    }
}

/* ============================= */
/*          Mobile               */
/* ============================= */
@media (max-width: 576px) {

    section.warranty-section {
        padding: 50px 15px;
    }

    .warranty-title {
        font-size: 26px;
    }

    .warranty-description {
        font-size: 16px;
    }

    .feature-item {
        font-size: 15px;
    }
}




/* ============================= */
/*  9th SECTION and 3rd Section  */
/* ============================= */

.nx-sec9-wrapper {
    padding: 80px 40px;
    background: #f8f9fa;
}

.nx-sec9-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.nx-sec9-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
}

.nx-sec9-card:hover {
    transform: translateY(-10px);
}

/* Image */
.nx-sec9-img {
    overflow: hidden;
}

.nx-sec9-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

.nx-sec9-card:hover .nx-sec9-img img {
    transform: scale(1.08);
}

/* Content */
.nx-sec9-content {
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nx-sec9-btn-top {
    display: flex;
    gap: 10px;
}

/* Buttons */
.nx-sec9-btn {
    flex: 1;
    padding: 10px;
    color: #fff;
    background: #0056b3;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
    font-size: 14px;
}

.nx-sec9-btn:hover {
    color: #fff;
    background: #020c7a;
}

.nx-sec9-btn.secondary {
    color: #fff;
    background: #146326;
}

.nx-sec9-btn.secondary:hover {
    color: #fff;
    background: #1e7e34;
}

.bottom-btn {
    color: #fff;
    background: #120870;
}

.bottom-btn:hover {
    color: #fff;
    background: #340da1;
}

/* Tablet same as desktop */
@media (max-width: 992px) {
    .nx-sec9-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .nx-sec9-grid {
        grid-template-columns: 1fr;
    }

    .nx-sec9-btn-top {
        flex-direction: column;
    }

    .nx-sec9-btn {
        width: 100%;
    }
}


/* ============================= */
/*        10th Section      */
/* ============================= */

.yt-pro-section{
  background: #0b204a;
  padding: 40px;
  font-family:'Segoe UI', sans-serif;
  border-radius: 15px;
  margin-top: 40px;
}

.yt-pro-container{
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:60px;
}

.yt-pro-left{ flex:2; }

.yt-pro-video{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,0.4);
}

.yt-pro-video iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.yt-pro-title{
  margin-top:30px;
  font-size:34px;
  font-weight:700;
  color:#fff;
}

.yt-pro-right{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:20px;
}

.yt-pro-card{
  display:flex;
  gap:15px;
  background:rgba(255,255,255,0.12);
  padding:12px;
  border-radius:16px;
  cursor:pointer;
  transition:all 0.3s ease;
  align-items:center;
  position:relative;
}

.yt-pro-card:hover{
  background:rgba(255,255,255,0.25);
  transform:translateY(-4px);
}

.yt-pro-card img{
  width:120px;
  border-radius:12px;
}

.yt-pro-text h4{
  margin:0;
  font-size:15px;
  color:#fff;
}

.selected-badge{
  display:inline-block;
  background:#ffd600;
  color:#000;
  font-size:11px;
  padding:3px 8px;
  border-radius:20px;
  margin-bottom:6px;
}

.yt-pro-card.active{
  background:#5c79b6;
}

/* Show badge only on active card */
.yt-pro-card:not(.active) .selected-badge {
  display: none;
}


/* Responsive */
@media(max-width:1024px){
  .yt-pro-container{
    flex-direction:column;
  }
  .yt-pro-title{
    font-size:26px;
  }
}

@media(max-width:600px){
  .yt-pro-card{
    flex-direction:column;
    text-align:center;
  }
  .yt-pro-card img{
    width:100%;
  }
}

/* ============================= */
/*        Blog Section      */
/* ============================= */

/* Blog Section */
.portugal_news_section{
    max-width:1200px;
    margin:auto;
    padding:80px 20px;
    overflow: visible;
}
.portugal_news_section h2{
    background: #ccd4e6;
    padding: 10px;
    border-radius: 5px;
}

.portugal_news_title{
    text-align:center;
    font-size:32px;
    margin-bottom:50px;
    letter-spacing:2px;
}
.portugal_news_title a{
    color: #000;
}

.portugal_news_title a:hover{
    color: #0b3080;
}

/* Grid */
.portugal_news_grid{
    display:grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap:30px;
}

/* Card */
.portugal_news_card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.4s;
}

.portugal_news_card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

/* Image */
.portugal_news_img{
    position:relative;
    overflow:hidden;
}

.portugal_news_img img{
    width:100%;
    transition:0.6s;
}

.portugal_news_card:hover img{
    transform:scale(1.1);
}

/* Date */
.portugal_news_date{
    position:absolute;
    top:10px;
    left:0px;
    background:#fff;
    padding:6px 12px;
    font-size:12px;
    font-weight:600;
    border-radius: 4px;
}

.portugal_news_date:hover{
    color:#fff;
    background:#333;
}

/* Content */
.portugal_news_content{
    padding:20px;
    text-align:center;
}

.portugal_news_content h3{
    font-size:18px;
    margin-bottom:10px;
}

.portugal_news_content p{
    font-size:14px;
    color:#666;
    margin-bottom:15px;
}

/* Button */
.portugal_news_btn{
    display:inline-block;
    padding:10px 18px;
    border:1px solid #000;
    text-decoration:none;
    font-size:13px;
    transition:0.3s;
}

.portugal_news_btn:hover{
    background:#000;
    color:#fff;
}

/* Responsive */

/* Tablet */
@media(max-width:992px){
    .portugal_news_grid{
        grid-template-columns: repeat(2, 1fr);
        gap:20px;
    }
}

/* Mobile */
@media(max-width:600px){
    .portugal_news_grid{
        grid-template-columns: 2, 1fr;
        gap:10px;
    }
}


/*--------Fotter Section Start--------*/

/* ============================= */
/*        11th Section      */
/* ============================= */

.nx-sec10-wrapper {
    padding: 80px 20px;
    background: #f8f9fa;
}

.nx-sec10-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.nx-sec10-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
}

.nx-sec10-card:hover {
    transform: translateY(-8px);
}

.nx-sec10-img {
    overflow: hidden;
}

.nx-sec10-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.nx-sec10-card:hover .nx-sec10-img img {
    transform: scale(1.08);
}

.nx-sec10-content {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.nx-sec10-content h3 {
    font-size: 18px;
    margin-bottom: 20px;
    min-height: 50px;
}

.nx-sec10-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #007bff;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.nx-sec10-btn:hover {
    color: #fff;
    background: #8f069c;
    transform: translateY(-5px);
}

/* Tablet */
@media (max-width: 992px) {
    .nx-sec10-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .nx-sec10-grid {
        grid-template-columns: 1fr;
    }
}


/* ============================= */
/*        12th Section      */
/* ============================= */

.nx-sec11-wrapper {
    background: #1f2c46;
    padding: 80px 40px;   /* outer padding */
    color: #fff;
}

.nx-sec11-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px; /* column distance */
    align-items: stretch; /* make equal height */
}
/* Make every column equal height */
.nx-sec11-grid > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Contact Column */
.nx-sec11-contact {
    padding: 30px;
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    height: 100%;
    line-height: 1.8;
    font-size: 15px;
    transition: 0.4s;
}

.nx-sec11-contact:hover{
    transform: translateY(-10px);
}

.nx-sec11-logo {
    width: 140px;
    margin-bottom: 20px;
}
.nx-sec11-contact i {
    margin-right: 8px;
    color: #00c3ff;
}

.nx-sec11-contact a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
}
.nx-sec11-contact p {
    font-size: 13px;
    transition: 0.3s;
}
.nx-sec11-contact p:hover{
    color: #00c3ff;
}
.nx-sec11-contact a:hover {
    color: #00c3ff;
}

/* News Card */
.nx-sec11-news-card {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nx-sec11-news-card:hover {
    transform: translateY(-10px);
}

.nx-sec11-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: 0.4s;
}

.nx-sec11-news-card:hover .nx-sec11-img img {
    transform: scale(1.08);
}

.nx-sec11-content {
    padding: 35px;
    text-align: center;
    margin-top: auto; /* push button area down */
}

.nx-sec11-content h3{
    margin-bottom: 40px;
}

.nx-sec11-btn {
    display: inline-block;
    padding: 8px 18px;
    color: #fff;
    background: #007bff;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.nx-sec11-btn:hover {
    color: #fff;
    background: #8f069c;
    transform: translateY(-5px);
}

/* List Column */
/* Manufacturers & Products */
.nx-sec11-list {
    padding: 30px;
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    height: 100%;
    transition: 0.4s;
}

.nx-sec11-list:hover{
    transform: translateY(-10px);
}

/* spacing between list items */

.nx-sec11-list h4 {
    margin-bottom: 20px;
    font-size: 18px;
}

.nx-sec11-list ul {
    list-style: none;
    padding: 0;
}

.nx-sec11-list ul {
    list-style: none;
    padding: 0;
}

.nx-sec11-list li {
    margin-bottom: 12px;
    font-size: 14px;
}

.nx-sec11-list a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    display: inline-block;
}

.nx-sec11-list a:hover {
    padding-left: 8px;
    color: #00c3ff;
}

/* Responsive */

@media (max-width: 992px) {
    .nx-sec11-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .nx-sec11-wrapper {
        padding: 60px 20px;
    }

    .nx-sec11-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

/* Hidden Section */
#sec11 {
    display: none;
}

#sec8 {
    display: none;
}

/* 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: 105px !important;
		height: 105px !important;
	}
	.ih-item.circle.effect1 .spinner {
		width: 115px !important;
		height: 115px !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:#c1b18d;
	}
	.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: #c1b18d;
		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---------------*/