/* Home - Banner - Style Started */

.banner-home h1 strong {
    font-weight: 700;
}
.banner-btn a {
    font-weight: 500 !important;
    position: relative;
    letter-spacing: 10px;
    transition: all 0.5s ease !important;
    overflow: hidden;
}
.banner-btn a > div > div {
    position: relative;
    z-index: 2;
}
.banner-btn a > div::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    background-color: var(--e-global-color-text);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: url(../../uploads/2024/05/btn-yellow-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    z-index: 2;
}
.banner-btn a:hover > div::before {
background-color: var(--e-global-color-primary);
    background-image: url(../../uploads/2024/05/btn-black-arrow.png);
}
.banner-home .nextend-arrow-previous, .banner-home .nextend-arrow-next{
    overflow: visible !important;
}
.banner-home .nextend-arrow-previous::before{
    content: 'Prev';
    display: block;
    position: absolute;
    right: -50px;
    top: 18px;
    width: 44px;
    height: 44px;
    transition: all 0.5s ease-in-out !important;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    font-family: "Outfit", Sans-serif;
}
.banner-home .nextend-arrow-next::before{
    content: 'Next';
    display: block;
    position: absolute;
    left: -40px;
    top: 18px;
    width: 44px;
    height: 44px;
    transition: all 0.5s ease-in-out !important;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    font-family: "Outfit", Sans-serif;
}
.banner-btn a > div::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    border-radius: 50px;
    background-color: #fff;
    transition: right 0.3s;
}
.banner-btn a:hover > div:after {
    right: 0;
}

@media screen and (max-width: 1280px) {
    .banner-home .n2-ss-section-main-content {
        padding-left: 60px !important;
    }
}
@media screen and (max-width: 1024px) {
    .banner-home .n2-ss-section-main-content {
        padding-left: 0 !important;
    }
    .banner-home h1 {
        line-height: 120% !important;
    }
}
@media screen and (max-width: 991px) {
    .banner-home .nextend-arrow-previous, .banner-home .nextend-arrow-next{
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width: 700px) {
    .banner-home h1{
        font-size: 50px !important;
    }
    .banner-home .n2-ss-item-content p {
        font-size: 18px !important;
        line-height: normal !important;
    }
    .banner-btn a{
        letter-spacing: 0 !important;
    }
    .banner-btn a > div::before{
        width: 40px;
        height: 40px;
        background-size: 40px auto;
    }
}
@media screen and (max-width: 520px) {
    .banner-home h1 {
        font-size: 42px !important;
    }
    .banner-home .nextend-arrow-previous{
        margin-left: 20px !important;
    }
    .banner-home .nextend-arrow-next{
        margin-right: 20px !important;
    }
    .testimonial-block .col-lg-6.elementkit-testimonial-col .elementskit-commentor-content {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 520px) {
    .banner-home h1 {
        font-size: 36px !important;
    }
    .banner-home .n2-ss-item-content p {
        font-size: 16px !important;
        line-height: normal !important;
    }
}
@media screen and (max-width: 430px) {
    .provider-block h2 br {
        display: none !important;
    }
    
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .provider-block .elementor-button {
        padding: 22px 86px 22px 28px;
    }
}
@media screen and (max-width: 380px) {
    .banner-home h1 {
        font-size: 32px !important;
    }
    .banner-home .banner-btn a{
        padding: 18px 54px 18px 15px !important;
    }
    .banner-home .nextend-arrow-previous::before{
        right: -45px;
        top: 16px;
        font-size: 14px;
    }
    .banner-home .nextend-arrow-next::before{
        left: -30px;
        top: 16px;
        font-size: 14px;
    }
    .banner-btn a > div::before {
        width: 36px;
        height: 36px;
        background-size: 36px auto;
    }
}
/* Home - Banner - Style Ended */


/* BG pattern style 1 - Style Started */

.bg-pattern-1{
    position: relative;
}

.bg-pattern-1::before{
    content: '';
    position: absolute;
    display: block;
    background: url(assets/images/pattern-1.png) top left no-repeat;
    background-size: 505px 700px;
    width: 505px;
    height: 105%;
    left: -170px;
    top: -10px;
}

.bg-pattern-2{
    position: relative;
}

.bg-pattern-2::before{
    content: '';
    position: absolute;
    display: block;
    background: url(assets/images/pattern-2.png) top right no-repeat;
    background-size: 504px 678px;
    width: 504px;
    height: 105%;
    right: -230px;
    top: 70px;
    left: auto;
}

/* BG pattern style 1 - Style Ended */

/* Counter - Style Started */

.counter-block .elementor-widget-image{
    position: relative;
}
.counter-block .elementor-widget-image::before{
    content: '';
    display: block;
    position: absolute;
    height: 63px;
    width: 63px;
    background: rgba(159, 159, 159, 0.1);
    border-radius: 100%;
    left: -40px;
    top: -10px;
}


/* Counter - Style Started */

/* Graphic Text - Style Started */

@media screen and (min-width: 1600px) {
    .graphic-align-left {
        margin-left: -80px;
    }
}

/* Graphic Text - Style Ended */


/* Testimonial - Style Started */

.testimonial-block .col-lg-6.elementkit-testimonial-col{
    width: 100% !important;
    max-width: 100% !important;
    flex: auto !important;
}
.testimonial-block .ekit-wid-con .elementskit-single-testimonial-slider{
    background: transparent !important;
    box-shadow: none !important;
}

.testimonial-block .swiper-button-next{
    background: url(assets/images/next-arrow-round.png) top left no-repeat !important;
    background-size: 45px 45px !important;
    right: -160px !important;
}
.testimonial-block .swiper-button-next::after{
    display: none !important;
}

.testimonial-block .swiper-button-prev{
    background: url(assets/images/prev-arrow-round.png) top left no-repeat !important;
    background-size: 45px 45px !important;
    left: -160px !important;
}
.testimonial-block .elementskit-testimonial-slider {
    position: relative;
}
.testimonial-block .elementskit-testimonial-slider:before {
    content: '';
    background-image: url("../../uploads/2024/05/quote.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 20px;
    width: 39px;
    height: 27px;
}
.testimonial-block .elementskit-testimonial-slider:after {
    content: '';
    background-image: url("../../uploads/2024/05/quote.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 39px;
    height: 27px;
    transform: rotate(180deg);
}
.testimonial-block .swiper-button-prev::after{
    display: none !important;
}

@media (max-width: 1399px) {
    .testimonial-block .swiper-button-next{
        right: -90px !important;
    }
    .testimonial-block .swiper-button-prev{
        left: -90px !important;
    }
}
@media (max-width: 991px) {
    .testimonial-block .swiper-button-next{
        right: -30px !important;
    }
    .testimonial-block .swiper-button-prev{
        left: -30px !important;
    }
    .testimonial-block .elementskit-testimonial-slider:before {
        left: -20px;
    }
}
@media (max-width: 767px) {
    .testimonial-block .elementskit-testimonial-slider:before,
    .testimonial-block .elementskit-testimonial-slider:after {
        display: none;
    }
}
/* Testimonial - Style Ended */


.home .ftr-block{
    display: none;
}