a{
    color: white !important;
}

.Scroll-Arrow a i{
    font-size: 25px;
    color: #000000;
    padding: 7px 7px;
    border-radius: 5px;
    position: fixed;
    bottom: 8%;
    right: 2%;
    transition: 0.5s;
    background-color: transparent;
    border: 2px solid #000000;
    background-color: rgba(0,0,0,0.1);
    font-weight: 500;
}

body{
    
    background-color: gray !important;
}
.abc{
    position: sticky !important;
    top: 0;
    z-index: 1;
}
.ac{
    color:black !important;
}

.navbar-style{
    box-shadow: 0 12px 10px #050505;
    text-transform: uppercase;
    
}

.top-img{
    width: 170px;
    height: 70px;
}
.top-img:hover{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 3px;
}
.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);
}
.btn{
    color: black !important;
}
.btn:hover{
    border: 1px solid #c0dacd;
    background-color: #595e5f;
    transition: 2s;
    color: #fff !important;
}


.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(https://cdn.wallpapersafari.com/4/30/BrdA3q.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.cta 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%;
    background-color: rgb(190, 190, 190);
    line-height: 1.2;
}


.icon{
    color: rgb(71, 71, 71);
}

.icon:hover{
    color: aliceblue;
}

.footer h3{
    font-family: sans-serif;
}

footer{
    color: #fff;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px #efefef;
    text-transform: uppercase;
    font-size: 16px;
    background-color: black;
    text-align: center;
    font-family: sans-serif;
}
.flogo{
    width: 150px;
}
.logo{
    width: 100px;
    padding-bottom: 10px;
}