body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    background-color: #fafbfe;
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    padding: 20px 0;
    background-color:#fff;
    transition: all 0.4s ease-in-out;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
} 

.navbar .navbar-brand img {
    width: 100px;
}

.navbar .navbar-brand {
    font-size: 24px;
    font-weight: bold;
}

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

.navbar a.nav-link {
    color: #212121;
    font-weight: 500;
    transition: all 0.2s;
}

.navbar a.nav-link:hover {
    color: #0400FF;
    transition: all 0.2s;
}


.navbar-nav {
    align-items: center;
}

a {
    color: #0400FF;
}

.btn-one {
    display: inline-block;
    position: relative;
    padding: 12px 20px 12px;
    min-width: 120px;
    border: 2px solid transparent;
    min-height: 44px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(136 144 195 / 20%), 0 5px 15px 0 rgb(37 44 97 / 15%); 
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
background-color: #0400FF;
    color: #fff !important;
    transition: all 0.3s;
}

.btn-one:hover, .btn-one:focus {
    background-color: #0400e4;
    color: #fff;
    transition: all 0.3s;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px 0 rgb(136 144 195 / 22%), 0 8px 15px 0 rgb(37 44 97 / 17%);
}

.card-one {
    box-shadow: 0 0 1.25rem rgba(31,45,61,.05);
    background-color: #fff;
    padding: 30px;
    height: 100%;
}

.card-one .icon {
    background-color: #f19e32;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
}

.card-one .one {
    background-color: #f19e32; 
}

.card-one .two {
    background-color: #0400e4; 
}

.card-one .three {
    background-color: #171347; 
}

.card-one .four {
    background-color: #17b365; 
}

.qr-area button {
    border: 1px solid #a2c3fd;
    background-color: #E9F1FF;
    padding: 12px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #0400e4;
    transition: all 0.3s;
     }

.qr-area button:hover { 
    border: 1px solid #0400e4;
    background-color: #0400e4; 
    color: #fff;
    transition: all 0.3s;
     }
    
.qr-area button:visited { 
    background-color: #0400e4; 
    color: #fff;
    transition: all 0.3s;
     }
    
    
.footer {
    background-color: #f4f4f4;
    padding: 70px 0;
}

.footer .social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #212121;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    transition: all 0.3s;
}

.footer .social a:hover {
    background-color: #0400e4;
    transition: all 0.3s;
}

.footer ul {
    list-style: none;
    padding-left: 5px;
    margin-top: 15px; 
}

.footer ul li a {
    color: #212121;
    display: inline-block;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.footer ul li a:hover {
    color: #0400e4; 
    padding-left: 10px;
    transition: all 0.3s;
}

.footer-bottom {
    background-color: #212121;
    padding: 20px;
    color: #fff;
    text-align: center;
}