a{
    color: white !important;
}

body{
    
    background-color: rgb(204, 193, 193) !important;
}
.ab{
    position: sticky !important;
    top: 0;
    z-index: 1;
}
.ac{
    color:black !important;
}

.div{
    
    box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);   
}
.div:hover{

    box-shadow: 0px 0px 20px 0px rgba(0,0,0,9);
}

.m{
    transition: 0.5s;
}
.m:hover{
    transform:translateY(-10px);
}
.top-img{
    width: 170px;
    height: 70px;
}
.top-img:hover{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 3px;
}

.New{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(39, 60, 145, 0.9),rgba(26, 136, 209, 0.5));
    
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.New h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0%;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}
.hero-btn:hover{
    border: 1px solid #3d3d3d;
    background-color: #6b6362;
    transition: 2s;
}

.footer{
    width: 100%;
    color: white;
    background-color: rgb(32, 32, 32);
    line-height: 1.2;
}


.icon{
    color: rgb(71, 71, 71);
}

.icon:hover{
    color: aliceblue;
}

.footer h3{
    font-family: sans-serif;
}

.flogo{
    width: 150px;
}
.logo{
    width: 100px;
    padding-bottom: 10px;
}
.go-to-top{
    position: fixed;
    bottom: 50px;
    right: 30px;
}