.mt-39 {
    margin-top: 39px;
}

.banner-section {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.half-shadow {
    width: 100%;
    background-color: #1e2b3b;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-left-img {
    background-image: url(../img/horse-img.svg);
    position: absolute;
    left: -54%;
    width: 100%;
    background-size: 123% 134%;
    top: 9%;
    bottom: 0;
    background-repeat: no-repeat;
    opacity: .6;
}

.banner-inner {
    position: relative;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 40px 60px;
    text-align: center;
}

.paragraph-text {
    font-size: 16px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 400;
}

.banner-heading {
    font-size: 50px;
    font-style: normal;
    font-family: 'Playfair Display';
    font-weight: 600;
    line-height: normal;
}

.banner-inner h6 {
    font-size: 17px;
    font-style: normal;
    margin-bottom: 7px;
    font-weight: 500;
    color: #E6B325;
    line-height: normal;
}

.category-box {
    background: #FFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
    transition: all ease .25s;
    margin-bottom: 30px;

}

.category-box:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.category-box:hover .category-footer a {
    color: #E6B325;
}

.category-box:hover .category-footer a svg path {
    fill: #E6B325;
}

.category-box .category-img img {
    width: 100%;
    height: 200px;
    min-height: 200px;
    object-fit: cover;
}

.category-box .category-text .category-title {
    font-size: 18px;
    font-style: normal;
    color: #1F2E44;
    margin-bottom: 0;
    padding: 8px 12px;
    font-weight: 500;
    border-bottom: 1px solid #D9D9D94F;
    line-height: normal;
}

.category-text ul {
    padding: 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #D9D9D94F;
}

.category-text ul li {
    color: #6F6F6F;
    font-size: 15px;
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.category-text ul li span {
    width: 27px;
}

.category-text .category-footer {
    padding: 12px;
}

.category-text .category-footer a {
    color: #1F2E44;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.category-wrapper {
    padding-bottom: 130px;
}

.call-book {
    background: rgba(0, 58, 144, 0.04);
    position: relative;
    margin-bottom: 80px;
}

.quote-text-wrapper h4 {
    color: #1F2E44;
    font-family: 'Playfair Display';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 29px;
    line-height: normal;
}

.quote-text-wrapper h4 .quote-img {
    position: absolute;
}

.quote-text-wrapper h6 {
    color: #1F2E44;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.quote-text-wrapper p {
    color: #6F6F6F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.quote-text-wrapper {
    padding-left: 52px;
    position: relative;
}

.quote-text-wrapper h4 .quote-img {
    position: absolute;
    left: 0;
    top: 0;
}

.horse-img {
    position: absolute;
    right: 0;
    bottom: 0px;
    max-width: 630px;
    width: 100%;
}

.horse-img img {
    height: 100%;
    width: 100%;
}

.blog-section {
    padding-bottom: 40px;
}

.blog-content-wrapper {
    width: 90%;
    margin: -50px auto 0;
    text-align: left;
    padding: 21px 11px;
    position: relative;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.blogSwiper {
    padding-bottom: 50px;
}

.blog-content-wrapper .blog-title {
    color: #1F2E44;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}

.blog-content-wrapper .link {
    color: #E6B325;
    font-size: 16px;
    font-style: normal;
    margin-top: 17px;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.blog-content-wrapper .blog-by {
    color: #6F6F6F;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 9px;
    line-height: normal;
}

.blog-img-wrapper {
    height: 246px;
}

.blog-img-wrapper img {
    height: 100%;
    width: 100%;
}

.blog-date {
    border-radius: 50px;
    background: #E6B325;
    display: inline-block;
    padding: 6px 22px;
    position: absolute;
    right: 18px;
    top: -15px;
    color: #1F2E44;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blog-slide {
    width: 100%;
    transition: all ease .25s;
}

.blog-content-wrapper .link svg {
    margin-left: 8px;
}

.blogSwiper .swiper-pagination {
    bottom: 0;
}

.blog-slide:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.theme-color {
    color: #E6B325;
}

.banner-section {
    margin-top: 32px;
}

@media only screen and (max-width: 1550px) {
    .banner-left-img {
        left: -54%;
        background-size: 123% 134%;
        top: 9%;
    }

    html[dir="rtl"] .banner-left-img {
        right: -54%;
        left: auto;
    }
}

@media only screen and (max-width: 1400px) {
    .quote-text-wrapper h4 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .quote-text-wrapper h6 {
        font-size: 18px;
    }

    .quote-text-wrapper p {
        font-size: 15px;
    }

    /* .banner-left-img{
        left: -20%;
    } */
    .banner-inner {
        padding: 30px;
    }

    .banner-heading {
        font-size: 40px;
    }
}

@media only screen and (max-width:1199px) {
    .banner-left-img {
        left: -14%;
        background-size: contain;
        top: 15%;
    }

    html[dir="rtl"] .banner-left-img {
        right: -14%;
        top: 15%;
        left: auto;
    }
}

@media only screen and (max-width:1199px) {
    .horse-img {
        max-width: 631px;
    }

    .quote-text-wrapper h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .category-wrapper {
        padding-bottom: 90px;
    }

    /* .banner-left-img{
        left: -20%;
    } */
    .banner-inner {
        padding: 20px !important;
    }

    .banner-heading {
        font-size: 34px;
    }

    .paragraph-text {
        margin-bottom: 20px;
    }
}

@media screen and (min-width:992px) {
    .subscribe-button {
        position: absolute !important;
        right: 40px !important;
    }
}

@media only screen and (max-width:991px) {
    .banner-section {
        height: auto;
        padding: 100px 0;
        min-height: 600px
    }

    .banner-left-img {
        left: -51%;
    }

    /* .banner-left-img {
        width: 560px;
    } */
    .banner-heading {
        font-size: 34px;
    }

    .paragraph-text {
        margin-bottom: 15px;
    }

    .category-wrapper {
        padding-bottom: 80px;
    }

    .horse-img {
        position: unset;
        margin: 30px auto 0px;
    }

    .call-book {
        padding-bottom: 0 !important;
    }

    .section-heading h3 {
        font-size: 28px;
    }

    .quote-text-wrapper {
        padding-left: 0;
    }

    .quote-text-wrapper h4 {
        padding-left: 45px;
    }

    .banner-section {
        margin-top: 4px;
    }

    html[dir="rtl"] .banner-left-img {
        right: -51%;
        left: auto;
    }
}

@media screen and (max-width:575px) {

    .field-emailsubscibe-email {
        width: 100%;
    }

    .right_menu a {
        font-size: 13px !important;
    }

    .category-box .category-img img {
        height: 120px !important;
        min-height: 120px !important;
    }

    .category-box .category-text .category-title {
        font-size: 14px;
        padding: 5px 12px;
    }

    .category-text ul {
        padding: 5px 10px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .newsletter .subscribe-button {
        position: absolute !important;
        right: 110px !important;
    }
}

@media only screen and (max-width:767px) {
    .half-shadow {
        width: 100%;
    }

    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-heading h3 {
        font-size: 24px;
    }

    .section-heading h3 br {
        display: none;
    }

    .arrow-up-img {
        display: none;
    }

    .blog-section {
        padding-bottom: 0 !important;
    }

    .newsletter {
        padding: 20px;
    }

    .newsletter .input-group {
        max-width: 100%;
    }

    .quote-text-wrapper h4 .quote-img {
        display: none;
    }

    .quote-text-wrapper h4 {
        font-size: 20px;
        padding-left: 0px;
    }

    .quote-text-wrapper h6 {
        font-size: 16px;
    }

    .banner-left-img {
        position: relative;
        width: 500px;
        height: 600px;
        margin-bottom: -22%;
        left: -40%;
    }

    .banner-section {
        padding: 40px 0 0;
        overflow: hidden;
    }
}

@media only screen and (max-width:575px) {
    .section-heading h3 {
        font-size: 20px;
    }

    .testimonial-slide {
        padding: 12px;
    }

    .testimonial-slide .testimonila-img {
        width: 100px;
        height: 100px;
    }

    .testimonila-text .quote-img {
        right: 10px;
        top: 16px;
    }

    .testimonila-text .quote-img svg {
        width: 18px;
        height: 18px;
    }


    .category-text ul li {
        font-size: 10px;
        margin-bottom: 6px;
        column-gap: 5px;
    }

    .banner-left-img {
        position: relative;
        width: 400px;
        height: 475px;
        margin-bottom: -33%;
    }
}

@media only screen and (max-width:400px) {
    .testimonial-slide .testimonila-img {
        width: 80px;
        height: 80px;
    }

    .testimonila-text h3 {
        font-size: 15px;
    }

    .testimonila-text p {
        font-size: 13px;
    }

    .star-list i {
        font-size: 16px;
    }

    .testimonila-text .quote-img {
        right: 5px;
        top: 5px;
    }


}