.ourservices {
    background: #f3f6f9;
}
.drone-icon-wrap {
    padding: 50px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    width: 100%;
    height: 98%;
    flex-direction: column;
    transition: .3s ease-in-out;
}
.drone-icon-wrap h4 {
    font-size: 22px;
    line-height: 33px;
    color: var(--secondrycolor);
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0;
}
.drone-icon-wrap img {
    margin: 0 0 30px;
}
.drone-icon-wrap:hover, .drone-icon-wrap:focus {
    box-shadow: 0 0 10px #ff6c1a inset;
    transition: .4s ease-in-out;
}
.solutions-card {
    padding: 38px 40px;
    border: 1px solid #e5e7eb;
    height: 100%;
    background: #fff;
}
.solution-common .solutions-card {
    text-align: center;
}
.solution-common .solutions-card ul {
    text-align: left;
}
.casestudy-section .recent-content-left h3 a {
    font-size: 30px;
}
.solutions-card h3 {
    color: #192a44;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 34px;
}
.solutions-card ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.solutions-card li {
    color: #4c596d;
    font-size: 16px;
    font-weight: 400;
    line-height: 168%;
    padding-bottom: 12px;
    position: relative;
    padding-left: 18px;
    list-style-type: none;
    margin: 0;
}
.solutions-card li:before {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #ff6c1a;
}
.solutions-card:hover {
    border: 1px solid #ff6c1a !important;
}
.bg-blue {
    background: var(--bglightblue);
}
.bg-blue .what-we-do-app {
    padding: 30px;
    background: #fff;
    height: 100%;
}
.business-growth .what-we-do-app {
    padding: 30px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #70707033;
    height: 100%;
    text-align: left;
}
.what-we-do-app h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 15px;
    font-weight: 600;
    color: var(--secondrycolor);
}
ul.techstack {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    border: 0;
}
.techstack li.tech-list {
    margin: 0 10px 20px;
    display: inline-block;
}
.techstack li.tech-list .actives,.techstack li.tech-list .active, .techstack .actives-tech,.techstack .active, .techstack .tech-list a:hover, .techstack li.tech-list .a:hover, .techstack .tech-list a:focus, .techstack li.tech-list .a:focus {
    background: #ffe1d1 !important;
    color: #ff6c1a !important;
    border: 1px solid #ffe1d1 !important;
}
.techstack .tech-list a, .techstack .tech-list .a {
    border: 1px solid #f3f6f9;
    padding: 12px 30px;
    font-weight: 500 !important;
    font-size: 20px;
    color: #777;
    background: #f3f6f9;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.techstack li.tech-list a, .techstack li.tech-list .a {
    display: block;
}
.achievements-section .achievement h4 {
    color: var(--secondrycolor);
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    padding-bottom: 8px;
}
.achievements-section .achievement p {
    color: var(--secondrytextcolor);
    font-size: 14px;
    line-height: 162%;
    font-weight: 500;
}
.tech-stack-details img {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 15px !important;
    object-fit: contain !important;
}
.tech-stack-details p, .tech-stack-wrap p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.tech-stack-details {
    margin: 0 auto !important;
    text-align: center;
}


@media screen and (max-width: 1600px) {
    .business-growth .what-we-do-app h3 {
        font-size: 26px;
        line-height: 38px;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 1199px) {
    .drone-icon-wrap {
        padding: 30px;
    }
    .drone-icon-wrap h4 {
        font-size: 19px;
        line-height: 28px;
        margin: 0 0 10px;
    }
    .solutions-card {
        padding: 25px 30px;
    }
    .solutions-card h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .business-growth .what-we-do-app {
        padding: 25px;
    }
    .business-growth .what-we-do-app h3 {
        font-size: 22px;
        line-height: 34px;
    }
    .tech-stack-details img {
        height: 70px !important;
        width: 70px !important;
        margin-bottom: 10px !important;
    }

}
@media screen and (max-width: 991px) {
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 10px 20px;
        font-size: 17px;
    }
    .techstack li.tech-list {
        margin: 0 5px 10px;
    }
    .drone-icon-wrap {
        padding: 20px;
    }
    .drone-icon-wrap h4 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 10px;
    }
    .solutions-card {
        padding: 20px 25px;
    }
    .solutions-card h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .solutions-card li {
        font-size: 15px;
    }
    .business-growth .what-we-do-app h3 {
        font-size: 21px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 6px 15px;
        font-size: 16px;
    }
    .techstack li.tech-list {
        margin: 0 5px 10px;
    }
    .drone-icon-wrap {
        padding: 20px;
    }
    .drone-icon-wrap img {
        margin: 0 0 15px;
    }
    .drone-icon-wrap h4 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 10px;
    }
    .solutions-card {
        padding: 20px;
    }
    .solutions-card h3 {
        margin-bottom: 15px;
    }
    .solutions-card li {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .bg-blue .what-we-do-app {
        padding: 20px;
    }
    .business-growth .what-we-do-app h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 576px) {
    .drone-icon-wrap {
        padding: 15px;
    }
    .drone-icon-wrap img {
        margin: 0 0 10px;
    }
    .drone-icon-wrap h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .solution-common .solutions-card img {
        width: 50px;
        height: 50px;
    }
    .drone-icon-wrap img {
        width: 40px;
        height: 40px;
    }
    .drone-icon-wrap h4 {
        font-size: 16px;
    }
    .business-growth .what-we-do-app h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .tech-stack-details img {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 380px) {
    .business-growth .what-we-do-app h3 {
        font-size: 17px;
        line-height: 26px;
    }
    
    .tech-stack-details p, .tech-stack-wrap p, .tech-stack-details .mobileapps-text-wrap p {
        font-size: 14px;
    }
}