

::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #212529
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #9fcc27;
    -webkit-box-shadow: inset 0 0 1px rgba(32, 33, 48, 1);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: linear-gradient(-90deg,#2d2d73 0%,#2a2a91 35%,#0000b3 100%);
    }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

:focus, button:focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

a, button, input[type=submit] {
    cursor: pointer
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

a {
    color: #000;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    a:hover, a :focus {
        text-decoration: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #000
    }

    a:focus {
        outline: 0 solid
    }

img {
    max-width: 100%;
    height: auto
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.4;
    font-family: jost,sans-serif;
    color: #242424
}

body {
    font-size: 16px;
    line-height: 26px;
    font-family: roboto,sans-serif;
    font-weight: 400
}

p {
    font-size: 15px;
    line-height: 26px;
    color: #555
}

.text-justify {
    text-align: justify;
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.html);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 94% 50%
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-130 {
    padding-bottom: 130px
}

.ptb-10 {
    padding-bottom: 10px;
    padding-bottom: 10px
}

.ptb-20 {
    padding-bottom: 20px;
    padding-bottom: 20px
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mmt-10 {
    margin-top: -10px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-100 {
    margin-top: 100px !important
}

.z-0 {
    z-index: 0;
    position: relative
}

#message {
    padding: 0;
    margin: 0
}

.help-block {
    color: #e31c25
}

.list-style {
    margin: 0;
    padding: 0;
    list-style: none
}

    .list-style li {
        list-style: none
    }

.page-wrapper {
    overflow-x: hidden
}

.btn.style1, .btn.style1:before, .btn.style3, .btn.style3:before, .slider-btn.style1:hover, .slider-btn.style2:hover, .page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover, .search-box .form-group button, .tag-list ul li a:hover, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-tablist .nav-item .nav-link.active, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .pricing-table.style2 .pricing-header, .pricing-table.style2 .purchase-pricing .btn, .contact-box .contact-icon, .accordion-button:not(.collapsed) span {
    background: -webkit-gradient(linear,left top,right top,from(#f36c3c),color-stop(35%,#1858ab),to(#037dc1));
    background: linear-gradient(90deg,#f36c3c 0%,#1858ab 35%,#037dc1 100%)
}

    .btn.style1:hover:before, .btn.style3:hover:before, .reply-btn:hover {
        background: -webkit-gradient(linear,right top,left top,from(#f36c3c),color-stop(35%,#1858ab),to(#037dc1));
        background: linear-gradient(-90deg,#f36c3c 0%,#1858ab 35%,#037dc1 100%)
    }

.slider-btn, .social-profile.style1 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .member-card .member-info .member-social span, .video-play, .circle, .service-card .service-info .service-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .navbar-language .dropdown-toggle, .hero-wrap.style1 .hero-img-wrap .hero-chart-box-2, .hero-wrap.style1 .hero-content-wrap, .hero-wrap.style2 .hero-content-wrap, .about-wrap.style2 .about-content-wrap, .owner-info-wrap, .testimonial-item .client-info-wrap, .testimonial-footer, .schedule-widget ul li, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author, .contact-box, .service-wrap.style3 .slider-btn-wrap, .pp-post-item, .feature-card, .why-choose-content .wh-item-wrap .wh-item, .comment-item, .comment-author_info, .footer-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .btn, .btn i {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slider-btn, .social-profile.style1 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .member-card .member-info .member-social span, .video-play, .circle, .service-card .service-info .service-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .author-info-wrap .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .searchbtn, .header-wrap .navbar-language .dropdown-toggle, .hero-wrap.style1 .hero-img-wrap .hero-chart-box-2, .hero-wrap.style1 .hero-content-wrap, .hero-wrap.style2 .hero-content-wrap, .about-wrap.style2 .about-content-wrap, .owner-info-wrap, .testimonial-item .client-info-wrap, .testimonial-footer, .schedule-widget ul li, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

.hero-wrap.style1 .hero-img-wrap .hero-chart-box-2, .about-wrap.style2 .about-content-wrap, .testimonial-footer, .schedule-widget ul li, .post-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.portfolio-tablist {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .service-wrap.style3 .slider-btn-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rotate {
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(0deg)
    }
}

@-webkit-keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes moveHorizontal_reverse {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveHorizontal_reverse {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.back-to-top {
    font-size: 14px;
    line-height: 5px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 60px;
    padding: 16px;
    border-radius: 69px;
    right: 25px;
    z-index: 999;
    background-color: #242424;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

    .back-to-top i {
        color: #fff;
        position: relative;
        top: 0px;
        left: 1px;
    }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .preloader img {
        max-width: 350px
    }

@-webkit-keyframes loading {
    from {
        max-width: 0
    }
}

@keyframes loading {
    from {
        max-width: 0
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        opacity: 0
    }

    60% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        opacity: 0
    }

    60% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
}

.btn {
    font-family: roboto,sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    padding: 12px 25px;
    text-align: center;
    border-radius: 5px;
    text-align: center;
    border: 2px solid transparent;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    border-radius: 10px
}

    .btn i {
        position: relative;
        height: auto;
        line-height: 1;
        font-size: 16px
    }

    .btn.style1 {
        color: #fff;
        border-radius: 5px;
        font-weight: 500;
        padding: 10px 30px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        -webkit-transition: .4s;
        transition: .4s
    }

        .btn.style1:before {
            position: absolute;
            top: 0;
            left: -100%;
            content: "";
            width: 100%;
            height: calc(100% + 3px);
            z-index: -1;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: .4s;
            transition: .4s
        }

        .btn.style1 i {
            font-size: 18px;
            position: relative;
            top: 1px;
            margin: 0 0 0 8px
        }

        .btn.style1:hover:before {
            left: 0;
            visibility: visible;
            opacity: 1
        }

    .btn.style2 {
        color: #fff;
        border-radius: 3px;
        font-weight: 500;
        padding: 6px 20px;
        -webkit-transition: .3s;
        transition: .3s
    }

        .btn.style2 i {
            font-size: 16px;
            position: relative;
            top: 1px;
            margin: 0 0 0 8px
        }

    .btn.style3 {
        color: #fff;
        border-radius: 0;
        font-weight: 500;
        padding: 12px 60px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        -webkit-transition: .4s;
        transition: .4s
    }

        .btn.style3:before {
            position: absolute;
            top: 0;
            left: -100%;
            content: "";
            width: 100%;
            height: calc(100% + 3px);
            z-index: -1;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: .4s;
            transition: .4s
        }

        .btn.style3 i {
            font-size: 18px;
            position: relative;
            top: 1px;
            margin: 0 0 0 8px
        }

        .btn.style3:hover:before {
            left: 0;
            visibility: visible;
            opacity: 1
        }

.link {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

    .link i {
        position: absolute;
        top: 3px;
        right: -22px;
        font-size: 12px;
        font-weight: 700;
        -webkit-transition: .3s;
        transition: .3s
    }

    .link:hover {
        letter-spacing: .3px
    }

    .link.style1 {
        color: #0095ca;
    }

.slider-btn {
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

    .slider-btn.style1 {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: .3s;
        transition: .3s
    }

        .slider-btn.style1 i {
            line-height: .6;
            font-size: 16px;
            -webkit-transition: .3s;
            transition: .3s
        }

        .slider-btn.style1:hover i {
            color: #fff
        }

    .slider-btn.style2 {
        width: 40px;
        height: 40px;
        border-radius: 0;
        background: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        border-radius: 20px;
        background-color: #9fcc27;
        color: #fff;
    }

        .slider-btn.style2 i {
            line-height: .8;
            font-size: 16px;
            -webkit-transition: .3s;
            transition: .3s
        }

        .slider-btn.style2:hover i {
            color: #fff
        }

.slider-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: 0 0;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.slider-pagination .swiper-pagination-bullet-active {
    position: relative;
    opacity: 1
}

.slider-pagination.style1 {
    text-align: center
}

    .slider-pagination.style1 .swiper-pagination-bullet {
        display: inline-block;
        border: 1px solid rgba(255,65,75,.6);
        opacity: .5;
        margin: 0 5px;
        border-radius: 50%;
        opacity: 1
    }

    .slider-pagination.style1 .swiper-pagination-bullet-active {
        background: #f36c3c
    }

.slider-pagination.style2 {
    text-align: center
}

    .slider-pagination.style2 .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        display: inline-block;
        border: 1px solid #aba8b0;
        opacity: .5;
        margin: 0 5px;
        border-radius: 50%;
        opacity: 1
    }

        .slider-pagination.style2 .swiper-pagination-bullet:after {
            position: absolute;
            top: 50%;
            left: 50%;
            content: "";
            background: #aba8b0;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

    .slider-pagination.style2 .swiper-pagination-bullet-active {
        background: #f36c3c;
        border-color: #f36c3c
    }

        .slider-pagination.style2 .swiper-pagination-bullet-active:after {
            background: #fff
        }

.section-title, .content-title {
    position: relative
}

    .section-title span, .content-title span {
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        margin: 0 0 12px
    }

    .section-title h2, .content-title h2 {
        font-size: 37px;
        line-height: 1.2;
        font-weight: 700;
        margin: 0
    }

    .section-title.style1 span, .content-title.style1 span {
        color: #a3ce2f;
    }

.section-para {
    margin-bottom: 0
}

.discount {
    text-decoration: line-through;
    margin-right: 8px !important
}

.text-black {
    color: #000
}

.text-white {
    color: #fff
}

.bg-fixed {
    background-attachment: fixed
}

.bg-transparent {
    background-color: transparent
}

.bg-black {
    background-color: #000
}

.bg-white {
    background-color: #fff
}

.bg-aztech {
    background-color: #0e1c1f
}

.bg-catskill-white {
    background-color: #f9fafc
}

.bg-vulcan {
    background: #0095ca;
}

.bg-selago {
    background-color: #f1f4fd
}

.body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

    .body_overlay.open {
        visibility: visible;
        opacity: 1
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.op-1 {
    opacity: .1
}

.op-2 {
    opacity: .2
}

.op-3 {
    opacity: .3
}

.op-4 {
    opacity: .4
}

.op-5 {
    opacity: .5
}

.op-6 {
    opacity: .6
}

.op-7 {
    opacity: .7
}

.op-8 {
    opacity: .8
}

.op-9 {
    opacity: .9
}

.op-95 {
    opacity: .95
}

.op-10 {
    opacity: 1
}

.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd
}

.pos-rel {
    position: relative;
    z-index: 1
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

.bounce {
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out
}

.moveHorizontal {
    -webkit-animation: moveHorizontal 3500ms infinite ease-in-out;
    animation: moveHorizontal 3500ms infinite ease-in-out
}

.moveHorizontal_reverse {
    -webkit-animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
    animation: moveHorizontal_reverse 3500ms infinite ease-in-out
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.social-profile li {
    display: inline-block;
    margin: 0 8px 0 0
}

    .social-profile li:last-child {
        margin-right: 0
    }

    .social-profile li a {
        display: block;
        text-align: center;
        border: 1px solid transparent;
        -webkit-transition: .3s;
        transition: .3s
    }

        .social-profile li a i {
            -webkit-transition: .3s;
            transition: .3s
        }

        .social-profile li a:hover {
            border-color: transparent
        }

.social-profile.style1 li a, .social-profile.style3 li a {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #ff805e;
    -webkit-transition: .3s;
    transition: .3s
}

    .social-profile.style1 li a i, .social-profile.style3 li a i {
        font-size: 17px;
        line-height: .8
    }

    .social-profile.style1 li a:hover, .social-profile.style3 li a:hover {
        background: #ff5651
    }

        .social-profile.style1 li a:hover i, .social-profile.style3 li a:hover i {
            color: #fff
        }

.social-profile.style2 li {
    margin: 0 12px 0 0
}

    .social-profile.style2 li:last-child {
        margin-right: 0
    }

    .social-profile.style2 li a i {
        color: #fff
    }

    .social-profile.style2 li a:hover i {
        color: #f36c3c
    }

.social-profile.style3 li a {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1)
}

.page-navigation {
    margin: 25px 0 0
}

    .page-navigation .page-nav {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .page-navigation .page-nav li {
            margin: 0 5px
        }

            .page-navigation .page-nav li a {
                display: block;
                width: 35px;
                height: 35px;
                font-size: 18px;
                line-height: 34px;
                font-weight: 600;
                border-radius: 50%;
                opacity: .7;
                color: #000;
                border: 1px solid #f36c3c;
                background: 0 0
            }

                .page-navigation .page-nav li a i {
                    font-size: 13px;
                    line-height: 37px
                }

                .page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover {
                    border-color: transparent;
                    color: #fff;
                    opacity: 1
                }

.sidebar .sidebar-widget {
    margin: 0 0 30px;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.1);
    box-shadow: 0 5px 30px rgba(0,0,0,.1);
    border-top: 3px solid #f36c3c
}

    .sidebar .sidebar-widget h4 {
        margin: 0 0 25px;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        line-height: 1;
        position: relative;
        color: #000;
        border-bottom: 1px solid #e6edf6;
        padding-bottom: 20px
    }

        .sidebar .sidebar-widget h4:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 55px;
            height: 1px;
            content: "";
            background: #f36c3c
        }

    .sidebar .sidebar-widget:last-child {
        margin: 0
    }

    .sidebar .sidebar-widget.box {
        padding: 22px 25px
    }

.search-box {
    position: relative
}

    .search-box.sidebar-widget {
        border: none;
        padding: 0
    }

    .search-box .form-group {
        position: relative
    }

        .search-box .form-group input {
            width: 100%;
            height: 54px;
            background: 0 0;
            color: #000;
            font-size: 14px;
            line-height: 21px;
            padding: 10px 60px 10px 20px;
            border-radius: 5px;
            border: 1px solid #e6edf6
        }

            .search-box .form-group input:focus {
                border-color: #aba8b0
            }

        .search-box .form-group button {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0 18px;
            height: 100%;
            border: none;
            border-radius: 5px;
            text-align: center
        }

            .search-box .form-group button i {
                color: #fff;
                top: 4px;
                left: 1px;
                font-size: 20px;
                position: relative;
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
            }

.category-box ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 15px
}

    .category-box ul li:last-child {
        margin-bottom: 0
    }

    .category-box ul li a {
        -webkit-transition: .4s;
        transition: .4s;
        color: #555
    }

        .category-box ul li a i {
            position: absolute;
            top: 2px;
            left: 0;
            font-size: 10px;
            color: #555
        }

        .category-box ul li a:hover {
            color: #f36c3c;
            padding-left: 5px
        }

            .category-box ul li a:hover i {
                color: #f36c3c
            }

.tag-list ul {
    margin-top: -12px
}

    .tag-list ul li {
        display: inline-block;
        margin: 12px 8px 0 0
    }

        .tag-list ul li a {
            display: inline-block;
            font-size: 14px;
            line-height: 18px;
            padding: 10px 14px;
            color: #555;
            border-radius: 3px;
            border: 1px solid #eee;
            -webkit-transition: .3s;
            transition: .3s
        }

            .tag-list ul li a:hover {
                color: #fff;
                border-color: transparent
            }

.tag-list.style2 li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

    .tag-list.style2 li a:hover {
        background: 0 0
    }

.tag-list.style3 li a {
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    padding: 10px 12px;
    border: none
}

.pp-post-item {
    margin: 0 0 20px
}

    .pp-post-item .pp-post-img {
        width: 90px;
        border-radius: 6px
    }

        .pp-post-item .pp-post-img img {
            border-radius: 6px
        }

    .pp-post-item .pp-post-info {
        width: calc(100% - 105px);
        margin-left: 15px
    }

        .pp-post-item .pp-post-info h6 {
            margin: 0 0 10px;
            font-size: 16px;
            line-height: 22px;
            font-weight: 600;
            font-family: roboto,sans-serif
        }

            .pp-post-item .pp-post-info h6 a {
                color: #000
            }

        .pp-post-item .pp-post-info span {
            color: #555;
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            display: block;
            position: relative;
            padding-left: 20px;
            margin: 0 0 8px
        }

            .pp-post-item .pp-post-info span i {
                position: absolute;
                top: 0;
                left: 0;
                font-size: 16px;
                color: #f36c3c
            }

    .pp-post-item.style1 .pp-post-info h6 a {
        color: #fff
    }

    .pp-post-item.style1 .pp-post-info .published-date {
        color: #fff;
        opacity: .7
    }

    .pp-post-item:last-child {
        margin: 0
    }

.login-form {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.1);
    box-shadow: 0 5px 30px rgba(0,0,0,.1);
    padding-top: 1px;
    border-radius: 5px
}

    .login-form .login-header {
        padding: 20px;
        text-align: center;
        margin: 15px
    }

        .login-form .login-header h2 {
            font-size: 30px;
            font-weight: 600;
            line-height: 1.2;
            color: #000;
            margin-bottom: 0
        }

        .login-form .login-header span {
            color: #fff
        }

    .login-form .login-body {
        padding: 22px 25px 25px
    }

        .login-form .login-body .form-group {
            margin: 0 0 20px
        }

            .login-form .login-body .form-group label {
                font-size: 16px;
                color: #444;
                font-weight: 600;
                margin: 0 0 10px;
                display: block
            }

            .login-form .login-body .form-group input {
                border-radius: 5px;
                background: 0 0;
                border: 1px solid #eee;
                width: 100%;
                padding: 10px 15px
            }

        .login-form .login-body .btn {
            border-radius: 4px;
            display: block;
            width: 100%;
            padding: 15px
        }

        .login-form .login-body .form_group label {
            font-size: 16px
        }

.or-text {
    position: relative;
    text-align: center;
    margin: 10px 0 30px;
    font-size: 18px;
    z-index: 9
}

    .or-text p {
        display: inline-block;
        padding: 0 10px;
        background-color: #fff;
        margin: 0 auto;
        z-index: 1;
        font-size: 22px;
        border-radius: 50%
    }

.faq-item {
    margin: 0 0 25px
}

    .faq-item:last-child {
        margin-bottom: 0
    }

    .faq-item h5 {
        font-size: 25px;
        line-height: 1.4;
        margin: 0 0 12px
    }

    .faq-item p {
        margin: 0;
        text-align: justify;
        margin-bottom: 15px;
    }

    .faq-item.style2 {
        margin: 0 0 30px
    }

.error-content {
    text-align: center
}

    .error-content span {
        font-size: 110px;
        font-weight: 700;
        display: block;
        line-height: 82px;
        margin: 0 0 55px;
        color: #000
    }

    .error-content .btn i {
        margin-right: 5px;
        margin-left: 0;
        position: relative;
        top: 0
    }

    .error-content p {
        margin: 0 0 20px
    }

.btn.style1, .btn.style1:before, .btn.style3, .btn.style3:before, .slider-btn.style1:hover, .slider-btn.style2:hover, .page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover, .search-box .form-group button, .tag-list ul li a:hover, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-tablist .nav-item .nav-link.active, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .pricing-table.style2 .pricing-header, .pricing-table.style2 .purchase-pricing .btn, .contact-box .contact-icon, .accordion-button:not(.collapsed) span {
    background: -webkit-gradient(linear,left top,right top,from(#f36c3c),color-stop(35%,#1858ab),to(#037dc1));
    background: linear-gradient(90deg,#f36c3c 0%,#1858ab 35%,#037dc1 100%)
}

    .btn.style1:hover:before, .btn.style3:hover:before, .reply-btn:hover {
        background: -webkit-gradient(linear,right top,left top,from(#f36c3c),color-stop(35%,#1858ab),to(#037dc1));
        background: linear-gradient(-90deg,#f36c3c 0%,#1858ab 35%,#037dc1 100%)
    }

.slider-btn, .social-profile.style1 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .member-card .member-info .member-social span, .video-play, .circle, .service-card .service-info .service-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .navbar-language .dropdown-toggle, .hero-wrap.style1 .hero-img-wrap .hero-chart-box-2, .hero-wrap.style1 .hero-content-wrap, .hero-wrap.style2 .hero-content-wrap, .about-wrap.style2 .about-content-wrap, .owner-info-wrap, .testimonial-item .client-info-wrap, .testimonial-footer, .schedule-widget ul li, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author, .contact-box, .service-wrap.style3 .slider-btn-wrap, .pp-post-item, .feature-card, .why-choose-content .wh-item-wrap .wh-item, .comment-item, .comment-author_info, .footer-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .btn, .btn i {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slider-btn, .social-profile.style1 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .member-card .member-info .member-social span, .video-play, .circle, .service-card .service-info .service-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .author-info-wrap .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .searchbtn, .header-wrap .navbar-language .dropdown-toggle, .hero-wrap.style1 .hero-img-wrap .hero-chart-box-2, .hero-wrap.style1 .hero-content-wrap, .hero-wrap.style2 .hero-content-wrap, .about-wrap.style2 .about-content-wrap, .owner-info-wrap, .testimonial-item .client-info-wrap, .testimonial-footer, .schedule-widget ul li, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

.hero-wrap.style1 .hero-img-wrap .hero-chart-box-2, .about-wrap.style2 .about-content-wrap, .testimonial-footer, .schedule-widget ul li, .post-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.portfolio-tablist {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .service-wrap.style3 .slider-btn-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: .4s;
    transition: .4s
}

    .header-wrap .header-trending-news {
        -webkit-transition: .4s;
        transition: .4s
    }

    .header-wrap.sticky {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
        z-index: 999
    }

        .header-wrap.sticky.style1 {
            margin-top: -53px;
            background: #fff
        }

            .header-wrap.sticky.style1 .header-bottom .container .header-bottom-wrap {
                -webkit-box-shadow: none;
                box-shadow: none;
                padding-left: 0;
                padding-right: 0
            }

        .header-wrap.sticky.style2 {
            background: #fff
        }

            .header-wrap.sticky.style2 .header-bottom .container .header-bottom-wrap {
                -webkit-box-shadow: none;
                box-shadow: none;
                padding-left: 0;
                padding-right: 0
            }

        .header-wrap.sticky.style3 {
            margin-top: -53px;
            background-color: #fff;
        }

    .header-wrap .header-top .header-top-left .contact-item {
        margin-right: 20px;
        padding-left: 22px
    }

        .header-wrap .header-top .header-top-left .contact-item p, .header-wrap .header-top .header-top-left .contact-item a {
            font-size: 15px;
            font-family: jost,sans-serif
        }

        .header-wrap .header-top .header-top-left .contact-item i {
            color: #9fcc27;
            font-size: 15px;
            top: 5px;
            line-height: .8
        }

        .header-wrap .header-top .header-top-left .contact-item:last-child {
            margin-right: 0
        }

    .header-wrap .header-top .header-top-right .contact-item {
        margin-right: 20px;
        padding-left: 22px
    }

        .header-wrap .header-top .header-top-right .contact-item p, .header-wrap .header-top .header-top-right .contact-item a {
            font-size: 15px;
            font-family: jost,sans-serif;
            color: #fff;
            margin-bottom: 0;
        }

        .header-wrap .header-top .header-top-right .contact-item i {
            color: #9fcc27;
            font-size: 15px;
            top: 5px;
            line-height: .8
        }

        .header-wrap .header-top .header-top-right .contact-item:last-child {
            margin-right: 0
        }


    .header-wrap .header-top .header-top-right {
        flex-wrap: unset !important;
    }

        .header-wrap .header-top .header-top-right .social-profile {
            margin-left: 25px
        }

            .header-wrap .header-top .header-top-right .social-profile li a {
                position: relative;
                top: 2px
            }

                .header-wrap .header-top .header-top-right .social-profile li a i {
                    font-size: 15px
                }

    .header-wrap .header-bottom {
        position: relative;
        padding: 10px 0px;
        border-radius: 5px;
        background-color: #4b69d9cf;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        -webkit-transition: .4s;
        transition: .4s;
    }

        .header-wrap .header-bottom .header-bottom-right .btn {
            border-radius: 0;
            /* padding: 12px 20px; */
            color: #ffffff;
            font-weight: 600;
        }

    .header-wrap .mobile-menu a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: inline-block;
        text-align: center
    }

    .header-wrap .logo img {
        max-width: 108px
    }

    .header-wrap .searchbtn {
        width: 50px;
        height: 50px;
        background: 0 0;
        text-align: center;
        margin-right: 20px;
        border: none
    }

        .header-wrap .searchbtn i {
            color: #000;
            font-size: 20px;
            line-height: .8
        }

    .header-wrap .search-area {
        position: absolute;
        top: 96px;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        z-index: -10;
        -webkit-transform: translateY(-96px);
        transform: translateY(-96px);
        border-top: 1px solid transparent;
        -webkit-transition: .3s;
        transition: .3s
    }

        .header-wrap .search-area.open {
            visibility: visible;
            opacity: 1;
            border-color: #eee;
            z-index: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .header-wrap .search-area .form-group {
            position: relative
        }

            .header-wrap .search-area .form-group input {
                width: 100%;
                height: 52px;
                background: #fff;
                border: 1px solid #ddd;
                font-size: 16px;
                padding: 20px;
                color: #000
            }

            .header-wrap .search-area .form-group button {
                position: absolute;
                top: 17px;
                right: 15px;
                font-size: 20px;
                padding: 0 5px;
                background: 0 0;
                border: none
            }

    .header-wrap .navbar-language .dropdown-toggle {
        background-color: transparent;
        border: none;
        color: #000;
        font-size: 15px;
        padding-right: 15px;
        -webkit-transition: .3s;
        transition: .3s
    }

        .header-wrap .navbar-language .dropdown-toggle:after {
            display: none
        }

        .header-wrap .navbar-language .dropdown-toggle:before {
            position: absolute;
            top: 1px;
            right: 2px;
            content: "\f10e";
            font-family: flaticon;
            font-weight: 500;
            border: 0;
            margin-left: 8px;
            font-size: 8px
        }

        .header-wrap .navbar-language .dropdown-toggle i {
            margin-right: 4px;
            color: #000;
            font-size: 17px;
            position: relative;
            top: 0
        }

    .header-wrap .navbar-language .dropdown-menu {
        margin: 0;
        padding: 5px 0;
        -webkit-box-shadow: 0 9px 54px 0 rgba(32,32,32,.1);
        box-shadow: 0 9px 54px 0 rgba(32,32,32,.1);
        left: auto;
        right: 0;
        border: 0;
        border-radius: 0;
        -webkit-transform: translateY(75px) !important;
        transform: translateY(75px) !important;
        display: block;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

        .header-wrap .navbar-language .dropdown-menu a {
            padding: 5px 10px;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
            font-size: 15px
        }

            .header-wrap .navbar-language .dropdown-menu a.active {
                background-color: #f8f9fa
            }

            .header-wrap .navbar-language .dropdown-menu a img {
                width: 20px;
                margin-right: 10px
            }

        .header-wrap .navbar-language .dropdown-menu.show {
            -webkit-transform: translateY(40px) !important;
            transform: translateY(40px) !important;
            opacity: 1;
            pointer-events: all
        }

    .header-wrap.style1 .header-top .header-top-left .contact-item p, .header-wrap.style1 .header-top .header-top-left .contact-item a {
        color: #555
    }

    .header-wrap.style1 .header-top .header-top-right .navbar-language .dropdown-toggle i {
        color: #f36c3c
    }

    .header-wrap.style1 .header-top .header-top-right .social-profile li a i {
        color: #555
    }

    .header-wrap.style1 .header-top .header-top-right .social-profile li a:hover i {
        color: #f36c3c
    }

    .header-wrap.style1 .header-bottom .container .header-bottom-wrap {
        padding: 20px;
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
        box-shadow: 0 0 15px rgba(0,0,0,.1);
        -webkit-transition: .4s;
        transition: .4s
    }

    .header-wrap.style1 .header-bottom .header-bottom-right .btn {
        border-radius: 5px
    }

    .header-wrap.style1 .header-top .container, .header-wrap.style2 .header-top .container, .header-wrap.style3 .header-top .container {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .header-wrap.style1 .header-top .header-top-left .contact-item a, .header-wrap.style1 .header-top .header-top-left .contact-item p, .header-wrap.style2 .header-top .header-top-left .contact-item a, .header-wrap.style2 .header-top .header-top-left .contact-item p, .header-wrap.style3 .header-top .header-top-left .contact-item a, .header-wrap.style3 .header-top .header-top-left .contact-item p {
        margin: 0
    }

    .header-wrap.style2 .header-top .header-top-left .contact-item p, .header-wrap.style2 .header-top .header-top-left .contact-item a {
        color: #fff
    }

    .header-wrap.style2 .header-top .header-top-right .navbar-language .dropdown-toggle {
        color: #fff
    }

        .header-wrap.style2 .header-top .header-top-right .navbar-language .dropdown-toggle i {
            color: #f36c3c
        }

    .header-wrap.style2 .header-top .header-top-right .social-profile li a i {
        color: #fff
    }


    .header-wrap.style3 .header-top .header-top-left .contact-item p, .header-wrap.style3 .header-top .header-top-left .contact-item a {
        color: #fff
    }

    .header-wrap.style3 .header-top .header-top-right .navbar-language .dropdown-toggle {
        color: #fff
    }

        .header-wrap.style3 .header-top .header-top-right .navbar-language .dropdown-toggle i {
            color: #f36c3c
        }

    .header-wrap.style3 .header-top .header-top-right .social-profile li a i {
        color: #fff
    }

    .header-wrap.style3 .header-bottom {
        background: #fff
    }

        .header-wrap.style3 .header-bottom .header-bottom-wrap {
            padding: 20px 0
        }

@media only screen and (min-width:1200px) {
    .main-menu-wrap #menu ul li {
        display: inline-block;
        position: relative
    }

        .main-menu-wrap #menu ul li a {
            padding: 15px;
            color: #ffffff;
            font-family: jost,sans-serif;
            font-size: 16px;
            -webkit-transition: .3s;
            transition: .3s
        }

            /*.main-menu-wrap #menu ul li a:before {
                position: absolute;
                top: 25px;
                left: 6px;
                content: "";
                background: #f36c3c;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: .3s;
                transition: .3s
            }*/

            .main-menu-wrap #menu ul li a.active, .main-menu-wrap #menu ul li a:hover {
                color: #ffffff;
                font-weight: 600;
            }

                .main-menu-wrap #menu ul li a.active:before, .main-menu-wrap #menu ul li a:hover:before {
                    visibility: visible;
                    opacity: 1
                }

        .main-menu-wrap #menu ul li.has-children .sub-menu {
            position: absolute;
            top: 80px;
            left: 0;
            min-width: 200px;
            border-radius: 2px;
            background: #fff;
            visibility: hidden;
            opacity: 0;
            padding: 12px 0;
            -webkit-box-shadow: 0 2px 22px 0 rgba(0,0,0,.17);
            box-shadow: 0 2px 22px 0 rgba(0,0,0,.17);
            z-index: 10;
            display: block !important;
            -webkit-transition: .5s;
            transition: .5s
        }

            .main-menu-wrap #menu ul li.has-children .sub-menu li {
                margin: 0;
                display: block;
                text-align: left
            }

                .main-menu-wrap #menu ul li.has-children .sub-menu li a {
                    font-size: 15px;
                    font-weight: 500;
                    line-height: 21px;
                    margin: 0;
                    display: block;
                    padding: 10px 22px;
                    margin: 0;
                    color: #000;
                    position: relative;
                    z-index: 1;
                    -webkit-transition: .3s;
                    transition: .3s;
                    position: relative
                }

                    .main-menu-wrap #menu ul li.has-children .sub-menu li a:before {
                        top: 18px;
                        left: 10px
                    }

                    .main-menu-wrap #menu ul li.has-children .sub-menu li a.active, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
                        color: #f36c3c
                    }

                        .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:after, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:after {
                            border-color: #f36c3c
                        }

                .main-menu-wrap #menu ul li.has-children .sub-menu li:last-child > a {
                    border-bottom: none
                }

        .main-menu-wrap #menu ul li.has-children:hover > .sub-menu {
            top: 60px;
            visibility: visible;
            opacity: 1
        }

    .main-menu-wrap #menu > ul > li {
        margin: 0
    }

        .main-menu-wrap #menu > ul > li > a {
            display: inline-block;
            position: relative;
            font-weight: 600;
            -webkit-transition: .3s;
            transition: .3s
        }

        .main-menu-wrap #menu > ul > li.has-children > a {
            position: relative
        }

            .main-menu-wrap #menu > ul > li.has-children > a:after {
                position: absolute;
                top: 16px;
                right: 3px;
                content: "\f10e";
                font-family: flaticon;
                font-size: 8px;
                font-weight: 600;
                -webkit-transition: .6s;
                transition: .6s
            }

        .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a {
            position: relative
        }

            .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:after {
                position: absolute;
                top: 18px;
                right: 20px;
                content: "";
                width: 6px;
                height: 6px;
                border-width: 0 0 1px 1px;
                border-style: solid;
                -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg)
            }

            .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:hover:after {
                border-color: #f36c3c
            }

    .main-menu-wrap #menu > ul > .has-children {
        position: relative
    }

    .main-menu-wrap #menu ul > .has-children > .sub-menu > .has-children > .sub-menu {
        left: 100%;
        top: -12px !important
    }

    .menu-expand i {
        display: none
    }
}

@media only screen and (max-width:1199px) {
    .header-wrap.style1 .header-top .header-top-left .present-date {
        margin: 0 0 15px
    }

    .header-wrap.style1 .header-bottom .container .header-bottom-wrap {
        margin-top: 15px
    }

    .header-wrap.sticky.style1 .header-bottom .container .header-bottom-wrap {
        margin-top: 0
    }

    .header-wrap.style2 .header-bottom .container .header-bottom-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .header-wrap.style2 .header-bottom .container .header-bottom-wrap, .header-wrap.sticky.style2 .header-bottom .container .header-bottom-wrap {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: start !important;
        align-items: flex-start !important
    }

    .header-wrap .header-top-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start !important
    }

    .navbar-language .dropdown-toggle {
        padding-left: 0
    }

    .header-wrap.style2 .header-bottom {
        background: #fff
    }

    .header-wrap.style2 .header-top .select_lang, .header-wrap.style3 .header-top .select_lang {
        max-width: 120px;
        margin-top: 15px
    }

    .header-wrap.style2 .header-top .header-top-left .contact-item a, .header-wrap.style2 .header-top .header-top-left .contact-item p, .header-wrap.style2 .header-top .header-top-right .navbar-language .dropdown-toggle {
        color: #000
    }

    .header-wrap.style2 .header-top .contact-item {
        margin-bottom: 15px
    }

    .header-wrap .header-top .header-top-right .social-profile {
        margin-left: 0;
        margin-top: 15px
    }

        .header-wrap .header-top .header-top-right .social-profile li a i {
            color: #f36c3c
        }

    .header-wrap .searchbtn {
        width: 33px;
        height: 33px;
        background: 0 0;
        margin-right: 13px;
        position: relative;
        top: -5px
    }

        .header-wrap .searchbtn i {
            font-size: 20px
        }

    .header-wrap.sticky.style2, .header-wrap.sticky.style3, .header-wrap.sticky.style1 {
        margin-top: 0
    }

    .header-wrap .header-top-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start !important
    }

    .navbar-language .dropdown-toggle {
        padding-left: 0
    }

    .header-wrap .navbar-language .dropdown-toggle i {
        padding-left: 0;
        top: -1px
    }

    .header-wrap .header-top .header-top-left .contact-item {
        margin-bottom: 15px
    }

    .menu-bar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mobile-bar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        /* justify-content: flex-end; */
        text-align: right;
        position: relative;
        top: 4px
    }

    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px
    }

        .menu-close i {
            color: #000;
            font-size: 22px
        }

    .mobile-menu {
        text-align: right
    }

        .mobile-menu a {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: inline-block;
            text-align: center;
            /*background: -webkit-gradient(linear,left top,right top,from(#2d2d73),color-stop(35%,#2a2a91),to(#0000b3));
            background: linear-gradient(90deg,#2d2d73 0%,#2a2a91 35%,#0000b3 100%);*/
            background: #0042a6;
        }

            .mobile-menu a i {
                color: #fff;
                font-size: 24px;
                line-height: 34px;
                position: relative;
                top: 0
            }

    .main-menu-wrap.style2 ul li a i {
        margin-right: 5px
    }

    .mobile-top-bar, .mobile-menu {
        display: inline-block;
        position: relative;
        top: -5px
    }

    .header-wrap .header-top {
        position: absolute;
        height: 100vh;
        width: 100%;
        top: 0;
        background-color: #eeeff2;
        right: -100%;
        padding: 50px 0 !important;
        display: block;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s
    }

        .header-wrap .header-top .header-top-right {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            -ms-grid-row-align: flex-start;
            align-items: flex-start
        }

        .header-wrap .header-top.open {
            visibility: visible;
            opacity: 1;
            right: 0
        }

    .header-wrap.style1 .header-bottom {
        padding: 0
    }

    .mobile-top-bar {
        margin-right: 16px;
        cursor: pointer;
        position: relative;
        top: -2px
    }

        .mobile-top-bar span {
            display: block;
            width: 20px;
            height: 2px;
            border-radius: 20px;
            background-color: #000;
            margin: 5.9px 0
        }

            .mobile-top-bar span:nth-child(1) {
                margin-top: 0
            }

            .mobile-top-bar span:nth-child(2) {
                width: 12px;
                margin-left: 8px
            }

    .close-header-top button {
        position: absolute;
        top: 14px;
        right: 10px;
        z-index: 999;
        background: 0 0;
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0
    }

        .close-header-top button i {
            color: #000;
            font-size: 20px
        }

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #fff;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: .5s;
        transition: .5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: .4s;
        transition: .4s
    }

        .main-menu-wrap.open {
            left: 0
        }

    .main-menu > li.has-children.menu-open > span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

        .main-menu > li.has-children.menu-open > span.menu-expand i {
            color: #000
        }

    .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .main-menu li {
        position: relative
    }

        .main-menu li:last-child {
            margin: 0
        }

        .main-menu li > span.menu-expand {
            position: absolute;
            right: 0;
            top: 13px;
            cursor: pointer
        }

            .main-menu li > span.menu-expand i {
                color: #000;
                font-size: 14px
            }

            .main-menu li > span.menu-expand:hover {
                color: #000
            }

        .main-menu li a {
            font-size: 14px;
            font-weight: 400;
            color: #000;
            text-transform: capitalize;
            display: block;
            padding: 12px 0;
            border-bottom: 1px solid rgba(0,0,0,.3)
        }

            .main-menu li a:hover {
                color: #000
            }

        .main-menu li ul.sub-menu {
            padding-left: 20px
        }

    .header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a.active, .header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a:hover, .header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a {
        border-bottom: 1px solid rgba(0,0,0,.5);
        margin-right: 0
    }

    .header-wrap.style2 .header-top .header-top-right .social-profile li a i, .header-wrap.style3 .header-top .header-top-right .social-profile li a i {
        color: #f36c3c
    }

    .header-wrap.style3 .header-top .header-top-left .contact-item p, .header-wrap.style3 .header-top .header-top-left .contact-item a, .header-wrap.style3 .header-top .header-top-right .navbar-language .dropdown-toggle {
        color: #000
    }

    .header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a::after {
        display: none
    }

    .main-menu li a.active {
        font-weight: 600;
        color: #0042a6;
        border-color: rgba(0,0,0,.3)
    }

    .header-wrap .search-area {
        top: 84px
    }

    .header-wrap .header-top-right .btn {
        padding: 12px 40px;
        border-radius: 0;
        margin-top: 15px
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.br-1 {
    background-image: url(../img/br-bg-1.jpg)
}

.ratings li {
    display: inline-block
}

    .ratings li i {
        color: #f36c3c
    }

.quote-icon i {
    color: #f36c3c;
    opacity: .4;
    font-size: 45px;
    line-height: .8;
    height: auto;
    display: inline-block
}

.service-slider-wrap .blog-next, .service-slider-wrap .service-next, .service-slider-wrap .service-prev, .service-slider-wrap .blog-prev, .blog-slider-wrap .blog-next, .blog-slider-wrap .service-next, .blog-slider-wrap .service-prev, .blog-slider-wrap .blog-prev {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.1);
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    z-index: 1
}

.service-slider-wrap .service-prev, .service-slider-wrap .blog-prev, .blog-slider-wrap .service-prev, .blog-slider-wrap .blog-prev {
    left: 25px
}

.service-slider-wrap .service-next, .service-slider-wrap .blog-next, .blog-slider-wrap .service-next, .blog-slider-wrap .blog-next {
    right: 25px
}




.schedule-widget ul li {
    margin: 0 0 15px
}

    .schedule-widget ul li:last-child {
        margin: 0
    }

    .schedule-widget ul li p {
        margin: 0
    }

.single-portfolio-slider .swiper-slide img {
    border-radius: 10px
}

.slider-pagination.style2 {
    margin: 20px 0
}

article {
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeff2
}

    article p {
        margin-bottom: 15px
    }

        article p:last-child {
            margin-bottom: 0
        }

    article .post-subtitle {
        margin: 0 0 15px
    }

    article h3, article h4 {
        margin-bottom: 15px
    }

.content-feature-list {
    margin: 0 0 28px
}

    .content-feature-list li {
        position: relative;
        padding-left: 28px;
        margin: 0 0 10px;
        font-size: 15px;
    }

        .content-feature-list li:last-child {
            margin-bottom: 0
        }

        .content-feature-list li i {
            position: absolute;
            top: 5px;
            left: 0;
            color: #9fcc27;
            font-size: 18px;
            line-height: .8
        }

.post-meta-option {
    background: #f9fafc;
    padding: 20px;
    border-radius: 5px
}



.btn.style1, .btn.style1:before, .btn.style3, .btn.style3:before, .slider-btn.style1:hover, .slider-btn.style2:hover, .page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover, .search-box .form-group button, .tag-list ul li a:hover, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-tablist .nav-item .nav-link.active, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .pricing-table.style2 .pricing-header, .pricing-table.style2 .purchase-pricing .btn, .contact-box .contact-icon, .accordion-button:not(.collapsed) span {
    background: -webkit-gradient(linear,left top,right top,from(#f36c3c),color-stop(35%,#1858ab),to(#037dc1));
    background: linear-gradient(90deg,#f36c3c 0%,#1858ab 35%,#037dc1 100%)
}

    .btn.style1:hover:before, .btn.style3:hover:before, .reply-btn:hover {
        background: -webkit-gradient(linear,right top,left top,from(#f36c3c),color-stop(35%,#1858ab),to(#037dc1));
        background: linear-gradient(-90deg,#f36c3c 0%,#1858ab 35%,#037dc1 100%)
    }

.slider-btn, .social-profile.style1 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .member-card .member-info .member-social span, .video-play, .circle, .service-card .service-info .service-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .navbar-language .dropdown-toggle, .hero-wrap.style1 .hero-img-wrap .hero-chart-box-2, .hero-wrap.style1 .hero-content-wrap, .hero-wrap.style2 .hero-content-wrap, .about-wrap.style2 .about-content-wrap, .owner-info-wrap, .testimonial-item .client-info-wrap, .testimonial-footer, .schedule-widget ul li, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author, .contact-box, .service-wrap.style3 .slider-btn-wrap, .pp-post-item, .feature-card, .why-choose-content .wh-item-wrap .wh-item, .comment-item, .comment-author_info, .footer-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .btn, .btn i {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slider-btn, .social-profile.style1 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .member-card .member-info .member-social span, .video-play, .circle, .service-card .service-info .service-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .author-info-wrap .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .searchbtn, .header-wrap .navbar-language .dropdown-toggle, .hero-wrap.style1 .hero-img-wrap .hero-chart-box-2, .hero-wrap.style1 .hero-content-wrap, .hero-wrap.style2 .hero-content-wrap, .about-wrap.style2 .about-content-wrap, .owner-info-wrap, .testimonial-item .client-info-wrap, .testimonial-footer, .schedule-widget ul li, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

.hero-wrap.style1 .hero-img-wrap .hero-chart-box-2, .about-wrap.style2 .about-content-wrap, .testimonial-footer, .schedule-widget ul li, .post-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.portfolio-tablist {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .service-wrap.style3 .slider-btn-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-bg-1 {
    background-image: url(../img/footer/footer-bg-1.jpg)
}

.footer-bg-2 {
    background-image: url(../img/footer/footer-bg-2.jpg)
}

.footer-wrap .footer-top .footer-logo {
    display: block;
    margin: 0 0 25px
}

    .footer-wrap .footer-top .footer-logo img {
        width: 250px;
    }

.footer-wrap .footer-top .footer-menu li {
    position: relative;
    padding-left: 17px;
    margin: 0 0 15px;
    -webkit-transition: .3s;
    transition: .3s
}

    .footer-wrap .footer-top .footer-menu li:last-child {
        margin-bottom: 0
    }

    .footer-wrap .footer-top .footer-menu li i {
        position: absolute;
        top: 1px;
        left: 0;
        color: #fff;
        font-size: 9px;
        -webkit-transition: .3s;
        transition: .3s
    }

    .footer-wrap .footer-top .footer-menu li a {
        color: #fff;
        font-size: 15px;
        display: block
    }

    .footer-wrap .footer-top .footer-menu li:hover {
        color: #9fcc27;
        padding-left: 22px
    }

        .footer-wrap .footer-top .footer-menu li:hover i {
            color: #9fcc27;
            left: 5px
        }

        .footer-wrap .footer-top .footer-menu li:hover a {
            color: #9fcc27
        }

.footer-wrap .footer-top .contact-item {
    padding-left: 25px;
    margin-bottom: 22px
}

    .footer-wrap .footer-top .contact-item:last-child {
        margin-bottom: 0
    }

    .footer-wrap .footer-top .contact-item p, .footer-wrap .footer-top .contact-item a, .footer-wrap .footer-top .contact-item h6 {
        color: #fff
    }

    .footer-wrap .footer-top .contact-item h6 {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.2;
        margin: 0 0 4px
    }

    .footer-wrap .footer-top .contact-item p, .footer-wrap .footer-top .contact-item a {
        font-size: 15px;
        margin: 0
    }

    .footer-wrap .footer-top .contact-item i {
        color: #a2ce2d;
    }

.footer-wrap .footer-bottom {
    border-top: 1px solid rgba(255,255,255,.15)
}

    .footer-wrap .footer-bottom .copyright {
        padding: 24px 15px;
        text-align: center
    }

        .footer-wrap .footer-bottom .copyright p {
            margin-bottom: 0;
            color: #fff;
            font-family: jost,sans-serif
        }

            .footer-wrap .footer-bottom .copyright p a {
                color: #f36c3c
            }

.footer-wrap.style2 {
    position: relative
}

    .footer-wrap.style2 .container {
        position: relative
    }

    .footer-wrap.style2 .footer-bottom {
        position: relative
    }

.footer-widget-wrap .footer-widget:nth-child(1) {
    width: 32%;
    padding-right: 150px
}

.footer-widget-wrap .footer-widget:nth-child(2) {
    width: 23%
}

.footer-widget-wrap .footer-widget:nth-child(3) {
    width: 23%
}

.footer-widget-wrap .footer-widget:nth-child(4) {
    width: 22%
}

.footer-widget {
    margin: 0 0 30px
}

.footer-widget-title {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-bottom: 12px;
    position: relative
}

    .footer-widget-title:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 55px;
        height: 2px;
        content: "";
        /*background: -webkit-gradient(linear,left top,right top,from(#f36c3c),color-stop(35%,#037dc1),to(#037dc1));
        background: linear-gradient(90deg,#f36c3c 0%,#037dc1 35%,#037dc1 100%)*/
        background: #9fcc27;
    }

.contact-item {
    position: relative;
    padding-left: 20px
}

    .contact-item i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px
    }

.btn.style1, .btn.style1:before, .btn.style3, .btn.style3:before, .slider-btn.style1:hover, .slider-btn.style2:hover, .page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover, .search-box .form-group button, .tag-list ul li a:hover, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-tablist .nav-item .nav-link.active, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .pricing-table.style2 .pricing-header, .pricing-table.style2 .purchase-pricing .btn, .contact-box .contact-icon, .accordion-button:not(.collapsed) span {
    /*background: -webkit-gradient(linear,left top,right top,from(#2d2d73),color-stop(35%,#2a2a91),to(#0000b3));
    background: linear-gradient(90deg,#2d2d73 0%,#2a2a91 35%,#0000b3 100%);*/
    background: #b9d95d;
    border-radius: 10px !important;
}

    .btn.style1:hover:before, .btn.style3:hover:before, .reply-btn:hover {
        /*background: -webkit-gradient(linear,right top,left top,from(#f36c3c),color-stop(35%,#1858ab),to(#037dc1));
        background: linear-gradient(-90deg,#0000b3 0%,#2a2a91 35%,#2d2d73 100%)*/
        background: #a2ce2d;
    }

.slider-btn, .social-profile.style1 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .member-card .member-info .member-social span, .video-play, .circle, .service-card .service-info .service-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .navbar-language .dropdown-toggle, .hero-wrap.style1 .hero-img-wrap .hero-chart-box-2, .hero-wrap.style1 .hero-content-wrap, .hero-wrap.style2 .hero-content-wrap, .about-wrap.style2 .about-content-wrap, .owner-info-wrap, .testimonial-item .client-info-wrap, .testimonial-footer, .schedule-widget ul li, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author, .contact-box, .service-wrap.style3 .slider-btn-wrap, .pp-post-item, .feature-card, .why-choose-content .wh-item-wrap .wh-item, .comment-item, .comment-author_info, .footer-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .btn, .btn i {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slider-btn, .social-profile.style1 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .member-card .member-info .member-social span, .video-play, .circle, .service-card .service-info .service-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .author-info-wrap .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .btn, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap .searchbtn, .header-wrap .navbar-language .dropdown-toggle, .hero-wrap.style1 .hero-img-wrap .hero-chart-box-2, .hero-wrap.style1 .hero-content-wrap, .hero-wrap.style2 .hero-content-wrap, .about-wrap.style2 .about-content-wrap, .owner-info-wrap, .testimonial-item .client-info-wrap, .testimonial-footer, .schedule-widget ul li, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-navigation, .post-author {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

.hero-wrap.style1 .hero-img-wrap .hero-chart-box-2, .about-wrap.style2 .about-content-wrap, .testimonial-footer, .schedule-widget ul li, .post-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.portfolio-tablist {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .service-wrap.style3 .slider-btn-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width:375px) {
    p {
        font-size: 14px;
        line-height: 24px
    }

    .checkbox label, .checkbox label a {
        font-size: 14px
    }

    .header-wrap .logo img {
        max-width: 100px
    }
}

@media only screen and (max-width:479px) {

    .header-wrap .logo img {
        max-width: 60px;
    }

    .author-info-wrap .author-info {
        margin-left: 10px
    }

        .author-info-wrap .author-info .post-metainfo li {
            font-size: 13px;
            padding: 0 5px
        }

    .wp-block-quote p {
        font-size: 14px;
        max-width: 100%
    }

    .wp-block-quote i {
        font-size: 30px;
        opacity: .2
    }

    .content-feature-list li {
        font-size: 14px;
        margin: 0 0 10px
    }

    .comment-item .comment-author-wrap .comment-author-name .comment-date {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-left: 0
    }

    .contact-box {
        padding: 20px
    }

        .contact-box .contact-icon {
            width: 65px;
            height: 65px
        }

        .contact-box .contact-info {
            width: calc(100% - 80px)
        }

    .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon {
        width: 60px;
        height: 60px
    }

    .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item {
        padding: 20px 30px 20px 35px;
        margin-left: 37px
    }

    .why-choose-wrap.style2 .wh-img {
        height: 430px
    }
}

@media only screen and (max-width:767px) {
    .sm-none {
        display: none !important
    }

    .sm-center {
        text-align: center !important
    }

    .smt-20 {
        margin-top: 20px
    }

    .smb-70 {
        margin-bottom: 50px !important
    }

    .pt-100 {
        padding-top: 50px
    }

    .pb-50 {
        padding-bottom: 0
    }

    .pb-60 {
        padding-bottom: 15px
    }

    .pb-100 {
        padding-bottom: 50px
    }

    .mt-100 {
        margin-top: 50px !important
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pt-70 {
        padding-top: 20px
    }

    .pb-70 {
        padding-bottom: 20px
    }

    .pb-75 {
        padding-bottom: 25px
    }

    .pb-50 {
        padding-bottom: 0
    }

    .pt-75 {
        padding-top: 25px
    }

    .mb-40 {
        margin-bottom: 25px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .content-title h2, .section-title h2 {
        font-size: 30px
    }

    .section-title span, .content-title span {
        font-size: 14px
    }

    .hero-wrap.style1 .hero-content-wrap, .hero-wrap.style2 .hero-content-wrap {
        max-width: 540px;
        margin: 0 auto
    }

    .footer-widget-wrap .footer-widget:nth-child(1) {
        padding-right: 0
    }

    .footer-widget-wrap .footer-widget:nth-child(1), .footer-widget-wrap .footer-widget:nth-child(2), .footer-widget-wrap .footer-widget:nth-child(3), .footer-widget-wrap .footer-widget:nth-child(4) {
        width: 50%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pt-100 {
        padding-top: 70px
    }

    .pb-100 {
        padding-bottom: 70px
    }

    .pb-50 {
        padding-bottom: 20px
    }

    .pb-60 {
        padding-bottom: 35px
    }

    .mt-100 {
        margin-top: 70px !important
    }

    .smb-25 {
        margin-bottom: 25px
    }

    .smb-70 {
        margin-bottom: 70px !important
    }

    .ptb-100 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .pt-70 {
        padding-top: 40px
    }

    .pb-70 {
        padding-bottom: 40px
    }

    .pb-75 {
        padding-bottom: 45px
    }

    .pb-50 {
        padding-bottom: 20px
    }

    .pt-75 {
        padding-top: 45px
    }

    .footer-widget-wrap .footer-widget:nth-child(1) {
        padding-right: 0
    }

    .footer-widget-wrap .footer-widget:nth-child(1), .footer-widget-wrap .footer-widget:nth-child(2), .footer-widget-wrap .footer-widget:nth-child(3), .footer-widget-wrap .footer-widget:nth-child(4) {
        width: 50%
    }
}

@media only screen and (min-width:1200px) {
    .xl-none {
        display: none !important
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .container {
        max-width: 1170px
    }
}

@media only screen and (min-width:1400px) and (max-width:1500px) {
    .main-menu-wrap #menu ul li a {
        font-size: 14px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .xl-none {
        display: none !important
    }

    .footer-widget-wrap .footer-widget:nth-child(1) {
        padding-right: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {


    .footer-widget-wrap .footer-widget:nth-child(1) {
        padding-right: 40px
    }

    .footer-widget-wrap .footer-widget:nth-child(2), .footer-widget-wrap .footer-widget:nth-child(3) {
        width: 22%
    }

    .footer-widget-wrap .footer-widget:nth-child(4) {
        width: 24%
    }

    .contact-box {
        padding: 20px
    }

        .contact-box .contact-icon {
            width: 65px;
            height: 65px
        }

        .contact-box .contact-info {
            width: calc(100% - 80px)
        }
}

@media only screen and (max-width:1199px) {
    .lg-center {
        text-align: center !important
    }

    .lg-none {
        display: none !important
    }

    .page-wrapper {
        overflow-x: hidden
    }

    .content-wrapper {
        margin: 72px 0 0
    }

    .sidebar {
        margin: 50px 0 0
    }

        .sidebar.style2 {
            margin: 20px 0 0
        }

    .section-para {
        margin-top: 10px
    }
}

@media only screen and (max-width:991px) {
    .page-wrapper {
        overflow-x: hidden !important
    }

    .container-full-left {
        padding: 0 15px
    }

    .md-none {
        display: none !important
    }

    .smt-30 {
        margin-top: 30px !important
    }

    .smt-20 {
        margin-top: 20px !important
    }

    .smb-30 {
        margin-bottom: 30px !important
    }

    .mt-60 {
        margin-top: 30px !important
    }

    .md-center {
        text-align: center !important
    }

    .hero-wrap.style1 {
        padding-top: 160px;
        padding-bottom: 80px
    }

        .hero-wrap.style1 .hero-content-wrap .hero-content, .hero-wrap.style2 .hero-content-wrap .hero-content, .hero-wrap.style2 .hero-content-wrap .hero-img {
            width: 100%
        }

        .hero-wrap.style1 .hero-content-wrap .hero-content {
            text-align: center
        }

        .hero-wrap.style1 .hero-content-wrap .hero-img-wrap {
            width: 100%;
            margin: 0
        }

        .hero-wrap.style1 .hero-img-wrap .hero-chart-box-2 {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important
        }

    .hero-wrap.style3 .hero-slider-item .hero-img .hero-slider-shape {
        -webkit-animation: none;
        animation: none
    }

    .hero-wrap.style3 .hero-slider-item .hero-img {
        margin-top: 38px
    }

        .hero-wrap.style3 .hero-slider-item .hero-img .hero-slider-img {
            padding: 10px
        }

    .about-wrap.style3 .about-content {
        margin-top: 50px
    }

    .about-wrap.style2 .about-content-wrap .about-bg {
        width: 100%
    }

    .about-wrap.style2 .about-content-wrap .about-content {
        width: 100%;
        margin-left: 0
    }

    .about-wrap.style2 .about-content-wrap::after {
        width: 100%
    }

    .feature-card-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

        .feature-card-wrap .feature-card {
            border-radius: 0;
            border-right: none;
            border-bottom: 1px solid #eee
        }

            .feature-card-wrap .feature-card:last-child {
                border: none
            }

    .feature-card::after {
        border-radius: 0 100px 0 0
    }

    .about-wrap.style1 .about-content, .why-choose-wrap.style1 .wh-img-wrap {
        margin-top: 50px
    }

    .why-choose-wrap.style3 .wh-img {
        margin-top: 50px;
        height: 480px
    }

    h2.transparent-text {
        bottom: 0
    }

    .service-desc .content-feature-list {
        margin-top: 25px
    }

    .faq-img {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:575px) {
    .xs-center {
        text-align: center
    }

    .xs-none {
        display: none
    }

    p {
        font-size: 14px;
        line-height: 26px
    }

    .content-title h2, .section-title h2 {
        font-size: 26px
    }

    .section-title span, .content-title span {
        font-size: 13px
    }

    .footer-widget-wrap .footer-widget:nth-child(1) {
        padding-right: 0
    }

    .footer-widget-wrap .footer-widget:nth-child(1), .footer-widget-wrap .footer-widget:nth-child(2), .footer-widget-wrap .footer-widget:nth-child(3), .footer-widget-wrap .footer-widget:nth-child(4) {
        width: 100%
    }

    .newsletter-box .newsletter-form .form-group {
        width: 100%
    }

    .back-to-top {
        font-size: 12px;
        right: -37px
    }

    .portfolio-desc h1, .service-desc h1 {
        font-size: 28px
    }

    .portfolio-desc h2, .service-desc h2 {
        font-size: 24px
    }

    .pricing-table .pricing-header h2 {
        font-size: 30px
    }

    .pricing-table .pricing-features {
        margin: 20px
    }

        .pricing-table .pricing-features li {
            font-size: 14px
        }

    .portfolio-tablist .nav-item {
        display: block;
        width: 100%;
        margin: 0 auto 15px
    }

        .portfolio-tablist .nav-item:last-child {
            margin-bottom: 0
        }

        .portfolio-tablist .nav-item .nav-link {
            width: 60%;
            margin: 0 auto;
            display: block
        }

    .partner-item {
        padding: 0 10px
    }
}

.header-bottom-right .searchbtn {
    background: #0095ca;
}

    .header-bottom-right .searchbtn a i {
        color: #fff;
    }

.bg-vulcans {
    background: #4b69d9cf;
}

.partner-wrap {
    background: linear-gradient(to right, #0095ca 2%, #9fcc27 82%);
}

.icon-wrapper img {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0px 5px 25px 0px rgb(0 30 94 / 30%);
    padding: 7px;
}

.wh-icon i:before {
    color: #fff;
}

.b-button {
    text-align: center;
    margin-top: 30px;
}

section.invoicing-area {
    background-color: #ffffff;
}

.invoicing-image {
    text-align: center;
    position: relative;
    z-index: 1;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.home-download-image {
    animation: mobile-vertical-ride 10s infinite alternate;
}

.invoicing-content {
    margin-left: auto;
    max-width: 625px;
}

    .invoicing-content h2 {
        margin-bottom: 0;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.2em;
    }

.sub-heading span {
    font-weight: 800;
    color: #9fcc27;
}

.invoicing-content p {
    margin-bottom: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item {
    border: none;
    margin: 0 0 25px;
    background: transparent;
}

    .accordion-item .accordion-header {
        margin-bottom: 0;
    }

section.newslatter {
    padding: 60px 0;
}

.section-title3 {
    padding-bottom: 20px;
}

    .section-title3 h2 {
        color: #3f3f3f;
        font-size: 30px;
    }

.subscribe-form1 {
    margin: 0;
    padding: 0;
    position: relative;
    border: 3px solid rgb(159 204 39);
    border-radius: 5px;
    padding: 15px;
}

#mc-form {
    width: 100%;
    position: relative;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }
}

#mc-form input[type="email"] {
    width: 100%;
    border: none;
    background: #ffffff;
    border-radius: 7px;
    color: #322f55;
    font-size: 14px;
    padding: 0 20px;
    height: 60px;
    -webkit-box-shadow: 0 8px 40px -5px rgb(9 31 67 / 10%);
    -moz-box-shadow: 0 8px 40px -5px rgba(9,31,67,.1);
    box-shadow: 0 8px 40px -5px rgb(9 31 67 / 10%);
}

#mc-form .btn {
    position: absolute;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
    right: 0;
    padding: 12px 25px;
    transition: 0.20s;
    height: 60px;
}

#mc-form .btn {
    height: 60px;
    border-radius: 7px;
    overflow: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-theme {
    background: rgb(255,120,16);
    background: #9fcc27;
    color: #ffffff;
}

.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.rs-achievement.style1.relative.md-pt-80.mt-5.pt-5 {
    background-color: #f2f6f9;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.relative {
    position: relative;
}

.pb-75 {
    padding-bottom: 75px;
}

.heading-title {
    margin-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .heading-title h2 {
        line-height: 1.4;
    }
}

.heading-title h2 {
    color: #36abd5;
    text-transform: capitalize;
    font-size: 34px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.border-line {
    height: 5px;
    width: 100px;
    background-color: rgb(159 204 39);
    margin: 8px auto 8px;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

.border-dot {
    overflow: visible;
    position: absolute;
    content: "";
    top: -3.5px;
    left: 50%;
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    background-color: #0095ca;
    border-radius: 50%;
    display: inline-block;
}

    .border-dot::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: inherit;
        border-radius: inherit;
        -webkit-transition: opacity .5s, -webkit-transform .5s;
        transition: opacity .5s, -webkit-transform .5s;
        transition: opacity .5s, transform .5s;
        transition: opacity .5s, transform .5s, -webkit-transform .5s;
        -webkit-animation: border-dot-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
        animation: border-dot-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
        z-index: -1;
    }

.heading-title p {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    color: #333;
    font-size: 16px;
}

.rounded {
    border-radius: 0.25rem !important;
}

.sec-title4 {
    position: relative;
    z-index: 1;
}

.mb-25 {
    margin-bottom: 25px;
}

.sec-title4 .title {
    color: #f2691c;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 26px;
}

.desc {
    font-weight: 500;
}

.estimate-info li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    text-decoration: none;
    list-style: none;
}

    .estimate-info li:before {
        position: absolute;
        content: '';
        left: 0;
        top: 8px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #9fcc27;
    }

.process-section-three {
    position: relative;
    padding: 100px 0 70px;
    background: #f2f6f9;
}

    .process-section-three .pattern {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
    }

.sec-title h2 {
    color: #000000;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.d-block {
    display: block !important;
}

.login, .register, .otp, .forget-password {
    display: none;
}

.error-logo {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.5rem;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.text-right {
    text-align: right !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #29327f;
    border-color: #29327f;
    box-shadow: none;
    width: 100%;
}

.btn {
    padding: 9px 25px;
    font-weight: 500;
    background: none;
    color: #111121;
    border-radius: 5px;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 9;
    justify-content: center;
}

.mt-7, .my-7 {
    margin-top: 3rem !important;
}

.page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.otp-row {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
}

    .otp-row input:first-child {
        margin-left: 0 !important;
    }

    .otp-row input[type=text], .otp-row input[type=password] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    .otp-row input {
        display: flex;
        margin: 8px 10px !important;
        border-radius: 3px;
        padding: 5px 0 !important;
        text-align: center;
        font-size: 20px;
        max-width: 42px;
    }

.text-right {
    text-align: right !important;
}

.resend-otp {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
}

.outer-box button {
    background-color: #7fcb27;
    color: white;
    padding: 11px 20px;
    border-radius: 3px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.bg-blueset {
    background-color: #f2f6f9;
}

.regi {
    width: 95%;
    margin-top: 15px;
    padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    border-radius: 4px;
}

.how-it-works-area {
    padding-bottom: 40px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-title {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px !important;
    margin-top: -9px;
}

section#counters {
    padding: 6.5rem 0;
}

.heading-area .sub-title {
    font-size: 18px;
    font-weight: 400;
}

span:nth-child(1) {
    animation: fade-in .8s .1s forwards cubic-bezier(.11,0,.5,0);
}

.heading-area .title {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0 25px;
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.bg-stratos {
    background-color: #f2f6f9;
}

.bounce {
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out;
}

.app-wrap.style2 .app-content .content-title {
    margin-bottom: 35px;
}

.content-title.style2 span {
    position: relative;
    display: inline-block;
    font-weight: 800;
    color: #9fcc27;
    font-size: 20px;
}

.app-wrap.style2 .app-content .app-btn a:first-child {
    margin-right: 15px;
}

.ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.sets-height {
    height: 413px;
}

.section-main {
    padding: 0px;
}

    .section-main .bg-white {
        background-color: #fff !important;
    }

    .section-main.section-main .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .section-main .container-fluid {
        padding: 0 50px;
    }

    .section-main ul, .section-main ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .section-main .section-row .recharge-items-wrap .nav-tabs {
        display: flex;
        background-color: #ffffff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 10px;
        border-radius: 10px;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        #style-3: : -webkit-scrollbar-track

{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::
-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::
-webkit-scrollbar-thumb {
    background-color: #000000;
}

;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
}

.section-main .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.section-main .custom-col {
    width: 25%;
    display: flex;
    justify-content: center;
}

.section-main .section-row .recharge-items .nav-link.active {
    background-color: transparent;
    border: 0;
}

.section-main .section-row .recharge-items .recharge-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    border: 0;
}

.section-main .section-row .recharge-items .nav-link {
    padding: 0;
}

.section-main .nav-tabs .nav-link {
    border: 2px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
    position: relative;
    border-radius: 0;
    padding: 0.6rem 1rem;
    color: #7b8084;
    white-space: nowrap !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    color: red !important;
    !i;
    !;
}

@media (min-width: 1024px) {
    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item.active .hi-icon, .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link.nav-link.active .hi-icon {
        background: #ffffff;
        width: 65px;
        height: 65px;
    }
}

@media (min-width: 992px) {
    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon {
        margin: 0 auto 25px auto;
    }
}

@media (min-width: 1024px) {
    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon {
        width: 54px;
        height: 54px;
        margin: 0 auto 20px auto;
        display: flex;
    }

    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon {
        transition: all .35s ease-out;
        box-shadow: 0 3px 6px #00000029;
        border-radius: 100%;
    }
}

@media (min-width: 1024px) {
    .section-main .hi-icon {
        border: 0px solid transparent;
        margin: 25px auto;
        position: relative;
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .section-main .hi-icon:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(0);
        width: 150%;
        height: 150%;
        background: #ffffff;
        transition: transform .5s ease;
        border-radius: 50%;
    }
}

.section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon img {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.section-main .section-row .recharge-items .recharge-link img, .section-main .section-row .recharge-items .recharge-link svg {
    margin: auto;
    transform: scale(.6);
}

.section-main img {
    max-width: 100%;
    max-height: 100%;
    outline: 0;
    border: none;
}

.section-main .section-row .recharge-items-wrap .nav-tabs .nav-item.active .recharge-link span, .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link.nav-link.active span {
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #fff;
}

@media (min-width: 1024px) {
    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link span {
        -webkit-transition: all .4s;
        transition: all .4s;
        font-size: 15px;
        padding: 5px 0 8px 0;
        z-index: 9;
        /* border-radius: 8px 8px 0 0; */
    }
}

.section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link span {
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    z-index: 1;
    /* border-radius: 5px 5px 0 0; */
}

.section-main .custom-col.active span, .custom-col .recharge-link.nav-link.active span {
    color: #334fab;
}

@media (min-width: 1024px) {
    .section-main .custom-col span:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
    }
}

.nav-tabs .nav-item .nav-link.active:after {
    height: 3px;
    width: 100%;
    content: ' ';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.section-main .header-menu-bg {
    /* position: relative; */
    /* height: 41px; */
    /* top: -39px; */
    /* margin-bottom: -39px; */
}

.section-main .bg-white {
    background-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.shadow-md {
    -webkit-box-shadow: 0px 0px 50px -35px rgb(0 0 0 / 40%);
}

a.view-plans-link {
    position: absolute;
    right: 0px;
    z-index: 4;
    padding: 0 15px;
    font-size: 13px;
    text-decoration: underline;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #0042a6;
}

.btn::after, .btn span::before, .btn span::after {
    content: '';
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background-color: #224890;
    z-index: -1;
}

.all-content-plan, .all-content {
    display: none;
}

button.btn.btn-danger {
    float: right;
    background-color: #fff;
    color: #1fc2f4;
    border-color: #00baf2;
    border-radius: 100px;
}

.all-classes {
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    color: #999999;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.place {
    width: 25%;
    padding: 7px 14px;
}

.__details {
    width: 37%;
    word-wrap: break-word;
}

.__amount {
    width: 25%;
}

._descip {
    height: 462px;
    overflow: scroll;
}

._all-info {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

    ._all-info button:hover {
        background: #00B9F5;
        color: #fff;
    }

.amount {
    background: #fff;
    color: #00baf2;
    border: 1px solid #00baf2;
}

.place._amount {
    width: 15%;
}

.place._details {
    width: 50%;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 83px;
    border-top: none;
    border-bottom: none;
}

button.btn.btn-danger {
    float: right;
    background-color: #fff;
    color: #1fc2f4;
    border-color: #00baf2;
    border-radius: 100px;
}


.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #1fc2f4;
    background-color: #fff;
    border-color: #00baf2;
}

.tab-content-1 > .tab-pane {
    display: none;
}

.tab-content-1 > .active {
    display: block;
}

}

.media-icon li {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
}

h3.texts-4.mb-3 {
    font-size: 1.1rem;
}

h3.texts-4.mb-4 {
    font-size: 1.1rem;
}

.nav-tabs .nav-item .nav-link.active:after {
    height: 3px;
    width: 100%;
    content: ' ';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
    position: relative;
    border-radius: 0;
    padding: 0.6rem 1rem;
    color: #7b8084;
    white-space: nowrap !important;
}

h3.texts-4.mb-3 {
    font-size: 1.1rem;
}

h3.texts-4.mb-4 {
    font-size: 1.1rem;
}

.text-16 {
    font-size: 4rem !important;
}

h2.text-8 {
    font-size: 2rem;
    color: #0095ca;
}

@media (min-width: 992px) {
    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon {
        margin: 0 auto 25px auto;
    }
}

@media (min-width: 1024px) {
    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon {
        width: 54px;
        height: 54px;
        margin: 0 auto 20px auto;
        display: flex;
    }
}

.section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon {
    transition: all .35s ease-out;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 100%;
}

@media (min-width: 1024px) {
    .section-main .hi-icon {
        border: 0px solid transparent;
        margin: 25px auto;
        position: relative;
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .section-main .custom-col:hover .hi-icon:before {
        transform: translate(-50%,-50%) scale(1.1);
    }
}

@media (min-width: 1024px) {
    .section-main .hi-icon:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(0);
        width: 150%;
        height: 150%;
        background: #ffffff;
        transition: transform .5s ease;
        border-radius: 50%;
    }
}

.section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon img {
    -webkit-transition: all .4s;
    transition: all .4s;
    filter: invert(101%) sepia(254%) saturate(2113%) hue-rotate(203deg) brightness(69%) contrast(110%);
}

.section-main .custom-col.active span, .custom-col .recharge-link.nav-link.active span {
    color: #0042a6;
}

.section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link span {
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    /* z-index: 9; */
    /* border-radius: 5px 5px 0 0; */
    color: #0042a6;
    font-weight: 600;
}

.section-main .section-row .recharge-items-wrap .nav-tabs .nav-item.active .recharge-link span, .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link.nav-link.active span {
    -webkit-transition: all .4s;
    transition: all .4s;
    /* background: #fff; */
}

.section-main .section-row .recharge-items-wrap .nav-tabs .nav-item:hover .recharge-link span {
    color: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #fff;
}


.section-main .header-menu-bg {
    position: relative;
    height: 41px;
    /* top: -39px; */
    /* margin-bottom: -39px; */
}

.section-main .carousel-inner {
    border-radius: 20px;
}

.section-main .sub-menu {
    display: none;
}

.section-main .sm {
    display: none;
    border-radius: 10px;
}

.section-main .sub-menu.sm img {
    max-width: 24px;
    filter: invert(101%) sepia(254%) saturate(2113%) hue-rotate(203deg) brightness(69%) contrast(110%);
}












@media (min-width: 1440px) {
    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link span {
        width: 129px;
    }
}


@media (min-width: 1024px) {
    .section-main .hi-icon {
        border: 0px solid transparent;
        margin: 25px auto;
        position: relative;
        overflow: hidden;
    }

        .section-main .hi-icon:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%) scale(0);
            width: 150%;
            height: 150%;
            background: #ffffff;
            transition: transform .5s ease;
            border-radius: 50%;
        }

    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon {
        width: 54px;
        height: 54px;
        margin: 0 auto 20px auto;
        display: flex;
    }

    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item.active .hi-icon, .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link.nav-link.active .hi-icon {
        background: #ffffff;
        width: 65px;
        height: 65px;
    }

    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link span {
        -webkit-transition: all .4s;
        transition: all .4s;
        font-size: 15px;
        padding: 7px 7px 8px 7px;
        z-index: 9;
        /* border-radius: 8px 8px 0 0; */
        font-weight: 600;
        color: #0042a6;
        font-size: 14px;
    }

    .section-main .custom-col span:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
    }

    .section-main .custom-col:hover .hi-icon:before {
        transform: translate(-50%,-50%) scale(1.1);
    }

    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item:hover .recharge-link .hi-icon img {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }

    .section-main .custom-col span:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon {
        width: 45px;
        height: 45px;
        margin: 15px auto;
    }
}




@media (min-width: 992px) {
    .more-btn:hover .sub-menu {
        display: block !important;
    }

    .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon {
        margin: 0 auto 15px auto;
    }

        .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon img.mob {
            display: none;
        }

    .section-main .sub-menu {
        width: 300px;
        position: absolute;
        z-index: 1;
        opacity: 1;
        right: 40px;
        top: 90px;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    }

    .section-main .sm {
        background-color: #fff;
        font-family: Poppins-Medium;
        border-radius: 10px;
        width: 240px;
        position: absolute;
        z-index: 99;
        opacity: 1;
        right: 0;
        top: 140px;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    }

    .section-main .sub-menu {
        height: 260px !important;
        overflow-y: scroll !important;
    }

    .section-main .sm a {
        padding: 15px;
        display: block;
    }

        .section-main .sm a:hover {
            color: #334fab;
            background-color: #fafaff !important;
        }

    .section-main .sm span {
        color: #0042a6;
        font-size: 16px;
        padding: 0 5px;
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    .section-main .section-row .recharge-items-wrap .nav-tabs {
        padding-top: 20px;
        margin-bottom: 13px;
    }

        .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item {
            margin: 10px 0 0 0;
            margin-bottom: 0 !important;
            justify-content: center;
            width: 45% !important;
            !i;
            !;
        }

            .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon {
                margin: 0 auto 5px auto;
                display: flex;
                height: 40px;
                max-height: 40px;
                width: 40px;
                line-height: 40px;
                background: #fafaff;
                border-radius: 20px 20px 20px 20px;
            }

                .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link .hi-icon img.desktop {
                    display: none;
                }

            .section-main .section-row .recharge-items-wrap .nav-tabs .nav-item .recharge-link span {
                color: #333e63;
                font-size: 14px;
            }

    .section-main .header-menu-bg {
        display: none;
    }

    .section-main .section-row .recharge-items-wrap .sub-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        padding: 20px 0;
        padding-bottom: 0;
        position: relative;
        z-index: 2;
        background: #fff;
    }

        .section-main .section-row .recharge-items-wrap .sub-menu ul li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 24.5%;
            flex: 0 0 24.5%;
            text-align: center;
            margin: 0 0 20px 0;
            padding: 0 10px;
        }

            .section-main .section-row .recharge-items-wrap .sub-menu ul li span:first-of-type {
                margin: 0 auto 15px auto;
                display: inline-block;
                height: 40px;
                max-height: 40px;
                width: 40px;
                line-height: 60px;
                background: #fafaff;
                border-radius: 20px 20px 20px 20px;
                text-align: center;
            }

            .section-main .section-row .recharge-items-wrap .sub-menu ul li span:last-of-type {
                display: inline-block;
                width: 100%;
                text-align: center;
                font-size: 14px;
                display: inline-block;
                vertical-align: top;
            }

    .section-main .section-row .recharge-items-wrap .sub-menu .more-top {
        background: #fff;
        position: relative;
        z-index: 9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        padding: 25px 15px 10px 15px;
    }





    .section-main .section-row .recharge-items-wrap .sub-menu ul li span img {
        float: none !important;
    }

    .section-main .container-fluid {
        padding: 0 30px;
    }

    .section-main .custom-col.recharge-items.nav-item.more-btn {
        width: 100% !important;
        margin-top: 0px !important;
    }

        .section-main .custom-col.recharge-items.nav-item.more-btn a.recharge-link.more-link {
            display: none;
        }

        .section-main .custom-col.recharge-items.nav-item.more-btn .sub-menu {
            display: block !important;
            padding-top: 0px;
        }

            .section-main .custom-col.recharge-items.nav-item.more-btn .sub-menu ul {
                padding-top: 0px;
            }

    .section-main .section-row .recharge-items-wrap .sub-menu ul li {
        flex: 0 0 33%;
    }

        .section-main .section-row .recharge-items-wrap .sub-menu ul li a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            color: #fff;
            border: 0;
        }

        .section-main .section-row .recharge-items-wrap .sub-menu ul li span:first-of-type {
            box-shadow: 0 3px 6px #00000029;
            line-height: 40px;
        }

        .section-main .section-row .recharge-items-wrap .sub-menu ul li span img {
            float: none !important;
            margin: auto;
            transform: scale(.6);
            max-width: 100%;
        }

        .section-main .section-row .recharge-items-wrap .sub-menu ul li span:last-of-type {
            color: #333e63;
            font-size: 14px;
            font-weight: 600;
        }
}

@media only screen and (max-width: 767px) {
    .section-main .container-fluid {
        padding: 0 15px;
    }
}

input.otp {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
}

.text-4 {
    font-size: 17px !important;
}

.all-content-plan, .all-content {
    display: none !important;
}

.intro {
    display: block !important;
}

div#content {
    padding-top: 116px;
}

.section-main .section-row .recharge-items .nav-link.active {
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #0042a6;
}

.auth-menu {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .auth-menu li {
        display: inline-block;
    }

@media only screen and (max-width:576px) {
    .header-wrap .header-bottom .header-bottom-right .btn {
        border-radius: 0;
        padding: 12px 6px !important;
        color: #0042a6 !important;
        !i;
        !;
        font-weight: 600;
    }

    .auth-menu {
        gap: 0px !important;
    }
}

.btn-primary:hover {
    color: #fff;
    background-color: #0042a6;
    border-color: #0042a6;
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
    position: relative;
    border-radius: 0;
    padding: 0.6rem 1rem;
    color: #00215d;
    white-space: nowrap !important;
    font-weight: 700;
}

.place1 {
    width: 50%;
    padding: 7px 14px;
}

a.footer-logo img {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

section.head-seatj {
    padding: 60px 0;
    background: #f9fcff;
}

.bg-white.section-row.home {
    padding-bottom: 60px;
}

.newsletter-box p {
    color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: #564e4e24;
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    background: #ffff;
}




.AppForm .AppFormLeft h1 {
    font-size: 35px;
}

.AppForm .AppFormLeft input:focus {
    border-color: #ced4da;
}

.AppForm .AppFormLeft input::placeholder {
    font-size: 15px;
}

.AppForm .AppFormLeft i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #0e4af2;
}

.AppForm .AppFormLeft a {
    color: #3a3e42;
}

.AppForm .AppFormLeft button {
    background: linear-gradient(45deg, #0d4af0, #4f4f4f);
    border-radius: 30px;
}

.AppForm .AppFormLeft p span {
    color: #007bff;
}

.AppForm .AppFormRight {
    background-size: cover;
    background-position: center;
    border-radius: 88px;
    background: linear-gradient(45deg, #0a4bff, #3c3c3c);
}

    .AppForm .AppFormRight:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .AppForm .AppFormRight p {
        z-index: 1;
        color: #fff;
    }

    .AppForm .AppFormRight h2 {
        z-index: 1;
    }

        .AppForm .AppFormRight h2::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #fff;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

    .AppForm .AppFormRight p {
        z-index: 1;
    }

.border-left-0 {
    border-left: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-danger1 {
    position: absolute;
    font-size: 20px;
    color: #fff;
    top: 5px;
    width: 40px;
    height: 40px;
    /* line-height: 40px; */
    right: 33px;
    font-weight: 600;
    background-color: #00adef !IMPORTANT;
    border-radius: 50px;
    border-color: #fff !IMPORTANT;
    opacity: 1 !important;
}

.modal-header.dextox-header-app-change {
    justify-content: center;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    background: #fff;
    border-radius: 93px;
    border: 5px solid #fff;
}

.gjtl .carousel-inner {
    height: 400px;
    overflow: hidden;
}

.gjtl .carousel-item {
    height: 100%;
    transition: none !important;
}

    .gjtl .carousel-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: scale() !important;
        transition: none !important;
    }


.gjtl .carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    transform: none !important;
}

.AppFormLeft {
    width: 80%;
}

.logo-login {
    text-align: center;
    margin-bottom: 36px;
}

.exit-border {
    border: inherit;
}

h2.login-set-bg {
    margin-bottom: 17px;
}

.bg-setpotp {
    height: 100%;
    border: 0;
    border-radius: 0;
    background: url(../img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}






.modal-fullscreen-custom {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

    .modal-fullscreen-custom .modal-content {
        height: 100vh;
        border: none;
        border-radius: 0;
    }

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.5rem;
    margin-right: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

    .otp-input:last-child {
        margin-right: 0;
    }
