* {
    padding: 0;
    margin: 0;
}

.navbar .nav-link {
    color: rgb(2, 14, h41);
    font-weight: 600;
}

.list-style {
    list-style: none;
    justify-content: right;
    font-size: 1h4px;
}

.text-justify {
    text-align: justify;
}

.top-box {
    color: gray;
    font-weight: 600;
}

#active {
    color: red;
}


.poster-top {
    padding: 0px;
    position: relative;
    background-color: aqua;
    background: url(./img/top.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    color: white;
}

.poster-top span {
    color: red;
    font-weight: 700;
}

.poster-top p {
    margin: 0;
    font-size: 21px;
}

.small-text {
    font-size: 12px;
}

.url-box-sec {
    border: 1px solid red;
}

.url-box-sec p {
    font-size: 14px;
}

.url-box input {
    height: 28px;
    width: 75%;
    font-size: 10px;
    border: none;
    padding: 2px;
}

.url-box input:focus {
    outline: none;
}

.url-box {
    display: flex;
    height: 31px;
    width: 100%;
    align-items: center;
    border: 1px solid black;
}

.url-box button {
    width: 90px;
    font-size: 10px;
    border: none;
    height: 22px;
    margin: 2px;
    background-color: rgb(0, 9, 90);
    color: white;
}

.blk {
    background-color: rgba(0, 0, 0, 0.603);
}

#servcie h4 {
    font-weight: 700;
    border-bottom: 2px solid red;
    width: 40%;
    padding: 4px;

}

#servcie p {
    font-weight: 700;
}

.service {
    background-color: #ede9ea;
    padding: 10px 20px;
}

.service p {
    font-size: 14px;
}

.service {
    line-height: 15px;
}

.service h6 {
    font-size: 14px;
    color: rgb(0, 9, 90);
    font-weight: 600;
}

.service img {
    height: 55px;
    width: 45px;

}

.line {
    border-right: 1px solid gray;

}

.diff {
    padding: 0px;
    position: relative;
    background-color: aqua;
    background: url(./img/top.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    color: white;

}

.box {
    background-color: #ede9ea;
    color: black;


}

.box h6 {
    color: rgb(0, 9, 90);
}

.box img {
    height: 80px;
    width: 80px;
    margin-left: 75%;


}

.diff h4 {
    font-weight: 700;
    border-bottom: 2px solid red;
    width: 27%;
    padding: 4px;


}

#app h3 {
    font-weight: 700;
    border-bottom: 2px solid red;
    width: 18%;
    padding: 4px;
    margin: auto;
    color: rgb(0, 9, 90);


}

#sub {
    width: 77%;
    padding: 4px;


}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;

}

.app-box {
    border-radius: 190px 0px 0px 190px;
    background-color: rgb(0, 9, 90);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.pic img {
    height: 139px;
    width: 139px;
    border-radius: 50%;

}

.pic {
    background-color: black;
    border-radius: 50%;
}

.app-box p,
.app-box-2 p {
    line-height: 16px;
}

.app-box-2 {
    border-radius: 0px 190px 180px 0px;
    background-color: rgb(0, 9, 90);
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

footer {
    background-color: rgb(0, 9, 90);
    color: white;
}

footer li {
    list-style: none;
    font-size: 14px;
    margin: 20px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer h6 {
    margin: 20px;
}

.borderl {
    border-left: 1px solid white;
}
footer a{
    text-decoration: none;
    color: white;
    font-weight: 600;
}
@media screen and (max-width:576px) {
    #servcie h4 {
        width: 100%;
        padding: 10px;

    }

    .diff h4 {
        width: 75%;
        padding: 10px;


    }

    #sub {
        width: 100%;
        padding: 4px;


    }

    #app h3 {

        width: 50%;



    }

    .top-box {
        display: none;
    }

}