body {
     font-family: "Inter", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
    color: #777;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}


.footer{
    background: #3a3a3a;
}
.f-widget h6{
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}
.f-widget p{
    font-size: 12px;
    color: #fff;
}
.f-widget a i{
    font-size: 20px;
}
.f-widget a{
    font-size: 12px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
.heading h2{
    color: #000;
    font-weight: 700;
}
.highlight {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #dfeaf2 50%);
}
.client-box.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
}
.bg-ligght {
    background: #f4f8fb;
}
.dig-box img{
    width: 80px;
}
.dig-box h3 {
    font-weight: 700;
    margin: 20px 0px;
}
.dig-box p{
    font-size: 18px;
}
.dig-box a{
    font-size: 17px;
    color: #e75d4f;
    text-decoration: none;
}
.dig-box{
    padding-right: 30px;
}
.heading p{
    font-size: 19px;
}
.leader-box p{
    font-size: 19px;
}
.heading a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 19px;
    background: #e75d4f;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
    margin-top: 20px;
}
.bx-shadow{
    box-shadow: 0 4px 8px 0 #3a3a3a66;
}
.pl-30{
    padding-left: 30px;
}
.header a.btn{
    box-shadow: 0 4px 8px 0 #3a3a3a66;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 19px;
    background: #e75d4f;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
}
.banner-content h1{
    font-weight: 800;
    font-size: 70px;
}
.banner-content p{
    margin: 20px 0px;
    font-size: 24px;
    font-weight: 700;
}
.bannerbg-ligght{
    background: #eef4f8;
}
.banner-content a{
    box-shadow: 0 4px 8px 0 #3a3a3a66;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 19px;
    background: #e75d4f;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
}


















@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 769px) {
    .dig-box{
        margin-bottom: 40px !important;
    }
    .images-box{
        margin: 20px 0px;
    }
    .heading a{
        font-size: 16px;
    }
    .banner-image{
        margin: 20px 0px;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .banner-content p {
        font-size: 19px;
    }
    .pl-30 {
        padding-left: 0px;
    }
    a.btn{
        display: none !important;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}