@charset "utf-8";

/* CSS Document */

body {
    font-family: 'Lato', sans-serif;
    background: #fff;
    font-weight: normal;
    color: #333;
}

a {
    color: #b24bf3;
    font-weight: bold;
}

a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

.container {
    max-width: 1170px;
}

input {
    margin: 10px 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.navbar-brand {
    padding: 0px;
}

.gray {
    background: #f7f7f7;
}


/*---------------------Header---------------------*/

header {
    position: absolute;
    width: 100%;
    transition: 0.3s ease-in-out;
    z-index: 999;
}


/*

.sticky {

    position: sticky;

    top: 0;

    width: 100%;

    left: 0;

    box-shadow: 2px 2px 10px #00000087;

    background: #8564bb;

    transition: 0.3s ease-in-out;

    z-index: 999999;

    animation:slide-down 0.7s;

}  

.sticky .logo {

    margin: 10px 0px;

}

.sticky .logo img {                  

    width: 150px;

}

.sticky #cssmenu > ul > li > a {                  

        padding: 25px 0 20px;

}



@keyframes slide-down {

    0% {

        opacity: 0;

        transform: translateY(-100%);

    } 

    100% {

        opacity: 0.9;

        transform: translateY(0);

    } 

}

*/

nav {
    position: relative;
}

.main-menu {
    position: relative;
    z-index: 9;
    margin-top: 0px;
}

header .button {
    display: none;
    padding: 15px;
    color: #fff;
}

.logo {
    margin: 20px 0px;
    float: left;
}

.main-menu .nav-ul {
    margin-bottom: 0;
    padding-left: 0;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    /* line-height: 55px; */
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu>ul>li {
    display: inline-block;
    line-height: 50px;
    padding: 0;
    position: relative;
    margin-right: 19px;
}

#cssmenu>ul>li:first-child {
    margin-left: 50px;
}

#cssmenu ul li:last-child {
    margin-right: 0px;
    /*    margin-left: 30px;*/
}

#cssmenu ul li.call {
    float: right;
}

#cssmenu ul li.call a {
    font-size: 18px;
}

#cssmenu ul li>a {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff !important;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    transition-delay: 0.3s;
    padding: 40px 0 20px;
    line-height: 30px;
    font-weight: 500;
}


/*

#cssmenu ul li:hover > a,

#cssmenu ul li.active a{

    color: #2fbbf8;

    transition: 0.3s ease-in-out;

    border-bottom: 2px solid #2fbbf8;

}

*/

#cssmenu ul li.has-sub>a {
    /* padding-right:0px */
}

#cssmenu ul li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
    display: none;
}

#cssmenu ul li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    display: none;
}

#cssmenu ul li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu ul ul li {
    /* height:0; */
    -webkit-transition: all .25s cubic-bezier(1, 0.07, 1, 1);
    -ms-transition: all .25s ease;
    background: #fdfdfd;
    transition: all .25s ease;
    margin: 0;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto;
    border-top: none;
    margin-top: 0;
    text-align: left;
    transition: 0.3s ease-in-out;
    border-top: 4px solid #8564bb;
}

#cssmenu li:hover>ul>li {
    /* height: 40px; */
    margin: 0;
    display: block;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: -4px;
}

#cssmenu ul ul li a {
    padding: 10px;
    min-width: 200px;
    width: 100%;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    color: #333 !important;
    font-weight: 500;
    border: none;
    word-break: break-word;
    line-height: 25px;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
    border: none;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    border: none;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #003471
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #003471
}

@media screen and (max-width:1000px) {
    header {
        /*position: fixed !important;*/
        width: 100%;
        transition: 0.3s ease-in-out;
        top: 0;
        z-index: 9999999;
        animation: none !important;
    }
    #cssmenu>ul>li:first-child {
        margin-left: 0px !important;
    }
    #cssmenu ul li>a {
        color: #000 !important;
    }
    #cssmenu ul ul li a {
        color: #fff !important;
    }
    .header_fixed .nav-ul {
        background: #01172e !important;
    }
    .header_fixed .button.button {
        top: 10px;
    }
    .main-menu {
        margin: 0 !important;
    }
    #cssmenu ul li>a {
        border: none;
    }
    #cssmenu ul li:hover>a,
    #cssmenu ul li.active a {
        color: #2fbbf8;
        transition: 0.3s ease-in-out;
        border: none;
    }
    .main-menu .nav-ul {
        padding-top: 115px !important;
    }
    .main-menu {
        float: none;
    }
    .nav-ul {
        width: 0px !important;
        /*    display: block !important;*/
        padding: 0 0 20px !important;
        background: #fff !important;
        position: fixed !important;
        right: 0px !important;
        height: 100vh;
        transition: 0.3s ease-in-out;
        top: 0;
    }
    .nav-ul .submenu-button {
        opacity: 0;
    }
    .nav-ul.open {
        right: 0px !important;
        width: 300px !important;
        transition: 0.3s ease-in-out;
    }
    .nav-ul.open .submenu-button {
        opacity: 1;
        transition: 0.3s ease-in-out;
    }
    #cssmenu li:hover>ul {
        left: auto;
        border-top: none;
    }
    #cssmenu ul li>a {
        padding: 7px 16px;
    }
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu>ul {
        width: 100%;
        display: none;
        padding: 0 0 20px;
        overflow-y: scroll;
        text-align: left;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: none;
        display: block;
    }
    #cssmenu ul li:hover {
        background: transparent;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto;
        border-color: #000;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        line-height: 25px;
        font-size: 14px;
    }
    #cssmenu>ul>li {
        display: block;
        padding: 0px 16px 0px 0px;
    }
    #cssmenu>ul>li.has-sub {
        padding-right: 0;
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #2fbbf8!important;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #fff;
        background: none;
        z-index: 9;
        line-height: 20px;
        border: none;
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #009fd9;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        border: none;
    }
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #333;
        position: absolute;
        font-size: 12px;
        font-weight: 700;
        right: 0;
        text-align: center;
    }
    header .button.button {
        width: 74px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 15px;
        left: 0;
        cursor: pointer;
        z-index: 12399994;
        display: block;
        margin: 0 0 0 auto;
    }
    header.sticky .button.button {
        top: -50px;
    }
    header .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 9px;
        width: 35px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: '';
    }
    header .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 15px;
        right: 20px;
        display: block;
        height: 2px;
        width: 35px;
        background: #fff;
        content: '';
    }
    header .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 23px;
        background: #2fbbf8;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header .button.menu-opened:before {
        top: 23px;
        background: #2fbbf8;
        width: 22px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: none;
        height: 40px;
        width: 40px;
        cursor: pointer;
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #2fbbf8;
    }
    #cssmenu ul ul .submenu-button {
        height: 28px;
        width: 30px;
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 19px;
        right: 12px;
        width: 14px;
        height: 2px;
        display: block;
        background: #2fbbf8;
        content: '';
    }
    #cssmenu ul ul .submenu-button:after {
        top: 13px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 13px;
        right: 18px;
        display: block;
        width: 2px;
        height: 14px;
        background: #2fbbf8;
        content: '';
    }
    #cssmenu ul ul .submenu-button:before {
        top: 10px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
    #cssmenu>ul>li:hover,
    #cssmenu ul li.active:hover,
    #cssmenu ul li.active,
    #cssmenu ul li.has-sub.active:hover {
        border: none;
    }
    footer iframe {
    margin: 10px 0px 12px !important;
    min-width: 286px !important;
}
}


/*



#cssmenu ul li:last-child ul, #cssmenu ul li:nth-last-child(-n+2) ul ul {

    right: 325px;

}

*/


/*---------------------home_banner-------------------*/

.home_banner.carousel-control.left,
.home_banner.carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    filter: contrast(1);
}

.home_banner.carousel-control .glyphicon {
    background: #000;
    padding: 14px;
    width: 60px;
    height: 60px;
}

.home_banner.carousel-control {
    width: 5%;
}

.home_banner.glyphicon-chevron-right:before {
    content: "\e258";
}

.home_banner.glyphicon-chevron-left:before {
    content: "\e257";
}

.home_banner {
    background: url(../img/Slider-2.jpg) no-repeat;
    /*padding: 200px 0;*/
    /*
    min-height: 100vh;*/
    background-size: cover;
    background-position: center center;
}

.banner_content h1 {
    font-size: 51px;
    line-height: 60px;
    color: #fff;
    margin: 0 0 30px;
}

.banner_content p {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0 0 30px;
}

.default_btn a {
    background-color: #42b8d4;
    padding: 7px 45px;
    text-transform: uppercase;
    line-height: 2.5;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
}

.default_btn a:after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    display: inline-block;
    position: absolute;
    right: -50px;
    line-height: 2.5;
}

.default_btn a:hover:after {
    right: 10px;
    -webkit-transition: right .3s .2s;
    -moz-transition: right .3s .2s;
    -ms-transition: right .3s .2s;
    -o-transition: right .3s .2s;
    transition: right .3s .2s;
}


/*---------------------home_CallToAction--------------------*/

.home_CallToAction ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.home_CallToAction ul li {
    text-align: center;
    width: 33.33%;
    list-style-type: none;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.home_CallToAction ul li a {
    color: #fff;
    display: block;
    padding: 20px 0;
}

.home_CallToAction ul li:nth-child(1) {
    background: #3494aa;
}

.home_CallToAction ul li:nth-child(2) {
    background: #2e8497;
}

.home_CallToAction ul li:nth-child(3) {
    background: #297284;
}

.home_CallToAction ul li:hover {
    background: #68c6dd;
    transition: 0.3s ease-in-out;
}

.home_CallToAction p {
    text-transform: uppercase;
    opacity: .6;
    display: block;
    font-size: 12px;
    margin: 0;
}

.home_CallToAction h4 {
    font-size: 30px;
    display: block;
    font-weight: 700;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}


/*---------------------Middle-Contain--------------------*/

.home_about {
    padding: 60px 0;
    background: #f7f7f7;
}

.home_about h2 {
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 36px;
    margin: 0;
}

.home_about h2:before {
    position: absolute;
    width: 40px;
    height: 3px;
    content: " ";
    left: 15px;
    bottom: -18px;
    background: #3494aa;
}

.home_about h2:after {
    position: absolute;
    width: 3px;
    height: 3px;
    content: " ";
    left: 45px;
    bottom: -18px;
    z-index: 9999;
    background: #fff;
}

.home_about p {
    color: #898989;
    font-size: 16px;
    margin: 0 0;
}

.home_about .owl-carousel {
    margin: 100px 0 0;
}

.home_about .owl-carousel .item {
    border: 0;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    background: #fff;
}

.home_about .owl-carousel .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.home_about h3 {
    font-size: 16px;
    padding: 20px 30px 10px 30px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin: 0;
}

.home_about h3 a {
    color: #333;
}

.home_about .owl-carousel p {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 0 20px;
}

.goal-amount {
    color: #42b8d4;
}

.home_about .owl-carousel .default_btn a {
    position: relative;
    bottom: 0;
    z-index: 2;
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.home_about .owl-carousel .item:hover a {
    bottom: -30px;
    opacity: 1;
    -webkit-transition: bottom .3s .2s, opacity .5s .2s;
    -moz-transition: bottom .3s .2s, opacity .5s .2s;
    -ms-transition: bottom .3s .2s, opacity .5s .2s;
    -o-transition: bottom .3s .2s, opacity .5s .2s;
    transition: bottom .3s .2s, opacity .5s .2s;
}

.owl-nav {
    width: 100%;
}

.owl-carousel .owl-nav button {
    color: #ccc;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 5px;
    padding: 9px 15px;
    font-size: 12px;
    background: rgba(0, 0, 0, .8) !important;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 11;
    display: none;
    width: 30px;
    height: 30px;
}

.owl-carousel:hover button {
    display: block;
}

button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

button.owl-next span {
    content: '\f053';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
}

button.owl-prev span {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
}

.owl-dots {
    display: none;
}


/*---------------------home_successful---------------------*/

.home_successful ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.home_successful ul li {
    text-align: center;
    width: 25.33%;
    list-style-type: none;
    color: #333;
    transition: 0.3s ease-in-out;
    border-right: 1px solid #e6e6e6;
    padding: 40px 20px;
}

.home_successful ul li p {
    text-transform: uppercase;
    color: rgba(0, 0, 0, .3);
    display: block;
    font-size: 12px;
    margin: 0;
}

.home_successful ul li h4 {
    font-size: 30px;
    color: #333;
    display: block;
    margin: 0;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}


/*---------------------home_UpcomingEvents---------------------*/

.events-compact-list {
    padding: 0;
    margin: 0;
}

.event-list-item {
    padding: 12px 0 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid #E6E6E6;
    list-style-type: none;
}

.event-date {
    font-family: Dosis;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    background: #42b8d4;
    float: left;
    padding: 10px;
}

.event-date .date {
    font-size: 34px;
    line-height: 34px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 8px;
    margin-bottom: 8px;
    color: #fff;
}

.event-date .month {
    letter-spacing: 1px;
    color: #fff;
}

.event-date .month,
.event-date .year {
    text-transform: uppercase;
    display: block;
    line-height: 16px;
    color: #fff;
}

.events-compact-list .event-list-cont {
    padding-right: 20px;
}

.event-list-cont {
    padding-left: 80px;
}

section.upcoming_events_wr {
    margin: 30px 0;
}

.meta-data {
    color: #aaa;
    font-size: 12px;
    line-height: 16px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}

.event-list-item.col-md-6 {
    margin-right: 10px;
    width: 48%;
    float: left;
}

.event-list-item h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 5px;
    text-transform: none;
    margin-bottom: 10px;
    letter-spacing: 0;
    color: #333;
}

.event-list-item h4 a {
    color: #333;
}

.event-list-item p.post-content {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gallery-updates-overlay {
    position: absolute;
    left: -138px;
    width: 275px;
    top: 50%;
    height: 27px;
    line-height: 25px;
    text-align: center;
    transform: rotate(-90deg);
    background: #fff;
    border-radius: 19px;
    color: #333;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gallery-updates-overlay i {
    position: relative;
    top: 1px;
}

.events_img ul {
    padding: 50px 40px;
    margin: 0;
    column-count: 2;
    column-gap: 0;
}

.events_img ul li {
    list-style-type: none;
}

.home_UpcomingEvents .col-md-6:nth-child(2) {
    position: absolute;
    width: 50%;
    right: 0;
    background: #8564bb;
}

.events_img img {
    width: 100%;
}

.home_UpcomingEvents h2 {
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 36px;
    margin: 0 0 60px;
    position: relative;
}

.home_UpcomingEvents h2:before {
    position: absolute;
    width: 40px;
    height: 3px;
    content: " ";
    left: 0px;
    bottom: -18px;
    background: #3494aa;
}

.home_UpcomingEvents h2:after {
    position: absolute;
    width: 3px;
    height: 3px;
    content: " ";
    left: 32px;
    bottom: -18px;
    z-index: 9999;
    background: #fff;
}

.event_list {
    padding: 60px 0;
}


/* Walk The Talk */

section.walk_to_talk_wr.text-center {
    background-color: #8A2BE2;
    padding: 60px 0;
}

.covid-warning {
    padding: 10px !important;
    background: red;
    color: #fff;
}

.covid-warning p {
    font-size: 20px;
    transition: all 2s;
}

.walk_the_talk_pic {
    margin-bottom: 25px;
}

.bottom-img {
    margin-top: 30px;
}

section.images-wrapper {
    padding: 60px 0;
}

.images-wr-content {
    font-size: 20px;
    line-height: 35px;
    color: #898989;
    margin-bottom: 40px;
}

.image_boxes {
    margin-bottom: 25px;
}

.image_boxes img {
    max-width: 100%;
    width: 100%;
}

.image_boxes-wr {
    margin-bottom: 30px;
    text-align: center;
}

.map-sec>.map-sec {
    margin-top: 30px;
}

.page-id-21688 .contact-sec .map-sec {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: visible;
    height: auto;
    padding: 0;
}

input.wpcf7-form-control.wpcf7-submit.submit-s {
    width: 100%;
    background-color: #42B8D4;
    color: #fff;
    font-size: 24px;
    line-height: 0;
    border: none;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid red;
    font-size: 0;
}


/*------------------------Talk to events--------------*/

.about-above-events {
    padding: 60px 0;
    color: #898989;
    font-size: 16px;
    margin: 0 0;
}

.Fundraising-Tips {
    padding: 60px 0 0;
    color: #898989;
    font-size: 16px;
    margin: 0 0;
}

.page-id-21626 .accordial-sec {
    padding: 60px 0 50px;
}


/* Donatte Page */

section.donate-iconbox-wr,
.description-sec {
    padding: 25px 0;
}

section.donate-iconbox-wr h2 {
    margin: 25px 0 50px;
}

.donate-icon-box {
    padding: 50px 20px;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 30px;
    min-height: 400px;
}

.icon-box {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-color: #8564bb;
    border-radius: 50%;
}

h4.icon-box-title {
    line-height: 25px;
    margin: 20px 0;
}

.icon-box i {
    font-size: 38px;
    line-height: 90px;
    color: #fff;
}

a.read-more-btn {
    color: #8564bb;
    font-size: 16px;
    line-height: 30px;
}

.more {
    display: none;
}

section.double_box_section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.double_box_img {
    font-size: 55px;
    line-height: 70px;
    color: #fff;
}

h3.double_box_title {
    font-size: 24px;
    line-height: 34px;
    color: #42b8d4;
}

.double_box_content {
    color: #fff;
}

a.btn.double_box_btn {
    margin-top: 25px;
}

section.content-bg-section {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

section.content-bg-section h3 {
    font-size: 24px;
    color: #42b8d4;
    line-height: 34px;
}

section.content-bg-section p {
    font-size: 16px;
    color: #fff;
}

section.description-sec h3 {
    margin: 25px 0;
}

h3.heading-bg {
    width: 70%;
    margin: 30px auto !important;
    text-align: center;
    padding: 40px 0;
    font-size: 30px;
    line-height: 40px;
    background-image: url(https://karmasnackdev.com/epilepsyfl-new/wp-content/uploads/2020/03/brush-saturn-e7eeca5e47f64a555afa359a241192d2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #fff;
}

.mtb-4 {
    margin: 40px 0;
}


/* President Page */

.president-sec {
    text-align: center;
    font-size: 23px;
    line-height: 35px;
}

.mt-3 {
    margin-top: 20px;
}

section.accordial-sec ul li {
    font-size: 16px;
    line-height: 28px;
    list-style: none;
}

span.block_icons {
    margin-right: 15px;
    font-size: 30px;
    color: #8564bb;
}


/* Contact Page */

section.contact_info_wr {
    margin: 50px 0;
}

.contact_icon {
    font-size: 30px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: #8564BE;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.contact_icon a {
    color: #fff;
}

.contact_info_desc {
    font-size: 16px;
    line-height: 40px;
    margin: 15px 0 20px;
}

.block_text {
    min-height: 180px;
}

.contact_info_desc a,
.block_text a {
    color: #b24bf3;
}

.home_about h3 {
    min-height: 80px;
}

.home_about .owl-carousel .slider-content {
    overflow: hidden;
    height: 70px;
    margin-top: 30px;
}

.home_about .owl-carousel .default_btn {
    margin-top: 20px;
}


/*---------------------home_PlannedGiving---------------------*/

.home_PlannedGiving {
    background: url(../img/parallax5.jpg) no-repeat;
    padding: 50px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 999;
}

.PlannedGiving_box {
    background: #fff;
    padding: 70px 40px;
}

.PlannedGiving_box h2 {
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 24px;
    margin: 0 0 20px;
    position: relative;
}

.PlannedGiving_box p {
    margin: 0 0 20px;
    color: #898989;
    font-size: 16px;
}
.page-id-1948 .report-sec h2 {
    text-align: left !important;
    font-weight: 600;
    font-size: 30px;
    padding: 0;
    margin: 0;
}
.page-id-1948 .report-sec {
    background: #fff;
}

.page-id-1948 .report-sec h2:after, .report-sec h2:before{
    display: none;
}
.page-id-2029 .accordial-sec h2.heading {
    display: none;
}
.page-id-21673 .inner-banner {
    background-position: top !important;
}
.page-id-21673 .description-sec {
    text-align: center;
}
/*---------------------home_SuccessStories---------------------*/

.home_SuccessStories {
    padding: 60px 0 0;
}

.home_SuccessStories h2 {
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 36px;
    margin: 0 0 60px;
    position: relative;
    text-align: center;
}

.home_SuccessStories h2:before {
    position: absolute;
    width: 40px;
    height: 3px;
    content: " ";
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: -18px;
    background: #3494aa;
}

#SuccessStories {
    background: #f7f7f7;
    padding: 0 20px;
    margin: 0;
}

.home_SuccessStories h3 {
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 24px;
    margin: 0 0 20px;
    position: relative;
}

.home_SuccessStories p {
    margin: 0 0 20px;
    color: #898989;
    font-size: 16px;
}

.stories_txt {
    padding: 100px 40px 0;
}


/*---------------------home_Partners---------------------*/

.home_Partners {
    padding: 40px 0;
}

.home_Partners h5 {
    color: #333;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 22px;
    margin: 0;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}


/*---------------------home_beautifulThing---------------------*/

.home_beautifulThing {
    background: url(../img/parallax6.jpg) no-repeat;
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 999;
}

.home_beautifulThing h2 {
    color: #fff;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 36px;
    margin: 0;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.home_beautifulThing .default_btn {
    text-align: center;
    margin-top: 30px;
}

.success-content {
    text-align: center;
}

.success-content img {
    width: 100%;
}


/*---------------------home_LatestNews---------------------*/

.home_LatestNews {
    padding: 60px 0;
}

.home_LatestNews h2 {
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 36px;
    margin: 0 0 60px;
    position: relative;
}

.home_LatestNews h2:before {
    position: absolute;
    width: 40px;
    height: 3px;
    content: " ";
    left: 0px;
    bottom: -18px;
    background: #3494aa;
}

.home_LatestNews h2:after {
    position: absolute;
    width: 3px;
    height: 3px;
    content: " ";
    left: 32px;
    bottom: -18px;
    z-index: 9999;
    background: #fff;
}

.home_LatestNews p {
    margin: 0 0 20px;
    color: #898989;
    font-size: 16px;
}

#blog_slider ul {
    padding: 0;
    margin: 0;
}

.grid-item-inner {
    border: 1px solid #E6E6E6;
    background: #000;
}

.home_LatestNews .owl-carousel .grid-item-inner img {
    opacity: .5;
}

.owl-carousel .blog-grid-item .grid-item-content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: auto!important;
    border-top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.owl-carousel .blog-grid-item h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 5px;
    text-transform: none;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.owl-carousel .blog-grid-item h3 a {
    color: #fff;
}

.owl-carousel .blog-grid-item .meta-data {
    margin: 10px 0 0;
    color: #eee;
    opacity: .8;
}


/*---------------------home_LetsStart---------------------*/

.home_LetsStart {
    background: #42b8d4;
    color: #fff;
    padding: 30px 0;
}

.home_LetsStart h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0px;
}

.volunteer_btn a {
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

.volunteer_btn a:hover {
    color: #333;
    background: #fff;
    transition: 0.3s ease-in-out;
}


/*---------------------Footer---------------------*/

footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-image: url(../img/parallax3.jpg);
    color: #fff;
}

footer h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 20px;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style-type: none;
    text-transform: capitalize;
    line-height: 40px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.28);
}

footer ul li:last-child {
    border-bottom: none;
}

footer ul li a {
    color: #999;
}

footer ul li a:hover {
    color: #fff;
}

footer img {
    margin: 0 0 20px;
}

footer p {
    color: #999;
}

footer p span {
    color: #fff;
}

.CopyRight {
    background: #222222;
    padding: 20px 0;
    color: #999;
}

.CopyRight p {
    margin: 0;
}

.CopyRight ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.CopyRight ul li {
    display: inline-block;
    list-style-type: none;
    padding-right: 15px;
    margin-right: 5px;
    position: relative;
}

.CopyRight ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.CopyRight ul li:after {
    content: '/';
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}

.CopyRight ul li:last-child:after {
    content: '';
}

.CopyRight ul li a {
    color: #999;
}

.CopyRight ul li a:hover {
    color: #fff;
}


/*-----------------------------inner page tamplate-------------------*/

section.youtube-video-sec {
    padding: 30px 0 50px;
    background: #f7f7f7;
    margin-bottom: 40px;
}

.youtube-video-sec h3 {
    margin-bottom: 20px;
}

.description-sec {
    font-size: 15px;
}


/*-----------------------mission----------------------*/

.mission .contact-form .heading {
    margin-left: 15px;
}

.mission .about-text strong {
    color: #333;
    font-size: 20px;
}

.mission .contact-form {
    padding: 30px 0;
    padding-right: 0;
}

.mission .contact-form .comment textarea {
    height: 130px;
}

.mission .contact-form .default_btn {}

.contact-form .default_btn .btn.btn-default {
    background-color: #42b8d4;
    padding: 7px 45px;
    text-transform: uppercase;
    line-height: 2.5;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    border-radius: 0 !important;
    border: none;
    transition: all 0.3s;
}

.contact-form .default_btn .btn.btn-default:hover {
    background: #333;
    transition: all 0.3s;
}


/*.contact-form .default_btn:after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    display: inline-block;
    position: absolute;
    right: -50px;
    line-height: 2.5;
}
.contact-form .default_btn:hover:after {
    right: 10px;
    -webkit-transition: right .3s .2s;
    -moz-transition: right .3s .2s;
    -ms-transition: right .3s .2s;
    -o-transition: right .3s .2s;
    transition: right .3s .2s;
}
*/

.mission .support-group {
    background: #f7f7f7;
    padding: 60px 0 40px;
}

.mission .three-block {
    margin: 0;
}

.mission .home_Partners h5 {
    font-size: 28px;
}


/*----------------------our team----------------*/

.our-team .team-single {
    margin: 20px 0;
}

.our-team .team-single h3 a {
    color: #42b8d4;
}

.our-team section.team-single::first-child {
    padding: 70px 0 0;
}

.our-team .team-single .text a {
    color: #42b8d4;
    text-transform: uppercase;
    font-weight: bold;
}

.our-team .accordial-sec {
    background: #f7f7f7;
    padding: 60px 0 40px !important;
}

.our-team .accordial-sec ul {
    padding: 0;
    margin: 0;
}

.our-team .accordial-sec .office_boxes hr {
    display: none;
}

.our-team .accordial-sec li {
    border-bottom: 1px solid #ececec;
    line-height: 40px;
}

.our-team .accordial-sec li strong {
    color: #b95bf3;
}

.single-team .team-single {
    padding: 70px 0 50px;
    border-bottom: 1px solid #eee;
}

.single-team .team-single .text {
    padding: 0;
}

.page-id-1989 section.about-text {
    padding-bottom: 0px;
}

.page-id-1989 section.description-sec {
    padding-top: 0;
}


/*-------------------------------blog-------------------*/

.blog .page_cat .blog_box {
    min-height: 480px;
}

.blog .page_cat .blog_box .item_img {
    height: 220px;
    display: flex;
}

.blog .page_cat .blog_box .item_img img {
    object-fit: cover;
}

.wp-paginate {
    padding: 0;
}

.wp-paginate li {
    float: left;
    min-width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    line-height: 25px;
    list-style: none;
}

.wp-paginate li .current {
    color: #000;
    font-weight: bold;
}


/*---------------------advocacy-----------------------*/

.advocacy .support-group {
    background: #f7f7f7;
    padding: 70px 0 40px;
}

.advocacy .three-block {
    margin: 0;
}

.advocacy .about-text h3 {
    color: #333;
    margin: 0 0 20px;
}

.advocacy .about-text {
    font-size: 16px;
    line-height: 25px;
}

.advocacy .block-content {
    height: 100%;
    overflow: auto;
    max-height: 594px;
}

.contact-us .form-section {
    border-bottom: 1px solid #ddd;
}


/*-----------------------------inner page tamplate-------------------*/


/*------------------------help application--------------------*/

.help-application .about-text {
    border-bottom: 1px solid #ddd;
}

.help-application .default_btn {
    margin: 30px 0;
}


/*------------------------donate---------------------------*/

.donate .about-text {
    border-bottom: 1px solid #ddd;
}

.donate #bbox-root {
    max-width: 650px;
    margin: 0 auto;
    border: 1px solid #ddd;
    box-shadow: 0 0 6px 3px #eee;
    padding: 20px;
}

.donate .BBFormSectionHeading {
    background: #8564bb;
    color: #fff;
}

.donate input,
.donate textarea,
.donate select {
    border: 1px solid #999 !important;
    border-radius: 0 !important;
}

.donate .BBDFormSectionComments .BBFormTextArea {
    margin: 0 !important;
}

#bboxdonation_comment_lblComments {
    margin: 0 0 10px;
}

#AboutSlider .owl-stage .item {
    margin: 0px !important;
}

.webinar .about-text {
    border-bottom: 1px solid #ddd;
}

.webinar .accordial-sec {
    padding: 60px 0 50px !important;
    background: #f7f7f7;
}

.webinar .accordial-sec .office_boxes {
    margin: 0 0 30px;
}

.webinar .accordial-sec .office_boxes h3 {
    margin: 0 0 10px;
}

.webinar .accordial-sec .office_boxes h3+p {
    height: 50px;
}


/*--------------------FAQ-------------------*/

.faq ul {
    padding: 0;
}

.faq ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.faq ul li a {
    color: #42b8d4;
}


/*--------------------digital resources------------*/

.apply-for-help .single_img,
.programs .single_img,
.resources .single_img,
.epilepsy-101 .description-sec,
.job-opening .description-sec,
.contact-us .contact_info_wr {
    margin: 0;
    padding: 60px 0 40px;
    border-bottom: 1px solid #ddd;
}


/*----------------------------Search----------------*/

.search .col-md-4 {
    width: 100%;
}

.not-found {
    text-align: center;
    padding: 30px 0;
}

.search .item_img {
    display: none;
}

.search article {
    padding: 15px 0 15px;
    background: none;
    border-bottom: 1px solid #a07fb53d;
}

.search .rd-btn a {
    background-color: #42b8d4;
    padding: 7px 45px;
    text-transform: uppercase;
    line-height: 2.5;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    transition: all .08;
}

.search .rd-btn a:hover {
    background-color: #ffffff;
    color: #42b8d4;
    border: 2px solid #42b8d4;
    transition: all .08;
}

.page-id-27342 .description-sec img {
    float: right;
    width: 340px;
    margin-left: 20px;
}
.page-id-27307 .contact-form img {
    width: 100% !important;
    height: auto !important;
}
.page-id-27307 h2.heading{
    display: none;
}

.page-id-27307 section.contact-sec {
    padding-bottom: 70px;
}
/*---------------------succes count homepage-------------------*/

section.succes-count-homepage {
    border: 1px solid #e6e6e6;
}

.succes-count-homepage .col-md-3 .counter {
    border-right: 1px solid #e6e6e6;
    padding: 30px 0;
}

.succes-count-homepage .col-md-3:last-child .counter {
    border-right: none;
}


/*----------------------videos-------------------*/

.videos .accordial-sec {
    padding: 70px 0 60px !important;
    border-bottom: 1px solid #ddd;
}

.videos .accordial-sec:nth-child(2n+2) {
    background: #f7f7f7;
}

.videos .accordial-sec .video-grid {
    margin: 0 0 20px;
}


/*--------------------EFL NEWS FEATURES-----------------------------*/

.efl-news-features .Blog-section {
    padding: 60px 0 40px;
}

.media-contacts .team-single {
    padding: 60px 0 40px !important;
    border-bottom: 1px solid #ddd;
}

.media-contacts .office_sec {
    background: #f7f7f7;
    padding: 60px 0 40px !important;
    margin: 0;
}

.digital-resources .content {
    max-width: 400px;
    margin: 0 auto 30px;
}


/*--------------------------Epilepsy and Seizures------------------*/

.types-of-seizures-epilepsy-disorder .about-text,
.managing-epilepsy .about-text {
    border-bottom: 1px solid #ddd;
}

.types-of-seizures-epilepsy-disorder .about-text li b {
    color: #333;
}

.managing-epilepsy .about-text {
    text-align: left;
}

.managing-epilepsy .about-text ul {
    margin: 0 0 20px;
}

.managing-epilepsy .about-text .heading:after {
    right: auto;
    left: 0;
}


/*----------------------------Search----------------*/

.gallery_box img {
    height: 300px;
    object-fit: cover;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: none !important;
}

.faces-of-epilepsy .accordial-sec {
    padding: 60px 0 40px !important;
    background: #f7f7f7;
}

.faces-of-epilepsy .Blog-section-2 {
    padding: 60px 0 40px !important;
    border-bottom: 1px solid #ddd;
}

.faces-of-epilepsy .Blog-section-2 .cat_desc {
    min-height: 220px;
}

.kids-corner .description-sec {
    padding: 0px 0 40px !important;
}

.kids-corner .Blog-section {
    padding: 60px 0 40px !important;
    background: #f7f7f7;
}
.single-blog .default_btn a {
    color: #ffffff;
    padding: 7px 30px;
}
.footer_call a {
    color: #939393;
    font-size: 16px;
}

.icon-box-content p {
    margin-bottom: 0;
}
.social-links br {
    display: none;
}
.social-links a {
    font-size: 40px;
    margin-left: 20px;
    color: #fff;
}
/*------------------------------media------------------------------------*/

@media (min-width:992px) and (max-width: 1200px) {
    #cssmenu>ul>li:first-child {
        margin-left: 10px !important;
    }
    #cssmenu>ul>li {
        margin-right: 10px !important;
    }
    #cssmenu>ul>li a {
        font-size: 13px !important;
    }
    #cssmenu ul li.call a {
        font-size: 15px !important;
    }
    .financial-information .report-sec .default_btn a {
        width: 100%;
        display: block;
        padding: 7px 15px;
    }
    .home_SuccessStories .stories_txt {
        padding: 40px 30px 0 0px;
    }
    .home_PlannedGiving .default_btn a {
        width: 100%;
        padding: 7px 30px;
        text-align: center;
    }
    .succes-count .count-text {
        font-size: 15px;
    }
    .home_LetsStart .volunteer_btn a {
        padding: 12px 20px;
    }
    .home_LetsStart .volunteer_btn a {
        padding: 12px 20px;
    }
    .digital-resources .report-sec .content h4 {
        font-size: 16px;
    }
    .digital-resources .report-sec .default_btn a {
        width: 100%;
        display: block;
        padding: 7px 20px;
    }
    .webinar .accordial-sec .office_boxes h3 {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .hero-area .page-banner-text {
        width: auto !important;
    }
    .home_Partners {
        padding: 40px 0 0;
    }
    .succes-count .counter {
        margin-bottom: 30px;
    }
    .home_SuccessStories .stories_txt {
        padding: 40px 0px;
    }
    .home_UpcomingEvents .events_img li img {
        width: 100%;
    }
    .owl-carousel .item {
        margin-left: 0px !important;
    }
    .support-group .block-content {
        min-height: auto;
    }
    .board-of-directors .team .img-box {
        height: 300px;
    }
    .block_text {
        margin: 0 0 20px;
    }
    .contact_maps {
        margin: 0 0 40px !important;
    }
    .program_box {
        min-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .blog .page_cat .blog_box .item_img {
        height: 330px;
        display: flex;
    }
    .blog .page_cat article {
        border: 1px solid #e6e6e6;
        margin-bottom: 30px;
        max-width: 500px;
        margin: 0 auto 30px;
    }
    .donate-icon-box {
        min-height: auto;
    }
    .digital-resources .content {
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .digital-resources .content .img-box {
        height: 100% !important;
    }
    .digital-resources .content .img-box img {
        object-fit: cover;
        width: 100%;
    }
    .faq .report-sec .content {
        width: 500px;
        margin: 0 auto 30px;
    }
    .media-contacts .program_box {
        display: block;
        padding: 10px;
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .events-row .row {
        margin: 0;
    }
    element.style {}
    .form-section h2 {
        text-align: center;
    }
    .heading {
        line-height: 25px;
        font-size: 25px;
    }
    .board-of-directors .content-box {
        margin: 0 auto 30px !important;
        max-width: 300px;
    }
    .board-of-directors .content-box img {
        width: 100%;
        height: 100%;
    }
    .report-sec {
        padding: 60px 0 40px;
    }
    .Features {
        padding: 60px 0 40px;
    }
    .donate .double_box_section .default_btn {
        margin: 0 0 30px;
    }
    .succes-count-homepage .col-md-3 .counter {
        border-right: none;
    }
    
}

@media (max-width: 600px) {
    .default_btn a {
        display: block;
        text-align: center;
        padding: 7px 10px !important;
    }
    .home_banner {
        padding: 140px 0 40px !important;
    }
    .home_about {
        text-align: center;
    }
    .home_about .owl-carousel {
        margin: 50px 0 0;
    }
    .home_UpcomingEvents .gallery-updates-overlay {
        top: -45px !important;
    }
   .home_UpcomingEvents .events_img ul {
    padding: 20px !important;
    column-count: 1;
    column-gap: 10px;
}
div#AboutSlider img {
    min-height: 213px;
    object-fit: cover;
    max-width: 90%;
    padding-top: 20px;
}
    .events_img ul li {
        margin: 0 0 20px;
    }
    .PlannedGiving_box {
        padding: 60px 40px;
        text-align: center;
    }
    .home_SuccessStories .stories_txt {
        padding: 40px 0px;
        text-align: center;
    }
    .home_Partners,
    .home_LatestNews {
        text-align: center;
    }
    .home_Partners #Partners_logo {
        margin: 0;
    }
    .home_LatestNews .owl-carousel {
        margin: 0;
        text-align: center;
    }
    .home_LatestNews h2:before {
        margin: 0 auto;
        right: 0;
    }
    p.count-text {
        text-transform: uppercase;
        font-weight: 500;
    }
    footer {
        text-align: center;
    }
    .owl-carousel .owl-item img {
        max-width: 200px;
        margin: 0 auto;
    }
    .home_Partners {
        padding: 40px 0 0 !important;
    }
    .financial_info {
        text-align: center;
    }
    .finacial_table a {
        margin: 15px 0;
    }
    .donate #bbox-root {
        padding: 0;
    }
    #mongo-form .BBFormRadioItem .BBFormRadioLabel {
        font-size: 16px;
        width: 30px;
        min-width: 60px;
    }
    .videos .accordial-sec .video-grid iframe {
        height: auto;
    }
    .home_UpcomingEvents .col-md-6:nth-child(2) {
    position: relative;
    width: 100%;
    right: 0;
    background: #42b8d4;
}
.CopyRight ul {
    text-align: center !important;
}
.CopyRight p {
    text-align: center;
}
}

@media (max-width: 500px) {
    .home_CallToAction ul {
        display: block;
    }
    .home_CallToAction ul li {
        width: 100%;
    }
    .home_about h2,
    .home_UpcomingEvents h2,
    .home_LatestNews h2,
    .home_SuccessStories h2,
    h2.heading {
        font-size: 25px !important;
        margin: 0 0 30px !important;
        line-height: 40px !important;
    }
    .about-text {
        text-align: center;
    }
    .about-text h2.heading:after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .page-banner-text {
        text-align: center;
        width: 100%;
        left: 0;
        right: 0;
    }
    .webinar .accordial-sec .office_boxes iframe {
        height: auto;
    }
}

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


/* 21-02-2020 responsive css start */

@media screen and (max-width:767px) {
    .home_successful ul {
        display: flex;
        flex-wrap: wrap;
    }
    .home_successful ul li {
        width: 50%;
    }
    .home_about h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .home_about h2:before {
        display: none;
    }
    .home_about .owl-carousel {
        margin: 40px 0 0;
    }
    .home_about {
        padding: 40px 0;
    }
    .home_UpcomingEvents h2,
    .home_SuccessStories h2,
    .home_LatestNews h2 {
        font-size: 30px;
        margin: 0 0 40px 0;
    }
    .home_beautifulThing h2 {
        font-size: 30px !important;
    }
    .volunteer_btn {
        text-align: center;
    }
    .home .banner_content {
        text-align: center;
    }
    .home .banner_content h1 {
        font-size: 35px;
        line-height: 40px;
        color: #fff;
        margin: 0 0 10px;
    }
    .banner_content h1 {
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        margin: 0 0 10px;
    }
    .home_UpcomingEvents .gallery-updates-overlay {
        left: 0px;
        top: 38px;
        transform: rotate(0deg);
        right: 0;
        margin: 0 auto;
    }
    .home_CallToAction h4 {
        font-size: 20px !important;
        margin-top: 10px !important;
    }
    .home_LetsStart h2 {
        text-align: center;
        line-height: normal;
    }
    #AboutSlider .owl-stage .item {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 649px) {
    .event-list-item.col-md-6 {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width:480px) {
    .home_CallToAction ul {
        display: flex;
        flex-wrap: wrap;
    }
    .home_CallToAction ul li {
        width: 100%;
    }
    .home_successful ul li h4 {
        font-size: 22px;
    }
}


/* 21-02-2020 responsive css start */

/*-----------------------------------Board Documents----------------------*/
 
.board-portal {
    padding: 3rem 0 0;
}
.documents-section {
    padding: 0 0 5rem;
}
.h1-board-portal {
    font-weight: 700;
}
.documents-section h2 {
    font-size: 2.25rem;
    font-weight: 500;
}
.documents-section a {
    font-size: 1.75rem;
    font-weight: 400;
    padding: 8px 4px;
    min-height: 40px;
    display: flex;
}
.documents-section a img {
    margin-right: 12px;
}