/*----Fonts----*/

body {
    -webkit-font-smoothing: antialiased;
}
/*-----Normal css start-----*/

.padding-left {
    padding-left: 0px;
}
.padding-right {
    padding-right: 0px;
}
.padding-btm20 {
    padding-bottom: 20px;
}
a {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
a:focus {
    outline: none;
    outline-offset: 0px;
}
/*-----preloader css start----*/

.loader {
    position: fixed;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}
.ball-clip-rotate-multiple {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ball-clip-rotate-multiple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
}
.ball-clip-rotate-multiple > div:last-child {
    display: inline-block;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-color: #fff transparent #fff transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
/*-----Form css start-----*/

.form_input_app_div.pc_form_4 .pc_input_section {
    width: 25%;
}
.form_input_app_div.pc_form_3 .pc_input_section {
    width: 33.33%;
}
.form_input_app_div.pc_form_2 .pc_input_section {
    width: 50%;
}
.form_input_app_div.pc_form_1 .pc_input_section {
    width: 100%;
}
.form_input_app_div.pc_form_4 .pc_input_section .form-control,
.form_input_app_div.pc_form_3 .pc_input_section .form-control,
.form_input_app_div.pc_form_2 .pc_input_section .form-control {
    width: 95%;
    padding: 10px;
    margin-bottom: 10px;
}
.form_input_app_div.pc_form_1 .pc_input_section .form-control {
    width: 100%;
    padding: 10px 19px;
}
.eco_btn:focus {
    color: #ffffff;
}
/*----top info bar----*/

.eco_top_info_wrapper {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 25px 0px 67px;
    font-family: 'Open Sans', sans-serif;
}
ul.eco_top_social {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    padding-top: 7px;
}
ul.eco_top_social li {
    list-style: none;
    display: inline-block;
    margin-right: 13px;
}
ul.eco_top_social li a {
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
ul.eco_top_social li a:hover {
    color: #7abf18;
}
ul.eco_top_social li:last-child {
    margin-right: 0px;
}
.eco_top_info {
    width: auto;
    float: right;
    margin-top: 7px;
}
.eco_top_info ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.eco_top_info ul li {
    list-style: none;
    display: inline-block;
}
.eco_top_info ul li a {
    display: inline-block;
    list-style: none;
    padding: 0px 15px 15px 5px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}
.eco_top_info ul li a i {
    margin-right: 5px;
}
.eco_top_info ul li a:hover {
    color: #7abf18;
}
.eco_top_info ul li:last-child a {
    padding-right: 0px;
}
.eco_top_info ul li span.info_img.ed_element_wrapper {
    display: inline-block;
}
.eco_top_info ul li .ed_element_wrapper {
    display: inline-block;
}
.eco_top_info ul li span.info_text.ed_paragraph {
    color: #ffffff;
    font-size: 16px;
    margin-left: 10px;
}
.eco_top_box.eco_fixed {
    position: fixed;
    top: 0;
}
.eco_top_box.eco_fixed .eco_top_info_wrapper {
    display: none;
}
.eco_top_box.eco_fixed .eco_banner_box.ed_box {
    margin-top: 0px;
    padding: 20px 45px 20px 65px;
    border-radius: 0px;
}
/*----Banner css start-----*/

.eco_banner_wrapper {
    width: 100%;
    float: left;
    background-size: cover;
    font-family: 'Roboto Slab', serif;
    position: relative;
}
.eco_top_box {
    position: absolute;
    z-index: 10;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.eco_top_box.eco_overlay {
    height: 100%;
}
.eco_banner_box {
    width: 100%;
    float: left;
    background-color: #7abf18;
    padding: 35px 45px 35px 65px;
    border-radius: 60px;
    margin-top: -53px;
}
.eco_logo {
    width: 100%;
    display: inline-block;
    margin-top: 11px;
}
.eco_top_info_box {
    width: 100%;
    float: left;
}
.eco_top_icons ul {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.eco_top_icons ul li {
    list-style: none;
    display: inline-block;
    margin-right: 11px;
}
.eco_top_icons ul li:last-child {
    margin-right: 0px;
}
.eco_top_icons ul li a {
    text-decoration: none;
    display: block;
}
.eco_top_info_innerbox {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.eco_menu_wrapper {
    width: 100%;
    float: left;
}
.eco_menu {
    width: 100%;
    float: left;
    margin-top: 3px;
}
.eco_menu_wrapper .navbar-collapse {
    padding-left: 0px;
}
.eco_menu_wrapper .navbar {
    margin-bottom: 0px;
    min-height: auto;
}
.eco_menu ul {
    padding: 0px;
    margin: 0px;
    padding-left: 40px;
    float: right;
}
.eco_menu ul li {
    display: inline-block;
    list-style: none;
}
.eco_menu ul li > a {
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    padding: 10px 18px;
	cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
.eco_menu ul li > a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.eco_menu ul li > a:hover::after,
.eco_menu ul li > a:focus::after,
.eco_menu ul li a.active:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.eco_slider {
    float: left;
    width: 100%;
}
.eco_banner_text {
    width: 100%;
    float: left;
    text-align: center;
    margin: 200px 0px 350px;
}
.eco_banner_text h2 {
    font-size: 48px;
    color: #ffffff;
    margin: 0px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
.eco_banner_text h1 {
    color: #ffffff;
    font-size: 60px;
    padding: 20px 0px 0px;
    margin: 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}
.eco_btn {
    background-color: #7abf18;
    color: #ffffff;
    font-size: 17px;
    text-transform: capitalize;
    height: 50px;
    text-align: center;
    width: 170px;
    display: inline-block;
    padding: 10px 30px;
    line-height: 27px;
    border-radius: 22px;
    border: 1px solid transparent;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.eco_btn:hover {
    background-color: transparent;
    color: #7abf18;
    border: 1px solid;
}
.eco_btn:hover,
.eco_btn:focus {
    text-decoration: none;
}
.pc_btn1.pc_btn2 {
    background-color: transparent;
    color: #20ce6d;
    margin-right: 0px;
    border: 2px solid;
}
/*----about css start----*/

.eco_about_wrapper {
    width: 100%;
    float: left;
    padding: 80px 0px 0px;
    position: relative;
}
.eco_about_img {
    width: 33%;
    margin-top: 23px;
    position: absolute;
    right: 15%;
    bottom: 0;
}
.eco_about_data {
    width: 100%;
    float: left;
    padding: 30px 0px 80px;
}
.eco_about_para {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #353535;
    line-height: 22px;
    margin: 0px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
}
.eco_about_data a.eco_btn {
    margin-top: 35px;
}
/*----	service css start----*/

.eco_service_wrapper {
    width: 100%;
    float: left;
    background-color: #f4f4f4;
    padding: 80px 0px;
    font-family: 'Roboto Slab', serif;
}
.eco_heading p {
    font-size: 18px;
    color: #666666;
    margin: 0px;
    line-height: 26px;
    padding: 15px 28px 0px;
    font-style: italic;
}
.eco_service_box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 15px 20px;
    background-color: #ffffff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.34);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.eco_ser_content {
    position: relative;
    z-index: 1;
}
.eco_service_box:before {
    background: #7abf18;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.eco_service_box:after {
    content: "";
    background: #7abf18;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.eco_service_box:hover:before,
.eco_service_box:hover:after {
    left: 0;
    top: 0;
}
.eco_ser_icon {
    width: 126px;
    height: 126px;
    display: inline-block;
    border: 1px solid #353535;
    border-radius: 100%;
    line-height: 126px;
}
.eco_ser_icon i.flaticon {
    font-size: 50px;
    color: #7abf18;
}
.eco_service_box h2 {
    margin: 0px;
    color: #353535;
    font-size: 20px;
    text-transform: capitalize;
    padding: 15px 0px 25px;
    font-family: 'Roboto Slab', serif;
}
.eco_service_box p {
    color: #353535;
    font-size: 15px;
    line-height: 22px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}
.eco_service_box:hover .eco_ser_icon,
.eco_service_box:hover h2,
.eco_service_box:hover p,
.eco_service_box:hover .eco_ser_icon i.flaticon {
    border-color: #ffffff;
    color: #ffffff;
}
/*----start css start----*/

.eco_start_wrapper {
    width: 100%;
    float: left;
    background-image: url(../images/testimonial_bg.jpg);
    background-size: cover;
    padding: 100px 0px;
    text-align: center;
    background-attachment: fixed;
	position:relative;
	z-index:1;
}
.eco_start_wrapper:after{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:"";
	background-color: rgba(0, 0, 0, 0.7);
	z-index:-1;
	
}
.eco_start_wrapper h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}
.eco_start_wrapper p {
    color: #ffffff;
    font-size: 16px;
    padding-top: 20px;
    width: 100%;
    float: left;
    margin: 0px;
}
.eco_start_wrapper a.eco_btn {
    margin-top: 45px;
}
/*----counter css start----*/

.eco_counter_wrapper {
    width: 100%;
    float: left;
    background-image: url(../images/start_recycle.jpg);
    background-size: cover;
    padding: 100px 0px;
    background-attachment: fixed;
	position:relative;
	z-index:1;
}
.eco_counter_wrapper:after{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:"";
	background-color: rgba(0, 0, 0, 0.5);
	z-index:-1;
}
.eco_count_box {
    text-align: center;
    width: 100%;
    float: left;
    padding: 20px;
    background-color: rgb(0, 0, 0);
    min-height: 274px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.eco_count_box:before {
    background: rgba(122, 191, 24, 0.41);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.eco_count_box:after {
    content: "";
    background: rgba(122, 191, 24, 0.41);
    height: 100%;
    left: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.eco_count_box:hover:before,
.eco_count_box:hover:after {
    left: 0;
    top: 0;
}
.eco_count_data {
    position: relative;
    z-index: 1000;
}
.eco_count_box:hover h2 {
    color: #ffffff;
}
.eco_count_box i.flaticon {
    font-size: 50px;
    color: #ffffff;
}
.eco_count_box img {
    display: inline-block;
}
.eco_count_box h2 {
    font-size: 50px;
    font-weight: bold;
    margin: 0px;
    padding: 15px 0px;
    color: #7abf18;
    font-family: 'Roboto Slab', serif;
}
.eco_count_box p {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    line-height: 26px;
}
/*----mission css start----*/

.eco_mission_wrapper {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 80px 0px 65px;
    font-family: 'Roboto Slab', serif;
}
.eco_mission_box {
    padding: 25px 0px;
}
.eco_mission_box h2 {
    font-size: 20px;
    color: #353535;
    margin: 0px;
    padding-bottom: 15px;
    width: 100%;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.eco_mission_box p {
    font-size: 15px;
    color: #353535;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}
.eco_mission_text {
    margin-top: 25px;
}
.mission_icon {
    width: 150px;
    height: 150px;
    display: inline-block;
    text-align: center;
    border: 1px solid #353535;
    border-radius: 100%;
    line-height: 150px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mission_icon:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7abf18;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.eco_mission_box:hover .mission_icon:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.mission_icon i.flaticon {
    font-size: 45px;
    color: #7abf18;
}
.eco_mission_box:hover .mission_icon i.flaticon {
    color: #ffffff;
}
.eco_mission_box:hover h2 {
    color: #7abf18;
}
/*----testimonial css start----*/

.eco_feedback_wrapper {
    width: 100%;
    float: left;
    padding: 80px 0px 170px;
    font-family: 'Roboto Slab', serif;
    background-image: url(../imaes/donate_wrapper.jpg);
    background-size: cover;
    background-attachment: fixed;
	position:relative;
	z-index:1;
}
.eco_feedback_wrapper:after{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.7);
	content:"";
	z-index:-1;
}
.eco_feedback_wrapper .eco_heading h1 {
    color: #ffffff;
}
.eco_feedback {
    width: 100%;
    text-align: center;
}
.eco_feedback_slider .ed_element_wrapper_box {
    display: inline-block;
    width: 100%;
}
.eco_feedback_box {
    width: 100%;
    float: left;
    background-color: #ffffff;
    text-align: center;
    margin-top: 60px;
}
.eco_feedback_box img {
    border-radius: 100%;
    border: 4px solid;
    margin-top: -58px;
    color: #ffffff;
    border-radius: 100%;
}
.fs_feedback_inner {
    display: inline-block;
    width: 100%;
}
.eco_feedback_slider .ed_slider {
    margin: 20px 0;
}
.eco_feedback_box p {
    color: #353535;
    font-size: 15px;
    line-height: 22px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    padding: 30px 25px 30px;
}
.eco_test_footer {
    width: 100%;
    background-color: #7abf18;
    padding: 20px 10px;
}
.eco_test_footer h3 {
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 1px;
}
.eco_test_footer h5 {
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0px;
    padding-top: 10px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 1px;
}
.owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block;
}
.eco_feedback_slider .owl-controls {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 117%;
}
.eco_feedback_slider .owl-dot {
    display: inline-block;
}
.eco_feedback_slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    display: block;
    margin: 0px 3px;
    border-radius: 100%;
}
.eco_feedback_slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: #7abf18;
}
/*----gallery css start----*/

.eco_gallery_wrapper {
    width: 100%;
    float: left;
    padding: 80px 0px 80px;
}
.eco_project_img img {
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    border: 1px solid transparent;
}
.eco_project_img,
.eco_team_img,
.eco_video_img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.eco_project_img:before,
.eco_team_img:before,
.eco_video_img:before {
    background: rgba(122, 191, 24, 0.41);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.eco_project_img:after,
.eco_team_img:after,
.eco_video_img:after {
    content: "";
    background: rgba(122, 191, 24, 0.41);
    height: 100%;
    left: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.eco_project_img:hover:before,
.eco_project_img:hover:after,
.eco_team_box:hover .eco_team_img:before,
.eco_team_box:hover .eco_team_img:after,
.eco_video_box:hover .eco_video_img:before,
.eco_video_box:hover .eco_video_img:after {
    left: 0;
    top: 0;
}
.eco_project_img .project-buttons,
.eco_so_icon,
.eco_paly_button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.eco_project_img .project-buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #353535;
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
    opacity: 0;
}
.eco_paly_button a i.fa.fa-play {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border: 2px solid #ffffff;
    color: #ffffff;
    line-height: 31px;
    opacity: 0;
    -webkit-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}
.eco_paly_button a i.fa.fa-play:focus {
    outline: none;
}
.eco_video_box:hover .eco_paly_button a i.fa.fa-play {
    opacity: 1;
}
.eco_project_img .project-buttons .fa:hover {
    color: #7abf18;
}
.eco_project_img .project-buttons .fa:focus {
    outline: none;
}
.eco_project_img:hover .project-buttons .fa {
    opacity: 1;
}
/*----video css start----*/

.eco_video_wrapper {
    width: 100%;
    float: left;
    background-image: url(../images/video_banner.jpg);
    background-size: cover;
    padding: 80px 0px;
    font-family: 'Roboto Slab', serif;
	position:relative;
	z-index:1;
}
.eco_video_wrapper:after{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:"";
	background-color: rgba(0, 0, 0, 0.7);
	z-index:-1;
}
.eco_video_wrapper .eco_heading h1 {
    color: #ffffff;
}
.eco_video_box {
    width: 100%;
    float: left;
}
.wb_iframe {
    position: relative;
    padding-bottom: 73%;
    height: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.wb_iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
.eco_data {
    margin-top: 18px;
}
.eco_data h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 12px;
    text-transform: capitalize;
}
.eco_data p {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin: 0px;
}
/*----newsletter css start----*/

.eco_newsletter_wrapper {
    width: 100%;
    float: left;
    background-image: url(../images/news_banner.jpg);
    background-size: cover;
    padding: 80px 0px;
    font-family: 'Roboto Slab', serif;
}
.eco_partner {
    display: inline-block;
    width: 100%;
}
.eco_subscribe_field {
    text-align: center;
}
.eco_subscribe_field .ed_element_wrapper_form {
    width: 100%;
    display: inline-block;
}
.eco_subscribe_field button.ed_submit.eco_btn {
    float: left;
}
.eco_subscribe_field p {
    font-size: 15px;
    color: #353535;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}
.eco_subscribe_field .form-group {
    margin: 0px;
}
.eco_subscribe_field .form_input_app_div.pc_form_1 .pc_input_section .form-control {
    width: 59%;
    padding: 10px 19px;
}
.eco_subscribe_field .form-control {
    float: right;
    height: 50px;
    padding: 6px 12px;
    font-size: 15px;
    color: #353535;
    background-color: transparent;
    border: 1px solid #353535;
    border-radius: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-family: 'Open Sans', sans-serif;
}
::-webkit-input-placeholder {
    color: #353535 !important;
}
::-moz-placeholder {
    color: #353535 !important;
}
:-ms-input-placeholder {
    color: #353535 !important;
}
:-moz-placeholder {
    color: #353535 !important;
}
/*----eco heading css start----*/

.eco_heading h1 {
    font-size: 30px;
    color: #353535;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
}
.eco_heading img {
    display: inline-block;
}
/*----team css start----*/

.eco_team_wrapper {
    width: 100%;
    float: left;
    padding: 80px 0px;
    font-family: 'Roboto Slab', serif;
    background-color: #ffffff;
}
.eco_team_wrapper .eco_heading h1 {
    padding-bottom: 10px;
}
.eco_team_wrapper p {
    font-size: 15px;
    color: #353535;
    line-height: 22px;
    margin: 0px;
    padding: 20px 0px 30px;
    font-family: 'Open Sans', sans-serif;
}
.eco_innerteam_wrapper {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    padding: 80px 0px;
}
.eco_team_box {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.4);
}
.eco_team_data {
    width: 100%;
    float: left;
    padding: 25px;
}
.eco_team_box img {
    width: 100%;
}
ul.team_social img {
    width: auto;
}
.eco_team_box h2 {
    text-transform: capitalize;
    margin: 0px;
    padding: 0px 0px 10px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #7abf18;
    font-family: 'Roboto Slab', serif;
}
.eco_team_box p {
    color: #353535;
    text-transform: capitalize;
    margin: 0px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
ul.team_social {
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 15px;
}
ul.team_social li {
    display: inline-block;
    list-style: none;
    margin-top: 5px;
}
ul.team_social li a {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    background-color: #ffffff;
    color: #353535;
    font-size: 15px;
    -webkit-transition: all 0.2s 0.2s;
    -moz-transition: all 0.2s 0.2s;
    -o-transition: all 0.2s 0.2s;
    transition: all 0.2s 0.2s;
    opacity: 0;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
ul.team_social li a:hover {
    color: #7abf18;
}
.eco_team_box:hover ul.team_social li a {
    opacity: 1;
}
.ss_service_wrapper.ss_inner_services .ss_service_box {
    margin-bottom: 50px;
}
.editable.ss_service_wrapper.ss_inner_services {
    padding: 90px 0px 40px;
}
.editable.ss_offer_wrapper.ss_inner_offer {
    background-color: #f5f5f5;
}
/*----service page css start----*/

.eco_service_wrapper.eco_innerservice_wrapper {
    padding: 65px 0px;
}
.eco_service_wrapper.eco_innerservice_wrapper .eco_service_box {
    margin: 15px 0px;
    padding: 30px 15px 30px;
}
.eco_donate_wrapper {
    width: 100%;
    float: left;
    background-image: url(../images/donate_wrapper.jpg);
    background-size: cover;
    padding: 80px 0px;
    text-align: center;
}
.eco_donate_wrapper h1 {
    color: #ffffff;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 30px;
}
.eco_donate_wrapper p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
}
.eco_newsletter_wrapper.eco_partners_wrapper {
    background-color: #f5f5f5;
    background-image: none;
}
/*----footer css start----*/

.eco_footer_wrapper {
    width: 100%;
    float: left;
    padding: 80px 0px;
    background-image: url(../images/footer_bg.jpg);
    background-size: cover;
    font-family: 'Roboto Slab', serif;
	position:relative;
	z-index:1;
}
.eco_footer_wrapper:after{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:"";
	background-color: rgba(0, 0, 0, 0.5);
	z-index:-1;
}
h2.footer_heading {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.eco_footer_box p {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    padding-top: 30px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}
.eco_footer_box ul {
    padding: 0px;
    margin: 0px;
    padding-top: 15px;
}
.eco_footer_box ul li {
    list-style: none;
}
.footer_con_info ul li .ed_element_wrapper {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}
ul.tag_clouds {
    padding-top: 33px;
}
ul.tag_clouds li {
    float: left;
}
ul.tag_clouds li a {
    background-color: #656467;
    padding: 8px 11px !important;
    font-size: 15px;
    border-bottom: none !important;
    margin-right: 9px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
ul.tag_clouds li a:hover {
    background-color: #7abf18;
    color: #ffffff !important;
}
.footer_icon {
    width: 10%;
    float: left;
    display: inline-block;
}
.footer_icon i {
    color: #7abf18;
}
.footer_text {
    width: 85%;
    display: inline-block;
    margin-left: 10px;
}
.eco_footer_box.footer_con_info ul > li {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 15px 0px 15px;
    border-bottom: 1px solid;
}
.eco_footer_box.footer_con_info ul li:last-child {
    border-bottom: none;
}
.eco_footer_box.footer_con_info ul > li > a {
    padding: 0px;
}
.eco_footer_box ul li a.con_text {
    color: #ffffff;
}
.eco_footer_box ul li a.con_text:hover {
    text-decoration: none;
    color: #7abf18;
    cursor: pionter;
}
.eco_footer_box ul li > a {
    color: #ffffff;
    text-transform: capitalize;
    padding: 15px 0px;
    display: block;
    border-bottom: 1px solid;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
.eco_footer_box ul li:last-child a {
    border-bottom: none;
}
.eco_footer_box ul li:hover > a {
    color: #7abf18;
}
.eco_bottom_footer {
    width: 100%;
    float: left;
    background-color: #7abf18;
    padding: 15px 0px;
    text-align: center;
}
.eco_bottom_footer p {
    color: #ffffff;
    font-size: 15px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}
/*----eco about page css start----*/

.eco_banner_wrapper.inner_wrapper {
    width: 100%;
    float: left;
    background-image: url(../images/bread_bg.jpg);
    background-size: cover;
    font-family: 'Roboto Slab', serif;
}
.eco_breadcrumbs {
    width: 100%;
    float: left;
    margin: 100px 0px 100px;
}
.eco_breadcrumbs h1 {
    color: #ffffff;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    font-family: 'Roboto Slab', serif;
}
.eco_innerabout_wrapper {
    width: 100%;
    float: left;
    padding: 80px 0px;
    font-family: 'Roboto Slab', serif;
}
.about_box {
    text-align: center;
}
.about_box h2 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0px;
    color: #353535;
    padding: 20px 0px 15px;
    font-family: 'Roboto Slab', serif;
}
.about_box p {
    margin: 0px;
    color: #353535;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}
.eco_clean_wrapper {
    width: 100%;
    float: left;
    padding: 80px 0px 0px;
    background-color: #f4f4f4;
    text-align: center;
    font-family: 'Roboto Slab', serif;
}
.eco_clean_wrapper p {
    font-size: 25px;
    color: #353535;
    margin: 0px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.eco_clean_wrapper h1 {
    text-transform: capitalize;
    margin: 0px;
    color: #353535;
    padding-bottom: 40px;
    font-size: 36px;
    font-family: 'Roboto Slab', serif;
}
.eco_clean_wrapper img {
    margin-top: 30px;
}
.eco_partnet_box {
    text-align: center;
    background-color: #ffffff;
    padding: 30px 0px;
    min-height: 100px;
    line-height: 60px;
}
/*----contact page css start----*/

.eco_contact_wrapper {
    width: 100%;
    float: left;
    padding: 80px 0px;
    background-color: #ffffff;
    font-family: 'Roboto Slab', serif;
}
.eco_conatct_heading h1 {
    font-size: 30px;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #353535;
}
.con_heading_text .ed_element_wrapper {
    width: 100%;
    display: inline-block;
}
.eco_conatct_heading p {
    color: #353535;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.eco_conatct_heading {
    width: 100%;
    float: left;
}
.eco_conatct_heading ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    padding-top: 30px;
}
.eco_contact_form {
    margin-left: 20px;
}
.eco_conatct_heading ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin-bottom: 20px;
}
.con_heading_text h3.con_text {
    font-size: 17px;
    color: #353535;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0px;
    font-family: 'Roboto Slab', serif;
}
.con_heading_text p.con_text {
    color: #353535;
    font-size: 15px;
}
.con_heading_icon {
    width: 15%;
    float: left;
    display: inline-block;
}
.con_heading_text {
    width: 80%;
    display: inline-block;
    margin-left: 10px;
}
.eco_contact_form .form-group {
    float: left;
}
.eco_contact_form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    color: #666666;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.eco_contact_form .pc_input_section.eco_text_area .form-control {
    width: 97.5%;
    height: 150px;
    resize: none;
}
.eco_contact_form .pc_input_section.eco_text_area {
    width: 100%;
}
/*----faq page css start----*/

.eco_faq_wrapper {
    width: 100%;
    float: left;
    padding: 80px 0px;
    background-color: #ffffff;
    background-size: cover;
    font-family: 'Roboto Slab', serif;
}
.eco_faq_box {
    margin-bottom: 40px;
}
.eco_faq_box h2 {
    font-size: 18px;
    color: #353535;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 10px;
    font-family: 'Roboto Slab', serif;
}
.eco_faq_box p {
    color: #353535;
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}
.eco_ask_wrapper {
    width: 100%;
    float: left;
    padding: 80px 0px;
    background-color: #f5f5f5;
}
.eco_ques_form .form-group {
    float: left;
}
.eco_ques_form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    color: #666666;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.eco_ques_form .pc_input_section.eco_text_area .form-control {
    width: 97.5%;
    height: 170px;
    resize: none;
}
.eco_ques_form .pc_input_section.eco_text_area {
    width: 100%;
}
.eco_ques_form .eco_btn {
    width: 300px;
}
.eco_btn:focus {
    outline: none;
}
#scroll{
    display:none;
}
/*----Media css start----*/

@media(max-width:1600px) {
    .eco_about_img {
        width: 38%;
        right: 9%;
        bottom: 0;
    }
}
@media(max-width:1300px) {
    .eco_about_img {
        width: 43%;
        right: 4%;
        bottom: 0;
    }
}
@media(max-width:1200px) {
    .eco_menu ul li > a {
        padding: 10px 14px;
    }
    .eco_banner_text h1 {
        font-size: 45px;
    }
    .eco_count_box p {
        font-size: 14px;
    }
    .eco_data {
        margin-top: 0;
    }
    .eco_video_wrapper .col-lg-12.col-md-12.ed_element_wrapper_box {
        margin-bottom: 20px;
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .eco_menu ul li > a {
        padding: 10px 14px;
        font-size: 15px;
    }
    .eco_about_img {
        width: 59%;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .eco_video_img img {
        width: 100%;
    }
    .eco_mission_text h2.text-right,
    .eco_mission_text p.text-right {
        text-align: center;
    }
    .eco_about_img {
        display: none;
    }
    .eco_top_box.eco_fixed .eco_banner_box.ed_box {
        padding: 5px 45px 18px 65px;
    }
    .eco_logo {
        text-align: center;
    }
    .eco_menu {
        text-align: center;
    }
    .eco_banner_box {
        padding: 20px 45px 30px 65px;
    }
    .eco_menu ul {
        padding-left: 0;
        float: none;
    }
    .eco_banner_text {
        margin: 100px 0px 150px;
    }
    .eco_banner_text h1 {
        font-size: 38px;
    }
    .eco_banner_text h2 {
        font-size: 45px;
    }
    .eco_service_box {
        margin-bottom: 30px;
    }
    .eco_count_box {
        margin-bottom: 40px;
    }
    .col-lg-6.col-md-6.eco_video {
        margin-bottom: 50px;
    }
    .eco_subscribe_field .form_input_app_div.pc_form_1 .pc_input_section .form-control {
        width: 90%;
    }
    .eco_footer_box {
        margin-bottom: 30px;
    }
    .eco_mission_box {
        text-align: center;
    }
    .eco_mission_box img {
        display: inline-block;
    }
    .eco_mission_text h2.ed_heading.text-right {
        text-align: center;
    }
    .eco_mission_text p.ed_paragraph.text-right {
        text-align: center;
    }
    .about_box img.ed_image.img-responsive {
        display: inline-block;
    }
    .about_box {
        margin-bottom: 40px;
    }
    .eco_logo img {
        display: inline-block;
    }
    .eco_team_wrapper img.spirit_img {
        margin-top: 40px;
    }
    .eco_team_box {
        margin-bottom: 30px;
    }
    .eco_conatct_heading {
        margin-bottom: 20px;
    }
    .eco_contact_form {
        margin-left: 0;
    }
}
@media(max-width:767px) {
    .eco_top_info_wrapper {
        text-align: center;
    }
    ul.eco_top_social {
        margin-bottom: 10px;
    }
    .eco_top_info {
        float: none;
    }
    .eco_mission_box .col-lg-8.col-md-8.padding-left.col-lg-pull-4.col-md-pull-4 {
        padding-left: 15px;
    }
    .eco_mission_text h2.ed_heading.text-right {
        text-align: center;
    }
    .eco_mission_text p.ed_paragraph.text-right {
        text-align: center;
    }
    .eco_about_img {
        display: none;
    }
    .eco_mission_box .col-lg-8.col-md-8.padding-right {
        padding-right: 15px;
    }
    .menu_btn {
        position: absolute;
        right: 5%;
        width: 35px;
        height: 35px;
        background-color: #ffffff;
        top: -35px;
        margin-top: 0;
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -ms-transition: -ms-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        transition: transform 0.3s;
    }
    .eco_menu {
        position: fixed;
        top: -10px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        visibility: visible;
        width: 40%;
        height: 100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        background-color: #000;
    }
    .eco_menu.open_menu {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .close_btn {
        position: absolute;
        width: 30px;
        height: 30px;
        cursor: pointer;
        top: 2%;
        left: 215px;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -ms-transition: -ms-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        transition: transform 0.3s;
    }
    .close_btn:after,
    .close_btn:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 1px;
        background-color: #fff;
        transform: rotate(45deg);
        top: 13px;
    }
    .close_btn:before {
        transform: rotate(-45deg);
    }
    .menu_btn span {
        width: 20px;
        height: 2px;
        background-color: #7abf18;
        margin: 0px auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
    }
    .menu_btn span:nth-child(2) {
        top: 17px;
    }
    .menu_btn span:last-child {
        top: 24px;
    }
    .eco_menu ul {
        float: left;
        padding-top: 50px;
    }
    .eco_menu ul li {
        width: 100%;
    }
    .eco_menu ul li > a {
        padding: 10px 14px;
        width: 100%;
    }
    .eco_menu ul li > a:hover {
        color: #7abf18;
    }
    .eco_menu ul li > a.active {
        color: #7abf18;
    }
    .eco_menu ul li > a:after,
    .eco_menu ul li > a.active:after {
        display: none;
    }
    .eco_footer_box {
        margin-bottom: 30px;
    }
    .eco_mission_box {
        text-align: center;
    }
    .eco_mission_box img {
        display: inline-block;
    }
    .eco_mission_text h2.text-right {
        text-align: center;
    }
    .eco_mission_text p.text-right {
        text-align: center;
    }
    .eco_banner_text h1 {
        font-size: 38px;
    }
    .eco_banner_text h2 {
        font-size: 45px;
    }
    .eco_service_box {
        margin-bottom: 30px;
    }
    .eco_count_box {
        margin-bottom: 40px;
    }
    .eco_project_img img {
        display: inline-block;
    }
    .eco_project_img {
        text-align: center;
    }
    .col-lg-6.col-md-6.eco_video {
        margin-bottom: 50px;
    }
    .eco_subscribe_field .form_input_app_div.pc_form_1 .pc_input_section .form-control {
        width: 90%;
    }
    .eco_footer_box {
        margin-bottom: 30px;
        width: 100%;
        float: left;
    }
    .eco_mission_box {
        text-align: center;
    }
    .eco_mission_box img {
        display: inline-block;
    }
    .eco_data {
        margin-top: 20px;
        text-align: center;
    }
    .eco_video_img {
        text-align: center;
    }
    .eco_video_img img {
        display: inline-block;
    }
    .eco_subscribe_field .form_input_app_div.pc_form_1 .pc_input_section .form-control {
        width: 100%;
    }
    .eco_subscribe_field button.eco_btn {
        display: inline-block;
        margin-top: 40px;
    }
    .eco_subscribe_field {
        text-align: center;
    }
    .eco_menu_wrapper .navbar-collapse {
        padding-left: 0px;
        width: 100%;
    }
    .about_box img.ed_image.img-responsive {
        display: inline-block;
    }
    .about_box {
        margin-bottom: 40px;
    }
    .eco_logo img {
        display: inline-block;
    }
    .eco_team_wrapper img.spirit_img {
        margin-top: 40px;
    }
    .eco_team_box {
        margin-bottom: 30px;
    }
    .eco_conatct_heading {
        margin-bottom: 20px;
    }
    .eco_contact_form {
        margin-left: 0;
    }
    .eco_faq_box h2 {
        line-height: 26px;
    }
    .eco_ques_form {
        text-align: center;
    }
}
@media(max-width:550px) {
    .eco_video_img img {
        display: inline-block;
        width: 100%;
    }
    .close_btn {
        left: 140px;
    }
}
@media(max-width:480px) {
    .eco_ques_form {
        text-align: center;
    }
    .eco_faq_box h2 {
        line-height: 26px;
    }
    .eco_start_wrapper h1 {
        font-size: 40px;
    }
}
@media(max-width:320px) {
    .eco_banner_box {
        padding: 29px 30px 15px 30px;
        border-radius: 60px;
        margin-top: 50px;
    }
    .navbar-toggle {
        margin-top: 0;
    }
    .eco_data h3 {
        font-size: 16px;
    }
    .eco_clean_wrapper h1 {
        font-size: 28px;
    }
    .con_heading_text {
        width: 73%;
        display: inline-block;
        margin-left: 26px;
    }
    .eco_ques_form .eco_btn {
        width: 217px;
        font-size: 14px;
    }
    .eco_ques_form {
        text-align: center;
    }
    .eco_top_box.eco_fixed .eco_banner_box.ed_box {
        margin-top: 0px;
        padding: 20px 20px 20px 20px;
        border-radius: 0px;
    }
    .eco_banner_box {
        padding: 8px 30px 15px 30px;
    }
    .menu_btn {
        top: -25px;
        width: 30px;
        height: 30px;
    }
    .menu_btn span {
        top: 7px;
    }
    .menu_btn span:nth-child(2) {
        top: 15px;
    }
    .menu_btn span:last-child {
        top: 22px;
    }
    .eco_logo {
        width: 70%;
    }
    .eco_menu {
        width: 66%;
    }
    .eco_start_wrapper h1 {
        font-size: 30px;
    }
}