a:hover {
    text-decoration: none;
}
.header-btn {
    font-weight: 600;
    font-size: 17px;
}

.w-logo-sm {
    width: 110px;
}

.text-secondaryColor {
    color: #eee;
}

.mt-100px {
    margin-top: 100px;
}

.bg-secondaryColor {
    
    --tw-bg-opacity: 1;
    background-color: rgb(240 180 16 / 0%);
}

.border-secondaryColor {
    border: 2px solid;
    --tw-border-opacity: 1;
    border-color: #fff;
}

.hover\:text-secondaryColor:hover {
    --tw-text-opacity: 1;
    color: #8241d0;
}
img.abt {
    border-radius: 20px;
    width: 450px;
    float: right;
    margin-left: 35px;
}
section.abt-section {
    padding: -1px 0;
}
img.our-mi {
    float: left;
    width: 400px;
    margin-right: 35px;
}
.hover\:bg-primaryColor:hover {
    --tw-bg-opacity: 1;
    border: 4px solid antiquewhite;
    background-color: rgb(131 65 209);
}
.bg-primaryColor {
    --tw-bg-opacity: 1;
    background-color: rgb(130 65 208);
}

.border-primaryColor {
    --tw-border-opacity: 1;
    border-color: rgb(130 65 208);
}
.hover\:text-primaryColor:hover {
    --tw-text-opacity: 1;
    color: rgb(131 63 209);
}
.bg-blueDark {
    background-color: #8140cfe8 ; 
}
a.our-sol-btn {
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    padding: 5px 15px;
    background-color: #8241d0;
}
a.our-sol-btn:hover{
    border-radius: 5px;
    font-weight: 600;
    color: #8241d0;
    padding: 3px 13px;
    border: 2px solid #8241d0;
    background-color: #ffffff;
}

.col-lg-6 text{
    background-color: #8241d0;
}


.dt-icon img {
    width: 200px;
}

.dt-text h3{
font-size: 24px;
font-weight: 600;
}
.dt-icon {
    padding-bottom: 10px;
    justify-content: center;
    display: flex
;
    text-align: center;
}
.dt-card {
    height: 100%;
    padding: 11px 10px 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}
.py-50px {
    padding-top: -7.875rem;
    padding-bottom: 3.125rem;
}

.shadow{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.client-img{
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 7px;
    padding: 20px;
    margin-bottom:30px;
    height: 86%;
    display: flex;
    align-items: center;
}

.about-sec.mt-10.pb-0.mb-5 {
    padding-top: 50px;
}
.tab-top{
        padding-top: 50px;

}

@media screen and (max-width:556px) {
    .wpw {
        width: 80%;
    }

}

@media screen and (max-width:991px) {
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
    .dpnone{
        display: none;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    .header-btn {
        font-weight: 600;
        font-size: 14px;
    }
}

@media screen and (min-width:375px) and (max-width:991px){
    .oursol{
        margin-top:30px;
    }
}