@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,200i,300,400,500,600,700,800,900&display=swap");

/*General Styling*/

.thumb-grow {
    transition: all .2s ease-in-out;
}

.btn {
    background: #3B7302 !important;
}

.btn::before {
    background: #74A60A !important;
}

.border-btn {
    color: #3B7302;
    border-color: #3B7302;
}

.border-btn::before {
    color: #ffffff !important;
    background: #74A60A !important;
}

#scrollUp {
    background: #3B7302 !important;
}

#scrollUp:hover {
    background: #74A60A !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.preloader .preloader-circle {
    border-top-color: #3B7302;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-box-shadow: 0 1px 5px 0 rgba(59, 115, 2, 0.15);
    box-shadow: 0 1px 5px 0 rgba(59, 115, 2, 0.15);
}

.preloader .preloader-circle2 {
    border-top-color: #3B7302;
}

.recent-area .single-recent-cap span {
    color: #3B7302 !important;
}

.card {
    border: none !important;
}

.card-header {
    padding: 20px 0 !important;
    margin-bottom: 0;
    background-color: transparent !important;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: none;
}


/*Top Social Navigation*/

.top-bg {
    background: #3B7302;
}

.main-header .header-top ul li {
    border-bottom: 2px solid #3B7302;
}

.main-header .header-top ul li:hover {
    color: #ffffff !important;
    border-bottom: 2px solid #74A60A;
}

.main-header .header-social ul li:hover {
    color: #ffffff !important;
    border-bottom: 2px solid #74A60A;
    padding-bottom: 5px;
}

.header-area .header-top .header-info-left ul li a {
    color: #ffffff;
    font-weight: 500;
    display: block;
    font-size: 14px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.header-area .header-top .header-info-right .header-social li a {
    color: #ffffff;
    font-weight: 500;
    display: block;
    font-size: 14px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.header-area .header-top .header-info-right .header-social li:hover>a {
    color: #ffffff !important;
}

.main-header .main-menu ul li a {
    color: #000000;
}

.main-menu ul li:hover>a {
    color: #74A60A !important;
}

.main-menu ul ul.submenu>li>a {
    color: #000 !important;
}

.main-menu ul ul.submenu>li>a:hover {
    color: #74A60A !important;
}

.main-menu ul ul.submenu {
    border-top: 5px solid #3B7302 !important;
}

.active {
    color: #3B7302 !important;
}


/*Mobile Navigation*/

@media (max-width: 991px) {
    .headerlogo {
        max-width: 150px;
        max-height: 150px;
    }
}

.slicknav_btn {
    margin-top: -23px;
}

.slicknav_menu {
    margin-top: 12px !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #3B7302 !important;
}

.slicknav_menu .slicknav_nav a:hover {
    background: transparent !important;
    color: #3B7302 !important;
}


/*Index Page*/


/*Hero Home Container*/

.slick-arrow {
    background: #3B7302 !important;
}

.slick-arrow:hover {
    background: #74A60A !important;
}

.hero__caption p {
    color: #3B7302 !important;
}

.hero__caption h1 {
    color: #000 !important;
}


/*Our products container*/

.services-area .section-tittle h2 {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .services-area .section-tittle h2 {
        margin-bottom: 15px;
    }
    .services-area .section-tittle p {
        margin-bottom: 50px;
    }
}


/*Who we are container*/

.team-profile .section-tittle h2 {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .team-profile .section-tittle h2 {
        margin-bottom: 15px;
    }
    .team-profile .section-tittle p {
        margin-bottom: 50px;
    }
}

.profile-img img:hover {
    border-bottom: 7px solid #3B7302 !important;
}

.single-profile-back-last h2 {
    color: #000000;
}

.team-profile .single-profile .single-profile-front .profile-caption h4 a:hover {
    color: #74A60A;
}

.single-profile-back-last {
    border: 4px solid #3B7302 !important;
}

.single-profile-back-last h2::before {
    background: #3B7302 !important;
}

.single-profile .single-profile-back-last a:hover {
    color: #74A60A !important;
}


/*Sustainable Process Container*/

.completed-cases {
    overflow: hidden;
    background: #F7F9F4;
    position: relative;
    z-index: 0
}

.completed-cases .single-cases-cap a {
    color: #000000 !important;
}

.completed-cases .single-cases-cap a:hover {
    color: #3B7302 !important;
}


/*Suppliers Container*/

.trusted-padding {
    padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .trusted-padding {
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .trusted-padding {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .trusted-padding {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .trusted-padding {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .trusted-padding {
        padding-bottom: 50px;
    }
}


/*Sustainable Process Page*/

.process-img {
    max-width: 364px;
    max-height: 459px;
}


/*Contact Us Page*/

.contact-section {
    padding: 100px 0 100px;
}

.boxed-btn {
    background: #fff;
    color: #3B7302 !important;
    border: 1px solid #3B7302 !important;
}

.boxed-btn:hover {
    background: #74A60A !important;
    color: #fff !important;
    border: 1px solid #3B7302;
}

.location-padding {
    padding-top: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .location-padding {
        padding-top: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .location-padding {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location-padding {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .location-padding {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .location-padding {
        padding-top: 50px;
    }
}

.location-padding p {
    margin-left: auto;
    margin-right: auto;
    max-width: 585px;
}

.more-padding {
    padding-bottom: 170px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .more-padding {
        padding-bottom: 170px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .more-padding {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .more-padding {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .more-padding {
        padding-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .more-padding {
        padding-bottom: 28px;
    }
}


/*Testimonials*/

.h1-testimonial-active:hover .testimonial-icon .ani-btn {
    animation: 1.3s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
    box-shadow: 0 0 0 0 rgba(116, 166, 10, 0.302);
    -webkit-animation: 1.3s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(126, 170, 14, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(130, 166, 10, 0)
    }
}

.h1-testimonial-active button {
    color: #fff !important;
}

.testimonial-area {
    padding-top: 0px;
    padding-bottom: 170px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .testimonial-area {
        padding-top: 0px;
        padding-bottom: 170px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area {
        padding-top: 0px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area {
        padding-top: 0px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-area {
        padding-top: 0px;
        padding-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .testimonial-area {
        padding-top: 0px;
        padding-bottom: 28px;
    }
}


/*Quote Request*/

.request-back-area {
    background: #3B7302;
}

.send-btn {
    background: #fff;
    color: #3B7302;
}

.send-btn:hover {
    color: #fff;
}

.send-btn::before {
    border: 2px solid transparent;
    background: #74A60A;
}

.form-box input {
    border: 2px solid #fff !important;
}

.form-wrapper .form-box input::placeholder {
    color: #fff;
}

.form-wrapper .form-box input {
    color: #fff !important;
}

.nice-select {
    border: 2px solid #fff !important;
}

.form-wrapper .nice-select {
    color: #fff;
}

.form-wrapper .nice-select::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff;
}


/*Footer*/

.footerlogo {
    max-width: 225px;
    max-height: 225px;
}

.footer-area .footer-social a i {
    color: #222222;
    margin-right: 12px;
    font-size: 50px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.footer-social a i:hover {
    color: #3B7302 !important;
}

.footer-tittle h4 {
    color: #3B7302 !important;
}

.footer-area .footer-tittle ul li a {
    color: #000000;
}

.footer-area .footer-tittle ul li a:hover {
    color: #74A60A;
}


/*Copyright*/

.footer-copy-right p a {
    color: #3B7302 !important;
}

.footer-copy-right p a:hover {
    color: #74A60A !important;
}

.facebook-posts {
    background: url(../img/facebook-background-left.png) no-repeat 90% 30%, url(../img/facebook-background-right.png) no-repeat 10% 100%;
    background-size: auto 90%, auto 90%;
}