@media (max-width: 767px) {
    .service-card {
        max-width: 400px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.service-card--two .service-card__inner {
    padding: 20px;
    /*min-height:60dvh;*/
    min-height: 500px;
    max-height: 500px;
    display: flex;
    flex-direction: column;

}

.service-card--two .service-card__inner::after {
    width: 54px;
    height: 49px;
}

.service-card--two .service-card__content {
    margin-bottom: 23px;
}

.service-card--two .service-card__icon {
    width: 58px;
    height: 58px;
    font-size: 33px;
}

.service-card--two .service-card__content__title {
    font-size: 20px;
}

.service-card--two .service-card__content__text {
    font-size: 14px;
}

.service-card--two .service-card__thumb a {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.service-card__inner {
    background: var(--digitalfirehouse-white, #fff);
    position: relative;
    padding: 30px;
    filter: drop-shadow(0px 6px 30px rgba(0, 0, 0, 0.1));
    overflow: hidden;
}

.service-card__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: var(--digitalfirehouse-text-gray, #EFE6E1);
    width: 74px;
    height: 57px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    transition: all 0.4s ease-in-out;
}

.service-card__icon {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--digitalfirehouse-text-gray, #EFE6E1);
    font-size: 50px;
    color: var(--digitalfirehouse-base, #CA4445);
    transition: all 0.4s ease-in-out;
    margin-bottom: 25px;
}

.service-card__content {
    margin-bottom: 33px;
}

.service-card__content__title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: normal;
    color: var(--digitalfirehouse-secondary, #232728);
    text-transform: uppercase;
}

.service-card__content__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-card__content__title a:hover {
    background-size: 100% 1px;
}

.service-card__content__title a:hover {
    color: var(--digitalfirehouse-base, #CA4445);
}

.service-card__content__text {
    color: var(--digitalfirehouse-text, #7D8081);
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.service-card__thumb {
    position: relative;
    overflow: hidden;
    margin-top: auto;
}

.service-card__thumb__item {
    position: relative;
}

.service-card__thumb__item img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    object-position: top;
    transition: all 0.4s ease-in-out;
}

.service-card__thumb a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--digitalfirehouse-text-gray, #EFE6E1);
    color: var(--digitalfirehouse-base, #CA4445);
    font-size: 22px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.service-card__thumb a i {
    color: var(--digitalfirehouse-base, #CA4445);
    transition: all 0.4s ease-in-out;
}

.service-card__thumb a:hover {
    background: var(--digitalfirehouse-base, #CA4445);
}

.service-card__thumb a:hover i {
    color: var(--digitalfirehouse-white, #fff);
    transform: scale(1.2) rotate(30deg);
}

.service-card__thumb::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(var(--digitalfirehouse-secondary-rgb, 35, 39, 40), 0.7);
    transition: all 0.4s ease-in-out;
}

.service-card:hover .service-card__thumb::after {
    bottom: 0%;
    height: 100%;
}

.service-card:hover .service-card__thumb__item img {
    transform: scale(1.1) rotate(5deg);
}

.service-card:hover .service-card__icon {
    background: var(--digitalfirehouse-base, #CA4445);
    color: var(--digitalfirehouse-white, #fff);
}

.service-card:hover .service-card__inner::after {
    background: var(--digitalfirehouse-base, #CA4445);
}

.service-page {
    padding: 120px 0px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .service-page {
        padding: 100px 0px;
    }
}

@media (max-width: 767px) {
    .service-page {
        padding: 80px 0px;
    }
}

.service-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: normal;
}

.service-page--home .sec-title .sec-title__tagline,
.service-page--home .sec-title .sec-title__title {
    color: var(--digitalfirehouse-white, #fff);
}

.service-page__carousel {
    position: relative;
}

.service-page__carousel .owl-nav {
    position: absolute;
    top: -45%;
    right: 0;
}

@media (max-width: 767px) {
    .service-page__carousel .owl-nav {
        display: none !important;
    }
}

.service-two {
    padding: 120px 0px;
    position: relative;
    z-index: 1;
    background: var(--digitalfirehouse-text-gray, #EFE6E1);
}

@media (max-width: 991px) {
    .service-two {
        padding: 100px 0px;
    }
}

@media (max-width: 767px) {
    .service-two {
        padding: 80px 0px;
    }
}

.service-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: lighten;
}

.service-two__item {
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding-top: 1px;
    overflow: hidden;
    background: var(--digitalfirehouse-white, #fff);
}

@media (max-width: 767px) {
    .service-two__item {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.service-two__item__inner {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.service-two__item__icon {
    margin-top: 30px;
    width: 80px;
    height: 80px;
    background: var(--digitalfirehouse-text-gray, #EFE6E1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 45px;
    color: var(--digitalfirehouse-base, #CA4445);
}

.service-two__item__content {
    padding: 0px 20px 30px;
}

.service-two__item__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--digitalfirehouse-secondary, #232728);
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: center;
}

.service-two__item__text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    margin-bottom: 25px;
    padding-bottom: 0;
    color: var(--digitalfirehouse-text, #7D8081);
    text-align: center;
    font-family: var(--digitalfirehouse-font, "Roboto", sans-serif);
}

.service-two__item__btn {
    position: relative;
    z-index: 1;
}

.service-two__item__btn__link {
    width: 30px;
    height: 30px;
    background: var(--digitalfirehouse-text, #7D8081);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: var(--digitalfirehouse-white, #fff);
    font-size: 12px;
}

.service-two__item__btn__link:hover {
    background: var(--digitalfirehouse-base, #CA4445);
    color: var(--digitalfirehouse-white, #fff);
}

.service-two__item__btn::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--digitalfirehouse-text-gray, #EFE6E1);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.service-two__item__bg {
    width: 100%;
    height: 108px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    position: relative;
}

.service-two__item__bg::after {
    width: 34px;
    height: 26px;
    content: "";
    position: absolute;
    top: -0.5px;
    left: 25px;
    background: var(--digitalfirehouse-white, #fff);
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.service-two__item__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
}

.service-two__item__hover__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.service-two__item__hover__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: normal;
}

.service-two__item__hover__bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(var(--digitalfirehouse-base-rgb, 202, 68, 69), 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.service-two__item__hover__icon {
    width: 80px;
    height: 80px;
    background: var(--digitalfirehouse-white, #fff);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.4s ease-in-out;
    color: var(--digitalfirehouse-base, #CA4445);
    font-size: 45px;
    z-index: 1;
}

.service-two__item__hover__icon::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    border-radius: 50%;
    background: var(--digitalfirehouse-secondary, #232728);
    left: 50%;
    top: 50%;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.service-two__item__hover__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--digitalfirehouse-white, #fff);
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: center;
}

.service-two__item__hover__text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    margin-bottom: 25px;
    padding-bottom: 0;
    color: var(--digitalfirehouse-white, #fff);
    text-align: center;
    font-family: var(--digitalfirehouse-font, "Roboto", sans-serif);
}

.service-two__item__hover__btn {
    position: relative;
    z-index: 1;
    text-align: center;
}

.service-two__item__hover__btn__link {
    width: auto;
    height: auto;
    color: var(--digitalfirehouse-secondary, #232728);
    border-radius: 50px;
    padding: 7.5px 21px;
    text-transform: capitalize;
    font-size: 14px;
}

.service-two__item__hover__btn__link::before {
    background: var(--digitalfirehouse-white, #fff);
}

.service-two__item__hover__btn__link::after {
    background: var(--digitalfirehouse-secondary, #232728);
}

.service-two__item__hover__btn__link i {
    margin-left: 4px;
    font-size: 12px;
}

.service-two__item__hover__btn::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--digitalfirehouse-text-gray, #EFE6E1);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}

.service-two__item__hover:hover .service-two__item__hover__icon {
    color: var(--digitalfirehouse-white, #fff);
}

.service-two__item__hover:hover .service-two__item__hover__icon::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.service-two__item:hover .service-two__item__inner {
    visibility: hidden;
    opacity: 0;
}

.service-two__item:hover .service-two__item__hover {
    transform: translateY(0%);
}

.service-three {
    padding: 120px 0px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .service-three {
        padding: 100px 0px;
    }
}

@media (max-width: 767px) {
    .service-three {
        padding: 80px 0px;
    }
}

.service-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    z-index: -1;
    mix-blend-mode: lighten;
}

.service-three .sec-title .sec-title__tagline, .service-three .sec-title .sec-title__title {
    color: var(--digitalfirehouse-secondary, #232728);
}

.service-three__carousel {
    position: relative;
}

.service-three__carousel .owl-nav {
    position: absolute;
    top: -35%;
    right: 0;
}

@media (max-width: 767px) {
    .service-three__carousel .owl-nav {
        display: none !important;
    }
}

.service-three__carousel .owl-nav button span {
    background-color: var(--digitalfirehouse-white, #fff) !important;
}

.service-three__carousel .owl-nav button span:hover {
    background-color: var(--digitalfirehouse-base, #CA4445) !important;
}

.service-three__item {
    padding: 40px 40px 1px;
    margin-bottom: 25px;
    background: var(--digitalfirehouse-white, #fff);
    position: relative;
    z-index: 1;
}

.service-three__item__top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--digitalfirehouse-text-gray, #EFE6E1);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.service-three__item__top::after {
    content: "";
    width: 0%;
    height: 100%;
    background: var(--digitalfirehouse-text-gray, #EFE6E1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.service-three__item__icon {
    background: var(--digitalfirehouse-text-gray, #EFE6E1);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--digitalfirehouse-base, #CA4445);
    font-size: 30px;
    transition: all 0.4s ease-in-out;
}

.service-three__item__title {
    padding: 0px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--digitalfirehouse-secondary, #232728);
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
}

.service-three__item__text {
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--digitalfirehouse-text, #7D8081);
    margin-bottom: -5px;
    font-size: 14px;
    line-height: 143%;
}

.service-three__item__thumb {
    margin-bottom: 30px;
    overflow: hidden;
}

.service-three__item__thumb img {
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.service-three__item__btn {
    margin-top: 45px;
    margin-bottom: -25px;
}

.service-three__item__btn__link {
    padding: 12px 20px;
    font-size: 14px;
    text-transform: capitalize;
}

.service-three__item__btn__link i {
    font-size: 12px;
    margin-left: 4px;
}

.service-three__item:hover .service-three__item__top::after {
    width: 100%;
}

.service-three__item:hover .service-three__item__icon {
    background: var(--digitalfirehouse-base, #CA4445);
    color: var(--digitalfirehouse-white, #fff);
}

.service-three__item:hover .service-three__item__thumb img {
    transform: scale(1.1);
}

.service-three__item::after {
    content: "";
    width: 80%;
    height: 2px;
    background: var(--digitalfirehouse-text-gray, #EFE6E1);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.service-three__item:hover::after {
    background: var(--digitalfirehouse-base, #CA4445);
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
.service-details {
    padding: 120px 0;
    padding-top: 120px;
}

@media (max-width: 767px) {
    .service-details {
        padding: 80px 0;
        padding-top: 60px;
    }
}

.service-details__thumbnail {
    margin-bottom: 35px;
}

.service-details__thumbnail img {
    max-width: 100%;
}

.service-details__title {
    margin: 0;
    margin-bottom: 15px;
    color: var(--digitalfirehouse-secondary, #232728);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 157%;
}

.service-details__sub-title {
    margin: 0;
    margin-bottom: 17px;
    color: var(--digitalfirehouse-base, #CA4445);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 157%;
}

.service-details__text {
    margin: 0;
    color: var(--digitalfirehouse-text, #7D8081);
    font-family: var(--digitalfirehouse-font, "Roboto", sans-serif);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
}

.service-details__text + .service-details__sub-title {
    margin-top: 17px;
}

.service-details__title + .service-details__text {
    margin-top: 22px;
}

.service-details__text + .service-details__title {
    margin-top: 40px;
}

.service-details__text + .service-details__text {
    margin-top: 35px;
}

.service-details__list {
    margin-bottom: 0;
}

.service-details__list li {
    position: relative;
    color: var(--digitalfirehouse-secondary, #232728);
    font-size: 18px;
    font-weight: 600;
    line-height: 261.111%;
    margin-bottom: -5px;
    font-family: var(--digitalfirehouse-heading-font, "Roboto", sans-serif);
    text-transform: uppercase;
}

.service-details__list li i {
    color: var(--digitalfirehouse-base, #CA4445);
    margin-right: 7px;
}

@media (max-width: 575px) {
    .service-details__list li {
        line-height: 161.111%;
        font-size: 16px;
    }
}

.service-details__list li + li {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .service-details__list li + li {
        margin-top: 0;
    }
}

.service-details__single + .service-details__single {
    margin-top: 35px;
}

@media (max-width: 1199px) {
    .service-details__image__item img {
        object-fit: cover;
        width: 100%;
    }
}

.service-details__benefit {
    margin-left: -30px;
}

@media (max-width: 1199px) {
    .service-details__benefit {
        margin-left: 0px;
    }
}

.service-details__benefit__title {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 156.667%;
    color: var(--digitalfirehouse-secondary, #232728);
    text-transform: uppercase;
    font-family: var(--digitalfirehouse-heading-font, "Roboto", sans-serif);
}

@media (min-width: 768px) {
    .service-details__benefit__title {
        font-size: 30px;
    }
}

.service-details__benefit__sub_title {
    margin-top: -3px;
    margin-bottom: 10px;
    color: var(--digitalfirehouse-secondary, #232728);
    font-size: 24px;
    font-weight: 700;
    line-height: 195.833%;
    text-transform: uppercase;
    font-family: var(--digitalfirehouse-heading-font, "Roboto", sans-serif);
}

@media (max-width: 575px) {
    .service-details__benefit__sub_title {
        line-height: 135%;
    }
}

.service-details__benefit__text {
    max-width: 410px;
    color: var(--digitalfirehouse-text, #7D8081);
    font-size: 16px;
    font-weight: 500;
    line-height: 187.5%;
}

.service-details__single-inner .service-details__title {
    margin-top: -10px;
    margin-bottom: 28px;
}

.service-details__inner-item {
    display: flex;
    align-items: start;
}

.service-details__inner-item .item-icon {
    background: var(--digitalfirehouse-secondary, #232728);
    max-width: 70px;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    height: auto;
}

.service-details__inner-item .item-icon .icon {
    padding: 16px;
    font-size: 35px;
    color: var(--digitalfirehouse-base, #CA4445);
    transition: all 0.5s ease-in-out;
    line-height: 1;
}

.service-details__inner-item .item-content {
    padding: 25px 30px 24px 30px;
    background: var(--digitalfirehouse-white, #fff);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-details__inner-item .item__title {
    color: var(--digitalfirehouse-secondary, #232728);
    margin-bottom: 0;
    padding-bottom: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2222222222;
    text-transform: uppercase;
}

.service-details__inner-item .item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-details__inner-item .item__title a:hover {
    background-size: 100% 1px;
}

.service-details__inner-item .item__dec {
    padding-bottom: 0;
    margin-bottom: -6px;
    color: var(--digitalfirehouse-text, #7D8081);
    font-family: var(--digitalfirehouse-font, "Roboto", sans-serif);
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
}

.service-details__inner-item:hover .item-icon {
    background: var(--digitalfirehouse-base, #CA4445);
}

.service-details__inner-item:hover .item-icon .icon {
    color: var(--digitalfirehouse-white, #fff);
}

.service-details__inner-item:hover .item-icon .icon i {
    animation: bounceIn 1s linear;
}

.service-details .faq-page__accordion {
    padding-top: 5px;
    margin-bottom: 0;
}