*{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p {
    font-family: 'Raleway', sans-serif;
}
.header h6 {
    margin-top: -15px;
}
.header{
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 5px;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
}
.banner  {
    background: linear-gradient(rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)),url(../../images/4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 205px;
    padding-bottom: 310px;

}
.banner .content h3 {
    font-weight: 900;
}
.banner .content h5 {
    font-weight: 500;
    font-size: 25px;
}
.services {
    background: linear-gradient(45deg,#012a5e,#dc3545);
}
.services .data {
    border: 1px solid rgba(255,255,255,0.3);
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.services .data ul li:hover {
    color: coral;
    margin-left: 30px;
    cursor: pointer;
    transition: 0.9s;
}
.footer .l {
    width: 30%;
    height: 1px;
    margin-left: 220px;
    background: linear-gradient(45deg, #ffa0a4, #a38dfd);
}
.footer .row {
     --bs-gutter-x: 0rem;
}
.C:hover {
    color: #ffa0a4;
    transition: 3.9s;
}
@media screen and (max-width: 576px) {
    .footer .l {
        margin-left: 110px;
        width: 40%
    }
    .footer .k {
        margin-top: 40px;
    }
}