/* 
    Created on : Aug 20, 2024, 12:53:43 PM
    Author     : Vivek Dev
*/
:root{
    --theme-gold: #cb9634;
    --theme-gold-hover: #b6872f;
    --theme-red:#700D18;
}
body{
    font-family: "Raleway", sans-serif !important;
}
a{
    text-decoration: none !important;
}
h1,h2,h3,h4,h5{
    /*font-family: "Comfortaa", sans-serif;*/
}
.Logo{
    width: 95%;
    padding: .5em 0em;
}
.donate-button{
    background: var(--theme-red) !important;
    color: white;
    border: none;
    padding: .8em 2em;
    margin: 1em;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 500;
    box-shadow: 2px 2px 5px gray;
    transition: 0.5s;
}
.donate-button:hover{
    background: var(--theme-gold) !important;
    box-shadow: 5px 5px 10px gray;
}
.navbar{
    background: var(--theme-gold);
    padding: 0;
}
.nav-link{
    cursor: pointer;
    color: white !important;
    font-size: 1.05em !important;
    padding: .9em 1.2em !important;
    transition: 0.5s;
}
.nav-link:hover{
    background: var(--theme-gold-hover);
}
.nav-item .active{
    background: #b6872f !important;
}
.nav-link i{
    font-size: .7em;
}
.dropdown-menu{
    border-radius: 1px !important;
    border: none !important;
    box-shadow: 0 1px 7px silver;
    padding: 0 !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.dropdown-menu .dropdown-item{
    border-bottom: 1px solid #EEEEEE;
    padding-top: .6em;
    padding-bottom: .6em;
    color: #444 !important;
    font-size: .9em;
    transition: 0.5s;
}
.dropdown-menu .dropdown-item:hover{
    background: rgba(201, 171, 117,0.4);
}
.carousel-item{
    background: black;
}
.carousel-item img{
    height: 37em;
    object-fit: cover;
    object-position: 0% 25%;
    opacity: 0.5;
}
.carousel-caption{
    /*width: 100%;*/
    text-align: left !important;
    top: 34%;
    left: 8% !important;
}
.carousel-caption h1{
    text-align: left !important;
    font-size: 3em;
}
.carousel-caption button{
    background: var(--theme-gold);
    color: white;
    border: none;
    padding: .6em 3em;
    border-radius: 5px;
    margin-top: 1.5em;
    font-size: 1.1em;
    font-weight: 400;
    transition: 0.5s;
}
.carousel-caption button:hover{
    background: var(--theme-gold-hover);
    /*color: black;*/
}
.About-Us{
    background: url("../img/background-yellow-white.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3em 0em;
}
.About-Us h1{
    color: #444;
    font-weight: 700;
    margin-bottom: .7em;
}
.About-Us p{
    color: gray;
}
.About-Img img{
    padding-left: 5em;
    padding-right: 5em;
}
.About-Content{
    padding: 3em 0em;
}
button{
    background: var(--theme-gold);
    border: none;
    border-radius: 5px !important;
    color: white;
    padding: .6em 1.5em;
}
.What-We-Do{
    padding: 5em 0em;
    background: url("../img/background-gray-layer.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.What-We-Do .row{
    padding: 1em 0em;
}
.What-We-Do .col-sm-4{
    margin-top: 3em;
    padding-top: .5em;
    padding-left: 1em;
    padding-right: 3em;
    border-left: 4px solid #CB9634;
    color: white;
}
.What-We-Do .col-sm-4 h3{
    color: #CB9634;
    font-weight: 500;
}
.What-We-Do .col-sm-4 p{
    font-size: .9em;
}
.What-We-Do-inner .row{
    padding: 1em 0em;
}
.What-We-Do-inner .col-sm-4{
    margin-top: 3em;
    padding-top: .5em;
    padding-left: 1em;
    padding-right: 3em;
    border-left: 4px solid #CB9634;
}
.What-We-Do-inner .col-sm-4 h3{
    color: #CB9634;
    font-weight: 500;
}
.What-We-Do-inner .col-sm-4 p{
    font-size: .9em;
}
.vmv{
    padding-top: 8em;
    padding-bottom: 1em;
    background: #faf5eb;
}
.vmv img{
    width: 50px;
}
.vmv .col-sm-4 .row .col-sm-9{
    background: #7C0825;
    text-align: center;
}
.vmv .col-sm-4 .row .col-sm-3 img{
    padding: 1.6em 0em;
}
.vmv .col-sm-4 .row .col-sm-9 h2{
    font-weight: 700;
    padding: 1em 0em;
    color: white;
    margin: 0;
}
.vmv .col-sm-4 .row .col-sm-3{
    background: #CB9634;
    text-align: center;
}
.vmv .col-sm-8{
    padding: 1.5em 1em;
}
.vmv .col-sm-8 p{
    font-size: 1.1em;
    margin: 0;
}
.vmv-inner{
    padding-top: 2em;
    padding-bottom: 1em;
}
.vmv-inner img{
    width: 50px;
}
.vmv-inner .col-sm-4 .row .col-sm-9{
    background: #7C0825;
    text-align: center;
}
.vmv-inner .col-sm-4 .row .col-sm-3 img{
    padding: 1.6em 0em;
}
.vmv-inner .col-sm-4 .row .col-sm-9 h2{
    font-weight: 700;
    padding: 1em 0em;
    color: white;
    margin: 0;
}
.vmv-inner .col-sm-4 .row .col-sm-3{
    background: #CB9634;
    text-align: center;
}
.vmv-inner .col-sm-8{
    padding: 1.5em 1em;
}
.vmv-inner .col-sm-8 p{
    font-size: 1.1em;
    margin: 0;
}
.vmv-inner .Vision{
    margin-bottom: 3em;
}
.vmv-inner .Mission{
    margin-bottom: 3em;
}
.vmv-inner .Values{
    margin-bottom: 3em;
}
.Vision,.Mission,.Values{
    margin-bottom: 7em;
}
.link-Buttons{
    padding: 5em 0em;
}
.link-Buttons .col-sm-3 img{
    width: 55%;
}
.Footer{
    padding: 4em 0em;
    background: #010101;
    color: #C3C3C3;
}
.Footer h5{
    padding-bottom: .7em;
    margin-bottom: 1.1em;
    border-bottom: 2px solid #4d4d4d;
    font-size: .9em;
}
.Footer p{
    font-size: .8em;
    color: #999;
    border-bottom: 1px dotted #333333;
    padding-bottom: .6em;
    margin-bottom: .8em;
}
.foot-up{
    background: #1a1a1a;
}
.foot-up a{
    font-family: Arial, sans-serif;
    color: #C3C3C3;
    font-size: 1.3em;
}
.foot-down{
    background: #1a1a1a;
    font-size: .9em;
    padding-top: 1.5em;
    padding-bottom: .5em;
}
.foot-down i{
    font-size: 1.6em !important;
    padding: 0em .5em;
}

.About{
    padding: 2em 0em;
}
.About .Leftbar a p{
    color: black;
    border-bottom: 1px dotted silver;
    padding: 1em 1em;
    margin: 0;
}
.About .Leftbar a p:hover{
    background: rgba(201, 171, 117,0.4);
}
.About .col-sm-9 h1{
    border-bottom: 1px dotted silver;
    padding-bottom: .2em;
}
.About-Content{
    padding: 2em;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .What-We-Do .col-sm-4 h3{
        font-size: 1.4em;
    }
    .What-We-Do .col-sm-4 p{
        font-size: .8em;
    }
    .vmv-inner .col-sm-4 .row .col-sm-9 h2{
        font-size: 1.6em;
    }
    .vmv-inner .col-sm-4 .row .col-sm-3 img{
        padding: 1.2em 0em;
    }
    .vmv-inner img{
        width: 40px;
    }
    .vmv-inner .col-sm-8 p {
        font-size: .9em;
    }
    .About-Img img{
        padding-left: 3em;
        padding-right: 1em;
    }
}
/*Mobile Screen*/
@media only screen and (max-width: 600px) {
    .foot-up .col-sm-6{
        text-align: center !important;
        font-size: .8em;
    }
    header .col-sm-4{
        text-align: center;
    }
    header .col-sm-8{
        text-align: center !important;
    }
    .navbar-toggler i{
        font-size: 1.5em !important;
        font-weight: 700;
    }
    .carousel-item img{
        height: 25em;
    }
    .carousel-caption{
        top: 5%;
    }
    .carousel-caption h1{
        font-size: 1.8em;
    }
    .About-Us{
        padding: 0em 0em;
    }
    .About-Img img{
        padding: 0;
    }
    .About .col-sm-9 h1 {
        margin-top: 1em;
    }
    .What-We-Do .col-sm-4 h3 {
        font-size: 1.7em;
    }
    .What-We-Do .col-sm-4 p {
        font-size: .9em;
    }
    .vmv .col-sm-8 {
        padding: .6em .8em;
    }
    .vmv .col-sm-8 p{
        font-size: .9em;
    }
    .vmv .col-sm-4 .row .col-sm-9 h2 {
        padding: 1.7em 0em;
        font-size: 1.5em;
    }
    .link-Buttons .col-sm-3{
        margin-bottom: 4em;
    }
    .link-Buttons .col-sm-3 img {
        width: 90%;
    }
    .link-Buttons .col-sm-3 h4{
        font-size: 1.15em;
    }
    .link-Buttons{
        padding-top: 3em;
        padding-bottom: 0em;
    }
    .foot-down .col-sm-4{
        text-align: center !important;
    }
}