/*
.item {
    background-color: #999;
    height: 150px;
}
*/
html{
    scroll-behavior: smooth;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

   
.container{
    margin-bottom: 88px;
    
}
/*.card{
    width: 400px;
}*/
img:hover{
    cursor: pointer;
}
.bg-white {
    /* background-color: #ffffffed !important;*/
   background-color:#1f4d5a !important;
   background-image: linear-gradient(to right top, #1f4d5a, #1c4450, #193c46, #16333c, #132b33, #102930, #0d262d, #0a242a, #07272b, #052a2b, #052d2a, #093028);
}

.title {
    width: 100%;
    height: 80px;
    background: #ffffff80;
}
/*
.carousel-height {
    height: 500px;
}
*/
/*
.image-size {
    height: 500px;
}
*/

.navbar-light .navbar-nav .nav-link {
   /* color: rgba(42, 41, 90, 0.58);*/
    color: #fff;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #e2dfd9;
    border-bottom: 1px solid;
    margin-bottom: -1px;
   /* color: #1e7e34;
    background-color: #90ee9052;
    border-radius: 10px;*/
}
.selected{
     color: #fff !important;
     border-bottom: 1px solid;
    margin-bottom: -1px;
}
p {
    padding: 5px;
}

h2 {
    color: #288277;
    padding: 20px;
}

.objective-title {
    color: #28a745;
}

.left-image {
    width: 100%;
    height: 300px;
}

.colorOne {
    background: #ffffff;
    padding: 20px 20px 30px 20px;
}

.colorTwo {
    background: #cccccc57;
    padding: 20px 20px 30px 20px;
}

.colorThree {
    background: #f1b3b342;
    padding: 20px 20px 30px 20px;
    overflow-x: auto;
}

.colorFour {
    background: #6d6b6bc7;
    color: #ffffff;
    padding: 20px 20px 30px 20px;
}
.colorFive {
    background: #a7d3e057;
    padding: 20px 20px 30px 20px;
}
.colorSix {
    background: #def0f0;
    padding: 20px 20px 30px 20px;
}
.clr-gray{
    color: #464646;
}
.navbar-light .navbar-brand {
    color: rgb(187, 239, 255) !important;
}
.donor-image {
    /*width: 150px !important;*/
    height: 170px !important;
}

.donate-image {
    height: 438px;
    width: 80%;
}

.donate {
    background: #6d6b6bc7;
}

.footer_wrapper {
    /* background-image: url('../images/footer_wrapper.jpg'); */
    background-image: linear-gradient(to right top, #1f4d5a, #1c4450, #193c46, #16333c, #132b33, #102930, #0d262d, #0a242a, #07272b, #052a2b, #052d2a, #093028);
    padding: 20px;
    color: #decfcf;
}

.footer {

    bottom: 0;
    position: fixed;
    width: 100%;
}
.image-tag{
    height: 100px;
}
.coming-soon {
    height: 450px;
    padding: 100px;
    background: #6d6b6bc7;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
}
.div-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
}
.p-10{
    padding: 10px;
}
.hs-300{
    height: 300px;
    overflow: auto;
}
.image-news{
    width: 100%;
    border: solid 1px;
    margin: 1px;
}
   
}
.blue{
    color: #095cb1!important;
}
.bg-black{
    background-color: black;
}
.font-white{
    color: white;
}
.list-border{
    border: 1px solid #272727;
}
.m-10{
    margin: 10px;
}
.m-40{
    margin: 40px;
}
.m-l-40{
    margin-left: 40px;
}
.m-t-100{
    margin-top: 100px;
}
 /*Event calender-start*/
.row-striped:nth-of-type(odd){
  background-color: #efefef;
  border-left: 4px #000000 solid;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  border-left: 4px #efefef solid;
}

.row-striped {
    padding: 15px 0;
}
.clr-green{
    color: #0c611f;
}
.mission{
    background: #a7d3e057;
    padding: 50px 20px 60px 20px;
    background: linear-gradient(rgba(255,255,255,.7), rgba(167,211,224,.5)), url("../images/image/mission-image.svg");
    background-position: -26px 0px;
    
}
.education-banner{
    background: linear-gradient(rgba(255,255,255,.7), rgba(167,211,224,.5)), url("../images/image/education-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.missionCard {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: #28a7458c;
}

.missionCard:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.cardContainer {
  padding: 16px;
    height: 130px;
}
.event-block{
    background: #def0f0;
    padding: 20px 0px 2px 0px;

}
.spinner {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: 60%;
    animation: bubble 3s linear 1s infinite;
    background-color: #b0f7f7;
    border-radius: 100px;
}
.spinner-red{
    background-color: #d7635e;
}
.spinner-yellow{
    background-color: #f4a62c;
}
.spinner-green{
    background-color: #9fd66e63;
}
.spinner-vi{
    background-color: #848fc3ba;
}
.spinner-l-20{
    left: 20%;
}
.spinner-l-30{
    left: 30%;
}
.spinner-l-45{
    left: 45%;
}
.spinner-l-80{
    left: 80%;
}
 .spinner-eff{
    position:absolute;
    display:inline-block;
    width: 100px;
    height: 100px;
    animation: pulse 3s linear infinite;
    background-color: aquamarine;
    border-radius: 100px;
}

@keyframes pulse
{
    0%{
        transform: scale(0);
        opacity: 1;
    }
    
    100%{
        transform: scale(1.3);
        opacity: 0;
    }
}
 .title-effect{
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: 47%;
    margin-top: -70px;
    opacity: 0.5;
    left:10px;
    animation:title 12.8s steps(1) 0s infinite;
}

@keyframes title{
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(90deg);
    }
    50%{
        transform: rotate(180deg);
    }
    75%{
        transform: rotate(270deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.title-effect .bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    animation: bar-top 3.2s linear 0s infinite;
}
.title-effect .bar {
    background: #28a7458c;
}
@keyframes bar-top
{
    0% {
    transform: scale(0, 1);
}
12.5% {
    transform: scale(1, 1);
}
87.5% {
    transform: scale(1, 1);
}
100% {
    transform: scale(0, 1);
}

}
.title-effect .bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    animation: bar-right 3.2s linear 0s infinite;
}
.title-effect .bar {
    background: #28a7458c;
}
@keyframes bar-right{
    0% {
    transform: scale(1, 0);
}
12.5% {
    transform: scale(1, 0);
}
25% {
    transform: scale(1, 1);
}
75% {
    transform: scale(1, 1);
}
87.5% {
    transform: scale(1, 0);
}
100% {
    transform: scale(1, 0);
}
.title-effect .bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    animation: bar-bottom 3.2s linear 0s infinite;
}
.title-effect .bar {
    background: #2575fc;
}
*, ::after, ::before {
    box-sizing: border-box;
}
    @keyframes bar-bottom{
        0% {
    transform: scale(0, 1);
}
25% {
    transform: scale(0, 1);
}
37.5% {
    transform: scale(1, 1);
}
62.5% {
    transform: scale(1, 1);
}
75% {
    transform: scale(0, 1);
}
100% {
    transform: scale(0, 1);
}
.title-effect .bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    animation: bar-left 3.2s linear 0s infinite;
}
.title-effect .bar {
    background: #2575fc;
}
        @keyframes bar-left{
            0% {
    transform: scale(1, 0);
}
37.5% {
    transform: scale(1, 0);
}
50% {
    transform: scale(1, 1);
}
62.5% {
    transform: scale(1, 0);
}
100% {
    transform: scale(1, 0);
}

        }
    }
}
@keyframes bubble
{
    0%{
        transform: scale(0);
        opacity: 1;
    }
    
    100%{
        transform: scale(3);
        opacity: 0;
    }
}

.jumbotron {
    
    border-radius: 0.0rem !important;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

/*Event calender-end*/

  /*CSS for scrollbar-start*/
  
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: lightgrey; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: gray; 
}
@media only screen and (max-width: 600px) {
    .title{
        display:none;
    }
}