﻿.ds-hero-sec .hero-content h1 {
    font-size: 5em;
    line-height: 1;
}
.ds-hero-sec .hero-image-wrap {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 55%;
}
.ds-hero-sec .hero-image-wrap .hero-image {
    text-align: center;
    margin-left:0;
}
.ds-hero-sec .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 13%;
}

.ds-about-sec .bistly-experience-box {
    padding: 40px 50px;
    background-color: var(--primary-color)
}


.categories-wrapper .bistly-category-item {
    max-width: 100%;
}

.bistly-category-item.bg_four {
    background-color: #d9eef9;
}

    .bistly-category-item.bg_four .icon {
        background-color: #b7ddea;
    }

.bistly-category-item.bg_three {
    background-color: #a9d8f2;
}

    .bistly-category-item.bg_three .icon {
        background-color: #7fc2e6;
    }

.bistly-category-item.bg_two {
    background-color: #fde3b6;
}

    .bistly-category-item.bg_two .icon {
        background-color: #f2c981;
    }

.bistly-category-item.bg_one {
    background-color: #f9cf7a;
}

    .bistly-category-item.bg_one .icon {
        background-color: #e5a84a;
    }

@media screen and (max-width: 1199.98px) {
    .ds-hero-sec .hero-image-wrap {
        display: inline-block;
    }
}
@media screen and (max-width: 575.98px) {
    .ds-hero-sec .hero-content h1 {
        font-size: 1.3em;
        line-height: 1;
    }
    .ds-hero-sec .container-fluid {
       padding-top: 1%;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .ds-hero-sec .hero-content h1 {
        font-size: 2em;
        line-height: 1;
    }
    .ds-hero-sec .container-fluid {
        padding-top: 2%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .ds-hero-sec .hero-content h1 {
        font-size: 2em;
        line-height: 1;
    }
    .ds-hero-sec .container-fluid {
        padding-top: 4%;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .ds-hero-sec .hero-content h1 {
        font-size: 3em;
        line-height: 1;
    }
    .ds-hero-sec .container-fluid {
        padding-top: 5%;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .ds-hero-sec .hero-content h1 {
        font-size: 4em;
        line-height: 1;
    }
    .ds-hero-sec .container-fluid {
        padding-top: 6%;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599.98px) {
    .ds-hero-sec .hero-content h1 {
        font-size: 5em;
        line-height: 1;
    }
    .ds-hero-sec .container-fluid {
        padding-top: 7%;
    }
}