@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Poppins;
}

#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar {
    background-image: linear-gradient(to left, #10133b,#fff);
    padding: 0 !important;
}

.navbar-brand img {
    height: 60px;
    padding-left: 20px;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    color: #111;
    font-family: Poppins;
    font-weight: 600;
    float: right;
    text-align: left;
}

.fa-bars {
    color: #fff;
    font-size: 30px;
}

.navbar-toggler {
    outline: none !important;
}


/*----------------------Banner-----------------------*/

#Banner {
    background-image: linear-gradient(to left, #10133b, #fff);
    color: #111;
    padding-top: 5%;
}

.sub-title {
    font-size: 40px;
    font-weight: 600;
    max-width: 800;
    margin-top: 100px;
}

.con-button {
    width: 40px;
    margin: 20px;
}

#Banner a {
    color: #111;
    font-family: Poppins;
    text-decoration: none;
}


/*Services*/

section.SR {
    display: flex;
    flex-direction: column;
    height: 100vh align-items: center;
    padding: 100px;
    margin: top 60px;
}

.services {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    text-align: center;
}

.services .service {
    padding: 30px;
}

.services .service h2 {
    font-size: 24px;
    font-weight: 500px;
    margin-top: 20px;
    color: #111;
}

.services .service:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services .service .icon img {
    max-width: 200px;
}

.csc {
    font-size: 24px;
    font-weight: 500px;
    margin-left: 10%;
    float: left;
    height: 200px;
    width: 200px;
}

.compliance {
    font-size: 24px;
    width: 100%;
    height: auto;
    padding: 1%;
    color: #111;
    font-weight: 100px;
    margin-top: 20px;
}

.cs .compliance .h4 {
    margin: 0px;
}

.compliance .lst {
    text-decoration: none;
}

.foot {
    background-image: linear-gradient(to left, #10133b, #fff);
    padding: 0 !important;
    text-align: center;
}
@media (max-width: 850px){

    #Banner {
        background-image: linear-gradient(to left, #10133b, #fff);
        color: #111;
        padding-top: 5%;
    }

    .sub-title {
        font-size: 12px;
        font-weight: 600;
        max-width: 800;
        margin-top: 100px;
    }

    .sub-title 

    .con-button {
        width: 20px;
        margin: 10px;
    }
    .container p{
        font-size: 12px;
    }

    .container a{
        font-size: 12px;
    }

    section.SR {
        display: inline;
        flex-direction: column;
        height: 80vh align-items: center;
        padding:80px;
        margin: top 40px;
    }

    .SR .title p{
        font-size: 12px;
    }

    .SR .title h1{
        font-size: 14px;
    }
    
    .services {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        text-align: center;
    }
    
    .services .service {
        padding: 20px;
    }

    .services .service p{
        font-size: 12px;

    }
    
    .services .service h2 {
        font-size: 12px;
        font-weight: 500px;
        margin-top: 20px;
        color: #111;
    }
    
    .services .service:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    
    .services .service .icon img {
        max-width: 80px;
    }

    .foot p{
        font-size: 12px;
    }