@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); 
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth ;
}

body { 
    padding-top: 65px; 
}
.site-wrapper{
    position: relative;
    overflow-x: hidden;
}

::selection {
    color: whitesmoke;
    background: #f0b48c;
  }
  

/*--- Navbar classes ---*/
.navbar{
    background: #131313;
    padding: 1rem 5%;
    z-index: 1000;
}

.navbar .navbar-brand{
    font-size: 1.4rem;
    font-weight: 700;
}

#navbarSupportedContent > ul > li:nth-child(n) > a{
    color: #fff;
    font-size: 1.1rem;
    padding: 0 0.8rem;
}

#navbarSupportedContent > ul > li:nth-child(n) > a:hover,
#navbarSupportedContent > ul > li:nth-child(n) > a:active{
    color: #fc8737;
}

#navbarSupportedContent > button{
    background: #fc8737;
    border-color: #fc8737;
    font-weight: 600;
    padding: 0.4rem 1.4rem;
    border-radius: 30px;
}

/*-- Slider Classes --*/
.slider-top{
    width:100%;
    max-height: 50% !important;
    
}
.carousel-control-next, .carousel-control-prev{
    color:#000;
   
}
.carousel-control-prev-icon {
    
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%A9A9A9' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
   
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%A9A9A9' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.bttn-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    
}
.bttn-light{
    background: #4f4c4c;
    font-size: large;
    font-weight: 700;
    padding: 0.6rem 1.4rem;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
}
.bttn-light:hover{
    background: #fc8737;
    color: #000;
}

.bttn-dark{
    background: lightgrey;
    font-size: large;
    font-weight: 700;
    padding: 0.6rem 1.4rem;
    border-radius: 30px;
    text-decoration: none;
    color: #131313;
}
.bttn-dark:hover{
    background: #fc8737;
    color: #fff;
}


/*-- cause section classes --*/

.cause{
    background: #fff;
}

.cause .text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
}

.cause .text h6{
    color: #fc8737;
    font-weight: 1000;
    font-size: 1rem;
    letter-spacing: 2px;
}

.cause .text h2{
    color: #111;
    font-weight: 700;
    font-size: 2rem;
}

.cause .text p{
    
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.top{
   padding-top: 1.5rem;
   padding-bottom: 1.5rem;
}

/*-- support section classes--*/

.support{
    background: #fff;
}

.support .text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
}

.support .text h6{
    color: #fc8737;
    font-weight: 1000;
    font-size: 1rem;
    letter-spacing: 2px;
}

.support .text h2{
    color: #111;
    font-weight: 700;
    font-size: 2rem;
}

.support .text ul{
    
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.support .text ul ::marker{
    font-size: 2rem;
    content: "✔";
    font-weight: bold;
    padding: 1rem;
   
}

.support .text ul :hover::marker{
    color: #fc8737;
}

.support .text ul li{
    margin: 1rem;
}

.support .graphic{
    padding-bottom: 3rem;
}

/*--Donate section --*/

.goal-title{
    font-size: 38px;
    text-align: right;
    color: #fff;
    margin: 0 0 10px;
    @media only screen and (max-width: 640px){
        width: 50%;
        text-align: center;
    }
    
}

.thermometer-div{
    background: #131313;
    padding: 2rem 2rem;
    border-radius: 7px;
    margin-bottom: 2rem;
}

.th-title{
    color: #4f4c4c;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1.5px;
    word-spacing: 4px;
    font-weight: bold;
}

.progress{
    height: 20px;
    background: #252525;
    border-radius: 20px;
    border: 1px solid #000;
    box-shadow: 0 2px 2px #4f4c4c;
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
}
.wrap{
    align-content: center;
}
.progress .progress-bar{
    border-radius: 20px;
    border: 1px solid #000;
    animation: animate-positive 2s;
}

@-webkit-keyframes animate-positive{
    0%{
        width: 0;
    }
}

@keyframes animate-positive{
    0%{
        width: 0;
    }
}

.wrap{
    display: flex;
    align-content: center;
    justify-content: center;
}
.goal-stat{
    width: auto;
    float: left;
    margin: 15px;
    color: #fff;
}
.gone{
    margin: 1rem 6% 2rem 0
}
.gtwo{
    margin: 1rem 6% 2rem 6%
}
.gthree{
    margin: 1rem 0 2rem 6%
}

.goal-num, .goal-label{
    display: block;
}

.goal-num{
    font-size: larger;
    font-weight: bolder;
}

.progress .progress-value{
    width: 65px;
    height: 25px;
    line-height: 25px;
    background: #252525;
    font-size: 15px;
    color: #fff;
    border-radius: 0 0 15px 15px;
    border: 1px solid #000;
    border-top: none;
    box-shadow: 0 2px 2px #4f4c4c;
    position: absolute;
    bottom: -25px;
    right: 60px;
}

.donate{
    background: #000;
}

.donate .one{
    background: #fff;
    display: flex;
    flex-direction: column;
    
    align-items: center;
    padding: 2rem 1.5rem;
    border-radius: 7px;
}

.title{
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    position: relative;
}

.title::after{
    content: "";
    height: 4px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    background: #fc8737;
}

.grp{
    padding-bottom: 10px;
}





/*--Programmers section--*/
.programmers{
    background: #fc8737;
}

.programmers .one{
    background: #fff;
    display: flex;
    flex-direction: column;
    
    align-items: center;
    padding: 2rem 1.5rem;
    border-radius: 7px;
}

.programmers h6{
    color: #fc8737;
    font-weight: 1000;
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 0rem 0rem 0rem 0rem;
}

.h-ref-link{
    text-decoration: none !important;
    color: #4f4c4c !important;
}

.h-ref-link:hover{
    color: #fc8737 !important;
}

.sub{
    color: #000 !important;
    font-weight: 000 !important;
    letter-spacing: 0.2px !important;
    line-height: 22px;
    font-size: 14px;
    padding: 0px;
}
.grp{
    padding-bottom: 1rem;
}

.slider-view{
    max-width: 900px;
    max-height: 460px;
    padding: 0 15px 10px;
    margin: 0 auto 70px auto;
    border-radius: 3 px;
}

.block{
    background: #fff;
    color: #333;
    min-height: 400px;
    padding: 50px 15px 25px;
    border-radius: 7px;
    margin: 50px 15px 0px;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
}

.block .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: normal;
}

.programmer{
    margin-bottom: 30px;
    text-align: center;

}

.pg-image{
    position: relative;
    margin: 0 15px 15px 15px;
}

.pg-image img{
    height: 170px;
    width: 170px;
    border: 7px solid #fc8737;
    border-radius: 170px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.pg-name{
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    position: relative;
}

.pg-name::after{
    content: "";
    height: 4px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    background: #fc8737;
}

title-1{
    font-weight: bolder !important;
}
.content{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
    height: 100%;
}

.programmers .carousel-control-prev{
    left: -70px;
}
.programmers .carousel-control-next{
    right: -70px;
}

.programmers .carousel-control-prev{
    text-decoration: none !important;
}
.programmers .carousel-control-next{
    text-decoration: none !important;
}
.next{
    font-weight: bolder;
    font-size: 20px;
    text-decoration: none !important;
    
}
.prev{
    font-weight: bolder;
    font-size: 20px;
    text-decoration: none !important;
}

/* Maintained container consistency for testimonials*/
select {
    max-height: 200px; 
    overflow-y: auto;
}

/*--About Section Classes--*/
.about{
    background: #fff;
}

.about .text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
}

.about .text h6{
    color: #fc8737;
    font-weight: 1000;
    font-size: 1rem;
    letter-spacing: 2px;
}

.about .text h2{
    color: #111;
    font-weight: 700;
    font-size: 2rem;
}

.about .text p{
    
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.about img{
   padding-left: 3 rem;
}



body > footer {
    background: #000 !important;
}

.footer-copyright{
    background: #000;
}

body > footer a{
    text-decoration: none !important;
    font-weight: bolder;
    color: #fff;
}
.line{
    color: #fff;
}

body > footer p{
    color: #CDCDCD;
}

body > footer a:hover{
    color: #fc8737;
}

.fb-ic, .tw-ic, .ins-ic{
    padding: 2rem;
}

  
  /*Create Drop down box with visible  border */
  select {
    border: 1px solid #000; 
  }
  
  hr {
    border: none;
    height: 1px;
    background-color: transparent;
    margin: 20px 0;
  }
  