/*** Section Title***/

.section-title {
    font-size: 52px;
    line-height: 55px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ecolar-section-title {
    text-align: center;
    padding: 0 362px;
}

.ecolar-section-title .button {
    margin-top: 20px;
}


/*** Service ***/

.single-service {
    background-color: #ffffff;
    border-radius: 1px;
    text-align: center;
    padding: 0px;
    position: relative;
    margin-bottom: 22px;
}

.service-img {
    margin: auto;
}

.service-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.service-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    margin-bottom: 8px;
}

.service-contentrs {
    padding: 26px;
}

.single-service:after {
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .4s;
    background: #e8f1ea;
}

.single-service:hover:after {
    background: #348239;
}

.service-box.enable-slide {
    padding: 0 15px;
}

.ecolar-service-inner.style-two .single-service {
    padding: 0;
}

.ecolar-service-inner.style-two .service-img {
    width: 100%;
    height: 100%;
}

.ecolar-service-inner.style-two .service-contentrs {
    background-color: #fff;
    padding: 20px;
}


/*** About Slider ***/

.about-title {
    font-size: 62px;
    line-height: 76px;
    text-transform: uppercase;
}

.about-title span,
.about-title strong {
    color: #348239;
}

.about-dec strong {
    font-size: 24px;
    color: #348239;
    font-family: 'Dosis';
    line-height: 28px;
}

.about-two-column,
.about-dec {
    font-size: 16px;
}

.row.about-slides {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex !important;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
}

.sabout-img img {
    display: inline-block !important;
}

.sabout-img {
    text-align: center;
}


/*** about nav ***/

.sabout-nav-section {
    width: 46%;
    float: right;
    overflow: hidden;
    background: #348239;
    padding: 12px 25px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 55px;
    margin: 0px 52px;
}

.sabout-nav-img.slick-slide.slick-active.sabout-nav-img {
    width: 50px !important;
    height: 50px !important;
    cursor: pointer;
    vertical-align: middle;
}

.sabout-nav-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 100% !important;
    box-shadow: 0px 0px 14px 0px #0808083d !important;
}

.sabout-nav-section .slick-track,
.sabout-nav-section .slick-slide {
    width: auto !important;
}

.sabout-nav-section .slick-slide {
    margin-right: -26px;
}

.sabout-nav-section p {
    right: 0;
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 26px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Dosis';
    margin: 0;
}

.about-slides .about-content-area {
    padding: 50px 0;
}


/*** infobox ***/

.infobox-img img {
    border-radius: 10px;
    width: 100%;
}

.infobox-img {
    margin-bottom: 10px;
}

.infobox-title {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    background: #ffffff;
    padding: 25px 35px 25px 30px;
    border-radius: 10px;
    line-height: 36px;
}


/*** Client logo **/

.ecolar-client-logo-wrapper.enable-slide .slick-slide {
    width: auto !important;
    padding: 0 30px;
}

.ecolar-client-logo-wrapper.enable-slide .slick-slide img {
    width: auto !important;
}

.ecolar-client-logo-wrapper.no-slide {
    text-align: center;
}

.ecolar-client-logo-wrapper.no-slide img {
    margin: 0 26px;
}


/** Counter**/

.ecolar-counter-title {
    font-size: 24px;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
    display: block;
}

.counter-nmber {
    font-size: 48px;
    color: #9fc2a1;
    display: inline-block;
    font-family: 'Dosis';
    font-weight: bold;
}

.counter-numbers {
    margin-top: 17px;
}

.ecolar-counter {
    display: inline-block;
}


/*** Donation **/

.donate-img img {
    border-radius: 5px;
}

.donate-contents {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
}

.donate-img {
    margin-bottom: 10px;
}

.donat-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 0;
}

.donat-dec {
    margin-top: 10px;
    margin-bottom: 20px;
}

.donat-dec p {
    margin: 0;
}

.donate-progress-bar .progress {
    height: 5px;
    border-radius: 33px;
    background: #e5e5e5;
}

.donate-progress-bar .progress-bar {
    background: #d96637;
}

a.donate-btn {
    padding: 13px;
    background-color: #f2f2f2;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Dosis';
    font-size: 14px;
}

.donate-button {
    margin-top: 20px;
}

a.donate-btn:hover {
    background-color: #348239;
    color: #ffffff;
}

.donate-status {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-family: 'Dosis';
}

.donate-price-area {
    margin-top: 5px;
}

.donate-wrapper-inner .slick-slide {
    margin: 0 15px;
}

.donate-wrapper-inner .slick-list {
    margin: 0px -15px;
}

.donation-image {
    text-align: center;
}

.donate-single {
    margin-bottom: 30px;
}

.ecolar-donation-wrapper.donate-one .donate-single {
    display: flex;
}

.ecolar-donation-wrapper.donate-one .donate-single .donate-img {
    margin: 0;
}

.ecolar-donation-wrapper.donate-one .donate-single .donate-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ecolar-donation-wrapper.donate-one .donate-single {
    padding: 12px;
    background: #ffffff;
}


/*** Testimonial ***/

.testimonial-single {
    padding: 0 100px;
}

.tesimonial-contents {
    padding-left: 22px;
    float: initial;
    overflow: hidden;
}

.testi-icon {
    display: inline-block;
    padding: 11px 9px 18px 9px;
    background: #348239;
    font-size: 25px;
    color: #ffffff;
    position: relative;
}

.testi-icon:after {
    content: "";
    background: #e9f3ea;
    position: absolute;
    right: -12px;
    bottom: -8px;
    width: 19px;
    height: 18px;
    transform: rotate(-51deg);
}

.testimonial-dec {
    margin-top: 15px;
}

.testimonial-dec p {
    font-size: 32px;
    line-height: 44px;
    font-family: 'Dosis';
    color: #000000;
}

.testimonial-title {
    font-size: 24px;
    font-weight: bold;
    color: #348239;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.testimonial-sub-title {
    font-size: 14px;
    color: #777777;
    margin: 0;
    padding: 0;
}

.testimonial-info {
    padding-top: 20px;
}

.tesimonial-image {
    width: 36%;
    float: left;
}

.tesimonial-image img {
    border-radius: 10px;
}

.testimonial-items ul.slick-dots {
    position: absolute;
    right: 0;
    margin: 0;
    bottom: 0;
    padding: 0;
}

.testimonial-items ul.slick-dots li {
    display: block;
    margin: 9px 0px;
}

.testimonial-wrapper.testimonial-one .testimonial-items ul.slick-dots {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.testimonial-wrapper.testimonial-one .testimonial-items ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding-top: 56px;
}


/*** Blog ***/

.ecolar-blog-post-img img {
    border-radius: 10px;
}

.ecolar-blog-post-content {
    background: #ffffff;
    padding: 30px;
    margin-top: 10px;
    border-radius: 10px;
}

.ecolar-blog-post-title a {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Dosis';
    line-height: 31px;
}

.ecolar-blog-post-title {
    margin-top: 10px;
    margin-bottom: 17px;
}

.ecolar-blog-post-wrapper .ecolar-blog-post-img {
    position: relative;
}

.ecolar-blog-post-wrapper.blog-style-two .ecolar-blog-post-item:hover .ecolar-blog-post-content {
    opacity: 1;
}

.ecolar-blog-post-wrapper.blog-style-two .ecolar-blog-post-content {
    position: absolute;
    background: transparent;
    width: 100%;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ecolar-blog-post-wrapper.blog-style-two .ecolar-blog-post-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ecolar-blog-post-wrapper.blog-style-two .ecolar-blog-post-img:hover:after {
    opacity: 1;
}

.ecolar-blog-post-item {
    position: relative;
}


/** Video Button**/

.video-button-wrapper .video-button {
    display: inline-block;
    padding: 13px 12px;
    background: #348239;
    text-align: center;
    max-width: 100px;
    color: #ffffff;
    border-radius: 3px;
}

.video-button-wrapper .video-button span {
    display: block;
    font-size: 20px;
    line-height: 29px;
}

.video-button-wrapper .video-button a {
    border: 1px solid #498f4d;
    padding: 8px;
    font-size: 47px;
    display: block;
    border-radius: 2px;
    color: #ffffff;
    margin-top: 14px;
}

.video-button-wrapper .video-button a:hover {
    background-color: white;
    color: #000000;
    border-color: #ffffff;
}


/*** Project ***/

.project-image {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.project-btn-icon a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    background: #348239;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    padding: 20px;
    transform: scale(0);
}

.project-btn-icon a:hover {
    background: #000000;
    color: #ffffff;
}

.project-title {
    position: absolute;
    bottom: 30px;
    left: 50px;
    max-width: 390px;
    margin-bottom: -210px;
    transition: .4s;
}

.project-title a {
    background: #ffffff;
    display: block;
    padding: 26px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Dosis';
    line-height: 33px;
    border-radius: 10px;
}

.project-image img {
    width: 100%;
}

.project-image:hover .project-btn-icon a {
    transform: scale(1);
}

.project-image:hover .project-title {
    margin-bottom: 0;
}

.project-image img {
    transform: scale(1);
    transition: 1s;
}

.project-image:hover img {
    transform: scale(1.2);
}

.project-image img {
    object-fit: cover;
}

.ecolar-protfolio-info-wrapper {
    padding: 30px;
    background: #f3f9f4;
}

.ecolar-protfolio-info-list ul {
    padding: 0;
    list-style: none;
}

.ecolar-protfolio-info-list>ul li {
    font-size: 14px;
    margin-bottom: 30px;
}

.ecolar-protfolio-info-list>ul li label {
    font-family: 'Dosis';
    font-weight: bold;
    color: #000000;
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}

.project-social-title {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Dosis';
    text-transform: uppercase;
    margin-bottom: 3px;
}

.ecolar-project-info-social ul li {
    display: inline-block;
}

.ecolar-project-info-social ul li a {
    font-size: 14px;
    color: #777777;
    margin-right: 20px;
}

.ecolar-project-info-social ul li a:hover {
    color: #348239;
}

.ecolar-project-info-social ul {
    margin: 0;
    padding: 0;
}


/*** Team ***/

.team-title {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Dosis';
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.team-stitle {
    font-size: 14px;
    font-family: 'Open Sans';
    margin: 0;
    padding: 0;
}

.ecolar-teams-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 34px;
}

.ecolar-team-contents {
    display: flex;
}

.ecolar-teams-stitle {
    font-size: 14px;
}

.ecolar-team-right a {
    font-size: 26px;
    color: #cfcfcf;
    font-weight: 100;
}

.ecolar-team-contents {
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ecolar-team-right a i {
    vertical-align: bottom;
}

.ecolar-team-image img {
    border-radius: 10px;
}

.ecolar-team-contents:hover {
    background-color: #348239;
}

.ecolar-team-contents:hover .ecolar-teams-title a,
.ecolar-team-contents:hover .ecolar-teams-stitle {
    color: #ffffff;
}

.ecolar-team-contents:hover .ecolar-team-right a {
    color: #ffffff;
}

.ecolar-team-items .slick-slide {
    margin: 0 15px;
}

.ecolar-team-items .slick-list {
    margin: 0px -15px;
}

.team-style-two-title {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.team-style-two .ecolar-team-items ul.slick-dots {
    margin: auto;
    position: absolute;
    left: -32em;
    top: 46%;
}


/*=================================
===== ECOLAR CONTACT INFO CSS =====
=================================*/

.ecolar-contact-info {
    background-color: #348239;
    padding: 65px 55px;
    border-radius: 5px;
}

.ecolar-contact-info .contact-info-title {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 50px;
}

.ecolar-cinfo {
    display: flex;
    margin-bottom: 45px;
}

.ecolar-cinfo:last-child {
    margin-bottom: 0 !important;
}

.ecolar-cinfo-icon i {
    width: 40px;
    height: 40px;
    background: #26612a;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    line-height: 42px;
    margin-right: 20px;
    display: block;
}

.ecolar-cinfo-dec span {
    font-size: 16px;
    color: #bababa;
    line-height: 28px;
}

.ecolar-cinfo-dec p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.ecolar-cinfo-dec p a {
    color: #ffffff;
}

.ecolar-cinfo-dec p a:hover {
    color: #1d2c38;
}


/*====================================
======= ECOLAR YSOCIAL ICON CSS =======
====================================*/

.ecolar-social-icon-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.ecolar-social-icon-box ul li {
    display: inline-block;
    margin-right: 15px;
}

.ecolar-social-icon-box ul li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #348239;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
}

.ecolar-social-icon-box ul li a:hover {
    color: #ffffff;
    background: #26612a;
}

.ecolar-social-icon-box ul li a:hover {
    background-color: #000000;
}

.ecolar-social-icon-box ul li:last-child {
    margin-right: 0;
}

.ecolar-social-icon-box h2 {
    font-size: 24px;
    font-weight: bold;
}

.ecolar-social-icon-box h3 {
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    display: inline;
}


/* ===========
===     ECOLAR CONTACT LIST ===*/

.contact-list-item {
    margin-bottom: 20px;
}

.contact-label span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-family: 'Dosis';
}

.contact-label {
    margin-bottom: 10px;
}

.contact-list-item:last-child {
    margin-bottom: 0;
}


/** Banner ***/

.ecolar-banner-wrapper {
    padding: 120px 43px;
    text-align: center;
    z-index: 1;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.ecolar-banner-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0a0a0a8f;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.ecolar-banner-wrapper .banner-title {
    font-size: 45px;
    color: #fff;
    line-height: 45px;
    font-weight: 600;
}

.ecolar-banner-wrapper .ecolar-banner-dec p {
    color: #ffffff;
    line-height: 32px;
}

.ecolar-banner-wrapper .ecolar-banner-btn a {
    padding: 17px 40px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    line-height: 1.5;
    font-size: 15px;
    color: #fff;
    display: inline-block;
}

.ecolar-banner-wrapper .ecolar-banner-btn a i {
    font-size: 13px;
    margin-left: 10px;
}

.ecolar-banner-btn {
    margin-top: 30px;
}

.ecolar-banner-wrapper:hover .ecolar-banner-btn a {
    background-color: #1d2c38;
    border-color: transparent;
}

.ecolar-banner-wrapper {
    background: #348239;
}


/*====================================
== ECOLAR ELEMENTOR NAV WIDGET CSS ===
====================================*/

.elementor-widget-wp-widget-nav_menu ul {
    list-style: none;
    padding: 0;
}

.elementor-widget-wp-widget-nav_menu ul li {
    display: block;
}

.elementor-widget-wp-widget-nav_menu ul li a {
    display: block;
    padding: 20px 20px;
    border: 2px solid #eaf2eb;
    margin: 10px 0;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    border-radius: 5px;
    font-family: 'Dosis';
}

.elementor-widget-wp-widget-nav_menu ul li a:hover,
.elementor-widget-wp-widget-nav_menu ul li.current-menu-item a {
    border-color: #348239;
}

.elementor-widget-wp-widget-nav_menu ul li a:hover:after,
.elementor-widget-wp-widget-nav_menu ul li.current-menu-item a:after {
    color: #348239;
}

.elementor-widget-wp-widget-nav_menu ul li a:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    right: 20px;
    position: absolute;
    font-size: 14px;
    line-height: 2.5;
    color: #8e959b;
}


/** ECOLAR SLIDER  **/

.ecolar-slider-itmes-area {
    height: 950px;
}

.slider-title {
    font-weight: bold;
    font-family: 'Dosis';
    font-size: 120px;
    text-transform: capitalize;
    line-height: 125px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 16px;
}

.slider-content {
    margin-bottom: 26px;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 30px;
}

.ecolar-slider-itmes-area {
    position: relative;
    z-index: 99;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ecolar-slider-itmes-area:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(8 8 8 / 58%);
    z-index: -1;
}

a.slider-btns {
    border: 2px solid #ffffff;
    padding: 14px 38px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
}

.ecolar-slider-single .eslider-button {
    display: block;
    margin-top: 40px;
}

a.slider-btns:hover {
    background-color: #ffffff;
    color: #000000;
}

.ecolar-slider-inner {
    position: relative;
}

.slider-social-wrapper {
    position: absolute;
    bottom: 50px;
    z-index: 99;
    left: 100px;
}

.slider-social-wrapper ul li {
    display: inline-block;
}

.slider-social-wrapper ul li a {
    display: block;
    margin: 0 10px;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
}

.ecolar-slider-inner ul.slick-dots {
    position: absolute;
    right: 80px;
    bottom: 49px;
    margin-top: 0;
}

.slider-social-wrapper ul li a:hover {
    opacity: 1;
}

.slider-two .ecolar-slider-single {
    border: 10px solid rgb(170 178 169 / 37%);
    padding: 25px;
}

.slider-two .slider-content {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Dosis';
    display: block;
}

.slider-social-wrapper ul {
    padding: 0;
    margin: 0;
}


/*=========================================
======== ecolar CONTACT FORM 7 CSS ========
=========================================*/

.ecolar-input input[type="text"],
.ecolar-input input[type="email"],
.ecolar-input.message textarea,
.ecolar-home-form-input input[type="text"],
.ecolar-home-form-input input[type="tel"],
.ecolar-home-form-input input[type="email"],
.ecolar-input input[type="url"] {
    background: transparent;
    border: 2px solid #e9ebef;
    margin-bottom: 25px;
}

.ecolar-home-form-input select {
    border: 2px solid #e9ebef;
    margin-bottom: 25px;
    background-position: calc(100% - 13px) 31px;
}

.ecolar-input.message textarea,
.ecolar-home-form-input textarea {
    background: transparent;
    padding: 15px;
}

.ecolar-input {
    position: relative;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #348239;
    border: none;
    padding: 15px 40px;
    border-radius: 5px;
    color: #fff;
    transition: .4s;
    outline: none;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #1d2c38;
}

.ecolar-home-form-input.service span,
.ecolar-home-form-input.service span select {
    width: 100%;
}

.ecolar-home-input.message textarea {
    padding: 15px;
    margin-bottom: 30px;
    background: transparent;
    border: 2px solid #e9ebef;
}

.ecolar-home-form-input.service select {
    padding: 0px 15px;
    color: #797979;
    min-height: 55px;
}


/*** Company info ***/

.company-contact-widget ul li {
    color: #fff;
    position: relative;
    padding-left: 55px;
    margin-bottom: 0;
    display: flex;
    vertical-align: middle;
}

.footer-widtet.contact-widget .company-contact-widget ul li {
    padding-left: 35px;
}

footer .company-contact-widget ul li {
    color: #dbdee5;
}

.company-contact-widget ul li i {
    position: absolute;
    left: 0;
    top: 7px;
}

.company-contact-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*** Subscribe ***/

.subscribe-widget {
    background-color: #348239;
    text-align: center;
    padding: 40px;
    border-radius: 5px;
}

.company-subscribe-widget p {
    margin: 0;
    padding: 0 30px 30px 30px;
    color: #fff;
}

.mc4wp-form-fields input[type=email] {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #4c9e52;
    background: transparent;
    padding: 0 30px;
    color: #fff;
    font-size: 14px;
    font-family: 'Rubik';
    line-height: 28px;
}

.mc4wp-form-fields {
    position: relative;
}

.mc4wp-form-fields button {
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    right: 0;
    border: none;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 7px;
    color: #fff;
    background-color: #4c9e52;
    top: 0;
}

.mc4wp-form-fields input:focus {
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mc4wp-form-fields input::placeholder {
    color: #fff;
}

.mc4wp-form-fields button:hover {
    background-color: #000000;
    color: #ffffff;
    box-shadow: 0px 0px 6px 0px #4c9e52;
}

.footer-widtet.contact-widget {
    padding-left: 35px;
    padding-right: 0px;
}

.company-info-widget {
    padding-right: 21px;
}

.subscribe-widget h4.widget-title {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .ecolar-section-title {
        padding: 0 10px;
    }
    .ecolar-donation-wrapper.donate-one .donate-single {
        display: block;
    }
    .post-meta-item ul li:last-child {
        padding-right: 6px;
    }
    .sabout-nav-section {
        width: 100%;
        right: 0;
        bottom: -23px;
        margin: 0;
    }
    .tesimonial-contents {
        padding-left: 0;
    }
    .testimonial-single {
        display: block !important;
        padding: 0;
    }
    .testimonial-items ul.slick-dots {
        right: 0;
    }
    .tesimonial-contents {
        padding-left: 0;
        overflow: visible;
    }
}