*
{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Poppins', sans-serif !important;
}

#nav-bar{
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar{
    background-image: linear-gradient(to right, #355FB5, #0C2776);
    padding: 0 !important;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1em;
    position: relative;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .navbar .navbar-nav .nav-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    color: transparent;
    width: 0%;
    content: '.';
    height: 3px;
  }
  .navbar .navbar-nav .nav-link:hover::after {
    width: 100%;
  }

.navbar-brand img{
    height: 50px;
    padding-left: 20px;
}

.navbar-nav li{
    padding: 0 10px;
}

.navbar-nav li a{
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.55) !important;
    border-color: rgba(255,255,255,1) !important;
}

#banner{
    background-image: linear-gradient(to right, #355FB5, #0C2776);
    color: #fff;
    padding-top: 5%;
    /* padding-bottom: 5%; */
}

#banner1{
    background-image: linear-gradient(to right, #355FB5, #0C2776);
    color: #fff;
    padding-top: 5%;
    /* padding-bottom: 5%; */
}

.page-title{
    font-size: 40px;
    font-weight: 600;
    margin-top: 70px;
    color: #E8B625;
}

.rocket-btn{
    width: 45px;
    margin: 20px;

}

#banner a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

#banner {
    font-family: 'Poppins', sans-serif;
}

.bottom-img{
    width: 100%;
}

.img-fluid{
    max-height: 80%;
    width: auto;  
}

/* Mission Vision Section */

#statement{
    padding: 80px 0;
}

.statement-img{
    width: 100px;
    margin-top: 20px;   
}

#statement h4{
    padding: 5px;
    margin-top: 25px;
    font-weight: bold;
}

.title::before{
    content: '';
    background-image: linear-gradient(to right, #355FB5, #0C2776);
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}

/* Social Media Section */

#social-media{
    background: #f9f8fa;
    padding: 100px 0;   
}

/* #social-media p{
    font-size: 36px;
    font-weight: 600;
} */

.social-icons a {
    font-size: 4rem;
    padding: 10px;
    color: #0C2776;
    transition: 0.5s;
}

.social-icons a:hover{
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #E8B625;
}

/* Footer */

#footer{
    background-image: linear-gradient(to right, #355FB5, #0C2776);
    color: #fff;
}


.footer-box{
    padding: 20px;
}

.footer-box img{
    width: 50px;
    margin-bottom: 20px;
}

.footer-box .bi{
    margin-right: 8px;
    font-size: 15px;
    height: auto;
    width: 40px;
    text-align: center;
    padding: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #355FB5, #0C2776);
}

.footer-box .form-control{
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 20px;
    max-width: 250px;
}

.footer-box .btn-primary{
    box-shadow: none !important;
    border: none;
    border-radius: 5;
    margin-top: 20px;
    background: #E8B625;
}

.directory-img{
    max-width: 100%;
    height: auto;
}

.custom-padding{
    padding: 45px 0;
}

.socials a{
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 5px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
}

.socials{
    margin-top: -27px;
    position: relative;
    z-index: 2;
    border-radius: 25px;
    background: #E8B625;
    text-align: center;
    padding-left: 5px;
    margin-left: 25px;
    margin-right: 25px;
}

.team-area h2{
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
    color: #fff;
}

.team-area span{
    text-align: center;
    color: #E8B625;
    display: block;
    font-weight: 400;
    font-size: 20px;
    margin-top: 5px;
}

.get-in-touch{
    max-width: 800px;
    margin: auto;
    position: relative;
    background-image: linear-gradient(to right, #355FB5, #0C2776);
    box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
    padding: 30px;
}

.header-title{
    text-align: center;
    margin-bottom: 30px;
}

.col-12 .btn-primary{
    box-shadow: none !important;
    border: none;
    border-radius: 5;
    background: #E8B625;
}

.coming-soon{
    padding-top: calc(20% - 5rem);
    padding-bottom: 10px;
    font-weight: 400;   
    font-size: 80px;
}
