.main-brand img,
.dsnload__img img {
    width: 140px;
}

@media (max-width: 767px) {
    .main-brand img,
    .dsnload__img img {
        width: 110px;
    }
}

.invisible {
    visibility: hidden;
}

.color-theme {
    color: var(--theme-color) !important;
}

.color-whitesmoke {
    color: #e3e3e3;
}

.of-contain {
    object-fit: contain !important;
}

.title-lg.for-main {
    color: #fff;
}

@media (min-width: 1200px) {
    .of-contain-lg {
        object-fit: contain !important;
    }
}

@media (max-width: 991px) {
    .of-contain-sm {
        object-fit: contain !important;
    }
}

@media only screen and (max-width: 575px) {
    .header-corporate .content .title-lg {
        font-size: 37px;
    }
}

@media only screen and (max-width: 767px) {
    .title-lg.for-main {
        font-size: 58px;
    }
}

@media only screen and (max-width: 991px) {
    .title-lg.for-main {
        line-height: initial !important;
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .title-lg.for-main {
        line-height: initial !important;
        font-size: 60px;
    }
}

.theme-color {
    color: var(--theme-color);
}

.theme-bg {
    background-color: var(--theme-color);
}

.theme-bg.secondary {
    background-color: var(--theme-secondary);
}

.theme-color.for-secondary {
    color: var(--theme-secondary);
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.v-light #site_menu_header {
    background-color: #ffffffa8;
}

.text-white {
    color: white;
}

.text-whitesmoke {
    color: #e9e9e9;
}

.text-dark {
    color: black;
}
.ls-05 {
    letter-spacing: 0.5px;
}
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-800 {
    font-weight: 800;
}

.tab-title.for-faq {
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter";
    letter-spacing: 0.4;
    line-height: initial;
    text-transform: capitalize;
}

.title-block.for-faq {
    font-size: 15px;
    line-height: initial;
    letter-spacing: 0.1px;
    max-width: 90%;
    text-transform: unset;
}

@media (max-width: 575px) {
    .title-block.for-faq {
        font-size: 13px;
    }

    .tab-title.for-faq {
        font-size: 13px;
    }

    .dsn-service.services-accordion
        .accordion__item
        .accordion__question
        .icon
        svg {
        height: 12px;
    }
}

/* footer */
.footer-personal {
    border-radius: 12px;
    padding: 15px 30px;
}

.powered--by {
    color: initial;
    display: inline-flex;
    color: #345041;
    align-items: center;
    font-weight: 600;
}

.powered--by img {
    height: 23px;
    margin-top: -2px;
    margin-left: 5px;
    letter-spacing: 0.5px;
}

@media (max-width: 575px) {
    .powered--by a img {
        margin-top: -3px;
        margin-left: 6px;
        height: 21px;
    }
}

.floating--whatsapp {
    position: fixed;
    right: 30px;
    bottom: 24px;
    width: 65px;
    z-index: 100;
}

.floating--whatsapp:focus {
    transform: scale(1.1);
}

@media (min-width: 1200px) {
    .floating--whatsapp:hover {
        transform: scale(1.1);
    }
}

.floating--whatsapp * {
    z-index: 100;
}

.floating--whatsapp img {
    object-fit: contain;
}

@media (max-width: 767px) {
    .floating--whatsapp {
        right: 25px;
        bottom: 20px;
        width: 50px;
    }
}

.for-plan-title {
    line-height: initial;
    margin-bottom: 2px;
}

.for-price {
    color: #f3977c;
    margin-top: 0px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}

.for-price strong {
    font-weight: 600;
}

.plans--desc {
    font-size: 13px;
}

.truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.plan--btn .button {
    border-radius: 2px;
}

.dsn-btn-shape.for-consult .button {
    background-color: #345041;
}

.dsn-btn-shape.for-consult .button span {
    color: #fff;
}

/* team */
.team--card h4 {
    color: #fff;
}

.team--card .text span {
    color: #f5f5f5;
}

.about--team-wrapper {
    background-color: #e7e9e4;
    backdrop-filter: blur(30px);
    padding: 30px 30px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .about--team-wrapper {
        margin-top: 20px;
    }
}

.about--team-wrapper .for-quote {
    font-style: italic;
    margin-bottom: 30px;
}

.about--team-wrapper .for-intro:before {
    content: "—";
}

/* consultation */
.consultation--title {
    color: #fff;
    font-size: 38px !important;
    line-height: initial !important;
    letter-spacing: inherit !important;
}

.consultation--subtitle {
    font-size: 15px !important;
    line-height: initial !important;
    letter-spacing: inherit !important;
    max-width: 500px;
    font-weight: 500 !important;
}

@media (max-width: 767px) {
    .consultation--title {
        font-size: 25px !important;
    }
    .consultation--subtitle {
        font-size: 13px !important;
    }
}

.consultation--section .counter-wrapper .counter-item {
    padding-top: 10px;
    padding-bottom: 10px;
    grid-row-gap: 0px;
}

.consultation--section .counter-wrapper .counter-item .counter {
    font-size: 55px !important;
    line-height: initial !important;
}

@media (max-width: 767px) {
    .consultation--section .counter-wrapper .counter-item .counter {
        font-size: 48px !important;
    }
}
.consultation--section .counter-wrapper .counter-item p {
    font-size: 15px;
    font-weight: 500;
}

.consultation--section .dsn-item-has-bg .text {
    padding: 25px 10px;
}

.consultation--section .dsn-item-has-bg {
    justify-content: center;
    align-items: center;
    padding: 25px 10px 0px;
}

.consultation--section .dsn-item {
    padding: 60px 20px 20px;
    backdrop-filter: blur(20px);
    background-color: #f2f2f2b3;
}

.consultation--section .dsn-item-has-bg .tab {
    padding: 0px;
}

@media (max-width: 575px) {
    .about--subtitle {
        font-size: 14px;
        line-height: 1.7rem;
    }
}

#dsn_header.header-normal.for-promise {
    background-color: var(--theme-color);
}

#dsn_header.header-normal.for-promise * {
    color: #fff !important;
}

.cat span {
    border-radius: 5px;
    background-color: transparent;
}

.cat span.theme-border {
    border: 1px solid var(--theme-color);
    color: #111;
}

/* steps */
.step--card:hover,
.step--card:focus {
    background-color: var(--theme-color);
    transition: 0.2s all ease-in-out !important;
}
.step--card:hover *,
.step--card:focus * {
    color: #fff !important;
    transition: 0.2s all ease-in-out !important;
}

.step--title {
    font-size: 18px;
    letter-spacing: 0.5px !important;
    line-height: initial;
    margin-bottom: 10px;
}

.step--number {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d5d5d5;
}

.step--desc {
    font-size: 14px;
    line-height: initial;
    text-transform: unset;
}

/* section theme */
.section--theme {
    background-color: var(--theme-color);
}

.section--theme h1,
.section--theme h2,
.section--theme h2 span,
.section--theme h3,
.section--theme h4,
.section--theme h5,
.section--theme h6 {
    color: #fff;
}

.section--theme p,
.section--theme span {
    color: #dcdcdc;
}

.section--theme .dot {
    background-color: #dcdcdc !important;
}

.page--footer {
    background-color: #345041;
}

.dsn-socials li a {
    backdrop-filter: blur(10px);
    background-color: #ffffff1a;
}
/* blogs */
@media (max-width: 575px) {
    .blog--card h3 {
        font-size: 21px;
        line-height: initial;
    }

    .blog--card p {
        font-size: 13px;
        line-height: initial;
    }
}

.blog--card .dsn-style-list .dsn-posts .dsn-item-post:not(:last-of-type) {
    border-bottom: 1px solid #ffffff0d;
}

.blog-details--title {
    font-size: 48px;
    line-height: initial;
}

@media (max-width: 1199px) {
    .blog-details--title {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .blog-details--title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .blog-details--title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .blog-details--title {
        font-size: 28px;
    }
}

.item.for-author {
    margin-left: 4px;
}

.blog-details--subtitle {
    font-size: 25px;
    line-height: initial;
    text-align: left;
    font-family: "Inter";
    font-weight: 600;
    letter-spacing: initial;
}

@media (max-width: 991px) {
    .blog-details--subtitle {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .blog-details--subtitle {
        font-size: 17px;
    }
}

.footer--bottom .links ul li {
}

.footer--top .col-contact p {
    color: #fff;
}

.footer--bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff3d;
    backdrop-filter: blur(30px);
}

.footer--bottom * {
    color: #fff !important;
    font-weight: 500;
}

@media (max-width: 767px) {
    .footer--bottom .links {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.nav-item {
    color: #345041;
}

.nav-item:hover,
.nav-item:focus {
    color: #f3977c;
}

.footer-socials *,
.footer-contact * {
    color: #fff !important;
}

/* loader */
.loader--wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.loader {
    color: #345041;
    font-size: 45px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    transform: translateZ(0);
    animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
            -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
            -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
            -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
            -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
            -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
            -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes round {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
