body{
    overflow-x: hidden !important;
}
.navbar-brand img{
    width: 180px !important;
}
.service-content img{
    width: 100px;
    object-fit: cover;
}
.service-content h3{
    font-size: 22px;
}
.services-section{
    padding-top: 100px;
    padding-bottom: 200px;
}
.work-process{
    padding-top: 100px;
    padding-bottom: 100px;
}
.dl-moc img{
    width: 100%;
    border-radius: 10px;
}
.content-section{
    padding-bottom: 100px;
}
.content-section{
    padding-bottom: 100px;
}
.download-section{
    padding: 100px 0px;
}
.features-card {
    background: linear-gradient(to right, #ffa713, #ffd200);
    padding: 20px;
    border-radius: 10px;
}
.features-img img {
    width: 230px;
}
.features-text {
    text-align: center;
    color: white;
}
.features-text p {
    font-size: 14px;
    color: gray;
}
.features-text h3{
    color: white !important;
    position: relative;
    font-size: 20px;
    top: -10px;
}
.heading h2{
    text-align: center;
    padding-bottom: 50px;
}
.owl-controls{
    margin-top: 20px !important;
}
.sponsor-item img{
width: 100px !important;
height: 100px !important;
}
.widget-content img{
    width: 200px;
}
@media (max-width: 768px) {
    .services-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .content-section .bg-shape {
        background-image: url(../img/bg-shape-2.png);
        background-repeat: no-repeat;
        background-position: top right;
        position: absolute;
        /* width: 500px; */
        width: 100% !important;
        height: 607px;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .download-section {
        padding: 0px!important;
    }
    .work-process {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .navbar-brand img {
        width: 150px !important;
    }
}
.bot-img img{
    width: 100%;
    border-radius: 10px !important;
}
