
.container{
    padding: 0 120px !important;
}



/* top-navbar  */
.top_navbar{
    background-color: #151968;
    color: white;
    padding: 10px 0;
}

.nav-btn{
    text-decoration: none;
    color: black;
    background-color: #F7C32E;
    border-radius: 10px;
    padding: 10px 35px;
    font-size: 12px;
    font-weight: 600;
}
.top-btn{
    display: flex;
    justify-content: flex-end;
}
.top-text{
    display: flex;
    align-items: center;
}
.top-text>span{
    font-size: 12px;
}

/* second navbar  */
.second_navbar{
    padding: 10px 0;
}
.second-select{
    display: flex;
    justify-content: flex-end;
}
.second-select>select{
    background-color: #F7C32E;
    border-radius: 5px;
    padding: 5px 25px;
    border: none;
}

/* third navbar  */
.nav-link{
    font-weight: 700 ;
    padding: 0 20px !important;
}
.nav-first{
    padding: 0 20px 0 0 !important;
}

/* slider banner  */
.slider_banner{
    background-color: #151968;
    color: white;
    padding: 20px 0;
}
.banner_img{
    border-radius: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.banner_text>span{
font-size: 14px;
}
.banner_text>hr{
    width: 200px;
    border: 3px solid white;
    opacity: 1;
    margin-bottom: 0;
}
/* about section  */
.about_wrapper{
    padding: 50px 0;
}
.about_text{
    background-image: url(../img/third-bg.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    justify-content: center;
    
}
.about_text>h5{
    color: #151968;
    font-weight: 600;
}
.about_col{
    margin-top: 50px !important;
}
.about_col1{
    margin-top: 50px !important;
}
.about_col>ul>li{
    list-style: none;
    margin-top: 10px;
}
.about_col1>ul>li{
    list-style: none;
    margin-top: 10px;
}
/* benefits section  */
.benefits_wrapper{
    background-image: url(../img/sec4-background.png);
    color: white;
    padding: 80px 0;
}
.benefit-col{
    display: flex;
    align-items: center;
    margin-top: 50px !important;
}

.bnum{
    background-color: #151968;
    border: 2px solid #F7C32E;
    color: #F7C32E;
    font-size: 32px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -30px;
    z-index: 99;
}
.btext{
    text-align: justify;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 400px;
    color: black;
    padding: 0 50px;
}
.benefit-col:hover .btext{
    background-color: #151968;
    color: white;
}
.benefit-col:hover .bnum{
    background-color: #F7C32E;
    border: 2px solid #151968;
    color: #151968;
}

/* challenges section  */
.challenges{
    background-image: url("../img/bg-2.jpg");
    padding: 50px 0;
}
.challenge-text>p{
    background-color: white;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 20px 0 20px 0;
    padding: 0 20px ;

}
.challenge-col{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* stay connected  */
.stay-container{
    background-image: url("../img/bg10.jpg");
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-left{
    display: flex;
    justify-content: center;
}

.left-row{
    margin-top: 80px !important;
    width: 80%;
    border: 1px solid #151968;
    border-radius: 10px;
    padding: 60px;
    display: flex;
    justify-content: space-between;
}
.connect-box{
    background-color: #151968;
    color: white;
    border-radius: 5px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    text-align: center;
}
.row-right{
    margin-top: 80px !important;
    justify-content: space-around;
    width: 70%;
}
.row-right>h4{
    margin-bottom: 50px;
}

.box-right{
    border: 1px solid #151968;
    border-radius: 5px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box-right>h4{
    text-align: center;
    color: red;
}
.box-right>p{
    margin-top: 10px;
    text-align: center;
}
.col-icon{
    display: flex;
    justify-content: center;
    margin-top: 50px !important;
}
.icons{
    background-color: #151968;
    display: flex !important;
    justify-content: space-between;
   width: 20%;

   border-radius: 20px;
}
.icons>i{
padding: 10px 20px;
border-radius: 20px;
}
.icons>i:hover{
background-color: #F7C32E;
}
