tml{
    font-size: 16px;
    font-family: "Roboto",sans-serif;
}

body{
    background-color: #151D38;
}

p{
    color: #fff;
    font-weight: 400;
}

a:hover{
    color:#fff;
    font-weight: bold;
}


/* Header Section */

header{
   box-shadow: 0 0 8px #10131f;
}

.navbar img{
    width: 57px;
    height: 57px;
}

.navbar-toggler{
    color: #fff;
}

.nav-item{
    padding-right: 1.4rem;
    align-self:start;
}

.nav-item a{
    color:#151D38;
    font-size: 1rem;
    font-weight: 500;
}

.nav-item a:hover{
    font-weight: bold;
}

.nav-link.btn{
    background-color: #ffffff;
    color: #151D38;
    width: 108px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    border: 3px solid #151D38;
    box-shadow: none;
}


/* Banner Section */
main{
    background-image: url('./assest/nexios\ 2.svg');
    background-repeat: no-repeat;
    background-position:left top;
    
}

.banner{    
    margin-top: 3rem;
    margin-bottom: 50px;
}

.banner h1{
    color: #fff;
    line-height: 1.2;
    font-size: 2.5rem;
    font-weight: 700;
}

.content-header{
    margin-bottom: 2rem;
}

.description p{
    text-align: justify;
}

.image-container{
    width: 100%;
}

.image-container img{
    width: 85%;
}

.banner .btn{
    width: 140px;
    padding: 12px 0;
}

/* Footer  */

footer{
    background-color: #222739;
    padding: 1.5rem 0;
    padding-bottom: 1.5rem;
    color: #ffffff;
}
footer p{
    margin-bottom: 0px;
    color: #ffffff;
}

footer .fab{
    font-size: 1.5rem;
    color:white;
}

footer a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    
}

.footer-link p{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.footer-contact .contact-us{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

a:hover{
    color:#3D8AB6;
    font-weight: bold;
}

@media only screen and (max-width:995px) {
    ul{
        margin-top: 1rem;
    }
    .nav-item{
        margin-bottom: 0.3rem;
    }
    main .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .content{
        width: 100%;
    }
    .image-container{
        margin-bottom: 2rem;
    }
    .image-container img{
        width: 70%;
    }
    
}

@media only screen and (max-width:785px) {
    .row{
        display: flex;
        flex-direction: column-reverse;
    }
    
}
@media only screen and (max-width:500px) {
    .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .image-container img{
        width: 80%;
    }
    .banner h1{
        line-height: 1.2;
        font-size: 1.6rem;
        font-weight: 600;
    }
}

.container-5{
    padding: 0 5%;
}

.__spcace{
    height: 100px;
}