﻿body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-family: 'Lexend', sans-serif;
}

.container-smll {
    margin-left: -30px;
    margin-right: -30px;
}

.tohlogologo33 {
    height: 105px;
    float: right;
}

.headerparts {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 6px 0px;
    float: left;
    background: #fbfbfb;
}

.logo-sec {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.logo-content-sec {
    width: 100%;
    margin: 0px 0px 0px -50px;
    padding: 7px 0px 0px 0px;
    float: left;
}

.logo-content-h {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 45px;
    line-height: 66px;
    color: #2ab939;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000, 1px 1px 2px blue;
}

.logo-content-p {
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 21px;
    font-weight: 500;
    color: #a91930;
    position: relative;
}

    .logo-content-p:after {
        content: "";
        position: absolute;
        top: 11px;
        right: -161px;
        width: 150px;
        height: 6px;
        border-radius: 8px;
        background-color: #2ab939;
    }

.logo-content-rght-sec {
    width: 100%;
    margin: 45px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.logo-content-rght-sec-h {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: right;
}

.logo-brand-sec {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}



.social-ul {
    margin: 7px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
}

    .social-ul li {
        margin: 0px;
        padding: 0px 10px 0px 0px;
        display: inline;
        list-style-type: none;
    }

        .social-ul li a {
            display: inline-block;
            line-height: 40px;
            height: 40px;
            width: 40px;
            text-align: center;
            font-size: 16px;
            color: #F5F5F5;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            margin: 0px 0px 0px 0px;
            border: 1px solid #fff;
            border-radius: 50%;
            box-shadow: 0 0 4.222rem rgba(82,190,229,0.24);
        }


            .social-ul li a:hover {
                color: #fff !important;
            }

.slider-sec {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .slider-sec .owl-carousel {
        z-index: inherit;
    }

        .slider-sec .owl-carousel .owl-item {
            padding: 0 0;
        }

    .slider-sec .owl-controls .owl-nav {
        padding: 0;
        margin: 0;
        position: inherit;
    }

    .slider-sec .owl-theme .owl-dots {
        display: none;
    }

    .slider-sec .owl-carousel .owl-nav .owl-prev {
        padding: 0;
        width: 30px;
        height: 50px;
        background: #fff;
        color: #333;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.11);
        border: 1px solid #fff;
        border-radius: 0 4px 4px 0;
        font-size: 17px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 41%;
        margin: 0px;
    }

        .slider-sec .owl-carousel .owl-nav .owl-prev:hover {
            background: #fff;
            color: #333;
        }

    .slider-sec .owl-carousel .owl-nav .owl-next {
        padding: 0;
        width: 30px;
        height: 50px;
        background: #fff;
        color: #333;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.11);
        border: 1px solid #fff;
        border-radius: 4px 0 0 4px;
        font-size: 17px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 41%;
        margin: 0px;
    }

        .slider-sec .owl-carousel .owl-nav .owl-next:hover {
            background: #fff;
            color: #333;
        }
/*============================================*/
.info-sec {
    width: 100%;
    margin: 60px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.info-img-sec {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

.info-img-one {
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

    .info-img-one img {
        border-radius: 7px;
    }

   /* .info-img-one:before {
        content: "";
        position: absolute;
        top: 0;
        right: -46px;
        width: 16px;
        height: 190px;
        border-radius: 8px;
        background-color: #2ab939;
    }*/

.info-img-two {
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

    .info-img-two img {
        border-radius: 7px;
    }

.info-contnt-dv-sec {
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.info-contnt-sml-h {
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #6d756d;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}

.info-contnt-big-h {
    width: 100%;
    margin: 11px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #192919;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.info-contnt-p {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    text-align: justify;
}

.info-contnt-iconic-sec {
    width: 100%;
    margin: 20px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.info-contnt-iconic-bx {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .info-contnt-iconic-bx i {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        font-size: 64px;
        color: #2ab939;
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .info-contnt-iconic-bx:hover i {
        transform: scale(0.9);
    }

    .info-contnt-iconic-bx h2 {
        margin: 9px 0px 0px 0px;
        padding: 0px 0px 0px 15px;
        float: left;
        width: 70%;
        line-height: 26px;
        font-weight: 600;
        font-size: 16px;
        color: #192919;
    }

.info-contnt-btn-sec {
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

.dr-contnt-p1 {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 29px;
    font-weight: 600;
}

.dr-contnt-p2 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #323232;
    font-size: 16px;
    line-height: 29px;
    font-weight: 600;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #2ab939;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 50px 15px;
    border-radius: 7px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
}

    .thm-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #192919;
        border-radius: 7px;
        transform: scaleY(0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: transform 0.7s cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transform-origin: bottom center;
        z-index: -1;
    }

    .thm-btn:hover:before {
        transform: scaleY(1);
        transform-origin: top center;
    }

    .thm-btn:hover {
        color: #fff;
    }
/*==============================================*/
.footers-sec {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    position: relative;
}

.footers-bg-sec {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../images/site-footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    mix-blend-mode: luminosity;
}

.footers-inrs-sec {
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 60px 0px;
    width: 100%;
    float: left;
    background: #182818;
}

.footers-bx-sec {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.footers-bx-h {
    margin: 30px 0px 20px 0px;
    padding: 0px;
    width: 100%;
    font-size: 20px;
    float: left;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
}

.footers-bx-p {
    margin: 0px 0px 25px 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #959d95;
    font-weight: 300;
    line-height: 28px;
}


.footers-social-ul {
    margin: 7px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
}

    .footers-social-ul li {
        margin: 0px;
        padding: 0px 10px 0px 0px;
        display: inline;
        list-style-type: none;
        float: left;
        width: auto;
    }

        .footers-social-ul li a {
            float: left;
            position: relative;
            height: 40px;
            width: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            color: #fff;
            background-color: #283c28;
            font-size: 15px;
            border-radius: 50%;
            overflow: hidden;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            z-index: 1;
        }

            .footers-social-ul li a:after {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                right: 0;
                height: 100%;
                background-color: var(--gardon-white);
                -webkit-transition-delay: .1s;
                transition-delay: .1s;
                -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
                -webkit-transition-duration: .4s;
                transition-duration: .4s;
                -webkit-transition-property: all;
                transition-property: all;
                opacity: 1;
                -webkit-transform-origin: top;
                transform-origin: top;
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
                -webkit-transform: scaleY(0);
                transform: scaleY(0);
                z-index: -1;
            }

            .footers-social-ul li a:hover {
                color: #2ab939;
                background-color: #fff;
            }

                .footers-social-ul li a:hover:after {
                    opacity: 1;
                    -webkit-transform: scaleY(1);
                    transform: scaleY(1);
                }

.ftr-explore-ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

    .ftr-explore-ul li {
        margin: 0px;
        padding: 0px 0px 10px 0px;
        width: 100%;
        float: left;
        list-style-type: none;
    }

        .ftr-explore-ul li a {
            margin: 0px;
            padding: 4px 0px;
            width: 100%;
            float: left;
            position: relative;
            display: inline-block;
            color: #959d95;
            font-size: 15px;
            font-weight: 300;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .ftr-explore-ul li a:before {
                content: "\f06c";
                position: absolute;
                top: 9px;
                left: 0;
                font-size: 11px;
                color: #2ab939;
                font-weight: 700;
                font-family: FontAwesome;
                opacity: 0;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
            }

            .ftr-explore-ul li a:hover:before {
                opacity: 1;
            }

            .ftr-explore-ul li a:hover {
                color: #fff;
                padding-left: 18px;
            }

.ftr-contact-ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
}

    .ftr-contact-ul li {
        margin: 0px;
        padding: 4px 0px 12px 0px;
        width: 100%;
        float: left;
        list-style-type: none;
    }

        .ftr-contact-ul li .icon {
            margin: 0px;
            padding: 0px 0px 0px 0px;
            width: auto;
            float: left;
        }

            .ftr-contact-ul li .icon i {
                display: inline-block;
                height: 45px;
                width: 45px;
                text-align: center;
                line-height: 45px;
                border-radius: 50%;
                margin-right: 20px;
                background: rgba(255, 255, 255, 0.1);
                color: #afb1af;
                border: 1px dashed rgba(255, 255, 255, 0.3);
                font-weight: 300;
                font-size: 18px;
            }

        .ftr-contact-ul li .content {
            margin: 0px;
            padding: 0px 0px 0px 0px;
            width: 75%;
            float: left;
            color: #959d95;
            font-size: 14px;
            font-weight: 300;
            line-height: 23px;
        }

            .ftr-contact-ul li .content strong {
                color: #afb1af;
            }

            .ftr-contact-ul li .content a {
                margin: 0px;
                padding: 0px 0px 0px 0px;
                width: 100%;
                float: left;
                font-size: 14px;
                font-weight: 400;
                color: #959d95;
            }

.btm-ftrs-wpr {
    margin: 0px;
    padding: 0px 0 0px;
    width: 100%;
    float: left;
    position: relative;
}

.btm-ftrs {
    margin: 0px;
    padding: 35px 0 35px;
    width: 100%;
    float: left;
    position: relative;
    display: block;
    background-color: #2ab939;
    z-index: 1;
}

.btm-ftrs-txtture {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    height: 51px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    background: url(../images/site-footer-bottom-shape.png);
}

.btm-ftrs-p {
    margin: 0px;
    padding: 0px 15px;
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}

    .btm-ftrs-p span {
        font-weight: 400;
    }
/*=========================================*/
.our-products {
    margin: 50px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
}

.our-products-inr {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    text-align: center;
}

.our-products-smll-h {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    width: 100%;
    float: left;
    color: #6d756d;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}

.our-products-bg-h {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    color: #192919;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.our-products-wprs {
    margin: 0px;
    padding: 40px 0px 0px 0px;
    width: 100%;
    float: left;
}

    .our-products-wprs .owl-nav {
        display: none;
    }

.our-products-bx-wprs {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    text-align: center;
}

.our-products-bx-img {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: grey 0px 4px 4px;
}

    .our-products-bx-img img {
        border-radius: 4px;
        width: 100%;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
        transition: opacity 500ms ease, -webkit-transform 500ms ease;
        transition: transform 500ms ease, opacity 500ms ease;
        transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
        height: 296px;
    }

.our-products-bx-contnt {
    margin: -10px 0px 10px 0px;
    padding: 10px 20px 12px;
    width: 92%;
    display: inline-block;
    box-shadow: grey 0px 2px 2px;
    position: relative;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    transition: all 500ms ease;
}

.our-products-bx-contnt-h {
    margin: 0px;
    padding: 0px 0px 3px 0px;
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #1e1e1e;
    letter-spacing: 0.5px;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.our-products-vw-more-ul {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    width: 100%;
    float: left;
    text-align: center;
}

    .our-products-vw-more-ul li {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
    }

        .our-products-vw-more-ul li a {
            margin: 0px;
            padding: 0px 0px 0px 0px;
            font-size: 14px;
            color: #333;
            font-weight: 400;
        }

            .our-products-vw-more-ul li a i {
                background: #eddd5e;
                margin: 0px 7px 0px 0px;
                padding: 0px 0px 0px 2px;
                border-radius: 50px;
                width: 15px;
                height: 15px;
                display: inline-block;
                line-height: 15px;
                text-align: center;
                color: #181818;
                -webkit-transform: scale(1.05);
                transform: scale(1.05);
            }

.our-products-bx-wprs:hover .our-products-bx-img img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.our-products-bx-contnt-h:hover {
    color: #2ab939;
}

.our-products-vw-more-ul li a:hover {
    color: #2ab939;
}
/*=============================================*/
.testimnl-sec {
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 70px 0px;
    width: 100%;
    float: left;
    position: relative;
    background: #f4f9f0;
    overflow: hidden;
}

.testimnl-bg-one {
    position: absolute;
    top: 11px;
    left: 0;
    mix-blend-mode: luminosity;
    opacity: 0.05;
    z-index: 1;
    width: 50%;
}

    .testimnl-bg-one img {
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

.testimnl-bg-two {
    position: absolute;
    top: -250px;
    right: 0;
    mix-blend-mode: luminosity;
    opacity: 0.08;
    z-index: 1;
}

    .testimnl-bg-two img {
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

.testimnl-inrwprrsec {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
}

.testimnl-sec-inr {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
}

.testimnl-smll-h {
    margin: 0px;
    padding: 8px 0px 0px 0px;
    width: 100%;
    float: left;
    color: #6d756d;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}

.testimnl-bg-h {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    width: 100%;
    float: left;
    color: #192919;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.testimnl-bg-p {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    color: #6d756d;
    font-size: 15px;
    line-height: 30px;
}

.testimnl-wprs {
    margin: 0px;
    padding: 40px 0px 0px 0px;
    width: 100%;
    float: left;
}

    .testimnl-wprs .owl-theme .owl-nav {
        display: none;
    }

.our-tetst-bx-wprs {
    margin: 10px;
    width: 97%;
    float: left;
    position: relative;
    border-radius: 4px;
    background: #fff;
    padding: 25px 25px 40px 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .our-tetst-bx-wprs:hover {
        transform: translateY(-10px);
    }

.our-tetst-bx-wprs-btm-txture {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 4px 4px;
    right: 0;
    height: 32px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 1;
    background: url(../images/testimonial-one-shape-1.png);
}

.testimnl-star-dv {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

    .testimnl-star-dv i {
        margin: 0px;
        padding: 0px 5px 0px 0px;
        float: left;
        font-size: 14px;
        color: #2ab939;
    }

.testimnl-star-dv-p {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.testimnl-by-dv-sec {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.testimnl-by-dv-img {
    margin: 0px;
    padding: 3px;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border: 2px dashed #2ab939;
    border-radius: 50%;
}

    .testimnl-by-dv-img img {
        width: 100%;
        border-radius: 50%;
    }

.testimnl-by-dv-name {
    margin: 0px;
    padding: 7px 0px 0px 10px;
    float: left;
}

.testimnl-by-dv-name-p {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.testimnl-by-dv-deg-p {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 13px;
    color: #6d756d;
}

.testimonial-two__rating {
    margin: 0px;
    padding: 15px 10px 15px 10px;
    width: auto;
    float: left;
    background: #2ab939;
    border-radius: 4px;
}

    .testimonial-two__rating i {
        margin: 0px;
        padding: 0px 8px 0px 8px;
        float: left;
        font-size: 18px;
        color: #fff;
    }

.fix-social-ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
}

    .fix-social-ul li {
        margin: 1px 0 0;
        padding: 0;
        list-style-type: none;
    }

        .fix-social-ul li a {
            padding: 0;
            margin: 1px 0;
            font-size: 18px;
            color: #fff;
            width: 36px;
            height: 36px;
            background: #4d6fa9;
            text-align: center;
            line-height: 36px;
            border-radius: 10px 0px 0px 10px;
            box-shadow: 0 5px 10px 0 rgb(86 86 86 / 20%);
            transition: .3s;
            float: right;
        }

            .fix-social-ul li a:hover {
                opacity: .8;
                width: 60px;
            }

.aboutus-page {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-image: url(../images/pages-banner.jpg);
    background-size: cover;
    background-position: bottom;
}

.aboutus-page-bg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 70px 0px 70px 0px;
    float: left;
    background-color: rgb(0 0 0 / 33%);
}

.aboutus-pagetext {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboutus-pagetext-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}

.aboutus-pagetext-ul {
    display: inline-block;
    padding: 0px 0px;
    float: left;
    text-align: center;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

    .aboutus-pagetext-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline-block;
    }

        .aboutus-pagetext-ul li a {
            height: auto;
            width: 100%;
            margin: 0px 0px 0px 0px;
            padding: 5px 0px 0px 0px;
            float: left;
            font-size: 16px;
            line-height: 23px;
            color: #e2e1e1;
            text-align: center;
        }
/*==========================================*/

.othr-pages-contnt-sec {
    margin: 75px 0px 75px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.othr-pages-contact-add-sec {
    margin: 0px 0px 0px 0px;
    padding: 15px 20px;
    width: 100%;
    float: left;
    background-image: linear-gradient(90deg, #2ab939 0%, #0c9d1b 50%, #40cd4f) !important;
}

.othr-pages-contact-add-row {
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 40px 0px;
    width: 100%;
    float: left;
    border-bottom: 1px dashed #fff;
}

.othr-pages-contact-add-ico {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 20%;
    float: left;
}

    .othr-pages-contact-add-ico i {
        margin: 2px 0px 0px 0px;
        padding: 0px;
        width: 100%;
        float: left;
        font-size: 44px;
        color: #fff;
    }

.othr-pages-contact-add-contnts {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 80%;
    float: left;
}

.othr-pages-contact-add-contnts-h {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    color: #fff;
    float: left;
    font-weight: 500;
    font-size: 20px;
}

.othr-pages-contact-add-contnts-p {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    float: left;
    color: #fff;
    line-height: 28px;
    font-size: 15px;
}

.contact-form-sec {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 25px;
    width: 100%;
    float: left;
}

.contact-form-sml-h {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2ab939;
    letter-spacing: 5px;
}

.contact-form-big-h {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: 700;
}

.contact-form-p {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    float: left;
    color: #616161;
}

.contact-form-wpr {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.contact-form-txtbx-wpr {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.contact-form-txtbx-p {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #616161;
    font-weight: 400;
}

.contact-form-submt-btn-ul {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

    .contact-form-submt-btn-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        list-style-type: none;
    }

        .contact-form-submt-btn-ul li a {
            margin: 0px 0px 0px 0px;
            /*background: #372FFF;*/
            border: 0;
            display: inline-block;
            text-align: center;
            padding: 11px 30px;
            border-radius: 7px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            font-size: 15px;
            font-weight: 400;
            color: #fff;
        }

/*.contact-form-submt-btn-ul li a:hover {
                background: #173969;
            }*/

.cont-map-sec {
    margin: 50px 0px 0px 0px;
    padding: 10px;
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.cont-map-sec-h {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
}

.update-soon {
    padding: 50px 0px;
    font-size: 40px;
    float: left;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px #000, 1px 1px 2px blue;
    color: #e6eb1f;
}

.pagedata-sec {
    margin: 25px 0px 0px 0px;
    padding: 10px;
    width: 100%;
    float: left;
}
/*==========================================*/

.our-brochure {
    margin: 50px 0px 50px 0px;
    padding: 50px 0px 60px 0px;
    width: 100%;
    float: left;
    background: #f4f9f0;
}

.our-brochure-inr {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    text-align: center;
}

.our-brochure-smll-h {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    width: 100%;
    float: left;
    color: #6d756d;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}

.our-brochure-bg-h {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    width: 100%;
    float: left;
    color: #192919;
    font-size: 29px;
    line-height: 44px;
    font-weight: 600;
}

.our-brochure-wprs {
    margin: 0px;
    padding: 40px 0px 0px 0px;
    width: 100%;
    float: left;
}

    .our-brochure-wprs .owl-nav {
        display: none;
    }

.our-brochure-donld-dv {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    width: 100%;
    float: left;
}

.our-brochure-donld-dv-bx {
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
}

    .our-brochure-donld-dv-bx a {
        margin: 0px;
        padding: 20px 20px 20px 20px;
        width: 100%;
        float: left;
        background: #eddd5e;
        border-radius: 3px;
        display: flex;
        align-items: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .our-brochure-donld-dv-bx a:hover {
            background: #41cb4f;
        }

        .our-brochure-donld-dv-bx a i {
            margin: 0px;
            padding: 0px 0px 0px 0px;
            font-size: 50px;
            color: #000;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .our-brochure-donld-dv-bx a span {
            margin: 0px;
            padding: 0px 0px 0px 10px;
            font-size: 21px;
            color: #000;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .our-brochure-donld-dv-bx a:hover i {
            color: #fff;
        }

        .our-brochure-donld-dv-bx a:hover span {
            color: #fff;
        }

/***********updating soon********/
.updatingsoon-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
}

.updatingsoon-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #ff2000;
    font-weight: 600;
}

.updatingsoon-sec-p {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.updatingsoon_image {
    height: auto;
    width: 400px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}