﻿@charset "UTF-8";
/*------------------------
	Css Indexing
--------------------------
** @typography
--------------------------
** Global css
--------------------------
** Breadcumb Area
--------------------------
** Preloader
--------------------------
** Normalize
--------------------------
** Support Bar
--------------------------
** Navbar Area
--------------------------
** Header Area
--------------------------
** Activity Area
--------------------------
** About Us Area
--------------------------
** Campains Area
--------------------------
** Join Us Area
--------------------------
** Gallery Area
--------------------------
** Team Area
--------------------------
** Testimonial Area
--------------------------
** Newsletter Area
--------------------------
** Partners Area
--------------------------
** Footer Area
--------------------------
** Donate Area
--------------------------
** About Us 2 Area
--------------------------
** Event Area
------------- j-------------
All Page :
--------------------------
** Blog Details Page
--------------------------
** Activist Page
--------------------------
** Donate Page
--------------------------
** Faqs Page
--------------------------
** 404 Page
--------------------------
** Contact Page
--------------------------
-----------------*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:300,400,600,700,800");

/*---------------------------
** Global Scss
---------------------------*/
.section-title {
    margin-bottom: 58px;
    text-align: center;
}

    .section-title.extra .title {
        margin-bottom: 12px;
    }

    .section-title.extra p {
        margin-top: 0;
    }

    .section-title .title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 15px;
        color: #313131;
        font-weight: 700;
        text-transform: capitalize;
        margin-top: 0;
    }

    .section-title p {
        line-height: 26px;
        color: #7b7b7b;
        max-width: 670px;
        margin: 25px auto 0 auto;
        font-size: 16px;
    }

.gray-bg {
    background-color: #f4f4f4;
}

.remove-col-padding {
    padding: 0;
}

.remove-col-right-padding {
    padding-right: 0;
}

.remove-col-left-padding {
    padding-left: 0;
}

/*/boxed button*/
.boxed-btn {
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-radius: 30px;
    color: #fff;
    background-color: #6DAD29;
    padding: 0px 50px;
    text-transform: capitalize;
    font-weight: 700;
    width: 200px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .boxed-btn.blank {
        background-color: transparent;
        color: #fff;
        border: 2px solid #6DAD29;
    }

        .boxed-btn.blank:hover {
            background-color: #FF7F02;
            color: #fff;
        }

    .boxed-btn.blank1 {
        background-color: transparent;
        color: black;
        border: 2px solid #6DAD29;
    }

        .boxed-btn.blank1:hover {
            background-color: #6DAD29;
            color: #fff;
        }

.boxed-btn-new {
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-radius: 30px;
    color: #fff;
    background-color: #6DAD29;
    padding: 0px 50px;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .boxed-btn-new:hover {
        background-color: transparent;
        color: #6DAD29;
        border: 2px solid #6DAD29;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

.more-btn {
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-radius: 30px;
    padding: 0px 50px;
    text-transform: capitalize;
    font-weight: 700;
    width: 230px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: transparent;
    color: #191717;
    border: 2px solid #6DAD29;
}

    .more-btn:hover {
        background-color: #6DAD29;
        color: #fff;
    }

.boxed-btn.base {
    background-color: #FF7F02;
    color: #fff;
    font-size: 16px;
}

    .boxed-btn.base:hover {
        background-color: #6DAD29;
    }

.memberShipForm {
    font-size: 12px;
}

    .memberShipForm input, .memberShipForm select {
        padding: 3px 10px !important;
        font-size: 12px;
    }

    .memberShipForm select {
        height: 25px !important;
    }

    .memberShipForm .row {
        margin-bottom: 10px;
    }

    .memberShipForm textarea {
        resize: none;
        font-size: 12px;
    }

.isRequired {
    color: red;
    margin-left: 5px;
}

.donate-btn {
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    background-color: #191717;
    padding: 0px 25px;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: 700;
    width: 150px;
    margin-top: 5px;
}

    .donate-btn:hover {
        color: black;
        background-color: #6DAD29;
    }

.donate {
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    background-color: #FF7F02;
    padding: 0px 50px;
    text-transform: capitalize;
    font-weight: 700;
    width: 250px;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.btn-rounded {
    border-radius: 30px;
}

.round {
    border-radius: 50%;
}

.base-color {
    color: #6DAD29;
}

.green {
    background-color: #5cb85c;
}

.red {
    background-color: #ff6c00;
}

.orange {
    background-color: orange;
}

.minus {
    color: rgba(206, 49, 49, 0.856);
}

.bg-white {
    background-color: #fff;
}

.plus {
    color: #5cb85c;
}

.modal-dialog {
    margin: 0 auto;
}

.modal {
    top: 20px;
}

.modal-open {
    padding-right: 0px !important;
}

.modal.show {
    padding-right: 0 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: 0.4rem;
}

.hr-breaak-line {
    padding-top: 40px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 37px;
}

.video-play-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    background-color: #6DAD29;
    border-radius: 50%;
    color: #fff;
    position: relative;
    z-index: 1;
}

    .video-play-btn:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateX(-50%) translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: rgba(109, 173, 41, 0.7);
        border-radius: 50%;
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite;
        z-index: -1;
    }

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #6DAD29;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

    .back-to-top i {
        -ms-transform: rotate(-45deg);
        /* IE 9 */
        -webkit-transform: rotate(-45deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-45deg);
    }

.has-icon {
    position: relative;
    display: inline-block;
}

    .has-icon .input-field {
        width: 100%;
        height: 50px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 25px;
        padding-left: 30px;
        background-color: transparent;
    }

        .has-icon .input-field::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #a8afb8;
        }

        .has-icon .input-field:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #a8afb8;
        }

        .has-icon .input-field::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #a8afb8;
        }

        .has-icon .input-field:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #a8afb8;
        }

        .has-icon .input-field:focus {
            border: 2px solid rgba(0, 0, 0, 0.1);
        }

    .has-icon .the-icon {
        position: absolute;
        right: 30px;
        top: 60%;
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        font-size: 14px;
    }

.padding-top-40 {
    padding-top: 40px;
}

.input-field {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #a8afb8;
    font-size: 14px;
}

    .input-field::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #a8afb8;
    }

    .input-field:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #a8afb8;
    }

    .input-field::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #a8afb8;
    }

    .input-field:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #a8afb8;
    }

    .input-field:focus {
        border: 2px solid rgba(0, 0, 0, 0.1);
    }

.hizontal-break {
    padding-top: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    display: block;
}

.form-element .input-area {
    width: 100%;
    padding: 20px 30px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    color: #a8afb8;
}

    .form-element .input-area::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #a8afb8;
    }

    .form-element .input-area:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #a8afb8;
    }

    .form-element .input-area::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #a8afb8;
    }

    .form-element .input-area:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #a8afb8;
    }

    .form-element .input-area:focus {
        border: 2px solid rgba(0, 0, 0, 0.1);
    }

.form-element .input-field:focus {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.select-wrapper {
    padding-top: 18px;
}

    .select-wrapper.padding-top-40 {
        padding-top: 28px;
    }

    .select-wrapper label {
        display: block;
        font-size: 18px;
        font-weight: 600;
        line-height: 38px;
        color: #6d6c7d;
    }

    .select-wrapper .has-icon {
        display: block;
        background-color: transparent;
    }

        .select-wrapper .has-icon .with-icon {
            border-radius: 30px;
            border: 2px solid rgba(0, 0, 0, 0.1);
            padding-right: 35px;
            padding-left: 30px;
            width: 100%;
            height: 50px;
            font-size: 14px;
            color: #a8afb8;
            background-color: transparent;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        .select-wrapper .has-icon .the-icon {
            top: 50%;
            right: 30px;
            color: #6d7783;
        }

.submit-form-btn {
    display: inline-block;
    width: 250px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 30px;
    background-color: #6DAD29;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    margin-top: 25px;
}

    .submit-form-btn:focus {
        outline: none;
    }

    .submit-form-btn:hover {
        -webkit-box-shadow: 0 8px 16px 0 rgba(0, 95, 224, 0.7);
        box-shadow: 0 8px 16px 0 rgba(0, 95, 224, 0.7);
    }

.form-element.square.login label {
    color: #4a495d;
}

.form-element.square.login .input-field-square {
    height: 50px;
}

    .form-element.square.login .input-field-square::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #89879e;
    }

    .form-element.square.login .input-field-square:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #89879e;
    }

    .form-element.square.login .input-field-square::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #89879e;
    }

    .form-element.square.login .input-field-square:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #89879e;
    }

.form-element.square label {
    font-weight: 700;
    font-size: 16px;
    color: #131222;
    display: block;
}

    .form-element.square label span {
        color: #6DAD29;
    }

.form-element .input-field-square:focus {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.input-field-square {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0 30px;
    font-size: 14px;
    color: #63617b;
    margin-bottom: 25px;
}

    .input-field-square::-webkit-input-placeholder {
        /* WebKit browsers */
        font-style: italic;
    }

    .input-field-square:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-style: italic;
    }

    .input-field-square::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-style: italic;
    }

    .input-field-square:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-style: italic;
    }

    .input-field-square:focus {
        border: 2px solid rgba(0, 0, 0, 0.1);
    }

    .input-field-square.textarea {
        height: 150px;
        resize: none;
        padding-top: 20px;
    }

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@-o-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

/*---------------------
    Breadcumb Area
----------------------*/
.breadcumb-area {
    position: relative;
    z-index: 0;
    padding: 120px 0 125px 0;
}

    .breadcumb-area:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(19, 18, 34, 0.6);
        content: '';
        z-index: -1;
    }

    .breadcumb-area.campain-page {
        padding: 123px 0 127px 0;
    }

    .breadcumb-area.activist-page {
        padding: 123px 0 125px 0;
    }

    .breadcumb-area.breadcrumb-bg {
        background-image: url(../img/bg/breadcumb-bg.jpg);
        background-position: center;
        background-size: cover;
    }

    .breadcumb-area .breadcumb-inner .title {
        font-size: 50px;
        line-height: 60px;
        color: #fff;
        margin-bottom: 10px;
    }

    .breadcumb-area .breadcumb-inner .page-list li {
        display: inline-block;
        margin: 0 12px;
        color: #e8e8e8;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
        color: #fff;
        position: relative;
    }

        .breadcumb-area .breadcumb-inner .page-list li:first-child {
            margin-left: 0;
        }

        .breadcumb-area .breadcumb-inner .page-list li:after {
            position: absolute;
            right: -20px;
            top: 2px;
            color: #fff;
            content: "";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }

        .breadcumb-area .breadcumb-inner .page-list li:last-child:after {
            display: none;
        }

        .breadcumb-area .breadcumb-inner .page-list li a {
            color: #6DAD29;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

/*-------------------------
    Preloader Css
---------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .preloader.hide {
        opacity: 0;
        display: none;
    }

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader-1 .loader-outter {
    position: absolute;
    border: 4px solid #6DAD29;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.loader-1 .loader-inner {
    position: absolute;
    border: 4px solid #6DAD29;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.learn-btn {
    border-radius: 4px;
    border: none;
    color: #FF7F02;
    text-align: center;
    font-size: 16px;
    width: 150px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    background: transparent;
    font-weight: 600;
}

    .learn-btn span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .learn-btn span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -15px;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

    .learn-btn:hover span {
        padding-right: 25px;
        color: #6DAD29;
    }

        .learn-btn:hover span:after {
            opacity: 1;
            right: 0;
            color: #6DAD29;
        }

.sidebar-title {
    position: relative;
    font-size: 24px;
    color: #6DAD29;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: capitalize;
}

    .sidebar-title:before {
        position: absolute;
        content: '';
        width: 70px;
        height: 2px;
        left: 0px;
        bottom: 0px;
        background-color: #6DAD29;
    }

    .sidebar-title:after {
        position: absolute;
        content: '';
        width: 70px;
        height: 1px;
        left: 0px;
        bottom: 3px;
        background-color: #6DAD29;
    }

.btn_fill {
    color: #fff;
    background: #FF7F02;
    border: 1px solid #FF7F02;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 50px;
}

.join {
    color: #fff;
    width: 200px;
    line-height: 60px;
    background: #6DAD29;
    margin-right: auto;
    border-radius: 30px;
    height: 60px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
}

.amount-btn {
    color: #fff;
    line-height: 40px;
    background: #FF7F02;
    border-radius: 30px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
}

    .amount-btn:hover {
        background-color: #6DAD29;
        color: #fff;
    }

/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    border-radius: 30px;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 30px;
        background: #FF7F02;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        color: white;
    }

        .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    border-radius: 30px;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 30px;
        background: #6DAD29;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
        color: white;
    }

        .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #FF7F02;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-shutter-in-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #FF7F02;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
        color: white;
    }

        .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
        }

.comment-btn {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    font-family: "Open Sans";
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 40px;
    border-radius: 0;
    background: #6DAD29;
    color: #fff;
}

/*====================
** Normalize
====================*/
html {
    font-family: "Open Sans", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    /*  base font size  15px= 1em*/
    margin: 0;
    color: #7b7b7b;
    overflow-x: hidden;
}

h1 {
    font-size: 60px;
    line-height: 1.0833333333333333;
}

h2 {
    font-size: 52px;
    line-height: 1.4444444444444444;
}

h3 {
    font-size: 32px;
    line-height: 1.0833333333333333;
}

h4 {
    font-size: 24px;
    line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #313131;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 16px;
    color: #313131;
    line-height: 1.625;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a {
    color: #313131;
    text-decoration: none;
}

    a,
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
    }

        a i {
            padding: 0 2px;
        }

/*img {
    max-width: 100%;
    width: 100%;
}*/

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*--------------------
    Support Bar
--------------------*/
.support-bar {
    background-color: #6DAD29;
    padding: 15px 0;
}

    .support-bar .support-left {
        display: inline-block;
    }

        .support-bar .support-left ul li {
            display: inline-block;
            font-size: 14px;
            margin: 0 6px;
        }

            .support-bar .support-left ul li:first-child {
                margin-left: 0;
            }

            .support-bar .support-left ul li a {
                color: #f4f4f4;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

                .support-bar .support-left ul li a:hover {
                    color: #191717;
                }

                .support-bar .support-left ul li a i {
                    padding-right: 10px;
                }

    .support-bar .support-right {
        display: inline-block;
        float: right;
    }

        .support-bar .support-right ul li {
            display: inline-block;
            font-size: 14px;
            margin: 0 8px;
        }

            .support-bar .support-right ul li:first-child {
                margin-left: 0;
            }

            .support-bar .support-right ul li:last-child {
                margin-right: 0;
            }

            .support-bar .support-right ul li a {
                color: #f4f4f4;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

                .support-bar .support-right ul li a:hover {
                    color: #191717;
                }

                .support-bar .support-right ul li a i {
                    padding-right: 2px;
                }

/*------------------------------
    Navbar Area
------------------------------*/
.navbar-area {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    background-color: #fff;
    padding: 0;
    position: relative;
    z-index: 2;
}

    .navbar-area .navbar-collapse {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
    }

        .navbar-area .navbar-collapse .navbar-nav {
            float: right;
        }

            .navbar-area .navbar-collapse .navbar-nav .nav-item {
                display: inline-block;
                font-size: 14px;
                line-height: 45px;
                text-transform: uppercase;
                font-weight: 700;
                padding: 20px 7px;
                position: relative;
            }

                .navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown:hover {
                    -webkit-transition: 0.3s ease;
                    -moz-transition: 0.3s ease;
                    -o-transition: 0.3s ease;
                    transition: 0.3s ease;
                }

                    .navbar-area .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
                        display: block;
                        -webkit-transition: 0.5s ease;
                        -moz-transition: 0.5s ease;
                        -o-transition: 0.5s ease;
                        transition: 0.5s ease;
                    }

                .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
                    padding: 0;
                    border-radius: 0;
                    margin: 0;
                }

                    .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item {
                        font-size: 14px;
                        font-weight: 600;
                        color: #6DAD29;
                        -webkit-transition: 0.3s ease;
                        -moz-transition: 0.3s ease;
                        -o-transition: 0.3s ease;
                        transition: 0.3s ease;
                    }

                        .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover {
                            background-color: #6DAD29;
                            color: #fff;
                            -webkit-transition: 0.5s ease;
                            -moz-transition: 0.5s ease;
                            -o-transition: 0.5s ease;
                            transition: 0.5s ease;
                        }

                .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
                    padding: 0;
                    border-radius: 0;
                }

                    .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
                        font-size: 14px;
                        font-weight: 600;
                        color: #6DAD29;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                        .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item:hover {
                            background-color: #6DAD29;
                            color: #fff;
                        }

                .navbar-area .navbar-collapse .navbar-nav .nav-item.active .nav-link {
                    color: #6DAD29;
                }

                .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
                    color: #6DAD29;
                }

                .navbar-area .navbar-collapse .navbar-nav .nav-item:last-child {
                    padding-right: 0;
                }

                    .navbar-area .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
                        padding-right: 0;
                    }

                .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
                    color: #191717;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

/*------------------------------
    Header Area
------------------------------*/
.header-area {
    position: relative;
    z-index: 0;
    padding-top: 212px;
    padding-bottom: 213px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .header-area:after {
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.6);
        content: '';
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .header-area.header-bg {
        background-image: url(../img/slider.jpeg);
        background-size: cover;
        background-position: center;
    }

    .header-area .slider-all-text {
        text-align: center;
    }

        .header-area .slider-all-text .title {
            font-size: 70px;
            font-weight: 800;
            line-height: 80px;
            color: #fff;
            text-transform: capitalize;
            margin-bottom: 23px;
        }

        .header-area .slider-all-text .subtitle {
            color: #fff;
            font-size: 25px;
            font-weight: 300;
            line-height: 36px;
            display: block;
            margin-bottom: 16px;
            text-transform: capitalize;
        }

        .header-area .slider-all-text p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 18px;
            line-height: 28px;
            font-weight: 400;
            max-width: 700px;
            margin: 0 auto;
        }

        .header-area .slider-all-text .btn-wrapper {
            margin-top: 38px;
        }

            .header-area .slider-all-text .btn-wrapper .boxed-btn {
                border-radius: 35px;
                margin: 0 8px;
            }

                .header-area .slider-all-text .btn-wrapper .boxed-btn:first-child {
                    border: none;
                    background-color: #6DAD29;
                    margin-left: 0;
                    border: 2px solid transparent;
                }

                    .header-area .slider-all-text .btn-wrapper .boxed-btn:first-child:hover {
                        background-color: transparent;
                        border-color: #6DAD29;
                        color: #fff;
                    }

                .header-area .slider-all-text .btn-wrapper .boxed-btn:last-child {
                    border-color: #6DAD29;
                }

                    .header-area .slider-all-text .btn-wrapper .boxed-btn:last-child:hover {
                        color: #fff;
                        background-color: #6DAD29;
                    }

.viewMore {
    text-align: center;
    margin-top: 25px;
    display: none;
}

    .viewMore a {
        padding: 10px 15px !important;
        font-size: 12px !important;
        width: 130px !important;
        line-height: 15px !important;
        height: auto !important;
        border: 1px solid #6DAD29 !important;
    }

        .viewMore a:hover {
            background: #fff;
            color: #000 !important;
        }

.modal-header {
    display: normal !important;
    padding: 2.5rem !important;
    background:url(../details_bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}

.modal-header h4
{
    color:#fff !important;
}

.modal-header strong
{
    color:#ff6c00;
    font-size:14px;
    font-weight:normal !important;
}

.modal-footer
{
    padding:10px !important;
}

.modal-footer button
{
    background:#6DAD29 !important; 
    color:#fff !important;
}

.modal-dialog {
    width: 70% !important;
}

/*------------------------------
Activity Area
------------------------------*/
.activity-area {
    padding: 113px 0px 120px 0;
}

    .activity-area .activity-item {
        -webkit-box-shadow: 0px 0px 22px 0px rgba(153, 151, 153, 0.3);
        box-shadow: 0px 3px 22px -3px rgba(153, 151, 153, 0.3);
    }

        .activity-area .activity-item .activity-ite-img {
            position: relative;
            overflow: hidden;
            text-align: center;
            background: #dedede;
        }

            .activity-area .activity-item .activity-ite-img img {
                width: auto;
                height: 170px;
                -webkit-transition: 1s ease-in;
                -moz-transition: 1s ease-in;
                -o-transition: 1s ease-in;
                transition: 1s ease-in;
            }

            .activity-area .activity-item .activity-ite-img .time {
                position: absolute;
                left: 20px;
                bottom: 20px;
                background: #fff;
                padding: 10px 15px;
                font-weight: 700;
                font-size: 12px;
                border-radius: 5px;
            }

        .activity-area .activity-item:hover .activity-ite-img img {
            -ms-transform: scale(1.2);
            /* IE 9 */
            -webkit-transform: scale(1.2);
            /* Chrome, Safari, Opera */
            transform: scale(1.2);
        }

        .activity-area .activity-item:hover .activity-ite-img .time {
            background: #6DAD29;
            color: #fff;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        .activity-area .activity-item:hover .activity-ite-text h6 {
            color: #6DAD29;
        }

    .activity-area .activity-ite-text {
        padding: 27px 5px 25px 5px;
    }

        .activity-area .activity-ite-text .title {
            font-weight: 700;
            font-size: 21px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            margin-bottom: 5px;
        }

        .activity-area .activity-ite-text .post-meta {
            margin-bottom: 18px;
        }

            .activity-area .activity-ite-text .post-meta li {
                display: inline;
                margin-right: 15px;
                font-size: 14px;
                color: rgba(36, 36, 36, 0.6);
            }

                .activity-area .activity-ite-text .post-meta li a {
                    color: rgba(36, 36, 36, 0.6);
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    .activity-area .activity-ite-text .post-meta li a:hover {
                        color: #6DAD29;
                    }

        .activity-area .activity-ite-text p {
            font-size: 14px;
            color: #696565;
        }

    .activity-area .learn-btn {
        color: #696565;
        font-size: 15px;
        font-weight: 600;
    }

        .activity-area .learn-btn:hover {
            color: #6DAD29;
        }

    .activity-area .activity-ite-btn {
        color: #242424;
        font-size: 15px;
        font-weight: 600;
    }

    .activity-area .activity-ite-chang {
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
        border-right: 1px solid #c8c8c8;
        display: inline-block;
        margin: 0;
        font-size: 0;
    }

        .activity-area .activity-ite-chang li {
            display: inline;
            font-size: 0;
        }

            .activity-area .activity-ite-chang li a {
                padding: 16px 22px;
                display: inline-block;
                font-size: 25px;
                font-weight: 600;
                text-decoration: none;
                border-collapse: collapse;
            }

                .activity-area .activity-ite-chang li a:hover {
                    color: #fff;
                    background-color: #dc8816;
                }

                .activity-area .activity-ite-chang li a:nth-child(5) {
                    border-right: 2px solid #c8c8c8;
                    color: #dc8816;
                }

                    .activity-area .activity-ite-chang li a:nth-child(5):hover {
                        color: #fff;
                    }

                .activity-area .activity-ite-chang li a:nth-child(1) {
                    color: #000;
                    border-left: 1px solid #c8c8c8;
                }

                    .activity-area .activity-ite-chang li a:nth-child(1):hover {
                        color: #fff;
                    }

        .activity-area .activity-ite-chang .next {
            color: #dc8816 !important;
        }

            .activity-area .activity-ite-chang .next:hover {
                color: #fff !important;
            }

/*------------------------------
    About Us Area
------------------------------*/
.about_us_area {
    background-color: #191717;
}

    .about_us_area .about-image {
        background: url(../img/bg/about-bg.jpg) no-repeat center;
        background-size: cover;
        height: 100%;
        display: block;
    }

    .about_us_area .about-area-right {
        max-width: 700px;
        padding: 113px 0px 115px 70px;
    }

        .about_us_area .about-area-right .subtitle {
            color: #6DAD29;
            font-size: 22px;
            line-height: 32px;
            display: block;
            margin-bottom: 10px;
        }

        .about_us_area .about-area-right .title {
            color: #fff;
            font-size: 45px;
            font-weight: 600;
            line-height: 50px;
            padding-bottom: 20px;
        }

        .about_us_area .about-area-right p {
            color: rgba(255, 255, 255, 0.6);
        }

        .about_us_area .about-area-right .about-list {
            margin-bottom: 20px;
        }

            .about_us_area .about-area-right .about-list li {
                margin: 8px 0;
                color: rgba(255, 255, 255, 0.6);
            }

                .about_us_area .about-area-right .about-list li i {
                    color: #6DAD29;
                    padding-right: 5px;
                }

        .about_us_area .about-area-right .btn-wrapper {
            margin-top: 38px;
            display: block;
        }

            .about_us_area .about-area-right .btn-wrapper .boxed-btn {
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                background-color: transparent;
                border: 2px solid rgba(255, 255, 255, 0.2);
                color: rgba(255, 255, 255, 0.6);
            }

                .about_us_area .about-area-right .btn-wrapper .boxed-btn:hover {
                    background-color: #6DAD29;
                    border-color: #6DAD29;
                    color: #fff;
                }

/*------------------------------
    Campains Area
------------------------------*/
.campains-area {
    padding: 113px 0px 90px;
}

    .campains-area .campains-box {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 30px;
    }

        .campains-area .campains-box .campains-media {
            overflow: hidden;
            position: relative;
        }

            .campains-area .campains-box .campains-media img {
                width: 100%;
                -webkit-transition: 1s ease-in;
                -moz-transition: 1s ease-in;
                -o-transition: 1s ease-in;
                transition: 1s ease-in;
            }

                .campains-area .campains-box .campains-media img:hover {
                    -webkit-transform: scale(1.15);
                    -ms-transform: scale(1.15);
                    transform: scale(1.15);
                }

            .campains-area .campains-box .campains-media .p-box {
                position: absolute;
                padding: 8px 20px;
                border-radius: 50px;
                color: #fff;
                left: 20px;
                font-weight: 600;
                font-size: 12px;
                bottom: 20px;
            }

                .campains-area .campains-box .campains-media .p-box i {
                    padding-right: 7px;
                    font-weight: 700;
                }

        .campains-area .campains-box .campains-content {
            background-color: #fff;
            padding: 25px 20px 23px 20px;
        }

            .campains-area .campains-box .campains-content .post-meta {
                margin-bottom: 14px;
            }

                .campains-area .campains-box .campains-content .post-meta li {
                    font-size: 14px;
                    font-weight: 400;
                    color: #7b7b7b;
                    display: inline-block;
                    margin: 0 8px;
                }

                    .campains-area .campains-box .campains-content .post-meta li:first-child {
                        margin-left: 0;
                    }

                    .campains-area .campains-box .campains-content .post-meta li a {
                        color: #7b7b7b;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                        .campains-area .campains-box .campains-content .post-meta li a:hover {
                            color: #6DAD29;
                        }

                        .campains-area .campains-box .campains-content .post-meta li a i {
                            padding-right: 5px;
                        }

            .campains-area .campains-box .campains-content .title {
                font-size: 21px;
                line-height: 28px;
                font-weight: 700;
                display: block;
                color: #313131;
                margin-bottom: 20px;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

                .campains-area .campains-box .campains-content .title:hover {
                    color: #6DAD29;
                }

            .campains-area .campains-box .campains-content p {
                color: #7b7b7b;
            }

                .campains-area .campains-box .campains-content p:last-child {
                    margin-bottom: 0;
                }

        .campains-area .campains-box:hover .campains-media img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: 0.5s ease;
            -moz-transition: 0.5s ease;
            -o-transition: 0.5s ease;
            transition: 0.5s ease;
        }

        .campains-area .campains-box:hover .post-title a {
            color: #6DAD29;
            -webkit-transition: 0.5s ease;
            -moz-transition: 0.5s ease;
            -o-transition: 0.5s ease;
            transition: 0.5s ease;
        }

/*----------------------
   Join Us area
-----------------------*/
.join-area {
    padding: 153px 0 153px 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg/join2.jpg) no-repeat center center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../img/bg/join2.jpg) no-repeat center center;
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg/join2.jpg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg/join2.jpg) no-repeat center center;
    background-size: cover;
    /*background-attachment: fixed;*/
    color: #fff;
    text-align: center;
}

    .join-area .title {
        font-size: 50px;
        line-height: 60px;
        color: #fff;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 13px;
    }

    .join-area p {
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        line-height: 26px;
    }

    .join-area .btn-wrapper {
        margin-top: 38px;
    }

        .join-area .btn-wrapper .boxed-btn {
            margin: 0 8px;
            width: 180px;
            font-size: 16px;
            border: 2px solid transparent;
        }

            .join-area .btn-wrapper .boxed-btn:hover {
                border: 2px solid rgba(255, 255, 255, 0.6);
                background-color: transparent;
                color: rgba(255, 255, 255, 0.6);
            }

            .join-area .btn-wrapper .boxed-btn.donate {
                border: 2px solid rgba(255, 255, 255, 0.6);
                background-color: transparent;
                color: rgba(255, 255, 255, 0.6);
            }

                .join-area .btn-wrapper .boxed-btn.donate:hover {
                    background-color: #6DAD29;
                    color: #fff;
                    border-color: #6DAD29;
                }

/*------------------------------
    Campains Area
------------------------------*/
.gallery-area {
    padding: 113px 0px 90px;
    background-color: #f4f4f4;
}

    .gallery-area .our-gallery-menu {
        margin-bottom: 30px;
        text-align: center;
    }

        .gallery-area .our-gallery-menu ul {
            position: relative;
            display: inline-block;
            border: 2px solid rgba(0, 0, 0, 0.1);
            border-radius: 35px;
        }

            .gallery-area .our-gallery-menu ul li {
                position: relative;
                display: inline-block;
                color: #7b7b7b;
                padding: 15px 35px;
                cursor: pointer;
                font-size: 18px;
                font-weight: 500;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
                border-radius: 35px;
            }

                .gallery-area .our-gallery-menu ul li.active, .gallery-area .our-gallery-menu ul li:hover {
                    background-color: #6DAD29;
                    color: #fff;
                }

    .gallery-area .filterizr__elements .filtr-item .inner-box {
        position: relative;
        margin-bottom: 30px;
    }

        .gallery-area .filterizr__elements .filtr-item .inner-box:hover .img-overlay {
            opacity: 1;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        .gallery-area .filterizr__elements .filtr-item .inner-box .image img {
            position: relative;
            width: 100%;
            display: block;
            background-color: #FF7F02;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        .gallery-area .filterizr__elements .filtr-item .inner-box .img-overlay {
            background-color: rgba(109, 173, 41, 0.8);
            width: 90%;
            height: 85%;
            position: absolute;
            top: 0;
            left: 0;
            margin: 5%;
            opacity: 0;
        }

            .gallery-area .filterizr__elements .filtr-item .inner-box .img-overlay .view-button {
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                -ms-transform: translate(-50%, -50%);
                /* IE 9 */
                -webkit-transform: translate(-50%, -50%);
                /* Chrome, Safari, Opera */
                transform: translate(-50%, -50%);
            }

                .gallery-area .filterizr__elements .filtr-item .inner-box .img-overlay .view-button a {
                    margin: 0 8px;
                    width: 50px;
                    height: 50px;
                    border: 2px solid #fff;
                    line-height: 46px;
                    border-radius: 50%;
                    font-size: 16px;
                    color: #fff;
                    display: inline-block;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    .gallery-area .filterizr__elements .filtr-item .inner-box .img-overlay .view-button a:hover {
                        background-color: #fff;
                        color: #6DAD29;
                    }

                    .gallery-area .filterizr__elements .filtr-item .inner-box .img-overlay .view-button a:first-child {
                        margin-left: 0;
                    }

/*------------------------------
    Team Area
------------------------------*/
.team-area {
    padding: 113px 0px 120px;
}

    .team-area.activist-page {
        padding: 113px 0px 90px;
    }

        .team-area.activist-page .our-team-item {
            margin-bottom: 30px;
        }

    .team-area .section-title {
        margin-bottom: 56px;
    }

        .team-area .section-title .title {
            margin-bottom: 0;
        }

        .team-area .section-title p {
            margin-top: 12px;
        }

    .team-area .our-team-item {
        border: 1px solid #f4f4f4;
        text-align: center;
        color: #6DAD29;
        overflow: hidden;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        /*
.team-area .our-team-item:hover .pic img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.team-area .our-team-item:hover .pic .team-social {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
*/
        .team-area .our-team-item .pic {
            position: relative;
            overflow: hidden;
            height: 300px;
        }

            .team-area .our-team-item .pic img {
                width: 100%;
                height: auto;
                -webkit-transition: all 1s ease 0s;
                -moz-transition: all 1s ease 0s;
                -o-transition: all 1s ease 0s;
                transition: all 1s ease 0s;
            }

            .team-area .our-team-item .pic .team-social {
                width: 50px;
                display: block;
                text-align: center;
                background: #6DAD29;
                padding: 20px 0;
                list-style: none;
                position: absolute;
                top: 0;
                left: 0;
                -webkit-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
                font-size: 14px;
                -ms-transform: translateX(-50px);
                /* IE 9 */
                -webkit-transform: translateX(-50px);
                /* Chrome, Safari, Opera */
                transform: translateX(-50px);
            }

                .team-area .our-team-item .pic .team-social li {
                    display: inline-block;
                    margin: 5px 0;
                }

                    .team-area .our-team-item .pic .team-social li:last-child {
                        margin-bottom: 0;
                    }

                    .team-area .our-team-item .pic .team-social li:first-child {
                        margin-top: 0;
                    }

                    .team-area .our-team-item .pic .team-social li a {
                        display: block;
                        color: #fff;
                        -webkit-transition: all 0.5s ease 0s;
                        -moz-transition: all 0.5s ease 0s;
                        -o-transition: all 0.5s ease 0s;
                        transition: all 0.5s ease 0s;
                        background-color: #fff;
                        color: #6DAD29;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        border-radius: 50%;
                    }

                        .team-area .our-team-item .pic .team-social li a:hover {
                            color: #FF7F02;
                        }

        .team-area .our-team-item .team-content {
            padding: 30px 0 30px 0;
        }

            .team-area .our-team-item .team-content .title {
                font-size: 21px;
                font-weight: 600;
            }

            .team-area .our-team-item .team-content .post {
                display: block;
                font-size: 14px;
                text-transform: capitalize;
            }

/*------------------------------
    About Us Area
------------------------------*/
.testimonial-area {
    padding: 113px 0px 120px;
    background-color: #f4f4f4;
}

    .testimonial-area .section-title {
        margin-bottom: 52px;
    }

        .testimonial-area .section-title .title {
            margin-bottom: 12px;
        }

        .testimonial-area .section-title p {
            margin-top: 0;
        }

    .testimonial-area .testimonial-carousel .testimonial {
        margin: 50px 0 0;
        border: 1px solid #fff;
        text-align: center;
        position: relative;
        -webkit-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        background-color: white;
        padding: 70px 30px 9px 30px;
    }

        .testimonial-area .testimonial-carousel .testimonial:hover .image {
            border-color: #6DAD29;
        }

        .testimonial-area .testimonial-carousel .testimonial .image {
            width: 95px;
            height: 95px;
            border-radius: 50%;
            background: #fff;
            position: absolute;
            top: -50px;
            left: 50%;
            overflow: hidden;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: all 0.7s ease 0s;
            -moz-transition: all 0.7s ease 0s;
            -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
            border: 5px solid #f2f2f2;
        }

            .testimonial-area .testimonial-carousel .testimonial .image img {
                width: 100%;
                height: auto;
                border-radius: 50%;
                -webkit-transition: all 0.7s ease 0s;
                -moz-transition: all 0.7s ease 0s;
                -o-transition: all 0.7s ease 0s;
                transition: all 0.7s ease 0s;
            }

        .testimonial-area .testimonial-carousel .testimonial .title {
            font-size: 16px;
            font-weight: 700;
            color: #191717;
            text-transform: capitalize;
            margin: 4px 0 5px 0;
        }

        .testimonial-area .testimonial-carousel .testimonial .post {
            font-size: 14px;
            line-height: 20px;
            display: block;
            margin-bottom: 15px;
        }

        .testimonial-area .testimonial-carousel .testimonial .description {
            font-size: 14px;
            color: #7b7b7b;
            line-height: 25px;
        }

/*------------------------------
    News Center  Area
------------------------------*/
.blog-page-content-area {
    padding: 120px 0;
}

.blog-pagination {
    margin-top: 30px;
}

.pagination {
    display: block;
    text-align: center;
}

    .pagination .page-item {
        display: inline-block;
    }

        .pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
            background-color: #6DAD29;
            border-color: #6DAD29;
            color: #fff;
        }

        .pagination .page-item .page-link {
            width: 45px;
            height: 45px;
            padding: 0;
            line-height: 45px;
            border-radius: 3px;
            border: 2px solid #E8E8E8;
            color: #7b7b7b;
            font-weight: 600;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

.blog-page-content-area .single-blog-style-one {
    padding-bottom: 30px;
}

    .blog-page-content-area .single-blog-style-one .img-box {
        position: relative;
        overflow: hidden;
    }

        .blog-page-content-area .single-blog-style-one .img-box img {
            width: 100%;
            display: block;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            .blog-page-content-area .single-blog-style-one .img-box img:hover {
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2);
            }

    .blog-page-content-area .single-blog-style-one .text-box {
        border: 2px solid #E8E8E8;
        border-top: 0;
        padding: 25px 30px 10px 30px;
        background: #fff;
    }

        .blog-page-content-area .single-blog-style-one .text-box .category {
            color: #AEAEAE;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            line-height: 1em;
        }

        .blog-page-content-area .single-blog-style-one .text-box p {
            color: #7b7b7b;
            font-size: 16px;
            line-height: 26px;
        }

        .blog-page-content-area .single-blog-style-one .text-box h3 {
            color: #212121;
            font-size: 21px;
            line-height: 30px;
            font-weight: 700;
            margin-bottom: 14px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            .blog-page-content-area .single-blog-style-one .text-box h3:hover {
                color: #6DAD29;
            }

    .blog-page-content-area .single-blog-style-one .meta-info {
        padding-left: 28px;
        padding-right: 28px;
        border: 2px solid #e8e8e8;
        border-top: 0;
    }

        .blog-page-content-area .single-blog-style-one .meta-info a {
            color: #767676;
            text-transform: uppercase;
            font-size: 14px;
            display: inline-block;
            padding: 11px 0;
        }

            .blog-page-content-area .single-blog-style-one .meta-info a i {
                margin-right: 4px;
            }

            .blog-page-content-area .single-blog-style-one .meta-info a:last-child {
                float: right;
                padding-left: 30px;
                border-left: 2px solid #E8E8E8;
            }

    .blog-page-content-area .single-blog-style-one.trending-post .img-box {
        position: relative;
    }

        .blog-page-content-area .single-blog-style-one.trending-post .img-box .trend-tag {
            width: 50px;
            height: 55px;
            background: #ff7f02;
            border-bottom-left-radius: 50%;
            border-bottom-right-radius: 50%;
            position: absolute;
            top: 0;
            right: 10px;
            text-align: center;
        }

            .blog-page-content-area .single-blog-style-one.trending-post .img-box .trend-tag i {
                color: #fff;
                font-size: 20px;
                line-height: 55px;
            }

    .blog-page-content-area .single-blog-style-one.video-post .img-box {
        position: relative;
    }

        .blog-page-content-area .single-blog-style-one.video-post .img-box a.video-link {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background: rgba(255, 127, 2, 0.2);
            border-radius: 50%;
            padding: 10px;
            text-align: center;
            display: inline-block;
        }

            .blog-page-content-area .single-blog-style-one.video-post .img-box a.video-link i {
                display: inline-block;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                background: #ff7f02;
                line-height: 60px;
                color: #fff;
                font-size: 16px;
            }

.blog-style-one {
    padding: 109px 0px 90px;
}

    .blog-style-one .single-blog-style-one {
        padding-bottom: 30px;
    }

        .blog-style-one .single-blog-style-one .img-box {
            position: relative;
            overflow: hidden;
        }

            .blog-style-one .single-blog-style-one .img-box img {
                width: 100%;
                display: block;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

                .blog-style-one .single-blog-style-one .img-box img:hover {
                    -moz-transform: scale(1.2);
                    -webkit-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    transform: scale(1.2);
                }

        .blog-style-one .single-blog-style-one .text-box {
            border: 2px solid #E8E8E8;
            border-top: 0;
            padding: 25px 30px 10px 30px;
            background: #fff;
        }

            .blog-style-one .single-blog-style-one .text-box .category {
                color: #AEAEAE;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 14px;
                line-height: 1em;
            }

            .blog-style-one .single-blog-style-one .text-box p {
                color: #7b7b7b;
                font-size: 16px;
                line-height: 26px;
            }

            .blog-style-one .single-blog-style-one .text-box h3 {
                color: #212121;
                font-size: 21px;
                line-height: 30px;
                font-weight: 700;
                margin-bottom: 14px;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

                .blog-style-one .single-blog-style-one .text-box h3:hover {
                    color: #6DAD29;
                }

        .blog-style-one .single-blog-style-one .meta-info {
            padding-left: 28px;
            padding-right: 28px;
            border: 2px solid #e8e8e8;
            border-top: 0;
        }

            .blog-style-one .single-blog-style-one .meta-info a {
                color: #767676;
                text-transform: uppercase;
                font-size: 14px;
                display: inline-block;
                padding: 11px 0;
            }

                .blog-style-one .single-blog-style-one .meta-info a i {
                    margin-right: 4px;
                }

                .blog-style-one .single-blog-style-one .meta-info a:last-child {
                    float: right;
                    padding-left: 30px;
                    border-left: 2px solid #E8E8E8;
                }

        .blog-style-one .single-blog-style-one.trending-post .img-box {
            position: relative;
        }

            .blog-style-one .single-blog-style-one.trending-post .img-box .trend-tag {
                width: 50px;
                height: 55px;
                background: #ff7f02;
                border-bottom-left-radius: 50%;
                border-bottom-right-radius: 50%;
                position: absolute;
                top: 0;
                right: 10px;
                text-align: center;
            }

                .blog-style-one .single-blog-style-one.trending-post .img-box .trend-tag i {
                    color: #fff;
                    font-size: 20px;
                    line-height: 55px;
                }

        .blog-style-one .single-blog-style-one.video-post .img-box {
            position: relative;
        }

            .blog-style-one .single-blog-style-one.video-post .img-box a.video-link {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 80px;
                height: 80px;
                background: rgba(255, 127, 2, 0.2);
                border-radius: 50%;
                padding: 10px;
                text-align: center;
                display: inline-block;
            }

                .blog-style-one .single-blog-style-one.video-post .img-box a.video-link i {
                    display: inline-block;
                    width: 60px;
                    height: 60px;
                    border-radius: 50%;
                    background: #ff7f02;
                    line-height: 60px;
                    color: #fff;
                    font-size: 16px;
                }

/*------------------------
Sidebar Area
------------------------*/
.sidebar .widget-area {
    margin-bottom: 30px;
}

    .sidebar .widget-area.tag .widget-body ul li {
        display: inline-block;
        margin: 0 0 10px 0;
    }

        .sidebar .widget-area.tag .widget-body ul li a {
            display: block;
            border: 1px solid rgba(25, 23, 23, 0.1);
            border-radius: 3px;
            padding: 5px 15px;
            text-transform: capitalize;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            font-size: 14px;
            font-weight: 500;
        }

            .sidebar .widget-area.tag .widget-body ul li a:hover {
                background-color: #6DAD29;
                color: #fff;
            }

    .sidebar .widget-area.search {
        margin-bottom: 36px;
    }

        .sidebar .widget-area.search .serach-widget-form {
            position: relative;
        }

            .sidebar .widget-area.search .serach-widget-form .form-group .form-control {
                width: 100%;
                height: 50px;
                border: 2px solid rgba(25, 23, 23, 0.1);
            }

            .sidebar .widget-area.search .serach-widget-form .submit-btn {
                display: inline-block;
                width: 60px;
                height: 50px;
                position: absolute;
                right: 0;
                top: 0;
                border: none;
                cursor: pointer;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
            }

                .sidebar .widget-area.search .serach-widget-form .submit-btn:hover {
                    background-color: #191717;
                    color: #fff;
                }

    .sidebar .widget-area .widget-title .title {
        font-size: 22px;
        line-height: 25px;
        position: relative;
        margin-bottom: 40px;
    }

        .sidebar .widget-area .widget-title .title:after {
            position: absolute;
            left: 0;
            bottom: -15px;
            background-color: #6DAD29;
            width: 60px;
            height: 3px;
            content: '';
        }

    .sidebar .widget-area .widget-body ul li {
        margin: 15px 0;
    }

        .sidebar .widget-area .widget-body ul li:first-child {
            margin-top: 0;
        }

        .sidebar .widget-area .widget-body ul li:last-child {
            margin-bottom: 0;
        }

        .sidebar .widget-area .widget-body ul li a {
            color: #7b7b7b;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            .sidebar .widget-area .widget-body ul li a:hover {
                color: #6DAD29;
            }

/*--------------------
    Partners area
--------------------*/
.partners-carousel {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .partners-carousel .single-carousel-item:hover img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .partners-carousel .single-carousel-item img {
        background-color: #fff;
        padding: 0 20px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        cursor: pointer;
    }

/*--------------------
    Footer  area
--------------------*/
/*--------------------
    Footer  area
--------------------*/
.footer-area {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-color: #191717;
    padding: 100px 0 0px 0;
}

    .footer-area .footer-wrap {
        padding-bottom: 100px;
    }

        .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul {
            margin: 0;
            padding: 0;
        }

            .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li {
                display: block;
                margin-bottom: 22px;
            }

                .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li:hover .icon {
                    color: #6DAD29;
                }

                .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li:hover .content .details {
                    color: #6DAD29 !important;
                }

                .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li.contact-info-item {
                    position: relative;
                }

                    .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li.contact-info-item .icon {
                        position: absolute;
                        left: 0;
                        top: 0;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                    .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li.contact-info-item .content {
                        padding-left: 25px;
                    }

                        .footer-area .footer-wrap .footer-widget.contact-info .widget-body ul li.contact-info-item .content .details {
                            color: rgba(255, 255, 255, 0.6);
                            -webkit-transition: all 0.3s ease-in;
                            -moz-transition: all 0.3s ease-in;
                            -o-transition: all 0.3s ease-in;
                            transition: all 0.3s ease-in;
                        }

        .footer-area .footer-wrap .footer-widget.about .footer-logo {
            margin-bottom: 25px;
        }

        .footer-area .footer-wrap .footer-widget.about .footer-social {
            margin: 23px 0 0 0;
            padding: 0;
        }

            .footer-area .footer-wrap .footer-widget.about .footer-social li {
                display: inline-block;
                margin: 0 5px;
            }

                .footer-area .footer-wrap .footer-widget.about .footer-social li:first-child {
                    margin-left: 0;
                }

                .footer-area .footer-wrap .footer-widget.about .footer-social li a {
                    display: block;
                    width: 35px;
                    height: 35px;
                    border-radius: 50%;
                    border: 1px solid rgba(255, 255, 255, 0.2);
                    text-align: center;
                    line-height: 35px;
                    font-size: 14px;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    .footer-area .footer-wrap .footer-widget.about .footer-social li a:hover {
                        background-color: #6DAD29;
                        color: #fff;
                    }

        .footer-area .footer-wrap .footer-widget .widget-title .title {
            font-size: 21px;
            line-height: 30px;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 22px;
        }

        .footer-area .footer-wrap .footer-widget .widget-body p {
            color: rgba(255, 255, 255, 0.6);
            font-size: 16px;
            line-height: 26px;
        }

        .footer-area .footer-wrap .footer-widget .widget-body ul li {
            display: block;
            margin: 12px 0;
        }

            .footer-area .footer-wrap .footer-widget .widget-body ul li a {
                color: rgba(255, 255, 255, 0.6);
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

                .footer-area .footer-wrap .footer-widget .widget-body ul li a:hover {
                    color: #6DAD29;
                }

    .footer-area .copyright-area {
        background-color: #191717;
        padding: 25px 0;
        color: rgba(255, 255, 255, 0.6);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 14px;
        text-transform: capitalize;
    }

/*------------------------------
    About Us Area
------------------------------*/
.about_us_area2 {
    padding: 113px 0px 115px;
}

    .about_us_area2 .about-image2 {
        position: relative;
        display: inline-block;
        margin-top: 20px;
    }

        .about_us_area2 .about-image2 .hover {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: url(../img/bg/about-bg2.png);
            background-color: rgba(0, 0, 0, 0.5);
        }

            .about_us_area2 .about-image2 .hover .video-play-btn {
                position: absolute;
                left: 50%;
                top: 50%;
                -ms-transform: translate(-50%, -50%);
                /* IE 9 */
                -webkit-transform: translate(-50%, -50%);
                /* Chrome, Safari, Opera */
                transform: translate(-50%, -50%);
                margin-left: -20px;
                margin-top: 10px;
            }

    .about_us_area2 .about-box .subtitle {
        color: #6DAD29;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 8px;
        display: block;
    }

    .about_us_area2 .about-box .about-sub-title {
        color: #191717;
        font-size: 45px;
        font-weight: 700;
        line-height: 46px;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }

    .about_us_area2 .about-box p {
        color: #7b7b7b;
    }

    .about_us_area2 .about-box .about-list li {
        margin: 8px 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .about_us_area2 .about-box .about-list li:hover {
            color: #6DAD29;
        }

    .about_us_area2 .about-box .btn-wrapper {
        margin-top: 38px;
    }

        .about_us_area2 .about-box .btn-wrapper .boxed-btn {
            background-color: transparent;
            border: 2px solid #6DAD29;
            color: #7b7b7b;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            .about_us_area2 .about-box .btn-wrapper .boxed-btn:hover {
                background-color: #6DAD29;
                color: #fff;
            }

.main-slogan {
    border-radius: 30px;
    background-color: #6DAD29;
    padding: 15px 0;
}

    .main-slogan p {
        color: #fff;
        font-weight: 600;
        margin-bottom: 0px;
    }

/*
join now area
*/
.join_now {
    padding: 113px 0px 115px;
}

    .join_now .subtitle {
        color: #6DAD29;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 8px;
        display: block;
    }

/*------------------------------
   Event Area
------------------------------*/
.popular-campain-area {
    padding: 113px 0 92px 0;
}

.popular-campain-carousel .campains-box {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

    .popular-campain-carousel .campains-box .campains-media {
        overflow: hidden;
        position: relative;
    }

        .popular-campain-carousel .campains-box .campains-media img {
            width: 100%;
            -webkit-transition: 1s ease-in;
            -moz-transition: 1s ease-in;
            -o-transition: 1s ease-in;
            transition: 1s ease-in;
        }

            .popular-campain-carousel .campains-box .campains-media img:hover {
                -webkit-transform: scale(1.15);
                -ms-transform: scale(1.15);
                transform: scale(1.15);
            }

        .popular-campain-carousel .campains-box .campains-media .p-box {
            position: absolute;
            padding: 8px 20px;
            border-radius: 50px;
            color: #fff;
            left: 20px;
            font-weight: 600;
            font-size: 12px;
            bottom: 20px;
        }

            .popular-campain-carousel .campains-box .campains-media .p-box i {
                padding-right: 7px;
                font-weight: 700;
            }

    .popular-campain-carousel .campains-box .campains-content {
        background-color: #fff;
        padding: 25px 20px 23px 20px;
    }

        .popular-campain-carousel .campains-box .campains-content .post-meta {
            margin-bottom: 14px;
        }

            .popular-campain-carousel .campains-box .campains-content .post-meta li {
                font-size: 14px;
                font-weight: 400;
                color: #7b7b7b;
                display: inline-block;
                margin: 0 8px;
            }

                .popular-campain-carousel .campains-box .campains-content .post-meta li:first-child {
                    margin-left: 0;
                }

                .popular-campain-carousel .campains-box .campains-content .post-meta li a {
                    color: #7b7b7b;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    .popular-campain-carousel .campains-box .campains-content .post-meta li a:hover {
                        color: #6DAD29;
                    }

                    .popular-campain-carousel .campains-box .campains-content .post-meta li a i {
                        padding-right: 5px;
                    }

        .popular-campain-carousel .campains-box .campains-content .title {
            font-size: 21px;
            line-height: 28px;
            font-weight: 700;
            display: block;
            color: #313131;
            margin-bottom: 20px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            .popular-campain-carousel .campains-box .campains-content .title:hover {
                color: #6DAD29;
            }

        .popular-campain-carousel .campains-box .campains-content p {
            color: #7b7b7b;
        }

            .popular-campain-carousel .campains-box .campains-content p:last-child {
                margin-bottom: 0;
            }

    .popular-campain-carousel .campains-box:hover .campains-media img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .popular-campain-carousel .campains-box:hover .post-title a {
        color: #6DAD29;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }

.event-area {
    padding: 113px 0 90px 0;
}

.single-upcoming-event {
    margin-bottom: 30px;
}

    .single-upcoming-event .content {
        -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
        padding: 27px 30px 30px 30px;
    }

        .single-upcoming-event .content .title {
            font-size: 21px;
        }

        .single-upcoming-event .content p {
            color: #7b7b7b;
            font-size: 16px;
            line-height: 26px;
        }

        .single-upcoming-event .content .joinnow {
            margin-top: 11px;
            display: inline-block;
            font-size: 12px;
            padding: 8px 20px;
            border: 1px solid rgba(0, 0, 0, 0.07);
            border-radius: 25px;
            font-weight: 600;
            color: #7b7b7b;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            .single-upcoming-event .content .joinnow:hover {
                background-color: #6DAD29;
                color: #fff;
            }

        .single-upcoming-event .content .event-details .title {
            font-size: 16px;
            font-weight: 700;
            opacity: .8;
        }

        .single-upcoming-event .content .event-details ul {
            margin-top: 15px;
        }

            .single-upcoming-event .content .event-details ul li {
                font-size: 14px;
                line-height: 24px;
                margin: 5px 0;
            }

                .single-upcoming-event .content .event-details ul li i {
                    padding-right: 5px;
                }

/*--------------------------------
Blog Details Page
---------------------------------*/
.blog-details-page-content-area {
    padding: 120px 0 120px 0;
}

    .blog-details-page-content-area .blog-details-content .thumb {
        margin-bottom: 23px;
    }

    .blog-details-page-content-area .blog-details-content .title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 5px;
    }

    .blog-details-page-content-area .blog-details-content .post-meta {
        margin-bottom: 20px;
    }

        .blog-details-page-content-area .blog-details-content .post-meta li {
            display: inline-block;
            font-size: 14px;
            color: #7b7b7b;
            margin: 0 8px;
        }

            .blog-details-page-content-area .blog-details-content .post-meta li:first-child {
                margin-left: 0;
            }

            .blog-details-page-content-area .blog-details-content .post-meta li a {
                color: #7b7b7b;
            }

    .blog-details-page-content-area .blog-details-content .entry-content p {
        color: #7b7b7b;
        font-size: 16px;
        line-height: 26px;
    }

    .blog-details-page-content-area .blog-details-content .entry-content .blockquote {
        background-color: #6DAD29;
        border-radius: 5px;
        padding: 25px 30px 22px 30px;
    }

        .blog-details-page-content-area .blog-details-content .entry-content .blockquote p {
            color: #fff;
            font-size: 16px;
            line-height: 26px;
        }

        .blog-details-page-content-area .blog-details-content .entry-content .blockquote .author-name {
            font-size: 20px;
            line-height: 30px;
            color: #fff;
            font-weight: 700;
        }

    .blog-details-page-content-area .blog-details-content .entry-footer {
        margin: 27px 0 21px 0;
    }

        .blog-details-page-content-area .blog-details-content .entry-footer .title {
            font-size: 18px;
            line-height: 26px;
            font-weight: 600;
            color: #313131;
        }

        .blog-details-page-content-area .blog-details-content .entry-footer .left-content {
            display: inline-block;
        }

            .blog-details-page-content-area .blog-details-content .entry-footer .left-content ul li {
                display: inline-block;
                margin: 0 8px;
            }

                .blog-details-page-content-area .blog-details-content .entry-footer .left-content ul li:first-child {
                    margin-left: 0;
                }

                .blog-details-page-content-area .blog-details-content .entry-footer .left-content ul li a {
                    display: block;
                    padding: 5px 15px;
                    border: 1px solid rgba(25, 23, 23, 0.1);
                    font-size: 14px;
                    border-radius: 3px;
                    color: #7b7b7b;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    .blog-details-page-content-area .blog-details-content .entry-footer .left-content ul li a:hover {
                        background-color: #6DAD29;
                        color: #fff;
                    }

        .blog-details-page-content-area .blog-details-content .entry-footer .right-content {
            display: inline-block;
            float: right;
        }

            .blog-details-page-content-area .blog-details-content .entry-footer .right-content ul li {
                display: inline-block;
                margin: 0 5px;
            }

                .blog-details-page-content-area .blog-details-content .entry-footer .right-content ul li:first-child {
                    margin-left: 0;
                }

                .blog-details-page-content-area .blog-details-content .entry-footer .right-content ul li a {
                    font-size: 14px;
                    color: #7b7b7b;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    .blog-details-page-content-area .blog-details-content .entry-footer .right-content ul li a:hover {
                        color: #6DAD29;
                    }

    .blog-details-page-content-area .blog-details-content .entry-comment {
        margin-top: 32px;
    }

        .blog-details-page-content-area .blog-details-content .entry-comment .title {
            font-size: 24px;
            line-height: 34px;
            margin-bottom: 30px;
        }

        .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li {
            margin-bottom: 27px;
        }

            .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li:last-child {
                margin-bottom: 0;
            }

            .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item {
                position: relative;
                min-height: 80px;
            }

                .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .thumb {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 80px;
                }

                    .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .thumb img {
                        border-radius: 50%;
                    }

                .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content {
                    position: relative;
                    padding-left: 100px;
                }

                    .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .reply {
                        position: absolute;
                        right: 0;
                        top: 0;
                        color: #7b7b7b;
                    }

                        .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .reply a {
                            color: #7b7b7b;
                            -webkit-transition: all 0.3s ease-in;
                            -moz-transition: all 0.3s ease-in;
                            -o-transition: all 0.3s ease-in;
                            transition: all 0.3s ease-in;
                        }

                            .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .reply a:hover {
                                color: #6DAD29;
                            }

                    .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .name {
                        font-size: 18px;
                        line-height: 28px;
                        margin-bottom: 0;
                    }

                    .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content .time {
                        font-size: 14px;
                        display: block;
                        margin-bottom: 15px;
                    }

                    .blog-details-page-content-area .blog-details-content .entry-comment .comment-list li .single-comment-item .content p {
                        font-size: 16px;
                        line-height: 26px;
                        color: #7b7b7b;
                    }

    .blog-details-page-content-area .blog-details-content .comment-form-area {
        margin-top: 30px;
    }

        .blog-details-page-content-area .blog-details-content .comment-form-area .title {
            font-size: 24px;
            line-height: 34px;
            margin-bottom: 20px;
        }

        .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control {
            height: 50px;
            width: 100%;
            border: 2px solid rgba(25, 23, 23, 0.1);
            padding: 0 20px;
            font-size: 14px;
        }

            .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control::-webkit-input-placeholder {
                /* WebKit browsers */
                color: #7b7b7b;
            }

            .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control:-moz-placeholder {
                /* Mozilla Firefox 4 to 18 */
                color: #7b7b7b;
            }

            .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control::-moz-placeholder {
                /* Mozilla Firefox 19+ */
                color: #7b7b7b;
            }

            .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group .form-control:-ms-input-placeholder {
                /* Internet Explorer 10+ */
                color: #7b7b7b;
            }

        .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group.textarea textarea {
            min-height: 130px;
            padding: 20px;
        }

            .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .form-group.textarea textarea:focus {
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .submit-btn {
            width: 190px;
            height: 50px;
            border: none;
            border-radius: 3px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            cursor: pointer;
            background-color: #6DAD29;
            color: #fff;
        }

            .blog-details-page-content-area .blog-details-content .comment-form-area .comments-entry-form .submit-btn:hover {
                background-color: #191717;
                color: #fff;
            }

/*------------------------------
    Activist page
------------------------------*/
.activist-area-2 {
    padding: 113px 0px 90px;
    background-color: #f4f4f4;
}

    .activist-area-2 .activist-box {
        text-align: center;
        margin-bottom: 30px;
        overflow: hidden;
    }

        .activist-area-2 .activist-box .activist-img {
            position: relative;
            overflow: hidden;
        }

            .activist-area-2 .activist-box .activist-img img {
                width: 100%;
                height: auto;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                -ms-transform: scale(1.2);
                /* IE 9 */
                -webkit-transform: scale(1.2);
                /* Chrome, Safari, Opera */
                transform: scale(1.2);
            }

        .activist-area-2 .activist-box .social {
            background: rgba(0, 0, 0, 0.7);
            margin: 0;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 10%;
            opacity: 0;
            -ms-transform: translateY(-50%) rotate(-30deg);
            /* IE 9 */
            -webkit-transform: translateY(-50%) rotate(-30deg);
            /* Chrome, Safari, Opera */
            transform: translateY(-50%) rotate(-30deg);
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            border: 3px dotted #fff;
        }

            .activist-area-2 .activist-box .social h6 {
                color: #fff;
                font-size: 24px;
            }

            .activist-area-2 .activist-box .social p {
                color: rgba(255, 255, 255, 0.6);
            }

            .activist-area-2 .activist-box .social li {
                display: inline-block;
                margin: 0 8px;
            }

                .activist-area-2 .activist-box .social li a {
                    display: block;
                    line-height: 30px;
                    border-radius: 50%;
                    font-size: 16px;
                    color: #fff;
                    background: transparent;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    .activist-area-2 .activist-box .social li a:hover {
                        color: #6DAD29;
                        -ms-transform: scale(1.3);
                        /* IE 9 */
                        -webkit-transform: scale(1.3);
                        /* Chrome, Safari, Opera */
                        transform: scale(1.3);
                    }

            .activist-area-2 .activist-box .social .text-text {
                color: #fff;
                margin-bottom: 10px;
                padding: 10px 10px 0px 10px;
                margin-top: 30px;
            }

                .activist-area-2 .activist-box .social .text-text .post {
                    margin-bottom: 10px;
                    display: block;
                }

        .activist-area-2 .activist-box:hover .social {
            height: 80%;
            width: 80%;
            opacity: 1;
            -ms-transform: translateY(-50%) rotate(0deg);
            /* IE 9 */
            -webkit-transform: translateY(-50%) rotate(0deg);
            /* Chrome, Safari, Opera */
            transform: translateY(-50%) rotate(0deg);
        }

/*----------------------
    Donate Us Page
----------------------*/
.donation-page-content-area {
    padding: 115px 0 120px 0;
}

    .donation-page-content-area .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .donation-page-content-area .top-content-area {
        margin-bottom: 35px;
    }

        .donation-page-content-area .top-content-area .donation-amout li {
            display: inline-block;
            margin: 0 8px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            line-height: 50px;
            background-color: #e6e6e6;
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            color: #313131;
            cursor: pointer;
        }

            .donation-page-content-area .top-content-area .donation-amout li input {
                width: 300px;
                border-radius: 25px;
                border: none;
                background-color: #e6e6e6;
                padding: 0 25px;
                font-weight: 600;
            }

            .donation-page-content-area .top-content-area .donation-amout li.active {
                background-color: #6DAD29;
                color: #fff;
            }

            .donation-page-content-area .top-content-area .donation-amout li:first-child {
                margin-left: 0;
            }

    .donation-page-content-area .donation-form .submit-btn {
        display: inline-block;
        width: 180px;
        color: #313131;
        font-weight: 600;
        background-color: transparent;
        border-radius: 30px;
        height: 50px;
        border: 2px solid #6DAD29;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .donation-page-content-area .donation-form .submit-btn:hover {
            background-color: #6DAD29;
            color: #fff;
        }

    .donation-page-content-area .donation-form .form-group .required {
        color: #dc3545;
    }

    .donation-page-content-area .donation-form .form-group label {
        color: #313131;
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
    }

    .donation-page-content-area .donation-form .form-group .form-control {
        display: block;
        width: 100%;
        height: 50px;
        border: 1px solid #ced4da;
    }

        .donation-page-content-area .donation-form .form-group .form-control:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .donation-page-content-area .billing-info {
        margin-bottom: 19px;
    }

    .donation-page-content-area .payment-information .title {
        margin-bottom: 27px;
    }

    .donation-page-content-area .payment-information .payment-logos {
        margin-bottom: 20px;
    }

        .donation-page-content-area .payment-information .payment-logos li {
            display: inline-block;
            margin: 0 8px;
        }

            .donation-page-content-area .payment-information .payment-logos li:first-child {
                margin-left: 0;
            }

/*------------------------------
    Faq page
------------------------------*/
.faq-area {
    padding: 120px 0px 100px;
}

    .faq-area .accordion1_area .card {
        margin-bottom: 20px;
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
    }

        .faq-area .accordion1_area .card .card-header {
            padding: 0px;
            border: 0px;
            background-color: transparent;
            margin-bottom: 0;
        }

            .faq-area .accordion1_area .card .card-header h3 a {
                display: block;
                padding: 20px 10px 20px 25px;
                text-decoration: none;
                color: #707070;
                font-size: 18px;
                font-weight: 600;
                color: #6DAD29;
                margin-bottom: 20px;
                background: #fff;
                cursor: pointer;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                border: 1px solid rgba(0, 0, 0, 0.1);
                position: relative;
                padding-right: 40px;
                line-height: 25px;
            }

                .faq-area .accordion1_area .card .card-header h3 a:after {
                    position: absolute;
                    right: 20px;
                    top: 50%;
                    -ms-transform: TranslateY(-50%);
                    /* IE 9 */
                    -webkit-transform: TranslateY(-50%);
                    /* Chrome, Safari, Opera */
                    transform: TranslateY(-50%);
                    content: "";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }

                .faq-area .accordion1_area .card .card-header h3 a[aria-expanded="true"] {
                    margin-bottom: 0;
                    border-bottom: 0;
                }

                    .faq-area .accordion1_area .card .card-header h3 a[aria-expanded="true"]:after {
                        content: "\f106";
                    }

        .faq-area .accordion1_area .card .card-body {
            border: none;
            font-size: 16px;
            line-height: 26px;
            color: #7b7b7b;
            padding: 5px 25px 28px 25px;
            margin-bottom: 20px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-top: 0;
        }

    .faq-area .accordion2_area .card {
        margin-bottom: 20px;
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
    }

        .faq-area .accordion2_area .card .card-header {
            padding: 0px;
            border: 0px;
            background-color: transparent;
            margin-bottom: 0;
        }

            .faq-area .accordion2_area .card .card-header h3 a {
                display: block;
                padding: 20px 10px 20px 25px;
                text-decoration: none;
                color: #707070;
                font-size: 18px;
                line-height: 25px;
                font-weight: 600;
                color: #6DAD29;
                margin-bottom: 20px;
                background: #fff;
                cursor: pointer;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                border: 1px solid rgba(0, 0, 0, 0.1);
                position: relative;
                padding-right: 40px;
            }

                .faq-area .accordion2_area .card .card-header h3 a:after {
                    position: absolute;
                    right: 20px;
                    top: 50%;
                    -ms-transform: TranslateY(-50%);
                    /* IE 9 */
                    -webkit-transform: TranslateY(-50%);
                    /* Chrome, Safari, Opera */
                    transform: TranslateY(-50%);
                    content: "";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }

                .faq-area .accordion2_area .card .card-header h3 a[aria-expanded="true"] {
                    margin-bottom: 0;
                    border-bottom: 0;
                }

                    .faq-area .accordion2_area .card .card-header h3 a[aria-expanded="true"]:after {
                        content: "\f106";
                    }

        .faq-area .accordion2_area .card .card-body {
            border: none;
            font-size: 16px;
            line-height: 26px;
            color: #7b7b7b;
            padding: 5px 25px 28px 25px;
            margin-bottom: 20px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-top: 0;
        }

/*------------------------------
    404 Page
------------------------------*/
.fourzerofour {
    padding: 115px 0px 120px;
}

    .fourzerofour .right-content-area .title {
        font-size: 80px;
        line-height: 70px;
        display: block;
        margin-bottom: 33px;
    }

    .fourzerofour .right-content-area .subtitle {
        font-size: 40px;
        line-height: 50px;
        font-weight: 600;
        color: #313131;
        display: block;
        margin-bottom: 19px;
    }

    .fourzerofour .right-content-area p {
        color: #7b7b7b;
        font-size: 16px;
        line-height: 26px;
    }

    .fourzerofour .right-content-area .gohome {
        margin-top: 22px;
        display: inline-block;
        width: 180px;
        height: 60px;
        border-radius: 30px;
        border: 2px solid #6DAD29;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        color: #7b7b7b;
        line-height: 58px;
        text-align: center;
        font-weight: 600;
    }

        .fourzerofour .right-content-area .gohome:hover {
            background-color: #6DAD29;
            color: #fff;
        }

/*----------------------
    Contact Page
----------------------*/
.contact-page-content-area {
    padding: 153px 0 120px 0;
}

    .contact-page-content-area .single-contact-info-box {
        position: relative;
        text-align: center;
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .contact-page-content-area .single-contact-info-box:hover {
            border-color: #6DAD29;
        }

            .contact-page-content-area .single-contact-info-box:hover .icon {
                -webkit-box-shadow: 0 5px 25px 3px rgba(109, 173, 41, 0.7);
                box-shadow: 0 5px 25px 3px rgba(109, 173, 41, 0.7);
            }

        .contact-page-content-area .single-contact-info-box .icon {
            position: absolute;
            left: 50%;
            top: -35px;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            font-size: 18px;
            line-height: 70px;
            text-align: center;
            background-color: #6DAD29;
            color: #fff;
            -ms-transform: translateX(-50%);
            /* IE 9 */
            -webkit-transform: translateX(-50%);
            /* Chrome, Safari, Opera */
            transform: translateX(-50%);
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        .contact-page-content-area .single-contact-info-box .content {
            padding: 60px 30px 25px 30px;
        }

            .contact-page-content-area .single-contact-info-box .content .details {
                display: block;
                font-size: 18px;
                line-height: 28px;
                color: #7b7b7b;
            }

.contact-area .contact-bottom-inner .form-content-area {
    padding: 60px 60px 70px 60px;
    background-color: white;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(139, 139, 139, 0.2);
    box-shadow: 0px 8px 30px 0px rgba(139, 139, 139, 0.2);
    border-radius: 5px;
    background-color: #fff;
}

    .contact-area .contact-bottom-inner .form-content-area .title {
        font-size: 40px;
        line-height: 50px;
        color: #0f0f1b;
        margin-bottom: 40px;
    }

.contact-area .contact-form-wrapper .input-field {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border-radius: 5px;
    color: #7c7c90;
}

    .contact-area .contact-form-wrapper .input-field.textarea {
        min-height: 120px;
        padding: 20px 30px;
        resize: none;
    }

.contact-area .contact-form-wrapper .form-element {
    margin-bottom: 20px;
}

.contact-area .contact-form-wrapper .submit-btn {
    width: 250px;
    height: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    color: #7b7b7b;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #6DAD29;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    margin-top: 30px;
}

    .contact-area .contact-form-wrapper .submit-btn:hover {
        background-color: #6DAD29;
        color: #fff;
    }

.contact-map #map {
    margin-top: -200px;
    z-index: -1;
    min-height: 550px;
}

/*------------------------------
    feedback_area
------------------------------*/
.feedback_area {
    background-color: #262222;
}

    .feedback_area .feedback_image {
        background: url(../img/bg/feedback2.jpg) no-repeat center;
        background-size: cover;
        height: 100%;
        display: block;
    }

    .feedback_area .feedback_area_right {
        max-width: 700px;
        padding: 113px 0px 115px 70px;
    }

        .feedback_area .feedback_area_right .subtitle {
            color: #6DAD29;
            font-size: 22px;
            line-height: 32px;
            display: block;
            margin-bottom: 10px;
        }

        .feedback_area .feedback_area_right .title {
            color: #fff;
            font-size: 30px;
            font-weight: 600;
            line-height: 50px;
            padding-bottom: 20px;
        }

        .feedback_area .feedback_area_right p {
            color: rgba(255, 255, 255, 0.6);
        }

        .feedback_area .feedback_area_right .about-list {
            margin-bottom: 20px;
        }

            .feedback_area .feedback_area_right .about-list li {
                margin: 8px 0;
                color: rgba(255, 255, 255, 0.6);
            }

                .feedback_area .feedback_area_right .about-list li i {
                    color: #6DAD29;
                    padding-right: 5px;
                }

        .feedback_area .feedback_area_right .btn-wrapper {
            margin-top: 38px;
            display: block;
        }

            .feedback_area .feedback_area_right .btn-wrapper .boxed-btn {
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                background-color: transparent;
                border: 2px solid rgba(255, 255, 255, 0.2);
                color: rgba(255, 255, 255, 0.6);
            }

                .feedback_area .feedback_area_right .btn-wrapper .boxed-btn:hover {
                    background-color: #6DAD29;
                    border-color: #6DAD29;
                    color: #fff;
                }

/*----------------------
    Feedback section form
----------------------*/
.feedback-form-wrapper {
    margin: 0px 40px 0px 0px;
}

    .feedback-form-wrapper .input-field {
        width: 100%;
        height: 60px;
        padding: 0 30px;
        border-radius: 5px;
        color: #7c7c90;
    }

        .feedback-form-wrapper .input-field.textarea {
            min-height: 120px;
            padding: 20px 30px;
            resize: none;
        }

    .feedback-form-wrapper .form-element {
        margin-bottom: 20px;
    }

    .feedback-form-wrapper .submit-btn {
        width: 250px;
        height: 60px;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        line-height: 40px;
        color: #7b7b7b;
        text-transform: uppercase;
        background-color: transparent;
        border: 2px solid #6DAD29;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        cursor: pointer;
        margin-top: 30px;
    }

        .feedback-form-wrapper .submit-btn:hover {
            background-color: #6DAD29;
            color: #fff;
        }

.about-list li {
    margin-bottom: 5px;
}

.memorandum-of-association {
    padding: 60px 0px 100px;
}

    .memorandum-of-association .accordion1_area {
        padding: 0px 6%;
    }

        .memorandum-of-association .accordion1_area .card {
            margin-bottom: 20px;
            background: transparent;
            border: none;
            padding: 0;
            margin: 0;
        }

            .memorandum-of-association .accordion1_area .card .card-header {
                padding: 0px;
                border: 0px;
                background-color: transparent;
                margin-bottom: 0;
            }

                .memorandum-of-association .accordion1_area .card .card-header h3 a {
                    display: block;
                    padding: 20px 10px 20px 25px;
                    text-decoration: none;
                    color: #707070;
                    font-size: 18px;
                    font-weight: 600;
                    color: #6DAD29;
                    margin-bottom: 20px;
                    background: #fff;
                    cursor: pointer;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                    border: 1px solid rgba(0, 0, 0, 0.1);
                    position: relative;
                    padding-right: 40px;
                    line-height: 25px;
                }

    .memorandum-of-association .card .card-body {
        font-size: 16px;
        line-height: 26px;
        color: #7b7b7b;
        padding: 5px 25px 28px 25px;
        margin-bottom: 20px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 0;
    }

.margin-top {
    margin-top: -21px;
}

.memorandum-of-association h3 {
    text-align: center;
    font-size: 25px;
}
