.bg-primary-2 {
    background-color: #0a2d43;
}
 .list-items li {
            box-shadow: 0 5px 23px rgb(40 40 40 / 8%);
            padding: 10px 35px;
            font-weight: 400;
            border-radius: 20px;
        }
        .dark-theme  .first-list li{
            color: white;
        }

       

        .onlymobile .number {
            display: none;
        }
        .intro1 {
    background-image: url(../assets/images/probuzzImages/bg_form.jpeg);
    background-attachment: fixed;
}

        @media only screen and (max-width: 768px) {
            .onlymobile .number {
                display: block;
                color: #fff;
                font-size: 20px;
                font-weight: bold;
                position: absolute;
                padding-left: 30px;
            }
        }

.bg-section {
    background-image: url("../assets/images/probuzzImages/bg-android.png");
}
.card-user{
    text-align: center;
    
}
.card-user img{
    margin-bottom: 2rem;
}
.light-theme .bg-whyus img {
    filter: brightness(0) invert(0);
}

a {
    color: #47a145;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.is-sticky.header-basic{
    background-color: #0039e4;
}

    a:hover {
        color: #0e2b3d;
        text-decoration: none;
    }

section {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
}
.card-bg {
    background: url("../assets/images/probuzzImages/andriod2.jpg");
    padding: 20px;
    background-size: cover;
}
@media (min-width: 900px) {
    .card {
        flex: 0 0 320px;
        
        gap: 1rem;
        align-items: initial;
    }
}

img {
    max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
* {
    outline: none;
}

button {
    border: none;
    padding: 0;
}

    button,
    button:focus,
    .form-control,
    .form-control:focus {
        outline: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

textarea {
    resize: none;
}

select {
    background-color: transparent;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    html,
    body {
        overflow-x: hidden;
    }
}

/*----------------------------
      Helper Classes
----------------------------*/
.sticky-top {
    z-index: 500;
}

.row-no-gutter {
    margin-left: 0;
    margin-right: 0;
}

    .row-no-gutter > [class*="col"] {
        padding-right: 0;
        padding-left: 0;
    }

.inner-padding {
    padding: 65px;
}

.vertical-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.background-banner {
    min-height: 500px;
}

.bg-size-auto {
    background-size: auto !important;
}

.bg-top-right {
    background-position: top right !important;
}

.bg-no-repeat {
    background-repeat: no-repeat !important;
}

.bg-top-center {
    background-position: top center !important;
}

.bg-bottom-center {
    background-position: bottom center !important;
}

.width-auto {
    width: auto !important;
}

.fz-13 {
    font-size: 13px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.font-secondary {
    font-family: "Roboto", sans-serif;
}

.lh-1 {
    line-height: 1 !important;
}

.list-inline > li {
    display: inline-block;
}

.align-v {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-v-h {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.border-top {
    border-top: 1px solid #e7ebef !important;
}

.border-bottom {
    border-bottom: 1px solid #e7ebef !important;
}

.height-500 {
    height: 500px;
}

/*----------------------
     Dividers 
------------------------*/
.divider {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 2px;
    background-color: #e7ebef;
}

.divider-sm {
    width: 20px;
    height: 2px;
}

.divider-primary {
    background-color: #47a145;
}

.divider-secondary {
    background-color: #0e2b3d;
}

.divider-white {
    background-color: #ffffff;
}

.minwidth-120 {
    min-width: 120px !important;
}

.minwidth-170 {
    min-width: 170px !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.mt--50 {
    margin-top: -50px;
}

.mt--80 {
    margin-top: -80px;
}

.mt--90 {
    margin-top: -90px;
}

.mt--100 {
    margin-top: -80px;
}

.mt--120 {
    margin-top: -120px;
}

.mt--130 {
    margin-top: -130px;
}

.mt--140 {
    margin-top: -140px;
}

.mt--170 {
    margin-top: -170px;
}

.mt--200 {
    margin-top: -200px;
}

.mt--210 {
    margin-top: -210px;
}

/*  margin Top */
.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !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-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

/* Margin Bottom */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !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-45 {
    margin-bottom: 45px !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;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.mt--100 {
    margin-top: -100px;
}

/* Margin Right */
.mr-0 {
    margin-right: 0 !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
    margin-left: 0 !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

/* padding Top */
.pb-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-170 {
    padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-220 {
    padding-bottom: 220px !important;
}

/* padding Right */
.pr-0 {
    padding-right: 0 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
    padding-left: 0 !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

@media (max-width: 1200px) {
    .inner-padding {
        padding: 30px !important;
    }
}

@media (max-width: 992px) {
    .mt-30 {
        margin-top: 20px !important;
    }

    .mt-40 {
        margin-top: 20px !important;
    }

    .mt-50 {
        margin-top: 25px !important;
    }

    .mt-60 {
        margin-top: 30px !important;
    }

    .mt-70 {
        margin-top: 35px !important;
    }

    .mt-80 {
        margin-top: 40px !important;
    }

    .mt-90 {
        margin-top: 45px !important;
    }

    .mt-100 {
        margin-top: 50px !important;
    }

    .mt-120 {
        margin-top: 60px !important;
    }

    .mt-150 {
        margin-top: 75px !important;
    }

    .mb-30 {
        margin-bottom: 15px !important;
    }

    .mb-40 {
        margin-bottom: 20px !important;
    }

    .mb-50 {
        margin-bottom: 25px !important;
    }

    .mb-60 {
        margin-bottom: 30px !important;
    }

    .mb-70 {
        margin-bottom: 35px !important;
    }

    .mb-80 {
        margin-bottom: 40px !important;
    }

    .mb-90 {
        margin-bottom: 45px !important;
    }

    .mb-100 {
        margin-bottom: 50px !important;
    }

    .mb-120 {
        margin-bottom: 60px !important;
    }

    .mb-130 {
        margin-bottom: 65px !important;
    }

    /* Margin Right */
    .mr-30 {
        margin-right: 15px !important;
    }

    .mr-40 {
        margin-right: 20px !important;
    }

    .mr-50 {
        margin-right: 25px !important;
    }

    /* Margin Left */
    .ml-30 {
        margin-left: 15px !important;
    }

    .ml-40 {
        margin-left: 20px !important;
    }

    .ml-50 {
        margin-left: 25px !important;
    }

    /* padding Top */
    .pt-30 {
        padding-top: 15px !important;
    }

    .pt-40 {
        padding-top: 20px !important;
    }

    .pt-50 {
        padding-top: 25px !important;
    }

    .pt-60 {
        padding-top: 30px !important;
    }

    .pt-70 {
        padding-top: 35px !important;
    }

    .pt-80 {
        padding-top: 40px !important;
    }

    .pt-90 {
        padding-top: 45px !important;
    }

    .pt-100 {
        padding-top: 50px !important;
    }

    .pt-110 {
        padding-top: 55px !important;
    }

    .pt-120 {
        padding-top: 60px !important;
    }

    .pt-130 {
        padding-top: 70px !important;
    }

    .pt-140 {
        padding-top: 70px !important;
    }

    .pt-150 {
        padding-top: 75px !important;
    }

    .pt-160 {
        padding-top: 80px !important;
    }

    .pt-170 {
        padding-top: 85px !important;
    }

    /*  Padding Bottom */
    .pb-30 {
        padding-bottom: 15px !important;
    }

    .pb-40 {
        padding-bottom: 20px !important;
    }

    .pb-50 {
        padding-bottom: 25px !important;
    }

    .pb-60 {
        padding-bottom: 30px !important;
    }

    .pb-70 {
        padding-bottom: 35px !important;
    }

    .pb-80 {
        padding-bottom: 40px !important;
    }

    .pb-90 {
        padding-bottom: 45px !important;
    }

    .pb-100 {
        padding-bottom: 50px !important;
    }

    .pb-110 {
        padding-bottom: 55px !important;
    }

    .pb-120 {
        padding-bottom: 60px !important;
    }

    .pb-130 {
        padding-bottom: 65px !important;
    }

    .pb-140 {
        padding-bottom: 70px !important;
    }

    .pb-150 {
        padding-bottom: 75px !important;
    }

    .pb-160 {
        padding-bottom: 80px !important;
    }

    .pb-170 {
        padding-bottom: 85px !important;
    }
}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .inner-padding {
        padding: 20px !important;
    }

    .text-center-xs-sm {
        text-align: center !important;
    }

    .mt-0-xs-sm {
        margin-top: 0 !important;
    }
}

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
    color: #ffffff !important;
}

.color-gray {
    color: #f9f9f9 !important;
}

.color-dark {
    color: #222222 !important;
}

.color-primary {
    color: #47a145 !important;
}

.color-secondary {
    color: #0e2b3d !important;
}

.color-heading {
    color: #0e2b3d !important;
}

.color-body {
    color: #9b9b9b !important;
}

/* backgrounds */
.bg-white {
    background-color: #ffffff !important;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.bg-dark {
    background-color: #222222 !important;
}

.bg-heading {
    background-color: #0e2b3d !important;
}

.bg-primary {
    background-color: #47a145 !important;
}

.bg-secondary {
    background-color: #0e2b3d !important;
}

.bg-img {
    position: relative;
    z-index: 1;
}

.background-size-auto {
    background-size: auto !important;
}

.bg-parallax {
    background-attachment: fixed;
}

.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(3, 13, 19, 0.15);
}

.bg-overlay-2:before {
    background-color: rgba(3, 13, 19, 0.35);
}

.bg-overlay-3:before {
    background-color: rgba(3, 13, 19, 0.05);
}

.bg-overlay-gradient:before {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 13, 19, 0.52)), to(rgba(27, 26, 26, 0.18)));
    background-image: linear-gradient(to bottom, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
}

.bg-overlay-primary:before {
    background-color: rgba(71, 161, 69, 0.9);
}

.bg-overlay-primary-2:before {
    background-color: rgba(71, 161, 69, 0.8);
}



.heading__subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #47a145;
    margin-bottom: 12px;
}
.pagetitle__heading {
    color: #ffffff;
    font-size: 74px;
    line-height: 1.1;
}

.heading__title {
    font-size: 37px;
    margin-bottom: 20px;
}

    .heading__title .underlined-text {
        border-bottom: 4px solid #47a145;
    }

.heading__desc {
    margin-bottom: 0;
}

.heading-layout2 .heading__title {
    font-size: 40px;
}

.heading-layout3 .heading__title {
    font-size: 50px;
}

.heading-light .heading__subtitle {
    color: #f9f9f9;
}

    .heading-light .heading__subtitle:after {
        background-color: #ffffff;
    }

.heading-light .heading__title,
.heading-light .heading__desc {
    color: #ffffff;
}

.text__block-title {
    font-size: 25px;
    margin-bottom: 17px;
}

.text__block-desc {
    font-size: 16px;
    line-height: 26px;
}

.text__link {
    font-size: 14px;
    font-weight: 700;
}

    .text__link a {
        color: #0e2b3d;
    }

        .text__link a:hover {
            color: #47a145;
        }

@media (max-width: 992px) {
    .heading__title {
        font-size: 30px;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .heading__title {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .heading__subtitle,
    .text__link {
        font-size: 13px;
    }

    .heading__desc {
        font-size: 13px;
        line-height: 23px;
    }

    .heading-layout2 .heading__title {
        font-size: 24px;
    }

    .heading-layout3 .heading__title {
        font-size: 26px;
    }

    .text__block-desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

/*-------------------------
    page title 
-------------------------*/
.header-transparent + .page-title {
    margin-top: -100px;
}

.pagetitle__subheading {
    font-size: 15px;
    font-weight: 700;
    color: #f9f9f9;
    display: inline-block;
    margin-bottom: 15px;
}

.pagetitle__heading {
    color: #ffffff;
    font-size: 74px;
    line-height: 1.1;
}

    .pagetitle__heading .text-underlined {
        border-bottom: 4px solid #ffffff;
    }

.pagetitle__desc {
    font-size: 17px;
    font-weight: 700;
    color: #f9f9f9;
    margin-bottom: 34px;
}

.page-title {
    padding-top: 230px;
    padding-bottom: 150px;
}

    .page-title .breadcrumb-item + .breadcrumb-item::before {
        color: #ffffff;
    }

    .page-title .breadcrumb-item.active {
        color: #f9f9f9;
    }

    .page-title .breadcrumb-item a {
        position: relative;
        color: #ffffff;
    }

        .page-title .breadcrumb-item a:hover {
            color: #f9f9f9;
        }

.page-title-layout1,
.page-title-layout3 {
    padding-bottom: 35px;
}

    .page-title-layout1 .breadcrumb,
    .page-title-layout3 .breadcrumb {
        margin-top: 90px;
    }

.page-title-layout2 {
    padding-top: 230px;
    padding-bottom: 130px;
}

    .page-title-layout2 .pagetitle__heading {
        font-size: 37px;
        line-height: 1.5;
    }

.page-title-layout4 .pagetitle__desc {
    max-width: 480px;
    margin: auto;
}

.page-title-layout5 {
    padding-bottom: 240px;
}

    .page-title-layout5 .pagetitle__heading {
        font-size: 37px;
        font-weight: 700;
        line-height: 1.5;
    }

    .page-title-layout5 + .pricing .pricing-wrapper {
        position: relative;
        margin-top: -93px;
        z-index: 3;
    }

.page-title-layout6 {
    padding-top: 250px;
}

.page-title-layout8 {
    padding-top: 240px;
    padding-bottom: 35px;
}

    .page-title-layout8 .cta-banner {
        max-width: 270px;
        padding: 50px 40px;
    }

    .page-title-layout8 .breadcrumb {
        margin-top: 80px;
    }

.page-title-layout9 {
    padding-bottom: 35px;
}

   

.page-title-layout10 {
    padding-bottom: 170px;
}

.page-title-layout11 {
    padding-top: 250px;
}

    .page-title-layout11 .pagetitle__heading {
        font-size: 36px;
        line-height: 1.3;
    }

    .page-title-layout11 .pagetitle__subheading {
        padding: 10px 15px;
        border-radius: 2px;
        color: #ffffff;
        background-color: #47a145;
    }

.page-title-layout12 {
    padding-top: 250px;
    padding-bottom: 160px;
}

    .page-title-layout12 .pagetitle__heading {
        font-size: 50px;
    }

.page-title-layout13 {
    padding-top: 250px;
    padding-bottom: 35px;
}

    .page-title-layout13 .pagetitle__desc {
        max-width: 500px;
        margin: auto;
    }

    .page-title-layout13 .breadcrumb {
        margin-top: 100px;
    }

.page-title-layout14 {
    padding-top: 290px;
    padding-bottom: 190px;
}

    .page-title-layout14 .pagetitle__desc {
        max-width: 480px;
        margin: auto;
    }

.page-title-layout15 {
    padding-top: 35px;
    padding-bottom: 35px;
}

    .page-title-layout15 .pagetitle__heading,
    .page-title-layout15 .breadcrumb-item a,
    .page-title-layout15 .breadcrumb-item + .breadcrumb-item:before {
        color: #0e2b3d;
    }

        .page-title-layout15 .breadcrumb-item a:hover {
            color: #0e2b3d;
        }

    .page-title-layout15 .pagetitle__desc,
    .page-title-layout15 .breadcrumb-item.active {
        color: #9b9b9b;
    }

@media (min-width: 320px) and (max-width: 992px) {
    .page-title-layout5 {
        padding-bottom: 100px !important;
    }

        .page-title-layout5 + .pricing .pricing-wrapper {
            margin-top: -54px;
        }
}

/* Medium Size Devices */
@media (min-width: 768px) and (max-width: 991px) {
    .page-title {
        padding-top: 90px;
        padding-bottom: 90px;
    }

        .page-title .pagetitle__heading {
            font-size: 50px;
        }
}
.card{
    margin-bottom: 1rem;
    padding: 1rem;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .page-title {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .page-title .pagetitle__subheading {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .page-title .pagetitle__desc {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 10px;
        }

       
    .page-title .pagetitle__heading {
        font-size: 28px !important;
        line-height: 2;
        margin-bottom: 0px;
        margin-top: 100px;
        padding: 50px 0px 50px 0px;
    }
}

    .page-title-layout15 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*--------------------
   Buttons
---------------------*/
.btn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 15px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .btn:focus,
    .btn.active,
    .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

    .btn .icon-arrow-right,
    .btn .icon-arrow-left {
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .btn:not(.btn__link):not(.btn__bordered):before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #0e2b3d;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
        -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
        transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
        transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
        transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    }

    .btn:not(.btn__link):not(.btn__bordered):hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

.btn__primary {
    background-color: #47a145;
    color: #ffffff;
}

    .btn__primary .icon-outlined {
        color: #0e2b3d;
        border: 1px solid #47a145;
    }

    .btn__primary:active,
    .btn__primary:focus {
        background-color: #47a145;
        color: #ffffff;
    }

    .btn__primary .icon-arrow-right,
    .btn__primary .icon-arrow-left {
        color: #47a145;
        background-color: #ffffff;
    }

    .btn__primary:hover {
        color: #ffffff;
    }

        .btn__primary:hover .icon-arrow-right,
        .btn__primary:hover .icon-arrow-left {
            color: #0e2b3d;
            background-color: #ffffff;
        }

    .btn__primary.btn__bordered {
        background-color: transparent;
        border: 2px solid #47a145;
        color: #47a145;
    }

        .btn__primary.btn__bordered .icon-arrow-right,
        .btn__primary.btn__bordered .icon-arrow-left {
            color: #ffffff;
            background-color: #47a145;
        }

        .btn__primary.btn__bordered:hover {
            color: #ffffff;
            background-color: #47a145;
        }

            .btn__primary.btn__bordered:hover .icon-arrow-right,
            .btn__primary.btn__bordered:hover .icon-arrow-left {
                color: #47a145;
                background-color: #ffffff;
            }

.btn__primary-style2:before {
    background-color: #ffffff !important;
}

.btn__primary-style2:hover {
    color: #0e2b3d;
}

    .btn__primary-style2:hover .icon-arrow-right,
    .btn__primary-style2:hover .icon-arrow-left {
        color: #ffffff;
        background-color: #0e2b3d;
    }

.btn__secondary {
    background-color: #0e2b3d;
    color: #ffffff;
}

    .btn__secondary:before {
        background-color: #47a145 !important;
    }

    .btn__secondary .icon-arrow-right,
    .btn__secondary .icon-arrow-left {
        color: #0e2b3d;
        background-color: #ffffff;
    }

    .btn__secondary:hover {
        color: #ffffff;
    }

        .btn__secondary:hover .icon-arrow-right,
        .btn__secondary:hover .icon-arrow-left {
            color: #47a145;
        }

    .btn__secondary:active,
    .btn__secondary:focus {
        background-color: #222222;
        color: #ffffff;
    }

    .btn__secondary.btn__bordered {
        background-color: transparent;
        border: 2px solid #0e2b3d;
        color: #0e2b3d;
    }

        .btn__secondary.btn__bordered .icon-arrow-right,
        .btn__secondary.btn__bordered .icon-arrow-left {
            color: #ffffff;
            background-color: #0e2b3d;
        }

        .btn__secondary.btn__bordered:hover {
            color: #ffffff;
            background-color: #0e2b3d;
        }

            .btn__secondary.btn__bordered:hover .icon-arrow-right,
            .btn__secondary.btn__bordered:hover .icon-arrow-left {
                color: #0e2b3d;
                background-color: #ffffff;
            }

.btn__secondary-style2:before {
    background-color: #ffffff !important;
}

.btn__secondary-style2:hover {
    color: #0e2b3d;
}

    .btn__secondary-style2:hover .icon-arrow-right,
    .btn__secondary-style2:hover .icon-arrow-left {
        color: #ffffff;
        background-color: #0e2b3d;
    }

.btn__white {
    background-color: #ffffff;
    color: #0e2b3d;
}

    .btn__white:active,
    .btn__white:focus {
        background-color: #ffffff;
        color: #0e2b3d;
    }

    .btn__white .icon-arrow-right,
    .btn__white .icon-arrow-left {
        color: #ffffff;
        background-color: #0e2b3d;
    }

    .btn__white:hover {
        color: #ffffff;
    }

        .btn__white:hover .icon-arrow-right,
        .btn__white:hover .icon-arrow-left {
            color: #0e2b3d;
            background-color: #ffffff;
        }

    .btn__white.btn__bordered {
        background-color: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
    }

        .btn__white.btn__bordered .icon-arrow-right,
        .btn__white.btn__bordered .icon-arrow-left {
            color: #47a145;
            background-color: #ffffff;
        }

        .btn__white.btn__bordered:hover {
            color: #47a145;
            background-color: #ffffff;
        }

            .btn__white.btn__bordered:hover .icon-arrow-right,
            .btn__white.btn__bordered:hover .icon-arrow-left {
                color: #ffffff;
                background-color: #47a145;
            }

.btn__white-style2 {
    color: #47a145;
}

    .btn__white-style2 .icon-arrow-right,
    .btn__white-style2 .icon-arrow-left {
        color: #ffffff;
        background-color: #47a145;
    }

    .btn__white-style2:before {
        background-color: #47a145 !important;
    }

    .btn__white-style2:hover .icon-arrow-right,
    .btn__white-style2:hover .icon-arrow-left {
        color: #47a145;
        background-color: #ffffff;
    }

.btn__bordered {
    background-color: transparent;
}

.btn__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 1;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
}

    .btn__link:focus,
    .btn__link:active {
        background-color: transparent;
    }

    .btn__link.btn__icon {
        height: auto;
        line-height: 1;
        padding: 0;
    }

    .btn__link.btn__primary {
        color: #47a145;
    }

    .btn__link.btn__primary-style2:hover {
        color: #ffffff;
    }

    .btn__link.btn__primary.btn__underlined {
        padding-bottom: 3px;
        border-bottom: 2px solid #47a145;
    }

    .btn__link.btn__primary:hover {
        color: #222222;
    }

        .btn__link.btn__primary:hover.btn__underlined {
            border-color: #0e2b3d;
        }

    .btn__link.btn__secondary {
        color: #0e2b3d;
    }

        .btn__link.btn__secondary .icon-arrow-right,
        .btn__link.btn__secondary .icon-arrow-left {
            color: #ffffff;
            background-color: #0e2b3d;
        }

        .btn__link.btn__secondary:hover {
            color: #47a145;
        }

            .btn__link.btn__secondary:hover .icon-arrow-right,
            .btn__link.btn__secondary:hover .icon-arrow-left {
                background-color: #47a145;
            }

    .btn__link.btn__white {
        color: #ffffff;
    }

        .btn__link.btn__white .icon-arrow-right,
        .btn__link.btn__white .icon-arrow-left {
            color: #0e2b3d;
            background-color: #ffffff;
        }

        .btn__link.btn__white.btn__underlined {
            padding-bottom: 3px;
            border-bottom: 2px solid #ffffff;
        }

        .btn__link.btn__white:hover {
            color: #0e2b3d;
        }

            .btn__link.btn__white:hover .icon-arrow-right,
            .btn__link.btn__white:hover .icon-arrow-left {
                color: #ffffff;
                background-color: #0e2b3d;
            }

            .btn__link.btn__white:hover.btn__underlined {
                border-color: #0e2b3d;
            }

.btn__block {
    width: 100%;
}

.btn__icon {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
}

    .btn__icon i,
    .btn__icon span {
        margin: 0 5px;
    }

.btn__social {
    height: 54px;
    line-height: 54px;
    width: 54px;
    min-width: 0 !important;
    font-weight: 400;
    color: #ffffff;
    border-radius: 3px;
}

.btn__facebook {
    background-color: #4267b2;
}

.btn__twitter {
    background-color: #1da0f0;
}

.btn__google-plus {
    background-color: #ea4335;
}

.btn__lg {
    min-width: 200px;
}

.btn__xl {
    min-width: 250px;
    height: 70px;
    line-height: 70px;
}

.btn__xxl {
    min-width: 270px;
}

.btn__xhight {
    height: 70px;
    line-height: 70px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    
    .btn:not(.btn__link) {
        font-size: 17px;
        min-width: 120px;
        height: 44px;
        line-height: 29px;
    }


    .btn__icon {
        padding: 0 10px;
    }
}

/*---------------------------
        Forms
----------------------------*/
label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

    label.error {
        color: red;
        font-size: 14px;
        font-weight: 400;
        margin: 7px 0 0 0;
    }

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    height: 60px;
    border: 2px solid #e7ebef;
    background-color: #ffffff;
    padding: 0 20px;
    border-radius: 2px;
    color: #51668a;
}

    .form-control:focus {
        background-color: #ffffff;
        border-color: #47a145;
    }

    .form-control::-webkit-input-placeholder {
        color: #909090;
    }

    .form-control:-moz-placeholder {
        color: #51668a;
    }

    .form-control::-moz-placeholder {
        color: #51668a;
    }

    .form-control:-ms-input-placeholder {
        color: #51668a;
    }

textarea.form-control {
    min-height: 105px;
    padding-top: 10px;
}

.form__title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

/* Input Radio */
.label-radio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
}

    .label-radio input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.radio-indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 2px solid #eaeaea;
    border-radius: 50%;
}

.label-radio input:checked ~ .radio-indicator {
    background: transparent;
}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
    background: transparent;
}

.radio-indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #47a145;
}

.label-radio input:checked ~ .radio-indicator:after {
    display: block;
}

.custom-control-label {
    font-weight: 400;
}

    .custom-control-label:before {
        position: absolute;
        top: -2px;
        left: -1.5rem;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: 1px solid #e7ebef;
        border-radius: 0;
    }

    .custom-control-label:after {
        position: absolute;
        top: 3px;
        left: -19.5px;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50%/50% 50%;
        border-radius: 1px;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    background-color: #47a145;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: transparent;
    border-color: transparent;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #e7ebef !important;
    background-color: transparent;
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.nice-select {
    width: 100%;
    margin-bottom: 30px;
}

    .nice-select .list {
        width: 100%;
    }

    .nice-select .current {
        line-height: 60px;
    }

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {

    .form-group,
    .nice-select {
        margin-bottom: 20px;
    }
}

/*--------------------
    Tabs
--------------------*/
.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav__link {
        display: block;
        position: relative;
        padding: 15px 0;
        margin: 0 30px 0 0;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        color: #9b9b9b;
    }

        .nav-tabs .nav__link:last-of-type {
            margin-right: 0;
        }

        .nav-tabs .nav__link:after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            width: 0;
            height: 2px;
            margin: auto;
            background-color: #47a145;
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

        .nav-tabs .nav__link.active,
        .nav-tabs .nav__link:hover {
            color: #0e2b3d;
        }

            .nav-tabs .nav__link.active:after,
            .nav-tabs .nav__link:hover:after {
                width: 100%;
            }

.nav-tabs-white .nav__link {
    color: #ffffff;
}

    .nav-tabs-white .nav__link.active,
    .nav-tabs-white .nav__link:hover {
        color: #ffffff;
    }

    .nav-tabs-white .nav__link:after {
        background-color: #fff;
    }

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .nav-tabs .nav__link {
        font-size: 12px;
        padding: 10px 0;
        margin: 0 15px 0 0;
    }

        .nav-tabs .nav__link:after {
            bottom: 4px;
        }
}

/*------------------- 
    Icons
------------------*/
.social-icons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

    .social-icons li {
        margin-right: 20px;
    }

        .social-icons li a {
            display: block;
            color: #9b9b9b;
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

            .social-icons li a:hover {
                color: #47a145;
            }

        .social-icons li:last-of-type {
            margin-right: 0;
        }

.social-icons-primary li a {
    color: #47a145;
}

.icon-arrow-right {
    font-size: 65%;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item {
    position: relative;
    font-size: 14px;
}

    .breadcrumb-item + .breadcrumb-item::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
    }

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {

    .breadcrumb-item a,
    .breadcrumb-item + .breadcrumb-item {
        font-size: 12px;
    }
}

/*----------------------
    Pagination
-----------------------*/
.pagination li {
    margin-right: 10px;
}

    .pagination li:last-child {
        margin-right: 0;
    }

    .pagination li a {
        font-size: 20px;
        font-weight: 700;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 48px;
        background-color: #ffffff;
        color: #0e2b3d;
        text-align: center;
        border: 2px solid #0e2b3d;
        border-radius: 3px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .pagination li a:hover,
        .pagination li a.current {
            color: #ffffff;
            border-color: #47a145;
            background-color: #47a145;
        }

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .pagination li a {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 33px;
    }
}

/*-------------------
    lists
-------------------*/
.contact-list li {
    font-size: 14px;
    margin-bottom: 5px;
}

    .contact-list li:last-child {
        margin-bottom: 0;
    }

    .contact-list li a {
        color: #9b9b9b;
    }



    

.list-items-layout2 li {
    padding-left: 33px;
    color: #0e2b3d;
}

   

.list-items-light li {
    color: #ffffff;
}

    .list-items-light li:before {
        color: #ffffff;
    }

.list-horizontal li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.borderd-box {
    padding: 27px;
    border-radius: 4px;
    border: 1px solid #e7ebef;
}

@media (max-width: 992px) {
    .list-items-layout2 {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

        .list-items-layout2 li {
            -ms-flex: 0 0 100% !important;
            -webkit-box-flex: 0 !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
    .list-items li {
        font-size: 14px;
    }

    .list-horizontal li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*------------------------
    Animations
-----------------------*/
/* Header Animation */
@-webkit-keyframes headerAnimation {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headerAnimation {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        opacity: 1;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        opacity: 1;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
 .to-access-item {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 3.871px 15.525px 68px 0 rgb(29 143 48 / 25%);
        padding: 40px 15px;
        text-align: center;
        margin: 0 auto 30px;
    }

        .to-access-item .to-access-thumb {
            margin: 0 auto 28px;
            width: 125px;
            height: 125px;
            align-items: center;
            justify-content: center;
            position: relative;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

            .to-access-item .to-access-thumb span {
                width: 100%;
                height: 100%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                border: 1px solid #c2c6f7;
                animation: rotate2 8s linear infinite;
                -webkit-animation: rotate2 8s linear infinite;
                -moz-animation: rotate2 8s linear infinite;
                animation-play-state: paused;
                -webkit-animation-play-state: paused;
                -moz-animation-play-state: paused;
            }

            .to-access-item .to-access-thumb span {
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                position: absolute;
                content: "";
            }

        .to-access-item.active .to-access-thumb span, .to-access-item:hover .to-access-thumb span {
            animation-play-state: running;
            -webkit-animation-play-state: running;
            -moz-animation-play-state: running;
        }

        .to-access-item span::after, .to-access-item .to-access-thumb span::before {
            position: absolute;
            content: '';
            width: 10px;
            height: 10px;
            background-size: contain;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: -moz-linear-gradient(0deg,#e2906e 0,#e83a99 100%);
            background: -webkit-linear-gradient( 0deg,#6ee292 0,#3ae878 100%);
            background: -ms-linear-gradient(0deg,#e2906e 0,#e83a99 100%);
            box-shadow: 1.21px 4.851px 6.72px 0.28px rgb(58 232 87 / 39%);
            left: 20px;
            bottom: 5px;
        }

        .to-access-item .to-access-thumb span::after {
            position: absolute;
            content: '';
            width: 13px;
            height: 13px;
            left: auto;
            bottom: auto;
            right: 17px;
            top: 5px;
        }
         .pricing-range .pricing-range-top .tags-area {
        text-align: center;
    }

        .pricing-range .pricing-range-top .tags-area .tags {
            display: inline-block;
            background: -webkit-linear-gradient( 0deg,#47a145 0,#33bc83fa 100%);
            box-shadow: 4.232px 12.292px 10.56px 0.44px rgb(121 107 232 / 50%);
            color: #fff;
            padding: 17px 60px;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            border-radius: 40px;
            margin-top: -40px;
            margin-bottom: 30px;
        }

    .pricing-range {
        background: #fbfdfb;
        box-shadow: 0 5px 23px rgb(4 175 49 / 31%);
        border-radius: 10px;
        margin-top: -257px;
        margin-bottom: 50px;
        background-image: -webkit-linear-gradient( 90deg,#d8d8fd 0,#fff 100%);
    }

        .pricing-range img {
            width: 75%;
        }

    @media (max-width: 767px) {
        .pricing-range .pricing-range-top .tags-area .tags {
            font-size: 21px;
            padding: 17px 19px;
        }

        .pricing-range {
            margin-top: -120px;
        }

            .pricing-range img {
                width: 100%;
            }

        .h400 {
            height: 220px;
        }

        .icon-box .content-box h5 {
            font-size: 18px
        }
    }

    .icon-box {
        /* border-bottom: 1px solid #ddd; */
        padding: 10px;
        box-shadow: 0 0 30px rgb(0 0 0 / 10%) !important;
        margin-bottom: 15px;
    }

        .icon-box .content-box {
            padding-left: 80px;
        }

        .icon-box p {
          
            font-size: 18px;
            
        }

        .icon-box .content-box h5 {
            margin-bottom: 0px;
            font-weight: bold;
        }

    .icon_tick {
        font-size: 32px;
        /* font-weight: 400; */
        color: #0039e4;
        position: absolute;
        left: 31px;
        width: 55px;
        text-align: center;
        padding: 10px;
        height: 55px;
        border-radius: 50%;
        box-shadow: 2.419px 9.703px 12.48px 0.52px rgb(219 218 255 / 50%);
    }
    .accordion-item {
    /* border: 2px solid #e7ebef; */
    background-color: #ffffff;
    border-radius: 3px;
    padding: 25px 30px;
    margin-bottom: 27px;
}
.accordion__header {
    background-color: #09aff4;
    padding: 4px 30px;
}


    .icon-box .content-box p:last-child {
        margin-bottom: 0;
    }
    
.accordion__title:after {
    top: 9px;
    font-size: 16px;
    color: #fff;
}
.cta {
    background-image: url(../assets/images/probuzzImages/bg_2.png);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cta .cta-inner:before

 {
    background: #286227;
}
.cta .cta-inner:before {
    opacity: 0.9;
}
.cta .cta-inner {
    padding: 31px 20px;
    width: 100%;
}
 .cta .cta-inner {
            padding: 31px 20px;
            width: 100%;
        }

            .cta .cta-inner:before {
                opacity: 0.9;
            }

            .cta .cta-inner:before {
                background: #286227;
            }

    .overlay::before {
        position: absolute;
        top: -13px;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        /* background: #000; */
        content: "";
        /* -webkit-transition: all 0.4s ease; */
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }


    .box_d {
        border: 1px solid #0a2d43;
        border-top: 15px solid #0a2d43;
        padding: 20px 10px;
        border-radius: 10px;
    }

    .box-h {
        height: 600px;
        overflow-y: auto
    }
.box-h2 {
    height: 250px;
    overflow-y: auto
}

    .grow-point1 i {
        font-size: 60px;
        color: #47a145;
    }


.serviceBox {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 30px 20px;
    border: 10px solid #ddd;
    border-top-color: #28a745;
    border-bottom-color: #28a745;
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: relative;
}

    .serviceBox:before {
        content: '';
        border: 3px dashed #ddd;
        border-radius: 20px;
        position: absolute;
        top: 8px;
        bottom: 8px;
        left: 8px;
        right: 8px;
    }

    .serviceBox .service-icon {
        color: #21BCB8;
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 15px;
    }

    .serviceBox .title {
        color: #333;
        font-size: 20px;
        font-weight: 600;
        /*text-transform: uppercase;*/
        margin: 0 0 7px;
    }

    .serviceBox .description {
        color: #000;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    .serviceBox.blue {
        border-top-color: #212529;
        border-bottom-color: #212529;
    }

        .serviceBox.blue .service-icon {
            color: #3D729B;
        }

    .serviceBox.red {
        border-top-color: #ED5543;
        border-bottom-color: #ED5543;
    }

        .serviceBox.red .service-icon {
            color: #ED5543;
        }

    .serviceBox.purple {
        border-top-color: #924963;
        border-bottom-color: #924963;
    }

        .serviceBox.purple .service-icon {
            color: #924963;
        }

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

.process-box {
    position: relative;
    text-align: center;
    padding: 40px 35px 40px;
    border-top: 5px solid #212529;
    border-radius: 15px 15px;

    transition: all 0.3s linear;
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    -webkit-box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    background: #fff;
    margin-top:10px;
}

.process-box h5{
    font-size:20px;
    margin-bottom:0;
    margin-top:30px
}

    .process-box img {
        background: #a0cbfa;
        border-radius: 50%;
        height: 99px;
    }


.stepwizard-step p {
    margin-top: 10px;
}

.process-row {
    display: table-row;
}

.process {
    display: table;
    width: 100%;
    position: relative;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.process-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    z-order: 0;
}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.testimonial {
    border: 10px solid #002c3f;
    padding: 40px 0 25px 0;
    margin: 50px;
    text-align: center;
    box-shadow: 0 0 30px rgb(59 169 110 / 68%) !important;
    position: relative;
}
.accordion-item .accordion__title:after {
    top: 9px;
    font-size: 16px;
    color: #fff;
}
.mb-0{
    margin-bottom: 0 !important;
}
  .accordion-item {
        /* border: 2px solid #e7ebef; */
        background-color: #ffffff;
        border-radius: 3px;
        padding: 25px 30px;
        margin-bottom: 27px;
    }

        .accordion-item .accordion__title {
            font-family: "Barlow", sans-serif;
            font-weight: 700;
            font-size: 18px;
            cursor: pointer;
            display: block;
            position: relative;
            padding-right: 25px;
            color: #0e2b3d;
        }

            .accordion-item .accordion__title:hover {
                color: #47a145;
            }

            .accordion-item .accordion__title:after {
                position: absolute;
                right: 0;
                top: 0;
                content: "\f067";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                background-color: transparent;
                color: #0e2b3d;
                font-size: 10px;
                text-align: center;
                width: 20px;
                height: 20px;
                line-height: 20px;
                border-radius: 3px;
            }

        .accordion-item.opened {
            border-color: #47a145;
        }

            .accordion-item.opened .accordion__header:not(.collapsed) .accordion__title {
                color: #47a145;
            }

                .accordion-item.opened .accordion__header:not(.collapsed) .accordion__title:after {
                    background-color: #47a145;
                    color: #ffffff;
                    content: "\f068";
                }
                .accordion-item .accordion__body {
    padding-top: 20px;
}
 .list-items li {
            /*box-shadow: 0 5px 23px rgb(40 40 40 / 8%);*/
            padding: 3px 35px;
            font-weight: 400
        }

        .list-items-layout2 li:before {
            left: 4px;
            background-color: #0a2d43;
        }

        .onlymobile .number {
            display: none;
        }
        .list-items li {
    
    padding: 3px 35px;
    font-weight: 400;
}
.list-items-layout2 li:before {
    left: 4px;
    background-color: #0a2d43;
}
@media (min-width: 576px) {
   
}
        @media only screen and (max-width: 768px) {
            .onlymobile .number {
                display: block;
                color: #fff;
                font-size: 20px;
                font-weight: bold;
                position: absolute;
                padding-left: 30px;
            }
        }

        .accordion-item .accordion__body {
            padding-top: 20px;
        }

            .accordion-item .accordion__body p {
                margin-bottom: 0;
            }

    /* Mobile Phones and tablets */
    @media (min-width: 320px) and (max-width: 767px) {
        .accordion-item {
            padding: 10px 15px;
        }

            .accordion-item .accordion__title {
                font-size: 14px;
            }

            .accordion-item .accordion-item .accordion__body p {
                font-size: 13px;
            }
    }
.accordion-item {
    padding: 0;
}
.accordion__header {
    
    padding: 4px 30px;
}
.accordion-item .accordion__title {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-right: 25px;
    color: #0e2b3d;
}
.accordion-item .accordion__title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: transparent;
    color: #0e2b3d;
   
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
}
.dark-theme  .second-li li{
    color: black!important;
}
.testimonial .title {
        padding: 7px 0;
        margin: 0 -30px 20px;
        border: 7px solid #fff;
        background: #47a145fc;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: relative;
    }

        .testimonial .title:before {
            content: "";
            border-top: 15px solid #662a66;
            border-left: 15px solid transparent;
            border-bottom: 15px solid transparent;
            position: absolute;
            bottom: -37px;
            left: 0;
        }

        .testimonial .title:after {
            content: "";
            border-top: 15px solid #662a66;
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
            position: absolute;
            bottom: -37px;
            right: 0;
        }

    .testimonial .post {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize;
    }

    .testimonial .description {
        padding: 0 20px;
        margin: 0;
        font-size: 15px;
        color: #6f6f6f;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .owl-theme .owl-controls {
    margin-top: 0;
}

    .owl-theme .owl-controls .owl-buttons div {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 35px;
        background: #f1971f;
        color: #fff;
        border-radius: 0;
        margin-right: 5px;
        opacity: 1;
    }

.owl-prev:before,
.owl-next:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}

.owl-next:before {
    content: "\f061";
}

@media only screen and (max-width: 990px) {
    .testimonial {
        margin: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .testimonial {
        margin:30px 10px;
    }
        .testimonial .description {
            padding:0 5px
        }
}

    .cta .text-content {
        z-index: 3;
        position: relative;
    }

    .cta {
        background-image: url('../images/mlm/bg_2.png');
        /*background-image: url(https://cns-e.com/wp-content/uploads/2018/11/main-banner-2-1030x290.jpg);*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .cta .cta-inner {
            padding: 31px 20px;
            width: 100%;
        }

            .cta .cta-inner:before {
                opacity: 0.9;
            }

            .cta .cta-inner:before {
                background: #286227;
            }

    .overlay::before {
        position: absolute;
        top: -13px;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        /* background: #000; */
        content: "";
        /* -webkit-transition: all 0.4s ease; */
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }


    .box_d {
        border: 1px solid #0a2d43;
        border-top: 15px solid #0a2d43;
        padding: 20px 10px;
        border-radius: 10px;
    }

    .box-h {
        height: 600px;
        overflow-y: auto
    }
.box-h2 {
    height: 250px;
    overflow-y: auto
}

    .grow-point1 i {
        font-size: 60px;
        color: #47a145;
    }


.serviceBox {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 30px 20px;
    border: 10px solid #ddd;
    border-top-color: #28a745;
    border-bottom-color: #28a745;
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: relative;
}
.testimonial:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 70px;
    font-weight: 900;
    color: #ff4c3b;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.grow-point1 i {
    font-size: 60px;
    color: #47a145;
}
    .process-step p {
        margin-top: 10px;
        font-size:22px
    }
    

.btn-circle {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}


.process-step .bg_btn {
    color: #fff;
    font-size: 40px;
    background: #28a745;
    border: 1px solid #28a745;
    border-radius: 50%;
}
.process-step .bg_btn:hover {
color:#fff !important
}

@media only screen and (max-width: 600px) {

    .process-step .bg_btn {
        min-width: 65px;
        line-height: 43px;
        height: 65px;
        width: 65px;
    }


    .process-step p {
        font-size: 15px;
    }

    .process-row:before {
        width: 93%;
        top: 37px;
    }

    }


    

.overlay::before

 {
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    /* background: #000; */
    content: "";
    /* -webkit-transition: all 0.4s ease; */
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


    .h400 {
        height: 400px;
    }

    .acc_subtitle {
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px dashed;
        padding-left: 20px;
    }
    .cta .cta-inner:before {
                background: #286227;
            }

    .overlay::before {
        position: absolute;
        top: -13px;
        left: 0;
        width: 50%;
        height: 100%;
        opacity: 0.5;
        /* background: #000; */
        content: "";
        /* -webkit-transition: all 0.4s ease; */
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .custom_dropdown {
        max-width: 400px !important;
        left: -383px !important;
    }
    

    @media only screen and (max-width: 600px) {
        .custom_dropdown {
            max-width: 400px !important;
            left: -160px !important;
            top: 60px;
        }
    }
    


        .total_exp {
    padding: 30px 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1) !important;
    background-image: url(../assets/images/probuzzImages/exp-bg.png);
    background-size: cover;
    background-color: #112958;
    text-align: center;
}
@media(max-width:576px){
    .cards-estate{
        width: 100%;
    }
    .col-sm-6{
        padding: 1.5rem;
    }
    .hero-img
 {
    margin-top: 2rem;
    width: 206px;
   
}
}
.real-estate-cards{
    height: 200px;
    width: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
}

        .to-access-item .to-access-thumb .thumb {
            width: 105px;
            height: 105px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            box-shadow: 2.419px 9.703px 12.48px 0.52px rgb(219 218 255 / 50%);
            position: absolute;
            background: #fff;
            left: 10px;
            top: 9px;
        }

    @keyframes rotate2 {
        0% {
            -webkit-transform: translate(-50%,-50%) rotate(0);
            -ms-transform: translate(-50%,-50%) rotate(0);
            transform: translate(-50%,-50%) rotate(0)
        }

        100% {
            -webkit-transform: translate(-50%,-50%) rotate(1440deg);
            -ms-transform: translate(-50%,-50%) rotate(1440deg);
            transform: translate(-50%,-50%) rotate(1440deg)
        }
    }
    


@keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
.page-title {
    position: relative;
    overflow: hidden; /* Ensures child elements don't overflow the section */
}

.page-title .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Push it behind the text and form */
}

.page-title .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the background nicely */
    opacity: 0.4; /* Optional: adjust transparency for readability */
}

.page-title .container,
.page-title .row,
.page-title .col-xl-6,
.page-title .col-xl-4 {
    position: relative;
    z-index: 1; /* Keep your content above the background */
}


@-webkit-keyframes headerAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headerAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*----------------------
    Pre Loader
-----------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #ffffff;
}

    .preloader .sk-cube-grid {
        width: 40px;
        height: 40px;
        display: block;
        margin: 100px auto;
    }

        .preloader .sk-cube-grid .sk-cube {
            width: 33%;
            height: 33%;
            float: left;
            background-color: #47a145;
            -webkit-animation: cubeAnimation 1.3s infinite ease-in-out;
            animation: cubeAnimation 1.3s infinite ease-in-out;
        }

            .preloader .sk-cube-grid .sk-cube:nth-of-type(1) {
                -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s;
            }

            .preloader .sk-cube-grid .sk-cube:nth-of-type(2) {
                -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s;
            }

            .preloader .sk-cube-grid .sk-cube:nth-of-type(3) {
                -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s;
            }

            .preloader .sk-cube-grid .sk-cube:nth-of-type(4) {
                -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s;
            }

            .preloader .sk-cube-grid .sk-cube:nth-of-type(5) {
                -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s;
            }

            .preloader .sk-cube-grid .sk-cube:nth-of-type(6) {
                -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s;
            }

            .preloader .sk-cube-grid .sk-cube:nth-of-type(7) {
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
            }

            .preloader .sk-cube-grid .sk-cube:nth-of-type(8) {
                -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s;
            }

            .preloader .sk-cube-grid .sk-cube:nth-of-type(9) {
                -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s;
            }

@-webkit-keyframes cubeAnimation {

    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes cubeAnimation {

    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*----------------------------
     Header & Navbar 
-----------------------------*/
.header {
    position: relative;
    z-index: 1010;
}
@media (max-width: 1199px) {
    .header-basic .menu-wrapper.show .links-list {
        left: 0 !important;
        top: 4% !important;
        height: calc(100% - 90px) !important;
    }
}

.topbar {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}

    .topbar .topbar__text {
        font-size: 14px;
    }

    .topbar .topbar__contact li {
        font-size: 13px;
        margin-right: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .topbar .topbar__contact li:last-child {
            margin-right: 0;
        }

        .topbar .topbar__contact li a {
            color: #8097a1;
        }

        .topbar .topbar__contact li i {
            font-size: 16px;
            margin-right: 8px;
        }

    .topbar .social-icons a {
        color: #0e2b3d;
    }

        .topbar .social-icons a:hover {
            color: #47a145;
        }

    .topbar .dropdown-menu {
        min-width: 9rem;
    }

    .topbar .dropdown-item {
        padding: .25rem 1rem;
    }

        .topbar .dropdown-item span {
            margin-left: 8px;
        }

.topbar-dark {
    background-color: #0e2b3d;
}

    .topbar-dark .social-icons a,
    .topbar-dark .dropdown-toggle,
    .topbar-dark .topbar__contact li i {
        color: #ffffff;
    }

/* Navbar */
.navbar {
    padding: 0;
    height: 100px;
    max-height: 100px;
    background-color: #ffffff;
    border-bottom: 1px solid #ededed;
    /*  dropdown-menu  */
}

    .navbar > .container,
    .navbar > .container-fluid {
        position: relative;
        height: 100px;
    }

    .navbar .navbar-brand {
        padding: 0;
        margin: 0;
        line-height: 100px;
    }

    .navbar .logo-light {
        display: none;
    }

    .navbar .navbar-toggler {
        padding: 0;
        border: none;
        border-radius: 0;
        width: 23px;
        position: relative;
    }

        .navbar .navbar-toggler .menu-lines {
            display: inline-block;
        }

            .navbar .navbar-toggler .menu-lines:before,
            .navbar .navbar-toggler .menu-lines:after {
                content: '';
                position: absolute;
                top: 5px;
                left: 0;
                width: 23px;
                height: 2px;
                display: inline-block;
                background-color: #0e2b3d;
                -webkit-transition: 0.3s ease;
                transition: 0.3s ease;
            }

            .navbar .navbar-toggler .menu-lines:after {
                top: 10px;
            }

            .navbar .navbar-toggler .menu-lines span {
                position: absolute;
                top: 0;
                left: 0;
                width: 23px;
                height: 2px;
                background-color: #0e2b3d;
            }

        .navbar .navbar-toggler.actived .menu-lines > span {
            opacity: 0;
        }

        .navbar .navbar-toggler.actived .menu-lines:before {
            top: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .navbar .navbar-toggler.actived .menu-lines:after {
            top: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .navbar .nav__item {
        position: relative;
        margin-right: 30px;
    }

        .navbar .nav__item:last-child {
            margin-right: 0;
        }

        .navbar .nav__item .nav__item-link {
            font-size: 15px;
            font-weight: 700;
            text-transform: capitalize;
            display: block;
            position: relative;
            color: #0e2b3d;
            line-height: 100px;
            letter-spacing: .3px;
        }

            .navbar .nav__item .nav__item-link:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                width: 0;
                height: 2px;
                margin: auto;
                display: block;
                background-color: #47a145;
                -webkit-transition: 0.5s ease;
                transition: 0.5s ease;
            }

            .navbar .nav__item .nav__item-link.active:before,
            .navbar .nav__item .nav__item-link:hover:before {
                width: 100%;
            }

            .navbar .nav__item .nav__item-link:hover {
                color: #47a145;
            }

        .navbar .nav__item.has-dropdown > .nav__item-link {
            padding-right: 15px;
        }

    .navbar .dropdown-toggle:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        border: none;
        vertical-align: middle;
        margin-left: 0;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .navbar .dropdown-menu {
        border-radius: 0;
        border: none;
        margin: 0;
        background-color: #ffffff;
    }
.list-style {
    list-style-type: square;
    padding-inline-start: 65px;
}
@media only screen and (max-width: 600px) {
    .list-style {
        list-style-type: square;
        padding-inline-start: 50px;
    }
}

    .color-blue-dark {
        color: #0e2b3d !important;
    }

    .navbar .dropdown-menu .nav__item {
        padding: 0 40px;
        margin-right: 0;
    }

        .navbar .dropdown-menu .nav__item .nav__item-link {
            color: #9b9b9b;
            text-transform: capitalize;
            font-size: 14px;
            font-weight: 400;
            line-height: 36px !important;
            white-space: nowrap;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .navbar .dropdown-menu .nav__item .nav__item-link:after {
                content: "\e904";
                font-family: icomoon;
                position: absolute;
                top: 50%;
                left: 0;
                font-size: 8px;
                opacity: 0;
                color: #47a145;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .navbar .dropdown-menu .nav__item .nav__item-link:hover {
                padding-left: 15px;
                color: #47a145;
            }

                .navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
                    opacity: 1;
                }

    .navbar .dropdown-menu .dropdown-toggle:after {
        right: 0;
    }

    /* navbar-actions */
    .navbar-actions > li {
        margin-left: 20px;
    }

        .navbar-actions > li:last-child {
            margin-right: 0;
        }

    .action__btn-contact {
        font-size: 14px;
        min-width: 106px;
        height: 39px;
        line-height: 39px;
        border-radius: 2px;
        letter-spacing: 0;
    }

    .action__btn {
        color: #0e2b3d;
    }

    .action__btn-login span {
        font-size: 14px;
        font-weight: 700;
        padding-left: 6px;
    }

    /* navbar-transparent */
    .header-transparent .navbar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        background-color: transparent;
    }

        .header-transparent .navbar .navbar-toggler .menu-lines:before,
        .header-transparent .navbar .navbar-toggler .menu-lines:after,
        .header-transparent .navbar .navbar-toggler .menu-lines span {
            background-color: #ffffff;
        }

        .header-transparent .navbar .nav__item .nav__item-link:before {
            background-color: #ffffff;
        }

    .header-transparent .action__btn-contact {
        background-color: #ffffff;
    }

        .header-transparent .action__btn-contact:hover {
            color: #ffffff;
        }

        .header-transparent .action__btn-contact:before {
            background-color: #0e2b3d !important;
        }

    .header-transparent .logo-dark {
        display: none;
    }

    .header-transparent .logo-light {
        display: inline-block;
    }

    .header-transparent .is-sticky .nav__item .nav__item-link:before {
        background-color: #0e2b3d;
    }

    .header-transparent .is-sticky .action__btn,
    .header-transparent .is-sticky .nav__item > .nav__item-link {
        color: #0e2b3d;
    }

    .header-transparent .is-sticky .dropdown-menu .nav__item .nav__item-link {
        color: #9b9b9b;
    }

    .header-light .navbar {
        border-bottom: 0;
        -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
        box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
    }

        .header-light .navbar .nav__item .nav__item-link.active {
            color: #47a145;
        }

    .header-light-has-topbar .navbar:not(.is-sticky) {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header-light .action__btn-contact {
        background-color: #47a145;
        border-color: #47a145;
        color: #ffffff !important;
    }

    .secondary-nav {
        top: 80px;
        z-index: 1000;
        border-bottom: 1px solid #e7ebef;
    }

        .secondary-nav .nav__link:after {
            top: 0;
            bottom: auto;
        }

    .secondary-nav-sticky,
    .secondary-nav-layout2 {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background-color: #0e2b3d;
        border-bottom-color: #0e2b3d;
    }

        .secondary-nav-sticky .nav-tabs .nav__link,
        .secondary-nav-layout2 .nav-tabs .nav__link {
            color: #8097a1;
        }

            .secondary-nav-sticky .nav-tabs .nav__link.active,
            .secondary-nav-sticky .nav-tabs .nav__link:hover,
            .secondary-nav-layout2 .nav-tabs .nav__link.active,
            .secondary-nav-layout2 .nav-tabs .nav__link:hover {
                color: #ffffff;
            }

    /* is-sticky */
    .is-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    height: 147px;
    max-height: 123px;
    border-bottom: 0 !important;
    background-color: #09aff4 !important;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    -webkit-animation: headerAnimation .7s;
    animation: headerAnimation .7s;
}

        .is-sticky > .container,
        .is-sticky > .container-fluid {
            height: 80px;
        }

        .is-sticky .navbar-brand {
            line-height: 80px;
        }

        .is-sticky .nav__item .nav__item-link {
            line-height: 80px;
            color: #0e2b3d;
        }

        .is-sticky .logo-light {
            display: none;
        }

        .is-sticky .logo-dark {
            display: inline-block;
        }

        .is-sticky .action__btn {
            color: #0e2b3d;
        }

        .is-sticky .action__btn-contact {
            background-color: #47a145;
            border-color: #47a145;
            color: #ffffff !important;
        }

            .is-sticky .action__btn-contact:before {
                background-color: #0e2b3d !important;
            }

    /* search-popup */
    .search-popup {
        position: fixed;
        z-index: 2300;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        background-color: #ffffff;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .search-popup.active {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

            .search-popup.active .search-popup__form {
                -webkit-transform: translateY(-50%) scaleX(1);
                transform: translateY(-50%) scaleX(1);
            }
.announcement-bar {
  width: 100%;
  background-color: #060922;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 0.4rem 0;
}

.announcement-bar .scroll-container {
  position: relative;
  height: 2rem; 
  overflow: hidden;
 
}

.announcement-bar .scroll-container .scroll-text {
  position: absolute;
  white-space: nowrap;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(-200%, -50%);
  }
}
        .search-popup.inActive {
            opacity: 0;
            -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

            .search-popup.inActive .search-popup__form {
                -webkit-transition-delay: 0s;
                transition-delay: 0s;
                -webkit-transform: translateY(-50%) scaleX(0);
                transform: translateY(-50%) scaleX(0);
            }

        .search-popup .search-popup__close {
            position: absolute;
            top: 50px;
            right: 50px;
            cursor: pointer;
            font-style: normal;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-radius: 3px;
            color: #ffffff;
            background-color: #47a145;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .search-popup .search-popup__close:hover {
                background-color: #0e2b3d;
            }

        .search-popup .search-popup__form {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            width: 100%;
            max-width: 550px;
            margin: -40px auto 0;
            -webkit-transform: translateY(-50%) scaleX(0);
            transform: translateY(-50%) scaleX(0);
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
        }

        .search-popup .search-popup__btn {
            position: absolute;
            top: 0;
            left: 0;
            line-height: 80px;
            text-align: center;
            font-size: 28px;
            cursor: pointer;
            color: #0e2b3d;
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
        }

            .search-popup .search-popup__btn:hover {
                color: #47a145;
            }

        .search-popup .search-popup__form__input {
            font-family: "Barlow", sans-serif;
            font-weight: 300;
            font-size: 35px;
            z-index: 1;
            width: 100%;
            height: 80px;
            border: none;
            padding: 0 0 0 40px;
            color: #9b9b9b;
            background: transparent;
            border-bottom: 2px solid #e7ebef;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    /* login-popup */
    .login-popup {
        position: fixed;
        z-index: 2300;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(3, 13, 19, 0.8);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .login-popup .login-popup-wrapper {
            opacity: 0;
            width: 90%;
            max-width: 370px;
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
        }

        .login-popup .login-popup__form {
            position: relative;
            padding: 50px;
            border-radius: 5px;
            background-color: #ffffff;
        }

            .login-popup .login-popup__form .form-control {
                padding-left: 40px;
            }

            .login-popup .login-popup__form .input-icon {
                position: absolute;
                top: 50%;
                left: 15px;
                color: #0e2b3d;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .login-popup .login-popup__form .custom-control-label {
                color: #0e2b3d;
            }

            .login-popup .login-popup__form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
                background-color: #0e2b3d;
            }

        .login-popup .login-popup__title {
            font-size: 26px;
            margin-bottom: 15px;
        }

        .login-popup .go-login,
        .login-popup .go-register {
            color: #47a145;
            margin-left: 10px;
        }

            .login-popup .go-login i,
            .login-popup .go-register i {
                display: inline-block;
                width: 25px;
                height: 25px;
                line-height: 25px;
                text-align: center;
                border-radius: 50%;
                font-size: 10px;
                margin-left: 6px;
                -webkit-transition: .3s linear;
                transition: .3s linear;
                color: #ffffff;
                border: 1px solid #47a145;
                background-color: #47a145;
            }

            .login-popup .go-login:hover i,
            .login-popup .go-register:hover i {
                color: #47a145;
                background-color: #ffffff;
            }

        .login-popup.active {
            opacity: 1;
            visibility: visible;
        }

            .login-popup.active .login-popup-wrapper {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

        .login-popup.inActive {
            opacity: 0;
            -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
        }

            .login-popup.inActive .login-popup-wrapper {
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
                -webkit-transition-delay: 0s;
                transition-delay: 0s;
            }

    /* Mobile and Tablets */
    @media screen and (max-width: 991px) {
        .navbar .navbar-toggler {
            position: absolute;
            right: 15px;
            height: 13px;
        }

        .navbar .collapse:not(.show) {
            display: block;
        }

        .navbar .navbar-nav {
            margin: 0 !important;
        }

        .navbar .nav__item {
            margin-right: 0;
        }

            .navbar .nav__item .nav__item-link {
                color: #222222;
                line-height: 35px !important;
                padding-left: 15px;
            }

                .navbar .nav__item .nav__item-link:hover {
                    color: #47a145;
                }

                .navbar .nav__item .nav__item-link:before {
                    display: none;
                }

        .navbar .navbar-collapse {
            background-color: white;
            -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
            box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
            z-index: 50;
            padding: 15px 0;
            position: absolute;
            left: 0;
            width: 100%;
            top: 100%;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }

            .navbar .navbar-collapse .navbar-actions {
                padding: 0 15px;
            }

        .navbar .menu-opened.navbar-collapse {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .navbar .nav__item.opened > .dropdown-toggle:after,
        .navbar .nav__item.show > .dropdown-toggle:after {
            content: "\f106";
        }

        .navbar .dropdown-toggle:after {
            top: 0;
            left: auto;
            /*right: 20px;*/
            right: 5px;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .navbar .dropdown-menu {
            background-color: white;
        }

            .navbar .dropdown-menu .nav__item {
                padding: 0 15px 0 16px;
            }

                .navbar .dropdown-menu .nav__item .nav__item-link {
                    padding-left: 0;
                }

        .navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
            padding-left: 10px;
        }

        .navbar .dropdown-submenu .dropdown-menu .nav__item {
            padding: 0 0 0 15px;
        }

        .navbar .navbar-nav .dropdown-menu.show {
            padding: 0;
        }

        .navbar .mega-dropdown-menu .container {
            max-width: none;
        }

        .navbar .mega-dropdown-menu > .nav__item {
            padding: 0 10px;
        }

        .navbar .mega-dropdown-menu .nav__item {
            padding: 0;
        }

        .is-sticky {
            position:fixed;
            -webkit-animation: none;
            animation: none;
        }

        .navbar-actions {
            position: absolute;
            top: 50%;
            right: 50px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .header-transparent + .page-title {
            margin-top: 0;
        }

        .header .navbar,
        .header-transparent .navbar {
            background-color: #ffffff;
        }

        .header .logo-dark,
        .header-transparent .logo-dark {
            display: inline-block;
        }

        .header .logo-light,
        .header-transparent .logo-light {
            display: none;
        }

        .header .action__btn,
        .header-transparent .action__btn {
            color: #0e2b3d;
        }

        .header .navbar .navbar-toggler .menu-lines:before,
        .header .navbar .navbar-toggler .menu-lines:after,
        .header .navbar .navbar-toggler .menu-lines span,
        .header-transparent .navbar .navbar-toggler .menu-lines:before,
        .header-transparent .navbar .navbar-toggler .menu-lines:after,
        .header-transparent .navbar .navbar-toggler .menu-lines span {
            background-color: #0e2b3d;
        }

        .header .navbar-expand-lg > .container,
        .header .navbar-expand-lg > .container-fluid,
        .header-transparent .navbar-expand-lg > .container,
        .header-transparent .navbar-expand-lg > .container-fluid {
            width: 100%;
            max-width: none;
        }

        .header .navbar,
        .header .navbar > .container,
        .header .navbar > .container-fluid,
        .header-transparent .navbar,
        .header-transparent .navbar > .container,
        .header-transparent .navbar > .container-fluid {
            height: 80px;
        }

        .header .navbar-brand,
        .header-transparent .navbar-brand {
            margin-left: 15px;
            line-height: 80px;
        }

        .header__topbar > .container {
            max-width: none;
        }

        .secondary-nav {
            position: static;
        }
    }

    /* Medium and large Screens */
    @media only screen and (min-width: 992px) {
        .navbar .dropdown-menu {
            width: auto;
            min-width: 235px;
            padding: 25px 0 23px;
            border-radius: 0 0 5px 5px;
            /*-webkit-box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);*/
            /*box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);*/
            box-shadow: 2px 4px 7px 0px rgb(40 40 40 / 41%);
        }

            .navbar .dropdown-menu .nav__item .nav__item-link:before {
                display: none;
            }

            .navbar .dropdown-menu.wide-dropdown-menu {
                padding: 0;
                min-width: 500px;
                overflow: hidden;
            }

                .navbar .dropdown-menu.wide-dropdown-menu > .nav__item {
                    padding: 0;
                }

                .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-title {
                    color: #0e2b3d !important;
                    font-family: "Barlow", sans-serif;
                    font-weight: 700;
                    font-size: 17px;
                    line-height: 1;
                    margin: 0 0 13px 40px;
                }

                .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
                    /*padding: 40px 0 27px;*/
                    padding: 20px 0 20px;
                }

                    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child {
                        position: relative;
                    }

                        .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child:after {
                            content: '';
                            position: absolute;
                            right: 0;
                            top: 40px;
                            width: 1px;
                            height: calc(100% - 80px);
                            background-color: #e9e9e9;
                        }

            .navbar .dropdown-menu.mega-dropdown-menu {
                padding: 30px;
            }

        .navbar .nav__item.has-dropdown > .dropdown-menu,
        .navbar .nav__item.dropdown-submenu > .mega-menu,
        .navbar .nav__item.has-dropdown > .mega-menu,
        .navbar .nav__item.has-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu {
            display: block;
            position: absolute;
            left: 0;
            right: auto;
            z-index: 1050;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateY(15px) scale(0.95);
            transform: translateY(15px) scale(0.95);
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .navbar .nav__item.has-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu,
            .navbar .nav__item.dropdown-submenu > .dropdown-menu > .nav__item.has-dropdown > .dropdown-menu {
                top: 0;
                left: 100%;
            }

            .navbar .nav__item.has-dropdown:hover > .dropdown-menu,
            .navbar .nav__item.dropdown-submenu:hover > .mega-menu,
            .navbar .nav__item.has-dropdown:hover > .mega-menu,
            .navbar .nav__item.has-dropdown > .dropdown-menu > .nav__item.dropdown-submenu:hover > .dropdown-menu {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scaleY(1) scale(1);
                transform: scaleY(1) scale(1);
            }

        .navbar .nav__item.has-dropdown.mega-dropdown {
            position: static;
        }

        .navbar .nav__item.has-dropdown .mega-dropdown-menu {
            width: 100%;
        }

        .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
            padding: 0;
        }

            .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
                overflow: hidden;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

                .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
                    font-family: "FontAwesome";
                    content: "\f111";
                    position: absolute;
                    top: auto;
                    left: -7px;
                    font-size: 7px;
                    -webkit-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                    opacity: 0;
                    color: #47a145;
                }

                .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
                    padding-left: 15px;
                }

                    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
                        opacity: 1;
                        left: 4px;
                    }

        .header-transparent .action__btn,
        .header-transparent .nav__item .nav__item-link {
            color: #ffffff;
        }
    }

    @media (min-width: 320px) and (max-width: 767px) {
        .search-popup .search-popup__form {
            max-width: 90%;
        }

        .search-popup .search-popup__form__input {
            height: 60px;
            font-size: 20px;
            font-weight: 400;
        }

        .search-popup .search-popup__btn {
            height: 60px;
        }

        .search-popup .search-popup__close {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
    }

  

    /*-------------------------
    Footer
--------------------------*/
    .footer {
        background-color: #0a2d43;
    }

        .footer .footer-primary {
            padding-top: 130px;
            padding-bottom: 40px;
        }

        .footer .footer-widget {
            margin-bottom: 30px;
        }

        .footer .footer-widget__title {
            color: #ffffff;
            font-size: 17px;
            text-transform: capitalize;
            margin-bottom: 35px;
        }

        .footer .contact-list li {
            line-height: 26px;
            color: rgba(255, 255, 255, 0.67);
            margin-bottom: 0;
        }

            .footer .contact-list li a {
                color: rgba(255, 255, 255, 0.67);
            }

        .footer .footer-form {
            position: relative;
        }

            .footer .footer-form .form-control {
                border-color: transparent;
                background-color: #00243b;
                color: #8097a1;
                font-size: 14px;
                border-radius: 4px;
            }

                .footer .footer-form .form-control:focus {
                    border-color: #8097a1;
                }

                .footer .footer-form .form-control::-webkit-input-placeholder {
                    color: #8097a1;
                }

                .footer .footer-form .form-control:-moz-placeholder {
                    color: #8097a1;
                }

                .footer .footer-form .form-control::-moz-placeholder {
                    color: #8097a1;
                }

                .footer .footer-form .form-control:-ms-input-placeholder {
                    color: #8097a1;
                }

            .footer .footer-form .footer-form__submit {
                position: absolute;
                top: 50%;
                right: 17px;
                width: 25px;
                height: 25px;
                line-height: 25px;
                border-radius: 50%;
                border-radius: 50%;
                color: #0e2b3d;
                background-color: #ffffff;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

                .footer .footer-form .footer-form__submit:hover {
                    color: #ffffff;
                    background-color: #47a145;
                }

        .footer .custom-control-label:before,
        .footer .custom-control-input:checked ~ .custom-control-label::before {
            background-color: transparent;
            border-color: rgba(230, 233, 235, 0.1) !important;
        }

        .footer .footer-widget-nav li a {
            display: block;
            position: relative;
            color: #f9f9f9;
            font-size: 14px;
            margin-bottom: 11px;
        }

            .footer .footer-widget-nav li a:hover {
                color: #47a145;
            }

        .footer .social-icons li {
            margin-right: 25px;
        }

            .footer .social-icons li a {
                font-size: 18px;
                color: #ffffff;
            }

                .footer .social-icons li a:hover {
                    color: #47a145;
                }

        .footer .btn__download {
            min-width: 125px;
            letter-spacing: 0;
            height: 40px;
            line-height: 40px;
            border-radius: 0;
        }

            .footer .btn__download i {
                margin-right: 10px;
            }

            .footer .btn__download:before {
                background-color: #47a145 !important;
            }

        .footer .footer-secondary {
            padding-top: 35px;
            padding-bottom: 35px;
            border-top: 2px solid rgba(230, 233, 235, 0.1);
        }

            .footer .footer-secondary .footer__copyrights {
                color: #f9f9f9;
            }

    .footer-light {
        background-color: #ffffff;
    }

        .footer-light #scrollTopBtn,
        .footer-light .social-icons li a,
        .footer-light .footer-widget__title,
        .footer-light .footer-secondary .footer__copyrights {
            color: #0e2b3d;
        }

        .footer-light .footer-widget-nav li a {
            color: #9b9b9b;
        }

        .footer-light .custom-control-label:before,
        .footer-light .custom-control-input:checked ~ .custom-control-label::before {
            border-color: #e7ebef !important;
        }

        .footer-light .footer-form .form-control {
            color: #8097a1;
            background-color: #e6e9eb;
        }

            .footer-light .footer-form .form-control:focus {
                border-color: #8097a1;
            }

        .footer-light .footer-form .footer-form__submit {
            color: #ffffff;
            background-color: #0e2b3d;
        }

        .footer-light .footer-secondary {
            border-color: #e5e8ea;
        }

        .footer-light .btn__download {
            border: 1px solid #e5e8ea;
        }

            .footer-light .btn__download:hover {
                border-color: #47a145;
            }

  


.form-layout {
    background-color: #0000009c;
    backdrop-filter: blur(2px);
    padding: 10px;
    border: 3px solid #787878;
    
    border-radius: 20px 20px 0 20px;
    color: #fff;
}

        .form-layout h2 {
            font-size: 28px;
            color: #fff;
            font-weight: 400;
            margin-bottom: 6px;
        }

    .form-layout .form-control {
        height: 40px;
        border: 1px solid #747474;
        background-color: #ffffff00;
        box-shadow: 0 5px 15px rgb(71 161 69 / 36%);
        padding: 0 20px;
        border-radius: 20px 0px 20px 20px;
        color: #51668a;
    }
    .light-theme .heading_title{
    color: black;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

img {
    max-width: 100%;
}
 .slick-list {
        margin: 0 -10px;
    }
    

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
.slick-list {
    margin: 0 -10px;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


    .slick-slide {
        margin: 0 10px;
    }

    .m-slides-0 .slick-list {
        margin: 0;
    }
     .clients .client {
        position: relative;
        overflow: hidden;
    }

        .clients .client img {
            padding: 10px;
            -webkit-transition: transform 0.5s ease;
            -webkit-transition: -webkit-transform 0.5s ease;
            transition: -webkit-transform 0.5s ease;
            transition: transform 0.5s ease;
            transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        }

            .clients .client img:first-of-type {
                opacity: 0.6;
            }

            .clients .client img:last-of-type {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -150%);
                transform: translate(-50%, -150%);
            }

        .clients .client:hover img:first-of-type {
            -webkit-transform: translateY(150%);
            transform: translateY(150%);
        }

        .clients .client:hover img:last-of-type {
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    /*--------------------
     Blog
-------------------*/
    .post-item {
        position: relative;
        margin-bottom: 50px;
    }

        .post-item .post__img {
            position: relative;
            overflow: hidden;
            border-radius: 3px;
        }

            .post-item .post__img img {
                -webkit-transition: all 0.9s ease;
                transition: all 0.9s ease;
            }

        .post-item:hover .post__img img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .post-item .post__content {
            padding: 30px 0 0 30px;
        }

        .post-item .post__meta-date {
            font-size: 14px;
            color: #0e2b3d;
            display: block;
            margin-bottom: 10px;
        }

        .post-item .post__meta-cat {
            position: absolute;
            top: 30px;
            left: 30px;
            border-radius: 3px;
            padding: 0 8px;
            background-color: #47a145;
        }

            .post-item .post__meta-cat a {
                position: relative;
                color: #ffffff;
                padding-right: 7px;
                font-size: 13px;
            }

                .post-item .post__meta-cat a:hover {
                    color: #0e2b3d;
                }

                .post-item .post__meta-cat a:after {
                    content: ",";
                    position: absolute;
                    top: -1px;
                    right: 2px;
                    color: #ffffff;
                }

                .post-item .post__meta-cat a:last-child {
                    padding-right: 0;
                }

                    .post-item .post__meta-cat a:last-child:after {
                        display: none;
                    }

        .post-item .post__title {
            font-size: 21px;
            margin-bottom: 23px;
        }

            .post-item .post__title a {
                color: #0e2b3d;
            }

                .post-item .post__title a:hover {
                    color: #47a145;
                }

        .post-item .post__desc {
            font-size: 14px;
            margin-bottom: 30px;
        }

        .post-item .btn__link {
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .post-item .btn__link span {
                position: relative;
                padding-bottom: 3px;
                display: inline-block;
                margin-right: 3px;
            }

                .post-item .btn__link span:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    height: 2px;
                    width: 100%;
                    background-color: #47a145;
                    -webkit-transition: all 0.3s linear;
                    transition: all 0.3s linear;
                }

            .post-item .btn__link i {
                width: 20px;
                height: 20px;
                line-height: 20px;
                border-radius: 50%;
                text-align: center;
                display: inline-block;
                color: #ffffff;
                background-color: #47a145;
                opacity: 0;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .post-item .btn__link:hover span:after {
                opacity: 0;
            }

            .post-item .btn__link:hover i {
                opacity: 1;
            }

    /* Blog Sigle */
    .blog-single .post-item .post__title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .blog-single .post-item .post__meta {
        position: relative;
    }

        .blog-single .post-item .post__meta > * {
            font-size: 13px;
            margin-right: 20px;
            margin-bottom: 24px;
        }

            .blog-single .post-item .post__meta > *:last-child {
                margin-right: 0;
            }

        .blog-single .post-item .post__meta .post__meta-cat {
            position: static;
        }

        .blog-single .post-item .post__meta .post__meta-author img {
            width: 30px;
            height: 30px;
            margin-right: 5px;
            border-radius: 50%;
        }

        .blog-single .post-item .post__meta .post__desc p {
            font-size: 16px;
        }

    .blog-carousel .heading__title {
        font-size: 25px;
    }

    .blog-carousel .btn__explore {
        position: absolute;
        right: 100px;
        min-width: 100px;
        height: 30px;
        line-height: 28px;
        border-radius: 1px;
        font-size: 14px;
    }

    .blog-carousel .slick-arrow {
        top: -47px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 2px;
        color: #47a145;
        background-color: #ffffff;
    }

        .blog-carousel .slick-arrow:before {
            font-size: 10px;
        }

        .blog-carousel .slick-arrow.slick-prev {
            right: 40px;
            left: auto;
        }

            .blog-carousel .slick-arrow.slick-prev:before {
                content: "\e929";
            }

        .blog-carousel .slick-arrow.slick-next {
            color: #ffffff;
            background-color: #0e2b3d;
        }

            .blog-carousel .slick-arrow.slick-next:before {
                content: "\e92a";
            }

    .post__meta-author {
        font-size: 13px;
    }

        .post__meta-author a {
            color: #0e2b3d;
        }

    .blog-widget__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .widget-nav .widget-nav__img {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        max-width: 90px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        position: relative;
        border-radius: 3px;
        overflow: hidden;
    }

        .widget-nav .widget-nav__img:before {
            font-family: icomoon;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            font-size: 10px;
            color: #ffffff;
            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;
            background-color: rgba(71, 161, 69, 0.9);
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

    .widget-nav .widget-nav__next .widget-nav__img:before {
        content: "\e904";
    }

    .widget-nav .widget-nav__prev .widget-nav__img:before {
        content: "\e902";
    }

    .widget-nav .widget-nav__prev,
    .widget-nav .widget-nav__next {
        position: relative;
    }

        .widget-nav .widget-nav__prev:hover h5,
        .widget-nav .widget-nav__next:hover h5 {
            color: #47a145;
        }

        .widget-nav .widget-nav__prev:hover .widget-nav__img:before,
        .widget-nav .widget-nav__next:hover .widget-nav__img:before {
            opacity: 1;
        }

    .widget-nav .widget-nav__content {
        max-width: calc(100% - 90px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 90px);
        flex: 0 0 calc(100% - 90px);
        padding: 0 10px;
    }

        .widget-nav .widget-nav__content span {
            font-family: "Roboto", sans-serif;
            font-size: 13px;
            color: #616161;
            display: block;
            margin-bottom: 1px;
        }

        .widget-nav .widget-nav__content h5 {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .widget-nav .widget-nav__all {
        font-size: 22px;
        line-height: 50px;
        color: #0e2b5c;
        display: block;
        text-align: center;
    }

    .bordered-box {
        padding: 20px;
        border-radius: 4px;
        border: 1px solid #e5e8ea;
    }

    .blog-author {
        border-radius: 4px;
        background-color: #f4f4f4;
    }

        .blog-author .blog-author__avatar {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 22%;
            flex: 0 0 22%;
            max-width: 22%;
        }

        .blog-author .blog-author__content {
            padding: 35px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 78%;
            flex: 0 0 78%;
            max-width: 78%;
        }

        .blog-author .blog-author__name {
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .blog-author .blog-author__bio {
            font-size: 15px;
            margin-bottom: 13px;
        }

        .blog-author .social-icons li a {
            font-size: 15px;
            color: #0e2b3d;
        }

            .blog-author .social-icons li a:hover {
                color: #47a145;
            }

    .m-slides-0 .slick-slide {
        margin: 0;
    }

    .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #0e2b3d;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        font-size: 0;
        z-index: 3;
        border: 1px solid #0e2b3d;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    
.clients .client {
    position: relative;
    overflow: hidden;
}
        .slick-arrow:hover {
            color: #0e2b3d;
        }
        .slick-arrow.slick-next:before,
        .slick-arrow.slick-prev:before {
            font-family: 'icomoon';
            font-size: 12px;
        }

        .slick-arrow.slick-next {
            right: 0;
        }

            .slick-arrow.slick-next:before {
                content: "\e904";
            }

        .slick-arrow.slick-prev {
            left: 0;
        }

            .slick-arrow.slick-prev:before {
                content: "\e902";
            }

    .carousel-arrows-light .slick-arrow {
        color: rgba(255, 255, 255, 0.8);
        border-color: rgba(255, 255, 255, 0.2);
    }

        .carousel-arrows-light .slick-arrow:hover {
            color: #ffffff;
        }

    .slick-dots {
        list-style: none;
        padding: 0;
        text-align: center;
        margin-bottom: 0;
        z-index: 2;
    }

        .slick-dots li {
            display: inline-block;
            margin: 5px;
            position: relative;
            z-index: 1;
            padding: 0;
            font-size: 0;
            width: 8px;
            height: 8px;
            cursor: pointer;
            border-radius: 50%;
            border: 3px solid #0e2b3d;
            background-color: #0e2b3d;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
        }

            .slick-dots li button {
                font-size: 0;
                width: 100%;
            }

            .slick-dots li.slick-active {
                height: 9px;
                width: 9px;
                border-color: #47a145;
                background-color: #ffffff;
            }

    .carousel-dots-light .slick-dots li {
        background-color: rgba(255, 255, 255, 0.4);
    }

        .carousel-dots-light .slick-dots li.slick-active {
            background-color: #ffffff;
        }

    /*------------------------
    Slider 
--------------------------*/
    .slider {
        padding: 0;
    }

        .slider .slide-item {
            height: calc(100vh - 140px);
            min-height: 500px;
        }

        .slider .slide__subtitle {
            display: block;
            font-family: "Roboto", sans-serif;
            font-size: 15px;
            font-weight: 700;
            color: #f9f9f9;
            margin-bottom: 8px;
        }

        .slider .slide__title {
            font-size: 75px;
            font-weight: 800;
            line-height: 1.1;
            color: #ffffff;
            margin-bottom: 30px;
        }

        .slider .slide__desc {
            font-size: 18px;
            line-height: 1.5;
            font-weight: 700;
            color: #ffffff;
            max-width: 600px;
            margin-bottom: 30px;
        }

        .slider .slick-dots {
            position: absolute;
            bottom: 30px;
            text-align: center;
            width: 100%;
        }

        .slider .slick-arrow {
            border: 0;
        }

            .slider .slick-arrow:before {
                font-size: 45px;
            }

            .slider .slick-arrow.slick-next {
                right: 25px;
            }

                .slider .slick-arrow.slick-next:before {
                    content: "\e905";
                }

            .slider .slick-arrow.slick-prev {
                left: 25px;
            }

                .slider .slick-arrow.slick-prev:before {
                    content: "\e903";
                }

        .slider .contact-panel {
            padding: 50px;
        }

            .slider .contact-panel .contact-panel__title {
                font-size: 22px;
            }

            .slider .contact-panel .form-control {
                height: 55px;
            }

    .header-transparent + .slider {
        margin-top: -100px;
    }

        .header-transparent + .slider .slide-item {
            padding-top: 100px;
            height: 100vh;
        }

    @media (min-width: 1200px) {
        .slider .slick-arrow.slick-next {
            right: 30px;
        }

        .slider .slick-arrow.slick-prev {
            left: 30px;
        }

        .slider-layout3 .slide__title {
            font-size: 75px;
        }
    }
      @media (min-width: 992px) and (max-width: 1200px) {
        .slider .slide__title {
            font-size: 65px;
        }
    }

    /* Medium Size Screens */
    @media (min-width: 768px) and (max-width: 991px) {
        .slider .slide__title {
            font-size: 50px;
            line-height: 60px;
            margin-bottom: 10px;
        }
    }

    /* Mobile Phones and tablets */
    @media (min-width: 320px) and (max-width: 767px) {
        .header-transparent + .slider {
            margin-top: 0;
        }

        .slider .slide-item {
            min-height: 0;
            padding: 100px 10px;
            height: auto !important;
        }

        .slider .slide__desc {
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 20px;
        }
    }

    /*  Small Screens and tablets  */
    @media (min-width: 576px) and (max-width: 767px) {
        .slider .slide__title {
            font-size: 35px;
            line-height: 45px;
            margin-bottom: 10px;
        }

        .slider .slick-arrow.slick-prev {
            left: 0;
        }

        .slider .slick-arrow.slick-next {
            right: 0;
        }
    }

    /* Extra Small Devices */
    @media (min-width: 320px) and (max-width: 575px) {
        .slider .slide__subtitle {
            margin-bottom: 15px;
        }

        .slider .slide__title {
            font-size: 27px;
            margin-bottom: 10px;
        }

        .slider .btn {
            margin-bottom: 10px;
        }

        .slider .slick-arrow {
            display: none;
        }
    }


    @media (min-width: 768px) and (max-width: 1200px) {
        .slider .slide-item {
            padding-right: 50px;
            padding-left: 50px;
        }

        .slider .slick-arrow.slick-prev {
            left: 10px;
        }

        .slider .slick-arrow.slick-next {
            right: 10px;
        }
    }

    @media (max-width: 992px) {
        .slider .contact-panel {
            padding: 20px;
            margin-top: 30px;
        }
    }


    @media (max-width: 767px) {
        .form-layout h2 {
            font-size: 26px;
        }
    }
     .swiper-container.one {
            padding-top: 40px;
            text-align: center;
        }

            .swiper-container.one .swiper-slide {
                padding: 0 43px;
            }
            .swiper-container.two {
  position: relative;
  padding-bottom: 80px; 
}

.swiper-container.two .swiper-pagination {
  position: absolute;
  bottom: 10px; 
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}


        
        .swiper-container {
    width: 100%;
    padding-bottom: 60px;
}
        
     .swiper-pagination-bullet {
  width: 30px !important;
  height: 15px !important;
  border: 2px solid #ff007a !important;
  border-radius: 10px !important;
  transition: background 0.3s, transform 0.3s !important;
  background: transparent !important;
  opacity: 1 !important;
  margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(to right, #ff007a, #ff5eab) !important;
  border: none !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  transform: scale(1.1) !important;
}




        .swiper-slide img {
            display: block;
            margin: auto;
            width: 100%;
        }

        .swiper-slide {
            width: 390px;
            height: auto;
            padding: 0 15px;
        }

        .two .swiper-slide {
            width: 270px;
        }

        .swiper-slide img {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .swiper-slide .slider-image .preview-icon {
            z-index: -1;
            width: calc(100% - 30px);
        }

        .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
            opacity: 1;
            z-index: 1;
        }

        .swiper-container-horizontal > .swiper-pagination-bullets,
        .swiper-pagination-custom,
        .swiper-pagination-fraction {
            bottom: 0;
        }

        

       

        .season_tabs {
            position: relative;
            min-height: 360px; /* This part sucks */
            clear: both;
            margin-top: 25px;
            margin-bottom: 25px;
            margin-left: 40px;
        }

        .season_tab {
            float: left;
            clear: both;
            width: 290px;
        }

            .season_tab label {
                background: #eee;
                padding: 10px;
                border: 1px solid #ffffff;
                margin-left: -1px;
                font-size: 18px;
                vertical-align: middle;
                position: relative;
                left: 1px;
                width: 260px;
                height: 55px;
                display: table-cell;
            }

            .season_tab [type=radio] {
                display: none;
            }

        .season_content {
            position: absolute;
            top: 0;
            left: 290px;
            background: #000;
            right: 0;
            bottom: 40px;
            padding: 20px;
            border: 1px solid #000;
        }

            .season_content p {
                animation: 0.5s ease-out 0s 1 slideInFromTop;
                color: #fff;
            }

            .season_content h3 {
                animation: 0.5s ease-out 0s 1 slideInFromTop;
                color: #fff;
                font-size: 20px;
            }

        [type=radio]:checked ~ label {
            background: white;
            border-left: 2px solid #000000;
            z-index: 2;
            color: #000;
        }

            [type=radio]:checked ~ label ~ .season_content {
                z-index: 1;
            }

        @media(max-width: 600px) {
            .season_tabs {
                min-height: 825px;
            }

            .season_content {
                position: absolute;
                top: 170px;
                left: 0;
                background: #000;
                right: 0;
                bottom: 0px;
                padding: 20px;
                border: 1px solid #000;
            }
             .swiper-pagination-bullet {
            border: 1px solid #1da1f2;
        }

        .swiper-pagination-bullet-active {
            background: #1da1f2
        }

        img:not([draggable]), embed, object, video {
            max-width: 100%;
            height: auto;
        }

        .swiper-container {
            margin-left: auto;
            margin-right: auto;
            position: relative;
            overflow: hidden;
            z-index: 1
        }

        .swiper-container-no-flexbox .swiper-slide {
            float: left
        }

        .swiper-container-vertical > .swiper-wrapper {
            -webkit-box-orient: vertical;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .swiper-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            box-sizing: content-box
        }

        .swiper-container-android .swiper-slide,
        .swiper-wrapper {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        .swiper-container-multirow > .swiper-wrapper {
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }
        .container .row .col-md-3 {
    margin-bottom: 1rem;
    width: 100%;
    
    /* transition: transform 0.3s ease; */
}
.cta .cta-inner:before {
    background: #286227;
    width: 74%;
    margin-left: 7px;
}

        .swiper-container-free-mode > .swiper-wrapper {
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            margin: 0 auto
        }

        .swiper-slide {
            -webkit-flex-shrink: 0;
            -ms-flex: 0 0 auto;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: 100%;
            height: 100%;
            position: relative
        }
        @media(max-width:576px){
            w3_img img{
                margin-top:2rem;
            }
        }
        .swiper-container-autoheight,
        .swiper-container-autoheight .swiper-slide {
            height: auto
        }

            .swiper-container-autoheight .swiper-wrapper {
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                -webkit-transition-property: -webkit-transform, height;
                -webkit-transition-property: height, -webkit-transform;
                transition-property: height, -webkit-transform;
                transition-property: transform, height;
                transition-property: transform, height, -webkit-transform
            }

        .swiper-container .swiper-notification {
            position: absolute;
            left: 0;
            top: 0;
            pointer-events: none;
            opacity: 0;
            z-index: -1000
        }

        .swiper-wp8-horizontal {
            -ms-touch-action: pan-y;
            touch-action: pan-y
        }

        .swiper-wp8-vertical {
            -ms-touch-action: pan-x;
            touch-action: pan-x
        }

        .swiper-button-next,
        .swiper-button-prev {
            position: absolute;
            top: 50%;
            width: 27px;
            height: 44px;
            margin-top: -22px;
            z-index: 10;
            cursor: pointer;
            background-size: 27px 44px;
            background-position: center;
            background-repeat: no-repeat
        }

            .swiper-button-next.swiper-button-disabled,
            .swiper-button-prev.swiper-button-disabled {
                opacity: .35;
                cursor: auto;
                pointer-events: none
            }
            .swiper-button-prev.swiper-button-black,
            .swiper-container-rtl .swiper-button-next.swiper-button-black {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
            }

            .swiper-button-prev.swiper-button-white,
            .swiper-container-rtl .swiper-button-next.swiper-button-white {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
            }

        .swiper-button-next,
        .swiper-container-rtl .swiper-button-prev {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
            right: 10px;
            left: auto
        }

            .swiper-button-next.swiper-button-black,
            .swiper-container-rtl .swiper-button-prev.swiper-button-black {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
            }

            .swiper-button-next.swiper-button-white,
            .swiper-container-rtl .swiper-button-prev.swiper-button-white {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
            }

        .swiper-pagination {
            position: absolute;
            text-align: center;
            -webkit-transition: .3s;
            transition: .3s;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            z-index: 10
        }

            .swiper-pagination.swiper-pagination-hidden {
                opacity: 0
            }

        .swiper-container-horizontal > .swiper-pagination-bullets,
        .swiper-pagination-custom,
        .swiper-pagination-fraction {
            bottom: 10px;
            left: 0;
            width: 100%
        }

        .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            display: inline-block;
            border-radius: 100%;
            background: #000;
            opacity: .2
        }

        button.swiper-pagination-bullet {
            border: none;
            margin: 0;
            padding: 0;
            box-shadow: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -webkit-appearance: none;
            appearance: none
        }
         .swiper-pagination-bullet-active {
            background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
            background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
            border: medium none;
            height: 12px;
            opacity: 1;
            width: 12px;
        }

        .swiper-pagination-clickable .swiper-pagination-bullet {
            cursor: pointer
        }

        .swiper-pagination-white .swiper-pagination-bullet {
            background: #fff
        }

        .swiper-pagination-bullet-active {
            opacity: 1;
            background: #007aff
        }

        .swiper-pagination-white .swiper-pagination-bullet-active {
            background: #fff
        }

        .swiper-pagination-black .swiper-pagination-bullet-active {
            background: #000
        }

        .swiper-container-vertical > .swiper-pagination-bullets {
            right: 10px;
            top: 50%;
            -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0)
        }

            .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
                margin: 5px 0;
                display: block
            }

        .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 5px
        }

        .swiper-pagination-progress {
            background: rgba(0, 0, 0, .25);
            position: absolute
        }

            .swiper-pagination-progress .swiper-pagination-progressbar {
                background: #007aff;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -webkit-transform: scale(0);
                transform: scale(0);
                -webkit-transform-origin: left top;
                transform-origin: left top
            }

        .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
            -webkit-transform-origin: right top;
            transform-origin: right top
        }

        .swiper-container-horizontal > .swiper-pagination-progress {
            width: 100%;
            height: 4px;
            left: 0;
            top: 0
        }

        .swiper-container-vertical > .swiper-pagination-progress {
            width: 4px;
            height: 100%;
            left: 0;
            top: 0
        }

        .swiper-pagination-progress.swiper-pagination-white {
            background: rgba(255, 255, 255, .5)
        }

            .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
                background: #fff
            }

        .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
            background: #000
        }

        .swiper-container-3d {
            -webkit-perspective: 1200px;
            -o-perspective: 1200px;
            perspective: 1200px
        }

            .swiper-container-3d .swiper-cube-shadow,
            .swiper-container-3d .swiper-slide,
            .swiper-container-3d .swiper-slide-shadow-bottom,
            .swiper-container-3d .swiper-slide-shadow-left,
            .swiper-container-3d .swiper-slide-shadow-right,
            .swiper-container-3d .swiper-slide-shadow-top,
            .swiper-container-3d .swiper-wrapper {
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d
            }

            .swiper-container-3d .swiper-slide-shadow-bottom,
            .swiper-container-3d .swiper-slide-shadow-left,
            .swiper-container-3d .swiper-slide-shadow-right,
            .swiper-container-3d .swiper-slide-shadow-top {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                pointer-events: none;
                z-index: 10
            }

            .swiper-container-3d .swiper-slide-shadow-left {
                background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
                background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
            }

            .swiper-container-3d .swiper-slide-shadow-right {
                background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
                background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
            }

            .swiper-container-3d .swiper-slide-shadow-top {
                background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
                background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
            }

            .swiper-container-3d .swiper-slide-shadow-bottom {
                background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
                background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
            }

        .swiper-container-coverflow .swiper-wrapper,
        .swiper-container-flip .swiper-wrapper {
            -ms-perspective: 1200px
        }

        .swiper-container-cube,
        .swiper-container-flip {
            overflow: visible
        }

            .swiper-container-cube .swiper-slide,
            .swiper-container-flip .swiper-slide {
                pointer-events: none;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                z-index: 1
            }

                .swiper-container-cube .swiper-slide .swiper-slide,
                .swiper-container-flip .swiper-slide .swiper-slide {
                    pointer-events: none
                }

            .swiper-container-cube .swiper-slide-active,
            .swiper-container-cube .swiper-slide-active .swiper-slide-active,
            .swiper-container-flip .swiper-slide-active,
            .swiper-container-flip .swiper-slide-active .swiper-slide-active {
                pointer-events: auto
            }

            .swiper-container-cube .swiper-slide-shadow-bottom,
            .swiper-container-cube .swiper-slide-shadow-left,
            .swiper-container-cube .swiper-slide-shadow-right,
            .swiper-container-cube .swiper-slide-shadow-top,
            .swiper-container-flip .swiper-slide-shadow-bottom,
            .swiper-container-flip .swiper-slide-shadow-left,
            .swiper-container-flip .swiper-slide-shadow-right,
            .swiper-container-flip .swiper-slide-shadow-top {
                z-index: 0;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden
            }

            .swiper-container-cube .swiper-slide {
                visibility: hidden;
                -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
                width: 100%;
                height: 100%
            }

            .swiper-container-cube.swiper-container-rtl .swiper-slide {
                -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0
            }

            .swiper-container-cube .swiper-slide-active,
            .swiper-container-cube .swiper-slide-next,
            .swiper-container-cube .swiper-slide-next + .swiper-slide,
            .swiper-container-cube .swiper-slide-prev {
                pointer-events: auto;
                visibility: visible
            }

            .swiper-container-cube .swiper-cube-shadow {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: .6;
                -webkit-filter: blur(50px);
                filter: blur(50px);
                z-index: 0
            }

        .swiper-container-fade.swiper-container-free-mode .swiper-slide {
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out
        }

        .swiper-container-fade .swiper-slide {
            pointer-events: none;
            -webkit-transition-property: opacity;
            transition-property: opacity
        }

            .swiper-container-fade .swiper-slide .swiper-slide {
                pointer-events: none
            }

        .swiper-container-fade .swiper-slide-active,
        .swiper-container-fade .swiper-slide-active .swiper-slide-active {
            pointer-events: auto
        }

        .swiper-zoom-container {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center
        }

            .swiper-zoom-container > canvas,
            .swiper-zoom-container > img,
            .swiper-zoom-container > svg {
                max-width: 100%;
                max-height: 100%;
                -o-object-fit: contain;
                object-fit: contain
            }

        .swiper-scrollbar {
            border-radius: 10px;
            position: relative;
            -ms-touch-action: none;
            background: rgba(0, 0, 0, .1)
        }

        .swiper-container-horizontal > .swiper-scrollbar {
            position: absolute;
            left: 1%;
            bottom: 3px;
            z-index: 50;
            height: 5px;
            width: 98%
        }

        .swiper-container-vertical > .swiper-scrollbar {
            position: absolute;
            right: 3px;
            top: 1%;
            z-index: 50;
            width: 5px;
            height: 98%
        }

        .swiper-scrollbar-drag {
            height: 100%;
            width: 100%;
            position: relative;
            background: rgba(0, 0, 0, .5);
            border-radius: 10px;
            left: 0;
            top: 0
        }

        .swiper-scrollbar-cursor-drag {
            cursor: move
        }

        .swiper-lazy-preloader {
            width: 42px;
            height: 42px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -21px;
            margin-top: -21px;
            z-index: 10;
            -webkit-transform-origin: 50%;
            transform-origin: 50%;
            -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
            animation: swiper-preloader-spin 1s steps(12, end) infinite
        }

            .swiper-lazy-preloader:after {
                display: block;
                content: "";
                width: 100%;
                height: 100%;
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
                background-position: 50%;
                background-size: 100%;
                background-repeat: no-repeat
            }

        .swiper-lazy-preloader-white:after {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
        }

        @-webkit-keyframes swiper-preloader-spin {
            100% {
                -webkit-transform: rotate(360deg)
            }
        }

        @keyframes swiper-preloader-spin {
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
            }
        }

        .swiper-container.one {
            padding-top: 40px;
            text-align: center;
        }

            .swiper-container.one .swiper-slide {
                padding: 0 43px;
            }

        .swiper-container {
            width: 100%;
            padding-bottom: 60px;
        }

        .swiper-slide img {
            display: block;
            margin: auto;
            width: 100%;
        }

        .swiper-slide {
            width: 390px;
            height: auto;
            padding: 0 15px;
        }

        .two .swiper-slide {
            width: 270px;
        }

        .swiper-slide img {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .swiper-slide .slider-image .preview-icon {
            z-index: -1;
            width: calc(100% - 30px);
        }

        .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
            opacity: 1;
            z-index: 1;
        }

        .swiper-container-horizontal > .swiper-pagination-bullets,
        .swiper-pagination-custom,
        .swiper-pagination-fraction {
            bottom: 0;
        }

        .swiper-pagination-bullet {
            background: transparent none repeat scroll 0 0;
            border: 1px solid #ee0f6f;
            border-radius: 10px;
            display: inline-block;
            height: 10px;
            opacity: 1;
            width: 26px;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

        .swiper-pagination-bullet-active {
            background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
            background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
            border: medium none;
            height: 12px;
            opacity: 1;
            width: 12px;
        }
        .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
}

        .season_tabs {
            position: relative;
            min-height: 360px; /* This part sucks */
            clear: both;
            margin: 25px 0;
        }

        .season_tab {
            float: left;
            clear: both;
            width: 290px;
        }

            .season_tab label {
                background: #eee;
                padding: 10px;
                border: 1px solid #ffffff;
                margin-left: -1px;
                font-size: 18px;
                vertical-align: middle;
                position: relative;
                left: 1px;
                width: 260px;
                height: 55px;
                display: table-cell;
            }

            .season_tab [type=radio] {
                display: none;
            }

        .season_content {
            position: absolute;
            top: 0;
            left: 330px;
            background: #000;
            right: 0;
            bottom: 40px;
            padding: 20px;
            border: 1px solid #000;
        }

            .season_content p {
                animation: 0.5s ease-out 0s 1 slideInFromTop;
                color: #fff;
            }

            .season_content h3 {
                animation: 0.5s ease-out 0s 1 slideInFromTop;
                color: #fff;
                font-size: 20px;
            }

        [type=radio]:checked ~ label {
            background: white;
            border-left: 2px solid #000000;
            z-index: 2;
            color: #000;
        }

            [type=radio]:checked ~ label ~ .season_content {
                z-index: 1;
            }

        @media(max-width: 600px) {
            .season_tabs {
                min-height: 825px;
            }

            .season_content {
                position: absolute;
                top: 170px;
                left: 0;
                background: #000;
                right: 0;
                bottom: 0px;
                padding: 20px;
                border: 1px solid #000;
            }

            .season_tab label {
                background: #eee;
                padding: 10px;
                border: 1px solid #ffffff;
                margin-left: -1px;
                margin-bottom: 0px;
                font-size: 15px;
                vertical-align: middle;
                position: relative;
                left: 0px;
                width: 130px;
                height: 50px;
                display: inline-block;
            }

            .season_tab {
                float: left;
                clear: none;
                width: 137px;
            }
        }


        .onlymobile .number {
            display: none;
        }

        @media only screen and (max-width: 768px) {
            .onlymobile .number {
                display: block;
                color: #fff;
                font-size: 20px;
                font-weight: bold;
                position: absolute;
                padding-left: 30px;
            }
        }

        .sidebar a {
            text-decoration: none;
            vertical-align: middle;
            text-align: center;
            line-height: 3;
        }

        .swiper-button-prev,
        .swiper-container-rtl .swiper-button-next {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
            left: 10px;
            right: auto
        }
        .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
        .swiper-pagination-bullet

 {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ee0f6f;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    opacity: 1;
    width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}


            .season_tab label {
                background: #eee;
                padding: 10px;
                border: 1px solid #ffffff;
                margin-left: -1px;
                margin-bottom: 0px;
                font-size: 15px;
                vertical-align: middle;
                position: relative;
                left: 0px;
                width: 130px;
                height: 50px;
                display: inline-block;
            }

            .season_tab {
                float: left;
                clear: none;
                width: 137px;
            }
        }


        .onlymobile .number {
            display: none;
        }
        .service-card {
    /* background: #eae6e6; */
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
  }

  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  }
  .process .row .col-md-3{
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    /* transition: transform 0.3s ease; */

  }
  .process .row .col-md-3:hover{
    /* transform: translateY(-10px); */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  }

  @media (max-width: 575.98px) {
    .service-card {
      padding: 1.5rem 1rem;
    }
  }
  body.light-theme .custom-para{
    color: black;
}
.service-card {
  /* background: #ffffff; */
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
/* .container .row .col-md-3{
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(164, 160, 160, 0.08);
    transition: transform 0.3s ease;
} */
  .container .row .col-md-3:hover{
   transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  }
  
.service-card {
 border:1px solid gray;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
.container .row .col-md-3{
    /* border-radius: 12px;
    box-shadow: 0 8px 16px rgba(164, 160, 160, 0.08); */
    /* transition: transform 0.3s ease; */
}
  .container .row .col-md-3:hover{
   transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  }
  .how-works img{
    transition:transform 0.3s ease;
  }
  .how-works img:hover{
    transform:translateY(-10px);
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.15);
  }
  .saas-solution .col-sm-6{
    transition: transform 0.3s ease;
  }
  .saas-solution .col-sm-6:hover{
    transform: scale(1.05);
  }



    