@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.link-html {
    min-height: 100%;
}

.link-body {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 100%;
}

.link-video-background {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.link-content {
    padding-top: 2rem;
}

.link-image {
    width: 125px;
    height: 125px;
    object-fit: contain;
}

.link-verified {
    border: 2px solid #fff;
    border-radius: 50rem;
    padding: 0.35rem 0.55rem;
    background: #0086ff;
    color: #fff;
    font-weight: bold;
}

.link-btn {
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    padding: 1rem 3rem;
    padding-left: 3.5rem;
    font-size: 18px;
    transition: opacity 0.3s, background 0.3s;
    border-radius: 0;
}

.link-btn:hover {
    animation: none;
}

.link-btn-straight {
    border-radius: 0;
}

.link-btn-round {
    border-radius: 50px;
}

.link-btn-rounded {
    border-radius: .4rem;
}

.link-avatar-straight {
    border-radius: 0;
}

.link-avatar-round {
    border-radius: 50rem;
}

.link-avatar-rounded {
    border-radius: .3rem;
}

.link-hover-animation {
    transition: transform 0.3s;
}

.link-btn-image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: -3rem;
}


/* Big link */
.link-big-btn {
    padding: 1rem;
}

.link-big-btn-image-wrapper {
    overflow: hidden;
    width: 25%;
    height: auto;
    max-height: 7rem;
}

.link-big-btn-image {
    width: 100%;
    height: auto;
    max-height: 7rem;
    object-fit: contain;
}

.link-big-content-wrapper {
    width: 100%;
}

.link-big-icon-wrapper {
    width: 10%;
}


.link-grid-image-wrapper {
    position: relative;
    height: 10rem;
    width: 100%;
    background: #282828;
    border-radius: .25rem;
    /* overflow: hidden; */
    background-position: center;
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    /* .link-grid-image-wrapper {
        height: 20rem;
    } */

}

@media (max-width: 768px) {}

@media (max-width: 568px) {
    .link-grid-image-wrapper {
        height: 250px;
        margin-bottom: 0px;
    }
}

@media (max-width: 415px) {
    .link-grid-image-wrapper {
        height: 220px;
    }
}

.link-grid-image-overlay {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background: #0000006e;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 1.5rem 1rem;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
}

.link-grid-image-overlay-text {
    color: white;
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 400;
}


/* Footer */
.link-footer {
    margin: 3rem 0;
    position: relative;
    text-align: center;
}

.link-footer-branding {
    font-size: .9rem;
    position: fixed;
    bottom: 20px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.link-btn-image {
    width: 100%;
    height: auto;
}


.avatarleft>div {
    align-items: start !important;
}

.avatartop {
    margin-top: -62px !important;
}


/*-- Header image positioned to top --*/


/*-- Banner image positioned to top --*/
.header-image {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
    padding: 0 !important;
    margin: 0 !important;
}

.header-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

/*-- //Header image positioned to top --*/


















.link-content {
    max-width: 100%;
    padding: 0rem 0rem 0;
    flex: 0 0 100%;
    position: relative;
}

.modal {
    font-family: "Prompt", sans-serif;
}

main#links {
    margin: 0 !important;
    background: none;
    border: none;
    padding: 0;
    font-family: "Prompt", sans-serif !important;
}

main#links .row {
    justify-content: center;
    align-items: center;
}

.logo {
    text-align: left;
}

.col-12 {
    padding: 0 10px;
}

.footer-logo {
    /* text-align: center; */
    height: inherit;
    max-height: inherit;
}

.logo a,
.footer-logo a {
    width: max-content;
    display: block;
}

.footer-logo a {
    margin: 0 auto;
}

.logo img,
.footer-logo img {
    height: 50px;
}

.footer-logo img {
    margin-bottom: 10px;
}

.logo .link-hover-animation:hover,
.footer-logo .link-hover-animation:hover {
    transform: scale(1) !important;
}

.copyright {
    align-self: flex-start;
}

@media screen and (max-width: 991px) {

    .socialicons.align-right,
    .copyright .card-body {
        justify-content: start !important;
        text-align: left !important;
    }
}

@media screen and (max-width: 736px) {

    .link-content {
        padding: 0rem 0em 0;
    }

    .logo img,
    .footer-logo img {
        height: 44px;
    }
}

@media screen and (max-width: 568px) {

    .logo img {
        height: 42px;
    }

    .footer-logo img {
        height: 38px;
    }
}

.small-btn.header-btn,
.header-btn.small-btn {
    margin-top: .5rem !important;
}


.w-10 {
    flex: 0 0 10% !important;
    max-width: 10% !important;
}

.w-15 {
    flex: 0 0 15% !important;
    max-width: 15% !important;
}

.w-20 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.w-25 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

.w-30 {
    flex: 0 0 30% !important;
    max-width: 30% !important;
}

.w-35 {
    flex: 0 0 35% !important;
    max-width: 35% !important;
}

.w-40 {
    flex: 0 0 40% !important;
    max-width: 40% !important;
}

.w-50 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.w-60 {
    flex: 0 0 60% !important;
    max-width: 60% !important;
}

.w-70 {
    flex: 0 0 70% !important;
    max-width: 70% !important;
}

.w-80 {
    flex: 0 0 80% !important;
    max-width: 80% !important;
}

.w-90 {
    flex: 0 0 90% !important;
    max-width: 90% !important;
}


@media screen and (max-width:992px) {
    .w-25 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        /* margin-top: 20px !important; */
    }

    .w-70 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .w-25:nth-child(odd) {
        padding-left: 8px;
    }

    .w-25:nth-child(even) {
        padding-right: 8px;
    }

    .w-40,
    .w-60 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width:768px) {
    .w-20 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .w-30,
    .w-40,
    .w-60,
    .w-70,
    .w-80 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.paragraph {
    margin-top: 0 !important;
}

.paragraph .card {
    background: transparent !important;
}

.paragraph .card-body {
    padding: 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 20px;
}

.sub-para .card-body {
    max-width: 600px;
    margin: 0 auto 20px;
}

.blog-quote .card-body {
    font-style: italic;
    font-weight: 600;
    font-size: 22px;
    color: #000 !important;
}


.paragraph-50 {
    display: block;
    margin: 0 auto !important;
    max-width: 600px;
}

.paragraph-75 {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

@media screen and (max-width:736px) {
    .paragraph-50 {
        max-width: 100%;
    }

    .paragraph .card-body {
        font-size: 17px;
    }
}

@media screen and (max-width:480px) {
    .paragraph .card-body {
        font-size: 16px;
        line-height: 28px;
    }
}

.clients-logo img {
    width: 160px;
    margin-top: 10px;
    height: 60px;
    object-fit: cover;
}



.small-btn,
.small-btn-with-icon {
    max-width: fit-content;
    margin-top: 5px !important;
}

.small-btn span.h4 {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    margin-right: 10px;
    opacity: .8;
}

.small-btn .link-btn,
.small-btn-with-icon .link-btn {
    padding: 12px 25px;
    font-size: 18px;
    line-height: 30px;
    width: max-content;
    font-weight: 500;
    letter-spacing: 0px;
    align-self: center;

}

.small-btn .link-btn:hover,
.about-content .about-button:hover {
    background-color: #f12e38 !important;
}

.points .link-btn {
    width: fit-content;
    padding: 1rem 1rem !important;
}

.points .link-big-icon-wrapper {
    margin: 0 !important;
    line-height: 2px;
}

.small-btn .link-btn span svg,
.small-btn-with-icon .link-btn span svg {
    font-size: 12px;
    margin-right: 8px !important;
    opacity: .8;
    position: absolute;
    right: 1rem;
    top: 0px;
    bottom: 0;
    margin: auto;
    /* transform: rotate(-45deg); */
}

.small-btn-with-icon .link-btn {
    padding-right: 2.7rem !important;
}

.small-btn:hover {
    transition: .3s ease !important;
}

.small-btn .link-btn:hover {
    /* background: #8ef79a !important;
    color: #0a0a0a !important; */
    /* text-decoration: underline; */
}

@media screen and (max-width:992px) {

    .logo,
    .footer-social,
    .header-btn {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        align-self: center;
        justify-content: center !important;
    }

    .logo {
        padding-right: 0px !important;
    }

    .section-title {}
}

@media screen and (max-width:736px) {

    .small-btn .link-btn,
    .small-btn-with-icon .link-btn {
        font-size: 15px;
    }
}

@media screen and (max-width:480px) {
    .small-btn span.h4 {
        /* white-space: pre-wrap; */
    }
}

@media screen and (max-width:415px) {

    .small-btn .link-btn,
    .small-btn-with-icon .link-btn {
        padding: 8px 25px;
    }

    .small-btn .link-btn span svg,
    .small-btn-with-icon .link-btn span svg {
        right: 10px;
    }

    .points .link-btn {
        padding: 1rem 1rem !important;
    }

    .small-btn,
    .small-btn-with-icon {
        padding-left: 0 5px !important;
    }

    .small-btn.header-btn,
    .header-btn.small-btn {
        padding: 0 15px !important;
        padding-left: 0px !important;
    }
}


h1.h1 {
    font-size: 55px !important;
    line-height: 1.2;
    font-weight: 600;
    /* letter-spacing: -1px; */
    max-width: 800px;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    position: relative;
}

h1 {
    font-size: 65px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 80px;
}

h2.h2,
h3.h3 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    max-width: 570px;
}

h5.h5 {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 10px !important;
}

h6.h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    line-height: 28px;
    letter-spacing: 1px;
}



.banner .card-body {
    font-size: 18px;
}

@media screen and (max-width:992px) {

    h1.h1,
    h1 {
        font-size: 48px !important;
    }

    h2.h2,
    .h3.h3 {
        font-size: 32px;
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width:768px) {

    h1.h1,
    h1 {
        font-size: 42px !important;
    }
}

@media screen and (max-width:736px) {

    h1.h1,
    h1 {
        font-size: 35px !important;
    }

    h2.h2,
    .h3.h3 {
        font-size: 30px;
    }

    h5.h5 {
        font-size: 18px;
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width:568px) {

    h1.h1,
    h1 {
        font-size: 32px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    h2.h2,
    .h3.h3 {
        font-size: 28px;
        line-height: 1.2;
    }

    h5.h5 {
        font-size: 16px;
    }

    .banner .card-body {
        font-size: 16px;
    }
}

@media screen and (max-width:415px) {
    /* h1.h1 {
        font-size: 28px  !important;
    } */


    h2.h2,
    .h3.h3 {
        font-size: 25px;
        margin-bottom: 0px !important;
    }

    h6.h6 {
        font-size: .9rem;
    }


    h1.h1,
    h1 {
        font-size: 28px !important;
    }
}



.align-right {
    display: grid;
    justify-content: end !important;
    align-items: start;
    margin-left: auto;
}

.align-left {
    display: grid;
    justify-content: start;
    align-items: start;
}


@media screen and (max-width:992px) {
    .align-right {
        /* justify-content: center;
        max-width: 100% !important;
        flex: 0 0 100% !important; */
    }
}


@media screen and (max-width:568px) {
    /* .align-right {
        justify-content: center;
    } */
}


/*  border-radius for link,big-link,images,iframe-videos --*/
.link-btn-rounded,
.link-avatar-rounded,
.link-round,
.link-iframe-round,
.link-grid-image-wrapper,
.embed-responsive-item,
.rounded,
.logo-slider,
.services .link-big-btn-image,
.flipdown .rotor-group,
.banner-button span,
.middle-content .link-big-btn-image,
.services .link-big-icon-wrapper,
.link-style1 .link-big-icon-wrapper,
.splide__slide,
.blog-post .link-grid-image-overlay,
.banner-content .link-big-content-wrapper:before,
.splide__slide:before,
.hover-grid .link-big-content-wrapper,
.blog-posts .link-big-icon-wrapper,
.logo-slider .splide {
    border-radius: 6px !important;
}

/*  //border-radius for link,big link,image,iframe videos, --*/





.features {
    padding: 0;
    margin: 0 !important;
}

.features .link-grid-image-overlay-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    white-space: normal;
    text-overflow: unset;
}

.features:hover .link-grid-image-overlay {
    opacity: 1;
}

.features .link-grid-image-wrapper,
.features .link-grid-image-overlay {
    border-radius: 0px !important;
}

@media screen and (max-width:768px) {
    .features .link-grid-image-overlay-text {
        font-size: 22px;
    }
}

@media screen and (max-width:568px) {
    .features .link-grid-image-overlay-text {
        font-size: 20px;
    }
}


.profile .link-big-btn {
    padding: 1rem 0 !important;
}

.profile .link-big-icon-wrapper {
    display: none;
}

.profile .link-big-btn-image-wrapper {
    width: 65px;
    height: 65px;
    max-height: 65px;
    object-fit: cover;
    object-position: center;
    margin: 0 !important;
    padding-right: 65px;
    margin-right: 20px !important;
}

.profile .link-big-btn-image {
    height: 65px;
    width: 65px;
    max-height: 65px;
    object-position: center;
    object-fit: cover;
}

.profile .link-big-content-wrapper span.h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px !important;
}

.profile .link-big-content-wrapper small {
    font-size: 17px;
    color: #fff !important;
    opacity: .6;
    font-weight: 400;
}

@media screen and (max-width:568px) {

    .profile .link-big-content-wrapper span.h4 {
        font-size: 18px;
    }

    .profile .link-big-content-wrapper small {
        font-size: 15px;
    }
}

@media screen and (max-width:415px) {
    .profile {
        max-width: fit-content;
    }
}

/*--  banner section --*/

.banner-content {
    align-self: center;
}

.banner-content .link-btn {
    padding: 0rem;
}

.banner-content a:hover {
    transform: scale(1) !important;
}

.banner-content .link-big-btn-image {
    /* width: 100%;
    height: 380px;
    max-height: 380px;
    object-fit: cover; */

    object-fit: cover;
    object-position: center;
    width: 100%;
    min-height: 550px !important;
}

.banner-content .link-big-btn-image-wrapper {
    /* width: 60%;
    height: 380px;
    max-height: 380px;
    margin-left: 50px !important;
    margin-right: 0px !important;
    order: 2; */

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 550px;
    z-index: -1;
}

.banner-content .link-big-content-wrapper {
    width: 100%;
    height: 550px;
    display: grid !important;
    align-items: center;
    align-content: center;
}

.banner-profile-image img {
    height: 300px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}


.banner-content small {
    font-size: 16px;
    line-height: 28px;
    color: #f3f3f3 !important;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 1.5rem;
    z-index: 1;
}

.about-content small {
    font-size: 18px;
    line-height: 30px;
    color: #666 !important;
    margin-bottom: 40px;
    opacity: .8;
}

.banner-content span.h4 {
    max-width: 800px;
    margin: 0 auto;
    z-index: 1;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.banner-content .link-big-content-wrapper:before {
    content: "";
    background: rgba(103, 58, 183, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner-content .link-big-icon-wrapper,
.about-content .link-big-icon-wrapper {
    display: none;
}

.two-grids.banner-content .link-big-content-wrapper {
    padding: 0px !important;
}

.banner-button {
    max-width: fit-content;
}

.banner-content .banner-button {
    padding: 0.9rem 1.5rem !important;
    font-size: 15px;
    width: max-content;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff !important;
    background: #f3525a !important;
    margin-top: 35px;
}

.banner-button span:hover {
    /* transform: scale(1.04); */
    transition: .3s ease;
}

@media screen and (max-width:992px) {


    .banner-content span.h4 {
        font-size: 60px;
        line-height: 1.2;
    }

    .banner-content .link-btn {
        display: grid !important;
    }

    .banner-content small,
    .about-content small {        
        font-size: 17px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .banner-content .link-big-btn-image-wrapper {
        max-height: 420px;
    }

    .banner-content .link-big-content-wrapper {
        height: 420px;
        padding: 0 20px;
    }
}

@media screen and (max-width:736px) {
    .banner-content span.h4 {
        font-size: 50px;
        line-height: 1.1;
    }

    /* .banner-content .link-big-btn-image-wrapper {
        max-height: 380px;
    }

    .banner-content .link-big-content-wrapper {
        height: 380px;
        padding: 0 30px;
    } */
    .review .card-body {
        flex-direction: column !important;
    }
}

@media screen and (max-width:568px) {
    .banner-content small {
        margin-top: 20px;
    }

    /* 
    .banner-content .link-big-btn-image-wrapper {
        max-height: 300px;
    }

    .banner-content .link-big-content-wrapper {
        height: 300px;
    } */
}

@media screen and (max-width:480px) {
    .about-content small {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width:415px) {
    .banner-content span.h4 {
        font-size: 34px;
        line-height: 1.2;
    }

    .banner-button span,
    .content-with-button .button span {
        font-size: 14px;
    }

}

@media screen and (max-width:384px) {
    .banner-content span.h4 {
        margin-bottom: 0px;
    }

}

@media screen and (max-width:375px) {
    .banner-content span.h4 {
        font-size: 30px;
    }
}

/*-- // banner section --*/


/*-- about section --*/

.about-content .link-big-btn {
    padding: 0px !important;
}

.about-content {
    /* align-self: start; */
    padding-right: 30px;
}

.about-content .about-button {
    background: #f3525a !important;
    color: #fff !important;
    padding: 12px 25px !important;
    width: min-content;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.about-content span.h4 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 25px;
}

@media screen and (max-width:992px) {
    .about-content span.h4 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .about-content .about-button {
        margin-bottom: 30px !important;
        font-size: 16px;
    }

    .about-content {
        padding-left: 15px;
        margin-top: 25px !important;
    }
}

@media screen and (max-width:768px) {
    .about-content span.h4 {
        font-size: 28px;
    }
}

@media screen and (max-width:736px) {
    .about-content span.h4 {
        font-size: 26px;
    }
}

@media screen and (max-width:568px) {

    .about-content {
        margin-top: 10px !important;
    }
}

@media screen and (max-width:384px) {
    .about-content span.h4 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 0px;
    }

    .banner-content small,
    .about-content small {
        margin-top: 10px;
    }
}

/*-- //about section --*/


/*-- logo slider --*/

/*-- //logo slider --*/


.logo-slider .splide {
    background-color: #f3525a;    
    padding: 60px 40px;
}
.logo-slider img {
    vertical-align: bottom;
    height: min-content !important;
    padding: 20px;
}

.logo-slider .splide__arrow svg {
    fill: #fff;
}
.logo-slider .splide__arrow {
    background: transparent;
    opacity: 1;
}
.logo-slider .splide__pagination__page {
    background: #c4c1bf;
}

.logo-slider .splide__pagination__page.is-active {
    background: #504137 !important;
    margin: 0 5px;
}

.logo-slider .link-image-slider-image {
    object-fit: contain;
    opacity: .8;
    padding: 0 10px;
    width: 180px !important;
}

@media screen and (max-width:736px) {
    .logo-slider .splide {
        padding: 30px 40px;
    }
}


@media screen and (max-width:415px) {
    .logo-slider .link-image-slider-image {
        padding: 0 0px 0 0;
        /* height: 5rem !important; */
        width: 120px !important;
    }
}


.logos img {
    height: 80px;
    object-fit: cover;
}

.logos:hover img {
    opacity: 1;
}

@media screen and (max-width:480px) {
    .logos img {
        height: 70px;
    }
}

@media screen and (max-width:415px) {
    .logos img {
        height: 60px;
    }
}

/* 
.splide__slide {
    border: 1px solid #FFFFFF1A;
    padding: .5rem;
} */

.banner-slider .splide__slide img {
    width: 100% !important;
    height: 550px !important;
    background: #1D1E1E;
    object-fit: cover;
    /* opacity: .8; */
    padding: 0px;
    /* border: 1px solid #FFFFFF1A; */
    /* padding: 1.5rem; */
}

.banner-slider .splide__slide:before {
    content: "";
    background: #00000073;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.banner-slider .splide__pagination {
    bottom: 2em;
}

.banner-slider .splide__pagination__page {
    margin: 3px 6px;
    width: 10px;
    height: 10px;
}

.banner-slider .splide__pagination__page.is-active {
    transform: scale(1.2);
}


@media screen and (max-width:991px) {
    .banner-slider .splide__slide img {
        height: 450px !important;
    }
}

@media screen and (max-width:736px) {
    .banner-slider .splide__slide img {
        height: 400px !important;
    }
}
@media screen and (max-width:568px) {
    .banner-slider .splide__slide img {
        height: 350px !important;
    }
}



.projects a {
    border-radius: 12px;
    overflow: hidden;
    display: block;
}

.projects a div:hover {
    /* transform: scale(1) !important;
    filter: grayscale(1) !important; */
}

.two-grids {
    flex: 0 0 50%;
    max-width: 50%;
}

.three-grids {
    flex: 0 0 33.33%;
}

.four-grids {
    flex: 0 0 25%;
}

.five-grids {
    flex: 0 0 20%;
}

.five-grids img {
    filter: brightness(1) invert(0);
    /* opacity: .8; */
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.five-grids img:hover {
    opacity: 1;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.six-grids {
    flex: 0 0 15%;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

@media screen and (max-width:992px) {

    .two-grids {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .three-grids {
        flex: 0 0 50%;
    }

    .three-grids.paragraph {
        flex: 0 0 100%;
        margin: 15px 0 !important;
    }

    .five-grids {
        flex: 0 0 33.33%;
    }

    .six-grids {
        flex: 0 0 20%;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width:736px) {
    .three-grids {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .collections {
        flex: 0 0 50%;
    }

    .collections img {
        max-height: 250px !important;
    }
}

@media screen and (max-width:568px) {
    .six-grids {
        flex: 0 0 33%;
    }

    .clients-logo img {
        height: 45px;
    }
}

@media screen and (max-width:415px) {
    .five-grids {
        flex: 0 0 50%;
        margin-bottom: 10px !important;
    }

    .collections img {
        max-height: 200px !important;
    }
}

@media screen and (max-width:415px) {
    .clients-logo img {
        height: 35px;
    }
}



.projects .link-grid-image-overlay-text {
    font-size: 18px;
    font-weight: 500;
}

.projects .link-grid-image-overlay {
    height: 3rem;
}

.link-text {
    width: max-content;
    flex: 0 0 auto;
    border-right: 2px solid #c4c4c4;
    padding: 0 15px;

}

.link-text .link-btn {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: max-content;
    /* margin: auto; */
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.link-text .link-btn:hover {
    text-decoration: underline;
    transform: none !important;
}

/* 
.link-text .svg-inline--fa {
    width: .875em;
    width: .875em;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 13px;
    transform: rotateZ(-45deg);
    color: #aaa;
}

.link-text-big .svg-inline--fa {
    transform: none;
    font-size: 18px;
} */

@media screen and (max-width:991px) {
    .link-text .link-btn {
        font-size: 17px;
    }
}

@media screen and (max-width:568px) {
    .link-text .link-btn {
        font-size: 16px;
    }

    .projects {
        max-width: 100%;
    }

    .projects .link-grid-image-wrapper {
        height: 20rem;
    }
}

@media screen and (max-width:384px) {
    .link-text .link-btn {
        font-size: 16px;
    }

    .projects .link-grid-image-wrapper {
        height: 20rem;
    }
}

.big-paragraph-grid {
    margin: 10px 0px 0px !important;
}

.services .link-big-btn,
.big-paragraph-grid .link-big-btn {
    padding: 2rem !important;
    padding-bottom: 4.5rem !important;
    display: grid !important;
    transform: scale(1) !important;
    grid-auto-flow: row;
    justify-content: inherit;
    align-self: stretch;
    align-items: start !important;
    grid-gap: 25px;
}

.services,
.services1,
.users {
    margin-top: 20px !important;
}

.big-paragraph-grid .link-big-btn {
    display: flex !important;
    padding: 2.5rem 2rem !important;
    height: 92%;
}

.services:hover .big-paragraph-link {
    text-decoration: underline;
}


img.link-hover-animation:hover,
.link-hover-animation:hover {
    transform: scale(1) !important;
}

.services .link-big-btn-image-wrapper {
    margin: 0 !important;
    width: 100%;
    max-height: 13rem;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.services .link-big-btn:hover .link-big-btn-image-wrapper {
    /* transform: scale(1.1) !important; */
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.services .link-big-btn-image {
    object-fit: cover;
    max-height: 13rem;
    height: 13rem;
    object-position: top;
    margin: 0 !important;
}

.services .link-big-content-wrapper span.h4,
.big-paragraph-grid .link-big-content-wrapper span.h4,
.users .link-big-content-wrapper span.h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0px 0 15px !important;
}

.big-paragraph-grid .link-big-content-wrapper span.h4 {
    font-size: 24px;
    margin: 0 0 40px !important;
    padding-right: 60px;
}

.services .link-big-content-wrapper small,
.big-paragraph-grid .link-big-content-wrapper small,
.users .link-big-content-wrapper small {
    color: #666 !important;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;

}

.users .link-big-icon-wrapper {
    display: none;
}

.big-paragraph-grid .link-big-content-wrapper small {
    letter-spacing: .5px;
}

.services .link-big-btn-image-wrapper,
.big-paragraph-grid .link-big-btn-image-wrapper {
    display: none;
}

.services:hover .link-btn {
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transform: scaleX(1);
}

.users .link-big-btn-image-wrapper {
    width: 50% !important;
    max-height: 250px !important;
    margin-right: 0px !important;
}

.users .link-big-btn {
    padding: 1.5rem;
    grid-gap: 25px;
}

.users .link-big-btn-image {
    max-height: 250px !important;
    object-fit: cover;
    height: 250px;
}

.big-paragraph-grid .link-big-icon-wrapper {
    order: 2;
    align-items: center;
    display: grid;
    align-self: center;
}

.services .link-big-content-wrapper {
    order: 2;
}

.services .link-big-icon-wrapper {
    font-size: 35px;
    color: #f3525a;
    margin: 0 !important;
}

.big-paragraph-grid .link-big-icon-wrapper {
    order: 2;
    display: block;
    font-size: 14px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.big-paragraph-grid .link-big-icon-wrapper svg {
    transform: rotate(-45deg);
}


.big-paragraph-grid .link-big-content-wrapper {
    /* width: calc(100% - 60px); */
    justify-content: space-between;
    height: 100%;
}

@media screen and (max-width:992px) {
    .services .link-big-btn {
        margin-top: 0px;
    }

    .services .link-big-content-wrapper span.h4,
    .big-paragraph-grid .link-big-content-wrapper span.h4 {
        font-size: 22px;
    }

    .services {
        margin-bottom: 0rem !important;
    }

    .services:last-child {
        margin-bottom: 0rem !important;
    }

    .four-grids {
        flex: 0 0 50% !important;
    }

    .services .link-big-content-wrapper {
        padding-right: 0px;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:736px) {
    .services .link-big-content-wrapper span.h4 {
        font-size: 20px;
    }

    .services .link-big-btn-image {
        padding: 15px;
    }

    .big-paragraph-grid .link-big-btn {
        padding: 1.5rem 1.5rem !important;
    }

    .big-paragraph-grid .link-big-icon-wrapper {
        right: 1.5rem;
    }

    .services .link-big-content-wrapper span.h4,
    .big-paragraph-grid .link-big-content-wrapper span.h4,
    .users .link-big-content-wrapper span.h4 {
        font-size: 20px;
    }
}


@media screen and (max-width:568px) {
    .big-paragraph-grid .link-big-content-wrapper span.h4 {
        font-size: 22px;
    }

    .services,
    .services1 {
        margin-top: 20px !important;
    }

    .services .link-big-btn,
    .big-paragraph-grid .link-big-btn {
        grid-gap: 18px;
        padding: 1.5rem !important;
        padding-bottom: 4rem !important;
    }

    .services .link-big-content-wrapper span.h4,
    .big-paragraph-grid .link-big-content-wrapper span.h4,
    .users .link-big-content-wrapper span.h4 {
        margin: 0px 0 10px !important;
    }

    .users .link-big-btn {
        display: grid !important;
    }

    .users .link-big-btn-image-wrapper {
        width: 100% !important;
        max-height: 200px !important;
    }
}

@media screen and (max-width:480px) {

    /* .big-paragraph-grid:nth-child(even),
    .four-grids:nth-child(even) {
        padding-right: 15px;
        padding-left: 7px;
        margin-bottom: 0 !important;
    }

    .big-paragraph-grid:nth-child(odd),
    .four-grids:nth-child(odd) {
        padding-left: 15px;
        padding-right: 7px;
        margin-bottom: 0 !important;
    } */

    .four-grids {
        flex: 0 0 100% !important;
    }

    .big-paragraph-grid {
        flex: 0 0 180px;
    }

    .services .link-big-content-wrapper small,
    .big-paragraph-grid .link-big-content-wrapper small,
    .users .link-big-content-wrapper small {
        font-size: 16px;
    }
}



@media screen and (max-width:415px) {

    .services .link-big-btn-image {
        padding: 10px;
    }

    .big-paragraph-grid .link-big-content-wrapper span.h4 {
        font-size: 20px;
        margin: 0px 0 10px !important;
    }

    .services .link-big-content-wrapper small {
        margin-bottom: 10px;
    }

    .big-paragraph-grid .link-big-icon-wrapper {
        right: 1rem;
        top: 1rem;
    }

    .big-paragraph-grid .link-big-btn {
        padding: 2rem 1.5rem !important;
    }

    .services .link-big-content-wrapper span.h4 {
        margin: 0px 0 8px !important;
    }
}

.services1 span.h4 {
    margin-bottom: 10px !important;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
}

.services1 small {
    color: #707070 !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.services1 .link-big-content-wrapper {
    order: 2;
}

.services1 .link-big-icon-wrapper {
    margin: 0 !important;
    width: 45px;
}

.services1 .link-big-btn {
    padding: 0rem;
    grid-gap: 20px;
    align-items: start !important;
}

.services1 .link-big-icon-wrapper svg {
    color: #673ab7;
    font-size: 28px;
    margin-top: 10px;
}

@media screen and (max-width:991px) {
    .services1 span.h4 {
        font-size: 20px;
    }
}

@media screen and (max-width:736px) {}

@media screen and (max-width:480px) {
    .services1 small {
        margin-top: 0px;
    }

    .services1 span.h4 {
        margin-bottom: 10px !important;
    }

    .services1 .link-big-icon-wrapper svg {
        font-size: 25px;
    }

    .services1 .link-big-icon-wrapper {
        width: 40px;
    }

    .services1 span.h4 {
        font-size: 18px;
    }
}








/*-- reviews --*/

.review {
    display: flex;
    /* margin-top: 15px !important; */
    max-width: 1000px;
    margin-bottom: 60px !important;
}

.review span.h5 {
    font-size: 24px;
    font-weight: 700 !important;
    order: 2;
    line-height: 1.4;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    opacity: 1;
    border: none;
    padding: 0;
    display: none;
}

.review span {
    font-size: 19px;
    line-height: 1.8;
    font-weight: 400;
    order: 3;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
}

.review>div>div>div span {
    font-style: normal;
}

.review svg {
    font-size: 12px;
    margin: 0 -1px !important;
}

.review .card {
    /* background: #e5e9ef66 !important;
    background-color: #e5e9ef1c !important; */
    /* border: 1px solid #0000001A !important; */
    /* padding: 1.5rem !important;
    box-shadow: 0px 0px 20px 0px #00000010; */
}

.review .card-body {
    padding: 0px !important;
    flex-direction: row !important;
    align-items: center;
}

.review .card-body>div>div span:nth-child(1) {
    font-style: normal;
    font-size: 22px;
    font-weight: 600 !important;
    line-height: 1.6;
    opacity: 1;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: none;
    padding: 0;
}

.review .card-body>div>div span:nth-child(2) {
    font-size: 17px;
    /* opacity: .8; */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: none;
    padding: 0;
}

.review .card-body>div:nth-child(2) {
    order: 1;
    margin-bottom: 0 !important;
    display: none;
}

.review .card-body>div:nth-child(4) {
    order: 1;
    position: static;
    width: inherit;
}

.review .link-review-image {
    width: 200px;
    height: 200px;
    margin: 0 !important;
    border-radius: 50%;
    margin-right: 30px !important;
}

.review .card-body>div svg:Last-child {
    color: #d8d9d9 !important;
}

.review .d-flex .d-flex {
    position: absolute;
    left: 245px;
    bottom: -40px;
    width: calc(100% - 245px);
}

@media screen and (max-width: 991px) {
    .review span.h5 {
        font-size: 22px;
    }

    .review .card-body {
        padding-right: 0px !important;
    }

    .review {
        margin-bottom: 40px !important;
    }

    .review:last-child {
        margin-bottom: 0px !important;
    }

    .review span {
        font-size: 18px;
    }
}

@media screen and (max-width: 736px) {
    .review .link-review-image {
        width: 100px;
        height: 100px;
        margin-right: 0px !important;
        margin-bottom: 20px !important;
    }

    .review .d-flex .d-flex {
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
    }

    .review .card-body {
        flex-direction: column !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 568px) {
    .review span.h5 {
        font-size: 18px;
        margin-top: 0 !important;
    }

    .review .card-body>div>div span:nth-child(1) {
        font-size: 17px;
        margin-bottom: 0px !important;
    }

    .review span {
        font-size: 16px;
        line-height: 1.7;
    }

    .review .card-body>div>div span:nth-child(2) {
        font-size: 16px;
    }
}

@media screen and (max-width: 415px) {}

/*-- //reviews --*/



.banner-content .link-big-btn.more-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none !important;
}

.link-big-btn.more-btn:hover {
    color: #f3525a !important;
}


.services .link-big-btn.more-btn {
    font-size: 16px;
    max-width: fit-content;
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    left: 42px;
}

@media screen and (max-width:568px) {
    .services .link-big-btn.more-btn {
        left: 35px;
    }
}

@media screen and (max-width:415px) {
    .services .link-big-btn.more-btn {
        font-size: 16px;
    }

    .link-big-btn.more-btn {
        padding: 12px 25px !important;
        font-size: 15px;
    }
}



.link-style1 {
    position: relative;
    align-self: baseline;
}

.link-style1 .link-big-btn {
    display: grid !important;
    padding: 0rem !important;
    /* padding-bottom: 3.5rem !important; */
    transform: scale(1) !important;
    grid-auto-flow: row;
    justify-content: inherit;
    align-self: stretch;
    align-items: start !important;
    grid-gap: 0px;
    margin-top: 10px;
}

.link-style1 .link-big-btn:hover,
.blog-posts .link-big-btn:hover {
    transform: scale(1) !important;
}


.blog-subtitle h2.h2,
.blog-subtitle h3.h3 {
    font-size: 28px !important;
}

.blog-image img {
    margin-bottom: 20px !important;
}

.link-style1 .more-btn {
    background: transparent !important;
    border: none !important;
    position: absolute;
    left: 2rem;
    bottom: 20px;
    padding: 0 15px !important;
    font-size: 15px;
    font-weight: 400;
    width: fit-content;
    letter-spacing: .5px;
}

.link-style1 .more-btn:hover,
.blog-posts .more-btn:hover {
    transition: 0.3s ease-in-out;
}


.blog-posts .more-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    padding: 0;
    transition: 0.3s ease-in-out;
    position: absolute;    
    bottom: 25px;
    left: 40px;
    border-radius: 0 !important;
}


.blog-posts:hover .link-btn.more-btn {
    box-shadow: none !important;
}

.blog-posts .link-big-btn,
.team .link-big-btn {
    display: grid !important;
    transform: scale(1) !important;
    grid-auto-flow: row;
    justify-content: inherit;
    grid-gap: 0px;
    padding: 0rem !important;
    transition: .3s ease;
}

.team .link-big-btn {
    margin-bottom: 15px;
}

.blog-posts:hover .link-btn {
    overflow: hidden;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.blog-posts .link-btn:hover .link-big-btn-image-wrapper img,
.team .link-btn:hover .link-big-btn-image-wrapper img {
    transform: scale(1.08);
    transition: .3s ease;
}

/* 
.blog-posts:hover .link-big-btn-image {
    overflow: hidden;
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
} */

.content-with-button .link-big-btn.content-button {
    padding: .9rem 1.5rem !important;
    font-size: 16px;
    width: fit-content;
    font-weight: 500;
    background: #fff !important;
    color: #000 !important;
    margin-bottom: 0px !important;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.content-with-button .link-big-btn {
    display: grid !important;
    padding: 3rem !important;
    padding-bottom: 9rem !important;
    transform: scale(1) !important;
    grid-auto-flow: row;
    justify-content: inherit;
    grid-gap: 0;
}

.content-with-button .link-big-content-wrapper {
    order: 2;
    margin-top: 30px !important;
    max-width: 750px;
    margin: 0 auto;
}

.content-with-button .link-big-btn:hover {
    transform: scale(1) !important;
}

.content-with-button .link-big-icon-wrapper {
    display: none;
}

.link-style1 .link-big-icon-wrapper svg {
    font-size: 26px;
}

.link-style1 .link-big-btn-image-wrapper,
.blog-posts .link-big-btn-image-wrapper {
    width: 100%;
    max-height: 12rem;
    margin: 0 !important;
}

.team .link-big-btn-image-wrapper,
.team .link-big-btn-image {
    width: 100%;
    max-height: 100%;
    margin: 0 !important;
    transition: .3s ease;
}

.blog-posts .link-big-btn-image-wrapper,
.team .link-big-btn-image-wrapper {
    width: 100%;
}

.link-style1 .link-big-btn-image,
.blog-posts .link-big-btn-image {
    border-radius: 8px;
    object-fit: cover;
    max-height: 12rem;
    /* object-position: 0px -20px; */
    margin-bottom: 0px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.link-style1:hover .link-big-btn-image {
    /* transform: scale(1.1); */
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.blog-posts .link-big-btn-image-wrapper,
.blog-posts .link-big-btn-image,
.link-style1 .link-big-btn-image-wrapper,
.link-style1 .link-big-btn-image {
    min-height: 15rem;
    background: #f7f7f7;
    margin-bottom: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    overflow: hidden;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.link-style1 .link-big-content-wrapper {
    margin-top: 0px !important;
    /* padding: 25px 20px;
    padding-bottom: 65px; */
    align-self: center;
    padding: 25px 20px;
}

.blog-posts .link-big-content-wrapper{
    margin-top: 0px !important;
    align-self: center;
    padding: 30px 30px;
    /* padding-bottom: 65px; */
}
.team .link-big-content-wrapper{
    margin-top: 10px !important;
    align-self: center;
    text-align: center;
}

.link-style1 .link-big-icon-wrapper {
    position: absolute;
    bottom: 40px;
    left: 15px;
    border-radius: 50% !important;
}

.blog-posts .link-big-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-content: center;
    transform: scale(0);
    transition: .5s;
    background-color: rgba(0, 90, 255, 0.65);
    padding: 30px;
    margin: 0 !important;
    width: 100%;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    max-height: 240px;
}

.blog-posts .link-big-icon-wrapper svg {
    color: #fff !important;
    font-size: 20px;
    opacity: 1;
    text-align: center;
}

.blog-posts .link-btn:hover .link-big-icon-wrapper{
    transform: scale(1);
}

.content-with-button .link-big-content-wrapper span.h4 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 30px !important;
}

.link-style1 .link-big-content-wrapper span.h4,
.blog-posts .link-big-content-wrapper span.h4 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0px 0 0px !important;
    letter-spacing: 0px;
}

.link-style1 .link-big-content-wrapper span.h4 {
    padding-left: 60px;
}

.link-style1 .link-big-content-wrapper span.h4:hover {
    color: #f3525a !important;
}

.blog-posts .link-big-content-wrapper span.h4{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 10px 0 0px !important;
    order: 2;
}

.team .link-big-content-wrapper span.h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 15px 0 5px !important;
}

/* .link-style1:hover .link-big-content-wrapper span.h4 {
    text-decoration: underline;
} */

.blog-posts .link-big-content-wrapper small,
.team .link-big-content-wrapper small,
.content-with-button .link-big-content-wrapper small {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #999 !important;
}

.team .link-big-content-wrapper small{
    font-size: 18px;
}

.link-style1 .link-big-content-wrapper small {
    display: none;
}

.content-with-button .link-big-content-wrapper small {
    /* max-width: 740px; */
    margin: 0 auto;
}


.blog-posts {
    margin-top: 20px !important;
}

/* 
.link-style1 .link-big-content-wrapper,
.blog-posts .link-big-content-wrapper,
.content-with-button .link-big-content-wrapper {
    order: 2;
    margin-top: 25px !important;
    max-width: 770px;
    margin: 0 auto;
} */

@media screen and (max-width:992px) {
    .content-with-button .link-big-content-wrapper span.h4 {
        font-size: 38px;
    }

    .content-with-button .link-big-content-wrapper {
        margin-top: 0px !important;
    }

    .blog-subtitle h2.h2,
    .blog-subtitle h3.h3 {
        font-size: 26px !important;
    }

    .blog-posts .link-big-content-wrapper span.h4 {
        margin: 0px 0 5px !important;
    }
}

@media screen and (max-width:768px) {

    .link-style1 .link-big-content-wrapper small,
    .blog-posts .link-big-content-wrapper small,
    .content-with-button .link-big-content-wrapper small {
        font-size: 15px;
    }
}

@media screen and (max-width:736px) {
    .content-with-button .link-big-content-wrapper span.h4 {
        font-size: 26px;
    }

    .blog-posts {
        margin-bottom: 15px !important;
    }

    .link-style1 .link-big-btn {
        padding: 0rem !important;
    }

    .link-style1 .more-btn {
        padding: 0 10px !important;
    }
    .team .link-big-content-wrapper span.h4 {
        font-size: 22px;
        line-height: 28px;
        margin: 10px 0 5px !important;
    }

    .link-style1 .link-big-icon-wrapper,
    .content-with-button .link-big-icon-wrapper {
        bottom: 20px;
    }

    .link-style1 .link-big-content-wrapper span.h4,
    .blog-posts .link-big-content-wrapper span.h4 {
        font-size: 20px;
    }

    .blog-subtitle h2.h2,
    .blog-subtitle h3.h3 {
        font-size: 24px !important;
    }

}

@media screen and (max-width:568px) {
    .content-with-button .link-big-btn {
        padding: 2rem !important;
        padding-bottom: 8rem !important;
    }

    .link-style1 .link-big-btn-image,
    .blog-posts .link-big-btn-image {
        max-height: 13rem;
        height: 13rem;
    }
    .blog-posts .link-big-content-wrapper span.h4 {
        margin: 10px 0 0px !important;
    }
    .team .link-big-content-wrapper span.h4 {
        font-size: 18px;
        line-height: 28px;
        margin: 5px 0 0px !important;
    }
    .team .link-big-content-wrapper small {
        font-size: 17px;
    }
}

@media screen and (max-width:480px) {
    .content-with-button .link-big-btn.content-button {
        font-size: 15px;
    }

    .link-style1 .link-big-content-wrapper span.h4,
    .blog-posts .link-big-content-wrapper span.h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .content-with-button .link-big-btn {
        padding: 2rem 1rem !important;
        padding-bottom: 7rem !important;
    }

    .content-with-button .link-big-btn.content-button {
        bottom: 35px;
    }

    .content-with-button .link-big-content-wrapper span.h4 {
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 20px !important;
    }
    .link-style1 .link-big-content-wrapper {
        padding: 20px 15px;
    }
    .link-style1 .link-big-content-wrapper span.h4 {
        padding-left: 50px;
    }
    .link-style1 .link-big-icon-wrapper, .content-with-button .link-big-icon-wrapper {
        bottom: 15px;
        margin-left: 0px !important;
    }
}


@media screen and (max-width:415px) {
    .link-style1 .link-big-btn {
        padding: 0rem !important;
        grid-gap: 0px;
    }

    .link-style1 .more-btn {
        padding: 0px !important;
    }
    
    .team .link-big-content-wrapper small {
        font-size: 15px;
    }
    .blog-posts .link-big-content-wrapper {
        padding: 20px 20px;
    }    

}


.hover-grid .link-big-btn {
    padding: 0rem;
}
.hover-grid {
    margin-bottom: 15px !important;
}

.hover-grid .link-big-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-grid !important;
    align-items: center;
    align-content: center;
    transform: scale(0);
    transition: .5s;
    background-color: rgba(0, 90, 255, 0.65);
    padding: 30px;
}

.hover-grid .link-btn:hover .link-big-content-wrapper {
    transform: scale(1);
}

.hover-grid span.h4 {

    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 18px;
}

.hover-grid small {
    font-size: 17px;
    line-height: 26px;
    color: #fff !important;
    opacity: .8;
}

.hover-grid .link-big-btn-image-wrapper {
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 !important;
}
.hover-grid .link-big-btn-image {
    max-height: 100%;
}

.hover-grid .link-big-icon-wrapper {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #f3525a;
    padding: 10px;
    width: initial;
    margin: 0 !important;
    border-bottom-left-radius: 6px;
}
.hover-grid .link-btn:hover .link-big-icon-wrapper {
    opacity: 0;
    transition: .4s ease;
}






.gallery img {
    margin-bottom: 15px;
}

.gallery img {
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

@media screen and (max-width:992px) {
    .gallery img {
        margin-bottom: 0px;
    }
}

@media screen and (max-width:568px) {
    .gallery img {
        min-height: 200px;
        max-height: 200px;
    }
}



.middle-content .link-btn {
    padding: 50px 50px !important;
    /* display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px; */
}

.middle-content .link-big-btn.more-btn {
    background: #f3525a !important;
    color: #fff !important;
    padding: 14px 30px !important;
    font-size: 18px;
    width: max-content;
    font-weight: 500;
    position: absolute;
    right: 60px;
    top: 80px;
}


.middle-content .link-big-btn.more-btn:hover {
    background-color: #f12e38 !important;
}

.middle-content .link-btn:hover {
    transform: scale(1) !important;
}

.middle-content .link-big-icon-wrapper {
    width: 10%;
    display: none;
}

.middle-content span.h4,
.more-content span.h4 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.middle-content .link-big-content-wrapper {
    width: 70%;
}

.more-content .link-big-btn {
    padding: 30px;
}

.more-content .link-big-content-wrapper {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.middle-content .link-big-btn-image-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-right: 50px !important;
    border-radius: 0px !important;
    overflow: visible;
}

.order .link-big-btn-image-wrapper {
    order: 2;
}

.middle-content .link-big-btn-image {
    max-height: 100%;
    transform: perspective(1500px) rotateY(-25deg) rotateX(10deg);
    -webkit-transform: perspective(1500px) rotateY(-25deg) rotateX(10deg);
    border-radius: 50px !important;
    transition: .3s ease;
}


.middle-content:hover .link-big-btn-image {
    transform: perspective(800px) rotateY(15deg) translateY(-10px) rotateX(0deg);
    -webkit-transform: perspective(800px) rotateY(15deg) translateY(-10px) rotateX(0deg);
    transition: .3s ease;
}

.middle-content small,
.more-content small {
    font-size: 18px;
    line-height: 28px;
    display: block;
    color: #8f8f8f !important;
}

.middle-content .link-btn.content-button {
    padding: 15px 25px !important;
    max-width: min-content;
    font-size: 17px;
    font-weight: 500;
    display: block !important;
    margin: 0 auto;
    margin-top: 30px !important;
    /* position: absolute; */
    /* bottom: 100px; */
    /* background: #1a1a1a !important; */
    /* color: #ffffff !important; */
    /* left: 90px; */
    /* right: 0; */
}

@media screen and (max-width:992px) {

    .middle-content span.h4,
    .more-content span.h4 {
        font-size: 32px;
        line-height: 1.2;
    }

    .middle-content .link-btn {
        padding: 40px 30px 120px !important;
    }

    .middle-content .link-big-btn.more-btn {        
        left: 40px;
        bottom: 40px;
        top: inherit;
    }

    .middle-content .link-big-content-wrapper {
        width: 100%;
    }
}

@media screen and (max-width:736px) {

    .middle-content span.h4,
    .more-content span.h4 {
        font-size: 28px;
        line-height: 1.4;
    }

    .middle-content .link-big-btn.more-btn {
        padding: 12px 25px !important;
        font-size: 15px;
    }

}


@media screen and (max-width:568px) {
    .middle-content .link-btn {
        padding: 35px 25px 95px !important;
    }

    .more-content .link-big-content-wrapper {
        padding: 0px;
    }

    .middle-content span.h4,
    .more-content span.h4 {
        font-size: 26px;
        margin-bottom: 10px !important;
    }

    .middle-content small,
    .more-content small {
        font-size: 16px;
    }
}

@media screen and (max-width:480px) {
    .middle-content .link-btn {
        padding: 30px 20px 90px !important;
    }

    .middle-content span.h4,
    .more-content span.h4 {
        font-size: 26px;
    }

    .middle-content small,
    .more-content small {
        font-size: 16px;
    }
    .middle-content .link-big-btn.more-btn {
        left: 30px;
        bottom: 30px;
    }
}

@media screen and (max-width:415px) {

    .middle-content span.h4,
    .more-content span.h4 {
        font-size: 24px;
    }
}



.faq {
    /* max-width: 650px;
    margin: 0 auto; */
}

.faq .card {
    margin: 0px !important;
    border-bottom: 1px solid #0E0B3D26 !important;
    border-radius: 0px !important;
    background: none;
}

.faq .link-faq button {
    padding: 10px 30px 10px 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}


.faq .card-body {
    padding: 0px 30px 15px 0px;
    font-size: 17px;
    line-height: 1.8;
    color: #333157;
    opacity: .8;
}

.faq .btn:focus,
.faq .btn.focus {
    outline: 0;
    box-shadow: none;
}

.faq .card h2 {
    position: relative;
}

.faq .card h2 button:after {
    content: url(https://webhash-site-carcare.netlify.app/images/down.png);
    position: absolute;
    right: 16px;
    top: 7px;
    bottom: 0;
    margin: auto;
    /* z-index: -1; */
}

@media screen and (max-width: 991px) {
    .faq .link-faq button {
        font-size: 18px;
    }

    /* .faq .card-body {
        padding: 0px 20px 10px 10px;
    } */
}

@media screen and (max-width: 736px) {
    /* .faq .link-faq button {
      font-size: 16px;
      padding: 8px 15px;  
    }
    .faq .card-body {
        padding: 0px 30px 20px 15px;
    } */
}

@media screen and (max-width: 600px) {
    .faq .card h2 button:after {
        right: 7px;
        top: 3px;
    }
}

@media screen and (max-width: 415px) {
    .faq .link-faq button {
        padding: 0px 22px;
        padding-left: 0px;
        font-size: 17px;
        line-height: 28px;
    }

    .faq .card {
        margin-bottom: 10px !important;
        margin: 5px 0px !important;
    }

    .faq .card-body {
        padding: 0px 10px 10px 0px;
        font-size: 16px;
        /* line-height: 1.8; */
    }
}





iframe.map {
    width: 100%;
    height: 380px;
    border-radius: 10px;
    border: 5px solid #ffffff !important;
}

@media screen and (max-width:568px) {
    iframe.map {
        height: 280px;
    }
}



/* social media icons style --*/

.header-social {
    border: none !important;
    width: max-content;
    flex: 0 0 auto;
}

.header-social .d-flex.flex-wrap.justify-content-center{
    margin-bottom: 0px;
}

.header-social a svg {
    opacity: .7;
}

.header-social a:hover svg {
    opacity: 1;
}

.socialicons>div>div a {
    font-size: 13px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #0E0B3D26;
}

.socialicons>div>div a:hover {
    background-color: #1028ff;
    border: 1px solid #1028ff;
}

.socialicons>div>div a:hover svg {
    color: #fff !important;
}

.socials {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.d-flex.flex-wrap.justify-content-center>div,
.socialmediaicons>div>div {
    margin: 0px !important;
    margin-right: 15px !important;
    border-right: 2px solid #c4c4c4;
    padding-right: 15px;
}

.d-flex.flex-wrap.justify-content-center>div a:hover svg {
    color: #f3525a !important;
}
.d-flex.flex-wrap.justify-content-center{
    margin-bottom: 20px;
}
/* .d-flex.flex-wrap.justify-content-center>div a, */
.socialmediaicons>div>div a {
    color: #FFFFFF;
    font-size: 13px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    background: #FFFFFF14;
    box-shadow: 0px 0px 20px 0px #00000010;
}

/* .d-flex.flex-wrap.justify-content-center>div a:hover svg, */
/* .socialmediaicons>div>div a:hover svg {
    color: #f3525a !important
} */

/* .d-flex.flex-wrap.justify-content-center>div a:hover svg,
.socialmediaicons>div>div a:hover svg {
    color: #0a0a0a !important;
} */

.d-flex.flex-wrap.justify-content-center>div:last-child {
    margin-right: 0px !important;
    padding-right: 0;
    border: none;
}

.socialmediaicons {
    margin-top: 0px !important;
}

.socialmediaicons a:has(.fa-fw) {
    display: block;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 40px;
    font-size: 13px;
}

.socialmediaicons a:has(.fa-envelope) {
    background: #222;
}

.socialmediaicons a:has(.fa-phone-square-alt) {
    background: #68217a;
}

.socialmediaicons a:has(.fa-telegram) {
    background: #0088cc;
}

.socialmediaicons a:has(.fa-facebook-messenger) {
    background: #0084ff;
}

.socialmediaicons a:has(.fa-whatsapp) {
    background: #25d366;
}

.socialmediaicons a:has(.fa-facebook) {
    background: #1877f2;
}

.socialmediaicons a:has(.fa-tiktok) {
    background: #1877f2;
}

.socialmediaicons a:has(.fa-soundcloud) {
    background: #ff8800;
}

.socialmediaicons a:has(.fa-spotify) {
    background: #1db954;
}

.socialmediaicons a:has(.fa-linkedin) {
    background: #0a66c2;
}

.socialmediaicons a:has(.fa-snapchat) {
    background: #fffc00;
}

.socialmediaicons a:has(.fa-twitch) {
    background: #1877f2;
}

.socialmediaicons a:has(.fa-map-marker-alt) {
    background: #333;
}

.socialmediaicons a:has(.fa-twitch) {
    background: #9146ff;
}

.socialmediaicons a:has(.fa-discord) {
    background: #2c2f33;
}

.socialmediaicons a:has(.fa-pinterest) {
    background: #e60023;
}

.socialmediaicons a:has(.fa-twitter) {
    background: #1da1f2;
}

.socialmediaicons a:has(.fa-youtube) {
    background: #ff0000;
}

.socialmediaicons a:has(.fa-instagram) {
    background: #c13584;
}

/* //social media icons style --*/


@media screen and (max-width:992px) {
    .header-social {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width:568px) {

    /* .d-flex.flex-wrap.justify-content-center>div,
    .socialmediaicons>div>div {
        margin: 0px 5px !important;
        font-size: 15px;
    } */

    .d-flex.flex-wrap.justify-content-center>div:last-child {
        margin-right: 0px !important;
    }

    /* .header-social .justify-content-center {
        justify-content: flex-end !important;
    } */

}


@media screen and (max-width:416px) {

    .header-social .d-flex.flex-wrap.justify-content-center>div,
    .socialmediaicons>div>div {
        margin: 0px 3px !important;
        padding-right: 10px;
    }
    .header-social {
        width: 50%;
    }
    .header-social .d-flex.flex-wrap.justify-content-center {
        justify-content: flex-end !important;
    }    
    .d-flex.flex-wrap.justify-content-center>div:last-child {
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
}


/*-- modal popup css --*

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}


.modal-content {
    padding: 0rem !important;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    max-height: 550px;
    object-fit: contain;
    transform: scale(1);
    background-color: transparent;
    border: none !important;
}


.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/*-- //modal popup css --*/


.blog-post .link-grid-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.54);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.blog-post:hover .link-grid-image-overlay {
    background: rgb(0 0 0 / 54%);
}

.blog-post .link-grid-image-overlay-text {
    font-size: 26px;
    line-height: 1.4;
    white-space: pre-wrap;
}

.category .link-btn-image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 70px;
    max-height: 100%;
    padding: 5px 18px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 !important;
    display: grid;
    align-items: center;
    font-size: 20px;
    background: #e2e8f0;
    color: #718096;
    text-align: center;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.category .link-btn-image-wrapper img {
    margin: 0 !important;
    opacity: .8;
}

.category .link-btn {
    padding: .9rem 1rem;
    padding-left: 90px;
    font-size: 20px;
    font-weight: 500;
}

.category:hover .link-btn-image-wrapper {
    background: #007fff !important;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.category:hover .link-btn {
    /* color: #007fff !important; */
    text-decoration: underline;
}

.category:hover .link-btn-image-wrapper img {
    opacity: .9;
    filter: brightness(0) invert(1);
}

@media screen and (max-width:768px) {
    .blog-post .link-grid-image-overlay-text {
        font-size: 24px;
    }
}

@media screen and (max-width:736px) {
    .blog-post .link-grid-image-overlay-text {
        font-size: 22px;
    }

    .category .link-btn-image-wrapper {
        padding: 5px 20px;
    }
}

@media screen and (max-width:480px) {
    .category .link-btn {
        font-size: 18px;
    }

    .blog-post .link-grid-image-overlay-text {
        font-size: 20px;
    }
}






.author-blog-details .link-big-btn {
    padding: 1.5rem;
    grid-gap: 25px;
}

.author-blog-details .link-big-btn-image-wrapper {
    height: 150px;
    width: 200px !important;
    margin: 0 !important;
    max-height: 150px;
}

.author-blog-details .link-big-btn-image-wrapper img {
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    height: 150px;
    max-height: 150px;
    width: 150px !important;
}

.author-blog-details a:hover {
    transform: scale(1) !important;
}

.author-blog-details .link-big-icon-wrapper {
    display: none;
}

.author-blog-details span.h4 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

.author-blog-details small {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #5a5a5a !important;
}


@media screen and (max-width:991px) {
    .author-blog-details .link-big-btn-image-wrapper {
        width: 220px !important;
    }
}

@media screen and (max-width:736px) {
    .author-blog-details .link-big-btn-image-wrapper img {
        height: 140px;
        max-height: 140px;
        width: 140px !important;
    }
}

@media screen and (max-width:480px) {
    .author-blog-details .link-big-btn-image-wrapper img {
        height: 130px;
        max-height: 130px;
        width: 130px !important;
    }
}


@media screen and (max-width:415px) {

    .author-blog-details .link-big-btn-image-wrapper img,
    .author-blog-details .link-big-btn-image-wrapper {
        height: auto;
    }

    .author-blog-details span.h4 {
        font-size: 20px;
    }

    .author-blog-details .link-big-icon-wrapper {
        display: none;
    }

    .author-blog-details .link-big-btn {
        display: grid !important;
    }

    .author-blog-details .link-big-btn-image-wrapper img {
        height: 100px;
        max-height: 100px;
        width: 100px !important;
    }
}




.portfolio .link-image-slider-image {
    object-fit: cover;
    width: 15rem !important;
    height: 15rem !important;
}

.portfolio .splide__pagination {
    bottom: -2em;
}

.portfolio .splide__pagination__page.is-active {
    background: #000;
}

.portfolio .splide__pagination__page {
    background: #000;
    margin: 3px 5px;
    opacity: .2;
}



.blog-featured-image a {
    background: #CEDAFA;
    border-radius: 8px;
    padding: 0 210px;
    display: block;
}

.blog-featured-image img {
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 400px;
    margin: 20px 0;
}

@media screen and (max-width:991px) {

    .blog-featured-image img {
        height: 350px;
    }

    .blog-featured-image a {
        padding: 0 110px;
    }
}

@media screen and (max-width:568px) {

    .blog-featured-image img {
        height: 250px;
    }

    .blog-featured-image a {
        padding: 0 0px;
    }
}

@media screen and (max-width:415px) {

    .blog-featured-image img {
        height: 200px;
    }
}




.stats .link-big-btn {
    display: grid !important;
    padding: 02rem !important;
    transform: scale(1) !important;
    grid-auto-flow: row;
    justify-content: inherit;
    align-self: stretch;
    align-items: start !important;
    margin-bottom: 10px;
    text-align: center !important;
}

.stats .link-big-btn:hover .link-big-icon-wrapper {
    /* transform: scale(1.2); */
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.stats .link-big-btn:hover {
    transform: scale(1) !important;
}

.stats .link-big-content-wrapper span.h4 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    margin: 20px 0 10px !important;
}

.stats .link-big-icon-wrapper {
    color: #673ab7;
    border-radius: 50%;
    order: 1;
    display: inline-block;
    margin: 0rem 0 !important;
    font-size: 30px;
    width: min-content;
    margin: 0 auto !important;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.stats .link-big-content-wrapper small {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #707070 !important;
}

.stats .link-big-content-wrapper {
    order: 2;
}


@media screen and (max-width:991px) {
    .stats .link-big-content-wrapper span.h4 {
        font-size: 36px;
    }

    .stats .link-big-icon-wrapper {
        font-size: 30px;
    }
}

@media screen and (max-width:768px) {

    .team {
        flex: 0 0 50% !important;
    }

    .team:nth-child(even) {
        padding-left: 8px;
        margin-bottom: 0 !important;
    }

    .team:nth-child(odd) {
        padding-right: 8px;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width:736px) {
    .stats .link-big-content-wrapper span.h4 {
        font-size: 32px;
    }

    .stats .link-big-content-wrapper small {
        font-size: 16px;
    }

    .stats .link-big-btn {
        padding: 2rem 1rem !important;
    }
}

@media screen and (max-width:415px) {
    .stats .link-big-btn {
        padding: 1.5rem .5rem !important;
    }

    .stats .link-big-content-wrapper span.h4 {
        font-size: 25px;
        margin: 10px 0 5px !important;
    }

    .stats .link-big-icon-wrapper {
        font-size: 25px;
    }

    .stats .link-big-content-wrapper small {
        font-size: 14px;
    }
}