*
{
    margin: 0;
    padding: 0;
     
}

/*-------Navigation-------------*/
#nav-bar{
    position: fixed;
    top: 0;
    z-index: 10; 
    padding-top: 30px;f
}
.navbar-dark {
       /*background: transparent!important;*/
       background: linear-gradient(rgba(86, 85, 86,0.9),rgba(86, 85, 86,0.9))!important;
       transition: 2s ease;
        }
.navbar.scrolled{
        background: linear-gradient(rgba(86, 85, 86,0.9),rgba(86, 85, 86,0.9))!important;
}
.navbar-brand img{
    width: 140px;
     
    padding-left: 50px;
}
.navbar-nav
{
    margin-left: auto;
    justify-content: flex-end;
    padding-right: 50px;
    font-weight: 500;
}

.navbar-nav li{
    padding: 0 10px;
    color: #fff;
  }
.navbar-toggler{
    border: none!important;
    display: block;
    color: #E7C91D!important;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff!important;
    letter-spacing: .1rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover{
    
    color: #E7C91D!important;
    
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px; 
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #E7C91D;
    display: block;
    margin: auto;
    transition: 0.5s;    
}
.nav-links ul li:hover::after{    
    width: 100%;
    font-weight: 700;
}
#donate-nav{
    border: 2px solid #E7C91D;
    border-radius: 4px; 
    text-decoration: none;
     display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px; 
     text-align: left;
      transition: 0.5s;  
    margin-right: 20px;
     position: relative;
}

#donate-nav:hover{
    background-color: #E7C91D;
    color: #565556;
}


.navbar-togller{
    padding: 1px 5px;
    font-size: 18px;
    line-height: .3;
    
}
/*------End of Navigation----------*/

/*------Slider----------*/


.carousel-item{
    background: no-repeat scroll center scroll;
    background: cover;
    height: 100vh;
    min-height: 300px;  
}
/*-----Slider overlay-------*/
.carousel-item::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(86, 85, 86,0.7),rgba(86, 85, 86,0.7));
}
/*-----End of Slider overlay-------*/

/*----- Slider caption-------*/

.carousel-caption{
 
    position: absolute;
    top: 38%;
    right: 0;
    left: 0; 
}
.carousel-caption h1{
    font-weight: 700;
}
.carousel-caption p{
    font-size: 18px;
}
/*-----Donation Button-------*/
.donate-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
     font-weight: 700;
}
.donate-btn:hover{
    border: 1px solid #E7C91D;
    background: #E7C91D;
    transition: 1s;
    color: #565556;
    
}
/*-----End of Slider caption-------*/
/*****Mission*********/

.mission{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.mission h1{
    font-size: 36px;
    font-weight:600px;
    color: #565556;
}

.mission p{
    color:#565556;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: justify;
      
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;  
}
.column{
    flex-basis: 43%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
#founderImg {
        width: 90%;
    }
.column h5{
    color: #565556;
}
/*****statistics*********/

.statistics{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: 	#f2f2f2;
    margin-bottom: 50px;
    
}
.statistics h1{
    font-size: 36px;
    font-weight:600px;
    color: #565556;
}

.statistics p{
    color:#565556;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: justify;
    padding-left: 20px;
      
}



/**--------------footer----------**/
.footer{
    width: 100%;
    text-align: center;
    padding: 3px;
    color: #fff;
    background: rgba(86, 85, 86,0.9);
    margin-top: 50px;
    padding-top: 5px;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 60px;
    font-weight: 600;
    
}
.footer p{
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
}
.icons .fa{
    color:  #fff;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
    
}

.icons .fa:hover{
    color:  #E7C91D;
}
.footer hr{
   width: 100%;
    height: 3px;
    border-top: 2px solid #E7C91D;
}

.footer-column {
    flex-basis: 33%;
    padding: 0;
}
.footer-column about{
 margin-top: 60px; 
    

}
.footer-column img{
    width: 200px;
    margin-top: 60px; 
    margin-bottom: 15px;
    
}
.footer-column ul{
    list-style: none;
    margin-top: 70px; 
     font-size: 15px; 
}
  .footer-column a{
   color: #fff;
   text-decoration: none;
   
}
.footer-column a:hover{
    color: #E7C91D;
}

/*-----Medium Devices Style------------*/

@media(max-width: 950px){
     .carousel-item{
        background: no-repeat scroll center scroll;
        background: cover;
        height: 90vh;
        min-height: 100px;  
        overflow: hidden;

    }
    .slideshow-container{
         height: 90vh;
        overflow: hidden;
    }
    .w-100{
    height: 90vh;
    }
    .carousel-item::before{
          height: 90vh;
    }
     .nav-links ul li:hover::after{    
    width: 0%!important;
    background: #fff;
    font-weight: 300;
    }
    #donate-nav{
   
     text-align: left;
      
    margin-right: 13%;
     position: relative;
}
    .carousel-indicators{
        top: 80%;
    }
    
}
/*-----End of Medium Devices Style------------*/
/*-----Small Devices Style------------*/
@media(max-width: 767px){
    
    #nav-bar{
    position: fixed;
    padding-top: 20px;
    }
    .navbar-brand img{
    width: 120px;
    padding-left: 20px; 
    }
  
    .nav-links ul li:hover::after{    
    width: 0%!important;
    background: #fff;
    font-weight: 300;
    }
    .row{
        flex-direction: column;
    }
    .mission p{
        padding-left: 5px;
    }
    
    .carousel-item{
        background: no-repeat scroll center scroll;
        background: cover;
        height: 70vh;
        min-height: 100px;  
        overflow: hidden;

    }
    .slideshow-container{
         height: 70vh;
        overflow: hidden;
    }
    .w-100{
    height: 70vh;
    }
    .carousel-item::before{
          height: 70vh;
    }
    .carousel-indicators{
        top: 90%;
    
    }
    
    .carousel-caption{
        position: absolute;
        top: 40%;
        right: 0;
        left: 0; 
    }
    .carousel-caption h1{
        font-weight: 300;
    }
    .carousel-caption p{
        font-size: 14px;
    }
    .donate-btn{
        font-size: 12px;
        font-weight: 700;  
}
    .footer img{
        width: 180px;
        padding-left: 10px;
        padding-top: 30px;
}

.license img{
    align-content: center;
 overflow-x: hidden;
    justify-content: center;
    width: 350px;
    height: 500px;
    object-fit: contain;
}   
    
}
/*-----End of Small Devices Style------------*/

/*---------donation page--------*/
.radioContainer{
   background-color: #E7C91D;
   height: 40px;
   width: 410px;
   overflow: hidden;
   position: relative;
   /*align-content: center;*/
   color: #565556;
}
.btn1,.btn2,.btn3,.btn4,.btn5{
    /* background-color: #E7C91D; */
    display: block;
    height: 150px;
    width: 90px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px 20px 15px;  
   background-size: 90px 200px;
   background:linear-gradient(
	   to bottom,
	   #E7C91D 0,#E7C91D 90px,
 	   #565556 90px, #565556 90px
	   );
   position: absolute;
   /* top:0; */
   transition: 0.5s;
   color: #565556;

  }
  .btn5{
    right: 0px;
  }
  .btn4{
    right: 80px;
  }
  .btn3{
    right: 160px;
  }
  .btn2{
    right: 240px;
  }
  .btn1{
    right: 320px;
  }
  
  .priceSpan {
    /* display: block; */
    /*height: 60px;*/
    width: 100px;
    justify-content: center;
    align-items: center;
 }
  input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
 .radio{
  display: none;
  justify-content: space-evenly;
  
 }
 input:checked + label {
    background-position: 0 -90px;
    color: #E7C91D;
    transition: 1s;
 }

 input[type='checkbox']:checked {
  background-color:  #E7C91D!important;
  border: 1px solid #E7C91D;
  color: #565556;
}
input[type='checkbox']:checked:after {

  color: #565556;

}
input[type='checkbox']{
  text-align: center;
  display: table-cell;
  vertical-align: middle;

  appearance:none;
  
  border: 1px solid #E7C91D;
  box-shadow: none;
  font-size: 1em;
}
  


/* .donations img{
    width: 400px;
    height: 400px;
    object-fit: contain;
    margin-top: 0;
    padding-top: 0;

}*/
.childDiv{
    height: 100%;
    width: 50%;
    /* background-color: #565556; */
    background: linear-gradient(rgba(86, 85, 86,0.9),rgba(86, 85, 86,0.9));
    border: 2px;
    border-radius: 5px;
    padding:  25px  30px 0 30px ;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
   
    color: #fff;
}

.donations h3{
    color: #565556;

}
.donations h6{
 
    color: #565556;
 
  text-decoration-line: underline;

    
}
 
 .donations button{
    border: 2px solid #E7C91D;
    background-color:  #E7C91D;
    border-radius: 2px;
    color: #565556;
    font-size: 20px;
    width: 150px;
    height: 40px;
    font-weight: 500;
   
}
.donations button:hover{
    background-color: #565556;
    color:#E7C91D;
    border: 2px solid #565556;
    border-radius: 2px;
    transition: 1s;
     
}
button:focus{
    background-color: #565556;
    color:#E7C91D;
    border: 2px solid #565556;
    border-radius: 2px;
}
#customBtn{
   width: 150px; 
}
.oneTimeConatainer{
    border: 1px solid #565556;
    border-radius: 5px;
    width: 400px;
    height: auto;
    padding-left: 80px;
    margin-top: 50px;
    align-items: center;
}
#checkoutBtn{
   width: 200px;  
}

@media only screen and (max-width: 768px) {    
   
   
    .radioContainer{
        background-color: #E7C91D;
        height: 60px;
        width: 100%; 
       margin-right: 0px;
       margin-left: 0;

     }
     .btn1,.btn2,.btn3,.btn4,.btn5{
         height: 150px;
         width: 60px;
         padding: 20px  15px;  
         background-size: 70px 180px;
         background:linear-gradient(
            to bottom,
            #E7C91D 0,#E7C91D 60px,
             #565556 60px, #565556 180px
            );
       }
       .btn5{
         right: 0px;
       }
       .btn4{
         right: 60px;
       }
       .btn3{
         right: 120px;
       }
       .btn2{
         right: 180px;
       }
       .btn1{
         right: 240px;
       }
       
       .priceSpan {
        /* display: block; */
        height: 60px;
        width: 60px;
      
     }
    .childDiv{
        height: 100%;
        width: 90%;
        padding: 25px 12px;
     
    }
    .feesLabel{
        font-size: small;
    }
   
    #checkoutBtn{
       width: 100px;  
    }
}

.donation-message{

   border: 2px solid #565556;
    border-radius: 5px;
    width: 500px;
    height: 35%;
    color: #565556;
      margin-left: 18%;
      margin-right: 30%;
}
.donation-message p{
    height: 50%;
    position: center;
    font-size: 20px;
    font-weight: 500;
}
/*------------About Page----------------*/
.sub-header{
    height: 80vh;
    width: 100%;
    background:  linear-gradient(rgba(86, 85, 86,0.9),rgba(86, 85, 86,0.9));
    background-position: center;
    text-align: center;
    color: #fff;
}
.text-box h1{
    margin-bottom: 30%;
    
}
.about-us{
    
    width: 80%;
    margin: auto;
    padding-top: 50px;
    
}
.about-col{
    margin-top: 220px;
    flex-basis: 48%;
    padding: 30px 2px;
}
.about-col img{
    width: 100%;
}
.about-col h1{
    padding-top: 0px;
    color: #565556;
}
.about-col p{
    padding: 15px 0 25px;
    color: #565556;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: justify;
 
}
.program h4{
    padding-top: 0px;
    color: #565556;
}
#mission{
   background-color: #f2f2f2;
    }
#mission p{
    color: #565556;
   
}
#mission h1{
    color: #565556;
    text-align: left;
}
#mission hr{
    width: 30%;
    height: 7px;
  /*  background: #E7C91D;*/
    background-color: #E7C91D;
    border-width: 0;
    color: #E7C91D;
    opacity: 70%;
} 

.yellow-btn{
    border: 1px solid #E7C91D;
    background: transparent;
    color: #565556;
    
}


/*----------contact us-----------*/
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
        
}
.location iframe{
    width: 100%;
}
.contact-us{
   width: 80%;
    margin: auto;
   
}
.contact-col{
    flex-basis: 50%;
    margin-bottom: 30px;
    
}
.contact-heading{
    color: #565556;
}
.contact-col div{
    
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    color: #565556;
}
.contact-col div .fa{
    font-size: 28px;
    color: #E7C91D;
    margin: 10px;
    margin-right: 30px;
   }
.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #565556;
    font-weight: 400;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #565556;
}
/*--------------statistics------------*/

.skill{
    width: 160px;
    height: 160px;

    position: relative;
    
}
#circle-percentage{
    margin-left: 100px;
   padding-bottom: 20px;
    
}
.outer{
    height: 160px;
    width: 160px;
    border-radius: 50%;
    box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
                -6px -6px 10px -1px rgba(255,255,255,0.7);
    color: red;
    padding: 20px;
}
.inner{
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
        inset -4px -4px 6px -1px rgba(255,255,255,0.7),
        -0.5px -0.5px 0px rgba(255,255,255,1),
        0.5px -0.5px 0px rgba(0,0,0,0.15),
        0px 12px 10px -10px rgba(0,0,0,0.5);
    color: red;
    border-radius: 50%;
}
#number{
    font-weight: 600;
    color: #555;
    
}
circle{
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
    animation: anim 2s linear forwards;
}
svg{
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes anim{
    100%{
        stroke-dashoffset: 226;
    }
}
/*--------------End of statistics------------*/



/*------------payment-----------------*/
.payment-col{
    background-color: #565556;
    flex-basis: 48%;
    padding: 30px 2px;
    height: 548px;
    width:100%;
     
}
.payment-col a{
    color: #fff;
    text-decoration:underline;
   
}
.payment-col p{
     margin-left: 50px;

}
.payment-col img{
    width: 220px; 
    padding-left: 50px;
    padding-top: 100px;
}
.payment-col h3 {
    color: white;
    padding-left: 140px;
    padding-top:60px;
     font-family: sans-serif;
}
.donation-amount {
    color: white;
    padding-left: 120px;
  padding-top: 10px;
    font-weight: 600;
    font-size: 50px;
     font-family: sans-serif;
}
.payment-row{
   width: 100%;
   margin: 0px;
}
.col {
   padding-right: 0px;
    padding-top: 100px;
    font-family: sans-serif;
    color:  #565556;    
    flex-basis: 48%;
}

.col form input{

   width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; 
  font-weight: 300;

}
.col form button{
    background-color:#E7C91D; 
    color: #565556;
    width: 80%;
    margin-top: 30px;
}
.col form button:hover{
     background-color: #565556; 
    color:#E7C91D;
    border: none;
}
#card-element{
     width: 79%;
       margin-top: 10px;
    padding-top: 10px;
    padding-left: 3px;
    padding-right: 3px;
}



@media only screen and (max-width: 768px) {  
    
    .payment-col{
    background-color: #565556;
    flex-basis: 48%;
    padding: 30px 2px;
    height: 100px;
    width:100%;

    }

    .payment-col p{
         margin-left: 5px;

    }
    .payment-col img{
        width: 180px; 
        padding-left: 50px;
        padding-top: 30px;
    }
    .payment-col h3 {
        color: white;
        padding-left: 50px;
        padding-top:40px;
         font-family: sans-serif;
    }
    .donation-amount {
        color: white;
        padding-left: 100px;
      padding-top: 10px;
        font-weight: 400;
        font-size: 30px;
         font-family: sans-serif;
    }
    .payment-row{
       width: 100%;
       margin: 0px;
    }
    .col {
       padding-left: 20px;
        padding-right: 0px;
        padding-top: 20px;
        font-family: sans-serif;
        color:  #565556;    
        flex-basis: 48%;
    }
    .col form button{
        width: 92%;
        font-size: 18px;
    }

    #card-element{
        margin-top: 3px;
         width: 90%;

    }
}

.s_form{
    margin:100px ;
   color:  #565556;    

}


.input-text-form{
    height: 25px;
    margin-top: 10px;
    width: 60%;
    padding: 15px;
    margin-bottom: 20px;
    outline: none;
    border: 1px solid #565556;
}
.input-textarea-form{
    margin-top: 10px;
    width: 60%;
    padding: 15px;
    margin-bottom: 20px;
    outline: none;
    border: 1px solid #565556;
}

.radio_level{
    padding: 5px;
}


.error {
			color:red;
            padding-bottom: 3px;
            font-style: italic;
            padding-top: 0px;
            margin-top: 0px;
		}
.form-control{

    margin-bottom: 0px;
    margin-top: 10px;
}

#studentDob{
    background-color: #E7C91D;
    color: black;
}


.license{
    align-content: center;
    text-align: center;
}
.license img{
    display: flex;
    justify-content: center;
border: 1px solid #565556;
    object-fit: contain;
    margin-bottom: 5px;
}
.license h1{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 36px;
    font-weight:600px;
    color: #565556;
}

.tax{
    background-color:	#f2f2f2;
    padding-bottom: 10px;
    padding-top: 10px;
}

.thanksDiv{
    border: 2px solid #565556; 
    border-radius: 5px;
}














