img {
    max-width: 100%;
}

.hero3 .image1 {
    position: absolute;
    right: 170px;
    top: 180px;
    z-index: -1;
}

.hero3 .main-images .shape1 {
    width: 300px;
    position: absolute;
    top: inherit;
    bottom: 0px;
    right: 120px;
    z-index: 2;
}

@media only screen and (max-width: 1200px) {
    .hero3 .main-images .shape1 {
        display: none;
    }
}


/* theme */
.dashedline {
    border-bottom: 1px dashed #eee;
}

.solidline {
    border-bottom: 1px solid #eee;
}

img {
    max-width: 100%;
}



/*AJAX*/
.btnloading .ajaxnow {
    display: none;
}

.ajaxloading {
    display: none;
}

.btnloading .ajaxloading {
    display: block;
}

.errnote {
    font-size: 12px;
    line-height: 18px;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
}

.errnotediv {
    color: red;
    font-size: 13px;
}

.err {
    display: block;
    font-size: 15px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 20px;
}

.err.danger {
    border-color: #dc3545;
    color: #dc3545;
    background-color: #dc354544;
}

.err.success {
    border-color: #28a745;
    color: #28a745;
    background-color: #28a74544;
}

.errorborder {
    border: 1px solid #d96b6b;
}

select.form-control {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

#dlZgpo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.spin {
    animation: spin .7s linear infinite;
}

/******************************/
select {
    border-radius: 4px;
    border: none;
    background-color: #fff;
    padding: 16px;
    width: 100%;
    color: #777;
}

/* animation */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* media */
@media (min-width: 320px) and (max-width: 575px) {}

@media (max-width: 575px) {}


/*******************/
.progress-wrap{
    right: inherit !important;
    left: 30px !important;
}





/***********************/

.details-posts {}

.details-posts p,
.details-posts p * {
    color: var(--SEO-Marketing-Text-Color, #3C3543) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    transition: all 0.4s !important;
}

.details-posts h1,
.details-posts h1 * {
    color: #0B0314 !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 40px !important;
}

.details-posts h2,
.details-posts h2 * {
    color: #0B0314 !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 40px !important;
}

.details-posts h3,
.details-posts h3 * {
    color: #0B0314 !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 40px !important;
}

.details-posts h4,
.details-posts h4 * {
    color: #0B0314 !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 40px !important;
}

.details-posts h5,
.details-posts h5 * {}

.details-posts img,
.details-posts img * {}

.details-posts a,
.details-posts a * {
    color: #5700FC !important;
    font-weight: bold !important;
}



.what-we-do5 .single-boxs.active::after{
    background: linear-gradient(90deg, #5700FC 2.31%, #9553FD 100%);
}

.what-we-do5 .single-boxs.active h3{
    color: #fff !important;
}
.what-we-do5 .single-boxs.active p{
    color: rgba(255, 255, 255, 0.6705882353);
}

.service3.service-page .service3-box .image img{
    height: auto;
    max-width: 200px;
}
.service3.service-page .service3-box .heading3{
    margin-top: 20px !important;
}