html {
     overflow-y: scroll;
     overflow-x: hidden;
     overflow: -moz-scrollbars-vertical;
}
body{
    color: #626c84;
}

.navbar-brand,
.sticky .entry-title::before,
.donate-btn a,
.main-navigation .menu > li > a:hover,
.main-navigation .sub-menu,
#button,
.sidebar input[type="submit"],
.comment-respond input#submit,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.woocommerce .woocommerce-ordering select,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale, .pro-button a,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wp-block-button__link,
.serv-box:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.btn-primary,
.toggle-nav.mobile-menu button,
.sidebar button[type="submit"],
.sidebar .tagcloud a:hover,
.socialmedia{
    background: #18bfc3;
}

a,.sidebar a:hover,
#colophon a:hover,
#colophon a:focus,
p.price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-message::before,
.woocommerce-info::before,
.donate-btn a:hover,
.causes-inner-box li a{
    color: #18bfc3;
}

.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote,.btn-primary{
    border-color: #18bfc3 !important;
}

a, h1, h2, h3, h4, h5, h6{
    color: #041d57;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 800;
}

.sidebar h5,
#button:active,
#button:hover,
.donate-btn a:hover,
#colophon,
.main-navigation .sub-menu > li > a:hover,
.main-navigation .sub-menu > li > a:focus{
    background: #041d57;
}

.page-template-custom-front-page .head-menu {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.head-menu .nav {
    justify-content: flex-end;
}

.page-template-custom-front-page .main-navigation .menu > li > a,.social-link i,.socialmedia p,.socialmedia i{
    color: #fff;
}

#top-slider .owl-carousel .owl-item img {
    opacity: 0.5;
}

.slider-inner-box {
    left: 30%;
    right: 30%;
}

.slider-inner-box a h2 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    text-transform: none;
}

#mission-sec {
    padding: 40px 0;
}

#mission-sec h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

.counterbox {
    background: #39bfc3;
    padding: 20px 5px;
    margin: 10px 0;
    text-align: center;
    color: #fff;
}

.counterbox h4 {
    font-size: 35px;
    color: #fff;
}

#mission-sec .donate-btn{
    text-align: right;
    margin-top: 25px;
}

.head-menu.stick_header {
    position: fixed;
    background: #041d57;
    box-shadow: 0 8px 6px -6px #e0e2db;
    border-bottom: solid 1px #e0e2db;
    z-index: 9999;
}
.head-menu.stick_header .main-navigation .menu > li > a{
    color: #fff;
}
.head-menu {
    overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 720px){
    .sidenav{
        background: #041d57;
    }
    .main-navigation .sub-menu{
        background: transparent;
    }
    .toggle-nav i,.main-navigation .menu > li > a {
        color: #fff;
    }
    .slider-inner-box {
        left: 15%;
        right: 15%;
    }
    .slider-inner-box a h2 {
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .sidenav{
        background: #041d57;
    }
    .toggle-nav.mobile-menu {
        text-align: left;
    }
    .main-navigation .sub-menu{
        background: transparent;
    }
    .toggle-nav i,.main-navigation .menu > li > a {
        color: #fff;
    }
    .slider-inner-box {
        left: 15%;
        right: 15%;
    }
    .social-link {
        margin: 0;
    }
}
