* {
    font-family: Poppins, sans-serif;
}
.essential-text h1 {
    font-family: Avenir-Bold;
    font-size: 32px;
    color: #f8f9fa;
    font-weight: 700;
    line-height: 100px;
}
p {
    font-family: Avenir-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #6a6972;
    text-align: justify;
}

@media only screen and (max-width: 991px) {
    .service_box {
        margin: 10px 0 !important;
    }
}
h1 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
}
.service_box{
            margin:20px 0;
            padding:40px 20px;
            height: 450px;
            text-align: center;
            border-radius:5px;
            background: ##0a000040;
            transition: all 0.30s ease 0s;
            box-shadow: 0px 0px 10px 1px rgba(163,157,163,0.5);
        }
        .service_box:hover{
           background: linear-gradient(to bottom right, #0000ff96 0%, #ff33ccb0 100%);
        }
        .service_box .service_icon{
            width:70px;
            height:70px;
            margin: 0 auto;
            font-size:35px;
            background:#d6dfe8;
            line-height:70px;
            border-radius:50px;
            transform: translateY(0);
            transition: all 0.30s ease 0s;
        }
        .service_box:hover .service_icon{
            transform: translateY(-100%);
        }
        .service_box .service_icon i{
            color:#333;
        }
        .service_box h3{
            position: relative;
            top:30%;
            margin:0;
            color:#f8f9fa;
            font-size:23px;
            text-transform:uppercase;
            transform: translateY(0%);
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
            
        }
        .service_box:hover h3{
            top:-10%;
        }
        .service_box  p{
            color:#f8f9fa;
            margin:0;
            opacity:0;
            transition: all 0.30s linear 0s;
        }
        .service_box:hover p{
            opacity:1;
        }
.footer-terms ul {
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    top: 75%;
    left: 27%;
    transform: translate(-50%, -50%);
}
.footer-terms ul li {
    list-style: none;
    margin: 0 15px;
}
.footer-terms ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #333;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    transition: 0.2s;
}
.footer-terms ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #876bf8;
    transition: 0.5s;
    transform: scale(0.9);
    z-index: -1;
}
.footer-terms ul li a:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #7c6afa;
}
.footer-terms ul li a:hover {
    color: #007bff;
    box-shadow: 0 0 5px #007bff;
    text-shadow: 0 0 5px #007bff;
}

.font-color {
    color: #f8f9fa;
}
.contact {
    color: #8e8989;
    font-family: Avenir-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}
.keybenefits {
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact {
    color: #fff;
    margin-left: 15px;
    margin-right: 10px;
}
.terms {
    color: #fff;
    padding-left: 20px;
}
.contact_address {
    color: #fff;
}
.banner-text h1
{
    font-size:26px!important;
}
.why-for
{
    padding-top: 30px;
    padding-bottom: 60px;
}

/*///// Banner Content Custom //////*/
.about_bkt {
    position: relative;
}
.about_bkt li {
    color: #fff;
    position: relative;
    padding: 6px 0 6px 25px;
}
.about_bkt li:before {
    content: '';
    width: 8px;
    height: 8px;
    top: 15px;
    left: 0;
    border-radius: 30px;
    position: absolute;
    background-color: #fff;
}
.banner-text {
    max-width: 570px !important;
    margin-top: 90px;
}
.visib_mob {
    display: none;
}

@media (max-width:576px) {
    .visib_desk {
        display: none;
    }
    .visib_mob {
        display: block;
    }
}


/*.card {*/
/*    background: #805ad66e;*/
/*    border-radius: 2px;*/
/*    display: block;*/
/*    height: 240px;*/
/*    margin: auto;*/
/*    position: relative;*/
/*    width: 900px;*/
/*    border-radius: 25px;*/
/*    box-shadow: 0 0 10px 1px rgba(163, 157, 163, 0.5);*/
/*}*/
/*.card-1 {*/
/*    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
/*    transition: all 0.2s ease-in-out;*/
/*}*/
/*.card-1:hover {*/
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
/*}*/
/*.card-1 p {*/
/*    font-family: Avenir-Regular;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 26px;*/
/*    color: #f8f9fa;*/
/*    text-align: justify;*/
/*}*/
/*@media only screen and (max-width: 600px) {*/
/*    .card {*/
/*        width: 290px;*/
/*    }*/
/*    .advmob {*/
/*        margin-left: 55px;*/
/*    }*/
/*}*/