﻿body, #form1 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    font-family: 'Merriweather', serif;
}

h1, h2, h2, h3, h4, h5, h6 {
    font-family: 'Rufina', serif;
}

p {
    font-family: 'Merriweather', serif;
}

a {
    font-family: 'Merriweather', serif;
}

.container-small {
    margin-left: -50px;
    margin-right: -50px;
}

.padd-right {
    padding-right: 0px;
}

.padd-left {
    padding-left: 0px;
}

.padd-both {
    padding-left: 0px;
    padding-right: 0px;
}

a {
    text-decoration: none !important;
}

.btn-default {
    background-image: none !important;
    text-shadow: none !important;
}

.section {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.pad-left {
    padding-left: 0px;
}

.pad-right {
    padding-right: 0px;
}

/***************content-top-sec********************/
.content-top {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    float: left;
    background-color: #f3f7fc;
}

.content-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: left;
}

    .content-sec ul {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
    }

        .content-sec ul li {
            margin: 0px 0px 0px 0px;
            padding: 0px 7px 0px 4px;
            list-style-type: none;
            display: inline;
        }

            .content-sec ul li a {
                height: auto;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 10px;
                text-align: center;
                color: #fff;
                font-size: 14px;
                font-weight: 400;
            }

                .content-sec ul li a span {
                    font-weight: 600;
                }

                .content-sec ul li a:hover {
                    color: #fff;
                }

    .content-sec p {
        height: auto;
        width: 100%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: left;
        color: #6d6d6d;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
    }

.cont-icon {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 0px 0px;
    color: #ed1819;
}

.top-r {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    text-align: right;
}

.link-btn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

.link-btn-a {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 9px 0px 8px;
    text-align: center;
    color: #6d6d6d;
    font-size: 17px;
    display: inline;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
}

    .link-btn-a:hover {
        color: #fff;
    }

.t {
    color: #00acee;
}

.f {
    color: #3b5998;
}

.y {
    color: #c4302b;
}

.ins {
    color: #8a3ab9;
}

.gp {
    color: #51af19;
}

.logof {
    height: auto;
    width: 78%;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 8px;
    float: left;
}



/**************blink*********/
.onlinereg-main {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.quadrat {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;
    animation: NAME-YOUR-ANIMATION 1s infinite;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
    border-radius: 20px;
}

    .quadrat:hover {
        color: #fff;
    }


@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
        background-color: rgb(117, 209, 63);
    }

    50%, 100% {
        background-color: #e50000;
    }
}

/*-------------------top header section-------------------*/
.header-second {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    float: left;
    background: #fff;
}

.topheader-sec-logo {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 100%;
}

.header-creative-addresslst {
    width: 100%;
    height: auto;
    margin: 11px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
}

.header-creative-address {
    width: 100%;
    height: auto;
    margin: 11px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    float: left;
    position: relative;
}

    .header-creative-address::before {
        position: absolute;
        right: 0;
        top: -15px;
        width: 1px;
        height: 211%;
        background: #ddd;
        content: "";
    }

.header-creative-icon {
    width: 20%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .header-creative-icon i {
        font-size: 17px;
        display: inline-block;
        float: left;
        margin-left: 10px;
        height: 30px;
        width: 30px;
        color: #fff;
        text-align: center;
        background: #51af19;
        line-height: 30px;
        margin-top: 5px;
        border-radius: 3px;
    }

.header-creative-text {
    width: 80%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


    .header-creative-text p {
        height: auto;
        width: 100%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 9px 0px 0px 6px;
        text-align: left;
        color: #6d6d6d;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
    }

.header-semargin {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.header-sec-text {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}


.header-sec-text-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-weight: 600;
    color: #ff4e31;
    text-transform: uppercase;
}


.header-sec-text-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    font-weight: 400;
    color: #fff;
}

    .header-sec-text-a:hover {
        color: #fff;
    }

.topheader-logo22 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.topheader-sec-logo-a22 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


.flations-sizee {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 48px;
    line-height: 72px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-family: Flaticon;
    left: 0px;
}

.headercon {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    float: left;
    position: absolute;
    top: 0px;
    left: 75px;
    border-left: 1px solid #2B455B;
}


/*--------------------men logo sec---------------------*/
.logo-sec-two {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    float: left;
}

.logo-sec-two-bg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.hed-logo {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.hed-logo3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 120px;
}

.headersec-logo {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.header-location-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.resmobile-logo {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 90px;
}

.mob-logo222 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100px;
}

/**************arrow menu*************/
.rightarrow {
    float: right;
    text-align: right;
    color: #fff;
    font-size: 15px;
    padding: 3px 0px 0px 0px;
}

/****************menu*******************/


/**************slider**************/
.slider-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


/************About sec***************/
.about-sec-wrp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 40px 0px;
    float: left;
}


.about-sec {
    height: auto;
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-sec-img {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .about-sec-img ul {
        height: auto;
        width: 100%;
        margin: 7px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        text-align: center;
    }

        .about-sec-img ul li {
            height: auto;
            width: 100%;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            float: left;
            text-align: center;
            color: #6d6d6d;
            font-size: 15px;
            line-height: 22px;
            font-weight: 400;
            list-style-type: none;
        }

.about-sec-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #51af19;
    text-align: left;
}



.about-sec-sh {
    height: auto;
    width: 100%;
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    position: relative;
}

    .about-sec-sh::after {
        position: absolute;
        content: "";
        /* right: -59%; */
        top: 8px;
        width: 43px;
        left: 14%;
        height: 2px;
        background: #51af19;
    }


.about-sec-p {
    height: auto;
    width: 100%;
    float: left;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    color: #6d6d6d;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.about-btn {
    height: auto;
    width: 100%;
    float: left;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    .about-btn a {
        background: #51af19;
        display: inline-block;
        color: #fff;
        padding: 10px 45px;
        font-size: 16px;
        margin-top: 17px;
        transition: .3s;
        border-radius: 30px;
    }

        .about-btn a:hover {
            color: #fff;
            background: #3c711c;
        }

/************mission sec***************/

.mission-sec-wrp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 80px 0px 80px 0px;
    float: left;
    background-color: #F7F7F7;
}

.mission-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.mission-sec-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #51af19;
    text-align: center;
}

.mission-sec-inr {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.mission-icon {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .mission-icon img {
        margin: 0px auto;
    }

.em-feature {
    position: relative;
    transition: all 0.5s ease 0s;
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .em-feature::before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .7);
        content: "";
    }

.feature_inner_box {
    background: #fff;
    transition: all 0.5s ease 0s;
    position: relative;
    text-align: center;
    height: auto;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.em_feature_thumb {
    height: auto;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .em_feature_thumb img {
        width: 100%;
    }

.em-feature:hover {
}

.em_feature-icon {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    height: 45px;
    line-height: 46px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 45px;
    background: #fff;
    border-radius: 30px;
    margin-right: 20px;
    text-align: center;
    float: left;
    color: #333;
    transition: .5s;
    background: #f9f9f9;
}

.em_content_text {
    padding-top: 10px;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}



.feature_inner {
    overflow: hidden;
    padding: 16px 20px 17px;
    background: #fff;
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    min-height: 100px;
    /* position: relative; */
}


.feature_icon {
    margin-top: 21px;
}

.f-readmore {
    padding-top: 7px;
}

.feature_button {
    transition: .5s;
}

    .feature_button a {
        color: #333;
        display: inline-block;
        border: 1px solid #ddd;
        padding: 5px 20px;
        border-radius: 30px;
    }

        .feature_button a span i {
            margin-left: 5px;
            font-size: 11px;
        }

.em-feature:hover .feature_button {
    display: block;
}

.em-feature:hover .em_feature-icon {
    background: #51af19;
    color: #fff;
}

.feature_hover_box {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-align: center;
    background: #51af19;
    transform: scale(0);
    transition: .3s;
    z-index: 9999;
}

    .feature_hover_box .feature_inner {
        overflow: hidden;
        padding: 6px 20px 15px;
        background: #51af19;
        bottom: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .feature_hover_box .em-feature-title h2 {
        margin-bottom: 20px;
    }

    .feature_hover_box .feature_button {
        transition: .5s;
        margin-top: 29px;
        height: auto;
        width: 100%;
        float: left;
    }

        .feature_hover_box .mission-box-h,
        .feature_hover_box .mission-box-p,
        .feature_hover_box .feature_button a {
            color: #fff;
        }

            .feature_hover_box .feature_button a:hover {
                background: #fff;
                color: #51af19;
                border-color: transparent;
            }

.em-feature:hover .feature_hover_box {
    transform: scale(1);
}

.mission-box-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 23px;
    line-height: 34px;
    font-weight: 600;
    color: #51af19;
    text-align: center;
}

.mission-box-p {
    height: auto;
    width: 100%;
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

/******video-sec******/

.video-sec-wrp {
    height: auto;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #51af19;
}

.single-video {
    position: relative;
    text-align: center;
    height: auto;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    .single-video img {
        display: block;
        width: 100%;
    }

    .single-video h3 {
        color: #fff;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 0;
        padding-top: 30px;
        text-transform: uppercase;
    }

.video-icon a {
    text-align: center;
    display: inline-block;
}

    .video-icon a i {
        color: #fff;
        border: 5px solid #fff;
        width: 90px;
        height: 90px;
        line-height: 80px;
        font-size: 40px;
        border-radius: 50%;
    }

.v-overlay .video-icon a i {
    border: 0px solid #fff;
    font-size: 30px;
}

.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.single-video:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.single-video.video-overlay:before {
    background-color: rgba(0, 0, 0, 0.4);
    border: 3px solid rgba(255, 255, 255, 1);
    bottom: 0;
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 95%;
}

.single-video.video-overlay:before {
    background: rgba(255, 160, 0, 0.5) none repeat scroll 0 0;
    border: 3px solid rgba(255, 255, 255, 1);
    bottom: 0;
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    width: 95%;
}

.test-sec {
    height: auto;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 90px 30px 30px 30px;
}


.test-sec-p {
    height: auto;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}


/***************Testimonial-sec********************/


.tstmnl-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 0px 0px;
    float: left;
    text-align: center;
}

.tstmnl-sec-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.tstmnl-icon {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .tstmnl-icon img {
        margin: 0px auto;
    }

.testimonial-section-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    float: left;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

    .testimonial-section-h::before {
        content: '';
        background: #ffa600;
        width: 50px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -25px;
    }

    .testimonial-section-h span {
        font-weight: 600;
    }

.tstmnl-wpr-upr {
    margin: 60px 0px 27px 0px;
    padding: 0px 50px 0px 0px;
    width: 50%;
    height: auto;
    float: left;
}

.tstmnl-wpr {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.tstmnl-wpr-h {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    color: #d5a233;
    letter-spacing: -0.5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 52px;
    font-weight: 400;
    font-size: 37px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}


.testimonial-section {
    position: relative;
    padding: 0px 0px 0px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

    .testimonial-section .img {
        width: 110px;
        height: 110px;
        border-radius: 100%;
        margin: -10px 0px 20px 30px;
        overflow: hidden;
        border: 5px solid #7d60d6;
    }

    .testimonial-section .section-title {
        position: relative;
        margin-bottom: 40px;
    }

        .testimonial-section .section-title h2 {
            color: #ffffff;
        }

        .testimonial-section .section-title p {
            color: #ffffff;
        }

    .testimonial-section .testimonial-carousel {
        position: relative;
        border-radius: 5px;
    }

    .testimonial-section .info-outer {
        position: relative;
        margin-bottom: 0px;
    }

    .testimonial-section .owl-carousel .owl-item img {
        display: inline-block;
    }

    .testimonial-section .slide-item {
        position: relative;
        padding: 0px 35px;
        height: auto;
        float: left;
        width: 100%;
        margin: 0px;
    }

        .testimonial-section .slide-item .text {
            position: relative;
            margin-top: 0px;
            line-height: 28px;
            font-weight: 400;
            text-align: center;
            color: #fff;
            font-size: 18px;
            letter-spacing: 1px;
            font-family: 'Merriweather', serif;
        }

    .testimonial-section .author-info h4 {
        font-size: 20px;
        color: #fff;
        line-height: 22px;
        letter-spacing: .5px;
        text-transform: capitalize;
        font-weight: 500;
        letter-spacing: 1px;
        height: auto;
        float: left;
        margin: 0px 0px 0px 0px;
        width: 100%;
        text-align: left;
    }

        .testimonial-section .author-info h4 span {
            color: #fff;
            font-size: 15px;
            line-height: 27px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
        }


    .testimonial-section .author-info .designation {
        font-size: 13px;
        color: #c4ccd0;
        font-weight: 400;
        line-height: 27px;
        font-family: 'Open Sans', sans-serif;
    }

    .testimonial-section .owl-theme .owl-controls {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 48%;
        margin-left: -45px;
    }

    .testimonial-section .owl-dots .owl-dot span {
        position: relative;
        height: 8px;
        width: 8px;
        margin: 3px;
        border-radius: 0px;
        background: #c4ccd0;
    }

    .testimonial-section .owl-dots .owl-dot.active span {
        position: relative;
        height: 8px;
        width: 30px;
        background: #faca3a;
    }

    .testimonial-section .owl-nav {
        display: none;
    }

.author-image {
    margin: 0px auto;
    width: 60px;
    height: 60px;
    padding: 0px;
    text-align: center;
    background-image: url('../images/abw.png');
    background-repeat: no-repeat;
}

    .author-image i {
        font-size: 25px;
        padding: 15px 10px 10px 10px;
        color: #fd7114;
    }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-box {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 35px 20px 35px;
    margin: 0px 0px 0px 0px;
}

.author-info {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 50px 38px;
}


/*******gallery-sec*******/

.gallery-sec-wrp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 80px 0px 80px 0px;
    float: left;
    background-color: #fff;
}

.gallery-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.gallery-sec-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #51af19;
    text-align: center;
}

.gallery-sec-inr {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.gallery-icon {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .gallery-icon img {
        margin: 0px auto;
    }

/*******election-sec*********/

.election-sec-wrp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 40px 0px;
    float: left;
    background-image: url('../images/election-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

    .election-sec-wrp::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(2, 2, 2, 0.75);
        height: 100%;
        width: 100%;
    }

.election-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.election-sec-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.election-sec-inr {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.election-icon {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .election-icon img {
        margin: 0px auto;
    }


.counterdowns {
    text-align: center;
    height: auto;
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

span.time-counts {
    line-height: 125px;
    font-size: 60px;
    color: #fff;
}

.counterdowns p {
    color: #fff;
    font-size: 21px;
    line-height: 0px;
    margin-top: -4px;
}

/*.map {
    width: 100%;
    margin: 0;
    height: 500px;
    border: none;
}*/

.recent-post-item {
    overflow: hidden;
}

.widget_text {
    overflow: hidden;
}

.sbi_photo {
    display: block;
}

.event_dtl_timeline {
    margin-bottom: 45px;
    padding: 20px 15px 20px;
    border: 1px solid #ddd;
    margin-top: 38px;
}

.event_details span.cdowns {
    width: 153px;
    height: 130px;
    background: #eb1b2b;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
    border-radius: 7px;
}

.event_details span.time-counts {
    line-height: 94px;
    font-size: 60px;
}

.event_details .counterdowns p {
    font-size: 21px;
    line-height: 0px;
    margin-top: 0px;
}

.sbi_photo_wrap {
    float: left;
}

span.cdowns {
    width: 175px;
    height: 175px;
    background: rgba(81, 175, 25, 0.73);
    display: inline-block;
    margin: 0 29px;
    position: relative;
    border-radius: 100%;
}

    span.cdowns::before {
        position: absolute;
        content: "";
        background: #fff;
        top: 65px;
        right: -37px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
    }

    span.cdowns::after {
        position: absolute;
        content: "";
        background: #fff;
        top: 97px;
        right: -37px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
    }

    span.cdowns:last-child::before,
    span.cdowns:last-child::after {
        display: none;
    }

/****contact-sec****/

.contact-sec-wrp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 50px 0px;
    float: left;
    background-color: #F7F7F7;
}

.contact-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.contact-sec-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #51af19;
    text-align: center;
}

.contact-sec-inr {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.contact-icon {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .contact-icon img {
        margin: 0px auto;
    }


.em_contact_form {
    height: auto;
    width: 100%;
    margin: 0px 0px 60px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.contact_form_inner {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.form_field {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.form_field_inner {
    margin: 25px 0px 0px 0px;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .form_field_inner select,
    .form_field_inner input,
    .form_field_inner input,
    .field_comment_inner textarea {
        background: transparent;
        /* border: 1px solid #ddd; */
        color: #000;
        font-size: 16px;
        font-weight: 500;
        height: 50px;
        -webkit-transition: all 0.3s ease 0s;
        border-bottom: 1px solid #fff;
        transition: all 0.3s ease 0s;
        width: 100%;
        outline: none;
        background: #fff;
        border: 1px solid #ddd;
        padding-left: 15px;
        border-radius: 10px;
    }

        .form_field_inner input:focus {
            border-color: #51af19;
        }

        .field_comment_inner textarea:focus {
            border-color: #51af19;
        }

        .form_field_inner input:hover {
        }

.form_field_comment {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.field_comment_inner {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .field_comment_inner textarea {
        height: 95px;
        padding-top: 10px;
        margin: 20px 0px 0px 0px;
        width: 100%;
        float: left;
    }



.contact_bnt {
    margin-top: 21px;
    height: auto;
    width: 100%;
    float: left;
}

.contact_bnt-a {
    background: #51af19;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: block;
    letter-spacing: 2px;
    padding: 14px 50px;
    margin: auto;
    border-radius: 10px;
    text-transform: capitalize;
    transition: .3s;
    width: 100%;
    margin-top: -4px;
}

    .contact_bnt-a:hover {
        background: #fff;
        color: #51af19;
    }

.map {
    width: 100%;
    margin: 0;
    height: 299px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

.em_contact_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_contact_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_contact_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_contact_form :-moz-placeholder {
    /* Firefox 18- */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_contact_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.contact_info {
    border: 1px solid #ddd;
    padding: 40px 20px 0px;
    border-radius: 10px;
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
}

.single_plases {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
    padding: 0px 0px 0px 0px;
    float: left;
}

.single_plases_inner {
    text-align: left;
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.plases_icon {
    overflow: hidden;
    height: auto;
    width: 20%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .plases_icon i {
        font-size: 26px;
        overflow: hidden;
        width: 45px;
        height: 45px;
        line-height: 43px;
        border-radius: 100%;
        text-align: center;
        border: 1px solid #ddd;
        margin-right: 15px;
        transition: .3s;
    }

.single_plases:hover .plases_icon i {
    background: #51af19;
    color: #fff;
    border-color: #51af19;
}

.plases_text {
    height: auto;
    width: 80%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    .plases_text h2 {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 2px;
    }

    .plases_text p {
        height: auto;
        width: 100%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 8px 0px 0px 0px;
        text-align: left;
        color: #6d6d6d;
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
    }

.google_map_area {
    height: auto;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


/***************footer-sec********************/

.footer-sec-wrp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 20px 0px;
    float: left;
    background-color: #1a1a1a;
    /*background-image: url('../images/pattern.jpg');
    background-size: cover;*/
}

.footer-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footer-sec-img-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    /*position: relative;*/
}

    .footer-sec-img-h::before {
        position: absolute;
        content: "";
        left: 0px;
        bottom: -10px;
        width: 108px;
        height: 1px;
        background-color: #fff;
    }

.footer-sec-img {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footer-sec-inr {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 13px 0px 0px 0px;
    float: left;
}

.footer-sec-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .5px;
    position: relative;
}

    .footer-sec-h::before {
        position: absolute;
        content: "";
        left: 0px;
        bottom: -6px;
        width: 30px;
        height: 2px;
        background-color: #51af19;
    }

    .footer-sec-h::after {
        position: absolute;
        content: "";
        left: 11%;
        bottom: -6px;
        width: 27px;
        height: 2px;
        background-color: #eb1b2b;
    }

.footer-sec-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #ede5e5;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: justify;
}

.footer-sec-p2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #ede5e5;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
}

.p2-icon {
    color: #fc7f0c;
}

.footer-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 11px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .footer-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline-block;
        width: 100%;
        position: relative;
    }

        .footer-ul li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 19px;
            text-align: left;
            color: #ede5e5;
            font-size: 15px;
            font-weight: 400;
            line-height: 31px;
            float: left;
            letter-spacing: .5px;
        }

            .footer-ul li a:hover {
                color: #51af19;
            }


        .footer-ul li::before {
            position: absolute;
            font-family: FontAwesome;
            content: "\f0a4";
            color: #51af19;
            font-size: 14px;
            padding: 4px 0px 0px 0px;
            left: 0px;
        }

.footer-a {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    float: left;
}

    .footer-a:hover {
        color: #e21c3f;
    }



.footer-info-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    float: left;
}

    .footer-info-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline;
    }

        .footer-info-ul li a {
            height: auto;
            width: 100%;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            float: left;
            font-size: 14px;
            line-height: 30px;
            color: #333;
            font-weight: 400;
        }

            .footer-info-ul li a:hover {
                color: #51af19;
            }

.footer-icon {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 8px 8px 0px 0px;
    float: left;
    color: #061325;
}

.footer-social-icon-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}

    .footer-social-icon-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline;
    }

        .footer-social-icon-ul li a {
            height: 30px;
            width: 30px;
            background-color: #fff;
            color: #000;
            border: 2px solid #59bce3;
            margin: 0px 0px 0px 5px;
            padding: 7px 10px 7px 10px;
            text-align: center;
            border-radius: 100%;
        }

            .footer-social-icon-ul li a:hover {
                color: #000;
                background-color: #59bce3;
                transition: all 300ms linear 0s;
            }

.footer-ftr-inr {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

    .footer-ftr-inr p {
        margin: 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
        line-height: 25px;
        color: #fff;
        text-align: center;
        display: inline-block;
        text-transform: capitalize;
        font-weight: 400;
    }

        .footer-ftr-inr p span {
            color: #51af19;
        }

    .footer-ftr-inr a:hover {
        color: #fff;
    }


.footer-last-sec {
    background-color: #101010;
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    float: left;
}

.footer-email {
    height: auto;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.email-icons {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.emailbox {
    height: auto;
    width: 15%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.email-icons i {
    height: 35px;
    width: 35px;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 0px 0px;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: transparent;
    transition: all 500ms ease;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 4px #5a5a5a;
    -moz-box-shadow: 0px 0px 4px #5a5a5a;
    -ms-box-shadow: 0px 0px 4px #5a5a5a;
}

.footer-email:hover .email-icons i {
    background: #51af19;
    color: #fff;
    transition: all 500ms ease;
}

.footer-email:hover .email-address-a {
    color: #51af19;
}

.footer-email:hover .email-icons i {
    -webkit-box-shadow: 0px 0px 14px #5a5a5a;
    -moz-box-shadow: 0px 0px 14px #5a5a5a;
    -ms-box-shadow: 0px 0px 14px #5a5a5a;
    -o-box-shadow: 0px 0px 14px #5a5a5a;
    box-shadow: 0px 0px 14px #5a5a5a;
}

.email-text {
    height: auto;
    width: 80%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    float: left;
}

.email-address-h5 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.email-address-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #bdb4b4;
    font-weight: 400;
}

    .email-address-a:hover {
        color: #bdb4b4;
    }

/************top arrow**********/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    border: 2px solid #51af19;
    z-index: 99999999;
    background: #1a1a1a;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 34px;
    right: 30px;
    bottom: 30px;
    padding-top: 0;
    font-size: 11px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(45deg);
    transition: all .5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        border: 2px solid #1a1a1a;
        z-index: 99999999;
        background: #51af19;
        color: #fff;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1;
    }

    .scroll-top-wrapper i.fa {
        line-height: 0;
        padding: 0 1px 0 0;
        font-size: 17px;
        text-align: center;
    }


/******************************contact us top images**********************/
.aboutus-page {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-image: url(../images/topimages.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
}

.aboutus-page-s {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-image: url(../images/election-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
}

.aboutus-page-bg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 130px 0px 100px 0px;
    float: left;
    background-color: #00000070;
}


.aboutus-page-d {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-image: url(../images/d-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
}

.aboutus-img-page {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-image: url('../images/slider/slider1.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
}

.aboutus-img-page-bg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 98px 0px 55px 0px;
    float: left;
    background-color: #00000070;
}

.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: left;
    font-weight: 700;
    letter-spacing: 1px;
}

.aboutus-pagetext-ul {
    text-align: right;
    display: inline-block;
    padding: 5px 20px;
    float: right;
    margin-top: 8px;
}

    .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;
        }


/**about us page***/
.aboutpg-sec-wrp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 40px 0px;
    float: left;
}

.aboutpg-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboutpg-img {
    height: auto;
    width: 100%;
    margin: 60px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .aboutpg-img ul {
        height: auto;
        width: 100%;
        margin: 7px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        text-align: center;
    }

        .aboutpg-img ul li {
            height: auto;
            width: 100%;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            float: left;
            text-align: center;
            color: #6d6d6d;
            font-size: 14px;
            line-height: 22px;
            font-weight: 400;
            list-style-type: none;
        }

.aboutpg-sec-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 30px;
    line-height: 33px;
    font-weight: 600;
    color: #51af19;
    text-align: left;
}

.aboutpg-sec-p {
    height: auto;
    width: 100%;
    float: left;
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: justify;
    color: #6d6d6d;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
/**** Central Structure page****/

.ctstru-sec-wrp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 40px 0px;
    float: left;
}

.ctstru-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}

.ctstru-sec-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 25px;
    line-height: 44px;
    font-weight: 600;
    color: #51af19;
    text-align: center;
}

.ctstru-table {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border: 1px solid #51af19;
}

.ctstru-tbody {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.ctstru-tr {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border: 1px solid #51af19;
}

.ctstru-td1 {
    height: auto;
    width: 10%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 15px;
    text-align: left;
    color: #6d6d6d;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    border-right: 1px solid #51af19;
}

.ctstru-td2 {
    height: auto;
    width: 45%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 15px;
    text-align: left;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border-right: 1px solid #51af19;
}


.ctstru-th {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 7px 0px 7px 0px;
    float: left;
    font-size: 19px;
    line-height: 35px;
    font-weight: 600;
    color: #51af19;
    text-align: center;
}



/***************/
.contactus-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 70px 0px 40px 0px;
    float: left;
    background-color: #f8f8f8;
}

.contact-secbox {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 15px 20px;
    float: left;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
}

.cont-secbox22 {
    height: 60px;
    width: 60px;
    margin: 0px 0px 0px 27px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 24px;
    line-height: 58px;
    text-align: center;
    border: 1px dashed #c9f5c6;
    border-radius: 50%;
    color: #6be863;
    background-color: #f8f8f8;
    position: absolute;
    left: 0;
}

.contact-secbox2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 80px;
    float: left;
}


.contact-secbox2-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
    color: #282a2e;
}

.contact-secbox2-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    color: #6f6c6c;
}

    .contact-secbox2-a:hover {
        color: #6f6c6c;
    }


.messbox-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 15px 15px;
    float: left;
    background-color: #fff;
}

.messbox-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
    color: #282a2e;
}

.texbox-border {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.formcontrol {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-size: 15px;
    color: #075061;
    text-align: left;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .formcontrol:focus {
        border-color: #ccc;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 152, 0, 0.46);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 152, 0, 0.41);
    }

.cont-submit {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 12px 50px 12px 50px;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #00a04e;
    border-style: none;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

    .cont-submit:hover {
        background: #1cd677;
        border-style: none;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }


.contactus-locationsec {
    height: auto;
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.cont-loca {
    height: 500px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-style: none;
}

/******Donate page******/

.donatepg-sec-wrp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 40px 0px;
    float: left;
    background: #fff;
}

.donatepg-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 30px 30px;
    float: left;
}

.donate-sec-hdg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    float: left;
    background-color: #51af19;
}

.donate-sec-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.donatepg-from {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    background-color: #fff;
}


.donatepg-grp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}

.donatepg-grp-h {
    height: auto;
    width: 35%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #222;
    text-align: left;
}


.donatepg-grp input {
    height: auto;
    width: 65%;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-size: 13px;
    color: #075061;
    text-align: left;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.donatepg-grp textarea {
    height: auto;
    width: 65%;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-size: 13px;
    color: #075061;
    text-align: left;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.donatepg-grp select {
    height: auto;
    width: 65%;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-size: 13px;
    color: #075061;
    text-align: left;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.d-button {
    height: auto;
    width: 100% !important;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-size: 13px;
    color: #fff !important;
    text-align: center !important;
    background-color: #51af19;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bank-logo-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.bank-table {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border: 1px solid #333;
    background-color: #fff;
}

.bank-tbody {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.bank-tr {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-top: 1px solid #333;
}

.bank-th {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .bank-th img {
        margin: 0px auto;
    }

.bank-td1 {
    height: auto;
    width: 40%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 15px;
    text-align: left;
    color: #6d6d6d;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    border-right: 1px solid #333;
    font-family: 'Roboto', sans-serif;
}

.bank-td2 {
    height: auto;
    width: 60%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 15px;
    text-align: left;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border-right: 1px solid #333;
    font-family: 'Roboto', sans-serif;
}


/******Be a member page******/

.member-sec-wrp {
    height: auto;
    width: 100%;
    float: left;
    padding: 40px 0px 40px 0px;
    margin: 0px 0px 0px 0px;
}

.member-sec {
    height: auto;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.career-sec-wrp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 20px 0px;
    float: left;
}

.career-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.career-sec-inr {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.career-sec-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #777;
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
    text-align: left;
}

.career-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #333;
    font-size: 33px;
    line-height: 29px;
    font-weight: 700;
    text-align: center;
}

    .career-sec-h2 span {
        background-color: #f6aa1b;
        padding: 3px 5px;
    }

.career-form-wrp {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 20px 40px 30px 40px;
    float: left;
    background-color: #fff;
    border: 2px solid #51af19;
    box-shadow: 0px 0px 20px 0px rgba(38, 84, 11, 0.12);
}

.career-form {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    float: left;
}

.career-txtbox {
    height: auto;
    width: 100%;
    margin: 7px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.form_control {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 7px 20px 7px 15px;
    float: left;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #075061;
    text-align: left;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.up-file {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 9px;
    float: left;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #075061;
    text-align: left;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.career-btn {
    height: auto;
    width: 100%;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.career-btn-a {
    height: 45px;
    width: 150px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border: none;
    background: #51af19;
    border: 2px solid #51af19;
    border-radius: 5px;
}

    .career-btn-a:hover {
        border: 2px solid #333;
        background: #51af19;
    }

/**** Recognition page******/

.recognition-sec-wrp {
    height: auto;
    width: 100%;
    float: left;
    padding: 40px 0px 40px 0px;
    margin: 0px 0px 0px 0px;
}

.recognition-sec {
    height: auto;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .recognition-sec h2 {
        height: auto;
        width: 100%;
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        color: #c91a32;
        font-size: 29px;
        line-height: 29px;
        font-weight: 700;
        text-align: center;
    }

    .recognition-sec iframe {
        height: 400px;
        width: 100%;
        float: left;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }


/**** Agenda page******/

.agenda-sec-wrp {
    height: auto;
    width: 100%;
    float: left;
    padding: 40px 0px 40px 0px;
    margin: 0px 0px 0px 0px;
}

.agenda-sec {
    height: auto;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .agenda-sec h2 {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        color: #c91a32;
        font-size: 29px;
        line-height: 29px;
        font-weight: 700;
        text-align: left;
    }

.agenda-img {
    height: auto;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.agenda-sec-ul {
    height: auto;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .agenda-sec-ul li {
        height: auto;
        width: 100%;
        float: left;
        margin: 15px 0px 0px 13px;
        padding: 0px 0px 0px 0px;
        text-align: justify;
        color: #6d6d6d;
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        position: relative;
        list-style-type: none;
    }

        .agenda-sec-ul li:before {
            display: inline-block;
            width: 5px;
            height: 5px;
            background-color: #18ba60;
            content: "";
            vertical-align: middle;
            margin: 8px 0px 0 0;
            /* -webkit-transform: rotate(45deg); */
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            left: -12px;
            position: absolute;
        }



        .agenda-sec-ul li p {
            height: auto;
            width: 23%;
            float: left;
            margin: 0px 0px 0px 20px;
            padding: 0px 0px 0px 0px;
            text-align: justify;
            color: #6d6d6d;
            font-size: 14px;
            line-height: 26px;
            font-weight: 400;
            position: relative;
        }

            .agenda-sec-ul li p::before {
                display: inline-block;
                color: #18ba60;
                content: "\f0a4";
                font-family: FontAwesome;
                left: -20px;
                position: absolute;
                font-size: 14px;
            }

.mission-img {
    height: auto;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}


/****slogan page*****/

.slogan-sec-wrp {
    height: auto;
    width: 100%;
    float: left;
    padding: 40px 0px 40px 0px;
    margin: 0px 0px 0px 0px;
}

.slogan-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 40px 30px 40px;
    float: left;
    background-color: #fff;
    border: 2px solid #51af19;
    box-shadow: 0px 0px 20px 0px rgba(38, 84, 11, 0.12);
}

    .slogan-sec h2 {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        color: #c91a32;
        font-size: 29px;
        line-height: 29px;
        font-weight: 700;
        text-align: left;
    }


.slogan-sec-ul {
    height: auto;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .slogan-sec-ul li {
        height: auto;
        width: 100%;
        float: left;
        margin: 15px 0px 0px 13px;
        padding: 0px 0px 0px 0px;
        text-align: justify;
        color: #6d6d6d;
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        position: relative;
        list-style-type: none;
    }

        .slogan-sec-ul li:before {
            display: inline-block;
            width: 5px;
            height: 5px;
            background-color: #18ba60;
            content: "";
            vertical-align: middle;
            margin: 8px 0px 0 0;
            /* -webkit-transform: rotate(45deg); */
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            left: -12px;
            position: absolute;
        }

/*---------------------Video Page Css---------------------*/
.video-wraper {
    margin: 15px 0px 15px 0px;
    padding: 20px 10px 10px 10px;
    height: auto;
    width: 100%;
    float: left;
    background: -webkit-linear-gradient(bottom, #51af19, #ffffff);
    min-height: 340px;
    max-height: 340px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
    box-shadow: 0px 35px 44px -22px #1f181b;
}

    .video-wraper:hover {
        -webkit-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
        -moz-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
        box-shadow: 0px 35px 44px -22px #f6f4f4;
    }

.video-heading {
    margin: 5px 0px 10px 0px;
    padding: 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: .5px;
}
/*---------------------------News Page Css----------------------------*/

.new-sec {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

.new-wraper {
    margin: 20px 0px 0px 0px;
    padding: 0px 15px;
    height: auto;
    width: 100%;
    float: left;
    border: 1px solid #c91a32;
    background: #51af1957;
    min-height: 340px;
    max-height: 340px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-box-shadow: 0px 35px 44px -22px rgba(187, 182, 182, 0.72);
    -moz-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
}


    .new-wraper:hover {
        -webkit-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
        -moz-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
        box-shadow: 0px 35px 44px -22px #f6f4f4;
    }

.new-date {
    margin: 16px 0px 0px 0px;
    padding: 7px 7px;
    height: auto;
    width: 100%;
    float: left;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    /* font-family: 'Dosis', sans-serif; */
    background: #2c6908;
}

.new-heading {
    margin: 5px 0px 10px 0px;
    padding: 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 25px;
    color: #232323;
    font-weight: 500;
    /*font-family: 'Dosis', sans-serif;*/
    text-align: left;
    letter-spacing: .4px;
}

.calender-icon {
    color: #ffffff;
    padding: 0px 0px;
}

.new-p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 25px;
    color: #6b6b6b;
    letter-spacing: .5px;
}

.legal-cert-wpr {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #4bb70a;
}

.mnge-bdy-wpr {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    overflow: auto;
}

.amm-ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

    .amm-ul li {
        margin: 0px 0px 0px 0px;
        padding: 4px 0px 4px 26px;
        width: 100%;
        height: auto;
        float: left;
        list-style-type: none;
        font-size: 15px;
        line-height: 26px;
        color: #333;
        text-align: justify;
        position: relative;
    }

        .amm-ul li:before {
            font-family: FontAwesome;
            content: "\f0a4";
            font-size: 15px;
            position: absolute;
            left: 0px;
            top: 2px;
            color: #3fa800;
        }

.allpage-heder-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    text-align: left;
    color: #51af19;
}


.welcome-wraper {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboupage-section {
    height: auto;
    width: 100%;
    margin: 50px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboupage-section22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.bg-color {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 30px 30px 20px 20px;
    float: left;
    background: #f3f7fcd6;
}

.gagritimanchif {
    height: 500px;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 15px;
    float: left;
    box-shadow: 0 0 40px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-style: none;
}

.visitorcount2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 12px;
    float: left;
    text-align: center;
}

.audhad-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    float: left;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #51af19;
    text-align: left;
}

.auditreppp {
    height: 500px;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 15px;
    float: left;
    border-style: none;
    box-shadow: 0 0 40px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.aumarggg {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.ghosnapp {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-align: justify;
    color: #333;
}
