/* reset file */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}


/* reset file */


/***********NAV CSS***************/

.nav-menu {
    padding-top: 65px;
    border-right: 1px solid #ccc;
    height: 100%;
    position: fixed;
    top: 0;
    width: 17%;
}

.nav-menu li {
    padding-left: 40px;
}

.logo {
    padding-left: 40px;
    padding-bottom: 10px;
}

.nav-menu .header li {
    padding: 25px 0 25px 40px;
    border-bottom: 1px solid #CCCCCC;
}

.nav-menu .header li a,
.footer-nav li a {
    font-size: 16px;
    color: #989898;
    font-weight: 400;
}

.nav-menu .header li .active,
.footer-nav li .active {
    color: #CF5C36;
    font-weight: bold;
}

.nav-menu .footer-nav,
.nav-menu .social-icons {
    padding-top: 20px;
}

.social-icons img {
    width: 25px;
    height: 25px;
}

.nav-menu .footer-nav li {
    padding-bottom: 20px;
}

.nav-menu .footer-nav li:last-child {
    padding-bottom: 0;
}

.nav-menu p {
    padding: 20px 0px 0 30px;
    font-size: 12px;
}


/*******************TOP BANNER SECTION**********************/

.top-banner-section {
    padding: 65px 25px 70px 30px;
}

.top-banner-section h1 {
    font-size: 16px;
    padding: 15px 0;
    font-weight: bold;
}

.top-banner-section button {
    background-color: #000;
    color: #CF5C36;
    border: none;
    border-radius: 5px;
    transition: 0.5s;
}

.top-banner-section button:hover {
    transform: translateY(-6px);
    box-shadow: 3px 1px 7px 1px #9e9e9e;
}

.top-banner-section button a {
    color: #fff;
    padding: 0 70px;
}

.top-banner-section button:focus {
    outline: none;
}

.top-banner {
    margin-top: 10px;
    position: relative;
}

.top-banner img {
    object-fit: cover;
    width: 100%;
    height: 700px;
}

.top-banner h2 {
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.top-banner .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000;
    bottom: 0;
    opacity: 0.3;
}


/*******************ABOUT SECTION**********************/

.home-about-us-section p {
    width: 60%;
}

.about-us-section {
    padding: 0px 25px 70px 30px;
}

.about-us-section h1 {
    font-size: 30px;
    font-weight: 200;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.about-us-section h2,
.about-us-section h3 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.about-us-section p {
    color: #7c7c7c;
    line-height: 1.5;
    font-size: 16px;
}

.about-us-section button .text {
    margin-top: 5px;
}

.text a {
    color: #CF5C36;
}

.about-us-section button {
    color: #CF5C36;
    margin-top: 40px;
    border: none;
    background: #fff;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    justify-content: center;
    justify-content: space-between;
    width: 20%;
}

.about-us-section button:focus {
    outline: none;
}


/*****************INFOGRAPHICS COUNTER**********************/

.infographics-counter {
    padding-bottom: 70px;
}

.infographics-counter .info {
    position: relative;
}

.infographics-counter h1 {
    font-size: 30px;
    font-weight: 200;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.infographics-counter h2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.infographics-counter p {
    color: #7c7c7c;
    line-height: 1.5;
    font-size: 16px;
}


/*******************MISSION SECTION**********************/

.mission-section {
    position: relative;
    height: 400px;
    margin: 0px 25px 70px 30px;
    overflow: hidden;
}

.mission-section h1 {
    text-align: center;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}

.mission-section .overlay {
    height: 400px;
    width: 100%;
    position: absolute;
    background: #000;
    bottom: 0;
    opacity: 0.6;
}

.mission-section p {
    color: #fff;
    text-align: center;
    padding: 0 120px;
    line-height: 1.5;
    font-size: 16px;
}

.mission-section img {
    width: 100%;
    height: 100%;
}

.mission-section .mission-content {
    position: absolute;
    top: 0;
    padding: 100px 0;
}


/*******************FOUNDER SECTION**********************/

.founder-section {
    padding: 0px 25px 40px 30px;
}

.founder-section h1 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.founder-section p {
    line-height: 1.5;
    color: #7C7C7C;
    font-size: 16px;
    padding-bottom: 20px;
}

.founder-section img {
    margin-top: 30px;
}


/*******************FEATURE SECTION*****************/

.featured-section {
    padding: 10px 25px 70px 30px;
}

.feature {
    position: relative;
    height: 100%;
}

.feature .donate-btn {
    position: absolute;
    bottom: 0;
}

.featured-section h1 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.feature-image img {
    object-fit: cover;
    width: 500px;
    height: 240px;
}

.featured-section p {
    line-height: 1.5;
    color: #7C7C7C;
    font-size: 16px;
    margin-bottom: 50px;
}

.featured-section h2 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 80px;
}

.feature-dummy-img {
    width: 500px;
    height: 240px;
    background-color: antiquewhite;
}


/***************COMMON-BUTTON******************/

.donate-btn {
    color: #CF5C36;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    border: 1px solid #CF5C36;
    padding: 15px 20px 15px 30px;
    opacity: 0.6;
    display: flex;
    width: 60%;
    justify-content: space-between;
    align-items: center;
}

.donate-btn a {
    color: #CF5C36;
    padding-right: 100px;
}

.donate-btn:focus {
    outline: none;
    border: 1px solid #CF5C36;
}

hr {
    margin: 0;
}

.send-btn {
    width: 50%;
}


/***************MOMENTS-SECTION******************/

.moments-section {
    padding: 70px 25px 70px 30px;
}

.moments-section h1 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slick-slider {
    margin-top: 70px;
}

.slick-slider img {
    object-fit: cover;
    margin-right: 20px;
    height: 330px;
}

.slick-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.slick-slider .slick-dots li button {
    margin-right: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.slick-dots li button {
    background: #fff;
    color: #fff;
    border: 2px solid #e2e2e2;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background: #7c7c7c;
    color: #7c7c7c;
    width: 20px;
    height: 20px;
}


/**********OUR PARTNER SECTION***********/

.our-patners-section {
    padding: 0px 25px 70px 30px;
}

.our-patners-section h1 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.our-patners-section p {
    line-height: 1.5;
    color: #7C7C7C;
    font-size: 16px;
    padding-bottom: 30px;
}

.our-patners-section .patner-images img {
    object-fit: cover;
    width: 180px;
    height: 180px;
    margin-right: 20px;
}


/**********UPDATE SECTION***********/

.update-section {
    padding: 0px 25px 0 30px;
}

.update-section h1 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.update-section p {
    line-height: 1.5;
    color: #7C7C7C;
    font-size: 16px;
    padding-bottom: 30px;
}

.subscribe-wrapper {
    position: relative;
    height: 68px;
    overflow: hidden;
}

.subscribe-wrapper input {
    position: absolute;
    width: 70%;
    height: 100%;
    padding: 20px;
    border: 1px solid #ccc;
}

.subscribe-wrapper input:focus,
.subscribe-wrapper button:focus {
    border: 1px solid #ccc;
    outline: none;
}

.subscribe-wrapper button {
    width: 30%;
    padding: 27px 0;
    position: absolute;
    right: 0;
    color: #fff;
    background: #000;
    border: none;
    font-weight: bold;
}

.update-content {
    padding-right: 50px;
    padding-top: 133px;
}

.donation-wrapper {
    background-color: #F8F8F8;
    padding: 40px 30px;
}

.hamburger-menu {
    display: none;
}


/*****************SERVED OVER WRAPPER*************************/

.served-over-wrapper {
    padding: 30px 0px;
    box-shadow: 0 10px 30px 5px #F4F4F4;
    margin: 20px 0;
}

.served-over-wrapper h2 {
    font-size: 30px;
    font-weight: 200;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.our-story-section {
    padding: 70px 25px 70px 30px;
}

.our-story-page .top-banner-section {
    padding-bottom: 0;
}

.our-story-page .mission-section .overlay {
    opacity: 100%;
    background: #F4F4F4;
}

.our-story-page .mission-section h1,
.our-story-page .mission-section p {
    color: #434343;
}

.our-story-page .featured-section,
.our-story-page .moments-section {
    padding: 50px 25px 70px 30px;
}


/*********************Gallery Page*********************************/

.none {
    display: none;
}

.gallery-section {
    padding: 0px 25px 80px 30px;
}

.gallery-section .gallery-second-row {
    margin-top: 30px;
}

.gallery-section h1 {
    margin-bottom: 80px;
}

.load-more-btn {
    text-align: center;
    margin-top: 40px;
}

.load-more-btn button {
    background-color: #ffff;
    color: #CF5C36;
    padding: 20px 70px;
    border: 1px solid #CF5C36;
}

.load-more-btn button:focus {
    outline: none;
    border: 1px solid #CF5C36;
}

.gallery-section img {
    object-fit: cover;
    height: 450px;
    width: 100%;
}

.collapse .gallery-second-row img {
    object-fit: cover;
    height: 360px;
}


/********************Forms**********************************/

form .form-group input {
    padding: 20px 10px;
    margin-bottom: 20px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
}

textarea.form-control {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    resize: none;
    padding: 20px 0;
    margin-bottom: 20px;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.volunteer-form {
    padding-top: 0;
}

iframe {
    width: 100%;
}

.address-wrapper h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.address-wrapper p {
    margin-bottom: 30px;
}

.form-control-file:focus {
    outline: none;
    width: 50%;
}

.message-wrapper {
    padding: 0 0;
    border: 1px solid #cf5c3678;
    border-radius: 8px;
}

.message-wrapper p {
    margin: 0;
    padding: 10px 25px;
    color: #CF5C36;
}

.message-wrapper i {
    color: #CF5C36;
    padding-right: 15px;
    cursor: pointer;
}


/***********************Upload button css**********************/

#custom-button {
    background-color: #CF5C36;
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 12px;
    margin: 10px 0;
}

#custom-button:hover {
    background-color: #CF5C36;
}

#custom-button:focus {
    outline: none;
}

#custom-text {
    margin-left: 10px;
    font-family: sans-serif;
    color: #aaa;
}


/*********************Media Qureries*************************/

@media only screen and (max-width:600px) {
    h1 {
        font-size: 20px!important;
    }
    .logo {
        padding: 0 110px!important;
    }
    .top-banner-section {
        padding: 70px 0 0!important;
    }
    .top-banner h2 {
        position: absolute;
        bottom: 10px;
        font-size: 18px;
    }
    .top-banner-section button {
        padding: 15px 70px;
        border: none;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    .mission-section .mission-content {
        padding: 10px 0;
    }
    .mission-section h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .about-us-section p {
        text-align: justify;
        width: 100%;
    }
    .about-us-section button {
        width: 90%;
    }
    .mission-section p {
        padding: 0 10px;
        font-size: 15px;
    }
    .about-us-section h2,
    .about-us-section h3 {
        margin-top: 10px;
        font-size: 20px;
    }
    .founder-section p {
        text-align: justify;
    }
    .donate-btn {
        padding: 15px 30px;
        margin-bottom: 10px;
    }
    .featured-section h2 {
        margin-bottom: 20px;
    }
    .slick-slider {
        margin-top: 20px;
    }
    .slick-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        font-size: 5px;
    }
    .slick-dots li.slick-active button {
        width: 15px;
        height: 15px;
    }
    .our-patners-section .patner-images img {
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .update-content {
        padding: 10px 10px 20px;
    }
    .subscribe-wrapper button {
        width: 40%;
    }
    .our-patners-section p,
    .update-section p {
        text-align: justify;
    }
    .about-us-section,
    .founder-section,
    .featured-section,
    .moments-section,
    .our-patners-section,
    .update-section {
        padding: 10px 0px;
    }
    .gallery-section img {
        object-fit: contain;
        height: auto;
        margin-top: 15px;
    }
    .gallery-section .gallery-second-row {
        margin-top: 0px;
    }
    .slick-slider img {
        margin-right: 20px;
        height: 70px;
    }
}

@media only screen and (max-width:768px) {
    .responsive-menu {
        background: #fff;
        position: fixed;
        top: 0;
        z-index: 111;
    }
    .nav-menu {
        display: none;
    }
    .logo {
        padding: 0 280px;
    }
    .hamburger-menu {
        display: block;
    }
    #menu__toggle {
        opacity: 0;
    }
    #menu__toggle:checked~.menu__btn>span {
        transform: rotate(45deg);
    }
    #menu__toggle:checked~.menu__btn>span::before {
        top: 0;
        transform: rotate(0);
    }
    #menu__toggle:checked~.menu__btn>span::after {
        top: 0;
        transform: rotate(90deg);
    }
    #menu__toggle:checked~.menu__box {
        visibility: visible;
        left: 0;
    }
    .menu__btn {
        display: flex;
        align-items: center;
        position: absolute;
        top: 20px;
        left: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 2;
    }
    .slick-slider .slick-dots li button {
        width: 15px;
        height: 15px;
        font-size: 5px;
    }
    .slick-dots li.slick-active button {
        width: 15px;
        height: 15px;
    }
    .menu__btn>span,
    .menu__btn>span::before,
    .menu__btn>span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #616161;
        transition-duration: .25s;
    }
    .menu__btn>span::before {
        content: '';
        top: -8px;
    }
    .menu__btn>span::after {
        content: '';
        top: 8px;
    }
    .menu__box {
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #fff;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
        transition-duration: .25s;
        z-index: 1;
    }
    .menu__item {
        display: block;
        padding: 12px 24px;
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        text-decoration: none;
        transition-duration: .25s;
    }
    p.menu__item {
        font-size: 14px;
    }
    .menu__item:hover {
        background-color: #fff;
    }
    .menu__item.active {
        font-size: 18px;
        color: #CF5C36;
    }
    .nav-menu .header li a,
    .footer-nav li a {
        color: #333;
    }
    .social-icons li i {
        padding-right: 15px;
    }
    .top-banner-section {
        padding: 100px 0 0;
    }
    .top-banner img {
        height: auto;
    }
    .top-banner-section button a {
        padding: 0;
    }
    .top-banner-section,
    .about-us-section,
    .founder-section,
    .featured-section,
    .moments-section,
    .our-patners-section,
    .update-section {
        overflow: hidden;
    }
    .mission-section {
        position: relative;
        height: 370px;
        margin: 0px 0px 10px;
    }
    .volunteer-form {
        margin-top: 30px;
    }
    .feature .donate-btn {
        position: relative;
    }
    .donate-btn a {
        padding-right: 0;
    }
    .gallery-section h1 {
        margin: 0;
    }
    .served-over-wrapper p {
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {
    .our-patners-section .patner-images img {
        width: 150px;
        height: 150px;
    }
}