body {
    margin: 0;
    padding: 0;
 }
/*======================== NAVBAR ======================= */
nav{
    background-color: #010f18;
}
.navbar-brand {
    margin-left: 15px;
}
.nav-bar{
    margin-right: 15px;
}
.nav-bar ul li a{
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding-right: 0;
    font-family: 'Roboto', sans-serif;
    color: white;  
}
.nav-item .active {
    color: #1687AC !important;
}
.nav-bar ul li a:hover{
    color: #1687AC;
}
.logo{
    width: 90px;
}
.search_area input {
    padding-left: 2.375rem;
    border: 1px solid white;
    border-right: none;
    border-radius: 30px;
    background-color: transparent;
    border-top-right-radius: 0px;
    border-bottom-right-radius:0px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.search_btn{
    border: 1px solid white;
    border-left: none;
    border-radius: 30px;
    background-color: transparent;
    border-top-left-radius: 0px;
    border-bottom-left-radius:0px;
    height: 38px;
    color: white;
    padding: 3px 12px 10px 10px ;
}
/*================= BANNER AREA ===================*/
.banner{
    background-image:url(../img/banner_bg.webp) ;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_main{
    color: white;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #23C1F1;
    border-image: linear-gradient(to right, #23C1F1 10%, transparent 10%) 100% 1;
}
.banner_main span{
    color: #23C1F1;
}
.content{
    text-align: justify;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.contact_btn button{
    padding: 5px 20px;
    border: 2px solid #23C1F1;
    border-radius: 12px;
    font-family: 'Roboto', sans-serif;
}
/*======================== ABOUT SECTION ======================= */
.container{
    padding: 20px 0;
}
.about_main{
    color: grey;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.about_section h2{
    color: #002637;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    border-left:2px solid #23C1F1;
    
}
.about_card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    border-left: 3px solid #23C1F1;
    margin: 20px;
}
.about_card h3{
    color: #002637;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}
/*===================== INITIATIVE SECTION ====================*/
.initiative_card{
    margin: 10px;
}
.initiative_card .card-section{
    background-color: #002637;
    padding: 5px 10px;
}

.initiative_name{
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 500;
}
.initiative_main{
    color: #1687AC;
    font-weight: 500;
    font-size: 25px;
}
.view_btn button{
    background-color: #255B94;
    padding:5px 25px;
    border-radius: 8px;
    letter-spacing: 0.5px;
}
.view_btn button:hover{
    background-color:#002637;
}
/*======================= JOIN US SECTION ================== */
.join_bg{
    background-image: url(../img/join_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.join_bg h2{
    color: white;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.join_bg h2 span{
    color: #23C1F1;
}
.join_bg h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    background: #23C1F1;
    bottom: -5;
    left: calc(50% - 50px);
}

/*===================== CONTACT SECTION ===================*/
.contact_main{
    color: #002637;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #23C1F1;
    border-image: linear-gradient(to right, #23C1F1 10%, transparent 10%) 100% 1;
     
}
.form_card{
    border: 2px solid #002637;
    border-radius: 20px;
}
.displayflex{
    display: flex;
}
.contact_form .form-group label{
    color: #002637;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.contact_form .form-group input{
    color: grey;
    font-family: 'Roboto', sans-serif;
    border-radius: 8px;
    border: 1px solid #1687AC;
}
.contact_form .form-group textarea{
    color: grey;
    font-family: 'Roboto', sans-serif;
    border-radius: 8px;
    border: 1px solid #1687AC;
}
.contact_form button{
    float: right;
    background-color: #002637;
    color: white;
    font-weight: 500;
    border-radius: 30px;
    padding: 4px 20px;
}
/*=========================== FOOTER =======================*/
.footer{
    background-color: #001A2C;
    padding: 35px ;
}
.footer_logo{
    width: 200px;
}
.footer_column{
    padding:auto;
}
.footer_heading{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size:18px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid white;
    border-image: linear-gradient(to right, white 21%, transparent 10%) 100% 1;
}
.footer_column ul li{
    list-style-type: none;
    margin-bottom: 5px;
}
.footer_column ul li a{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: white;
    text-transform: uppercase
}
.clickable{
   text-decoration: none;
   font-weight: 500;
   color: white;
}
.clickable:hover{
    color: white;
    text-decoration: none;
}
.policy_area{
    padding-top: 10px;
    display: flex;
    justify-content: center;
    border-top: 1px solid grey;
}
.policy_area a{
    text-decoration: none;
    color: #dadada;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin: 0 20px;
    @media (max-width: 50em) {
        font-size: 11px;
      }
}
.policy_area a:hover{
    color: white;
    text-decoration: none;
}
.social-icons ul li a img{
    width: 30px;
    height: 30px;
    margin:0 9px;
}
.social-icons ul{
   display: flex;
   justify-content: center;
}
.social-icons ul li {
    border-radius: 50%;
    list-style-type: none;
}



/*===================== BOTTOM FOOTER ===========================*/
.bottom_footer{
    background-color: white;
    padding: 10px 0 1px 0;
}

.bottom_footer p{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color:#255B94;
    font-size: 17px;
    font-weight: 300;
}
.bottom_footer a{
    font-weight: 700;
    color:#255B94;
}
.bottom_footer a:hover{
    color:#1687AC;
    text-decoration: none;
}


/* TRAFFIC PAGE */

.traffic_main{
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
}
.traffic_main::after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    background: #23C1F1;
    bottom: -5;
    left: calc(50% - 50px);
}
.section_head{
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #23C1F1;
    border-image: linear-gradient(to right, #23C1F1 10%, transparent 10%) 100% 1;
}
@media(max-width:60rem){
    .banner_main{
        font-size: 27px; 
    }
}