body{
    font-family: 'Poppins'!important;
}
nav{
    background: #405199;
}
.nav-link{
    color: #fff!important;
}
.btn-submit{
    background: linear-gradient(97.88deg, #175CD4 -9.49%, #3538CD 114.69%);
color: #fff!important;
}

form{
    color: #fff;
}
nav select{
    border: none;
    background: none;
    color: #fff;
}
.carousel-item .first-slide{
    width: 100%;
    height: 550px;
    background-position: center;
}
#overlay {
    position: fixed;
    display: block;
    width: 70%;
    height: 50%;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
  }
  .carousel-caption {
background-color: #212529bd;
border-radius: 20px;
}
#services .card{
    border-radius: 100%!important;
    background: #F5F5F5;
    box-shadow: 0px 3px 5px 0px #80808033 inset;

    box-shadow: 0px 1px 18px 0px #8080801F inset;
    
    box-shadow: 0px 6px 10px 0px #80808024 inset;
    margin: 18px;
}
#services .card-body{
    box-shadow: 0px 1px 5px 0px #80808033 inset;
    box-shadow: 0px 3px 3px 0px #8080801F inset;
    box-shadow: 0px 2px 4px 0px #80808024 inset;
    margin: 10px;
    border-radius: 100%;
    height: 200px;
    text-align: center;
}
#services .card-body img{
    width: 50px;
}
#services .card-body p{
    color: #133256;
margin-top: 20%;
}
.btn-know{
    background: #405199!important;
    border: #405199!important;
    color: #fff;
}
#offerings .card{
   background-color: #F2F2F2;
   border: 1px solid #70707040;
padding: 10% 3%;
max-height: 165px;
}

#bulletin .card{
    border: 1px solid #133256CC;
    border-radius: 0px;
    height: auto;
    min-height: 250px;
}
#bulletin .card .card-header{
    border: 0px;
    background-color: #fff;
}
#bulletin .card.active{
    border-bottom: 12px solid #47C2EF;
border-style: solid;

border-color: #47C2EF;


}
#gallery img{
    width: 100%;
border: 4px solid #8C7338;
}
footer{
    background: #EBEBEB;

}
.f-item ul{
    list-style-type: none;
    line-height: 2.5;
}
.f-item a{
    text-decoration: none;
    color: #333;
}
.carousel-caption{
    top: 16%;
    height: 65%;
}
form{
    font-size: 12px;
    width: 40%;
}
form a{
    color: #fff;
    text-decoration: none;
}
.carousel-indicators{
    display: none!important;
}
@media screen and (max-width: 768px) {
   #banner h5 {
          font-size: 12px!important;
    }
   #banner h2 {
          font-size: 14px!important;
    }
    #banner .left{
        width: 100%!important;
    }
    #banner .right{
        width: 100%!important;
    }
    #banner .carousel-caption {
        padding: 0px!important;
    }
    #banner .right img{
        width: 30%!important;
    }
    #bulletin .card{
        height: 250px!important;
    }
    .language{
        width: 30%!important;
        /* text-align: right!important; */
    }
    #help{
        text-align: unset!important;
    }
    .sizeChanger{
        width: 50%!important;
        /* text-align: right!important; */
    }
    .appLink span{
        text-align: unset!important;
        width: 50%;
    }
    /* #services .card{
        margin: 37px!important; 
    } */
    
    
}
/* @media only screen and (max-height: 575.98px) and (orientation: landscape) {
    #services .card {
        margin: 140px !important;
    }
} */