/*!
Theme Name: dc_net_qdeaf
Theme URI: https://as.di.sa
Author: Digital Creativity
Author URI: https://dc.net.sa
Description: qdeaf.org.sa theme Design and developed by Digital Creativity inc.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dc_net_qdeaf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/
/* ===================================
    Reset
====================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }
body{ font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased;  font-smoothing: antialiased; font-size:14px; color:#6f6f6f; font-weight: 400;line-height: 24px; }
body, html { -moz-osx-font-smoothing: grayscale; }
a, a:active, a:focus { color: #6f6f6f; text-decoration: none; transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;  }
a:hover, a:active{color: #232323; text-decoration: none;}
a:focus, a:active, button:focus, button:active,.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none;}
img {max-width:100%; height:auto; }
input, textarea, select{ border: 1px solid #d1d1d1; font-size: 14px;  padding: 8px 15px; width: 100%; margin: 0 0 15px 0; max-width: 100%; resize: none;}
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] { -webkit-appearance: none; outline: none;}
input:focus, textarea:focus{ border-color: #585858; outline: none; }
input[type="button"]:focus{ outline: none; }
select::-ms-expand{ display:none;}
iframe { border: 0;}
p {margin: 0 0 20px; word-spacing: 1px;}
b, strong { font-weight: 600;}
.height-50 { height: 50%; }
.height-100 { height: 100%; }
.last-paragraph-no-margin p:last-of-type {margin-bottom:0;}
.alt-font strong {font-weight: 700 }
.white-space { white-space: normal; }
.word-wrap { word-wrap: break-word; }
.valign { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
ul, ol, dl {list-style-position: outside;}
ul li { list-style: none; }
::selection { color: #000; background:#dbdbdb; }
::-moz-selection { color:#000; background:#dbdbdb; }
::-webkit-input-placeholder { color: #6f6f6f; text-overflow: ellipsis;}
::-moz-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity:1;}
:-ms-input-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity:1;}
/* ===================================
	Default Header style
====================================== */

header{ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); transition: all 0.5s ease 0s; position: relative; z-index: 99999; }
.navbar-brand img{ max-height: 65px; transition-duration: 0.5s; }
.navbar-header-custom{ padding: 7px 0; }
.navbar-default{ transition: all 0.5s ease 0s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.navbar-default .container, .navbar-default .container-fluid{ position: relative; }
.menu_area{ position: relative; z-index: 2; }
.menu_area .navbar-brand{ transition: all 0.5s ease 0s; }
.navbar-nav li{ list-style: none; -webkit-transition: background .3s ease; -ms-transition: background .3s ease; transition: background .3s ease; }
.navbar-nav li.has-sub > a{ position: relative; }
.navbar-nav li.has-sub a:hover{ color: #fff; }
.navbar-nav li a{ display: block; color: #9d9d9d; font-size: 14px; font-weight:600}
.navbar-nav > li{ margin-left: 10px; float: left; }
.navbar-nav > li.has-sub {
    padding-left: 13px;
}
.navbar-nav > li > a{ position: relative; display: block; font-size: 16px; font-weight: 600; padding: 21px 0.2rem; color: #232323; letter-spacing:0; text-transform: uppercase; -webkit-transition-duration: 500ms; -o-transition-duration: 500ms; transition-duration: 500ms; }
.navbar-nav li.current > a{ color: #6e6f72; }
.navbar-nav > li.has-sub > a:hover{ color: #000; }
.navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #000 #000 transparent; }
.navbar > ul > li.has-sub > a:after{ position: absolute; top: 28px; left: -8px; content: ""; border-color: transparent #232323 #232323 transparent; border-style: solid; border-width: 0 1px 1px 0; display: block; height: 6px; transform: rotate(45deg); transition: border 0.3s ease 0s; width: 6px; }
.navbar > ul > li.current > a:after{ border-color: transparent #6e6f72 #6e6f72 transparent; }

.navbar-nav ul{ position: absolute; left: -9999px; }
.navbar ul ul li{ -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all .25s ease; margin-bottom: 12px; padding: 0 20px; }
.navbar ul ul li:last-child{ margin-bottom: 0; }
.navbar ul ul li.active > a{ color: #fff; }
.navbar-nav li > ul{ padding: 15px 0; margin: 0 10px 0 0 ; background: #232323; min-width: 225px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
.navbar-nav li:hover > ul{ left: auto; }
.navbar-nav > li.has-sub > ul{ opacity: 0; margin-top: 10px; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.navbar-nav > li.has-sub:hover > ul{ margin-top: 0; opacity: 1; }
.navbar-nav > li.has-sub:last-child:hover ul {
    left: auto;
    right: inherit;
	    margin:  0;
}
.navbar li > ul ul {
    margin-top: -39px;
    margin-right: 200px;
    min-width: 200px;
}
.navbar li > ul ul ul{ margin-left: 175px; min-width: 130px; }
.navbar ul ul li:last-child > a, .navbar ul ul li.last-item > a{ border-bottom: 0; }
.navbar ul ul li.has-sub > a:after{ position: absolute; top: 12px; left: -3px; width: 8px; height: 2px; display: block; background: #9d9d9d; content: ""; }
.navbar ul ul li.has-sub > a:before{ position: absolute; top: 9px; left: 0; display: block; width: 2px; height: 8px; background: #9d9d9d; content: ''; -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all 0.25s ease; }
.navbar ul ul > li.has-sub:hover > a:before{ top: 17px; height: 0; }
/* atribute navigation */
.attr-nav{ float: right; margin-left: 0; margin-right: -15px; }
.attr-nav .dropdown-toggle:after{ content: none; }
.attr-nav > ul{ padding: 0; margin: 0 0 -5px 0; list-style: none; display: inline-block; }
.attr-nav > ul > li{ float: left; display: block; }
.attr-nav > ul > li > a{ color: #232323; display: block; padding: 21px 15px; position: relative; }
.attr-nav > ul > li > a span.badge{ position: absolute; top: 50%; margin-top: -15px; right: 5px; font-size: 10px; padding: 2px 0 0 1px; width: 15px; height: 15px; color: #fff; border-radius: 15px; line-height: 12px; font-weight: 400; }
.attr-nav > ul > li.dropdown ul.dropdown-menu{ position: absolute; border: none; border-radius: 0; padding: 0; background: #232323; min-width: 225px; margin: 10px 0 0 10px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }

.attr-nav ul.cart-list{ padding: 0; width: 250px; }
.attr-nav ul.cart-list > li{ position: relative; border-bottom: solid 1px #323232; padding: 15px; margin: 0; }
.attr-nav ul.cart-list > li:last-child, .attr-nav ul.cart-list > li:nth-last-child(2){ border-bottom: none; }
.attr-nav ul.cart-list > li > a.photo{ padding: 0; margin-right: 15px; float: left; width: 50px; height: 50px; }
.navbar ul.cart-list > li img{ width: 50px; height: 50px; border: 1px solid #323232; display: inline-block; }
.navbar ul.cart-list > li > h6{ margin: 0; font-size: 12px; display: inline-block; }
.navbar ul.cart-list > li > h6 a{ color: #9d9d9d; padding: 0; }
.navbar ul.cart-list > li > h6 a:hover{ color: #fff;background-color: #f2f; }
.navbar ul.cart-list > li > h6 > a.photo{ padding: 0; display: block; }
.navbar ul.cart-list > li > p{ margin-bottom: 0; font-size: 12px; color: #f5f5f5; }
.navbar ul.cart-list > li.total{ padding: 15px; border: none; display: inline-block; width: 100%; vertical-align: top; }
.navbar ul.cart-list > li.total > .butn{ float: right; width: auto; }
.navbar ul.cart-list > li .price{ font-weight: 500; }
.navbar ul.cart-list > li.total > span{ padding-top: 4px; color: #fff; padding-left: 5px; font-size: 14px; display: inline-block; }
/* top search */
.top-search{ padding: 10px 0; display: none; }
.top-search input.form-control{ background-color: transparent; border: none; -moz-box-shadow: 0px 0px 0px; -webkit-box-shadow: 0px 0px 0px; -o-box-shadow: 0px 0px 0px; box-shadow: 0px 0px 0px; color: #fff; height: 40px; padding: 0 15px; }
.top-search input.form-control::placeholder{ color: #f1f1f1; opacity: 1; }
.top-search input.form-control::-ms-input-placeholder, .top-search input.form-control::placeholder{ color: #f1f1f1; }
.top-search .input-group-addon{ background-color: transparent; border: none; color: #fff; padding-left: 0; padding-right: 0; line-height: 36px; font-size: 16px; }
.top-search .input-group-addon.close-search{ cursor: pointer; }
/* top search */
.top-search.white { background: #fff; }
.top-search.white input.form-control{ color: #232323; }
.top-search.white input.form-control::placeholder{ color: #6f6f6f; opacity: 1; }
.top-search.white input.form-control::-ms-input-placeholder, .header-style6 .top-search input.form-control::placeholder{ color: #6f6f6f; }
.top-search.white .input-group-addon{ color: #232323; }
/* Responsive CSS */
@media screen and (min-width: 992px){

    /* ===================================
        Default Header style
    ====================================== */
    header.scrollHeader .navbar-default{ position: fixed; top: 0; z-index: 99; width: 100%; background: #fff; left: 0; transition: all 0.2s ease 0s;  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    .wrapper-boxed .scrollHeader .navbar-default{ left: 0; margin: 0 auto; max-width: 1200px; right: 0; }
    .scrollHeader .navbar-brand img{ max-height: 35px; transition-duration: 0.5s; }
    .scrollHeader .navbar-header-custom{ padding: 10px 0; transition-duration: 0.5s; }
    .navbar .sub-title{ color: #fff; }
    /* atribute navigation */
    .scrollHeader .attr-nav > ul > li > a{ padding: 21px 15px; }
    .attr-nav > ul > li.dropdown ul.dropdown-menu{ visibility: hidden; top: 66px; border-radius: 0; opacity: 0; left: -225px; }
    .attr-nav > ul > li.dropdown:hover ul.dropdown-menu{ margin-top: 0; opacity: 1; visibility: visible; }
    .scrollHeader .attr-nav > ul > li.dropdown ul.dropdown-menu{ top: 67px; }
    /* ===================================
        Header style04
    ====================================== */
    .header-style4 { box-shadow: none; }
    header.header-style4.scrollHeader .navbar-default {/* position: relative; */transition: all 0s ease 0s;  }
    header.header-style4 .menu_area {    background: #329c47;/* border-top: 1px solid #e4e4e4; border-bottom: 1px solid #329c47;*/ }
    .header-style4 .navbar-default { box-shadow: none; }
    .header-style4 .navbar-nav > li:first-child { margin-left: 0; }
    .header-style4 .navbar-brand img { transition: all 0s ease 0s;  }
    .header-style4 .navbar-nav li a { color: #6f6f6f; }
    .header-style4 .navbar-nav > li > a { font-size: 13px; color: #fff; }
    .header-style4 .navbar-nav li > ul { background: #fff; }
    .header-style4 .navbar ul ul li.active > a { color: #232323; }
    .header-style4 .navbar-nav li.has-sub a:hover{ color: #232323; }
    .header-style4 .navbar-nav li.current > a{ color: #6e6f72; }
    .header-style4 .navbar .sub-title { color: #232323; }
    .header-style4 .navbar-nav > li.has-sub > a:hover{ color: #fff; }
    .header-style4 .navbar > ul > li.has-sub > a:after { top: 29px; }
    .header-style4 .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #232323 #232323 transparent; }
    .header-style4 .navbar > ul > li.has-sub > a:after{ border-color: transparent #ffffff #ffffff transparent; }
    .header-style4 .navbar > ul > li.current > a:after{ border-color: transparent #6e6f72 #6e6f72 transparent; }
    .header-style4 .attr-nav > ul > li > a { color: #ffffff;  }
    .header-style4 .attr-nav > ul > li > a:hover { color: #232323; }
    .header-style4 .attr-nav .cart-search { border-right: 1px solid #e0e0e0; padding-right: 15px; margin-right: 15px; vertical-align: middle; margin-bottom: 0; }
    .header-style4 .attr-nav > ul { float: none; margin: 0; }
    .header-style4 .top-social-icon { vertical-align: middle;  }
    .header-style4 .attr-nav .top-social-icon > li:first-child > a { padding-left: 0; }
    .header-style4 .attr-nav .top-social-icon > li > a { padding: 5px; }
    /* atribute navigation */
    header.scrollHeader .navbar-default{ position: fixed; top: 0; z-index: 99; width: 100%; background: #fff; left: 0; transition: all 0.2s ease 0s;  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    .wrapper-boxed .scrollHeader .navbar-default{ left: 0; margin: 0 auto; max-width: 1200px; right: 0; }
    .scrollHeader .navbar-brand img{ max-height: 35px; transition-duration: 0.5s; }
    .scrollHeader .navbar-header-custom{ padding: 10px 0; transition-duration: 0.5s; display: none}
    .scrollHeader.header-style4 .navbar-nav > li > a {
        padding-top: 15px;
    }
    .navbar .sub-title{ color: #fff; }
    /* atribute navigation */
    .scrollHeader .attr-nav > ul > li > a{ padding: 21px 15px; }
    .attr-nav > ul > li.dropdown ul.dropdown-menu{ visibility: hidden; top: 66px; border-radius: 0; opacity: 0; left: -225px; }
    .attr-nav > ul > li.dropdown:hover ul.dropdown-menu{ margin-top: 0; opacity: 1; visibility: visible; }
    .scrollHeader .attr-nav > ul > li.dropdown ul.dropdown-menu{ top: 67px; }
}
@media screen and (max-width: 1199px){
    .navbar-nav > li{ margin-left: 5px; }
}

/* ===================================
       Header style05
   ====================================== */
.header-style4 #top-bar {
    background: #329c47;
}
.header-style4 #top-bar i { color: #fff; }
.header-style4 .navbar-toggler { background: #6e6f72; }


/* ===================================
    Topbar
====================================== */

/* topbar */
.top-bar-info{ display:inline-block; vertical-align: middle; }
.top-bar-info ul{ margin-bottom:0; }
.top-bar-info li{ font-weight:500; color:#fff; list-style-type:none; font-size:16px; padding:9px 5px 0; display:inline-block; margin-bottom:0; }
#top-bar{ display:block; position:relative; z-index:999; background:#1c1c1c; padding:  0; }
.top-bar-info li i{ font-size:16px; color:#329c47; margin-right:8px; margin-top: 0; display: inline-block; vertical-align: text-bottom; }
.top-social-icon {
    padding: 0;
    float: left;
    margin: 0;
}
.top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: right;
    text-align: center;
    margin: 0;
    padding: 8px 4px;
    /*border-right: 1px dashed rgba(86, 189, 237, .5);*/
}
.top-social-icon li:last-child {
    /* border-left: 1px dashed rgba(86, 189, 237, 0.5);*/
}
.top-social-icon li:last-child a { padding-right: 0; }
.top-social-icon li a{  color:#fff; line-height: 28px; -webkit-transition-duration:.3s; transition-duration:.3s; padding:0 3px;  }
.top-social-icon li a:hover { color: #329c47; }



body.admin-bar header.scrollHeader .navbar-default {

    top: 30px;
}

@media screen and (max-width: 991px) {

    /* ===================================
        Default Header style
    ====================================== */
    .navbar-header-custom {
        padding: 4px 0 8px;
    }

    .menu_area .navbar-brand {
        margin-top: 6px;
    }

    .navbar-nav li > ul {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav > li.has-sub > ul {
        opacity: 1;
        margin: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
    }

    .navbar li > ul ul {
        margin: 0;
        min-width: auto;
    }

    .navbar-nav > li.has-sub {
        padding-right: 0;
    }

    .navbar-nav > li > a {
        padding: 10px 20px;
        color: #232323;
    }

    .navbar-nav > li > a:hover {
        opacity: 1;
    }

    .navbar-nav li.has-sub a:hover {
        color: #232323;
    }

    .navbar ul ul li.active > a {
        color: #000;
    }

    .navbar .sub-title {
        color: #232323;
    }

    .navbar-nav {
        background: #fff;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 71px;
        left: 0;
        width: 100%;
        width: 100%;
        display: none;
        transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .navbar-nav li.active > a {
        opacity: 1;
    }

    .navbar-nav ul {
        width: 100%;
        display: none;
        transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .navbar-nav li {
        width: 100%;
        border-top: 1px solid #e6e6e6;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .navbar-nav ul li:hover {
        background: #f5f5f5;
    }

    .navbar-nav ul ul li {
        height: auto;
    }

    .navbar-nav li:hover > ul > li {
        height: auto;
    }
    .navbar ul li a {
        width: 100%;
        border-bottom: 0;
		text-align:right;
    }
    .navbar ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        background: #f5f5f5;
        padding: 0;
    }

    .navbar ul ul li {
        margin-bottom: 0;
        padding: 0;
        border-color: #e6e6e6;
    }

    .navbar ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #616161;
        background: none;
        padding: 8px 30px;
    }

    .navbar ul ul ul li a {
        padding-left: 45px;
    }

    .navbar > ul > li {
        float: none;
    }

    .navbar-nav ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        background: #f5f5f5;
        padding: 0;
    }

    .navbar > ul > li.has-sub > a:after, .navbar > ul > li.has-sub > a:before {
        display: none;
    }

    .navbar ul ul > li.has-sub > a:after, .navbar ul ul > li.has-sub > a:before {
        display: none;
    }

    .navbar-nav ul ul ul li.active a {
        border-left: none;
    }

    .navbar-nav > ul > li.has-sub > ul > li.active > a, .navbar-nav > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }

    .navbar li > ul ul ul {
        margin-left: 0;
        background: #fff;
    }

    .navbar ul ul ul ul li a {
        padding-left: 55px;
    }

    .navbar-nav .has-sub .has-sub .submenu-button {
        height: 40px;
    }

    .navbar-nav .has-sub .has-sub .submenu-button:after {
        top: 19px;
    }

    .navbar-nav .has-sub .has-sub .submenu-button:before {
        top: 16px;
    }

    .navbar-toggler {
        background: #232323;
        width: 50px;
        height: 45px;
        padding: 0;
        border-radius: 0;
        position: absolute;
        right: 0;
        top: 13px;
        cursor: pointer;
        z-index: 12399994;
        border: none;
    }

    .navbar-toggler:after {
        position: absolute;
        top: 22px;
        right: 15px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: "";
    }

    .navbar-toggler:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 15px;
        display: block;
        height: 2px;
        width: 20px;
        background: #fff;
        content: "";
    }

    .navbar-toggler.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggler.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-nav .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 44px;
        width: 100%;
        cursor: pointer;
    }

    .navbar-nav .submenu-button:after {
        position: absolute;
        top: 21px;
        left: 17px;
        width: 8px;
        height: 2px;
        display: block;
        background: #232323;
        content: "";
    }

    .navbar-nav .submenu-button:before {
        position: absolute;
        top: 18px;
        left: 20px;
        display: block;
        width: 2px;
        height: 8px;
        background: #232323;
        content: "";
    }

    .navbar-nav .submenu-button.submenu-opened:before {
        display: none;
    }

    /* atribute navigation */
    .attr-nav {
        float: left;
        margin-left: 11px;
        margin-right: 55px;
    }

    .attr-nav > ul > li {
        display: inline-block;
    }

    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        left: -193px;
        top: 38px;
        display: none !important;
    }

    .attr-nav > ul > li.dropdown.show ul.dropdown-menu {
        display: block !important;
    }

    .attr-nav > ul > li > a {
        padding: 0;
    }

    .attr-nav > ul > li > a span.badge {
        right: -8px;
    }

    /* ===================================
        Header style04
    ====================================== */

    /* topbar */
    .top-bar-info{ display:inline-block; vertical-align: middle; }
    .top-bar-info ul{ margin-bottom:0; }
    .top-bar-info li{ font-weight:500; color:#fff; list-style-type:none; font-size:13px; padding:0 5px 0; display:inline-block; margin-bottom:0; }
    #top-bar{ display:block; position:relative; z-index:999; background:#1c1c1c; padding: 7px 0; }
    .top-bar-info li i{ font-size:16px; color:#329c47; margin-right:8px; margin-top: 0; display: inline-block; vertical-align: text-bottom; }

    .top-social-icon{ padding:0; float:right; margin:0; }
    .top-social-icon li{ font-size:14px; list-style-type:none; float:left; text-align:center; margin:0; padding:0 7px; }
    .top-social-icon li:last-child { padding-right: 0; }
    .top-social-icon li:last-child a { padding-right: 0; }
    .top-social-icon li a{  color:#fff; line-height: 28px; -webkit-transition-duration:.3s; transition-duration:.3s; padding:0 3px;  }
    .top-social-icon li a:hover { color: #329c47; }

    #top-bar.top-bar-style2 {  background:#f5f5f5; border-bottom: 1px solid rgba(0,0,0,0.1); }
    .top-bar-style2 .top-bar-info li{ color:#6f6f6f; }
    .top-bar-style2 .top-bar-info li i{ color:#6f6f6f; }

    .top-bar-style2 .top-social-icon li a{  color:#6f6f6f; }
    .top-bar-style2 .top-social-icon li a:hover { color: #232323; }

    /* ===================================
        Navigation
    ====================================== */
    .header-style4 .navbar-header-custom {
        padding: 8px 0;
    }
    .header-style4 .navbar {
        position: unset;
        float: right;
    }
    .header-style4 .navbar-nav {
        top: 0;
        background: none;
        padding: 0 15px;
    }
    .header-style4 .navbar-toggler {
        top: -57px;
        right: 15px;
    }

    .header-style4 .navbar > ul > li {
        background: #fff;
    }

    .header-style4 .attr-nav {
        margin-top: -65px !important;
    }

    .header-style4 .top-social-icon {
        display: none;
    }

    .header-style4 .attr-nav > ul > li.dropdown ul.dropdown-menu {
        top: 35px;
    }
}
/* ===================================
    Navigation
====================================== */
.navbar-nav li.current > a{ color: #329c47; }
.navbar > ul > li.current > a:after{ border-color: transparent #329c47 #329c47 transparent; }

@media screen and (min-width: 992px){
    /*Header style04*/
    .header-style4 .navbar-nav li.current > a {
        color: #ffffff;
        background-color: #0b767f;
    }
    .header-style4 .navbar-nav li:hover  a{
        color: #ffffff;
        background-color: #0b767f;
    }
    .header-style4 .navbar > ul > li.current > a:after{ border-color: transparent #329c47 #329c47 transparent; }
	.header-style4 .navbar-nav li:hover ul.sub-menu li  a {
    color: #329c47;
    background-color: #ffffff;
}
	.header-style4.scrollHeader .navbar > ul > li.has-sub > a:after {
    top: 23px;
}
}
@media (max-width: 991px){
    .sm-display-none {
        display: none !important;
    }
}
.width-40px {
    width: 40px;
}
.display-inline-block {
    display: inline-block !important;
}
.vertical-align-top {
    vertical-align: top;
}
.width-100 {
    width: 100%;
}
.width-75 {
    width: 75%;
}
.text-theme-color {
    color: #329c47;
}
.bg-theme {
    background-color: #329c47;
}
.font-size30 {
    font-size: 30px;
    line-height: normal;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}

.brtween-head{
    background: url("img/top_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.brtween-head:before{
    background-color: rgba(255, 255, 255, .99) !important;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    z-index: 1;
}
.navbar-default .container{
    z-index: 2;
}
.top-btn {
    text-align: left;
    margin-bottom: 0;
}
.top-btn li{

    display: inline-block;
    color: #fff;
    background-color: #2c9c46;
    padding: 10px 10px;
    border-right:3px solid #fff;
}
.top-btn li:last-child{
    border-left:3px solid #fff;
}
.top-btn li a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;

}
.top-btn li:hover {
    background-color: #0b767f;
}
.top-bar-info li span{
    font-weight: 600;
}
.top-info span:first-child{
    color: #0b767f;
    font-size: 16px;
}
.top-info span:last-child{
    color: #6e6f72;
    font-size: 16px;
}
.top-sec-action:hover span i{
    animation: pulse 1.5s 0.3s infinite;
    transform-origin: center center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -ms-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    transition: all .5s ease ;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.95);
    }
    35% {
        transform: scale(0.87);
    }
    45% {
        transform: scale(1.15);
    }
    55% {
        transform: scale(0.87);
    }
    65% {
        transform: scale(1.15);
    }
    75% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}
.top-bar-info li i {
    font-size: 18px;
    color: #329c47;
    margin-left: 8px;
    margin-right: unset;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 1.3;
}
.header-style4 #top-bar i {
    color: #ffffff;
}
/********************
stander
 *********************/
.main-wrapper{
    overflow: hidden;
}
.padding-70{
    padding: 70px 0;
}
.padding-70-tp{
    padding: 30px 0 0 0;
}
.overlay-me{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 58, 77, 0.9);
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.heading-sec {
    position: relative;
}
.my-btn{
    background: transparent;
    border-radius: 0;
    border: 1px double #329c47;
    padding: 7px 30px;
    font-size: 1rem;
    display: inline-block;
    transition: 0.3s;
    color:#329c47 !important;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    white-space: normal;
    text-decoration: none !important;
    cursor: pointer;
    text-transform: capitalize;
}
.my-btn:hover{
    color: #329c47 !important;
}
.my-btn::before {
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-property: right;
    background: #329c47;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 100%;
    transition-property: right;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    z-index: 1;
}
.my-btn:hover::before{
    right: -0.0rem;
    color: #fff!important;
}
.heading h1{
    font-size: 42px;
    font-weight: bold;
    color: #282e3f;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
.verticle-align{
    display: block;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.width-80 {
    width: 80%;
    margin:0 auto;
    display: block;

}
.heading h1 span {
    color: #282e3f;
}
.heading h1 {
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}
.heading h2{
    font-size: 48px;
    font-weight: 600;
    color: #282e3f;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}
.heading span {
    color: #282e3f;
}
.underline svg{
    width: 32px;
    height: 32px;
    margin-left: 5px;
}
.heading p{
    font-size: 16px;
    line-height: 26px;
    color: #6e7c90;
    letter-spacing: 0!important;
}
.mr-auto-me{
    margin-left: auto!important;
}
.icon-head{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background-color: #282e3f;
    color: #fff;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.item-flex{
    display: flex;
}
.display-block{
    display: block;
}
.font-weight-600{
    font-weight: 600;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(50, 156, 71);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(50, 156, 71, .25);
}
/********************
slider
 **********************/



/********************
about-sec
 **********************/
.about-sec{
    position: relative;
    background-color: #eef7f8;
}

.about-sec .about-info{
    position: relative;
    margin-bottom: 40px;
}
.about-sec .about-info h3{
    position: relative;
    display: block;
    font-size: 47px;
    line-height: 1.2em;
    color: #329c47;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.about-sec .about-info .icon span{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}


 .icon .icon-icon{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(img/logo/fave-icon.png) left center no-repeat;
    margin: 0 5px 0 0;
    vertical-align: bottom;
    background-size: cover;
}


.about-sec  .lower-box {
    position: relative;
    padding-right: 225px;
    min-height: 120px;
}
.about-sec .lower-box .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    border-radius: 5px;
    overflow: hidden;
    height: 120px;
}
.about-sec .lower-box .image .story-video {
    min-height: 120px;
    height: 100%;
}
.about-sec .lower-box .image .video span.video_btn:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background: #ffffff;
    opacity: .3;
    border-radius: 50%;
}
.about-sec .lower-box .image .video span {
    font-size: 16px;
}
.about-sec .lower-box .image .video_btn {
    position: relative;
    margin-bottom: 0;
    background-color: #fff;
    border: 2px solid #2c9c46;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.about-sec .lower-box .image .video_btn:hover{
    background-color: #2c9c46;
}
.about-sec  .lower-box .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
}
.about-sec  .lower-box .image a.lightbox-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(16, 119, 128, .75);
    color: #ffffff;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 1;
}
.about-sec   .lower-box .image a.lightbox-image .fa {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0px 0px -15px;
}
.about-sec  .lower-box .text {
    position: relative;
    top: -3px;
    margin: 0px 0px 20px;
     text-align: justify;
}
.about-sec .lower-box .text p{
    font-size: 16px;
    color: #2f3753;
}

/********box*/
.inner-box-about{
    position: relative;
}
.inner-box-about:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0px 0px -50px;
    width: 100px;
    height: 100px;
    background: rgba(0,0,0,0.10);
    border-radius: 50%;
    z-index: 1;

}
.inner-box-about .feature{
    position: relative;
    padding: 0 0;
    margin: 0 0 0px;
}
.inner-box-about .feature .inner{
    position: relative;
    display: block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.inner-box-about .feature:nth-of-type(1) .inner:hover {
    -webkit-transform: translate(10px,-10px);
    -ms-transform: translate(10px,-10px);
    transform: translate(10px,-10px);
}
.inner-box-about .feature:nth-of-type(2) .inner:hover {
    -webkit-transform: translate(-10px,-10px);
    -ms-transform: translate(-10px,-10px);
    transform: translate(-10px,-10px);
}
.inner-box-about .feature:nth-of-type(3) .inner:hover {
    -webkit-transform: translate(10px,10px);
    -ms-transform: translate(10px,10px);
    transform: translate(10px,10px);
}
.inner-box-about .feature:nth-of-type(4) .inner:hover {
    -webkit-transform: translate(-10px,10px);
    -ms-transform: translate(-10px,10px);
    transform: translate(-10px,10px);
}

.inner-box-about .feature .inner .contain{
    position: relative;
    display: table;
    width: 100%;
    height: 200px;
    vertical-align: middle;
    padding: 20px 20px;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.inner-box-about .feature .inner .contain .data{
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.inner-box-about .feature .inner .contain .data h3 a{
    position: relative;
    display: inline-block;
    max-width: 140px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3em;
    color: #ffffff;
}
.inner-box-about .feature .inner .contain .data p{
    font-size: 14px;
    font-weight: 600;
    color:#fff;
}
.inner-box-about .feature:nth-of-type(1) .inner{
    background: #2c9c46;
}
.inner-box-about .feature:nth-of-type(2) .inner{
    background: #0b7480;
}
.inner-box-about .feature:nth-of-type(3) .inner{
    background: #4cc7d6;
}
.inner-box-about .feature:nth-of-type(4) .inner{
    background: #6e6f73;
}
/********************
cause-sec
 **********************/
.cause-sec{
    position: relative;
}
.cause-sec .heading h2{
position: relative;
display: block;
font-size: 48px;
line-height: 1.2em;
color: #2f3753;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 0px;
}

.cause-sec .icon-one {
    position: absolute;
    left: 35%;
    top: 120px;
    line-height: 1em;
    font-size: 48px;
    color: #010101;
    opacity: 0.10;
}
.cause-sec .icon-two {
    position: absolute;
    left: 0px;
    top: 30%;
    line-height: 1em;
    font-size: 120px;
    color: #4cc7d6;
    opacity: 0.10;
}
.cause-sec .icon-three {
    position: absolute;
    left: 10%;
    top: 60%;
    line-height: 1em;
    font-size: 70px;
    color: #010101;
    opacity: 0.10;
}
.cause-sec .icon-four {
    position: absolute;
    left: 8%;
    bottom: 10%;
    line-height: 1em;
    font-size: 100px;
    color: #dc4549;
    opacity: 0.10;
}
.cause-sec .icon-five {
    position: absolute;
    right: 7%;
    top: 18%;
    line-height: 1em;
    font-size: 120px;
    color: #dc4549;
    opacity: 0.10;
}
.cause-sec .icon-six {
    position: absolute;
    right: 8%;
    top: 50%;
    line-height: 1em;
    font-size: 70px;
    color: #010101;
    opacity: 0.10;
}
.cause-sec .icon-seven {
    position: absolute;
    right: 5%;
    bottom: 15%;
    line-height: 1em;
    font-size: 50px;
    color: #010101;
    opacity: 0.10;
}
.cause-block{
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.cause-sec .owl-carousel .owl-stage-outer {
    padding: 25px 0;
}
.cause-block:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
}
.cause-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    padding-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
		border: 1px solid #ddeaeb;
	border-top:0;
	border-bottom: 10px solid #329c47;

}
.cause-block .image-box {
    position: relative;
    border-bottom: 7px solid #329c47;
    height: 298px;
    overflow: hidden;
}
.cause-block .image-box img {
    display: block;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
.cause-block .inner-box .progress-box {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
}
.cause-block .inner-box .progress-box .bar {
    position: relative;
    width: 100%;
    height: 6px;
    background: #eef7f8;
}
.cause-block .inner-box .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 6px;
    background: #2c9c46;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.cause-block .inner-box .progress-box .count-text {
    position: absolute;
    left: 0px;
    margin-left: -23px;
    bottom: -40px;
    width: 46px;
    height: 26px;
    color: #ffffff;
    background: #0b7480;
    line-height: 26px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cause-block .inner-box .progress-box .bar-inner.counted .count-text {
    opacity: 1;
}
.cause-block .inner-box .progress-box .count-text:after {
    content: '';
    position: absolute;
    right: 50%;
    margin-right: -5px;
    bottom: 100%;
    border: 5px solid transparent;
    border-bottom: 5px solid #0b7480;
}
.cause-block .inner-box .content-info {
    position: relative;
    padding: 25px 20px 25px;
   /* border: 1px solid #ddeaeb;*/
    border-top: none;
    border-bottom: none;

}
.cause-block .inner-box .content-info h3 a{
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2c9c46;
}
.cause-block .inner-box .content-info .type h6{
    text-transform: capitalize;
    color: #0b767f;
    margin-bottom: 20px;
    font-weight: 600;
}
.cause-block .inner-box .content-info p {
    line-height: 1.6em;
    font-size: 16px;
    margin-bottom: 20px;
    color: #6e6f73;
}
.cause-block .inner-box .content-info .donate-info {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}
.cause-block .inner-box .content-info .donate-info .goal {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}
.cause-block .inner-box .content-info .donate-info .raised {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}
.cause-block .inner-box .content-info .donate-info i {
    position: relative;
    display: inline-block;
    color: #2c9c46;
    padding-right: 3px;
}
.cause-block .inner-box  .link-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.cause-block .inner-box  .link-box .donate-btn {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border-radius: 0px 0px 5px 5px;
    background: #2c9c46;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    outline: none;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.cause-block .inner-box .link-box .donate-btn:hover{
    background: #0b767f;
    color: #fff;
}
/* ===================================
counter
====================================== */
.counter{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;

}
.counter .counter-details {
    /* margin-bottom: 35px;*/
}
/*
.counter .counter-details .img-counter{
    display: block;
    margin: 0 auto;
    width: 100px;
    height:100px;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
}*/
.counter .counter-details i{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    padding: 20px;
    text-align: center;
    font-size: 45px;
    color: #fff;
}

.counter .counter-details span {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 15px;
    color:#fff;
    display: block;
    /* border-width: 11px; */
}

.counter .counter-details h3{
    text-transform: capitalize;
    line-height: 1.4;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}
.counter .overlay-me{
    background-color: rgba(0, 0, 0, 0.7);
}
/* ===================================
call to action
====================================== */
.call-to-action-sec{
    position: relative;
    padding: 70px 0 30px;
}
.call-to-action-sec .heading{
    margin-bottom: 60px;
}
.call-to-action-sec .icon-one {
    position: absolute;
    right: 35%;
    top: 120px;
    line-height: 1em;
    font-size: 48px;
    color: #010101;
    opacity: 0.10;
    z-index: 3;
}

.call-to-action-sec .icon-three {
    position: absolute;
    left: 3%;
    top: 80%;
    line-height: 1em;
    font-size: 48px;
    color: #010101;
    opacity: 0.10;
    z-index: 3;
}

.call-to-action-sec .icon-five {
    position: absolute;
    right: 7%;
    bottom: 0%;
    line-height: 1em;
    font-size: 120px;
    color: #dc4549;
    opacity: 0.10;
    z-index: 3;
}



.call-to-action-sec .heading-form {
    position: relative;
    display: block;
    padding: 16px 50px;
    background: url(img/bg-shape-2.png) center center no-repeat;
    margin-bottom: 40px;
    background-size: contain;
}
.call-to-action-sec .heading-form h3{
    position: relative;
    line-height: 40px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}
.call-to-action-sec .call-ation-img{
    position: relative;
    display: block;
    margin-left: -140px;
    margin-right: -20px;
}
.call-to-action-sec .call-ation-img img {
    display: block;
    min-height: 100%;
    min-width: 100%;
}
.call-to-action-sec .icon-1 {
    position: absolute;
    left: -10px;
    top: 30px;
    width: 140px;
    height: 148px;
    background: url(img/photo1.png) center center no-repeat;
}
.call-to-action-sec .icon-2 {
    position: absolute;
    right: 10px;
    bottom: 200px;
    width: 92px;
    height: 97px;
    background: url(img/photo2.png) center center no-repeat;
}
/* ===================================
clients
====================================== */
.clients {
    position: relative;
    padding: 0 0 70px;
}

.clients .sup-element{
    position: relative;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.clients .sup-element img{
    width: 100%;
    height: 100%;
}
.clients .sup-element:hover img{
    opacity: 100%;
}
.margin-25px-top{
	margin-top:25px;
	display:block;
}
/* ===================================
service-sec
====================================== */
.services-sec{
    position: relative;
    background-color:#eef7f0;
    background-repeat: repeat;
    background-position: center;

}
.services-sec .heading{
    margin-bottom: 30px;
}
.services-sec .services-item{
    position: relative;

    height: 100%;
    width: 100%;
}
.services-sec .services-item .inner{
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 100%;
    width: 100%;
}
.services-sec .services-item .inner:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
}
.services-sec .services-item .inner .icon{
    position: relative;
    display: block;
    width: 160px;
    height: 100px;
    margin: 0 auto 20px;
    line-height: 60px;
    font-size: 60px;
    padding: 15px 0px 25px;
    background: url(img/bg-flare.png) center top no-repeat;
    color: #2c9c46;
}
.services-sec .services-item .inner .icon img{
    width: 60px;
    height: 60px;
}
.services-sec .services-item .inner .icon:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    width: 30px;
    border-bottom: 2px solid #0b767f;
}
.services-sec .services-item .inner h4 a{
    display: block;
    font-size: 20px;
    color: #2f3753;
    margin-bottom: 0;
}
.services-sec .services-item .inner h4 a:hover{
    color: #2c9c46;
}
/* ===================================
member-sec
====================================== */
.member-sec{
    position: relative;
}
.member-sec .heading h2{
    margin-bottom: 35px;
}
.member-sec .member-item{
    position: relative;
    margin-bottom:0px;
    text-align: center;
}

.member-sec.inner .member-item {
	margin-bottom:25px!important;
}
/*
.member-sec .member-item .member-img {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}*/
.member-sec .member-item .member-img {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 35px;
}/*
.member-sec .member-item .member-img img {
    position: relative;
    display: block;
    width: 100%;
}*/
.member-sec .member-item .member-img img {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
}
.member-sec .member-item .content h2 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color:#282e3f;
    margin-bottom: 5px;
}
.member-sec .member-item .content span {
    position: relative;
    font-size: 16px;
    color: #3f6b92;
    display: block;
}

.member-sec  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
.member-sec .owl-dots .custom-dot span:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background: #2c9c46;
    opacity: 0;
    border-radius: 50%;
}
.member-sec .owl-dots .custom-dot.active span:before {
    opacity: 0.30;
}

.member-sec .owl-dots .custom-dot {
    position: relative;
    display: inline-block;
    margin: 0 8px;
}
.member-sec .owl-dots .custom-dot span{
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #2c9c46;
    border-radius: 50%;
}
/********************
banks-sec
 **********************/
.banks-sec .banks-info {
    position: relative;
    background: url(img/service-pattern1.png)  no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    background-position: -2% 50%;
    background-color: #eef7f0;
}

.banks-sec  .line-bottom-centered {
    margin-bottom: 0px;
}
.banks-sec .line-bottom-centered:after {
    bottom: -13px;
    height: 5px;
}
.banks-sec .heading p{
    color: #20252b;
}
.banks-sec .banks-info.feature{
    margin-bottom: 35px;
    margin-top: 35px;
}
.banks-sec .banks-info .feature ul li {
    position: relative;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
    background: #ffffff none repeat scroll 0 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.banks-sec .banks-info .feature ul li .icon {
    float: right;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    background-color: #2c9c46;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.banks-sec .banks-info .feature ul li .descripe {
    padding-top: 0;
    /* width: calc(100% - 73px); */
    padding-right: 85px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.banks-sec .banks-info .feature ul li .icon i{
    font-size: 28px;
    color: #ffffff;
    line-height: 70px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;

}
.banks-sec .banks-info .feature ul li h6{
    color: #282e3f;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.banks-sec .banks-info .feature ul li p{
    color: #2c9c46;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
}
.banks-sec .banks-img {
    position: relative;
    background: url(img/bank.jpg) bottom center no-repeat;
    height: 100%;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
}
.banks-sec .banks-img .overlay-me{
    background-color: rgba(0, 0, 0, 0.7);
}
.banks-sec .banks-info .feature ul li:hover{
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}
.banks-sec .banks-info .feature ul li:hover .icon{
    background-color: #0b767f;
}
.banks-sec .banks-info .feature ul li:hover p {
    color: #0b767f;
    font-size: 25px;
    animation: pulse 1.5s 0.3s infinite;
    transform-origin: center center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -ms-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    transition: all .5s ease ;
}
/* ===================================
    project-sec
====================================== */
.project-sec{
    position: relative;
}
.project-sec .projects .heading h3{
    position: relative;
    font-size: 32px;
    font-weight: bolder;
    color: #282e3f;
    margin-bottom: 35px;
}
.project-sec .projects .heading h3:after {
    bottom: -10px;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    width: 50px;
    background-color: #0b767f;
}
.project-sec .project-item{
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-sec .project-item .poroject-img {
    position: relative;
    height: 212px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-sec .project-item .poroject-img .date{
    padding: 10px 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0b767f;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-sec .project-item .poroject-img .date span{
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    display: block;
    text-align: center;
    font-weight: 600;
}
.project-sec .project-item .poroject-img img{
    position: relative;
    min-width: 100%;
    min-height: 212px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-sec .project-item .content{
    position: relative;
}
.project-sec .project-item .content h4 a {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    color: #282e3f;
    display: block;
    margin-bottom: 0;
}
.project-sec .project-item .content p{
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #6e6f73;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: justify;
}
.project-sec .project-item .content a.btn-proj{
    display: inline-block;
    background-color: #2c9c46;
    padding: 6px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-sec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
}
.project-sec .owl-dots .custom-dot span:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background: #2c9c46;
    opacity: 0;
    border-radius: 50%;
}
.project-sec .owl-dots .custom-dot.active span:before {
    opacity: 0.30;
}

.project-sec .owl-dots .custom-dot {
    position: relative;
    display: inline-block;
    margin: 0 8px;
}
.project-sec .owl-dots .custom-dot span{
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #2c9c46;
    border-radius: 50%;
}
.project-sec .project-item:hover .poroject-img .date {
    background-color: #2c9c46;
}
.project-sec .project-item:hover .content h4 a {
    color: #2c9c46;
}
.project-sec .project-item:hover .content a.btn-proj {
    background-color: #0b767f;
}
.project-sec .project-item:hover .poroject-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);

}
/******* project-video**************/
 span.color{
     color: #2c9c46;
}
.project-sec .project-video .heading h3{
    position: relative;
    font-size: 32px;
    font-weight: bolder;
    color: #282e3f;
    margin-bottom: 35px;
}
.project-sec .project-video .heading h3:after {
    bottom: -10px;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    width: 50px;
    background-color: #0b767f;
}

/* ===================================
    Video
====================================== */

.story-video{ min-height:400px; height:100%; }
.video_btn{
    position: relative;margin-bottom: 15px; background-color:#fff; border:2px solid #2c9c46; border-radius:50%; color:#ffffff; display:inline-block; font-size:16px; height:50px; line-height:50px; text-align:center; width:50px; transition-duration:.2s; -ms-transition-duration:.2s; -moz-transition-duration:.2s; -webkit-transition-duration:.2s; -o-transition-duration:.2s; }
.video_btn .fa{ color: #2c9c46; }
.video:hover .video_btn{ background: #2c9c46; }
.video:hover .video_btn .fa{ color:#fff; }
.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.absolute-middle-center {
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
.z-index-1 {
    z-index: 1;
}
.center-col {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.video span{
    font-size: 22px;
    color:#fff;
}
.video span.video_btn:before {
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    background: #ffffff;
    opacity: .3;
    border-radius: 50%;
}
.opacity-extra-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    background-color: #000;
}



/* ===================================
    Footer
====================================== */

footer{
    position: relative;
    padding:50px 0 0;
    color:#939393;
    background: url("img/footer-bg.png") center center no-repeat;
    background-size: cover;

}

footer .overlay-me {
    background-color: rgba(0, 0, 0, .7);
}
footer p {
    color: #fff;
    margin-bottom: 20px;
}
footer .footer-bar p{
    margin-bottom: 0;
}
footer h3{ font-size:18px; font-weight:500; margin-bottom:30px; line-height:1; position:relative; }
footer h3:after{ content:''; display:block; width:70px; height:2px; background: #2c9c46; margin-top:12px; }
.footer-social-icons ul{ margin-bottom:0; }
.footer-social-icons ul li{ display:inline-block; border:1px solid #2c9c46; border-radius:50%; color: #2c9c46; margin-right:10px; margin-bottom:5px; -webkit-transition-duration:.3s; transition-duration:.3s }
.footer-social-icons ul li a{ color: #2c9c46; display:block; font-size:15px; height:35px; line-height:35px; text-align:center; width:35px; }
.footer-social-icons ul li:hover { background: #2c9c46; border-color: #2c9c46; }
.footer-social-icons ul li:hover i { color: #fff; }
/*small*/
.footer-social-icons.small ul li { margin-bottom: 0; }
.footer-social-icons.small ul li a { font-size: 12px; height: 25px; line-height: 26px; width: 25px; }
.footer-list{ margin:0; }
.footer-list li{ list-style-type:none; color: #ffffff; padding:6px 0;font-size: 16px }
.footer-list li:first-child{ padding-top:0; }
.footer-list li a:before{ content:'\f100'; font-weight: 700; vertical-align: bottom; font-family: Font Awesome\ 5 Free; color: #2c9c46; padding-left:8px; -webkit-transition-duration:.3s; transition-duration:.3s; }
.footer-list li a{ font-size:15px; font-weight:400; color: #ffffff; }
.footer-list li a:hover,.footer-list li a:hover:before{ color:#fff; }
.footer-bar{ padding-top:20px; padding-bottom:20px; margin-top:50px; text-align:center; background:#191919; color: #ffffff; }
.footer-bar span{ color: #ffffff; font-size:15px; font-weight:400; }
/*footer-top-bar*/
.footer-top-bar { background: #191919; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
/*footer style2*/
footer h3.footer-title-style2 {
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: 600;
}
h3.footer-title-style2:after {
    width: 30px;
    height: 2px;
    background: #9d9d9e;
    margin-top: 15px;
}
footer p{
    color:#fff
}

@media (max-width: 767px) {
    footer { padding-top: 30px; }
    .footer-bar { margin-top: 30px;}
    .footer-bar p { font-size: 13px; }
}


/* scroll to top */
.scroll-to-top{ font-size:20px; text-align:center; color:#fff; text-decoration:none; position:fixed; bottom:20px; right:20px; display:none; border-radius:50%; background:#000; border:1px solid #2a2a2a; width:35px; height:35px; line-height:30px; z-index:9999; outline:0; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease }
.scroll-to-top i{ color:#fff; }
.scroll-to-top:hover{ color:#232323; background:#fff; }
.scroll-to-top:hover i{ color:#232323; }
.scroll-to-top:visited{ color:#232323; text-decoration:none; }

/*----------------------
inner page
 -----------------------*/
.head-page {
    padding: 50px 0;
    position: relative;
    background-repeat: repeat;
    background-position: 50% 50%;
    margin-top: 0;
    background-color: #222;
}
.head-page .overlay-me {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.inner-padding{
    padding-top: 60px;
}
.inner-sec{
    background-repeat: no-repeat;
    background-size:contain;
    background-position: bottom right;
}
.inner-img{
    max-height: 350px;
    width: 100%;
    overflow: hidden;
    min-height: 345px;
}
.sub-head-mid{
    position: relative;
    z-index: 2!important;
}
.head-page .sub-head-mid .heading h1 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
}
.head-page .sub-head-mid {
    display: block;
}
.head-page .sub-head-mid {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
}
.head-page ul {
    margin-bottom: 0;
    list-style-position: outside;
    padding: 10px;
    display: inline-block;
    width: auto;
}
.head-page ul li {
    display: inline-block;
    list-style: none;
}
.head-page ul li:last-child a.text-white{
    color: #2c9c46 !important
}

.head-page ul li a {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-left: 0;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    color: #ffffff;
}
.head-page ul li:first-of-type a {
    margin-left: 0;
}
.head-page ul li a.arow:after {
    content: '\f104';
    font-weight: 700;
    vertical-align: middle;
    color: #ffffff;
    font-family: Font Awesome\ 5 Free;
    padding: 1px 10px 0 5px;
}


.head-page ul li:hover a{
    color: #2c9c46 !important
}
.mr-btm-35{
    margin-bottom: 35px;
}
/*====================================
contact-page
 ======================================*/
.contact-form{
    background-color: #f5f6f6;
    padding: 30px;
}
.about-contact{
    padding: 30px;
    border: 1px solid #eee;
}

.about-contact h4,.contact-form h4{
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #231f20;
}
.about-contact .contact-location ul li{
    margin-bottom: 15px;
    position: relative;
}
.about-contact .contact-location ul li .icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    text-align: center;
    line-height: 40px;
    color: #2c9c46;
    font-size: 16px;
    float: right;
    border: 1px solid #2c9c46;
}
.about-contact .contact-location ul li .descripe{
    display: block;
    margin-right: 50px;
}
.about-contact .contact-location ul li .descripe span:nth-of-type(1){
    color: #231f20;
    font-size: 16px;
    font-weight: 700;
}
.about-contact .contact-location ul li .descripe span:nth-of-type(2){
    display: block;
    color: #767676;
}
.contact-form .btn{
    width: 100%;
    background-color: #2c9c46;
    color: #fff;
    border: 1px solid #2c9c46;
    transition: all .5s ease;
    margin: 0 15px;
}
.contact-form .btn:hover{
    background-color: #ffffff;
    color: #2c9c46;
    border: 1px solid #2c9c46;
}
.footer-social-icons.contact ul li {
    border: 1px solid #2c9c46;
    color: #2c9c46;
}
.footer-social-icons.contact ul li a {
    color: #2c9c46;
}
.btn-file .my-btn {
    width: 100%;
    background: transparent;
    border-radius: 0;
    border: 1px double #ffffff;
    padding: 30px 30px;
    font-size: 20px;
    display: inline-block;
    transition: 0.3s;
    color: #329c47 !important;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    white-space: normal;
    text-decoration: none !important;
    cursor: pointer;
    text-transform: capitalize;
    background-color: #fff;
    border-top: 2px solid #329c47;
    margin-bottom: 15px;
	    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
/* ===================================
    media query
====================================== */
@media (max-width: 1200px) {
    .header-style4 .navbar-nav > li > a {
        font-size: 14px;
    }
    .top-info span:last-child{
        line-height: 1.1;
        display: inline-block;
        font-size: 15px;
    }
    .cause-block .image-box {
        height: 250px;
    }
    .cause-block .inner-box .content-info .type h6 {
        margin-bottom: 10px;
    }
    .cause-block .inner-box .content-info {
        position: relative;
        padding: 15px 10px 15px;
    }
    .cause-block .inner-box .content-info .donate-info .raised {
        margin: 0px 5px;
    }
    .cause-block .inner-box .content-info p {
        line-height: 1.5;
        font-size: 15px;
        margin-bottom: 15px;
        color: #2f3753;
    }
    .call-to-action-sec .heading-form h3 {
        line-height: 30px;
        font-size: 28px;
    }
    .call-to-action-sec .heading-form {
        margin-bottom: 15px;
        background-size: contain;
    }
    .call-to-action-sec .form-group {
        margin-bottom: 0px;
    }
    .services-sec .services-item .inner {
        padding: 20px 20px;
    }
    .banks-sec .banks-info {
        padding-left: 35px;
        padding-right: 35px;
    }
    .banks-sec .banks-info .feature ul li h6 {
        font-size: 24px;
    }

}
@media (max-width: 1024px) {
    .navbar-nav > li > a {
        font-size: 13px;
        padding: 15px 0.35rem;
    }
    .top-info span:first-child {
        font-size: 15px;
    }
    .about-sec .about-info h3,.cause-sec .heading h2,.heading h2,.heading h1{
        font-size: 42px;
    }
    .header-style4 .navbar-nav > li > a {
        font-size: 13px;
    }
    .inner-box-about .feature .inner .contain .data p {
        margin-bottom: 0;
    }
    .counter .counter-details h3 {
        font-size: 24px;
    }
    footer {
        background: url(img/footer-bg.png) left no-repeat;
    }
}
@media screen and (max-width: 991px){
    .header-style4 .navbar-toggler {
        top: -68px;
        left: 15px;
        right: unset;
    }
    .header-style4 #top-bar {
        background: #329c47;
        padding: 0;
    }
    .top-bar-info li {
        padding: 10px 5px 0;
    }
    .top-bar-info li i {
        font-size: 14px;
    }
    .top-bar-info li {
        font-size: 14px;
    }
    .inner-box-about {
        position: relative;
        margin-top: 50px;
    }
    .counter .counter-details i {
        display: block;
        margin: 0 auto;
        width: 85px;
        height: 85px;
    }
    .counter .counter-details h3 {
        font-size: 18px;
    }
    .call-to-action-sec .heading-form {
        margin-bottom: 0px;
        padding: 16px 15px;
    }
    .call-to-action-sec .heading-form h3 {
        line-height: 20px;
        font-size: 18px;
    }
    .call-to-action-sec .call-ation-img {
        margin-left: -100px;
        margin-right: -20px;
    }
    .call-to-action-sec .icon-1 {
        position: absolute;
        left: 70px;
        top: -70px;
        width: 70px;
        height: 80px;
        background: url(img/photo1.png) center center no-repeat;
        background-size: contain;
    }
    .call-to-action-sec .icon-2 {
        position: absolute;
        right: 10px;
        bottom: 66px;
        width: 50px;
        height: 57px;
        background: url(img/photo2.png) center center no-repeat;
        background-size: contain;
    }
    .banks-sec .banks-info .feature ul li h6 {
        font-size: 16px;
    }
    .banks-sec .banks-info .feature ul li p {
        font-size: 18px;
    }
    .banks-sec .banks-info .feature ul li .icon {
        width: 50px;
        height: 50px;
    }
    .banks-sec .banks-info .feature ul li .icon i {
        font-size: 22px;
        line-height: 50px;
    }
    .banks-sec .banks-info .feature ul li .descripe {
        padding-top: 0;
        padding-right: 65px;
    }
    .banks-sec .banks-info .feature ul li {
        margin-top: 20px;
        padding: 20px;
    }
    .banks-sec .banks-info .feature ul li:hover p {
        font-size: 20px;
    }
    footer .footer-bar p {
        margin-bottom: 0;
        font-size: 12px;
    }
}
@media (max-width: 425px) {
    .top-btn {
        text-align: center;
    }
    .top-btn li:first-child {
        border-right: 0;
    }
    .about-sec .lower-box {
        position: relative;
        padding-right: 0;
        min-height: 120px;
    }
    .about-sec .lower-box .image {
        position: relative;
        height: auto;
        width: 100%;
        margin-bottom: 35px;
    }
    .about-sec .lower-box .image .story-video {
        min-height: 200px;
        height: 100%;
    }
    .inner-box-about .feature {
        position: relative;
        padding: 0 15px;
    }
    .inner-box-about .feature:nth-of-type(1) .inner:hover {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .inner-box-about .feature:nth-of-type(2) .inner:hover {
        -webkit-transform:unset;
        -ms-transform: unset;
        transform: unset;
    }
    .inner-box-about .feature:nth-of-type(3) .inner:hover {
        -webkit-transform: unset;
        -ms-transform:unset;
        transform: unset;
    }
    .inner-box-about .feature:nth-of-type(4) .inner:hover {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .inner-box-about:before {
        display: none;
    }
    .about-sec .about-info h3,.cause-sec .heading h2,.heading h2,.heading h1{
        font-size: 30px;
    }
    .owl-carousel.owl-rtl .owl-item .item{
        padding: 0 15px;
    }
    .call-to-action-sec .heading {
        margin-bottom: 0px;
    }
    .call-to-action-sec .call-ation-img {
        margin-left: 0;
        margin-right: 0;
    }
    .call-to-action-sec .icon-1 {
        left: 0px;
        top: 0px;
    }
    .clients .sup-element {
        position: relative;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        margin: 0 auto;
        display: block;
        width: auto;
    }
    .clients .sup-element img {
        width: unset;
        height: 100%;
        margin: 0 auto;
        display: block;
    }
    .clients .sup-element img {
        width: unset;
        height: 100%;
        margin: 0 auto;
        display: block;
    }
    .member-sec .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 30px;
        display: none;
    }
    .banks-sec .d-none-me{
        display: none!important;
    }
    .banks-sec .banks-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banks-sec .banks-info .feature ul li h6 {
        margin-bottom: 5px;
    }
    .banks-sec .banks-info .feature ul li:hover {
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    .story-video {
        min-height: 250px;
        height: 100%;
    }
    .xs-text-center{
        text-align: center!important;
    }
    footer .footer-bar a{
        color: #2c9c46;
    }
    footer h3.footer-title-style2 {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 600;
        margin-top: 25px;
    }
    .footer-social-icons ul li a {
        color: #ffffff;
    }
    .services-sec .services-item {
        position: relative;
        height: auto;
        width: 100%;
        margin-bottom: 35px;
    }
    .services-sec .d-flex:last-child .services-item{
        margin-bottom: 0;
    }
    .top-btn li:last-child {
        border-left: 0;
    }
    .about-sec .about-info .icon span {
        margin-bottom: 10px;
        padding-right: 10px;
    }
    .about-sec .about-info .icon span {
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 10px;
        padding-right: 10px;
    }
    .padding-70 {
        padding: 35px 0;
    }
}


img.v2030{
	display: block;
	margin: 0 auto;
	max-height: 80px;
	float: none;
}



@media (max-width: 375px) {

}
@media (max-width: 320px) {

}

[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
    width: 100%;
}

[data-class="wpcf7cf_group"] .col-9 {
    max-width: 75%;
    float: left;
		display: block;
}
[data-class="wpcf7cf_group"] .col-3 {
    float: right;
	margin: 0 0 20px;
		display: block;
}













.nav-tabs {
    border: none;
    display: block;
    direction: rtl;
    margin: 0;
    width: 100%;
}
.nav-tabs li{
    float: right;
    border: none;
	width: 25%;

}
.nav-tabs li a{
    display: block;
    padding: 15px 0;
	text-align: center;
    border: none;
    border: none;
    color: #fff;
}
.nav-tabs li a.show{
    border: none;
    color: #fff;
}
.tab-pane{
	width: 100%;
	color: #fff;
	padding: 25px;
}
.tab-content{
	width: 100%;
}

form *{
	text-align: right !important;
	font-weight: inherit !important;
}
.donate-info{
	display: none !important
}
