﻿.quality {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    margin-bottom: 60px;
    padding: 120px 0 0 0;
    z-index: 2;
    position: relative;
    background: #efb443;
}

@media screen and (max-width:576px) {
    .quality {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 20px 0 0 0;
    }
}

.quality:after {
    background-image: url("../../img/element/ripped-paper-.png");
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.quality .service-one__box {
    position: relative;
}

@media screen and (max-width:576px) {
    .quality .service-one__box {
        margin: 10px 0 30px 0;
    }
}

.quality .service-one__box:hover img { /* -webkit-filter:blur(2px); */ /* filter:blur(2px); */
}

.quality .service-one__box img {
    border-radius: 5px;
    transition: .5s;
    width: 100%;
}

.quality .service-one__box-content {
    width: calc(100% - 40px);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width:576px) {
    .quality .service-one__box-content {
        padding: 8px;
    }
}

.quality .service-one__box-content .title {
    text-align: center;
    color: #255946;
    font-size: 22px;
    font-weight: 700;
}

.high_quality {
    z-index: 1;
    position: relative;
    background-image: url("../../img/element/know.jpg");
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0;
}

    .high_quality:after {
        content: "";
        position: absolute;
        opacity: .9;
        background: #49a760;
        background-attachment: fixed;
        background-size: cover;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.call-to-action {
    position: relative;
}

    .call-to-action img {
        z-index: 10;
        display: block;
        position: relative;
        top: -40px;
        border-radius: 5px;
    }

    .call-to-action .r_quality {
        position: absolute;
        left: 20%;
        bottom: 0;
        z-index: 9 !important;
        display: block;
        margin: 0;
        max-width: 80%;
        top: auto;
    }

.call-to-action__three-content .title {
    font-size: 60px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width:576px) {
    .call-to-action__three-content .title {
        font-size: 36px;
        margin: 20px 0;
    }
}

.white-btn {
    padding: 20px 40px;
    background: #fff;
    color: #255946;
    font-size: 22px;
    border-radius: 5px;
    font-weight: 800;
    border: 2px solid #fff;
    transition: .5s;
    margin-top: 10px;
}

    .white-btn:hover {
        background: transparent;
        color: #000;
    }

.yellow-btn {
    padding: 20px 40px;
    background: #efb443;
    color: #fff;
    font-size: 22px;
    border-radius: 5px;
    font-weight: 800;
    border: 2px solid #fff;
    transition: .5s;
    margin-top: 10px;
}

    .yellow-btn:hover {
        background: #255946;
    }

body {
    overflow-x: hidden;
}

.motto {
    position: relative;
    background: #f6f5f2;
    padding: 40px 0;
    margin: 50px 0;
    margin-bottom: 0;
}

@media screen and (max-width:576px) {
    .motto {
        padding: 20px 0;
        margin: 0 0;
    }
}

.motto:after {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 10;
    background-image: url("../../img/element/ripped-paper-gray-up.png");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.motto .motto_title span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2.6px;
    color: #949494;
    display: block;
    margin-top: 20px;
}

@media screen and (max-width:576px) {
    .motto .motto_title span {
        font-size: 9px;
    }
}

.motto .motto_title h1 {
    color: #255946;
    font-weight: 800;
    font-size: 52px;
    letter-spacing: 0;
    line-height: 1;
    margin: 15px;
}

@media screen and (max-width:576px) {
    .motto .motto_title h1 {
        font-size: 28px;
    }
}

.motto_card {
    border-radius: 5px;
    margin-bottom: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 50px 0;
}

@media screen and (max-width:576px) {
    .motto_card {
        margin: 10px 0;
    }
}

.motto_card .motto_image {
    position: relative;
    overflow: hidden;
}

    .motto_card .motto_image img {
        border-radius: 5px 5px 5px 5px;
        width: 100%;
    }

.motto_card .service-two__card-content {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 45px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 10px 60px 0 #dfdfdf;
    box-shadow: 0 10px 60px 0 #dfdfdf;
}

    .motto_card .service-two__card-content .service-two__card-icon {
        width: 78px;
        height: 78px;
        background-color: #49a760;
        border: 6px solid #fff;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-size: 35px;
        color: #fff;
        border-radius: 50%;
        position: relative;
        top: -39px;
        margin-bottom: -39px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

@media screen and (min-width:768px) {
    .motto_card .service-two__card-content .service-two__card-icon {
        width: 108px;
        height: 108px;
        top: -54px;
        margin-bottom: -54px;
        font-size: 50px;
    }
}

@media screen and (max-width:768px) {
    .motto_card .service-two__card-content .service-two__card-icon {
        width: 98px;
        height: 98px;
        top: -49px;
        margin-bottom: -49px;
    }
}

.motto_card .service-two__card-content .title {
    color: #255946;
    font-size: 25px;
    margin-top: 8px;
}

@media screen and (max-width:576px) {
    .motto_card .service-two__card-content .title {
        font-size: 26px;
    }
}

.motto_card .service-two__card-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.875;
    color: #6e7673;
}

.clientle {
    position: relative;
    background-image: url("../../img/element/testimonials-bg.png");
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}

    .clientle:before {
        content: "";
        width: 100%;
        height: 16px;
        position: absolute;
        top: -15px;
        left: 0;
        z-index: 10;
        background-image: url("../../img/element/ripped-paper-testimonials.png");
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .clientle:after {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #1f4e3d;
    }

#client_slider {
    color: #fff;
    text-align: center;
}

    #client_slider .text {
        font-size: 24px;
        color: #fff;
        line-height: 1.917;
        margin: auto;
        text-align: center;
    }

@media screen and (max-width:576px) {
    #client_slider .text {
        line-height: 1.4;
        margin-top: 20px;
    }
}

#client_slider strong {
    display: block;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    font-size: 25px;
    margin-top: 40px;
}

#client_slider span {
    display: block;
    color: #b5c3be;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 10px;
}

.clientle {
    position: relative;
    min-height: 65vh;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    flex-direction: column;
    overflow: hidden;
}

@media screen and (max-width:576px) {
    .clientle {
        padding: 40px 0;
    }
}

.clientle .bg_img {
    position: absolute;
    left: 50%;
    bottom: -115px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .04;
    z-index: 0;
}

.clientle .testimonials-one__title {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #efb443;
    letter-spacing: .2em;
}

@media screen and (max-width:576px) {
    .clientle .testimonials-one__title {
        position: sticky;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 0;
    }
}

#client_slider .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px;
}

#client_slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #efb443;
    width: 24px;
}

#client_slider .owl-dots .owl-dot span {
    background: #d6d6d6;
    height: 5px;
    transition: .4s;
}

#client_slider .owl-nav.disabled + .owl-dots {
    bottom: -70px;
}

@media screen and (max-width:576px) {
    #client_slider .owl-nav.disabled + .owl-dots {
        bottom: -40px;
    }
}

.growth {
    position: relative;
    /* border-top: 2px solid #e9e7e2; */
    padding: 50px 0;
    /* margin: 30px 0; */
    z-index: 1;
}

@media screen and (max-width:576px) {
    .growth {
        padding: 30px 0;
        margin: 0 0;
    }
}

.growth .g_icon img {
    max-width: 100%;
}

@media screen and (max-width:576px) {
    .growth .g_icon img {
        max-width: 30px;
    }
}

.growth .g_content h4 {
    font-size: 30px;
    font-weight: 900;
    color: #255946;
    margin-bottom: 15px;
}

.growth .g_content p {
    font-size: 19px;
    line-height: 2.15em;
}

.growth .g_image {
    position: relative;
}

    .growth .g_image:after {
        position: absolute;
        left: -7%;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 5%;
        background: #255946;
        content: "";
        border-radius: 5px;
    }

    .growth .g_image img {
        max-width: 100%;
        border-radius: 5px;
    }

.growth .growth_absolute_img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.categories {
    background: #f6f5f2;
}

.contact img {
    display: block;
}

.contact small {
    font-size: 14px;
    color: #949494;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2.6px;
}

.contact h2 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2em;
    color: #255946;
}

.contact p {
    color: #6e7673;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.125em;
    margin-top: 20px;
}

.contact .contact__form .form-control {
    background-color: #f6f5f2;
    border-style: solid;
    border-width: 0;
    border-radius: 5px 5px 5px 5px;
    padding: 18px 20px 18px 30px;
    font-size: 14px;
    color: #6e7673;
    margin-top: 20px !important;
    height: 70px;
    display: block;
    border: none;
    outline: none;
    width: 100%;
}

.contact__address {
    background: #f6f5f2;
    padding: 40px;
}

@media screen and (max-width:576px) {
    .contact__address {
        padding: 10px 0;
    }
}

.contact__address p {
    margin: 0;
    font-size: 16px !important;
    color: #6e7673 !important;
    line-height: 1.5;
}

.contact__address ul.row {
    align-items: self-start;
}

footer {
    position: relative;
    color: #fff;
    background: #255946;
    padding: 100px 0 50px 0;
}

@media screen and (max-width:576px) {
    footer {
        padding: 40px 0 0 0;
    }
}

footer:after {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 10;
    background-image: url("../../img/element/footer.png");
    background-size: cover;
    background-repeat: no-repeat;
}

footer .footer__logo img {
    width: 230px;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    max-height: 100%;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 0 5px #000;
}

@media screen and (max-width:576px) {
    .footer__about p {
        text-align: justify;
    }
}

.about_section {
    padding: 100px 0;
}

@media screen and (max-width:576px) {
    .about_section {
        padding: 20px 0;
    }
}

@media screen and (max-width:576px) {
    .about_section .about_right_content {
        margin-top: 20px;
    }
}

.about_section .about_right_content p {
    font-size: 20px;
    line-height: 1.8;
    margin: 30px 0 0 0;
}

@media screen and (max-width:576px) {
    .about_section .about_right_content p {
        text-align: justify;
    }
}

.about_section .about_right_content .list_about_chr i {
    background: #efb443;
    color: #fff;
    font-size: 17px;
    border-radius: 50%;
    padding: 3px;
    margin-right: 6px;
}

.about_section .about_right_content .list_about_chr li {
    color: #255946;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2em;
    margin: 10px 0;
}

.about_section .about_right_content .certi {
    margin-top: 50px;
}

    .about_section .about_right_content .certi img {
        margin: 0;
    }

    .about_section .about_right_content .certi .user_own {
        border-radius: 50%;
    }

.about_image img {
    width: 100%;
    border-radius: 5px 5px 5px 5px;
}

.fav_title img {
    margin-bottom: 15px;
}

@media screen and (max-width:576px) {
    .fav_title img {
        margin: 0;
    }
}

.fav_title small {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2.6px;
    color: #949494;
    display: block;
    margin-top: 20px;
}

@media screen and (max-width:576px) {
    .fav_title small {
        font-size: 9px;
    }
}

.fav_title h3 {
    color: #255946;
    font-weight: 800;
    font-size: 52px;
    letter-spacing: 0;
    line-height: 1;
    margin: 15px 0;
}

@media screen and (max-width:576px) {
    .fav_title h3 {
        font-size: 28px;
    }
}

.fav_title p {
    font-size: 17px;
    line-height: 1.8;
    margin: 30px 0 0 0;
}

.info_p h2 {
    font-size: 46px;
    font-weight: bold;
    color: #255946;
    line-height: 1;
    margin-bottom: 30px;
}

@media screen and (max-width:576px) {
    .info_p h2 {
        font-size: 28px;
    }
}

@media screen and (max-width:576px) {
    .info_p h3 {
        font-size: 22px;
    }
}

.info_p p {
    font-size: 20px;
    line-height: 1.8;
    margin: 30px 0 0 0;
}

@media screen and (max-width:576px) {
    .info_p p {
        text-align: justify;
        line-height: 1.1;
    }
}

.info_p p span {
    color: #255946;
    font-weight: 800;
}

.info_p .list_path li p {
    color: #255946;
}

.info_p .list_path li i {
    color: #efb443;
    margin-right: 5px;
}

.info_p .text-space {
    padding: 50px 0;
}

@media screen and (max-width:576px) {
    .info_p .text-space {
        padding: 0;
    }
}

.vmsection {
    padding: 100px 0;
}

@media screen and (max-width:576px) {
    .vmsection {
        padding: 0 0;
    }
}

.vmsection .v_content h4 {
    font-size: 35px;
    font-weight: bold;
    color: #255946;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 22px;
}

.vmsection .v_content p {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 0 0;
}

.slogn {
    font-size: 42px;
    color: #255946;
    text-align: center;
    font-family: monospace;
    display: block;
    font-weight: 900;
    margin: 22px 0 0 0;
}

@media screen and (max-width:576px) {
    .slogn {
        font-size: 23px;
    }
}

.diliver_title {
    margin-bottom: 80px;
}

@media screen and (max-width:576px) {
    .diliver_title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:576px) {
    .footer__about {
        text-align: center;
    }
}

.team {
    padding: 100px 0;
    position: relative;
}

@media screen and (max-width:576px) {
    .team {
        padding: 30px 0;
    }
}

.team .team_person {
    text-align: center;
}

    .team .team_person img {
        border-radius: 5px;
    }

    .team .team_person h3 {
        color: #255946;
        font-size: 20px;
        font-weight: 800;
        line-height: 1;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .team .team_person strong {
        margin: 0;
        font-size: 16px;
        line-height: 1;
        font-weight: 600;
        color: #6e7673;
    }

.team .growth_absolute_img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#team_slider .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px;
}

#team_slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #255946;
    width: 24px;
}

#team_slider .owl-dots .owl-dot span {
    background: #d6d6d6;
    height: 5px;
    transition: .4s;
}

#team_slider .owl-nav.disabled + .owl-dots {
    bottom: -70px;
}

@media screen and (max-width:576px) {
    #team_slider .owl-nav.disabled + .owl-dots {
        bottom: -24px;
    }
}

#main_slider {
    position: relative;
}

    #main_slider .owl-nav {
        margin: 0;
    }

        #main_slider .owl-nav button {
            position: absolute;
        }

            #main_slider .owl-nav button:hover {
                background: transparent;
            }

            #main_slider .owl-nav button i {
                height: 60px;
                width: 60px;
                line-height: 60px;
                font-size: 18px;
                border: 2px solid #fff;
                color: #fff;
                border-radius: 50%;
                opacity: .5;
                transition: .5s;
            }

                #main_slider .owl-nav button i:hover {
                    opacity: 1;
                }

@media screen and (max-width:576px) {
    #main_slider .owl-nav button i {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 15px;
    }
}

#main_slider .owl-nav .owl-prev {
    left: 0;
    top: 0;
    bottom: 0;
}

#main_slider .owl-nav .owl-next {
    right: 0;
    top: 0;
    bottom: 0;
}

.login_pg_border {
    border: 1px solid #d3ced2;
    padding: 20px;
}

    .login_pg_border h2 {
        font-size: 2rem;
    }

    .login_pg_border .change_page {
        font-weight: 800;
        font-size: 18px;
        color: #000;
    }

.sub_account_bar {
    position: sticky;
    top: 150px;
}

    .sub_account_bar ul {
        list-style: none;
    }

        .sub_account_bar ul li {
            margin: 7px 0;
        }

            .sub_account_bar ul li a {
                font-size: 15px;
                text-transform: capitalize;
                color: #255946;
                font-weight: 700;
                display: block;
                padding: 4px 10px;
                position: relative;
                background: #eee;
                border-radius: 5px;
            }

                .sub_account_bar ul li a i {
                    margin-right: 6px;
                    color: #000;
                }
