.common-title-two {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--heading-font-home-19);
    color: var(--heading-color-home-19);
}

.common-title-two.white-color {
    color: #fff;
}

.common-title-two:hover {
    color: var(--main-color-four);
}

.common-title-two.hover-color-two:hover {
    color: var(--main-color-two);
}

.common-title-two.hover-color-three:hover {
    color: var(--main-color-three);
}

.common-title-two.hover-color-four:hover {
    color: var(--main-color-four);
}

.common-title-three {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--heading-font-home-19);
    color: var(--heading-color-home-19);
}

.common-title-three.white-color {
    color: #fff;
}

.common-title-three:hover {
    color: var(--main-color-four);
}

.common-title-three.hover-color-two:hover {
    color: var(--main-color-two);
}

.common-title-three.hover-color-three:hover {
    color: var(--main-color-three);
}

.common-title-three.hover-color-four:hover {
    color: var(--main-color-four);
}

.common-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--extra-light-color);
}

.common-para.white-color {
    color: #fff;
}

.common-price-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
}

.common-price-title.white-color {
    color: #fff;
}

.common-price-title-two {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.common-price-title-two.white-color {
    color: #fff;
}

.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
    -webkit-animation: 1s fade-effects;
    animation: 1s fade-effects;
}

@-webkit-keyframes fade-effects {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes fade-effects {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.border-1 {
    border: 1px solid #E8E8E8;
}

.slider-inner-margin .slick-slide {
    margin: 15px;
}

.slider-inner-margin .slick-list {
    margin: -15px;
}

.slider-inner-margin-10 .slick-slide {
    margin: 5px;
}

.slider-inner-margin-10 .slick-list {
    margin: -5px;
}

.slick-slider-items.margin-reverse-24 {
    margin: -24px 0 0;
}

.global-slick-init:hover.nav-style-three .prev-icon,
.global-slick-init:hover.nav-style-three .next-icon {
    visibility: visible;
    opacity: 1;
}

.global-slick-init.nav-style-three .prev-icon,
.global-slick-init.nav-style-three .next-icon {
    visibility: hidden;
    opacity: 0;
}

.home-20 .nav-style-banner .prev-icon,
.home-20 .nav-style-banner .next-icon {
    position: absolute;
    right: 50px;
    bottom: 250px;
    font-size: 22px;
    cursor: pointer;
    z-index: 99;
    background: none;
    color: var(--heading-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-20 .nav-style-banner .prev-icon:hover,
.home-20 .nav-style-banner .next-icon:hover {
    color: var(--main-color-four);
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-20 .nav-style-banner .prev-icon,
    .home-20 .nav-style-banner .next-icon {
        background-color: #fff;
        padding: 0 5px;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: unset;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-20 .nav-style-banner .prev-icon,
    .home-20 .nav-style-banner .next-icon {
        top: auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        bottom: 60px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

.home-20 .nav-style-banner .prev-icon {
    right: 80px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-20 .nav-style-banner .prev-icon {
        right: auto;
        left: 20px;
    }
}

.home-20 .append-nav-one .prev-icon,
.home-20 .append-nav-one .next-icon,
.home-20 .append-nav-two .prev-icon,
.home-20 .append-nav-two .next-icon,
.home-20 .append-nav-three .prev-icon,
.home-20 .append-nav-three .next-icon {
    position: absolute;
    right: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    z-index: 0;
    background: none;
    color: var(--heading-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-20 .append-nav-one .prev-icon:hover,
.home-20 .append-nav-one .next-icon:hover,
.home-20 .append-nav-two .prev-icon:hover,
.home-20 .append-nav-two .next-icon:hover,
.home-20 .append-nav-three .prev-icon:hover,
.home-20 .append-nav-three .next-icon:hover {
    color: var(--main-color-four);
}

.home-20 .append-nav-one .next-icon,
.home-20 .append-nav-two .next-icon,
.home-20 .append-nav-three .next-icon {
    left: auto;
    right: 15px;
}

.home-21 .append-nav-work .prev-icon,
.home-21 .append-nav-work .next-icon,
.home-21 .blog-append-nav .prev-icon,
.home-21 .blog-append-nav .next-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
    background: #F2F2F2;
    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;
    height: 50px;
    width: 50px;
    font-size: 22px;
    z-index: 99;
    color: var(--heading-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-21 .append-nav-work .prev-icon:hover,
.home-21 .append-nav-work .next-icon:hover,
.home-21 .blog-append-nav .prev-icon:hover,
.home-21 .blog-append-nav .next-icon:hover {
    background-color: var(--main-color-five);
}

.home-21 .append-nav-work .prev-icon,
.home-21 .blog-append-nav .prev-icon {
    right: 55px;
}

.nav-style-two {
    position: relative;
}

.nav-style-two.nav-color-two .prev-icon,
.nav-style-two.nav-color-two .next-icon {
    background: var(--main-color-two);
}

.nav-style-two.nav-color-two .prev-icon:hover,
.nav-style-two.nav-color-two .next-icon:hover {
    color: var(--main-color-two);
}

.nav-style-two.nav-color-three .prev-icon,
.nav-style-two.nav-color-three .next-icon {
    background: var(--main-color-three);
}

.nav-style-two.nav-color-three .prev-icon:hover,
.nav-style-two.nav-color-three .next-icon:hover {
    color: var(--main-color-three);
}

.nav-style-two.nav-color-four .prev-icon:hover,
.nav-style-two.nav-color-four .next-icon:hover {
    color: var(--main-color-four);
}

.nav-style-two .prev-icon,
.nav-style-two .next-icon {
    position: absolute;
    right: 35px;
    top: -78px;
    font-size: 30px;
    cursor: pointer;
    z-index: 99;
    background: none;
    color: var(--heading-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-style-two .prev-icon:hover,
.nav-style-two .next-icon:hover {
    color: var(--main-color-four);
}

.nav-style-two .next-icon {
    left: auto;
    right: 5px;
}

.nav-style-one {
    position: relative;
}

.nav-style-one.nav-color-two .prev-icon:hover,
.nav-style-one.nav-color-two .next-icon:hover {
    color: var(--main-color-two);
    border-color: var(--main-color-two);
}

.nav-style-one.nav-color-three .prev-icon:hover,
.nav-style-one.nav-color-three .next-icon:hover {
    color: var(--main-color-three);
    border-color: var(--main-color-three);
}

.nav-style-one .prev-icon,
.nav-style-one .next-icon {
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    z-index: 0;
    background: #fff;
    border: 1px solid #ddd;
    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;
    height: 40px;
    width: 40px;
    font-size: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-style-one .prev-icon:hover,
.nav-style-one .next-icon:hover {
    color: var(--main-color-four);
    border-color: var(--main-color-four);
}

@media (min-width: 1200px) and (max-width: 1880px) {
    .nav-style-one .prev-icon,
    .nav-style-one .next-icon {
        right: -20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav-style-one .prev-icon,
    .nav-style-one .next-icon {
        right: -20px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .nav-style-one .prev-icon,
    .nav-style-one .next-icon {
        right: -20px;
    }
}

@media only screen and (max-width: 575.98px) {
    .nav-style-one .prev-icon,
    .nav-style-one .next-icon {
        display: none;
    }
}

.nav-style-one .prev-icon {
    right: auto;
    left: -50px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
    .nav-style-one .prev-icon {
        left: -20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav-style-one .prev-icon {
        left: -20px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .nav-style-one .prev-icon {
        left: -20px;
    }
}

.dot-style-one.banner-dots .slick-dots li {
    height: 5px;
    width: 15px;
    display: block;
    border-radius: 0;
}

.dot-style-one.banner-dots .slick-dots li.slick-active {
    width: 40px;
}

.dot-style-one.banner-dots.dot-color-two .slick-dots li.slick-active {
    background: var(--main-color-two);
}

.dot-style-one.banner-dots.dot-color-three .slick-dots li.slick-active {
    background: var(--main-color-three);
}

.dot-style-one.dot-absolute .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 480px) {
    .dot-style-one.dot-absolute .slick-dots {
        bottom: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .dot-style-one.dot-absolute .slick-dots {
        bottom: 10px;
    }
}

.dot-style-one.dot-style-two .slick-dots li {
    height: 5px;
    width: 12px;
    border-radius: 0;
}

.dot-style-one.dot-style-two .slick-dots li.slick-active {
    background: var(--main-color-four);
    width: 35px;
    border-radius: 2px;
}

.dot-style-one.dot-style-three .slick-dots li {
    border-radius: 0;
}

.dot-style-one.dot-color-two .slick-dots li.slick-active {
    background: var(--main-color-two);
}

.dot-style-one.dot-color-three .slick-dots li.slick-active {
    background: var(--main-color-three);
}

.dot-style-one.dot-color-four .slick-dots li.slick-active {
    background: var(--main-color-four);
}

.dot-style-one .slick-dots {
    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;
    margin-top: 30px;
}

.dot-style-one .slick-dots li {
    text-indent: -9999px;
    height: 10px;
    width: 10px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.dot-style-one .slick-dots li.slick-active {
    background: var(--main-color-four);
}

.dot-style-one .slick-dots li button {
    border: 0;
    outline: none;
}

.body-overlay-desktop {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.body-overlay-desktop.active {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    left: 0;
}

.btn-wrapper button {
    outline: none;
}

.btn-wrapper button:focus {
    outline: none;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    section.promo-area.padding-top-10 {
        padding-top: 0 !important;
    }
}

@media (max-width: 991px) and (min-width: 320px) {
    .row.margin-top-65 {
        margin-top: 45px !important;
    }
    .row.margin-top-40 {
        margin-top: 20px !important;
    }
    .row.margin-top-10 {
        margin-top: 0px !important;
    }
    .col-lg-12.margin-top-10 {
        margin-top: 0px !important;
    }
    .btn-wrapper.margin-top-50 {
        margin-top: 30px !important;
    }
}


/*--------------------------------------------------------------
# Custom Container
--------------------------------------------------------------*/

.container-one,
.container-two,
.container-three {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
    .container-one {
        max-width: 540px;
    }
    .container-two {
        max-width: 540px;
    }
    .container-three {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
    .container-one {
        max-width: 720px;
    }
    .container-two {
        max-width: 720px;
    }
    .container-three {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
    .container-one {
        max-width: 960px;
    }
    .container-two {
        max-width: 960px;
    }
    .container-three {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
    .container-one {
        max-width: 1140px;
    }
    .container-two {
        max-width: 1170px;
    }
    .container-three {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
    .container-one {
        max-width: 1320px;
    }
    .container-two {
        max-width: 1380px;
    }
    .container-three {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container-one {
        max-width: 1540px;
    }
    .container-two {
        max-width: 1580px;
    }
    .container-three {
        max-width: 1560px;
    }
}

@media (min-width: 1800px) {
    .container-one {
        max-width: 1740px;
    }
    .container-two {
        max-width: 1680px;
    }
}


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fs-12 {
    font-size: 12px !important;
}

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

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-46 {
    font-size: 46px !important;
}

.fs-65 {
    font-size: 65px !important;
}

.ff-rubik {
    font-family: var(--rubik-font) !important;
}

.ff-roboto {
    font-family: var(--roboto-font) !important;
}

.ff-opensans {
    font-family: var(--opensans-font) !important;
}

.ff-montserrat {
    font-family: var(--montserrat-font) !important;
}

.ff-jost {
    font-family: var(--jost-font) !important;
}

.ff-playfair {
    font-family: var(--playfair-font) !important;
}

.padding-left-50 {
    padding-left: 50px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .padding-left-50 {
        padding-left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .padding-left-50 {
        padding-left: 0;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-left-50 {
        padding-left: 0;
    }
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

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

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-top-40 {
        padding-top: 30px !important;
    }
}

.padding-top-45 {
    padding-top: 45px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-top-45 {
        padding-top: 30px !important;
    }
}

.padding-top-55 {
    padding-top: 55px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-top-55 {
        padding-top: 40px !important;
    }
}

.padding-top-50 {
    padding-top: 50px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-top-50 {
        padding-top: 35px !important;
    }
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-65 {
    padding-top: 65px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-top-65 {
        padding-top: 35px !important;
    }
}

.padding-top-70 {
    padding-top: 70px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-top-70 {
        padding-top: 40px !important;
    }
}

.padding-top-75 {
    padding-top: 75px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-top-75 {
        padding-top: 45px !important;
    }
}

.padding-top-80 {
    padding-top: 80px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-top-80 {
        padding-top: 60px !important;
    }
}

.padding-top-85 {
    padding-top: 85px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-95 {
    padding-top: 95px;
}

.padding-top-100 {
    padding-top: 100px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-top-100 {
        padding-top: 70px !important;
    }
}

.padding-top-105 {
    padding-top: 105px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-top-115 {
    padding-top: 115px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-125 {
    padding-top: 125px;
}

.padding-top-130 {
    padding-top: 130px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-top-130 {
        padding-top: 80px !important;
    }
}

.padding-top-135 {
    padding-top: 135px;
}

.padding-top-140 {
    padding-top: 140px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-top-140 {
        padding-top: 80px !important;
    }
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

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

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-bottom-40 {
        padding-bottom: 30px !important;
    }
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-bottom-45 {
        padding-bottom: 30px !important;
    }
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-bottom-50 {
        padding-bottom: 35px !important;
    }
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-65 {
    padding-bottom: 65px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-bottom-65 {
        padding-bottom: 40px !important;
    }
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-bottom-70 {
        padding-bottom: 40px !important;
    }
}

.padding-bottom-75 {
    padding-bottom: 75px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-bottom-75 {
        padding-bottom: 45px !important;
    }
}

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

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-bottom-80 {
        padding-bottom: 60px !important;
    }
}

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

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-bottom-90 {
        padding-bottom: 60px !important;
    }
}

.padding-bottom-95 {
    padding-bottom: 95px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-bottom-100 {
        padding-bottom: 70px !important;
    }
}

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

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-bottom-130 {
        padding-bottom: 80px !important;
    }
}

.padding-bottom-140 {
    padding-bottom: 140px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .padding-bottom-140 {
        padding-bottom: 80px !important;
    }
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-65 {
    margin-top: 65px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

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

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

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.min-height-600 {
    min-height: 600px;
}

.overflow-hidden {
    overflow: hidden;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Keyframes Animation
--------------------------------------------------------------*/

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-50px);
        transform: translatey(-50px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes floating {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-50px);
        transform: translatey(-50px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@-webkit-keyframes round-moving {
    from {
        -webkit-transform: rotate(0deg) translateX(120px) rotate(0deg);
        transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(120px) rotate(-360deg);
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@keyframes round-moving {
    from {
        -webkit-transform: rotate(0deg) translateX(120px) rotate(0deg);
        transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(120px) rotate(-360deg);
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@-webkit-keyframes round-moving2 {
    from {
        -webkit-transform: rotate(0deg) translateX(60px) rotate(0deg);
        transform: rotate(0deg) translateX(60px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(60px) rotate(-360deg);
        transform: rotate(360deg) translateX(60px) rotate(-360deg);
    }
}

@keyframes round-moving2 {
    from {
        -webkit-transform: rotate(0deg) translateX(60px) rotate(0deg);
        transform: rotate(0deg) translateX(60px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(60px) rotate(-360deg);
        transform: rotate(360deg) translateX(60px) rotate(-360deg);
    }
}

@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes pulsing {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.header-style-03 .navbar-area {
    padding: 0;
    position: relative;
    z-index: 99;
}

.header-style-03 .navbar-area.nav-absolute {
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    z-index: 99;
}

.header-variant-06 .navbar-area.nav-fixed,
.header-variant-07 .navbar-area.nav-fixed,
.header-variant-08 .navbar-area.nav-fixed,
.header-variant-09 .navbar-area.nav-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    border-bottom: 1px solid #e8f1f7;
}
.header-variant-08 .navbar-area.nav-fixed,
.header-variant-08 .navbar-area.nav-fixed {
    background-color: #fff;
}
.header-variant-19 .navbar-area.nav-fixed,
.header-variant-20 .navbar-area.nav-fixed,
.header-variant-21 .navbar-area.nav-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f0f0f0;
    z-index: 999;
}
.header-style-03 .navbar-area .nav-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0 30px;
}

.header-variant-20 .navbar-area .nav-container {
    padding: 0 15px;
}

.header-variant-21 .navbar-area .nav-container {
    padding: 0 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    text-align: right;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 90px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #000;
    font-weight:300;
    font-size: 18px;
}




.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover
{
    color:#fe4c1c;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu {
    position: relative;
    z-index: 0;
    padding-right: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #000;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 90px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 9;
    border-top: 4px solid #0060ff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover>.xg_mega_menu_wrapper {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "";
    font-family: "Font Awesome 5 Free";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 16px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 12px 30px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu {
    position: relative;
    z-index: 0;
    padding-right: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 100%;
    top: 20px;
}

.xg_mega_menu_wrapper {
    max-width: 1140px;
    width: calc(100vw - 180px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: auto;
}

.xg-mega-menu-container {
    padding: 40px;
}

.xg-mega-menu-single-column-wrap {
    text-align: left;
    margin-bottom: 30px;
}

.xg-mega-menu-single-column-wrap .mega-menu-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--heading-color);
}

.xg-mega-menu-single-column-wrap ul {
    margin: 0;
    padding: 0;
}

.xg-mega-menu-single-column-wrap ul li {
    display: block !important;
    width: 100%;
    line-height: 30px !important;
    margin-left: 0 !important;
    font-weight: 400 !important;
}

.xg-mega-menu-single-column-wrap ul li a {
    color: var(--paragraph-color) !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.xg-mega-menu-single-column-wrap ul li.single-mega-menu-product-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 20px;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .thumbnail {
    max-width: 80px;
    margin-right: 15px;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .content .price-wrap {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .content .price-wrap .price {
    color: var(--heading-color);
    margin-right: 8px;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .content .price-wrap del {
    color: var(--paragraph-color) !important;
    opacity: 0.6;
}

.single-donation-mega-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 20px;
}

.single-donation-mega-menu-item .thumbnail {
    margin-right: 20px;
    min-width: 100px;
}

.single-donation-mega-menu-item .content {
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single-donation-mega-menu-item .title {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.single-donation-mega-menu-item .content .goal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-donation-mega-menu-item .content .goal h4 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: var(--paragraph-color);
}

.single-donation-mega-menu-item .content .boxed-btn {
    display: inline-block;
    background-color: var(--main-color-five);
    line-height: 26px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.header-variant-19 .navbar-area .nav-container {
    padding: 0 15px;
    gap: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .header-variant-19 .navbar-area .nav-container {
        display: block;
    }
}

.navbar-nav-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}


/* Sidebar css */

.nav-right-content .sidebar-area .side-bars {
    background-color: var(--main-color-five);
    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;
    height: 45px;
    width: 45px;
}

.nav-right-content .sidebar-area .side-bars .bar-line {
    display: inline-block;
    height: 2px;
    width: 25px;
    background-color: var(--heading-color);
    position: relative;
    z-index: 1;
}

.nav-right-content .sidebar-area .side-bars .bar-line::before,
.nav-right-content .sidebar-area .side-bars .bar-line::after {
    content: "";
    height: 2px;
    width: 12px;
    background-color: var(--heading-color);
    position: absolute;
    top: -9px;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-right-content .sidebar-area .side-bars .bar-line::after {
    width: 20px;
    top: auto;
    bottom: -9px;
}

.nav-right-content .sidebar-area .side-bars .bar-line.active {
    background-color: unset;
}

.nav-right-content .sidebar-area .side-bars .bar-line.active::before,
.nav-right-content .sidebar-area .side-bars .bar-line.active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    width: 25px;
}

.nav-right-content .sidebar-area .side-bars .bar-line.active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.click-content-show {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .click-content-show {
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .right-contents-show {
        position: relative;
        top: 20px;
        margin-left: auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .right-contents-show.show {
        visibility: visible;
        opacity: 1;
        top: 50px;
        background: #fff;
        padding: 0 5px;
    }
}

.header-variant-19 .logo-wrapper,
.header-variant-21 .logo-wrapper,
.header-variant-20 .logo-wrapper {
    max-width: 180px;
}

@media only screen and (max-width: 480px) {
    .header-variant-19 .logo-wrapper,
    .header-variant-21 .logo-wrapper,
    .header-variant-20 .logo-wrapper {
        max-width: 170px;
    }
}

@media only screen and (max-width: 375px) {
    .header-variant-19 .logo-wrapper,
    .header-variant-21 .logo-wrapper,
    .header-variant-20 .logo-wrapper {
        max-width: 150px;
    }
}


/* Navbar Search area */

.date-search-contents-wrapper {
    position: relative;
    z-index: 1;
}

.date-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.date-content-area .single-date .update-date {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--heading-font-home-20);
    color: var(--heading-color);
}

.search-form {
    max-width: 300px;
    position: relative;
}

.search-form .form--control {
    border: 0;
    outline: none;
    height: 60px;
    background: rgba(221, 221, 221, 0.3);
    padding: 0 15px 0 40px;
}

.search-form button {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: 0;
    color: var(--light-color);
    cursor: pointer;
}


/* navbar icon list */

.right-icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.right-icon-list .single-icon {
    font-size: 18px;
    color: var(--light-color);
}

@media only screen and (max-width: 991px) {
    .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px solid rgba(255, 255, 255, 0.8);
        /*background-color: #f3f3f3;*/
        background-color: #333;
    }
    .navbar.navbar-area .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
    }
    .navbar-area .navbar-collapse {
        position: absolute;
        top: 100%;
        background: #fff;
        z-index: 9;
        right: 0;
        width: 100%;
        padding-left: 20px;
        z-index: 99999;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 20px;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid #e2e2e2;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
        margin-left: 0;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid #e2e2e2;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before {
        top: 25px;
        right: 20px;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu,
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-transition: height 0.5s;
        transition: height 0.5s;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid #e2e2e2;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }
    .xg_mega_menu_wrapper {
        max-width: 100%;
        top: auto;
    }
    .xg-mega-menu-container {
        padding: 10px 0;
        width: 100%;
        max-width: 100%;
    }
    .xg-mega-menu-single-column-wrap {
        margin-bottom: 20px;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.submenu,
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover>.xg_mega_menu_wrapper {
        position: initial;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        max-width: 100%;
    }
}


/*--------------------------------------------------------------
	04. Footer Style
--------------------------------------------------------------*/

.home-19.footer-area,
.home-20.footer-area,
.home-21.footer-area {
    position: relative;
    z-index: 1;
}

.home-19 .footer-top-border,
.home-20 .footer-top-border,
.home-21 .footer-top-border {
    border-bottom: 1px solid #ddd;
}

.home-19 .footer-top-border.white-color,
.home-20 .footer-top-border.white-color,
.home-21 .footer-top-border.white-color {
    border-color: #DDD;
}

.home-19 .footer-widget,
.home-20 .footer-widget,
.home-21 .footer-widget {
    position: relative;
    z-index: 1;
}

.home-19 .footer-widget .widget-title,
.home-20 .footer-widget .widget-title,
.home-21 .footer-widget .widget-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    position: relative;
}

.home-19 .footer-widget .logo-borders,
.home-20 .footer-widget .logo-borders,
.home-21 .footer-widget .logo-borders {
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.home-19 .footer-widget .footer-inner .footer-logo,
.home-20 .footer-widget .footer-inner .footer-logo,
.home-21 .footer-widget .footer-inner .footer-logo {
    text-align: center;
}

.home-19 .footer-widget .footer-inner .footer-logo-para,
.home-20 .footer-widget .footer-inner .footer-logo-para,
.home-21 .footer-widget .footer-inner .footer-logo-para {
    font-size: 15px;
}

.home-19 .footer-widget .footer-inner .footer-para,
.home-20 .footer-widget .footer-inner .footer-para,
.home-21 .footer-widget .footer-inner .footer-para {
    font-size: 16px;
    color: var(--light-color);
    line-height: 28px;
}

.home-19 .footer-widget .footer-inner .footer-link-list,
.home-20 .footer-widget .footer-inner .footer-link-list,
.home-21 .footer-widget .footer-inner .footer-link-list {
    padding: 0;
}

.home-19 .footer-widget .footer-inner .footer-link-list .list,
.home-20 .footer-widget .footer-inner .footer-link-list .list,
.home-21 .footer-widget .footer-inner .footer-link-list .list {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .footer-widget .footer-inner .footer-link-list .list:not(:last-child),
.home-20 .footer-widget .footer-inner .footer-link-list .list:not(:last-child),
.home-21 .footer-widget .footer-inner .footer-link-list .list:not(:last-child) {
    margin-bottom: 15px;
}

.home-19 .footer-widget .footer-inner .footer-link-list .list:hover a,
.home-20 .footer-widget .footer-inner .footer-link-list .list:hover a,
.home-21 .footer-widget .footer-inner .footer-link-list .list:hover a {
    color: var(--main-color-four);
}

.home-19 .footer-widget .footer-inner .footer-link-list .list a,
.home-20 .footer-widget .footer-inner .footer-link-list .list a,
.home-21 .footer-widget .footer-inner .footer-link-list .list a {
    font-size: 16px;
    font-weight: 400;
    color: var(--light-color);
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.home-19 .footer-widget .footer-inner .footer-link-list .list a:hover,
.home-20 .footer-widget .footer-inner .footer-link-list .list a:hover,
.home-21 .footer-widget .footer-inner .footer-link-list .list a:hover {
    color: var(--main-color-four);
}

.home-19 .footer-widget .footer-inner .footer-link-address,
.home-20 .footer-widget .footer-inner .footer-link-address,
.home-21 .footer-widget .footer-inner .footer-link-address {
    padding: 0;
}

.home-19 .footer-widget .footer-inner .footer-link-address .list:not(:last-child),
.home-20 .footer-widget .footer-inner .footer-link-address .list:not(:last-child),
.home-21 .footer-widget .footer-inner .footer-link-address .list:not(:last-child) {
    margin-bottom: 15px;
}

.home-19 .footer-widget .footer-inner .footer-link-address .list .address,
.home-20 .footer-widget .footer-inner .footer-link-address .list .address,
.home-21 .footer-widget .footer-inner .footer-link-address .list .address {
    font-size: 16px;
    line-height: 26px;
    display: block;
    color: var(--light-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .footer-widget .footer-inner .footer-link-address .list .address:hover,
.home-20 .footer-widget .footer-inner .footer-link-address .list .address:hover,
.home-21 .footer-widget .footer-inner .footer-link-address .list .address:hover {
    color: var(--main-color-four);
}

.home-19 .footer-widget .footer-inner .footer-link-address .list .address i,
.home-20 .footer-widget .footer-inner .footer-link-address .list .address i,
.home-21 .footer-widget .footer-inner .footer-link-address .list .address i {
    color: var(--main-color-four);
}

.home-19 .footer-widget .footer-inner .footer-social-list,
.home-20 .footer-widget .footer-inner .footer-social-list,
.home-21 .footer-widget .footer-inner .footer-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 10px;
}

@media only screen and (max-width: 575.98px) {
    .home-19 .footer-widget .footer-inner .footer-social-list,
    .home-20 .footer-widget .footer-inner .footer-social-list,
    .home-21 .footer-widget .footer-inner .footer-social-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-19 .footer-widget .footer-inner .footer-social-list .lists a,
.home-20 .footer-widget .footer-inner .footer-social-list .lists a,
.home-21 .footer-widget .footer-inner .footer-social-list .lists a {
    color: var(--light-color);
    font-size: 14px;
    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;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 575.98px) {
    .home-19 .footer-widget .footer-inner .footer-social-list .lists a,
    .home-20 .footer-widget .footer-inner .footer-social-list .lists a,
    .home-21 .footer-widget .footer-inner .footer-social-list .lists a {
        font-size: 18px;
        height: 35px;
        width: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .footer-widget .footer-inner .footer-social-list .lists a,
    .home-20 .footer-widget .footer-inner .footer-social-list .lists a,
    .home-21 .footer-widget .footer-inner .footer-social-list .lists a {
        height: 30px;
        width: 30px;
    }
}

.home-19 .footer-widget .footer-inner .footer-social-list .lists a:hover,
.home-20 .footer-widget .footer-inner .footer-social-list .lists a:hover,
.home-21 .footer-widget .footer-inner .footer-social-list .lists a:hover {
    color: #fff;
    background: var(--main-color-four);
}

.home-19 .footer-widget .footer-inner .subscribe-para,
.home-20 .footer-widget .footer-inner .subscribe-para,
.home-21 .footer-widget .footer-inner .subscribe-para {
    font-size: 16px;
    color: var(--light-color);
}

.home-19 .footer-widget .footer-inner .subscribe-form,
.home-20 .footer-widget .footer-inner .subscribe-form,
.home-21 .footer-widget .footer-inner .subscribe-form {
    margin-top: 30px;
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single {
    position: relative;
    max-width: 255px;
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    background: #fff;
    color: var(--light-color);
    border: 1px solid #fff;
    padding: 0 60px 0 20px;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-webkit-input-placeholder,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-webkit-input-placeholder,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-webkit-input-placeholder {
    color: var(--extra-light-color);
    font-size: 16px;
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-moz-placeholder,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-moz-placeholder,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-moz-placeholder {
    color: var(--extra-light-color);
    font-size: 16px;
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:-ms-input-placeholder,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:-ms-input-placeholder,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:-ms-input-placeholder {
    color: var(--extra-light-color);
    font-size: 16px;
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-ms-input-placeholder,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-ms-input-placeholder,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-ms-input-placeholder {
    color: var(--extra-light-color);
    font-size: 16px;
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-webkit-input-placeholder,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-webkit-input-placeholder,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-webkit-input-placeholder {
    color: var(--extra-light-color);
    font-size: 16px;
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-moz-placeholder,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-moz-placeholder,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-moz-placeholder {
    color: var(--extra-light-color);
    font-size: 16px;
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:-ms-input-placeholder,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:-ms-input-placeholder,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:-ms-input-placeholder {
    color: var(--extra-light-color);
    font-size: 16px;
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-ms-input-placeholder,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-ms-input-placeholder,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-ms-input-placeholder {
    color: var(--extra-light-color);
    font-size: 16px;
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::placeholder,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::placeholder,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::placeholder {
    color: var(--extra-light-color);
    font-size: 16px;
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus {
    border: 1px solid rgba(255, 105, 92, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(255, 105, 92, 0.1);
    box-shadow: 0 0 20px rgba(255, 105, 92, 0.1);
}

.home-19 .footer-widget .footer-inner .subscribe-form .widget-form-single button,
.home-20 .footer-widget .footer-inner .subscribe-form .widget-form-single button,
.home-21 .footer-widget .footer-inner .subscribe-form .widget-form-single button {
    outline: none;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 50px;
    background: var(--main-color-four);
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
}

.home-19 .footer-widget .footer-inner .footer-recent-single:not(:last-child),
.home-20 .footer-widget .footer-inner .footer-recent-single:not(:last-child),
.home-21 .footer-widget .footer-inner .footer-recent-single:not(:last-child) {
    margin-bottom: 30px;
}

.home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex,
.home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex,
.home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex,
    .home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex,
    .home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex {
        gap: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex,
    .home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex,
    .home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex {
        gap: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex,
    .home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex,
    .home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex {
        gap: 10px;
    }
}

.home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .recents-thumbs,
.home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .recents-thumbs,
.home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .recents-thumbs {
    max-width: 130px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .recents-thumbs,
    .home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .recents-thumbs,
    .home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .recents-thumbs {
        max-width: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .recents-thumbs,
    .home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .recents-thumbs,
    .home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .recents-thumbs {
        max-width: 90px;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .recents-thumbs,
    .home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .recents-thumbs,
    .home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .recents-thumbs {
        max-width: 90px;
    }
}

.home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text,
.home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text,
.home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para,
.home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para,
.home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para {
    color: var(--light-color);
    font-size: 18px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para,
    .home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para,
    .home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para {
        font-size: 17px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para,
    .home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para,
    .home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para {
        font-size: 16px;
        font-weight: 400;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para,
    .home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para,
    .home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para {
        font-size: 16px;
        font-weight: 400;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para,
    .home-20 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para,
    .home-21 .footer-widget .footer-inner .footer-recent-single .footer-recent-flex .footer-recent-text .footer-recent-para {
        font-weight: 400;
        font-size: 16px;
    }
}

.home-19 .footer-widget .footer-inner .payment-list,
.home-20 .footer-widget .footer-inner .payment-list,
.home-21 .footer-widget .footer-inner .payment-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .footer-widget .footer-inner .payment-list,
    .home-20 .footer-widget .footer-inner .payment-list,
    .home-21 .footer-widget .footer-inner .payment-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-19 .footer-widget .footer-inner .payment-list,
    .home-20 .footer-widget .footer-inner .payment-list,
    .home-21 .footer-widget .footer-inner .payment-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-19 .footer-widget .footer-inner .payment-list .list,
.home-20 .footer-widget .footer-inner .payment-list .list,
.home-21 .footer-widget .footer-inner .payment-list .list {
    background-color: #fff;
}

.home-19 .footer-widget .footer-inner .privacy-list,
.home-20 .footer-widget .footer-inner .privacy-list,
.home-21 .footer-widget .footer-inner .privacy-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767.98px) {
    .home-19 .footer-widget .footer-inner .privacy-list,
    .home-20 .footer-widget .footer-inner .privacy-list,
    .home-21 .footer-widget .footer-inner .privacy-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-19 .footer-widget .footer-inner .privacy-list li,
.home-20 .footer-widget .footer-inner .privacy-list li,
.home-21 .footer-widget .footer-inner .privacy-list li {
    position: relative;
    z-index: 2;
}

.home-19 .footer-widget .footer-inner .privacy-list li:hover a,
.home-20 .footer-widget .footer-inner .privacy-list li:hover a,
.home-21 .footer-widget .footer-inner .privacy-list li:hover a {
    color: var(--main-color-four);
}

.home-19 .footer-widget .footer-inner .privacy-list li:not(:last-child),
.home-20 .footer-widget .footer-inner .privacy-list li:not(:last-child),
.home-21 .footer-widget .footer-inner .privacy-list li:not(:last-child) {
    padding-right: 20px;
}

.home-19 .footer-widget .footer-inner .privacy-list li:not(:first-child),
.home-20 .footer-widget .footer-inner .privacy-list li:not(:first-child),
.home-21 .footer-widget .footer-inner .privacy-list li:not(:first-child) {
    padding-left: 20px;
}

.home-19 .footer-widget .footer-inner .privacy-list li:not(:first-child)::before,
.home-20 .footer-widget .footer-inner .privacy-list li:not(:first-child)::before,
.home-21 .footer-widget .footer-inner .privacy-list li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    height: 20px;
    width: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--extra-light-color);
}

.home-19 .footer-widget .footer-inner .privacy-list li a,
.home-20 .footer-widget .footer-inner .privacy-list li a,
.home-21 .footer-widget .footer-inner .privacy-list li a {
    color: var(--light-color);
}

.home-19 .footer-widget .footer-inner .footer-call,
.home-20 .footer-widget .footer-inner .footer-call,
.home-21 .footer-widget .footer-inner .footer-call {
    display: block;
    color: var(--light-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .footer-widget .footer-inner .footer-call:hover,
.home-20 .footer-widget .footer-inner .footer-call:hover,
.home-21 .footer-widget .footer-inner .footer-call:hover {
    color: var(--main-color-four);
}

.home-19 .footer-widget .footer-inner .footer-contact .contact-item,
.home-20 .footer-widget .footer-inner .footer-contact .contact-item,
.home-21 .footer-widget .footer-inner .footer-contact .contact-item {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.home-19 .footer-widget .footer-inner .footer-contact .contact-item:not(:first-child),
.home-20 .footer-widget .footer-inner .footer-contact .contact-item:not(:first-child),
.home-21 .footer-widget .footer-inner .footer-contact .contact-item:not(:first-child) {
    margin-top: 10px;
}

.home-19 .footer-widget .footer-inner .footer-contact .contact-item:hover,
.home-20 .footer-widget .footer-inner .footer-contact .contact-item:hover,
.home-21 .footer-widget .footer-inner .footer-contact .contact-item:hover {
    color: var(--main-color-four);
}

.home-19 .copyright-area,
.home-20 .copyright-area,
.home-21 .copyright-area {
    padding: 25px 0;
}

.home-19 .copyright-area.copyright-border,
.home-20 .copyright-area.copyright-border,
.home-21 .copyright-area.copyright-border {
    border-top: 1px solid #ebebeb;
}

.home-19 .copyright-area.copyright-border.white-color,
.home-20 .copyright-area.copyright-border.white-color,
.home-21 .copyright-area.copyright-border.white-color {
    border-color: rgba(221, 221, 221, 0.3);
}

.home-19 .copyright-area.style-02,
.home-20 .copyright-area.style-02,
.home-21 .copyright-area.style-02 {
    padding: 0 0 25px;
}

.home-19 .copyright-area .copyright-contents,
.home-20 .copyright-area .copyright-contents,
.home-21 .copyright-area .copyright-contents {
    font-size: 16px;
    color: var(--light-color);
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .home-19 .copyright-area .copyright-contents,
    .home-20 .copyright-area .copyright-contents,
    .home-21 .copyright-area .copyright-contents {
        text-align: center;
        margin-top: 10px;
    }
}

.home-19.white-color .footer-widget .widget-title,
.home-20.white-color .footer-widget .widget-title,
.home-21.white-color .footer-widget .widget-title {
    color: #fff;
}

.home-19.white-color .footer-widget .footer-inner .subscribe-para,
.home-20.white-color .footer-widget .footer-inner .subscribe-para,
.home-21.white-color .footer-widget .footer-inner .subscribe-para {
    color: #fff;
}

.home-19.white-color .footer-widget .footer-inner .footer-link-list .list a,
.home-20.white-color .footer-widget .footer-inner .footer-link-list .list a,
.home-21.white-color .footer-widget .footer-inner .footer-link-list .list a {
    color: #fff;
}

.home-19.white-color .footer-widget .footer-inner .footer-link-list .list a:hover,
.home-20.white-color .footer-widget .footer-inner .footer-link-list .list a:hover,
.home-21.white-color .footer-widget .footer-inner .footer-link-list .list a:hover {
    color: var(--main-color-four);
}

.home-19.white-color .footer-widget .footer-inner .footer-link-address .list .address,
.home-20.white-color .footer-widget .footer-inner .footer-link-address .list .address,
.home-21.white-color .footer-widget .footer-inner .footer-link-address .list .address {
    color: #fff;
}

.home-19.white-color .footer-widget .footer-inner .footer-link-address .list .address:hover,
.home-20.white-color .footer-widget .footer-inner .footer-link-address .list .address:hover,
.home-21.white-color .footer-widget .footer-inner .footer-link-address .list .address:hover {
    color: var(--main-color-four);
}

.home-19.white-color .footer-widget .footer-inner .footer-social-list .lists a,
.home-20.white-color .footer-widget .footer-inner .footer-social-list .lists a,
.home-21.white-color .footer-widget .footer-inner .footer-social-list .lists a {
    background: #DDD;
    color: rgba(255, 255, 255, 0.7);
}

.home-19.white-color .footer-widget .footer-inner .footer-social-list .lists a:hover,
.home-20.white-color .footer-widget .footer-inner .footer-social-list .lists a:hover,
.home-21.white-color .footer-widget .footer-inner .footer-social-list .lists a:hover {
    background: var(--main-color-four);
    color: #fff;
}

.home-19.white-color .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control,
.home-20.white-color .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control,
.home-21.white-color .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control {
    -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
    box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
}

.home-19.white-color .footer-widget .footer-inner .payment-list .list,
.home-20.white-color .footer-widget .footer-inner .payment-list .list,
.home-21.white-color .footer-widget .footer-inner .payment-list .list {
    background: #fff;
}

.home-19.white-color .footer-widget .footer-inner .footer-contact .contact-item,
.home-20.white-color .footer-widget .footer-inner .footer-contact .contact-item,
.home-21.white-color .footer-widget .footer-inner .footer-contact .contact-item {
    color: #fff;
}

.home-19.footer-color-two .footer-list-bars .footer-inner .footer-link-list .list::before,
.home-20.footer-color-two .footer-list-bars .footer-inner .footer-link-list .list::before,
.home-21.footer-color-two .footer-list-bars .footer-inner .footer-link-list .list::before {
    background: var(--main-color-two);
}

.home-19.footer-color-two .footer-widget .footer-inner .footer-link-list .list::before,
.home-20.footer-color-two .footer-widget .footer-inner .footer-link-list .list::before,
.home-21.footer-color-two .footer-widget .footer-inner .footer-link-list .list::before {
    color: var(--main-color-two);
}

.home-19.footer-color-two .footer-widget .footer-inner .footer-link-list .list:hover a,
.home-20.footer-color-two .footer-widget .footer-inner .footer-link-list .list:hover a,
.home-21.footer-color-two .footer-widget .footer-inner .footer-link-list .list:hover a {
    color: var(--main-color-two);
}

.home-19.footer-color-two .footer-widget .footer-inner .footer-link-address .list .address:hover,
.home-20.footer-color-two .footer-widget .footer-inner .footer-link-address .list .address:hover,
.home-21.footer-color-two .footer-widget .footer-inner .footer-link-address .list .address:hover {
    color: var(--main-color-two);
}

.home-19.footer-color-two .footer-widget .footer-inner .footer-link-address .list .address i,
.home-20.footer-color-two .footer-widget .footer-inner .footer-link-address .list .address i,
.home-21.footer-color-two .footer-widget .footer-inner .footer-link-address .list .address i {
    color: var(--main-color-two);
}

.home-19.footer-color-two .footer-widget .footer-inner .footer-social-list .lists a:hover,
.home-20.footer-color-two .footer-widget .footer-inner .footer-social-list .lists a:hover,
.home-21.footer-color-two .footer-widget .footer-inner .footer-social-list .lists a:hover {
    color: #fff;
    background: var(--main-color-two);
}

.home-19.footer-color-two .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus,
.home-20.footer-color-two .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus,
.home-21.footer-color-two .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus {
    border: 1px solid rgba(0, 136, 221, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 136, 221, 0.1);
    box-shadow: 0 0 20px rgba(0, 136, 221, 0.1);
}

.home-19.footer-color-two .footer-widget .footer-inner .subscribe-form .widget-form-single button,
.home-20.footer-color-two .footer-widget .footer-inner .subscribe-form .widget-form-single button,
.home-21.footer-color-two .footer-widget .footer-inner .subscribe-form .widget-form-single button {
    background: var(--main-color-two);
}

.home-19.footer-color-two .footer-widget .footer-inner .privacy-list li:hover a,
.home-20.footer-color-two .footer-widget .footer-inner .privacy-list li:hover a,
.home-21.footer-color-two .footer-widget .footer-inner .privacy-list li:hover a {
    color: var(--main-color-two);
}

.home-19.footer-color-two .footer-widget .footer-inner .footer-social-two .lists a:hover,
.home-20.footer-color-two .footer-widget .footer-inner .footer-social-two .lists a:hover,
.home-21.footer-color-two .footer-widget .footer-inner .footer-social-two .lists a:hover {
    color: var(--main-color-two);
}

.home-19.footer-color-two .footer-widget .footer-inner .footer-call:hover,
.home-20.footer-color-two .footer-widget .footer-inner .footer-call:hover,
.home-21.footer-color-two .footer-widget .footer-inner .footer-call:hover {
    color: var(--main-color-two);
}

.home-19.footer-color-two .footer-widget .footer-inner .footer-contact .contact-item:hover,
.home-20.footer-color-two .footer-widget .footer-inner .footer-contact .contact-item:hover,
.home-21.footer-color-two .footer-widget .footer-inner .footer-contact .contact-item:hover {
    color: var(--main-color-two);
}

.home-19.footer-color-three .footer-list-bars .footer-inner .footer-link-list .list::before,
.home-20.footer-color-three .footer-list-bars .footer-inner .footer-link-list .list::before,
.home-21.footer-color-three .footer-list-bars .footer-inner .footer-link-list .list::before {
    background: var(--main-color-three);
}

.home-19.footer-color-three .footer-widget .footer-inner .footer-link-list .list::before,
.home-20.footer-color-three .footer-widget .footer-inner .footer-link-list .list::before,
.home-21.footer-color-three .footer-widget .footer-inner .footer-link-list .list::before {
    color: var(--main-color-three);
}

.home-19.footer-color-three .footer-widget .footer-inner .footer-link-list .list:hover a,
.home-20.footer-color-three .footer-widget .footer-inner .footer-link-list .list:hover a,
.home-21.footer-color-three .footer-widget .footer-inner .footer-link-list .list:hover a {
    color: var(--main-color-three);
}

.home-19.footer-color-three .footer-widget .footer-inner .footer-link-address .list .address:hover,
.home-20.footer-color-three .footer-widget .footer-inner .footer-link-address .list .address:hover,
.home-21.footer-color-three .footer-widget .footer-inner .footer-link-address .list .address:hover {
    color: var(--main-color-three);
}

.home-19.footer-color-three .footer-widget .footer-inner .footer-link-address .list .address i,
.home-20.footer-color-three .footer-widget .footer-inner .footer-link-address .list .address i,
.home-21.footer-color-three .footer-widget .footer-inner .footer-link-address .list .address i {
    color: var(--main-color-three);
}

.home-19.footer-color-three .footer-widget .footer-inner .footer-social-list .lists a:hover,
.home-20.footer-color-three .footer-widget .footer-inner .footer-social-list .lists a:hover,
.home-21.footer-color-three .footer-widget .footer-inner .footer-social-list .lists a:hover {
    color: #fff;
    background: var(--main-color-three);
}

.home-19.footer-color-three .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus,
.home-20.footer-color-three .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus,
.home-21.footer-color-three .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus {
    border: 1px solid rgba(255, 128, 93, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(255, 128, 93, 0.1);
    box-shadow: 0 0 20px rgba(255, 128, 93, 0.1);
}

.home-19.footer-color-three .footer-widget .footer-inner .subscribe-form .widget-form-single button,
.home-20.footer-color-three .footer-widget .footer-inner .subscribe-form .widget-form-single button,
.home-21.footer-color-three .footer-widget .footer-inner .subscribe-form .widget-form-single button {
    background: var(--main-color-three);
}

.home-19.footer-color-three .footer-widget .footer-inner .privacy-list li:hover a,
.home-20.footer-color-three .footer-widget .footer-inner .privacy-list li:hover a,
.home-21.footer-color-three .footer-widget .footer-inner .privacy-list li:hover a {
    color: var(--main-color-three);
}

.home-19.footer-color-three .footer-widget .footer-inner .footer-social-two .lists a:hover,
.home-20.footer-color-three .footer-widget .footer-inner .footer-social-two .lists a:hover,
.home-21.footer-color-three .footer-widget .footer-inner .footer-social-two .lists a:hover {
    color: var(--main-color-three);
}

.home-19.footer-color-three .footer-widget .footer-inner .footer-call:hover,
.home-20.footer-color-three .footer-widget .footer-inner .footer-call:hover,
.home-21.footer-color-three .footer-widget .footer-inner .footer-call:hover {
    color: var(--main-color-three);
}

.home-19.footer-color-three .footer-widget .footer-inner .footer-contact .contact-item:hover,
.home-20.footer-color-three .footer-widget .footer-inner .footer-contact .contact-item:hover,
.home-21.footer-color-three .footer-widget .footer-inner .footer-contact .contact-item:hover {
    color: var(--main-color-three);
}

.home-19.footer-color-four .footer-list-bars .footer-inner .footer-link-list .list i,
.home-20.footer-color-four .footer-list-bars .footer-inner .footer-link-list .list i,
.home-21.footer-color-four .footer-list-bars .footer-inner .footer-link-list .list i {
    color: var(--main-color-four);
}

.home-19.footer-color-four .footer-list-bars .footer-inner .footer-link-list .list::before,
.home-20.footer-color-four .footer-list-bars .footer-inner .footer-link-list .list::before,
.home-21.footer-color-four .footer-list-bars .footer-inner .footer-link-list .list::before {
    background: var(--main-color-four);
}

.home-19.footer-color-four .footer-widget .footer-inner .footer-link-list .list i,
.home-20.footer-color-four .footer-widget .footer-inner .footer-link-list .list i,
.home-21.footer-color-four .footer-widget .footer-inner .footer-link-list .list i {
    color: var(--main-color-four);
}

.home-19.footer-color-four .footer-widget .footer-inner .footer-link-list .list::before,
.home-20.footer-color-four .footer-widget .footer-inner .footer-link-list .list::before,
.home-21.footer-color-four .footer-widget .footer-inner .footer-link-list .list::before {
    color: var(--main-color-four);
}

.home-19.footer-color-four .footer-widget .footer-inner .footer-link-list .list:hover a,
.home-20.footer-color-four .footer-widget .footer-inner .footer-link-list .list:hover a,
.home-21.footer-color-four .footer-widget .footer-inner .footer-link-list .list:hover a {
    color: var(--main-color-four);
}

.home-19.footer-color-four .footer-widget .footer-inner .footer-link-address .list .address:hover,
.home-20.footer-color-four .footer-widget .footer-inner .footer-link-address .list .address:hover,
.home-21.footer-color-four .footer-widget .footer-inner .footer-link-address .list .address:hover {
    color: var(--main-color-four);
}

.home-19.footer-color-four .footer-widget .footer-inner .footer-link-address .list .address i,
.home-20.footer-color-four .footer-widget .footer-inner .footer-link-address .list .address i,
.home-21.footer-color-four .footer-widget .footer-inner .footer-link-address .list .address i {
    color: var(--main-color-four);
}

.home-19.footer-color-four .footer-widget .footer-inner .footer-social-list .lists a:hover,
.home-20.footer-color-four .footer-widget .footer-inner .footer-social-list .lists a:hover,
.home-21.footer-color-four .footer-widget .footer-inner .footer-social-list .lists a:hover {
    color: #fff;
    background: var(--main-color-four);
}

.home-19.footer-color-four .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus,
.home-20.footer-color-four .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus,
.home-21.footer-color-four .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus {
    border: 1px solid rgba(var(--main-color-four-rgb), 0.2);
    -webkit-box-shadow: 0 0 10px rgba(var(--main-color-four-rgb), 0.2);
    box-shadow: 0 0 10px rgba(var(--main-color-four-rgb), 0.2);
}

.home-19.footer-color-four .footer-widget .footer-inner .subscribe-form .widget-form-single button,
.home-20.footer-color-four .footer-widget .footer-inner .subscribe-form .widget-form-single button,
.home-21.footer-color-four .footer-widget .footer-inner .subscribe-form .widget-form-single button {
    background: var(--main-color-four);
}

.home-19.footer-color-four .footer-widget .footer-inner .privacy-list li:hover a,
.home-20.footer-color-four .footer-widget .footer-inner .privacy-list li:hover a,
.home-21.footer-color-four .footer-widget .footer-inner .privacy-list li:hover a {
    color: var(--main-color-four);
}

.home-19.footer-color-four .footer-widget .footer-inner .footer-social-two .lists a:hover,
.home-20.footer-color-four .footer-widget .footer-inner .footer-social-two .lists a:hover,
.home-21.footer-color-four .footer-widget .footer-inner .footer-social-two .lists a:hover {
    color: var(--main-color-four);
}

.home-19.footer-color-four .footer-widget .footer-inner .footer-call:hover,
.home-20.footer-color-four .footer-widget .footer-inner .footer-call:hover,
.home-21.footer-color-four .footer-widget .footer-inner .footer-call:hover {
    color: var(--main-color-four);
}

.home-19.footer-color-four .footer-widget .footer-inner .footer-contact .contact-item:hover,
.home-20.footer-color-four .footer-widget .footer-inner .footer-contact .contact-item:hover,
.home-21.footer-color-four .footer-widget .footer-inner .footer-contact .contact-item:hover {
    color: var(--main-color-four);
}

.home-19.footer-color-five .footer-list-bars .footer-inner .footer-link-list .list i,
.home-20.footer-color-five .footer-list-bars .footer-inner .footer-link-list .list i,
.home-21.footer-color-five .footer-list-bars .footer-inner .footer-link-list .list i {
    color: var(--main-color-five);
}

.home-19.footer-color-five .footer-list-bars .footer-inner .footer-link-list .list::before,
.home-20.footer-color-five .footer-list-bars .footer-inner .footer-link-list .list::before,
.home-21.footer-color-five .footer-list-bars .footer-inner .footer-link-list .list::before {
    background: var(--main-color-five);
}

.home-19.footer-color-five .footer-widget .footer-inner .footer-link-list .list i,
.home-20.footer-color-five .footer-widget .footer-inner .footer-link-list .list i,
.home-21.footer-color-five .footer-widget .footer-inner .footer-link-list .list i {
    color: var(--main-color-five);
}

.home-19.footer-color-five .footer-widget .footer-inner .footer-link-list .list::before,
.home-20.footer-color-five .footer-widget .footer-inner .footer-link-list .list::before,
.home-21.footer-color-five .footer-widget .footer-inner .footer-link-list .list::before {
    color: var(--main-color-five);
}

.home-19.footer-color-five .footer-widget .footer-inner .footer-link-list .list:hover a,
.home-20.footer-color-five .footer-widget .footer-inner .footer-link-list .list:hover a,
.home-21.footer-color-five .footer-widget .footer-inner .footer-link-list .list:hover a {
    color: var(--main-color-five);
}

.home-19.footer-color-five .footer-widget .footer-inner .footer-link-address .list .address:hover,
.home-20.footer-color-five .footer-widget .footer-inner .footer-link-address .list .address:hover,
.home-21.footer-color-five .footer-widget .footer-inner .footer-link-address .list .address:hover {
    color: var(--main-color-five);
}

.home-19.footer-color-five .footer-widget .footer-inner .footer-link-address .list .address i,
.home-20.footer-color-five .footer-widget .footer-inner .footer-link-address .list .address i,
.home-21.footer-color-five .footer-widget .footer-inner .footer-link-address .list .address i {
    color: var(--main-color-five);
}

.home-19.footer-color-five .footer-widget .footer-inner .footer-social-list .lists a:hover,
.home-20.footer-color-five .footer-widget .footer-inner .footer-social-list .lists a:hover,
.home-21.footer-color-five .footer-widget .footer-inner .footer-social-list .lists a:hover {
    color: var(--heading-color);
    background: var(--main-color-five);
}

.home-19.footer-color-five .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus,
.home-20.footer-color-five .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus,
.home-21.footer-color-five .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus {
    border: 1px solid rgba(var(--main-color-five-rgb), 0.2);
    -webkit-box-shadow: 0 0 10px rgba(var(--main-color-five-rgb), 0.2);
    box-shadow: 0 0 10px rgba(var(--main-color-five-rgb), 0.2);
}

.home-19.footer-color-five .footer-widget .footer-inner .subscribe-form .widget-form-single button,
.home-20.footer-color-five .footer-widget .footer-inner .subscribe-form .widget-form-single button,
.home-21.footer-color-five .footer-widget .footer-inner .subscribe-form .widget-form-single button {
    background: var(--main-color-five);
}

.home-19.footer-color-five .footer-widget .footer-inner .privacy-list li:hover a,
.home-20.footer-color-five .footer-widget .footer-inner .privacy-list li:hover a,
.home-21.footer-color-five .footer-widget .footer-inner .privacy-list li:hover a {
    color: var(--main-color-five);
}

.home-19.footer-color-five .footer-widget .footer-inner .footer-social-two .lists a:hover,
.home-20.footer-color-five .footer-widget .footer-inner .footer-social-two .lists a:hover,
.home-21.footer-color-five .footer-widget .footer-inner .footer-social-two .lists a:hover {
    color: var(--main-color-five);
}

.home-19.footer-color-five .footer-widget .footer-inner .footer-call:hover,
.home-20.footer-color-five .footer-widget .footer-inner .footer-call:hover,
.home-21.footer-color-five .footer-widget .footer-inner .footer-call:hover {
    color: var(--main-color-five);
}

.home-19.footer-color-five .footer-widget .footer-inner .footer-contact .contact-item:hover,
.home-20.footer-color-five .footer-widget .footer-inner .footer-contact .contact-item:hover,
.home-21.footer-color-five .footer-widget .footer-inner .footer-contact .contact-item:hover {
    color: var(--main-color-five);
}

.home-19 .footer-middle-border div[class*=col],
.home-20 .footer-middle-border div[class*=col],
.home-21 .footer-middle-border div[class*=col] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .footer-middle-border div[class*=col],
    .home-20 .footer-middle-border div[class*=col],
    .home-21 .footer-middle-border div[class*=col] {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.home-19 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before,
.home-20 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before,
.home-21 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before {
    content: "";
    position: absolute;
    height: 200px;
    width: 1px;
    left: -50%;
    top: 0;
    background: rgba(221, 221, 221, 0.5);
    z-index: 0;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-19 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before,
    .home-20 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before,
    .home-21 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before {
        left: -25%;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before,
    .home-20 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before,
    .home-21 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before {
        left: -20%;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before,
    .home-20 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before,
    .home-21 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before {
        left: -15%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before,
    .home-20 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before,
    .home-21 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before {
        left: -10%;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before,
    .home-20 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before,
    .home-21 .footer-middle-border div[class*=col]:not(:first-child) .footer-widget::before {
        display: none;
    }
}

.home-19 .footer-list-bars .footer-inner .footer-link-list .list,
.home-20 .footer-list-bars .footer-inner .footer-link-list .list,
.home-21 .footer-list-bars .footer-inner .footer-link-list .list {
    padding-left: 40px;
}

.home-19 .footer-list-bars .footer-inner .footer-link-list .list::before,
.home-20 .footer-list-bars .footer-inner .footer-link-list .list::before,
.home-21 .footer-list-bars .footer-inner .footer-link-list .list::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--main-color-four);
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .footer-list-bars .footer-inner .footer-link-list .list:hover::before,
.home-20 .footer-list-bars .footer-inner .footer-link-list .list:hover::before,
.home-21 .footer-list-bars .footer-inner .footer-link-list .list:hover::before {
    height: 5px;
}

.home-20 .footer-widget .widget-title {
    font-family: var(--heading-font-home-20);
    font-size: 24px;
    font-weight: 500;
}

.home-20 .copyright-contents {
    text-align: right;
}

@media only screen and (max-width: 767.98px) {
    .home-20 .copyright-contents {
        text-align: center;
    }
}

.home-21 .footer-agency img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: -1;
}

.home-21 .widget.footer-widget .widget-title {
    font-family: var(--heading-font-home-21);
    font-size: 28px;
    font-weight: 500;
    color: var(--heading-color);
}

.home-21 .footer-inner .subscribe-para {
    font-family: var(--body-font-home-21);
}

.home-21 .footer-inner .footer-contact .contact-item {
    font-family: var(--body-font-home-21);
}

.home-21 .footer-inner .footer-link-list .list a {
    font-family: var(--body-font-home-21);
}

.home-21 .copyright-contents {
    font-family: var(--body-font-home-21);
}


/* Banner  */

.home-19 .banner-area {
    position: relative;
    z-index: 1;
    padding: 0;
    overflow: hidden;
}

.home-19 .banner-middle-content {
    position: relative;
    z-index: 0;
}

.home-19 .banner-middle-content .banner-middle-image {
    position: relative;
    z-index: 2;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .banner-middle-content .banner-middle-image::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.3);
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .banner-middle-content .banner-middle-image::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.3);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .banner-middle-content .banner-middle-image::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.3);
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .banner-middle-content .banner-middle-image::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.3);
    }
}

.home-19 .banner-middle-content .banner-middle-image .banner-single-thumb {
    position: absolute;
    right: 150px;
    bottom: 0;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-19 .banner-middle-content .banner-middle-image .banner-single-thumb {
        right: 100px;
        max-width: 740px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .banner-middle-content .banner-middle-image .banner-single-thumb {
        max-width: 650px;
        right: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .banner-middle-content .banner-middle-image .banner-single-thumb {
        max-width: 600px;
        right: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .banner-middle-content .banner-middle-image .banner-single-thumb {
        max-width: 600px;
        right: 40px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .banner-middle-content .banner-middle-image .banner-single-thumb {
        max-width: 400px;
        right: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .home-19 .banner-middle-content .banner-middle-image .banner-single-thumb {
        display: none;
    }
}

.home-19 .banner-middle-content .banner-middle-image .middle-content {
    max-width: 900px;
    padding: 150px 0 150px 150px;
    position: relative;
    z-index: 5;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content {
        padding: 150px 0 150px 100px;
        max-width: 800px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content {
        padding: 130px 0 130px 60px;
        max-width: 700px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content {
        padding: 120px 0 120px 40px;
        max-width: 630px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content {
        padding: 120px 0 120px 40px;
        max-width: 550px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content {
        max-width: 450px;
        padding: 80px 0 80px 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content {
        max-width: 350px;
        padding: 80px 0 80px 20px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content {
        max-width: 100%;
        padding: 80px 0 80px 20px;
    }
}

.home-19 .banner-middle-content .banner-middle-image .middle-content .middle-span {
    font-size: 22px;
    line-height: 30px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .middle-span {
        color: var(--heading-color) !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .middle-span {
        font-size: 20px !important;
        color: var(--heading-color) !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .middle-span {
        font-size: 18px !important;
        color: var(--heading-color) !important;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .middle-span {
        font-size: 18px !important;
        color: var(--heading-color) !important;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .middle-span {
        font-size: 15px !important;
    }
}

.home-19 .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 100px;
    line-height: 120px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
        font-size: 90px;
        line-height: 100px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
        font-size: 80px;
        line-height: 90px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
        font-size: 75px;
        line-height: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
        font-size: 50px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
        font-size: 32px;
    }
}

.home-19 .banner-middle-content .banner-middle-image .middle-content .banner-middle-title:hover {
    color: var(--main-color-three);
}

.home-19 .banner-middle-content .banner-middle-image .middle-content .banner-middle-title.hover-color-two:hover {
    color: var(--main-color-two);
}

.home-19 .banner-middle-content .banner-middle-image .middle-content .banner-middle-title.hover-color-three:hover {
    color: var(--main-color-three);
}

.home-19 .banner-middle-content .banner-middle-image .middle-content .banner-middle-title.hover-color-four:hover {
    color: var(--main-color-four);
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .banner-middle-content .banner-middle-image .middle-content .btn-buy {
        margin-top: 20px;
        font-size: 18px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .banner-right-image-content {
        margin-top: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-19 .banner-right-image-content {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .banner-right-image-content .single-right-image {
        padding: 23px 0;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .banner-right-image-content .single-right-image:not(:last-child) {
        margin-bottom: 0;
        margin-right: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-19 .banner-right-image-content .single-right-image:not(:last-child) {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.home-19 .single-right-image {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0;
}

.home-19 .single-right-image:not(:last-child) {
    margin-bottom: 35px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
    .home-19 .single-right-image:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .single-right-image:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .single-right-image::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.3);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .single-right-image::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.3);
    }
}

.home-19 .single-right-image img {
    margin: 0 auto;
    text-align: center;
}

.home-19 .single-right-image .banner-right-contents {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 0;
    text-align: left;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .single-right-image .banner-right-contents {
        top: 20px;
        left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .single-right-image .banner-right-contents {
        top: 20px;
        left: 20px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .single-right-image .banner-right-contents {
        top: 20px;
        left: 20px;
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-19 .single-right-image .banner-right-contents {
        font-size: 20px !important;
    }
}

.home-19 .single-right-image .banner-right-title {
    text-transform: uppercase;
    z-index: 9;
}

.home-19 .single-right-image .banner-right-title:hover {
    color: var(--main-color-three);
}

.home-19 .single-right-image .btn-shop-right {
    color: var(--main-color-three);
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    -webkit-text-decoration: underline var(--main-color-three);
    text-decoration: underline var(--main-color-three);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .banner-right-sidebar {
        margin-top: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .banner-right-sidebar {
        margin-top: 24px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .banner-right-sidebar {
        margin-top: 24px;
    }
}

.home-20 .banner-contents-wrapper {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-20 .banner-contents-wrapper {
        margin-bottom: 50px;
    }
}

.home-20 .banner-contents {
    max-width: 540px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    background: #fff;
    padding: 30px 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-20 .banner-contents {
        position: relative;
        bottom: 0;
        right: 0;
        margin: 30px auto 50px;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .home-20 .banner-contents {
        padding: 0 20px 20px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .banner-contents {
        padding: 0 10px 20px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-20 .banner-contents .tag-title-contents {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-20 .banner-contents .banner-title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: var(--heading-font-home-20);
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-20 .banner-contents .banner-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-20 .banner-contents .banner-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 480px) {
    .home-20 .banner-contents .banner-title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .banner-contents .banner-title {
        font-size: 22px;
        line-height: 32px;
    }
}

.home-20 .banner-contents .banner-title:hover {
    color: var(--main-color-four);
}

.home-20 .banner-contents .common-para {
    color: var(--light-color);
}

.home-20 .banner-contents .btn-wrapper .cmn-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color-four);
    text-decoration: underline;
}

.home-20 .banner-contents .banner-dates {
    font-size: 16px;
    line-height: 28px;
    color: var(--extra-light-color);
    display: block;
}

@media only screen and (max-width: 480px) {
    .home-20 .banner-contents .banner-dates {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .banner-contents .banner-dates {
        font-size: 14px;
    }
}

.home-20 .banner-contents-wrapper .btn-wrapper .cmn-btn {
    padding: 0;
}

.home-19 .tag-title-contents,
.home-20 .tag-title-contents,
.home-21 .tag-title-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.home-19 .tag-title-contents .tag-title,
.home-20 .tag-title-contents .tag-title,
.home-21 .tag-title-contents .tag-title {
    color: var(--light-color);
    font-size: 16px;
    position: relative;
    padding-left: 35px;
}

@media only screen and (max-width: 480px) {
    .home-19 .tag-title-contents .tag-title,
    .home-20 .tag-title-contents .tag-title,
    .home-21 .tag-title-contents .tag-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .tag-title-contents .tag-title,
    .home-20 .tag-title-contents .tag-title,
    .home-21 .tag-title-contents .tag-title {
        font-size: 14px;
    }
}

.home-19 .tag-title-contents .tag-title::before,
.home-20 .tag-title-contents .tag-title::before,
.home-21 .tag-title-contents .tag-title::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--main-color-four);
}

.home-19 .tag-title-contents .tag-title:hover,
.home-20 .tag-title-contents .tag-title:hover,
.home-21 .tag-title-contents .tag-title:hover {
    color: var(--main-color-four);
}

.home-21 .banner-bottom-mask img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -5;
}

.home-21.banner-area {
    padding-top: 160px;
    position: sticky;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21.banner-area {
        padding-bottom: 70px;
        padding-top: 150px;
    }
}

.home-21 .banner-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    right: 0%;
    z-index: 92;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .banner-social-links {
        display: none;
    }
}

.home-21 .banner-social-links .social-item {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--extra-light-color);
    font-family: var(--body-font-home-21);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-21 .banner-social-links .social-item:hover {
    color: var(--heading-color);
}

.home-21 .agency-top-thumb {
    position: absolute;
    right: 0;
    top: 150px;
    z-index: 91;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .agency-top-thumb {
        z-index: -1;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .agency-top-thumb {
        z-index: -1;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .agency-top-thumb {
        z-index: -1;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .agency-top-thumb {
        display: none;
    }
}

.home-21 .banner-contents .banner-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 110px;
    color: var(--heading-color);
    font-family: var(--heading-font-home-21);
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .banner-contents .banner-title {
        font-size: 70px;
        line-height: 100px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .banner-contents .banner-title {
        font-size: 60px;
        line-height: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .banner-contents .banner-title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .banner-contents .banner-title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-21 .banner-contents .banner-title {
        font-size: 55px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 480px) {
    .home-21 .banner-contents .banner-title {
        font-size: 45px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 375px) {
    .home-21 .banner-contents .banner-title {
        font-size: 36px;
        line-height: 45px;
    }
}

.home-21 .banner-contents .banner-title .banner-title-shape {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.home-21 .banner-contents .banner-title .banner-title-shape img {
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 100%;
    z-index: -1;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .banner-contents .banner-title .banner-title-shape img {
        bottom: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .banner-contents .banner-title .banner-title-shape img {
        bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .banner-contents .banner-title .banner-title-shape img {
        bottom: 5px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .banner-contents .banner-title .banner-title-shape img {
        bottom: 0px;
    }
}

.home-21 .banner-contents .banner-small-title {
    font-size: 24px;
    font-family: var(--heading-font-home-21);
    line-height: 42px;
    margin-top: 30px;
    font-weight: 600;
    color: var(--heading-color-home-19);
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .banner-contents .banner-small-title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .banner-contents .banner-small-title {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .banner-contents .banner-small-title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .banner-contents .banner-small-title {
        font-size: 20px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .home-21 .banner-contents .banner-small-title {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 375px) {
    .home-21 .banner-contents .banner-small-title {
        font-size: 16px;
    }
}

.home-21 .banner-contents .banner-btn-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .banner-contents .banner-btn-contents {
        gap: 20px;
    }
}

.home-21 .banner-contents .banner-btn-contents .need-help {
    font-size: 16px;
    color: var(--extra-light-color);
    font-family: var(--body-font-home-21);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.home-21 .banner-contents .banner-btn-contents .need-help a {
    font-size: 24px;
    font-weight: 500;
    color: var(--heading-color);
    font-family: var(--heading-font-home-21);
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .banner-contents .banner-btn-contents .need-help a {
        font-size: 20px;
    }
}

.home-21 .banner-wrapper-thumb {
    position: relative;
    z-index: 1;
}

.home-21 .banner-wrapper-thumb .banner-thumb-shape img:nth-child(1) {
    position: absolute;
    bottom: -50px;
    left: 0px;
    z-index: 91;
}

.home-21 .banner-wrapper-thumb .banner-thumb-shape img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: -30px;
    z-index: 91;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .banner-wrapper-thumb .banner-thumb-shape img:nth-child(2) {
        display: none;
    }
}

.home-21 .banner-wrapper-thumb .banner-single-thumb {
    position: relative;
    z-index: 1;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    margin-bottom: 50px;
    padding-right: 70px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-21 .banner-wrapper-thumb .banner-single-thumb {
        padding-right: 145px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .banner-wrapper-thumb .banner-single-thumb {
        padding-right: 120px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .banner-wrapper-thumb .banner-single-thumb {
        padding-right: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .banner-wrapper-thumb .banner-single-thumb {
        padding-right: 90px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .banner-wrapper-thumb .banner-single-thumb {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        padding-right: 0;
    }
}

.home-21 .banner-wrapper-thumb .banner-single-thumb::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 0px;
    width: 300px;
    height: 500px;
    background-color: var(--main-color-five);
    z-index: -1;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-21 .banner-wrapper-thumb .banner-single-thumb::after {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
        right: 90px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .banner-wrapper-thumb .banner-single-thumb::after {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
        right: 65px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .banner-wrapper-thumb .banner-single-thumb::after {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
        right: 55px;
        height: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .banner-wrapper-thumb .banner-single-thumb::after {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
        right: 55px;
        height: 300px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .banner-wrapper-thumb .banner-single-thumb::after {
        display: none;
    }
}

.home-21 .banner-wrapper-thumb .banner-single-thumb img {
    position: relative;
    z-index: 1;
}


/* Banner Ads Area */

.home-20.banner-ads-area .single-banner-ads .banner-link img {
    margin: 0 auto;
}


/* Topbar area */


/* Top bar area */

.home-19.topbar-area {
    padding: 10px 0;
}

.home-19.topbar-area.index-03 {
    padding: 0;
}

@media only screen and (max-width: 575.98px) {
    .home-19.topbar-area {
        text-align: center;
    }
}

.home-19 .topbar-lang-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575.98px) {
    .home-19 .topbar-lang-contents {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-19 .topbar-lang-contents .lang {
    color: var(--light-color);
    font-size: 17px;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .topbar-lang-contents .lang {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .home-19 .topbar-lang-contents .lang {
        font-size: 15px;
    }
}

.home-19 .topbar-lang-contents .lang:hover {
    color: var(--main-color-three);
}

.home-19 .topbar-lang-contents .lang:not(:last-child) {
    padding-right: 15px;
}

.home-19 .topbar-lang-contents .lang:not(:first-child) {
    padding-left: 15px;
}

.home-19 .topbar-lang-contents .lang-line {
    position: relative;
    display: inline-block;
}

.home-19 .topbar-lang-contents .lang-line::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: var(--light-color);
}

.home-19 .topbar-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 575.98px) {
    .home-19 .topbar-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 5px;
    }
}

.home-19 .topbar-social li a {
    display: inline-block;
    font-size: 16px;
    color: var(--light-color);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    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;
    height: 30px;
    width: 30px;
    background: none;
    border-radius: 5px;
}

.home-19 .topbar-social li a:hover {
    color: #fff;
    background-color: var(--main-color-three);
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .topbar-social li a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-19 .topbar-social li a {
        font-size: 16px;
    }
}

.home-19 .lang-contents-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
}

@media only screen and (max-width: 575.98px) {
    .home-19 .lang-contents-wrapper ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-variant-19.topbar-area {
    border-bottom: 2px solid #F2F3F5;
    padding: 10px 0;
}

.home-variant-19.topbar-area #langchange {
    color: var(--light-color);
}

.home-variant-19.topbar-area .login-register {
    color: var(--light-color);
}

.home-20.top-bar-area {
    background-color: var(--heading-color);
}

.home-20 .top-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-20 .top-bar-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-20 .top-bar-inner ul li {
    display: inline-block;
}

.home-20 .top-bar-inner ul li+li {
    margin-left: 15px;
}

.home-20 .top-bar-inner ul li a,
.home-20 #langchange {
    color: #f2f2f2;
}

.home-20 #langchange option {
    color: #000;
}

.home-20 #langchange {
    background-color: transparent;
    border: none;
    color: #f1f1f1;
    cursor: pointer;
}

.home-20 .lang-contents-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
}

@media only screen and (max-width: 575.98px) {
    .home-20 .lang-contents-wrapper ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-21.top-bar-area {
    background-color: var(--heading-color);
}

.home-21 .top-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-21 .top-bar-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-21 .top-bar-inner ul li {
    display: inline-block;
}

.home-21 .top-bar-inner ul li+li {
    margin-left: 15px;
}

.home-21 .top-bar-inner ul li a,
.home-21 #langchange {
    color: #f2f2f2;
}

.home-21 #langchange option {
    color: #000;
}

.home-21 #langchange {
    background-color: transparent;
    border: none;
    color: #f1f1f1;
    cursor: pointer;
}

.home-21 .lang-contents-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
}

@media only screen and (max-width: 575.98px) {
    .home-21 .lang-contents-wrapper ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-variant-21 {
    padding: 10px 0;
}


/* Top-menu-category */

.home-19 .top-menu-category {
    position: relative;
    z-index: 1;
    width: 300px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .top-menu-category {
        margin-bottom: 10px;
        margin-top: 20px;
        width: 100%;
    }
}

.home-19 .single-category-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .single-category-flex {
        padding: 18px 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .single-category-flex {
        padding: 18px 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .single-category-flex {
        padding: 10px 20px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .single-category-flex {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-19 .single-category-flex {
        padding: 13px 20px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .single-category-flex {
        padding: 10px 20px;
    }
}

.home-19 .navbar-area-side {
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .navbar-area-side {
        top: 50px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .navbar-area-side {
        padding: 10px;
        width: 100%;
        top: 75px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-19 .navbar-area-side {
        top: 70px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .navbar-area-side {
        top: 60px;
    }
}

.home-19 .navbar-area-side.active {
    visibility: hidden;
    opacity: 0;
}

.home-19 .cate-list {
    width: 100%;
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .cate-list:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

@media (min-width: 1200px) and (max-width: 1880px) {
    .home-19 .cate-list {
        padding: 20px 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .cate-list {
        padding: 10px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .cate-list {
        padding: 10px 10px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .cate-list {
        padding: 15px 10px;
    }
}

.home-19 .cate-list.menu-item-has-children {
    position: relative;
    z-index: 1;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .cate-list.menu-item-has-children.active::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.home-19 .cate-list.menu-item-has-children::after {
    content: "";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    right: 20px;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .cate-list.menu-item-has-children::after {
        right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .cate-list.menu-item-has-children::after {
        right: 5px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .cate-list.menu-item-has-children::after {
        top: 31px;
        right: 7px;
        transform: unset;
    }
    .home-19 .cate-list {
        display: block;
    }
    .navbar-nav-right {
        margin-bottom: 10px;
    }
}

.home-19 .cate-list.menu-item-has-children:hover::after {
    color: var(--main-color-three);
}

.home-19 .cate-list.menu-item-has-children:hover .category-megamenu {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.home-19 .cate-list:hover .category-menu-inner .category-menu-image img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.home-19 .cate-list:hover .category-menu-inner .category-list .title {
    color: var(--main-color-three);
}

.home-19 .cate-list .category-megamenu {
    position: absolute;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 100%;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 992;
    border-bottom: 4px solid var(--main-color-three);
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 10px 30px 30px;
    min-width: 800px;
    max-height: 605px;
    overflow-y: auto;
    gap: 0 24px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .cate-list .category-megamenu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 600px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .cate-list .category-megamenu {
        display: block;
        left: 0;
        max-height: 250px;
        overflow-y: scroll;
    }
}

.home-19 .cate-list .category-megamenu .single-megamenu {
    max-width: 130px;
    display: inline-block;
    padding-top: 20px;
    width: calc(100% / 5 - 20px);
}

.home-19 .cate-list .category-megamenu .single-megamenu .submenu-title {
    margin-bottom: 20px;
}

.home-19 .category-contents .titles {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 7px;
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-thumbs {

}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-thumbs img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents {
    padding-top: 20px;
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .megamenu-title {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .megamenu-title:hover {
    color: var(--main-color-one);
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .megamenu-title.hover-color-two:hover {
    color: var(--main-color-two);
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .megamenu-title.hover-color-three:hover {
    color: var(--main-color-three);
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .megamenu-title.hover-color-four:hover {
    color: var(--main-color-four);
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .price-updates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .price-updates .price-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .price-updates .old-price {
    text-decoration: line-through;
}

.home-19 .cate-list .category-megamenu .single-megamenu .new-collection {
    height: 250px;
    width: 220px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .cate-list .category-megamenu .single-megamenu .new-collection:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.home-19 .cate-list .category-megamenu .single-megamenu .new-collection img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu {
    padding: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu:hover .category-contents .titles {
    color: var(--main-color-one);
}

.home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu:hover .category-contents .titles.hover-color-two {
    color: var(--main-color-two);
}

.home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu:hover .category-contents .titles.hover-color-three {
    color: var(--main-color-three);
}

.home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-thumb {
    height: 140px;
    width: 150px;
}

.home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .cate-list .category-megamenu .single-megamenu {
        max-width: 150px;
        display: inline-block;
        padding-top: 20px;
        width: calc(100% / 3 - 16px);
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-contents .titles {
        font-size: 28px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-contents .titles {
        font-size: 24px;
    }
}

.home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-contents .collection-btn {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

@media only screen and (max-width: 767.98px) {
    .home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-contents .collection-btn {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-contents .collection-btn {
        font-size: 14px;
    }
}

.home-19 .cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-contents .collection-btn:hover {
    color: var(--main-color-one);
}

.home-19 .cate-list .category-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.home-19 .cate-list .category-menu-inner .category-menu-image {
    max-height: 50px;
    max-width: 50px;
    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;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .cate-list .category-menu-inner .category-menu-image img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.home-19 .cate-list .category-menu-inner .category-menu-image i {
    color: var(--main-color-one);
}

.home-19 .cate-list .category-menu-inner .category-menu-image.color-two i {
    color: var(--main-color-two);
}

.home-19 .cate-list .category-menu-inner .category-menu-image.color-three i {
    color: var(--main-color-three);
}

.home-19 .cate-list .category-menu-inner .category-menu-image.color-four i {
    color: var(--main-color-four);
}

.home-19 .cate-list .category-menu-inner .category-list .title {
    color: var(--heading-color);
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
    .home-19 .cate-list .category-menu-inner .category-list .title {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .cate-list .category-menu-inner .category-list .title {
        font-size: 15px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .cate-list .category-menu-inner .category-list .title {
        font-size: 16px;
        font-weight: 400;
    }
}

span.subtitle {
    display: block;
}

.home-19 .cate-list .category-menu-inner .category-list .subtitles {
    display: block;
    color: var(--extra-light-color);
    margin-top: 5px;
}

@media (min-width: 320px) and (max-width: 991px) {
    .home-19 .cate-list.menu-item-has-children.active .category-megamenu {
        height: auto;
        visibility: visible;
        opacity: 1;
        padding: 20px 10px;
        min-width: 100%;
    }
    .home-19 .cate-list.menu-item-has-children.active::after {
        color: var(--main-color-one);
    }
    .home-19 .cate-list.menu-item-has-children .category-megamenu {
        position: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px 20px;
        padding-top: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
    }
}

@media (min-width: 320px) and (max-width: 991px) and (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .cate-list.menu-item-has-children .category-megamenu {
        min-width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .home-19 .cate-list.menu-item-has-children .category-megamenu .single-megamenu {
        padding: 0;
        width: calc(100% / 4 - 18px);
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .home-19 .cate-list.menu-item-has-children .category-megamenu .single-megamenu {
        width: calc(100% / 3 - 16px);
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .home-19 .cate-list.menu-item-has-children .category-megamenu .single-megamenu {
        width: calc(100% / 2 - 12px);
        max-width: unset;;
    }
}

@media (min-width: 320px) and (max-width: 400px) {
    .home-19 .cate-list.menu-item-has-children .category-megamenu .single-megamenu {
        width: 100%;
        max-width: unset;;
    }
}


/* Header Bottom Starts */

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-20 .header-bottom {
        display: none;
    }
}

.header-bottom-list {
    border-left: 3px solid var(--main-color-four);
    background-color: #F2F3F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header-bottom-list .updated-news-top {
    position: relative;
    z-index: 1;
}

.header-bottom-list .updated-news-top::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid var(--main-color-four);
    border-bottom: 8px solid transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-bottom-list .update-news {
    color: #fff;
    background: var(--main-color-four);
    font-size: 16px;
    font-weight: 500;
    padding: 11px 10px;
    position: relative;
}

.header-bottom-list .news-list-all {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-bottom-list .news-list-all .news-lists {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-animation: 30s runnings linear infinite;
    animation: 30s runnings linear infinite;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-bottom-list .news-list-all .news-lists .list {
    margin: 5px 5px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header-bottom-list .news-list-all .news-lists .list:not(:last-child) a {
    margin-right: 20px;
}

.header-bottom-list .news-list-all .news-lists .list a {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 30px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header-bottom-list .news-list-all .news-lists .list a:hover {
    color: var(--main-color-four);
}

.header-bottom-list .news-list-all .news-lists .list a::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    background: var(--main-color-four);
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

@-webkit-keyframes runnings {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes runnings {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


/* Header bottom end */


/* Promo area */

.home-19.promo-area {
    overflow: hidden;
}

.home-19 .single-promo {
    padding: 30px;
    -webkit-box-shadow: 0 0 10px #f7f7f7;
    box-shadow: 0 0 10px #f7f7f7;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .single-promo {
        margin: 0;
        padding: 30px 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .single-promo {
        margin: 0;
        padding: 10px 20px 20px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .single-promo {
        padding: 20px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-19 .single-promo {
        margin: 0;
    }
}

.home-19 .single-promo.sidebar-promo {
    display: block;
}

.home-19 .single-promo.sidebar-promo:not(:last-child) {
    margin-bottom: 24px;
}

.home-19 .single-promo .promo-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 20px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .single-promo .promo-inner {
        display: block;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .single-promo .promo-inner {
        display: block;
    }
}

.home-19 .single-promo .icon {
    font-size: 36px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .single-promo .contents {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .single-promo .contents {
        margin-top: 5px;
    }
}

.home-19 .single-promo .contents .common-para {
    margin-top: 10px;
}


/* Updated Area */

.home-19.updated-area {
    overflow: hidden;
}

.home-19.updated-area div[class*=col]:nth-child(4n+1) .single-updated {
    background-color: #F2F3F5;
}

.home-19.updated-area div[class*=col]:nth-child(4n+1) .single-updated::before {
    background: #ededed;
}

.home-19.updated-area div[class*=col]:nth-child(4n+2) .single-updated {
    background-color: #E9F6FF;
}

.home-19.updated-area div[class*=col]:nth-child(4n+2) .single-updated::before {
    background: #d6efff;
}

.home-19.updated-area div[class*=col]:nth-child(4n+3) .single-updated {
    background-color: #FFECF0;
}

.home-19.updated-area div[class*=col]:nth-child(4n+3) .single-updated::before {
    background: #ffe0e6;
}

.home-19.updated-area div[class*=col]:nth-child(4n+4) .single-updated {
    background-color: #FFF8F0;
}

.home-19.updated-area div[class*=col]:nth-child(4n+4) .single-updated::before {
    background: #fff2e3;
}

.home-19.updated-area .single-updated {
    position: relative;
    z-index: 0;
    background-color: #F2F3F5;
    overflow: hidden;
}

.home-19.updated-area .single-updated.column-four::before,
.home-19.updated-area .single-updated.column-four::after {
    height: 250px;
    width: 250px;
}

.home-19.updated-area .single-updated.column-four .updated-image-contents .updated-contents .updated-title {
    font-size: 28px;
}

.home-19.updated-area .single-updated.column-four .updated-flex-contents {
    padding: 50px 0;
}

.home-19.updated-area .single-updated.column-four .updated-flex-contents .updated-img {
    height: 160px;
    width: 160px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-19.updated-area .single-updated.column-four .updated-flex-contents .updated-img {
        height: 140px;
        width: 140px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19.updated-area .single-updated.column-four .updated-flex-contents .updated-img {
        height: 110px;
        width: 100px;
    }
}

.home-19.updated-area .single-updated.style-02 .updated-flex-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19.updated-area .single-updated.style-02 .updated-flex-contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.home-19.updated-area .single-updated.style-02 .updated-flex-contents .updated-img {
    margin-right: 20px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19.updated-area .single-updated.style-02 .updated-flex-contents .updated-img {
        margin-right: 10px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19.updated-area .single-updated.style-02 .updated-flex-contents .updated-img {
        margin: 0 auto 20px;
    }
}

.home-19.updated-area .single-updated.style-02 .updated-flex-contents .updated-contents {
    margin-right: 0;
}

.home-19.updated-area .single-updated::before {
    content: "";
    position: absolute;
    left: -70px;
    top: -70px;
    height: 300px;
    width: 300px;
    z-index: -1;
    border-radius: 50%;
    background: #FBEAD9;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19.updated-area .single-updated::before {
        height: 200px;
        width: 200px;
    }
}

.home-19.updated-area .single-updated .updated-image-contents {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19.updated-area .single-updated .updated-image-contents {
        padding: 30px 10px 0;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19.updated-area .single-updated .updated-image-contents .updated-contents {
        text-align: center;
    }
}

.home-19.updated-area .single-updated .updated-image-contents .updated-contents .updated-top {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19.updated-area .single-updated .updated-image-contents .updated-contents .updated-top {
        font-size: 17px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19.updated-area .single-updated .updated-image-contents .updated-contents .updated-top {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-19.updated-area .single-updated .updated-image-contents .updated-contents .updated-top {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19.updated-area .single-updated .updated-image-contents .updated-contents .updated-top {
        font-size: 14px;
    }
}

.home-19.updated-area .single-updated .updated-image-contents .updated-contents .updated-title {
    font-size: 36px;
    line-height: 42px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19.updated-area .single-updated .updated-image-contents .updated-contents .updated-title {
        font-size: 30px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19.updated-area .single-updated .updated-image-contents .updated-contents .updated-title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19.updated-area .single-updated .updated-image-contents .updated-contents .updated-title {
        font-size: 30px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19.updated-area .single-updated .updated-image-contents .updated-contents .updated-title {
        font-size: 32px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 480px) {
    .home-19.updated-area .single-updated .updated-image-contents .updated-contents .updated-title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19.updated-area .single-updated .updated-image-contents .updated-contents .updated-title {
        font-size: 26px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19.updated-area .single-updated .updated-image-contents .updated-contents .btn-buy {
        font-size: 17px;
    }
}

.home-19.updated-area .updated-flex-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 0;
    gap: 20px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19.updated-area .updated-flex-contents {
        gap: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19.updated-area .updated-flex-contents {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px 30px 0;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19.updated-area .updated-flex-contents {
        padding: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19.updated-area .updated-flex-contents {
        padding: 0px 0;
    }
}

.home-19.updated-area .updated-flex-contents .updated-img {
    max-width: 300px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
    .home-19.updated-area .updated-flex-contents .updated-img {
        max-width: 180px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19.updated-area .updated-flex-contents .updated-img {
        max-width: 150px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19.updated-area .updated-flex-contents .updated-img {
        max-width: 150px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19.updated-area .updated-flex-contents .updated-img {
        max-width: 150px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19.updated-area .updated-flex-contents .updated-img {
        margin: 0px auto;
    }
}

.home-19.updated-area .updated-flex-contents .updated-img img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-19.updated-area .updated-flex-contents .updated-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


/*---------------------------------------
    Global Card Area
---------------------------------------*/

.home-19 .global-card-item {
    -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .global-card-item.center-text {
    text-align: center;
}

.home-19 .global-card-item.center-text .single-global-card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-19 .global-card-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.home-19 .global-card-item:hover .global-card-thumb img {
    -webkit-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}

.home-19 .global-card-item:hover .global-card-thumb.selling-thumb-overlay::before {
    visibility: visible;
    opacity: 1;
}

.home-19 .global-card-item:hover .global-card-thumb .global-thumb-icons {
    visibility: visible;
    opacity: 1;
    top: 20px;
}

.home-19 .global-card-item.style-02:hover .global-thumb-icons {
    top: auto;
    bottom: 20px;
}

.home-19 .global-card-item.style-02 .global-thumb-icons {
    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;
    top: auto;
    bottom: -100px;
    left: 0;
    right: 0;
    text-align: center;
}

.home-19 .global-card-item.style-02 .global-thumb-icons .lists {
    margin: 5px 5px;
}

.home-19 .global-card-item.style-02 .global-thumb-icons .lists .icon {
    height: 35px;
    width: 35px;
    font-size: 14px;
    cursor: pointer;
}

.home-19 .global-card-item.style-03 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-19 .global-card-item.style-03:hover .global-thumb-icons {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.home-19 .global-card-item.style-03 .global-thumb-icons {
    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;
    top: 50%;
    left: 50%;
}

.home-19 .global-card-item.style-03 .global-thumb-icons .lists {
    margin: 5px 5px;
}

.home-19 .global-card-item.style-03 .global-thumb-icons .lists .icon {
    height: 35px;
    width: 35px;
    font-size: 20px;
    border-radius: 0;
}

.home-19 .global-card-item.style-03 .global-card-contents {
    padding: 25px 0px 0px;
}

.home-19 .global-card-item .global-card-thumb {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.home-19 .global-card-item .global-card-thumb img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .global-card-item .global-card-thumb img {
        width: 100%;
    }
}

.home-19 .global-card-contents {
    padding: 25px 20px 30px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .global-card-contents {
        padding: 25px 40px 30px;
    }
}

.home-19 .global-card-contents .discount-countdown {
    margin: -15px 0 5px;
}

.home-19 .thumb-top-contents {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    display: block;
}

.home-19 .thumb-top-contents.right-side {
    left: auto;
    right: 10px;
}

.home-19 .thumb-top-contents .percent-box {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
    color: #fff;
    background-color: var(--main-color-one);
}

.home-19 .thumb-top-contents .percent-box.bg-color-stock {
    background-color: var(--stock-color);
}

.home-19 .thumb-top-contents .percent-box:not(:last-child) {
    margin-bottom: 10px;
}

.home-19 .special-offer-small {
    display: block;
}

.home-19 .special-offer-small img {
    width: unset;
}

.global-thumb-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-19 .global-thumb-icons {
    display: block;
    position: absolute;
    top: -100px;
    right: 20px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.home-19 .global-thumb-icons.hover-color-two .lists .icon:hover {
    background: var(--main-color-two);
    color: #fff;
}

.home-19 .global-thumb-icons.hover-color-three .lists .icon:hover {
    background: var(--main-color-three);
    color: #fff;
}

.home-19 .global-thumb-icons.hover-color-four .lists .icon:hover {
    background: var(--main-color-four);
    color: #fff;
}

.home-19 .global-thumb-icons .lists:not(:last-child) {
    margin-bottom: 10px;
}

.home-19 .global-thumb-icons .lists .icon {
    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;
    height: 48px;
    width: 48px;
    border-radius: 5px;
    background: #fff;
    color: var(--light-color);
    font-size: 16px;
    -webkit-box-shadow: 0 0 5px rgba(221, 221, 221, 0.2);
    box-shadow: 0 0 5px rgba(221, 221, 221, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .global-thumb-icons .lists .icon:hover {
    background: var(--main-color-three);
    color: #fff;
}

.home-19 .card-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--light-color);
}

.home-19 .card-reviews.color-one .ratings i {
    color: var(--main-color-three);
}

.home-19 .card-reviews.color-two .ratings i {
    color: var(--main-color-two);
}

.home-19 .card-reviews.color-three .ratings i {
    color: var(--main-color-three) !important;
}

.home-19 .card-reviews .ratings {
    margin: 5px;
}

.home-19 .card-reviews .ratings i {
    color: var(--review-color);
}

.home-19 .single-global-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 375px) {
    .home-19 .single-global-card {
        display: block;
        margin-top: 0 !important;
    }
}

.home-19 .single-global-card .global-card-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
    padding-top: 10px;
}

@media only screen and (max-width: 375px) {
    .home-19 .single-global-card .global-card-left {
        margin-right: 10px;
    }
}

.home-19 .single-global-card .global-card-left .price {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-right: 20px;
}

.home-19 .single-global-card .global-card-left .price.color-1 {
    color: var(--main-color-three);
}

.home-19 .single-global-card .global-card-left .price.color-2 {
    color: var(--main-color-two);
}

.home-19 .single-global-card .global-card-left .price.color-3 {
    color: var(--main-color-three);
}

.home-19 .single-global-card .global-card-right {
    padding-top: 10px;
}

.home-19 .global-sale.sale-right-gap {
    margin-right: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .global-sale.sale-right-gap {
        margin-right: 10px;
    }
}

.home-19 .global-flex-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-19 .global-flex-icon .icon {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #DDD;
    color: var(--heading-color);
    height: 40px;
    width: 40px;
    font-size: 22px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .global-flex-icon .icon:not(:last-child) {
    margin-right: 10px;
}

.home-19 .global-flex-icon .icon:hover {
    background: var(--main-color-three);
    color: #fff;
}

.home-19 .global-flex-icon .icon.secondary-outline-1 {
    background: none;
    border: 1px solid #2974ff;
    color: #2974ff;
}

.home-19 .global-flex-icon .icon.secondary-outline-1:hover {
    background: #2974ff;
    color: #fff;
}

.home-19 .global-flex-icon .icon.secondary-outline-1.cart-loading::before {
    background-color: #2974ff;
}

.home-19 .global-flex-icon .icon.outline-color-1 {
    background: none;
    border: 1px solid var(--main-color-three);
    color: var(--main-color-three);
}

.home-19 .global-flex-icon .icon.outline-color-1:hover {
    background: var(--main-color-three);
    color: #fff;
}

.home-19 .global-flex-icon .icon.outline-color-1.cart-loading::before {
    background-color: var(--main-color-three);
}

.home-19 .global-flex-icon .icon.outline-color-2 {
    background: none;
    border: 1px solid var(--main-color-two);
    color: var(--main-color-two);
}

.home-19 .global-flex-icon .icon.outline-color-2:hover {
    background: var(--main-color-two);
    color: #fff;
}

.home-19 .global-flex-icon .icon.outline-color-2.cart-loading::before {
    background-color: var(--main-color-two);
}

.home-19 .global-flex-icon .icon.outline-color-3 {
    background: none;
    border: 1px solid var(--main-color-three);
    color: var(--main-color-three);
}

.home-19 .global-flex-icon .icon.outline-color-3:hover {
    background: var(--main-color-three);
    color: #fff;
}

.home-19 .global-flex-icon .icon.outline-color-3.cart-loading::before {
    background-color: var(--main-color-three);
}

.home-19 .global-flex-icon .icon.text-preview {
    background: none;
    border: 1px solid rgba(221, 221, 221, 0.5);
    display: inline-block;
    height: unset;
    width: unset;
    font-size: 14px;
    padding: 8px 20px;
    color: var(--heading-color);
}

.home-19 .global-flex-icon .icon.text-preview:hover {
    background: var(--main-color-two);
    color: #fff;
}

.home-19 .global-flex-icon .icon.text-preview.hover-color-one:hover {
    background: var(--main-color-three);
}

.home-19 .global-flex-icon .icon.text-preview.hover-color-two:hover {
    background: var(--main-color-two);
}

.home-19 .global-flex-icon .icon.text-preview.hover-color-two.cart-loading::before {
    background-color: var(--main-color-two) !important;
}

.home-19 .global-flex-icon .icon.text-preview.hover-color-three:hover {
    background: var(--main-color-three);
}

.home-19 .global-flex-icon .icon.text-preview.hover-color-three.cart-loading::before {
    background-color: var(--main-color-three) !important;
}

.home-19 .global-flex-icon .icon.bg-color-two {
    background: var(--main-color-two);
    color: #fff;
}

.home-19 .global-flex-icon .icon.bg-color-two.cart-loading::before {
    background-color: var(--main-color-two) !important;
}

.home-19 .global-flex-icon .icon.bg-color-three {
    background: var(--main-color-three);
    color: #fff;
}

.home-19 .global-flex-icon .icon.bg-color-three.cart-loading::before {
    background-color: var(--main-color-three) !important;
}

.home-19 .bg-color-two {
    background: var(--main-color-two);
    color: #fff;
}

.home-19 .bg-color-two.cart-loading::before {
    background-color: var(--main-color-two) !important;
}

.home-19 .bg-color-three {
    background: var(--main-color-three);
    color: #fff;
}

.home-19 .bg-color-three.cart-loading::before {
    background-color: var(--main-color-three) !important;
}

.home-19 .preview-button .icon {
    border: 2px solid #2974ff;
    padding: 10px 18px;
    font-size: 18px;
    display: inline-block;
    color: var(--light-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .preview-button .icon {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .preview-button .icon {
        font-size: 16px;
    }
}

.home-19 .preview-button .icon i {
    color: #2974ff;
    margin-right: 5px;
    font-size: 20px;
}

.home-19 .preview-button .icon:hover {
    background: #2974ff;
    color: #fff;
}

.home-19 .preview-button .icon:hover i {
    color: #fff;
}

.home-19 .preview-button .icon.cart-loading::before {
    background-color: #2974ff;
}

.home-19 .cart-loading {
    position: relative;
    z-index: 0;
}

.home-19 .cart-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    height: auto;
    width: auto;
    visibility: hidden;
    opacity: 0;
}

.home-19 .cart-loading.active-loading::before {
    visibility: visible;
    opacity: 1;
}

.home-19 .cart-loading::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    border: 2px solid transparent;
    top: 0;
    left: 0;
    text-align: center;
    border-radius: 5px;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    background-image: url(../img/loading-cart.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.home-19 .cart-loading.bg-two::before {
    background-color: var(--main-color-two);
    color: #fff;
}

.home-19 .cart-loading.bg-three::before {
    background-color: var(--main-color-three);
    color: #fff;
}

.home-19 .center-text .single-global-card {
    display: -ms-grid;
    display: grid;
}

.home-19 .center-text .rating-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-19 .center-text .global-card-left {
    margin-right: 0;
}

@media only screen and (max-width: 375px) {
    .home-19 .center-text .global-card-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
    }
}


/* Clothing area */

.home-19 .clothing-wrapper {
    padding: 0 60px;
    position: relative;
    z-index: 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .clothing-wrapper {
        padding: 0 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .clothing-wrapper {
        padding: 0 40px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .clothing-wrapper {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 480px) {
    .home-19 .clothing-wrapper {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-19 .clothing-wrapper .clothing-thumb {
        display: none;
    }
}

.home-19 .clothing-wrapper .clothing-thumb img {
    position: absolute;
    z-index: -1;
}

.home-19 .clothing-wrapper .clothing-thumb img:nth-child(1) {
    bottom: 0;
    left: 100px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-19 .clothing-wrapper .clothing-thumb img:nth-child(1) {
        left: 70px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .clothing-wrapper .clothing-thumb img:nth-child(1) {
        left: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .clothing-wrapper .clothing-thumb img:nth-child(1) {
        left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .clothing-wrapper .clothing-thumb img:nth-child(1) {
        display: none;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .clothing-wrapper .clothing-thumb img:nth-child(1) {
        display: none !important;
    }
}

.home-19 .clothing-wrapper .clothing-thumb img:nth-child(2) {
    bottom: 0;
    right: 100px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-19 .clothing-wrapper .clothing-thumb img:nth-child(2) {
        right: 70px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .clothing-wrapper .clothing-thumb img:nth-child(2) {
        right: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .clothing-wrapper .clothing-thumb img:nth-child(2) {
        right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .clothing-wrapper .clothing-thumb img:nth-child(2) {
        right: 10px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .clothing-wrapper .clothing-thumb img:nth-child(2) {
        right: 0;
    }
}

.home-19 .clothing-contents {
    padding: 60px 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .clothing-contents {
        padding-left: 50px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .clothing-contents {
        max-width: 400px;
        padding: 80px 0px;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-19 .clothing-contents {
        max-width: 300px;
        padding: 60px 0px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-19 .clothing-contents {
        max-width: 100%;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 480px) {
    .home-19 .clothing-contents {
        padding: 30px 0;
    }
}

.home-19 .clothing-contents .percent-discount {
    margin-bottom: 15px;
    display: block;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .clothing-contents .percent-discount {
        font-size: 20px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .clothing-contents .percent-discount {
        font-size: 18px !important;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .clothing-contents .percent-discount {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-19 .clothing-contents .percent-discount {
        font-size: 16px !important;
    }
}

.home-19 .clothing-contents .clothing-title {
    font-size: 60px;
    line-height: 65px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .clothing-contents .clothing-title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .clothing-contents .clothing-title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .clothing-contents .clothing-title {
        font-size: 45px;
        line-height: 60px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .clothing-contents .clothing-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-19 .clothing-contents .clothing-title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .home-19 .clothing-contents .clothing-title {
        font-size: 32px;
        line-height: 40px;
    }
}

.home-19 .clothing-contents .btn-wrapper .cmn-btn {
    border: 2px solid var(--main-color-three);
}

.home-19 .clothing-contents .btn-wrapper .cmn-btn:hover {
    background: none;
    color: var(--main-color-three);
}


/* Instagram area */

.home-19 .instagram-wrapper {
    position: relative;
    z-index: 2;
}

.home-19 .single-instagram .instagram-image {
    max-height: 270px;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-19 .single-instagram .instagram-image:hover::before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-19 .single-instagram .instagram-image:hover .icon {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    transform: translate(-50%, -50%) rotateY(180deg);
}

.home-19 .single-instagram .instagram-image::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-19 .single-instagram .instagram-image {
        height: 280px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .single-instagram .instagram-image {
        height: 250px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .single-instagram .instagram-image {
        height: 240px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .single-instagram .instagram-image {
        height: 250px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .single-instagram .instagram-image {
        height: auto;
    }
}

.home-19 .single-instagram .instagram-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-19 .single-instagram .instagram-image .icon {
    font-size: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    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;
    height: 50px;
    width: 50px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 480px) {
    .home-19 .single-instagram .instagram-image .icon {
        height: 40px;
        width: 40px;
        font-size: 24px;
    }
}

.home-19 .single-instagram .instagram-image .icon:hover {
    color: #fff !important;
    background-color: var(--main-color-three);
}

.home-19 .single-instagram .instagram-image .icon.hover-color-two:hover {
    color: var(--main-color-two);
}

.home-19 .single-instagram .instagram-image .icon.hover-color-three:hover {
    color: var(--main-color-three);
}

.home-19 .single-instagram .instagram-image .icon.hover-color-four:hover {
    color: var(--main-color-four);
}

.home-19 .instagram-flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-19 .instagram-flex-wrapper .single-instagram {
    -ms-flex-preferred-size: 28.99%;
    flex-basis: 28.99%;
    margin-top: 24px;
    margin-right: 24px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram {
        -ms-flex-preferred-size: 28.32%;
        flex-basis: 28.32%;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram {
        -ms-flex-preferred-size: 27.25%;
        flex-basis: 27.25%;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram {
        -ms-flex-preferred-size: 14.8%;
        flex-basis: 14.8%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram {
        -ms-flex-preferred-size: 14.43%;
        flex-basis: 14.43%;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram {
        -ms-flex-preferred-size: 13.61%;
        flex-basis: 13.61%;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram {
        -ms-flex-preferred-size: 29.95%;
        flex-basis: 29.95%;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram {
        -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    }
}

@media only screen and (max-width: 480px) {
    .home-19 .instagram-flex-wrapper .single-instagram {
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .instagram-flex-wrapper .single-instagram {
        -ms-flex-preferred-size: 45.28%;
        flex-basis: 45.28%;
    }
}

.home-19 .instagram-flex-wrapper .single-instagram:nth-of-type(3n+3) {
    margin-right: 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram:nth-of-type(3n+3) {
        margin-right: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram:nth-of-type(3n+3) {
        margin-right: 24px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram:nth-of-type(3n+3) {
        margin-right: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram:nth-of-type(3n+3) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .instagram-flex-wrapper .single-instagram:nth-of-type(3n+3) {
        margin-right: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram:nth-of-type(3n+6) {
        margin-right: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram:nth-of-type(3n+6) {
        margin-right: 0px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram:nth-of-type(3n+6) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .instagram-flex-wrapper .single-instagram:nth-of-type(2n+2) {
        margin-right: 0px;
    }
}

.home-19 .instagram-flex-wrapper .single-instagram .instagram-thumb {
    max-height: 108px;
    max-width: 108px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram .instagram-thumb {
        max-height: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram .instagram-thumb {
        max-height: 100%;
        max-width: 100%;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .instagram-flex-wrapper .single-instagram .instagram-thumb {
        max-height: 100%;
        max-width: 100%;
    }
}


/* Right Side Items */

.home-20 {
    /* Categories */
    /* Tags area */
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .single-sidebar-item.padding-top-40 {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .single-sidebar-item.padding-bottom-40 {
        padding-bottom: 30px;
    }
}

.home-20 .recent-flex-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-20 .recent-flex-contents {
        gap: 20px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-20 .recent-flex-contents {
        gap: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .recent-flex-contents {
        gap: 15px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-20 .recent-flex-contents {
        gap: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .recent-flex-contents {
        display: block;
    }
}

.home-20 .recent-flex-contents .recent-contents-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .sidebar-contents.margin-top-40 {
        margin-top: 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .sidebar-contents.margin-top-20 {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .sidebar-contents .recent-contents {
        text-align: center;
    }
}

.home-20 .sidebar-contents .recent-contents:not(:last-child) {
    border-bottom: 1px solid #DDD;
    padding-bottom: 28px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-20 .sidebar-contents .recent-contents:not(:last-child) {
        padding-bottom: 21px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-20 .sidebar-contents .recent-contents:not(:last-child) {
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .sidebar-contents .recent-contents:not(:last-child) {
        padding-bottom: 15px;
    }
}

.home-20 .sidebar-contents .recent-contents:not(:first-child) {
    padding-top: 28px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-20 .sidebar-contents .recent-contents:not(:first-child) {
        padding-top: 21px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-20 .sidebar-contents .recent-contents:not(:first-child) {
        padding-top: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .sidebar-contents .recent-contents:not(:first-child) {
        padding-top: 15px;
    }
}

.home-20 .sidebar-contents .recent-contents.style-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-20 .sidebar-contents .recent-contents.style-02 {
        gap: 20px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-20 .sidebar-contents .recent-contents.style-02 {
        gap: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .sidebar-contents .recent-contents.style-02 {
        gap: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .sidebar-contents .recent-contents.style-02 {
        text-align: left;
        gap: 20px;
    }
}

.home-20 .sidebar-contents .recent-contents.style-02 .span-num {
    font-size: 48px;
    font-family: var(--heading-font-home-20);
    color: #DDD;
    font-weight: 700;
    font-style: italic;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-20 .sidebar-contents .recent-contents.style-02 .span-num {
        font-size: 42px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .sidebar-contents .recent-contents.style-02 .span-num {
        font-size: 42px;
    }
}

.home-20 .sidebar-contents .recent-contents.style-02 .latest-title {
    margin-top: 0;
    font-family: var(--heading-font-home-20);
    color: var(--heading-color);
    font-size: 24px;
    line-height: 36px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-20 .sidebar-contents .recent-contents.style-02 .latest-title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .sidebar-contents .recent-contents.style-02 .latest-title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .home-20 .sidebar-contents .recent-contents.style-02 .latest-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .sidebar-contents .recent-contents.style-02 .latest-title {
        font-size: 20px;
        line-height: 32px;
    }
}

.home-20 .sidebar-contents .recent-contents.style-02 .latest-title:hover {
    color: var(--main-color-four);
}

@media only screen and (max-width: 375px) {
    .home-20 .sidebar-contents .recent-contents .recent-contents-inner {
        margin-top: 20px;
    }
}

.home-20 .sidebar-contents .recent-contents .recent-news-title {
    font-family: var(--heading-font-home-20);
    font-weight: 500;
    margin-top: 15px;
    font-size: 24px;
    line-height: 32px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .sidebar-contents .recent-contents .recent-news-title {
        font-size: 22px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-20 .sidebar-contents .recent-contents .recent-news-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .sidebar-contents .recent-contents .recent-news-title {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .sidebar-contents .recent-contents .recent-news-title {
        font-size: 20px;
        line-height: 28px;
    }
}

.home-20 .sidebar-contents .recent-contents .recent-news-title:hover {
    color: var(--main-color-four);
}

.home-20 .sidebar-contents .recent-contents .recent-contents-thumb {
    max-width: 140px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-20 .sidebar-contents .recent-contents .recent-contents-thumb {
        max-width: 136px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-20 .sidebar-contents .recent-contents .recent-contents-thumb {
        max-width: 118px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .sidebar-contents .recent-contents .recent-contents-thumb {
        max-width: 100px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-20 .sidebar-contents .recent-contents .recent-contents-thumb {
        max-width: 120px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .sidebar-contents .recent-contents .recent-contents-thumb {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .sidebar-contents .recent-contents .tag-title-contents {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-20 .sidebar-contents .follow-list .single-list {
    background-color: #F2F3F5;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 480px) {
    .home-20 .sidebar-contents .follow-list .single-list {
        gap: 7px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .sidebar-contents .follow-list .single-list {
        gap: 15px;
    }
}

.home-20 .sidebar-contents .follow-list .single-list a {
    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;
    height: 40px;
    width: 40px;
    background-color: inherit;
    color: #fff;
    font-size: 18px;
}

@media only screen and (max-width: 480px) {
    .home-20 .sidebar-contents .follow-list .single-list a {
        font-size: 18px;
        height: 35px;
        width: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .sidebar-contents .follow-list .single-list a {
        font-size: 16px;
        height: 30px;
        width: 30px;
    }
}

.home-20 .sidebar-contents .follow-list .single-list .followers {
    font-size: 14px;
    line-height: 28px;
    color: var(--heading-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.home-20 .sidebar-contents .tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-20 .sidebar-contents .tag-list .list {
    padding: 5px 20px;
}

@media only screen and (max-width: 375px) {
    .home-20 .sidebar-contents .tag-list .list {
        padding: 5px 10px;
    }
}

.home-20 .single-flex-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

@media only screen and (max-width: 375px) {
    .home-20 .single-flex-list {
        display: block;
    }
}

.home-20 .single-flex-list .single-list {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.home-20 .categories-lists .single-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 20px;
    background-color: #F2F3F5;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (max-width: 480px) {
    .home-20 .categories-lists .single-list {
        gap: 10px;
    }
}

.home-20 .categories-lists .single-list::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    z-index: -1;
}

.home-20 .categories-lists .single-list .follow-para {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .home-20 .categories-lists .single-list .follow-para {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .categories-lists .single-list .follow-para {
        font-size: 15px;
    }
}

.home-20 .categories-lists .single-list .followers {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .home-20 .categories-lists .single-list .followers {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .categories-lists .single-list .followers {
        font-size: 15px;
    }
}

.home-20 .tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.home-20 .tag-list .list {
    padding: 5px 16px;
    font-size: 16px;
    color: var(--light-color);
    border: 1px solid rgba(221, 221, 221, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-20 .tag-list .list {
        padding: 5px 18px;
    }
}

.home-20 .tag-list .list:hover {
    background: var(--main-color-four);
    color: #fff;
    border-color: var(--main-color-four);
}


/* Sports area */

.home-20 .single-sports .sports-contents {
    padding: 20px 0px 0;
}

.home-20 .single-sports .sports-contents .tag-title {
    color: var(--light-color);
}

@media only screen and (max-width: 480px) {
    .home-20 .single-sports .sports-contents .tag-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .single-sports .sports-contents .tag-title {
        font-size: 14px;
    }
}

.home-20 .single-sports .sports-contents .sports-title {
    font-size: 24px;
    line-height: 32px;
    font-family: var(--heading-font-home-20);
    color: var(--heading-color);
    font-weight: 600;
}

@media only screen and (max-width: 480px) {
    .home-20 .single-sports .sports-contents .sports-title {
        font-size: 22px;
    }
}


/* News area */

.home-20.news-area .btn-loadmore {
    margin-top: 50px;
}

.home-20 .news-list .news-button-list {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px 50px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-20 .news-list .news-button-list {
        gap: 10px 40px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-20 .news-list .news-button-list {
        gap: 10px 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .news-list .news-button-list {
        gap: 10px 30px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-20 .news-list .news-button-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px;
        gap: 5px 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-20 .news-list .news-button-list {
        gap: 5px 20px;
    }
}

.home-20 .news-list .news-button-list .lists {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background: none;
    color: var(--heading-color);
    border: none;
    outline: none;
    padding: 0;
}

.home-20 .news-list .news-button-list .lists:hover {
    color: var(--main-color-four);
}

.home-20 .news-list .news-button-list .lists.active {
    color: var(--main-color-four);
}

.home-20 .single-news .news-thumb {
    position: relative;
    z-index: 0;
}

.home-20 .single-news .news-thumb .news-date-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    margin: 0;
    list-style: none;
}

.home-20 .single-news .news-thumb .news-date-tag .tag-list-item {
    font-size: 16px;
    color: var(--extra-light-color);
    padding: 0px 20px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media only screen and (max-width: 575.98px) {
    .home-20 .single-news .news-thumb .news-date-tag .tag-list-item {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .single-news .news-thumb .news-date-tag .tag-list-item {
        font-size: 14px;
    }
}

.home-20 .single-news .news-thumb .news-date-tag .tag-list-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 2px;
    background: var(--extra-light-color);
}

.home-20 .single-news .news-thumb .news-date-tag .tag-list-item .item {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.home-20 .single-news .news-thumb .news-date-tag .tag-list-item .item:hover {
    color: var(--main-color-four);
}

.home-20 .single-news .news-thumb .news-date-tag .tag-list-item .item:hover::before {
    color: var(--extra-light-color);
}

.home-20 .single-news .news-thumb .news-date-tag .tag-list-item .item:not(:first-child)::before {
    content: ",";
    padding-left: 3px;
}

.home-20 .single-news .news-contents .news-common-title {
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
    font-family: var(--heading-font-home-20);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .single-news .news-contents .news-common-title {
        font-size: 26px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-20 .single-news .news-contents .news-common-title {
        font-size: 24px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-20 .single-news .news-contents .news-common-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .home-20 .single-news .news-contents .news-common-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .single-news .news-contents .news-common-title {
        font-size: 20px;
        line-height: 28px;
    }
}

.home-20 .single-news .news-contents .news-common-title a {
    display: inline-block;
}

.home-20 .single-news .news-contents .news-common-title:hover {
    color: var(--main-color-four);
}


/* video area */

.home-20 .video-slider .slick-slide.slick-current .video-contents {
    -webkit-animation: slideInLeft 2s 0s both;
    animation: slideInLeft 2s 0s both;
}

.home-20 .single-videos {
    position: relative;
    z-index: 1;
}

.home-20 .single-videos:hover .popup-videos .videos-play {
    background: var(--main-color-four);
}

.home-20 .single-videos .video-thumbs {
    position: relative;
    z-index: 1;
}

.home-20 .single-videos .video-contents {
    background: #fff;
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-left: 170px;
    z-index: 9;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .single-videos .video-contents {
        margin-left: 50px;
        padding: 30px 20px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-20 .single-videos .video-contents {
        display: none;
    }
}

.home-20 .single-videos .video-contents .video-title {
    line-height: 50px;
    font-size: 36px;
    font-family: var(--heading-font-home-20);
    margin-bottom: 0;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-20 .single-videos .video-contents .video-title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .single-videos .video-contents .video-title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-20 .single-videos .video-contents .video-title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-20 .single-videos .video-contents .video-title {
        font-size: 28px;
        line-height: 36px;
    }
}

.home-20 .single-videos .video-contents .video-title:hover {
    color: var(--main-color-four);
}

.home-20 .single-videos .popup-videos .videos-play {
    font-size: 36px;
    color: #fff;
    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;
    height: 100px;
    width: 100px;
    background: var(--main-color-four);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-20 .single-videos .popup-videos .videos-play {
        top: 35%;
        height: 80px;
        width: 80px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .single-videos .popup-videos .videos-play {
        height: 80px;
        width: 80px;
        font-size: 45px;
        top: 30%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-20 .single-videos .popup-videos .videos-play {
        height: 80px;
        width: 80px;
        font-size: 45px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-20 .single-videos .popup-videos .videos-play {
        height: 70px;
        width: 70px;
        font-size: 28px;
    }
}

@media only screen and (max-width: 480px) {
    .home-20 .single-videos .popup-videos .videos-play {
        height: 60px;
        width: 60px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .single-videos .popup-videos .videos-play {
        height: 50px;
        width: 50px;
        font-size: 20px;
    }
}

.home-20 .single-videos .popup-videos .videos-play::before,
.home-20 .single-videos .popup-videos .videos-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--main-color-four);
    z-index: -1;
    height: 100%;
    width: 100%;
    -webkit-animation: pulse-border 2s linear infinite;
    animation: pulse-border 2s linear infinite;
}

.home-20 .single-videos .popup-videos .videos-play::after {
    -webkit-animation: pulse-border 2.5s linear infinite;
    animation: pulse-border 2.5s linear infinite;
}

.home-20 .single-videos .popup-videos .videos-play:hover {
    background: var(--main-color-four);
    border-radius: 50%;
}

.home-20 .single-videos .popup-videos .videos-play:hover::before,
.home-20 .single-videos .popup-videos .videos-play:hover::after {
    border-radius: 50%;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.5);
        transform: translateX(-50%) translateY(-50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.5);
        transform: translateX(-50%) translateY(-50%) scale(1.5);
        opacity: 0;
    }
}


/* Sports area */

.home-20 .single-topics .topics-contents {
    padding: 20px 0px 0;
}

.home-20 .single-topics .topics-contents .tag-title {
    color: var(--light-color);
}

@media only screen and (max-width: 480px) {
    .home-20 .single-topics .topics-contents .tag-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .single-topics .topics-contents .tag-title {
        font-size: 14px;
    }
}

.home-20 .single-topics .topics-contents .topics-title {
    font-size: 32px;
    line-height: 42px;
    font-family: var(--heading-font-home-20);
    color: var(--heading-color);
    font-weight: 600;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-20 .single-topics .topics-contents .topics-title {
        font-size: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-20 .single-topics .topics-contents .topics-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-20 .single-topics .topics-contents .topics-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-20 .single-topics .topics-contents .topics-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-20 .single-topics .topics-contents .topics-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .single-topics .topics-contents .topics-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.home-20 .single-topics .topics-contents .topic-para {
    font-size: 16px;
    line-height: 28px;
    color: var(--light-color);
}

.home-20 .global-dates {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    .home-20 .global-dates {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .home-20 .global-dates {
        font-size: 14px;
    }
}


/* Service Area */

.home-21.service-area {
    position: relative;
    z-index: 0;
}

.home-21 .service-shapes img {
    position: absolute;
    z-index: -1;
}

.home-21 .service-shapes img:nth-child(1) {
    left: 0;
    bottom: 0;
}

.home-21 .service-shapes img:nth-child(2) {
    right: 0;
    bottom: 100px;
}

.home-21 .service-wrapper-contents .service-para {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--body-font-home-21);
    line-height: 36px;
    padding-right: 100px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .service-wrapper-contents .service-para {
        font-size: 18px;
        line-height: 32px;
        padding-right: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .service-wrapper-contents .service-para {
        font-size: 18px;
        line-height: 32px;
        padding-right: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .service-wrapper-contents .service-para {
        font-size: 16px;
        line-height: 30px;
        padding-right: 0px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .service-wrapper-contents .service-para {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-21 .service-wrapper-contents .service-para {
        padding-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .home-21 .service-wrapper-contents .service-para {
        font-size: 16px;
    }
}

.home-21 .service-border {
    border: 1px solid rgba(221, 221, 221, 0.8);
}

.home-21 .single-service {
    padding: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .single-service {
        padding: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .single-service {
        padding: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .single-service {
        padding: 30px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .single-service {
        padding: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .home-21 .single-service {
        padding: 30px 20px;
    }
}

.home-21 .single-service:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.home-21 .single-service:hover .service-icon::before {
    border-radius: 30% 70% 70% 30%/70% 30% 30% 30%;
}

.home-21 .single-service .service-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 45px;
    line-height: 45px;
    color: var(--heading-color);
}

.home-21 .single-service .service-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 110%;
    width: 110%;
    background-color: #FFF5E0;
    z-index: -1;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-21 .single-work .work-contents .work-subtitle a+a {
    margin-left: 5px;
}

.home-21 .single-work .work-contents .work-subtitle a+a:before {
    position: static;
    content: ",";
    padding-left: 0;
    padding-right: 5px;
}

.home-21 .single-work .work-contents .work-subtitle {
    margin-bottom: 20px;
    display: block;
}

.home-21 .single-service .service-content .service-title {
    font-size: 32px;
    line-height: 36px;
    color: var(--heading-color);
    font-family: var(--heading-font-home-21);
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .single-service .service-content .service-title {
        font-size: 30px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .single-service .service-content .service-title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .single-service .service-content .service-title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .single-service .service-content .service-title {
        font-size: 26px;
        line-height: 32px;
    }
}

.home-21 .single-service .service-content .service-para {
    font-family: var(--body-font-home-21);
    font-size: 18px;
    line-height: 30px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .single-service .service-content .service-para {
        font-size: 17px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .single-service .service-content .service-para {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .single-service .service-content .service-para {
        font-size: 16px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .single-service .service-content .service-para {
        font-size: 16px;
    }
}

.home-21 .single-service .service-content .explore-btn {
    font-family: var(--body-font-home-21);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .single-service .service-content .explore-btn {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .single-service .service-content .explore-btn {
        font-size: 16px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .single-service .service-content .explore-btn {
        font-size: 16px;
    }
}


/* Work Area */

.home-21 .work-slider .slick-slide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.home-21 .work-slider .slick-slide.slick-current {
    visibility: visible;
    opacity: 1;
}

.home-21 .work-slider .slick-slide.slick-current+.slick-slide {
    visibility: visible;
    opacity: 1;
}

.home-21 .work-slider .slick-list {
    overflow: visible;
}

.home-21 .single-work {
    position: relative;
    z-index: 1;
}

.home-21 .single-work .work-thumb {
    padding-bottom: 30px;
}

.home-21 .single-work .work-contents {
    max-width: 370px;
    padding: 30px;
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 9;
    background-color: var(--main-color-five);
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .single-work .work-contents {
        right: 0;
        position: relative;
        margin: auto;
    }
}

@media only screen and (max-width: 375px) {
    .home-21 .single-work .work-contents {
        padding: 20px;
    }
}

.home-21 .single-work .work-contents .work-subtitle {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--body-font-home-21);
    color: var(--heading-color);
}

@media only screen and (max-width: 575.98px) {
    .home-21 .single-work .work-contents .work-subtitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 375px) {
    .home-21 .single-work .work-contents .work-subtitle {
        font-size: 16px;
    }
}

.home-21 .single-work .work-contents .work-title {
    font-size: 36px;
    font-weight: 700;
    font-family: var(--heading-font-home-21);
    line-height: 36px;
}

@media only screen and (max-width: 575.98px) {
    .home-21 .single-work .work-contents .work-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 375px) {
    .home-21 .single-work .work-contents .work-title {
        font-size: 28px;
    }
}

.home-21 .single-work .work-contents .work-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: var(--body-font-home-21);
    color: var(--heading-color);
}

@media only screen and (max-width: 375px) {
    .home-21 .single-work .work-contents .work-para {
        font-size: 16px;
    }
}

.home-21 .single-work .work-contents .case-btn {
    font-family: var(--body-font-home-21);
    color: var(--heading-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.home-21 .single-work .work-contents .case-btn i {
    font-size: 16px;
}

@media only screen and (max-width: 480px) {
    .home-21 .single-work .work-contents .case-btn {
        font-size: 16px;
    }
}


/* Counter  */

.home-21.counter-area {
    position: relative;
    z-index: 0;
}

.home-21 .counter-shape img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}

.home-21 .single-counter {
    padding: 0 30px;
}

.home-21 .single-counter.counter-border {
    position: relative;
    z-index: 1;
}

.home-21 .single-counter.counter-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #DDD;
}

.home-21 .single-counter .counter-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-21 .single-counter .counter-count .odometer {
    font-size: 42px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--heading-font-home-21);
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .single-counter .counter-count .odometer {
        font-size: 36px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .single-counter .counter-count .odometer {
        font-size: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .single-counter .counter-count .odometer {
        font-size: 30px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .single-counter .counter-count .odometer {
        font-size: 36px;
    }
}

.home-21 .single-counter .counter-count .count-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 36px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-21 .single-counter .counter-count .count-title {
        font-size: 36px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .single-counter .counter-count .count-title {
        font-size: 36px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .single-counter .counter-count .count-title {
        font-size: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .single-counter .counter-count .count-title {
        font-size: 30px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .single-counter .counter-count .count-title {
        font-size: 36px;
    }
}

.home-21 .single-counter .counter-para {
    font-size: 24px;
    font-family: var(--body-font-home-21);
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
    .home-21 .single-counter .counter-para {
        font-size: 22px;
    }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .single-counter .counter-para {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .single-counter .counter-para {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .single-counter .counter-para {
        font-size: 16px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .single-counter .counter-para {
        font-size: 16px;
    }
}

.home-21 .counter-title-wrapper .counter-title-para {
    font-size: 22px;
    line-height: 36px;
    font-family: var(--body-font-home-21);
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .counter-title-wrapper .counter-title-para {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .counter-title-wrapper .counter-title-para {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .counter-title-wrapper .counter-title-para {
        font-size: 17px;
        line-height: 32px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .counter-title-wrapper .counter-title-para {
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .home-21 .counter-title-wrapper .counter-title-para {
        font-size: 16px;
        line-height: 28px;
    }
}


/* Blog area */

.home-21 .single-blog .blog-contents .blog-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--heading-font-home-21);
    margin: -8px 0 0;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .single-blog .blog-contents .blog-title {
        font-size: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .single-blog .blog-contents .blog-title {
        font-size: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .single-blog .blog-contents .blog-title {
        font-size: 24px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .single-blog .blog-contents .blog-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .home-21 .single-blog .blog-contents .blog-title {
        font-size: 22px;
    }
}

.home-21 .single-blog .blog-contents .blog-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.home-21 .single-blog .blog-contents .reading-btn {
    font-size: 18px;
    font-family: var(--body-font-home-21);
    color: var(--heading-color);
    line-height: 28px;
}

.home-21 .single-blog .blog-contents .reading-btn i {
    font-size: 16px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .single-blog .blog-contents .reading-btn {
        font-size: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .single-blog .blog-contents .reading-btn {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .single-blog .blog-contents .reading-btn {
        font-size: 16px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .single-blog .blog-contents .reading-btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .home-21 .single-blog .blog-contents .reading-btn {
        font-size: 15px;
    }
}

.home-21 .single-blog .blog-contents .min-reading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.home-21 .single-blog .blog-contents .min-reading .min-item {
    font-size: 16px;
    font-family: var(--body-font-home-21);
    line-height: 28px;
    color: var(--light-color);
    display: inline-block;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 480px) {
    .home-21 .single-blog .blog-contents .min-reading .min-item {
        font-size: 15px;
    }
}

.home-21 .single-blog .blog-contents .min-reading .min-item:not(:first-child)::before {
    content: ",";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 8px;
}


/* Feedback Area */

.home-21 .feedback-image-wrapper {
    position: relative;
    z-index: 1;
}

.home-21 .feedback-image-wrapper .feedback-thumb {
    position: relative;
    z-index: 1;
    margin-left: 90px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .feedback-image-wrapper .feedback-thumb {
        margin-left: 0;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .feedback-image-wrapper .feedback-thumb {
        margin-left: 0;
    }
}

.home-21 .feedback-image-wrapper .feedback-thumb img {
    width: 100%;
}

.home-21 .feedback-image-wrapper .feedback-thumb::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: -45px;
    height: 400px;
    width: 300px;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    background-color: var(--main-color-five);
    z-index: -1;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .feedback-image-wrapper .feedback-thumb::before {
        height: 300px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .feedback-image-wrapper .feedback-thumb::before {
        height: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .feedback-image-wrapper .feedback-thumb::before {
        display: none;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .feedback-image-wrapper .feedback-thumb::before {
        display: none;
    }
}

.home-21 .feedback-image-wrapper .feedback-shape-img img:nth-child(1) {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -30px;
    z-index: 5;
    max-width: 200px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .feedback-image-wrapper .feedback-shape-img img:nth-child(1) {
        max-width: 150px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .feedback-image-wrapper .feedback-shape-img img:nth-child(1) {
        max-width: 130px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .feedback-image-wrapper .feedback-shape-img img:nth-child(1) {
        max-width: 100px;
    }
}

.home-21 .feedback-image-wrapper .feedback-shape-img img:nth-child(2) {
    position: absolute;
    right: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 5;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .feedback-image-wrapper .feedback-shape-img img:nth-child(2) {
        display: none;
    }
}

.home-21 .feedback-contents-wrapper {
    padding-left: 70px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .feedback-contents-wrapper {
        padding-left: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .feedback-contents-wrapper {
        padding-left: 40px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .feedback-contents-wrapper {
        padding-left: 0;
    }
}

.home-21 .feedback-contents .feedback-para {
    font-size: 22px;
    line-height: 36px;
    font-family: var(--body-font-home-21);
    color: var(--light-color);
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .feedback-contents .feedback-para {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .feedback-contents .feedback-para {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .feedback-contents .feedback-para {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .feedback-contents .feedback-para {
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-21 .feedback-contents .clients-contents {
        padding-right: 120px;
    }
}

.home-21 .feedback-contents .clients-contents .client-title {
    font-size: 32px;
    line-height: 42px;
    font-family: var(--heading-font-home-21);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .feedback-contents .clients-contents .client-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .feedback-contents .clients-contents .client-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-21 .feedback-contents .clients-contents .client-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 375px) {
    .home-21 .feedback-contents .clients-contents .client-title {
        font-size: 22px;
    }
}

.home-21 .feedback-contents .clients-contents .client-subtitle {
    font-family: var(--body-font-home-21);
    font-size: 18px;
    font-weight: 500;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .feedback-contents .clients-contents .client-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .feedback-contents .clients-contents .client-subtitle {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-21 .feedback-contents .clients-contents .client-subtitle {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .home-21 .feedback-contents .clients-contents .client-subtitle {
        font-size: 15px;
    }
}

.home-21 .feedback-nav .prev-icon,
.home-21 .feedback-nav .next-icon {
    position: absolute;
    right: 0px;
    bottom: 0;
    font-size: 30px;
    cursor: pointer;
    background: #F2F2F2;
    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;
    height: 50px;
    width: 50px;
    font-size: 22px;
    z-index: 99;
    color: var(--heading-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-21 .feedback-nav .prev-icon:hover,
.home-21 .feedback-nav .next-icon:hover {
    background-color: var(--main-color-five);
}

.home-21 .feedback-nav .prev-icon {
    right: 55px;
}


/* Connect area */

.home-21.connects-area {
    position: relative;
    z-index: 0;
}

.home-21 .connect-inner-content .single-connects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    margin-top: 50px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .connect-inner-content .single-connects {
        gap: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .home-21 .connect-inner-content .single-connects {
        gap: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .home-21 .connect-inner-content .single-connects {
        display: block;
    }
}

@media only screen and (max-width: 375px) {
    .home-21 .connect-inner-content .single-connects .connect-content {
        margin-top: 10px;
    }
}

.home-21 .connect-inner-content .single-connects .connect-content .connect-title {
    font-size: 28px;
    line-height: 32px;
    font-family: var(--heading-font-home-21);
    font-weight: 500;
    margin-bottom: 20px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .home-21 .connect-inner-content .single-connects .connect-content .connect-title {
        font-size: 26px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .connect-inner-content .single-connects .connect-content .connect-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .connect-inner-content .single-connects .connect-content .connect-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-21 .connect-inner-content .single-connects .connect-content .connect-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.home-21 .connect-inner-content .single-connects .connect-content .connect-item {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    font-family: var(--body-font-home-21);
    color: var(--light-color);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-21 .connect-inner-content .single-connects .connect-content .connect-item {
        font-size: 17px;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-21 .connect-inner-content .single-connects .connect-content .connect-item {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-21 .connect-inner-content .single-connects .connect-content .connect-item {
        font-size: 16px;
    }
}

.home-21 .connect-inner-content .single-connects .connect-content .connect-item .connect {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-21 .connect-inner-content .single-connects .connect-content .connect-item .connect:hover {
    color: var(--main-color-five);
}

.home-21 .connect-form-inner .single-input .connect-label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--body-font-home-21);
    color: var(--light-color);
    line-height: 30px;
    margin-bottom: 15px;
}

.home-21 .connect-form-inner .form-group .form-control,
.home-21 .connect-form-inner .single-input .form--control {
    height: 60px;
    border: 0;
    outline: none;
    background-color: #F8F8F8;
    width: 100%;
    padding: 0 20px;
    font-family: var(--body-font-home-21);
}

.home-21 .connect-form-inner .single-input .form--message,
.home-21 .connect-form-inner .form-group textarea.form-control {
    padding: 20px;
    height: 120px;
}

.white-color {
    color: #fff;
}

.center-text {
    text-align: center;
}

.end-text {
    text-align: right;
}

.home-21 .connect-form-inner button {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 30px;
    background-color: var(--main-color-five);
    color: var(--heading-color);
    border: 0;
    outline: none;
    margin-top: 30px;
    cursor: pointer;
    border: 2px solid var(--main-color-five);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
}

.home-21 .connect-form-inner button:hover {
    background: none;
    color: var(--main-color-five);
}


/* Newsletter area */

.home-21.newsletter-area {
    position: relative;
    z-index: 0;
}

.home-21 .newsletter-form {
    max-width: 500px;
    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;
    gap: 10px;
    margin: auto;
}

.home-21 .newsletter-form .single-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.home-21 .newsletter-form .single-input .form--control {
    height: 60px;
    border: 0;
    outline: none;
    background-color: #fff;
    color: var(--light-color);
    padding: 0 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    font-family: var(--body-font-home-21);
    padding-right: 70px;
}

.home-21 .newsletter-form .single-input .form--control:focus {
    -webkit-box-shadow: 0 0 10px rgba(var(--main-color-five-rgb), 0.1);
    box-shadow: 0 0 10px rgba(var(--main-color-five-rgb), 0.1);
    border-color: rgba(var(--main-color-five-rgb), 0.3);
}

.home-21 .newsletter-form button {
    font-size: 20px;
    background-color: var(--main-color-five);
    border: 0;
    outline: none;
    color: var(--heading-color);
    height: 100%;
    height: 60px;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 0;
}

.home-21 .newsletter-shape img {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-21 .newsletter-shape img {
        top: -30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-21 .newsletter-shape img {
        top: -20px;
    }
}

@media only screen and (max-width: 480px) {
    .home-21 .newsletter-shape img {
        top: -10px;
    }
}

@media only screen and (max-width: 375px) {
    .home-21 .newsletter-shape img {
        top: -5px;
    }
}


/*-------------------------
    Section Title
-------------------------*/

.section-title-19 {
    text-align: center;
    gap: 20px;
}

.section-title-19.text-left {
    text-align: left;
}

.section-title-19.white-color {
    color: #fff;
}

.section-title-19.white-color .title {
    color: #fff;
}

.section-title-19.center-text {
    text-align: center;
}

.section-title-19.section-border-bottom {
    border-bottom: 1px solid rgba(221, 221, 221, 0.4);
    padding-bottom: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .section-title-19.section-border-bottom {
        padding-bottom: 20px;
    }
}

.section-title-19 .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    color: var(--heading-color-home-19);
    margin: -6px 0 0 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .section-title-19 .title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 575.98px) {
    .section-title-19 .title {
        font-size: 25px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 375px) {
    .section-title-19 .title {
        font-size: 22px;
        line-height: 28px;
    }
}

.section-title-19 .title .title-image {
    position: relative;
    z-index: 2;
    padding: 16px 0;
}

.section-title-19 .title .title-image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.section-title-19 .title-left {
    display: inline-flex;
}

.section-title-19 .hot-deal {
    color: #fff;
    font-size: 15px;
    padding: 3px 15px;
    position: relative;
    line-height: 24px;
    z-index: 1;
    margin-left: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .section-title-19 .hot-deal {
        font-size: 14px;
        line-height: 22px;
    }
}

.section-title-19 .hot-deal.bg-color-two::before {
    border-right: 15px solid var(--main-color-two);
}

.section-title-19 .hot-deal.bg-color-three::before {
    border-right: 15px solid var(--main-color-three);
}

.section-title-19 .hot-deal.bg-color-four::before {
    border-right: 15px solid var(--main-color-four);
}

.section-title-19 .hot-deal::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 15px solid var(--main-color-one);
    border-bottom: 8px solid transparent;
}

.section-title-20 .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: var(--main-color-four);
    font-family: var(--heading-font-home-20);
    position: relative;
    padding: 10px 20px;
}




@media only screen and (max-width: 480px) {
    .section-title-20 .title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 375px) {
    .section-title-20 .title {
        font-size: 20px;
        padding: 10px 10px;
    }
}

.section-title-20 .title::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(var(--main-color-four-rgb), 0.08);
    margin-right: 30px;
}

.section-title-20.style-02 .title {
    font-size: 16px;
    font-weight: 500;
    color: var(--paragraph-color);
    position: relative;
    z-index: 1;
    padding-left: 32px;
}

.section-title-20.style-02 .title::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: var(--main-color-one);
    margin-right: 35px;
}

.section-title-21 .subtitle {
    font-size: 22px;
    font-family: var(--body-font-home-21);
    line-height: 36px;
    margin: -6px 0 0;
    color: var(--light-color);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .section-title-21 .subtitle {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .section-title-21 .subtitle {
        font-size: 20px;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .section-title-21 .subtitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .section-title-21 .subtitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 375px) {
    .section-title-21 .subtitle {
        font-size: 16px;
    }
}

.section-title-21 .title {
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    font-family: var(--heading-font-home-21);
    color: var(--heading-color);
    position: relative;
    z-index: 0;
    margin: -10px 0 0;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .section-title-21 .title {
        font-size: 45px;
        line-height: 50px;
        margin: -7px 0 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .section-title-21 .title {
        font-size: 45px;
        line-height: 50px;
        margin: -7px 0 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .section-title-21 .title {
        font-size: 42px;
        line-height: 48px;
        margin: -7px 0 0;
    }
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .section-title-21 .title {
        font-size: 42px;
        line-height: 48px;
        margin: -7px 0 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .section-title-21 .title {
        font-size: 36px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 480px) {
    .section-title-21 .title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 375px) {
    .section-title-21 .title {
        font-size: 28px;
        line-height: 36px;
    }
}

.section-title-21 .title.padding-right {
    padding-right: 120px;
}

.section-title-21 .title .section-shape {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.section-title-21 .title .section-shape::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url(../img/title_s.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/*---------------------------------------
    ## Button
---------------------------------------*/

.home-19 .btn-wrapper,
.home-20 .btn-wrapper,
.home-21 .btn-wrapper {
    display: block;
}

.home-19 .btn-wrapper .cmn-btn,
.home-20 .btn-wrapper .cmn-btn,
.home-21 .btn-wrapper .cmn-btn {
    color: var(--paragraph-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    line-height: 34px;
    padding: 10px 35px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.home-21 .btn-wrapper .cmn-btn:hover {
    opacity: .8;
}

@media only screen and (max-width: 575.98px) {
    .home-19 .btn-wrapper .cmn-btn,
    .home-20 .btn-wrapper .cmn-btn,
    .home-21 .btn-wrapper .cmn-btn {
        padding: 10px 25px;
        font-size: 15px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .btn-wrapper .cmn-btn,
    .home-20 .btn-wrapper .cmn-btn,
    .home-21 .btn-wrapper .cmn-btn {
        padding: 5px 15px;
        font-size: 14px;
    }
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-1,
.home-20 .btn-wrapper .cmn-btn.btn-bg-1,
.home-21 .btn-wrapper .cmn-btn.btn-bg-1 {
    background: var(--main-color-one);
    color: #fff;
    border: 2px solid var(--main-color-one);
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-1:hover,
.home-20 .btn-wrapper .cmn-btn.btn-bg-1:hover,
.home-21 .btn-wrapper .cmn-btn.btn-bg-1:hover {
    background: none;
    color: var(--main-color-one);
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-2,
.home-20 .btn-wrapper .cmn-btn.btn-bg-2,
.home-21 .btn-wrapper .cmn-btn.btn-bg-2 {
    background: var(--main-color-two);
    color: #fff;
    border: 2px solid var(--main-color-two);
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-2:hover,
.home-20 .btn-wrapper .cmn-btn.btn-bg-2:hover,
.home-21 .btn-wrapper .cmn-btn.btn-bg-2:hover {
    background: none;
    color: var(--main-color-two);
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-3,
.home-20 .btn-wrapper .cmn-btn.btn-bg-3,
.home-21 .btn-wrapper .cmn-btn.btn-bg-3 {
    background: var(--main-color-three);
    color: #fff;
    border: 2px solid var(--main-color-three);
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-3:hover,
.home-20 .btn-wrapper .cmn-btn.btn-bg-3:hover,
.home-21 .btn-wrapper .cmn-btn.btn-bg-3:hover {
    background: none;
    color: var(--main-color-three);
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-4,
.home-20 .btn-wrapper .cmn-btn.btn-bg-4,
.home-21 .btn-wrapper .cmn-btn.btn-bg-4 {
    background: var(--main-color-four);
    color: #fff;
    border: 2px solid var(--main-color-four);
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-4:hover,
.home-20 .btn-wrapper .cmn-btn.btn-bg-4:hover,
.home-21 .btn-wrapper .cmn-btn.btn-bg-4:hover {
    background: none;
    color: var(--main-color-four);
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-5,
.home-20 .btn-wrapper .cmn-btn.btn-bg-5,
.home-21 .btn-wrapper .cmn-btn.btn-bg-5 {
    background: var(--main-color-five);
    color: #333;
    border: 2px solid var(--main-color-five);
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-5:hover,
.home-20 .btn-wrapper .cmn-btn.btn-bg-5:hover,
.home-21 .btn-wrapper .cmn-btn.btn-bg-5:hover {
    background: none;
    color: var(--main-color-five);
}

.home-19 .btn-wrapper .cmn-btn.shop-color-2,
.home-20 .btn-wrapper .cmn-btn.shop-color-2,
.home-21 .btn-wrapper .cmn-btn.shop-color-2 {
    background: #30BB6F;
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-white,
.home-20 .btn-wrapper .cmn-btn.btn-bg-white,
.home-21 .btn-wrapper .cmn-btn.btn-bg-white {
    background: #fff;
    color: var(--heading-color);
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-white:hover,
.home-20 .btn-wrapper .cmn-btn.btn-bg-white:hover,
.home-21 .btn-wrapper .cmn-btn.btn-bg-white:hover {
    background: var(--main-color-one);
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-white.hover-bg-two:hover,
.home-20 .btn-wrapper .cmn-btn.btn-bg-white.hover-bg-two:hover,
.home-21 .btn-wrapper .cmn-btn.btn-bg-white.hover-bg-two:hover {
    background: var(--main-color-two);
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-white.hover-bg-three:hover,
.home-20 .btn-wrapper .cmn-btn.btn-bg-white.hover-bg-three:hover,
.home-21 .btn-wrapper .cmn-btn.btn-bg-white.hover-bg-three:hover {
    background: var(--main-color-three);
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-white.hover-bg-four:hover,
.home-20 .btn-wrapper .cmn-btn.btn-bg-white.hover-bg-four:hover,
.home-21 .btn-wrapper .cmn-btn.btn-bg-white.hover-bg-four:hover {
    background: var(--main-color-four);
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-white,
.home-20 .btn-wrapper .cmn-btn.btn-white,
.home-21 .btn-wrapper .cmn-btn.btn-white {
    background-color: #fff;
    border: 3px solid #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-white.color-one,
.home-20 .btn-wrapper .cmn-btn.btn-white.color-one,
.home-21 .btn-wrapper .cmn-btn.btn-white.color-one {
    color: var(--main-color-one);
}

.home-19 .btn-wrapper .cmn-btn.btn-white.color-one:hover,
.home-20 .btn-wrapper .cmn-btn.btn-white.color-one:hover,
.home-21 .btn-wrapper .cmn-btn.btn-white.color-one:hover {
    background: var(--main-color-one);
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-white.color-two,
.home-20 .btn-wrapper .cmn-btn.btn-white.color-two,
.home-21 .btn-wrapper .cmn-btn.btn-white.color-two {
    color: var(--main-color-two);
}

.home-19 .btn-wrapper .cmn-btn.btn-white.color-two:hover,
.home-20 .btn-wrapper .cmn-btn.btn-white.color-two:hover,
.home-21 .btn-wrapper .cmn-btn.btn-white.color-two:hover {
    background: var(--main-color-two);
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-white.color-three,
.home-20 .btn-wrapper .cmn-btn.btn-white.color-three,
.home-21 .btn-wrapper .cmn-btn.btn-white.color-three {
    color: var(--main-color-three);
}

.home-19 .btn-wrapper .cmn-btn.btn-white.color-three:hover,
.home-20 .btn-wrapper .cmn-btn.btn-white.color-three:hover,
.home-21 .btn-wrapper .cmn-btn.btn-white.color-three:hover {
    background: var(--main-color-three);
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-white.color-four,
.home-20 .btn-wrapper .cmn-btn.btn-white.color-four,
.home-21 .btn-wrapper .cmn-btn.btn-white.color-four {
    color: var(--main-color-four);
}

.home-19 .btn-wrapper .cmn-btn.btn-white.color-four:hover,
.home-20 .btn-wrapper .cmn-btn.btn-white.color-four:hover,
.home-21 .btn-wrapper .cmn-btn.btn-white.color-four:hover {
    background: var(--main-color-four);
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-medium,
.home-20 .btn-wrapper .cmn-btn.btn-medium,
.home-21 .btn-wrapper .cmn-btn.btn-medium {
    padding: 7px 25px;
}

@media only screen and (max-width: 375px) {
    .home-19 .btn-wrapper .cmn-btn.btn-medium,
    .home-20 .btn-wrapper .cmn-btn.btn-medium,
    .home-21 .btn-wrapper .cmn-btn.btn-medium {
        padding: 5px 15px;
        font-size: 14px;
    }
}

.home-19 .btn-wrapper .cmn-btn.btn-small,
.home-20 .btn-wrapper .cmn-btn.btn-small,
.home-21 .btn-wrapper .cmn-btn.btn-small {
    padding: 5px 18px;
}

@media only screen and (max-width: 375px) {
    .home-19 .btn-wrapper .cmn-btn.btn-small,
    .home-20 .btn-wrapper .cmn-btn.btn-small,
    .home-21 .btn-wrapper .cmn-btn.btn-small {
        padding: 5px 15px;
        font-size: 14px;
    }
}

.home-19 .btn-wrapper .cmn-btn.extra-width,
.home-20 .btn-wrapper .cmn-btn.extra-width,
.home-21 .btn-wrapper .cmn-btn.extra-width {
    width: 220px;
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-heading,
.home-20 .btn-wrapper .cmn-btn.btn-bg-heading,
.home-21 .btn-wrapper .cmn-btn.btn-bg-heading {
    background: var(--heading-color);
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-bg-steam,
.home-20 .btn-wrapper .cmn-btn.btn-bg-steam,
.home-21 .btn-wrapper .cmn-btn.btn-bg-steam {
    background: #DDD;
    color: var(--heading-color);
}

.home-19 .btn-wrapper .cmn-btn.btn-border,
.home-20 .btn-wrapper .cmn-btn.btn-border,
.home-21 .btn-wrapper .cmn-btn.btn-border {
    border: 1px solid #ddd;
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-steam,
.home-20 .btn-wrapper .cmn-btn.btn-outline-steam,
.home-21 .btn-wrapper .cmn-btn.btn-outline-steam {
    border: 2px solid #DDD;
    color: var(--heading-color);
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-steam:hover,
.home-20 .btn-wrapper .cmn-btn.btn-outline-steam:hover,
.home-21 .btn-wrapper .cmn-btn.btn-outline-steam:hover {
    background: #DDD;
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-one,
.home-20 .btn-wrapper .cmn-btn.btn-outline-one,
.home-21 .btn-wrapper .cmn-btn.btn-outline-one {
    padding: 7px 35px;
    border: 2px solid var(--main-color-one);
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-one.color-one,
.home-20 .btn-wrapper .cmn-btn.btn-outline-one.color-one,
.home-21 .btn-wrapper .cmn-btn.btn-outline-one.color-one {
    color: var(--main-color-one);
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-one:hover,
.home-20 .btn-wrapper .cmn-btn.btn-outline-one:hover,
.home-21 .btn-wrapper .cmn-btn.btn-outline-one:hover {
    background: var(--main-color-one);
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-two,
.home-20 .btn-wrapper .cmn-btn.btn-outline-two,
.home-21 .btn-wrapper .cmn-btn.btn-outline-two {
    padding: 7px 35px;
    border: 2px solid var(--main-color-two);
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-two.color-two,
.home-20 .btn-wrapper .cmn-btn.btn-outline-two.color-two,
.home-21 .btn-wrapper .cmn-btn.btn-outline-two.color-two {
    color: var(--main-color-two);
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-two:hover,
.home-20 .btn-wrapper .cmn-btn.btn-outline-two:hover,
.home-21 .btn-wrapper .cmn-btn.btn-outline-two:hover {
    background: var(--main-color-two);
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-three,
.home-20 .btn-wrapper .cmn-btn.btn-outline-three,
.home-21 .btn-wrapper .cmn-btn.btn-outline-three {
    padding: 7px 35px;
    border: 2px solid var(--main-color-three);
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-three.color-three,
.home-20 .btn-wrapper .cmn-btn.btn-outline-three.color-three,
.home-21 .btn-wrapper .cmn-btn.btn-outline-three.color-three {
    color: var(--main-color-three);
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-three:hover,
.home-20 .btn-wrapper .cmn-btn.btn-outline-three:hover,
.home-21 .btn-wrapper .cmn-btn.btn-outline-three:hover {
    background: var(--main-color-three);
    color: #fff;
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-four,
.home-20 .btn-wrapper .cmn-btn.btn-outline-four,
.home-21 .btn-wrapper .cmn-btn.btn-outline-four {
    padding: 7px 35px;
    border: 2px solid var(--main-color-four);
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-four.color-four,
.home-20 .btn-wrapper .cmn-btn.btn-outline-four.color-four,
.home-21 .btn-wrapper .cmn-btn.btn-outline-four.color-four {
    color: var(--main-color-four);
}

.home-19 .btn-wrapper .cmn-btn.btn-outline-four:hover,
.home-20 .btn-wrapper .cmn-btn.btn-outline-four:hover,
.home-21 .btn-wrapper .cmn-btn.btn-outline-four:hover {
    background: var(--main-color-four);
    color: #fff;
}

.home-19 .btn-buy,
.home-20 .btn-buy,
.home-21 .btn-buy {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .btn-buy,
    .home-20 .btn-buy,
    .home-21 .btn-buy {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .btn-buy,
    .home-20 .btn-buy,
    .home-21 .btn-buy {
        margin-top: 10px;
    }
}

.home-19 .btn-buy:hover,
.home-20 .btn-buy:hover,
.home-21 .btn-buy:hover {
    text-decoration: underline;
}

.home-19 .btn-buy:hover.icon::before,
.home-20 .btn-buy:hover.icon::before,
.home-21 .btn-buy:hover.icon::before {
    text-decoration: none;
    display: inherit;
}

.home-19 .btn-buy.icon::before,
.home-20 .btn-buy.icon::before,
.home-21 .btn-buy.icon::before {
    content: "";
    font-family: "font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    margin-right: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.home-19 .btn-buy.btn-color-two,
.home-20 .btn-buy.btn-color-two,
.home-21 .btn-buy.btn-color-two {
    color: var(--main-color-two);
}

.home-19 .btn-buy.btn-color-three,
.home-20 .btn-buy.btn-color-three,
.home-21 .btn-buy.btn-color-three {
    color: var(--main-color-three);
}

.home-19 .btn-buy.btn-color-four,
.home-20 .btn-buy.btn-color-four,
.home-21 .btn-buy.btn-color-four {
    color: var(--main-color-four);
}

.home-19 .btn-color-one,
.home-20 .btn-color-one,
.home-21 .btn-color-one {
    color: var(--main-color-one);
}

.home-19 .btn-color-one:hover,
.home-20 .btn-color-one:hover,
.home-21 .btn-color-one:hover {
    color: var(--main-color-one);
}

.home-21 .btn-wrapper .cmn-btn {
    font-family: var(--body-font-home-21);
}


/*---------------------------------------
    ## Back Top
---------------------------------------*/

.home-19 .back-to-top,
.home-20 .back-to-top,
.home-21 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}

@media only screen and (max-width: 575.98px) {
    .home-19 .back-to-top,
    .home-20 .back-to-top,
    .home-21 .back-to-top {
        height: 40px;
        width: 40px;
        font-size: 22px;
        line-height: 40px;
        bottom: 20px;
        right: 20px;
    }
}

.home-19 .back-to-top.bg-color-two,
.home-20 .back-to-top.bg-color-two,
.home-21 .back-to-top.bg-color-two {
    background: var(--main-color-two);
}

.home-19 .back-to-top.bg-color-three,
.home-20 .back-to-top.bg-color-three,
.home-21 .back-to-top.bg-color-three {
    background: var(--main-color-three);
}

.home-19 .back-to-top.bg-color-four,
.home-20 .back-to-top.bg-color-four,
.home-21 .back-to-top.bg-color-four {
    background: var(--main-color-four);
}

.home-19 .back-to-top.bg-color-five,
.home-20 .back-to-top.bg-color-five,
.home-21 .back-to-top.bg-color-five {
    background: var(--main-color-five);
}


/* Isootope List */

.home-19 .isootope-button {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .isootope-button {
        gap: 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .home-19 .isootope-button {
        gap: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .isootope-button {
        gap: 15px;
    }
}

.home-19 .isootope-button.hover-color-two .list::before {
    background: var(--main-color-two);
}

.home-19 .isootope-button.hover-color-two .list.active {
    color: var(--main-color-two);
}

.home-19 .isootope-button.hover-color-two .list:hover {
    color: var(--main-color-two);
}

.home-19 .isootope-button.hover-color-three .list::before {
    background: var(--main-color-three);
}

.home-19 .isootope-button.hover-color-three .list.active {
    color: var(--main-color-three);
}

.home-19 .isootope-button.hover-color-three .list:hover {
    color: var(--main-color-three);
}

.home-19 .isootope-button.hover-color-four .list::before {
    background: var(--main-color-four);
}

.home-19 .isootope-button.hover-color-four .list.active {
    color: var(--main-color-four);
}

.home-19 .isootope-button.hover-color-four .list:hover {
    color: var(--main-color-four);
}

.home-19 .isootope-button .list {
    font-size: 18px;
    font-family: var(--rubik-font);
    cursor: pointer;
    line-height: 30px;
    margin-top: 5px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
    .home-19 .isootope-button .list {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .home-19 .isootope-button .list {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .isootope-button .list {
        font-size: 15px;
    }
}

.home-19 .isootope-button .list::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: var(--main-color-one);
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.home-19 .isootope-button .list.active {
    color: var(--main-color-one);
}

.home-19 .isootope-button .list.active::before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.home-19 .isootope-button .list:hover {
    color: var(--main-color-one);
}

.home-19 .isootope-button .list:hover::before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}


/* Price Updated Through */

@media only screen and (max-width: 375px) {
    .home-19 .center-text .price-update-through {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-19 .price-update-through {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-19 .price-update-through .flash-prices {
    color: var(--heading-color);
    margin-right: 10px;
}

.home-19 .price-update-through .flash-prices.color-one {
    color: var(--main-color-one);
}

.home-19 .price-update-through .flash-prices.color-two {
    color: var(--main-color-two);
}

.home-19 .price-update-through .flash-prices.color-three {
    color: var(--main-color-three);
}

.home-19 .price-update-through .flash-prices.color-four {
    color: var(--main-color-four);
}

.home-19 .price-update-through .flash-prices.hover-color-one:hover {
    color: var(--main-color-one);
}

.home-19 .price-update-through .flash-prices.hover-color-two:hover {
    color: var(--main-color-two);
}

.home-19 .price-update-through .flash-prices.hover-color-three:hover {
    color: var(--main-color-three);
}

.home-19 .price-update-through .flash-prices.hover-color-four:hover {
    color: var(--main-color-four);
}

.home-19 .price-update-through .flash-old-prices {
    text-decoration: line-through;
}


/* Global Ratings */

@media only screen and (max-width: 375px) {
    .home-19 .center-text .rating-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-19 .rating-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-19 .rating-wrap .ratings {
    position: relative;
    z-index: 0;
    width: 79px;
    height: 16px;
    display: inline-block;
}

.home-19 .rating-wrap .ratings span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 16px;
}

.home-19 .rating-wrap .ratings span.hide-rating:after {
    color: var(--light-color);
}

.home-19 .rating-wrap .ratings span.show-rating:after {
    color: #FABE50;
}

.home-19 .rating-wrap .ratings span.show-rating {
    width: 88%;
}

.home-19 .rating-wrap .ratings span:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "" "" "" "" "";
    width: 100%;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
}

.home-19 .rating-wrap .total-ratings {
    margin-left: 5px;
}


/* Sidebars */

.home-21.sidebars-wrappers {
    max-width: 400px;
    height: 100vh;
    padding: 30px 20px;
    background: #fff;
    top: 0;
    left: -100%;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.home-21.sidebars-wrappers.active {
    visibility: visible;
    opacity: 1;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.home-21.sidebars-wrappers .sidebars-close {
    position: absolute;
    right: 0px;
    top: 0%;
    font-size: 22px;
    cursor: pointer;
    color: var(--heading-color);
    background: #F2F3F5;
    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;
    height: 50px;
    width: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-21.sidebars-wrappers .sidebars-close:hover {
    background: var(--main-color-five);
}

.home-21.sidebars-wrappers .sidebar-inner {
    text-align: center;
}

.home-21.sidebars-wrappers .sidebar-inner .contents-wrapper {
    height: calc(100vh - 130px);
    padding-right: 7px;
}

.home-21.sidebars-wrappers .sidebar-inner .sidebars-title {
    font-family: var(--body-font);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.home-21.sidebars-wrappers .sidebar-inner .sidebars-title.black-theme {
    color: #fff;
}

.home-21.sidebars-wrappers .sidebar-inner .sidebars-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
}

.home-21 .homepage_sidebar-widget.widget {
    padding: 0;
}

.home-21.sidebars-wrappers .sidebar-inner .sidebars-socials .list {
    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;
    height: 35px;
    width: 35px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #DDD;
    color: var(--heading-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-21.sidebars-wrappers .sidebar-inner .sidebars-socials .list:hover {
    background-color: var(--main-color-five);
    border-color: var(--main-color-five);
}

.home-21.sidebars-wrappers .sidebar-inner .sidebars-cate-list .single-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    background-color: #FEF9EF;
    padding: 10px 10px;
    color: var(--light-color);
}

.home-21.sidebars-wrappers .sidebar-inner .sidebars-cate-list .single-list:not(:last-child) {
    margin-bottom: 20px;
}

.home-21.sidebars-wrappers .sidebar-inner .sidebars-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-21.sidebars-wrappers .sidebar-inner .sidebars-tag-list .list {
    padding: 5px 16px;
    font-size: 16px;
    color: var(--light-color);
    border: 1px solid rgba(221, 221, 221, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-21.sidebars-wrappers .sidebar-inner .sidebars-tag-list .list:hover {
    background: var(--main-color-five);
    color: #fff;
    border-color: var(--main-color-five);
}

.home-21 .sidebars-single-content {
    margin-top: 50px;
    text-align: left;
    margin-right: 10px;
}

.home-21 .sidebars-single-content .tag-new-contents {
    margin-top: 50px;
}

.home-21 .sidebars-single-content .tag-new-contents .tag-list {
    margin-top: 40px;
}


/* Search Popup */

.home-19 .search-open,
.home-20 .search-open {
    font-size: 18px;
    cursor: pointer;
    margin-left: 0px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-19 .right-content-wrapper,
.home-20 .right-content-wrapper {
    position: relative;
    z-index: 1;
}

.home-19 .searchbar-area,
.home-20 .searchbar-area {
    position: relative;
    z-index: 9;
}

.home-19 .search-bar,
.home-20 .search-bar {
    position: absolute;
    top: -60%;
    right: 0;
    width: 500px;
    height: auto;
    z-index: 9;
    margin: 0 auto;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 9999;
}

@media only screen and (max-width: 575.98px) {
    .home-19 .search-bar,
    .home-20 .search-bar {
        width: 400px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        color: #000;
    }
}

@media only screen and (max-width: 480px) {
    .home-19 .search-bar,
    .home-20 .search-bar {
        width: 300px;
    }
}

@media only screen and (max-width: 375px) {
    .home-19 .search-bar,
    .home-20 .search-bar {
        width: 270px;
    }
}

.home-19 .search-bar.active,
.home-20 .search-bar.active {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.home-19 .search-bar .menu-search-form,
.home-20 .search-bar .menu-search-form {
    position: relative;
    z-index: 9;
    width: 100%;
    margin: auto;
    border-radius: 0px;
}

.home-19 .search-bar .menu-search-form .search-close,
.home-20 .search-bar .menu-search-form .search-close {
    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;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #F2F3F5;
    padding: 2px 20px;
    color: var(--main-color-three);
    border: 1px solid var(--main-color-three);
}

.home-19 .search-bar .menu-search-form .search-close:hover,
.home-20 .search-bar .menu-search-form .search-close:hover {
    color: #fff;
    background: var(--main-color-three);
}

.home-19 .search-bar .menu-search-form .item-search,
.home-20 .search-bar .menu-search-form .item-search {
    width: 100%;
    height: 60px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    text-transform: capitalize;
    padding: 0px 20px;
    padding-right: 70px;
    padding-left: 70px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    color: var(--light-color);
}

.home-19 .search-bar .menu-search-form .item-search:focus,
.home-20 .search-bar .menu-search-form .item-search:focus {
    border-color: rgba(var(--main-color-three-rgb), 0.2);
    -webkit-box-shadow: 0 0 10px rgba(var(--main-color-three-rgb), 0.1);
    box-shadow: 0 0 10px rgba(var(--main-color-three-rgb), 0.1);
}

.home-19 .search-bar .menu-search-form .item-search::-webkit-input-placeholder,
.home-20 .search-bar .menu-search-form .item-search::-webkit-input-placeholder {
    color: var(--light-color);
    font-size: 14px;
}

.home-19 .search-bar .menu-search-form .item-search::-moz-placeholder,
.home-20 .search-bar .menu-search-form .item-search::-moz-placeholder {
    color: var(--light-color);
    font-size: 14px;
}

.home-19 .search-bar .menu-search-form .item-search:-ms-input-placeholder,
.home-20 .search-bar .menu-search-form .item-search:-ms-input-placeholder {
    color: var(--light-color);
    font-size: 14px;
}

.home-19 .search-bar .menu-search-form .item-search::-ms-input-placeholder,
.home-20 .search-bar .menu-search-form .item-search::-ms-input-placeholder {
    color: var(--light-color);
    font-size: 14px;
}

.home-19 .search-bar .menu-search-form .item-search::placeholder,
.home-20 .search-bar .menu-search-form .item-search::placeholder {
    color: var(--light-color);
    font-size: 14px;
}

.home-19 .search-bar .menu-search-form button,
.home-20 .search-bar .menu-search-form button {
    position: absolute;
    left: 0;
    height: 100%;
    padding: 0 20px;
    background: var(--main-color-three);
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

.home-20 .search-bar .menu-search-form .search-close {
    color: var(--main-color-four);
    border: 1px solid var(--main-color-four);
}

.home-20 .search-bar .menu-search-form .search-close:hover {
    color: #fff;
    background: var(--main-color-four);
}

.home-20 .search-bar .menu-search-form .item-search:focus {
    border-color: rgba(var(--main-color-four-rgb), 0.2);
    -webkit-box-shadow: 0 0 10px rgba(var(--main-color-four-rgb), 0.1);
    box-shadow: 0 0 10px rgba(var(--main-color-four-rgb), 0.1);
}

.home-20 .search-bar .menu-search-form button {
    background: var(--main-color-four);
}


/* Common Style */

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.radius-parcent-50 {
    border-radius: 50%;
}

.radius-50 {
    border-radius: 50px;
}

.radius-40 {
    border-radius: 40px;
}

.radius-35 {
    border-radius: 35px;
}

.radius-30 {
    border-radius: 30px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-5 {
    border-radius: 5px;
}

.radius-0 {
    border-radius: 0px !important;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.single-border-top {
    border-top: 1px solid rgba(221, 221, 221, 0.3);
}

.single-border {
    border: 1px solid rgba(221, 221, 221, 0.3);
}

.color-light {
    color: var(--light-color) !important;
}

.color-extra-light {
    color: var(--extra-light-color) !important;
}

.color-heading {
    color: var(--heading-color-home-19);
}

.body-bg-1 {
    background: #F1F3F4;
}

.body-bg-2 {
    background: #FFFAF5;
}

.body-bg-3 {
    background: #1B1C25;
}

.bg-color-one {
    background: var(--main-color-four);
}

.bg-color-two {
    background: var(--main-color-two);
}

.bg-color-three {
    background: var(--main-color-three);
}

.bg-color-four {
    background: var(--main-color-four);
}

.bg-item-one {
    background: #F2F3F5;
}

.bg-item-two {
    background: #E9F6FF;
}

.bg-item-three {
    background: #FFECF0;
}

.bg-item-four {
    background: #FFF8F0;
}

.bg-item-five {
    background: #F7F7F6;
}

.bg-item-badge {
    background: #F7F7F6;
}

.home-21-section-bg,
.home-21.footer-area .copyright-area.copyright-bg {
    background: #FEF9EF;
}

.home-21.footer-area .copyright-area.copyright-bg {
    background: #FEF9EF !important;
}

.home-21.footer-area .footer-widget.widget_tag_cloud .tagcloud a,
.home-21.footer-area .widget.footer-widget p,
.home-21.footer-area .widget.footer-widget.widget_calendar caption,
.home-21.footer-area .widget.footer-widget.widget_calendar td,
.home-21.footer-area .widget.footer-widget.widget_calendar th,
.home-21.footer-area .widget.footer-widget ul li,
.home-21.footer-area .widget.footer-widget ul li a {
    color: var(--paragraph-color) !important;
}

.home-21.footer-area .contact_info_list li.single-info-item .icon,
.home-21.footer-area .footer-widget.widget_nav_menu ul li a:after,
.home-21.footer-area .contact_info_list li.single-info-item .icon,
.home-21.footer-area .footer-widget.widget_nav_menu ul li a:after {
    color: var(--main-color-five);
}

.color-one {
    color: var(--main-color-four);
}

.color-two {
    color: var(--main-color-two);
}

.color-three {
    color: var(--main-color-three);
}

.color-four {
    color: var(--main-color-four);
}

.color-five {
    color: var(--main-color-five);
}

.color-stock {
    color: var(--stock-color);
}

.review-color {
    color: var(--review-color);
}

.color-yellow {
    color: #FFBA5C;
}

.home-21.footer-area .footer-top {
    background-color: #FEF9EF !important;
}

.homepage_sidebar-widget.widget {
    text-align: left;
    background-color: transparent;
}

.home-21.sidebars-wrappers .sidebar-inner .contents-wrapper {
    min-width: 300px;
    margin-top: 30px;
}

.blog-widget.widget .widget_search .search-form .submit-btn {
    left: auto;
    top: 0px;
    transform: none;
}

.home-20 .news-list .news-button-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-variant-20.footer-area .footer-top {
    background-color: #f9f9f9 !important;
}

.home-variant-20.footer-area .copyright-area {
    background-color: #f9f9f9 !important;
    color: #333;
}

.footer-area.home-variant-20 .widget.footer-widget .widget-title {
    color: #333;
}

.footer-area.home-variant-20 .footer-widget.widget_tag_cloud .tagcloud a,
.footer-area.home-variant-20 .widget.footer-widget p,
.footer-area.home-variant-20 .widget.footer-widget.widget_calendar caption,
.footer-area.home-variant-20 .widget.footer-widget.widget_calendar td,
.footer-area.home-variant-20 .widget.footer-widget.widget_calendar th,
.footer-area.home-variant-20 .widget.footer-widget ul li,
.footer-area.home-variant-20 .widget.footer-widget ul li a {
    color: rgb(91 89 89 / 60%);
}

.footer-area.home-variant-20 .footer-widget.widget_tag_cloud .tagcloud a:hover,
.footer-area.home-variant-20 .widget.footer-widget ul li a:hover {
    color: rgb(91 89 89 / 60%);
}

.single-sidebar-item.widget {
    background-color: transparent;
    padding: 0;
}

.home-20 .sidebar-contents .follow-list .single-list a {
    display: inline-block;
    background-color: var(--main-color-four);
    text-align: center;
    line-height: 40px;
}

.home-19 .topbar-social,
.home-19 .lang-contents-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-area-wrapper,
.header-style-02,
.header-style-03 {
    position: relative;
    z-index: 1;
}

.home-19 .pcount {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 9;
    background: var(--main-color-one);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding: 5px;
}

#store_area_category_item_section_by_ajax li {
    cursor: pointer;
    list-style-type: none;
}

.footer-bg {
    background: #f9f9f9;
}

.home-19.footer-area,
.home-20.footer-area,
.home-21.footer-area {
    position: relative;
    z-index: 1;
}

.home-variant-19 .widget.footer-widget .widget-title {
    color: var(--heading-color);
}

.home-variant-19 .widget .recent_post_item li.single-recent-post-item .content .title>a {
    color: var(--heading-color);
}

.home-variant-19 .widget.footer-widget ul li a {
    color: var(--heading-color) !important;
}

.home-variant-19 .widget.footer-widget ul li a:hover {
    color: var(--main-color-three) !important;
}

.home-variant-19 .widget.footer-widget .about_us_widget p {
    color: var(--heading-color) !important;
}

.home-variant-19 .contact_info_list li.single-info-item .details {
    color: var(--heading-color);
    transition: all .3s;
}

.home-variant-19 .footer-widget.widget_nav_menu ul li a:after {
    color: var(--main-color-three);
}

.home-variant-19 .contact_info_list li.single-info-item .icon {
    color: var(--main-color-three);
    transition: all .3s;
}

.home-variant-19 .contact_info_list li.single-info-item:hover .details {
    color: var(--main-color-three);
}

.home-variant-19 .quick-view-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    cursor: pointer;
    background: var(--main-color-one);
    color: white;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    transition: .3s;
    display: inline-block;
    background-image: none;
    opacity: 1;
    border: 0;
    transform: rotate(0deg);
}

.home-variant-19 .flash-countdown-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid var(--dark);
    overflow: hidden;
}

.home-variant-19 .flash-countdown-wrapper .flash-countdown-title-single {
    padding: 5px 20px;
    position: relative;
    z-index: 1;
}

.home-variant-19 .flash-countdown-wrapper .flash-countdown-title-single .flash-countdown-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

.home-variant-19 .flash-countdown-wrapper .flash-countdown-product,
.flash-countdown-wrapper .flash-countdown-product-2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 5px;
}

.home-variant-19 .flash-countdown-wrapper .flash-countdown-product .single-box,
.flash-countdown-wrapper .flash-countdown-product-2 .single-box {
    background-color: var(--main-color-one);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.home-variant-19 .product-meta.pricing {
    color: var(--secondary-color);
    font-weight: 500;
}

.home-variant-19 .product-meta.pricing {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 18px;
}

.home-variant-19 .product-summery .product-title.title {
    margin: 10px 0;
    min-height: unset;
    overflow: unset;
}

.home-variant-19 .product-summery .availability.is_available {
    margin: 10px 0;
    display: block;
}

.home-variant-19 .price-wrap {
    margin-top: 19px;
    display: flex;
    align-items: center;
}

.home-variant-19 .price.sale_price.font-weight-bold {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--heading-color);
    display: inline-block;
}

.home-variant-19 .price-wrap .del-price {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-left: 15px;
}

.home-variant-19 .product-summery .short-description {
    margin-top: 10px;
}

.home-variant-19 .product-summery .cart-option {
    margin-top: 20px;
}

.home-variant-19 .user-select-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 11px;
    flex-wrap: wrap;
}

.home-variant-19 .modal-content .cart-option .d-flex {
    flex-wrap: wrap;
}

.home-variant-19 .modal-content .cart-option .input-group {
    width: 23%;
    margin-right: 20px;
    margin-bottom: 25px;
}

.home-variant-19 .input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    border: 1px solid var(--main-color-one);
    border-radius: 25px;
}

.home-variant-19 .cart-option .btn-wrapper {
    margin-bottom: 15px;
}

.home-variant-19 .btn-wrapper .btn-default.rounded-btn {
    border-radius: 25px;
}

.home-variant-19 .category {
    display: flex;
}

.home-variant-19 .product-summery .name {
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    margin-right: 8px;
}

.home-variant-19 .product_category {
    text-transform: capitalize;
    color: var(--secondary-color);
    margin-bottom: 9px;
    display: block;
}

.home-variant-19 .btn-wrapper .btn-default {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid var(--main-color-one);
    background-color: var(--main-color-one);
    color: #fff;
    text-transform: capitalize;
    padding: 9px 30px 11px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    line-height: 20px;
}

.home-variant-19 .modal-content .product-view-wrap.product-img {
    margin-bottom: 30px;
}

.home-variant-19 .other-content {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}

.home-variant-19 div#quick_view .product-view-wrap .other-content .badge-tag,
.single-main-image.slick-slide.slick-current.slick-active .badge-tag,
.single-product-view-grid-style-04 .product-thumb .badge-tag {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #fff;
    background-color: var(--dark);
    padding: 2px 9px 3px;
    z-index: 0;
    margin-bottom: 5px;
    text-align: center;
}

.home-variant-19 div#quick_view .product-view-wrap .other-content .discount-tag,
.single-main-image.slick-slide.slick-current.slick-active .discount-tag,
.single-product-view-grid-style-04 .product-thumb .discount-tag {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #fff;
    background-color: var(--special-color);
    padding: 2px 9px 3px;
    z-index: 0;
    margin-bottom: 5px;
    text-align: center;
}

.home-variant-19 .product-view-wrap.product-img li {
    list-style-type: none;
    margin-right: 15px;
}

.product-archive-top-content-area .search-form #product_search_btn {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    transform: unset;
    background: var(--main-color-one);
    color: #fff;
}

.today_deal_quick_view {
    cursor: pointer;
}

.event-widget .widget_search .search-form .submit-btn {
    right: 0;
    bottom: 0;
    transform: unset;
    left: auto;
}

.event-widget .widget_search .search-form {
    max-width: 100%;
    position: relative;
}

.badge-tag.image_category {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
    color: #fff;
    background-color: var(--stock-color);
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .quick_view_modal .modal-content.p-5 {
        padding: 40px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .quick_view_modal .modal-content.p-5 {
        padding: 30px !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 991.98px) {
    .quick_view_modal .modal-content.p-5 {
        padding: 20px !important;
    }
}

.career-widget .widget_search {
    position: relative;
}

.career-widget .widget_search .submit-btn,
.knowledgebase-widget .widget_search .submit-btn
{
    left: auto;
    top: auto;
    bottom: 0;
    transform: unset;
}

.career-widget .widget_search .search-form,
.knowledgebase-widget .widget_search .search-form
{
    max-width: 100%;
}

.product-summery .cart-option .text-danger {
    width: 100%;
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .price-updates {
    font-size: 14px !important;
}

.home-19 .cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .price-updates .old-price {
    font-size: 14px;
    line-height: 1;
}

.single-blog .blog-thumb img {
    width: 100%;
}

.widget-category-list .single-item .wrap {
    z-index: 0;
}

.blog-details-item .thumb {
    position: relative;
}

.blog-details-item .popup-videos a {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: var(--main-color-one);
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    transform: translate(-50%,-50%);
}

.elementor-custom-embed {
    display: inline;
}

.home-21.footer-area .footer-top .sidebars-single-content {
    margin-top: 0;
}


@media only screen and (min-width: 1550px) {
    .container-fluid {
      padding-left: 140px !important;
      padding-right: 140px !important;
    }
  }




/***
  ====================================================================
  Banner Section
====================================================================

***/
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
.banner-section{
  position:relative;
  overflow:hidden;
}

.banner-section .slide::before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  z-index:2;
  background-color:rgba(0,0,0,0.70);
}

.banner-section .slide{
  position:relative;
  overflow:hidden;
  padding-top:120px;
  padding-bottom:200px;
}

.banner-section .patern-layer-one{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 493px;
  height: 492px;
  z-index:2;
  opacity:0;
  transform: translateX(-500px);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size:cover;

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.banner-section .active .patern-layer-one{
  opacity:1;
  transform: translateX(0px);
}

.banner-section .patern-layer-two{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 611px;
  height: 633px;
  z-index:2;
  background-position: right top;
  background-repeat: no-repeat;

  transform: translateX(500px);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.banner-section .active .patern-layer-two{
  transform: translateX(00px);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-section .content-column{
  position:relative;
  z-index:10;
}

.banner-section .content-column .inner-column{
  position:relative;
}

.banner-section .content-column .title{
  position:relative;
  color:#ffffff;
  font-size:30px;
  line-height:1.8em;
  margin-bottom:16px;
  font-weight:700;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .active .content-column .title{
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-section .content-column h1{
  position:relative;
  color:#ffffff;
  font-weight:700;
  line-height:1.1em;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-size:72px;
}

.banner-section .active .content-column h1{
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.banner-section .content-column .text{
  position:relative;
  color:#ffffff;
  font-size:17px;
  line-height:1.9em;
  margin-top:30px;
  margin-bottom:30px;
  font-weight:400;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .active .content-column .text{
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.banner-section .content-column .btns-box{
  margin-top:35px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .active .content-column .btns-box{
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-section .content-column .theme-btn{
  margin-right:15px;
}

.banner-section .owl-dots{
  position:absolute;
  left:0px;
  right:0px;
  bottom:40px;
  text-align:center;
}

.banner-section .owl-dots .owl-dot{
  position:relative;
  width:30px;
  height:6px;
  margin-bottom:10px;
  border-radius:0px;
  margin:0px 5px;
  display:inline-block;
  background-color:#ffffff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover{
  background-color:#141d38;
}

.banner-section .owl-nav{
  position:absolute;
  left:0px;
  top:50%;
  z-index:99999;
  width:100%;
  opacity:0;
  margin-top:-10px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.banner-section:hover .owl-nav{
  opacity:1;
}

.banner-section .owl-nav .owl-prev{
  position:absolute;
  left:20px;
  width:60px;
  height:60px;
  color:#ffffff;
  line-height:56px;
  font-size:24px;
  text-align:center;
  border-radius:50px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  border:2px solid rgba(255,255,255,0.60);
  cursor: pointer;
}

.banner-section .owl-nav .owl-next{
  position:absolute;
  right:20px;
  color:#ffffff;
  font-size:24px;
  width:60px;
  height:60px;
  color:#ffffff;
  line-height:56px;
  border-radius:50px;
  text-align:center;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  border:2px solid rgba(255,255,255,0.60);
  cursor: pointer;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover{
  color:#222222;
  border-color:#ffffff;
  background-color:#ffffff;
}

.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 11px 30px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #0060ff;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-one:before{
	position: absolute;
	content: '';
    left: 92%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #132144;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
	border-color:#00e49a;
}


@font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon.eot");
    src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"),
         url("../fonts/flaticon.woff") format("woff"),
         url("../fonts/flaticon.ttf") format("truetype"),
         url("../fonts/flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: "Flaticon";
      src: url("../fonts/flaticon.svg#Flaticon") format("svg");
    }
  }
  
  [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
  [class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
       font-family: Flaticon;
      font-style: normal;
  }
  
  .flaticon-24-hours:before { content: "\f100"; }
  .flaticon-open-book:before { content: "\f101"; }
  .flaticon-home:before { content: "\f102"; }
  .flaticon-quote:before { content: "\f103"; }
  .flaticon-placeholder:before { content: "\f104"; }
  .flaticon-placeholder-filled-point:before { content: "\f105"; }
  .flaticon-telephone:before { content: "\f106"; }
  .flaticon-phone-call:before { content: "\f107"; }
  .flaticon-comment:before { content: "\f108"; }
  .flaticon-timetable:before { content: "\f109"; }
  .flaticon-unlink:before { content: "\f10a"; }
  .flaticon-play-arrow:before { content: "\f10b"; }
  .flaticon-portfolio:before { content: "\f10c"; }
  .flaticon-money-bag:before { content: "\f10d"; }
  .flaticon-portfolio-1:before { content: "\f10e"; }
  .flaticon-award:before { content: "\f10f"; }
  .flaticon-winner:before { content: "\f110"; }
  .flaticon-trophy:before { content: "\f111"; }
  .flaticon-magnifying-glass:before { content: "\f112"; }
  .flaticon-menu:before { content: "\f113"; }
  .flaticon-shopping-cart-1:before { content: "\f114"; }
  .flaticon-shopping-cart-2:before { content: "\f115"; }
  .flaticon-back:before { content: "\f116"; }
  .flaticon-back-arrow:before { content: "\f117"; }
  .flaticon-growth:before { content: "\f118"; }
  .flaticon-target:before { content: "\f119"; }
  .flaticon-settings:before { content: "\f11a"; }
  .flaticon-avatar:before { content: "\f11b"; }
  .flaticon-share:before { content: "\f11c"; }
  .flaticon-heart:before { content: "\f11d"; }
  .flaticon-like:before { content: "\f11e"; }
  .flaticon-star:before { content: "\f11f"; }
  .flaticon-headphones:before { content: "\f120"; }
  .flaticon-garbage:before { content: "\f121"; }
  .flaticon-internet:before { content: "\f122"; }
  .flaticon-network:before { content: "\f123"; }
  .flaticon-shopping-cart-3:before { content: "\f124"; }
  .flaticon-email:before { content: "\f125"; }
  .flaticon-message:before { content: "\f126"; }
  .flaticon-full-screen:before { content: "\f127"; }
  .flaticon-send:before { content: "\f128"; }
  .flaticon-tick-inside-circle:before { content: "\f129"; }
  .flaticon-monitor-1:before { content: "\f12a"; }
  .flaticon-lock:before { content: "\f12b"; }
  .flaticon-eye:before { content: "\f12c"; }
  .flaticon-rocket-ship:before { content: "\f12d"; }
  .flaticon-headphones-1:before { content: "\f12e"; }
  .flaticon-pin:before { content: "\f12f"; }
  .flaticon-stopwatch:before { content: "\f130"; }
  .flaticon-email-1:before { content: "\f131"; }
  .flaticon-crown:before { content: "\f132"; }
  .flaticon-multiply:before { content: "\f133"; }
  .flaticon-media-play-symbol:before { content: "\f134"; }
  .flaticon-arrow-pointing-to-right:before { content: "\f135"; }
  .flaticon-back-1:before { content: "\f136"; }
  .flaticon-award-1:before { content: "\f137"; }
  .flaticon-pdf:before { content: "\f138"; }
  .flaticon-loupe:before { content: "\f139"; }
  .flaticon-link:before { content: "\f13a"; }
  .flaticon-user:before { content: "\f13b"; }
  .flaticon-trophy-1:before { content: "\f13c"; }
  .flaticon-house:before { content: "\f13d"; }
  .flaticon-bar-chart:before { content: "\f13e"; }
  .flaticon-coin:before { content: "\f13f"; }
  .flaticon-line-chart:before { content: "\f140"; }
  .flaticon-planet-earth:before { content: "\f141"; }
  .flaticon-pie-chart:before { content: "\f142"; }
  .flaticon-megaphone:before { content: "\f143"; }
  .flaticon-quote-1:before { content: "\f144"; }
  .flaticon-cloud:before { content: "\f145"; }
  .flaticon-wheel:before { content: "\f146"; }
  .flaticon-shopping-bag:before { content: "\f147"; }
  .flaticon-menu-1:before { content: "\f148"; }
  .flaticon-big-anchor:before { content: "\f149"; }
  .flaticon-flash:before { content: "\f14a"; }
  .flaticon-add:before { content: "\f14b"; }
  .flaticon-increase-size-option:before { content: "\f14c"; }
  .flaticon-double-angle-pointing-to-right:before { content: "\f14d"; }
  .flaticon-long-arrow-pointing-to-left:before { content: "\f14e"; }
  .flaticon-long-arrow-pointing-to-the-right:before { content: "\f14f"; }
  .flaticon-gallery:before { content: "\f150"; }
  .flaticon-right-arrow:before { content: "\f151"; }
  .flaticon-right-arrow-forward:before { content: "\f152"; }
  .flaticon-success:before { content: "\f153"; }
  .flaticon-paper-plane:before { content: "\f154"; }
  .flaticon-high-volume:before { content: "\f155"; }
  .flaticon-left-arrow:before { content: "\f156"; }
  .flaticon-go-back-left-arrow:before { content: "\f157"; }
  .flaticon-file:before { content: "\f158"; }
  .flaticon-share-symbol:before { content: "\f159"; }
  .flaticon-favourites-filled-star-symbol:before { content: "\f15a"; }
  .flaticon-star-1:before { content: "\f15b"; }
  .flaticon-gift:before { content: "\f15c"; }
  .flaticon-tick:before { content: "\f15d"; }
  .flaticon-email-2:before { content: "\f15e"; }
  .flaticon-placeholder-1:before { content: "\f15f"; }
  .flaticon-up-arrow:before { content: "\f160"; }
  .flaticon-angle-arrow-down:before { content: "\f161"; }
  .flaticon-right-arrow-1:before { content: "\f162"; }
  .flaticon-left-arrow-1:before { content: "\f163"; }
  .flaticon-placeholder-2:before { content: "\f164"; }
  .flaticon-24-hours-phone-service:before { content: "\f165"; }
  .flaticon-home-page:before { content: "\f166"; }
  .flaticon-safe:before { content: "\f167"; }
  .flaticon-zoom-increasing-symbol:before { content: "\f168"; }
  .flaticon-folder:before { content: "\f169"; }
  .flaticon-comment-1:before { content: "\f16a"; }
  .flaticon-paper-plane-1:before { content: "\f16b"; }
  .flaticon-24-hours-1:before { content: "\f16c"; }
  .flaticon-edit:before { content: "\f16d"; }
  .flaticon-clock:before { content: "\f16e"; }
  .flaticon-hand:before { content: "\f16f"; }
  .flaticon-plus-symbol:before { content: "\f170"; }
  .flaticon-substract:before { content: "\f171"; }
  .flaticon-pdf-file-format-symbol:before { content: "\f172"; }
  .flaticon-edit-1:before { content: "\f173"; }
  .flaticon-user-1:before { content: "\f174"; }
  .flaticon-hand-shake:before { content: "\f175"; }
  .flaticon-startup:before { content: "\f176"; }
  .flaticon-checked:before { content: "\f177"; }
  .flaticon-email-3:before { content: "\f178"; }
  .flaticon-24-hours-3:before { content: "\f179"; }
  .flaticon-menu-2:before { content: "\f17a"; }
  .flaticon-menu-3:before { content: "\f17b"; }
  .flaticon-search:before { content: "\f17c"; }
  .flaticon-plus:before { content: "\f17d"; }
  .flaticon-maps-and-flags:before { content: "\f17e"; }
  .flaticon-email-4:before { content: "\f17f"; }
  .flaticon-user-2:before { content: "\f180"; }
  .flaticon-user-3:before { content: "\f181"; }
  .flaticon-home-1:before { content: "\f182"; }
  .flaticon-home-2:before { content: "\f183"; }
  .flaticon-shopping-cart-4:before { content: "\f184"; }
  .flaticon-bar-chart-1:before { content: "\f185"; }
  .flaticon-suitcase:before { content: "\f186"; }
  .flaticon-shopping-bag-1:before { content: "\f187"; }
  .flaticon-world:before { content: "\f188"; }
  .flaticon-agreement:before { content: "\f189"; }
  .flaticon-up-arrow-1:before { content: "\f18a"; }
  .flaticon-right-arrow-2:before { content: "\f18b"; }
  .flaticon-left-arrow-2:before { content: "\f18c"; }
  .flaticon-call:before { content: "\f18d"; }
  .flaticon-envelope:before { content: "\f18e"; }
  .flaticon-diamond:before { content: "\f18f"; }
  .flaticon-heart-1:before { content: "\f190"; }
  .flaticon-down-arrow:before { content: "\f191"; }
  .flaticon-support:before { content: "\f192"; }
  .flaticon-sketch:before { content: "\f193"; }
  .flaticon-comment-2:before { content: "\f194"; }
  .flaticon-chat:before { content: "\f195"; }
  .flaticon-right-quote-sign:before { content: "\f196"; }
  .flaticon-quotation-mark:before { content: "\f197"; }
  .flaticon-blocks-with-angled-cuts:before { content: "\f198"; }
  .flaticon-straight-quotes:before { content: "\f199"; }
  .flaticon-percentage:before { content: "\f19a"; }
  .flaticon-left-arrow-3:before { content: "\f19b"; }
  .flaticon-right-arrow-3:before { content: "\f19c"; }
  .flaticon-down-arrow-1:before { content: "\f19d"; }
  .flaticon-wallet:before { content: "\f19e"; }
  .flaticon-reward:before { content: "\f19f"; }
  .flaticon-shopping-cart:before { content: "\f1a0"; }
  .flaticon-technical-support:before { content: "\f1a1"; }
  .flaticon-responsive:before { content: "\f1a2"; }
  .flaticon-monitor:before { content: "\f1a3"; }
  .flaticon-coding:before { content: "\f1a4"; }
  .flaticon-laptop:before { content: "\f1a5"; }
  .flaticon-coding-1:before { content: "\f1a6"; }
  .flaticon-mobile-app:before { content: "\f1a7"; }
  .flaticon-computer:before { content: "\f1a8"; }
  .flaticon-web:before { content: "\f1a9"; }
  .flaticon-monitor-2:before { content: "\f1aa"; }
  .flaticon-human-resources:before { content: "\f1ab"; }
  .flaticon-coding-2:before { content: "\f1ac"; }
  .flaticon-android:before { content: "\f1ad"; }
  .flaticon-apple:before { content: "\f1ae"; }
  .flaticon-iot:before { content: "\f1af"; }
  .flaticon-smartband:before { content: "\f1b0"; }
  .flaticon-tv:before { content: "\f1b1"; }
  .flaticon-html:before { content: "\f1b2"; }
  .flaticon-bootstrap:before { content: "\f1b3"; }
  .flaticon-css:before { content: "\f1b4"; }
  .flaticon-php:before { content: "\f1b5"; }
  .flaticon-java:before { content: "\f1b6"; }
  .flaticon-dashboard:before { content: "\f1b7"; }
  .flaticon-coding-3:before { content: "\f1b8"; }
  .flaticon-design:before { content: "\f1b9"; }
  .flaticon-web-browser:before { content: "\f1ba"; }
  .flaticon-network-1:before { content: "\f1bb"; }
  .flaticon-24-hours-2:before { content: "\f1bc"; }
  .flaticon-seo:before { content: "\f1bd"; }
  .flaticon-web-programming:before { content: "\f1be"; }
  .flaticon-web-1:before { content: "\f1bf"; }
  .flaticon-designer:before { content: "\f1c0"; }
  .flaticon-designer-1:before { content: "\f1c1"; }

.about-section 
{
    position: relative;
    overflow: hidden;
    padding: 130px 0px 100px;
}
.about-section .sec-title {
    margin-bottom: 25px;
}
.sec-title {
    position: relative;
}
.sec-title .title {
    position: relative;
    color: #0060ff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.sec-title h2 {
    position: relative;
    color: #141d38;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px;
}
.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-right: 30px;
}
.about-section .content-column .text {
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 40px;
}
.about-section .content-column .blocks-outer {
    position: relative;
    margin-bottom: 50px;
  }
  .feature-block {
    position: relative;
    margin-bottom: 35px;
  }
  .feature-block .inner-box {
    position: relative;
    padding-left: 70px;
  }
  .feature-block .inner-box .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #0060ff;
    font-size: 48px;
    line-height: 1em;
  }
  .feature-block .inner-box h6 {
    position: relative;
    color: #141d38;
    font-size: 18px;
    font-weight: 600;
  }
  .feature-block .inner-box .feature-text {
    position: relative;
    color: #555555;
    font-size: 16px;
    margin-top: 5px;
  }


  .about-section .images-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .images-column .inner-column{
	position:relative;
	padding:50px 0px;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
}

.about-section .images-column .learn{
	position:relative;
	color:#0060ff;
	font-weight:700;
	font-size:16px;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.about-section .images-column .learn:hover{
	color:#222222;
}

.about-section .images-column .learn .arrow{
	position:relative;
	margin-right:8px;
	top:1px;
}

.about-section .images-column .pattern-layer{
	position:absolute;
	left:-70px;
	top:-150px;
	width:745px;
	height:732px;
	background-repeat:no-repeat;
}

.about-section .images-column .images-outer{
	position:relative;
}

.about-section .images-column .image{
	position:relative;
	display:inline-block !important;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.about-section .images-column .image-two{
	position:absolute;
	left:0px !important;
	top:auto !important;
	bottom:60px !important;
	display:inline-block !important;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.about-section .images-column .image-three{
	position:absolute;
	left:auto !important;
	top:auto !important;
	right:0px !important;
	bottom:-60px !important;
	display:inline-block !important;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.about-section .images-column .image-four{
	position:absolute;
	right:10px !important;
	left:auto !important;
	top:0px !important;
	bottom:auto !important;
	display:inline-block !important;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}


/***

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	z-index:1;
}

.feature-block-two{
	position:relative;
	margin-bottom:30px;
}

.feature-block-two .inner-box{
	position:relative;
	padding:50px 50px;
	background-size:cover;
}

.feature-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(20,29,59,0.70);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.feature-block-two .inner-box:hover::before{
	background-color:rgba(0,96,255,0.70);
}

.feature-block-two .inner-box .number{
	position:relative;
	color:#ffffff;
	font-size:60px;
	font-weight:800;
	line-height:1em;
	font-family: 'Montserrat', sans-serif;
}

.feature-block-two .inner-box h4{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
	margin-top:12px;
	margin-bottom:15px;
}

.feature-block-two .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.8em;
}

/***

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:260px 0px 250px;
	background-color:#141d38;
}

.services-section.margin-top{
	margin-top:-165px;
}

.services-section .pattern-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-repeat:no-repeat;
	background-position:right top;
}

.service-block{
	position:relative;
	margin-bottom:30px;
}

.service-block .inner-box{
	position:relative;
	text-align:center;
	padding:50px 30px 80px;
	background-color:#ffffff;
	border-radius:0px 0px 15px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block .inner-box:hover{
	border-radius:0px 0px 0px 15px;
}

.service-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-image: -ms-linear-gradient(top, #131E39 0%, #015FFD 100%);
	background-image: -moz-linear-gradient(top, #131E39 0%, #015FFD 100%);
	background-image: -o-linear-gradient(top, #131E39 0%, #015FFD 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #131E39), color-stop(100, #015FFD));
	background-image: -webkit-linear-gradient(top, #131E39 0%, #015FFD 100%);
	background-image: linear-gradient(to bottom, #131E39 0%, #015FFD 100%);
}

.service-block .inner-box:hover::before{
	opacity:1;
	border-radius:0px 0px 0px 15px;
}

.service-block .inner-box .icon-box{
	position:relative;
	color:#000000;
	font-size:60px;
	line-height:1em;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block .inner-box .icon-box .icon{
	position:relative;
}

.service-block .inner-box:hover .text,
.service-block .inner-box:hover h5 a,
.service-block .inner-box:hover .icon-box{
	color:#ffffff;
}

.service-block .inner-box h5{
	position:relative;
	font-weight:600;
	line-height:1.3em;
	margin-top:22px;
	margin-bottom:18px;
    height: 50px;
}

.service-block .inner-box h5 a{
	position:relative;
	color:#0060ff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block .inner-box .text{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.8em;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
    height: 50px;
}

.service-block .inner-box .arrow{
	position:absolute;
	left:100%;
	width:50px;
	height:50px;
	bottom:0px;
	color:#ffffff;
	line-height:50px;
	font-size:20px;
	margin-left:-50px;
	border-radius:0px 0px 15px 0px;
	background-color:#0060ff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block .inner-box:hover .arrow{
	left:0%;
	margin-left:0px;
}

.service-block .inner-box:hover .arrow{
	border-radius:0px 0px 0px 15px;
	background-color:#ffffff;
	color:#0060ff;
}

.sec-title.centered {
    text-align: center !important;
    margin-bottom: 55px;
  }
  .sec-title.light .title, .sec-title.light h2 {
    color: #ffffff;
  }

  /***

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	overflow:hidden;
	padding-bottom:70px;
}

.services-section-two.margin-top{
	margin-top:-170px;
}

.services-section-two .upper-box{
	position:relative;
	text-align:center;
	border-radius:15px;
	margin-left:-115px;
	margin-right:-115px;
	padding:100px 20px 180px;
	background-color:#0060ff;
}

.services-section-two .upper-box .icon-one{
	position:absolute;
	left:5%;
	bottom:10%;
	width:120px;
	height:120px;
	background-repeat:no-repeat;
}

.services-section-two .upper-box .icon-two{
	position:absolute;
	left:38%;
	top:10%;
	width:99px;
	height:119px;
	background-repeat:no-repeat;
}

.services-section-two .upper-box .icon-three{
	position:absolute;
	right:5%;
	bottom:15%;
	width:170px;
	height:170px;
	background-repeat:no-repeat;
}

.services-section-two .inner-container{
	margin-top:-140px;
}

/* Service Block Two */

.service-block-two{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.service-block-two .inner-box{
	position:relative;
	overflow:hidden;
	padding:45px 45px;
	border-radius:6px;
	background-color:#f5f5f5;
}

.service-block-two .inner-box .shape-one{
	content: '';
    width: 250px;
    height: 250px;
    background: #0060ff;
    border-radius: 50%;
    position: absolute;
    top: -120px;
	opacity:0.4;
    right: -120px;
    transform: scale(0);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-two .inner-box:hover .shape-one{
	transform: scale(1);
	webkit-transition-delay:300ms;
	-ms-transition-delay:300ms;
	transition-delay:300ms;
}

.service-block-two .inner-box .shape-two{
	content: '';
    width: 373px;
    height: 373px;
    background: #0060ff;
    border-radius: 50%;
    position: absolute;
    top: -180px;
    right: -180px;
    z-index: 1;
	opacity: 0;
	transform: scale(0);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-two .inner-box:hover .shape-two{
    opacity: 0.4;
	transform: scale(1);
	webkit-transition-delay:600ms;
	-ms-transition-delay:600ms;
	transition-delay:600ms;
}

.service-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:50%;
	opacity:0;
	background-color:#141d38;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-two .inner-box:hover::before{
	height:100%;
	opacity:1;
}

.service-block-two .inner-box .icon-box{
	position:relative;
	z-index:2;
}

.service-block-two .inner-box .icon-box{
	position:relative;
	font-size:65px;
	line-height:1em;
	color:#0060ff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-two .inner-box .icon-box .icon{
	position:relative;
}

.service-block-two .inner-box h5{
	position:relative;
	z-index:2;
	color:#222222;
	font-weight:600;
	line-height:1.3em;
	margin:20px 0px 15px;
}

.service-block-two .inner-box h5 a{
	position:relative;
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.service-block-two .inner-box h5 a:hover,
.service-block-two .inner-box .read-more:hover{
	color:#ff0303;
}

.service-block-two .inner-box .text{
	position:relative;
	color:#222222;
	z-index:2;
	font-size:16px;
	line-height:1.8em;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-two .inner-box:hover .icon-box,
.service-block-two .inner-box:hover h5 a,
.service-block-two .inner-box:hover .text{
	color:#ffffff;
}

/***

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	overflow:hidden;
	padding:85px 0px;
	background-color:#0060ff;
	background-position:right center;
	background-repeat:no-repeat;
}

.call-to-action-section .heading-column{
	position:relative;
}

.call-to-action-section .heading-column .inner-column{
	position:relative;
}

.call-to-action-section .heading-column h2{
	position:relative;
	color:#ffffff;
	line-height:1.3em;
	font-weight:700;
}

.call-to-action-section .button-column{
	position:relative;
}

.call-to-action-section .button-column .inner-column{
	position:relative;
	text-align:right;
	padding-top:20px;
}

/***

====================================================================
	Cases Section
====================================================================

***/

.cases-section{
	position:relative;
	padding:110px 0px 100px;
	background-color:#f5f5f5;
}

.case-block{
	position:relative;
	margin-bottom:30px;
}

.case-block .inner-box{
	position:relative;
}

.case-block .inner-box .image{
	position:relative;
}

.case-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.case-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;

	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.case-block .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.case-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #1C2C52 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #1C2C52 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #1C2C52 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #1C2C52));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #1C2C52 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #1C2C52 100%);
}

.case-block .inner-box .image .overlay-box .search-icon{
	position:absolute;
	left:50%;
	top:50%;
	width:60px;
	height:60px;
	color:#0060ff;
	z-index:1;
	font-weight:600;
	font-size:20px;
	text-align:center;
	line-height:60px;
	margin-left:-30px;
	margin-top:-60px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.case-block .inner-box .image .overlay-box .search-icon:hover{
	background-color:#0060ff;
	color:#ffffff;
}

.case-block .inner-box .image .overlay-box .content{
	position:absolute;
	left:40px;
	bottom:40px;
	z-index:1;
}

.case-block .inner-box .image .overlay-box .content h4{
	position:relative;
	line-height:1.3em;
	font-weight:700;
}

.case-block .inner-box .image .overlay-box .content h4 a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.case-block .inner-box .image .overlay-box .content h4 a:hover{
	color:#0060ff;
}

.case-block .inner-box .image .overlay-box .content .category{
	position:relative;
	margin-top:5px;
	color:#ffffff;
}

.case-block .inner-box .image .overlay-box .arrow{
	position:absolute;
	right:0px;
	bottom:0px;
	color:#ffffff;
	width:60px;
	height:60px;
	z-index:1;
	font-size:22px;
	text-align:center;
	line-height:60px;
	background-color:#0060ff;
}

.cases-section .section-text{
	position:relative;
	margin-top:25px;
	color:#0060ff;
	font-size:18px;
	font-weight:600;
	text-align:center;
	margin-bottom:30px;
}

/***

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative;
}

.sponsors-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:50%;
	background-color:#f5f5f5;
}

.sponsors-section .carousel-outer{
	position:relative;
	padding:30px 30px;
	border-radius:10px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.sponsors-section .owl-dots{
	display:none;
}

.sponsors-section .owl-nav{
	position:absolute;
	left:-40px;
	top:15px;
	right:-30px;
}

.sponsors-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	width:30px;
	height:100px;
	color:#555555;
	font-size:20px;
	text-align:center;
	line-height:98px;
	margin-left:10px;
	border-radius:50px;
	display:inline-block;
	border:1px solid #555555;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color:#ffffff;
}

.sponsors-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	width:30px;
	height:100px;
	color:#555555;
	font-size:20px;
	text-align:center;
	line-height:98px;
	margin-left:10px;
	border-radius:50px;
	display:inline-block;
	border:1px solid #555555;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background-color:#ffffff;
}

.sponsors-section .owl-nav .owl-prev:hover,
.sponsors-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#555555;
	border-color:#555555;
}

.sponsors-section .owl-carousel .owl-stage-outer{
	padding:20px 0px;
}

.sponsors-section .owl-theme .image-box{
	margin:0px 15px;
}

.sponsors-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.sponsors-section .image-box{
	position:relative;
	text-align:center;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.sponsors-section .image-box img{
	position:relative;
	display:inline-block;
	width:auto;
	max-width:100%;
	opacity:0.4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.sponsors-section .image-box img:hover{
	opacity:1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.sponsors-section.style-two{
	border-bottom:1px solid #dddddd;
}

.sponsors-section.style-two .carousel-outer{
	box-shadow:none;
	padding-left:0px;
	padding-right:0px;
}

.sponsors-section.style-two:before{
	display:none;
}

.sponsors-section.style-two .owl-nav,
.sponsors-section.style-two .owl-dots{
	display:none;
}

.sponsors-section.style-three:before{
	display:none;
}

.sponsors-section.style-three .sec-title .text{
	font-size:16px;
	line-height:1.8em;
	margin-top:40px;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:110px 0px 100px;
}

.testimonial-section .sec-title .text{
	margin-top:40px;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding:20px 0px;
}

.testimonial-section .owl-theme .testimonial-block{
	margin:0px 15px;
}

.testimonial-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.testimonial-section .owl-nav{
	display:none;
}

.testimonial-section .owl-dots{
	position:relative;
	text-align:right;
	margin-top:20px;
	padding-right:15px;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:5px;
	margin-bottom:10px;
	border-radius:0px;
	margin-left:10px;
	display:inline-block;
	background-color:#000055;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover{
	width:30px;
	background-color:#024ac2;
}

.testimonial-section .lower-text{
	position:relative;
	color:#555555;
	font-size:16px;
	font-weight:700;
}

.testimonial-section .lower-text a{
	position:relative;
	color:#024ac2;
}

.testimonial-block{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block .inner-box{
	position:relative;
	padding:50px 50px;
	margin-left:20px;
	margin-top:20px;
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.07);
}

.testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:-20px;
	top:-20px;
	right:20px;
	bottom:20px;
	z-index:-1;
	border:2px solid #cbcbcb;
}

.testimonial-block .inner-box .upper-box{
	position:relative;
	padding-top:17px;
	padding-left:115px;
}

.testimonial-block .inner-box .upper-box .icon{
	position:absolute;
	left:0px;
	top:0px;
}
.icon img
{
    width:80px;
}

.testimonial-block .inner-box .upper-box h4{
	position:relative;
	color:#141d38;
	font-weight:600;
}

.testimonial-block .inner-box .upper-box .designation{
	position:relative;
	color:#555555;
	font-size:16px;
}

.testimonial-block .inner-box .text{
	position:relative;
	margin-top:35px;
	color:#555555;
	font-size:16px;
	line-height:1.9em;
	font-weight:500;
}


/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 40px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 3px;
	overflow:hidden;
	text-transform: capitalize;
	background-color:#141d38;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-two:before{
	position: absolute;
	content: '';
    left: 92%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #141d38;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 50px;
	font-weight: 600;
	overflow: hidden;
	border-radius: 3px;
	overflow:hidden;
	text-transform: capitalize;
	background-color:#1c2c52;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-three:before{
	position: absolute;
	content: '';
    left: 92%;
    top:0px;
	width:100%;
	height:100%;
    z-index: 1;
    opacity: 1;
    background-color: #0060ff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:hover::before{
	left:0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
}

/***

====================================================================
	Technology Section
====================================================================

***/

.technology-section{
	position:relative;
	padding:110px 0px 70px;
}

.technology-section .title-column{
	position:relative;
}

.technology-section .title-column .inner-column{
	position:relative;
	padding-top:30px;
}

.technology-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(20,29,56,0.95);
}

.technology-section .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position:left top;
	background-repeat:no-repeat;
}

.technology-section .pattern-layer-two{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position:right top;
	background-repeat:no-repeat;
}

.technology-section .blocks-column{
	position:relative;
}

.technology-section .blocks-column .inner-column{
	position:relative;
}

.technology-section .blocks-column .inner-column .technology-block:nth-child(4){
	margin-left:-100px;
}

.technology-block{
	position:relative;
	margin-bottom:30px;
}

.technology-block .inner-box{
	position:relative;
	padding:45px 15px;
	text-align:center;
	border-radius:10px;
	border:1px dashed rgba(255,255,255,0.60);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.technology-block .inner-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	z-index:1;
}

.technology-block .inner-box .icon-box{
	position:relative;
	color:#0060ff;
	font-size:64px;
	line-height:1em;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.technology-block .inner-box:hover .icon-box{
	transform:rotateY(180deg);
}

.technology-block .inner-box h6{
	position:relative;
	color:#ffffff;
	font-weight:600;
	margin-top:18px;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.technology-block .inner-box:hover{
	border-color:#ffffff;
	background-color:#ffffff;
}

.technology-block .inner-box:hover .icon-box{
	color:#0060ff;
}

.technology-block .inner-box:hover h6{
	color:#000055;
}

.technology-section.style-two .technology-block{
	width:20%;
	padding:0px 15px;
}

.technology-section.style-two .technology-block h6{
	text-transform:capitalize;
}

/***

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:110px 0px 70px;
    text-align: left;
}

.team-section .sec-title .text{
	margin-top:40px;
}

.team-section .team-block{
	padding:0px;
	float:left;
}

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#0060ff;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block .inner-box:hover .image img{
	opacity:0.80;
	transform:scale(1.04,1.04);
}

.team-block .inner-box .lower-box{
	position:relative;
	margin-left:30px;
	margin-right:30px;
	margin-top:-30px;
	padding:20px 20px;
	text-align:right;
	overflow:hidden;
	background-color:#ffffff;
	border-left:2px solid #0060ff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
    z-index: 999;
}

.team-block .inner-box .lower-box .content{
	position:relative;
}

.team-block .inner-box .lower-box h5{
	position:relative;
	font-weight:700;
	line-height:1.3em;
}

.team-block .inner-box .lower-box h5 a{
	position:relative;
	color:#141d38;
}

.team-block .inner-box .lower-box .designation{
	position:relative;
	color:#555555;
	font-size:14px;
	margin-top:5px;
}

.team-block .inner-box .lower-box .social-box{
	position:absolute;
	left:-40px;
	top:0px;
	width:30px;
	opacity:0;
	background-color:#0060ff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
    padding-left:0px;
}

.team-block .inner-box .lower-box .social-box li{
	position:relative;
	padding:4.1px 0px;
	text-align:center;
}

.team-block .inner-box .lower-box .social-box li a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block .inner-box .lower-box .social-box li a:hover{
	color:#141d38;
}

.team-block .inner-box:hover .lower-box .social-box{
	left:0px;
	opacity:1;
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:110px 0px 70px;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#427cff;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box:hover .image img{
	opacity:0.7;
	transform:scale(1.04,1.04);
}

.news-block .inner-box .lower-content{
	position:relative;
	padding-top:30px;
}

.news-block .inner-box .lower-content .post-date{
	position:relative;
	color:#0060ff;
	font-size:30px;
	font-weight:800;
	margin-bottom:18px;
	padding-bottom:10px;
	display:inline-block;
	text-transform:uppercase;
	border-bottom:1px solid #cccccc;
}

.news-block .inner-box .lower-content .post-date span{
	position:relative;
	font-size:14px;
	color:#141d38;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	color:#427cff;
	font-size:16px;
	margin-right:10px;
	font-weight:600;
	padding-left:22px;
	display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon{
	position:absolute;
	left:0px;
	top:1px;
	color:#141d38;
	font-size:15px;
	margin-right:6px;
}

.news-block .inner-box .lower-content h4{
	position:relative;
	line-height:1.4em;
	font-weight:700;
	margin-top:12px;
}

.news-block .inner-box .lower-content h4 a{
	position:relative;
	color:#141d38;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-content h4 a:hover{
	color:#0060ff;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	line-height:1.8em;
	font-weight:500;
	margin-top:12px;
	color:#555555;
	font-size:16px;
	margin-bottom:12px;
}

.news-block .inner-box .lower-content .read-more{
	position:relative;
	line-height:1.4em;
	font-weight:700;
	margin-top:12px;
	color:#141d38;
	font-size:14px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.news-block .inner-box .lower-content .read-more .arrow{
	position:relative;
	top:1px;
	font-size:16px;
	margin-left:8px;
}

.news-block .inner-box .lower-content .read-more:hover{
	color:#0060ff;
}

/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding:100px 0px 0px;
	background: -webkit-radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
	background: -moz-radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
	background: radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
    background: radial-gradient(circle farthest-corner at center center, #0060ff 0%, #131E3C 100%);
}

.main-footer.style-two{
	background-image:none;
	background-color:#141d38;
}

.main-footer .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position:left top;
	background-repeat:no-repeat;
}

.main-footer .pattern-layer-two{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position:right top;
	background-repeat:no-repeat;
}

.main-footer .pattern-layer-three{
	position:absolute;
	left:0px;
	top:0px;
	width:283px;
	height:100%;
	background-position:left center;
	background-repeat:no-repeat;
}

.main-footer .pattern-layer-four{
	position:absolute;
	right:0px;
	top:0px;
	width:283px;
	height:100%;
	background-position:left center;
	background-repeat:no-repeat;
}

.main-footer .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:60px;
}

.main-footer .widgets-section{
	position:relative;
	padding-bottom:40px;
}

.main-footer .footer-widget h5{
	position:relative;
	font-weight:600;
	color:#ffffff;
	line-height:1.2em;
	margin-bottom:25px;
	padding-bottom:20px;
	text-transform:capitalize;
}

.main-footer .footer-widget h5:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:1px;
	width:30px;
	background-color:#ffffff;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 25px;
}

.main-footer .logo-widget .social-box{
	position:relative;
    float: right;
}

.main-footer .logo-widget .social-box li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.main-footer .logo-widget .social-box li a{
	position:relative;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:16px;
	border-radius:4px;
	text-align:center;
	line-height:40px;
	display:inline-block;
	background-color:#0060ff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .logo-widget .social-box li a:hover{
	background-color:#141d38;
}


/* List Link */

.list-link{
	position:relative;
    padding-left:0px;
}

.list-link li{
	position:relative;
	margin-bottom:12px;
    list-style: none;
}

.list-link li a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	padding-left:15px;
	font-weight:500;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-link li a:hover{

	text-decoration:line-through;
}

.list-link li a:before{
	position:absolute;
	 content: "\f101";
	left:0px;
	top:-2px;
	font-family: 'FontAwesome';
}

/* Recent Posts */

.main-footer .news-widget{
	position: relative;
}

.main-footer .news-widget .post{
	position: relative;
	min-height: 100px;
	padding-left: 95px;
	margin-bottom: 20px;
	border-bottom:1px solid #0a337d;
}

.main-footer .news-widget .post:last-child{
	margin-bottom: 0;
	border:none;
	min-height:auto;
}

.main-footer .news-widget .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	overflow: hidden;
}

.main-footer .news-widget .post .thumb a{
	display: block;
}

.main-footer .news-widget .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.main-footer .news-widget .post h6{
	position: relative;
	color: #ffffff;
	line-height: 1.6em;
	font-weight: 600;
	top: -4px;
	font-size:15px;
}

.main-footer .news-widget .post h6 a{
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .news-widget .post h6 a:hover{

}

.main-footer .news-widget .post .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	color: #ffffff;
	margin-top:4px;
	text-transform:capitalize;
}

.main-footer .contact-widget{
	position:relative;
}

.main-footer .contact-widget ul{
	position:relative;
    padding-left:0px;
}

.main-footer .contact-widget ul li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:60px;
	margin-bottom:28px;
	line-height:1.6em;
    list-style:none;
}

.main-footer .contact-widget ul li strong{
	position:relative;
	display:block;
}

.main-footer .contact-widget ul li .icon{
	position:absolute;
	left:0px;
	top:4px;
	font-size:44px;
	line-height:1em;
	color:#ffffff;
}

.main-footer .contact-widget ul li a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .contact-widget ul li a:hover{
	color:#0060ff;
}

.main-footer .footer-bottom{
	position:relative;
	padding:20px 0px;
	border-top:1px solid #0345b3;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
    margin-top: 11px;
}

.main-footer .footer-nav{
	position:relative;
	text-align:right;
}

.main-footer .footer-nav li{
	position:relative;
	padding-right:14px;
	margin-right:14px;
	line-height:1em;
	display:inline-block;
	border-right:2px solid #ffffff;
}

.main-footer .footer-nav li a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
}

.main-footer .footer-nav li:last-child{
	position:relative;
	margin-right:0px;
	padding-right:0px;
	border:none;
}

.main-footer.style-two .logo-widget .social-box li a:hover{
	background-color:#ffffff;
	color:#141d38;
}

.main-footer.style-two .news-widget .post h6 a:hover,
.main-footer.style-two .list-link li a:hover{

}

.main-footer.style-three{
	background-image:none;
	background-color:#141d38;
}

.main-footer.style-three .footer-bottom{
	border:none;
	background-color:#0060ff;
}



/***

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	overflow:hidden;
	z-index:1;
}

.counter-section .inner-container{
	position:relative;
	padding:60px 0px 30px 60px;
}

.counter-section .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:-200px;
	bottom:0px;
	border-radius:15px;
	background-color:#e7f0ff;
}

/* Fact Counter */

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
}

.fact-counter .column .inner .content{
	position:relative;
	text-align:center;
}

.fact-counter .column .inner .icon{
	position:absolute;
	left:0px;
	top:10px;
	color:#bbbbbb;
	font-size:60px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	margin-bottom:0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:600;
	color:#ffffff;
	font-size:54px;
	line-height:1em;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:600;
	color:#0e0a31;
	font-size:48px;
	line-height:1em;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter .column .inner .counter-title{
	position:relative;
	font-size:16px;
	font-weight:600;
	margin-top:10px;
	color:#0060ff;
}


/***

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	margin-top:-100px;
	background-attachment:fixed;
	background-size:cover;
	padding-bottom:80px;
}

.about-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,96,255,0.70);
}

.about-section-two .image-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .image-column .inner-column{
	position:relative;
	padding:0px 90px 90px;
}

.about-section-two .image-column .inner-column .circle-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:650px;
	height:650px;
	background-repeat:no-repeat;
}

.about-section-two .image-column .inner-column .image{
	position:relative;
	overflow:hidden;
	border:15px solid #ffffff;
	border-radius:0px 0px 250px 250px;
}

.about-section-two .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section-two .skill-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .skill-column .inner-column{
	position:relative;
	padding-top:180px;
}

.about-section-two .skill-column .sec-title{
	margin-bottom:30px;
}

.about-section-two .skill-column .sec-title .text{
	font-size:16px;
    color:#fff;
}

/* Skills Section */

.about-section-two .skill-column .skills{
	margin-bottom:40px;
}

.skills .skill-item{
	position:relative;
	margin-bottom:25px;
}

.skills .skill-item:last-child{
	margin-bottom:0px;
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
	height:5px;
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	height:5px;
	background:#ffffff;
}

.skills .skill-item .skill-bar .bar-inner .bar:before{
	position:absolute;
	content:'';
	right:-6px;
	top:-4px;
	width:12px;
	height:12px;
	border:1px solid #ffffff;
	background-color:#0e0a31;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:5px;
	width:0px;
	border-bottom:5px solid #0e0a31;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skills .skill-item .skill-header{
	position:relative;
	margin-bottom:12px;
}

.skills .skill-item .skill-header .skill-title{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	line-height:1.4em;
	text-transform:capitalize;
}

.skills .skill-item .skill-header .skill-percentage{
	position:relative;
	float:right;
	font-weight:700;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
}

/***

====================================================================
	Process Section
====================================================================

***/

.process-section{
	position:relative;
	padding:100px 0px 70px;
}

.process-section .pattern-layer-one{
	position:absolute;
	right:0px;
	top:0px;
	width:911px;
	height:579px;
	background-repeat:no-repeat;
}

.process-section .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:0px;
	width:722px;
	height:579px;
	background-repeat:no-repeat;
}

.process-block{
	position:relative;
    z-index: 99;
}

.process-block .inner-box{
	position:relative;
	padding:0px 30px 40px;
}

.process-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:35px;
	right:0px;
	bottom:60px;
	z-index:-1;
	border:1px solid #cccccc;
	background-color:#ffffff;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.process-block .inner-box:hover::before{
	bottom:0px;
}

.process-block .inner-box .number-box{
	position:relative;
	width:70px;
	height:70px;

	color:#ffffff;
	text-align:center;
	border-radius:50px;
	line-height:72px;
	font-size:30px;
	font-weight:800;
	margin-bottom:30px;
	display:inline-block;
	background-color:#e1e1e1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.process-block .inner-box:hover .number-box{
	background-color:#0060ff;
}

.process-block .inner-box .number-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	border-radius:50%;
	background-color:#e1e1e1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.process-block .inner-box:hover .number-box:before{
	transform:translateX(5px) translateY(5px);
}

.process-block .inner-box h4{
	position:relative;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
	font-size:20px;
}

.process-block .inner-box h4 a{
	position:relative;
	color:#141d38;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.process-block .inner-box h4 a:hover{
	color:#0060ff;
}

.process-block .inner-box .text{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.8em;
	font-weight:600;
	margin-bottom:20px;
}

.process-block .inner-box .read-more{
	position:relative;
	color:#0060ff;
	font-size:16px;
	font-weight:600;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.process-block .inner-box .read-more .arrow{
	position:relative;
	margin-right:10px;
}

.process-block .inner-box:hover .read-more{
	opacity:1;
}

/***

====================================================================
	Experiance Section
====================================================================

***/

.experiance-section{
	position:relative;
	padding:110px 0px 110px;
	background-position:center center;
	background-repeat:no-repeat;
}

.experiance-tabs{
	position:relative;
	margin-top:50px;
}

.experiance-tabs .tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:25px;
}

.experiance-tabs .tab-btns .tab-btn{
	position:relative;
	z-index:1;
	/*width:200px;
	height:200px;*/
	display:block;
	font-size:18px;
	background:none;
	color:#0e0a31;
	font-weight:800;
	line-height:24px;
	cursor:pointer;
	overflow:hidden;
	text-align:center;
	margin:10px;
	display:inline-block;
	padding:2px;
	border-radius:12px;
	transition:all 500ms ease;
	border:1px solid #cccccc;
	text-transform:uppercase;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
    width: 125px;
}
.tab-btn .testt
{
    color:#0e0a31;
}

.experiance-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
	z-index:-1;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background: -webkit-radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
    background: radial-gradient(circle farthest-corner at center center, #0246b7 0%, #131E3C 100%);
}

.experiance-tabs .tab-btns .tab-btn .icon{
	position:relative;
	display:block;
	color:#146cff;
	font-size:74px;
	font-weight:300;
	line-height:1em;
	margin-bottom:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}


.experiance-tabs .tab-btns .tab-btn.active-btn .icon,
.experiance-tabs .tab-btns .tab-btn:hover .icon{
	color:#ffffff;
}
.tab-btn.active-btn .testt,
.tab-btn:hover .testt
{
    color:#fff;
}

.experiance-tabs .tab-btns .tab-btn:hover::before,
.experiance-tabs .tab-btns .tab-btn.active-btn::before{
	opacity:1;
}

.experiance-tabs .tab-btns .tab-btn:hover,
.experiance-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
	border-color:#0d103e;
}

.experiance-tabs .tabs-content{
	position:relative;
	text-align:center;
}

.experiance-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.experiance-tabs .tabs-content .tab.active-tab{
	display:block;
}

.experiance-tabs .tabs-content h4{
	position:relative;
	color:#0060ff;
	font-weight:600;
	margin-bottom:10px;
}

.experiance-tabs .tabs-content .text{
	position:relative;
	color:#222222;
	font-weight:600;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:45px;
}

/***

====================================================================
	Info Section
====================================================================

***/

.info-section{
	position:relative;
	padding:70px 0px 70px;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center bottom;
}

.info-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(19,33,68,0.90);
}

.info-section .logo-column{
	position:relative;
}

.info-section .logo-column .inner-column{
	position:relative;
}

.info-section .logo-column .logo{
	position:relative;
}

.info-section .info-column{
	position:relative;
}

.info-section .info-column .inner-column{
	position:relative;
	padding-left:60px;
}

.info-section .info-column .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	font-size:44px;
	line-height:1em;
}

.info-section .info-column ul li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:5px;
}

.info-section .info-column ul li strong{
	position:relative;
	font-weight:700;
	font-size:18px;
}


.subscribe-widget .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:25px;
	line-height:1.9em;
}

.emailed-form .form-group{
	position:relative;
	display:block;
	max-width:650px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
}

.emailed-form .form-group input[type="text"],
.emailed-form .form-group input[type="tel"],
.emailed-form .form-group input[type="email"],
.emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	color:#000000;
	line-height:20px;
	height:60px;
	font-size:16px;
	color:#797979;
	overflow:hidden;
	border-radius:6px;
	font-weight:600;
	padding:10px 50px 10px 30px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid #cccccc;
}

.emailed-form .form-group input[type="submit"],
.emailed-form button{
	position:absolute;
	right:0px;
	top:0px;
	width:190px;
	height:60px;
	line-height:40px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	text-align:center;
	background:#0060ff;
	letter-spacing:1px;
	border-radius:6px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

/***

====================================================================
	Faq's Page Section
====================================================================

***/

.faq-page-section{
	position:relative;
	padding:110px 0px 110px;
}

.accordion-box{
	position: relative;
}

.accordion-box .block{
	position: relative;
	margin-bottom:10px;
	border-radius:4px;
	overflow:hidden;
}

.accordion-box .block.active-block{
	border:1px solid transparent;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	line-height:35px;
	color:#141d38;
	line-height:1.8em;
	font-weight:600;
	cursor:pointer;
	padding:16px 30px;
	padding-right: 45px;
	margin-bottom: 0px;
	background-color:#ebebeb;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.accordion-box .block .acc-btn.active{
	color: #ffffff;
	margin-bottom:0px;
	background-color:#0060ff;
}

.accordion-box .block .icon{
	position:absolute;
	right: 10px;
	top:15px;
	height: 35px;
	width: 35px;
	font-size: 20px;
	line-height: 35px;
	color: #0060ff;
	text-align: center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon{
	color: #ffffff !important;
	transform:rotate(90deg);
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .content{
	position:relative;
	padding: 25px 20px 25px;
}

.accordion-box .block .acc-content.current{
	display: block;
}

.accordion-box .block .content .text{
	display: block;
	font-size: 16px;
	line-height: 1.8em;
	color: #555555;
}
/***

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section{
	position:relative;
	padding:0px 0px 70px;
}

.faq-form-section .auto-container{
	max-width:970px;
	margin:0 auto;
}

/***

====================================================================
	Faq Form
====================================================================

 ***/

.faq-form{
	position:relative;
}

.faq-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="email"],
.faq-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 22px;
	color:#777777;
	height:56px;
	font-size:15px;
	background:none;
	border-radius:4px;
	font-weight:600;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-form .form-group input[type="text"]:focus,
.faq-form .form-group input[type="tel"]:focus,
.faq-form .form-group input[type="email"]:focus,
.faq-form .form-group textarea:focus{
	border-color:#0060ff;
}

.faq-form .form-group textarea::-webkit-input-placeholder,
.faq-form .form-group input::-webkit-input-placeholder{
	color:#777777;
}

.faq-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 22px;
	color:#777777;
	height:150px;
	resize:none;
	font-size:15px;
	background:none;
	border-radius:4px;
	font-weight:600;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-form .form-group .btn-detail{
	position:relative;
	text-align:center;
	margin-left:30px;
	color:#ffffff;
	display:inline-block;
}

.faq-form button{
	cursor: pointer;
	font-size: 16px;
	text-transform: capitalize;
}


/***

====================================================================
	Testimonial Page Section
====================================================================

***/

.testimonial-page-section{
	position:relative;
	padding:110px 0px 70px;
}

.team-page-section{
	position:relative;
	padding:110px 0px 70px;
}


/***

====================================================================
	Appointment Section Two
====================================================================

***/

.appointment-section{
	position:relative;
	padding-top:110px;
}

.appointment-section.style-two{
	padding-bottom:110px;
}

.appointment-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:700px;
	background-size:cover;
	background-repeat:no-repeat;
}

.appointment-section .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,96,255,0.90);
}

.appointment-section .inner-container{
	position:relative;
	z-index:1;
	padding:65px 0px;
}

.appointment-section .inner-container:before{
	position:absolute;
	content:'';
	left:250px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:10px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.appointment-section .image-column{
	position:relative;
}

.appointment-section .image-column .inner-column{
	position:relative;
	text-align:center;
	padding-left:60px;
}

.appointment-section .image-column .inner-column .image{
	position:relative;
	border-radius:7px;
	overflow:hidden;
}

.appointment-section .image-column .inner-column .image img{
	width:100%;
	display:block;
}

.appointment-section .form-column{
	position:relative;
}

.appointment-section .form-column .inner-column{
	position:relative;
	padding-right:45px;
	padding-top:0px;
	padding-left:20px;
}

.appointment-section .form-column h4{
	position:relative;
	color:#141d38;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:30px;
}

/* Appointment Form */

.appointment-form{
	position: relative;
	z-index:1;
}

.appointment-form .form-group{
	position:relative;
	margin-bottom:25px;
}

.ui-selectmenu-button.ui-button,
.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="email"],
.appointment-form .form-group input[type="tel"],
.appointment-form .form-group input[type="url"],
.appointment-form .form-group textarea,
.appointment-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    padding: 14px 22px;
	border-radius:4px;
	z-index:1;
	height:60px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.appointment-form .form-group input:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus{
	border-color:#0060ff;
}

.appointment-form .form-group textarea{
	height: 150px;
	resize: none;
	border-radius:4px;
}

.appointment-form .form-group input[type="submit"],
.appointment-form button{
    margin-top:15px;
}

.appointment-form .form-group input[type="submit"]:hover,
.appointment-form button:hover{
	opacity: .95;
}

.appointment-form .form-group .icon{
	position: absolute;
	right: 15px;
	top: 5px;
	height: 50px;
	width: 50px;
	z-index:1;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #0060ff;
}

/***

==================================================================
	Blog Page Section
==================================================================

***/

.blog-page-section{
	position:relative;
	padding:100px 0px 100px;
}

.blog-page-section .styled-pagination{
	margin-top:50px;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	margin:0px 5px 10px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	width:50px;
	height:50px;
	color:#777777;
	font-size:18px;
	font-weight:500;
	line-height:50px;
	text-align:center;
	border-radius:5px;
	display:inline-block;
	border:1px solid #d7d7d7;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-pagination li.active a,
.styled-pagination li:hover a{
	color:#ffffff;
	border-color:#141d38;
	background-color:#141d38;
}

.styled-pagination li.next a,
.styled-pagination li.prev a{
	color:#ffffff;
	border-color:#0060ff;
	background-color:#0060ff;
}

.sidebar-title{
	position:relative;
	margin-bottom:15px;
}

.sidebar-title h5{
	position: relative;
    color: #141d38;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: capitalize;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:90px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar-inner{
	position:relative;
	padding:45px 30px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
}

.sidebar-widget{
	margin-bottom:55px;
}


.news-detail{
	position:relative;
}

.news-detail .inner-box{
	position:relative;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.news-detail .inner-box .upper-box{
	position:relative;
	padding:30px 30px;
}

.news-detail .inner-box h3{
	position:relative;
	color:#141d38;
	font-weight:700;
	line-height:1.3em;
}

.news-detail .inner-box .upper-box .post-meta{
	position:relative;
	padding-top:15px;
	margin-top:20px;
	border-top:1px solid #dddddd;
}

.news-detail .inner-box .upper-box .post-meta li{
	position:relative;
	color:#427cff;
	font-size:16px;
	margin-right:10px;
	font-weight:600;
	display:inline-block;
}

.news-detail .inner-box .upper-box .post-meta li .icon{
	position:relative;
	top:1px;
	color:#141d38;
	font-size:15px;
	margin-right:6px;
}

.news-detail .inner-box .image{
	position:relative;
}

.news-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-detail .inner-box .image .post-date{
	position:absolute;
	right:20px;
	top:-20px;
	color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    z-index: 1;
	line-height:1.1em;
    padding-top: 5px;
    background-color: #0060ff;
}

.news-detail .inner-box .image .post-date span{
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.news-detail .inner-box .lower-content{
	position:relative;
	padding:30px 30px;
}

.news-detail .inner-box .lower-content p{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.8em;
}

.news-detail .inner-box .lower-content h4{
	position:relative;
	color:#141d38;
	font-weight:700;
	margin-bottom:10px;
}

.news-detail .inner-box .lower-content blockquote{
	position:relative;
	padding:40px 40px;
	border-radius:4px;
	color:#ffffff;
	font-size:20px;
	font-weight:500;
	line-height:1.6em;
	margin-top:30px;
	margin-bottom:30px;
	background-color:#0060ff;
}

.news-detail .inner-box .lower-content blockquote .blockquote-inner{
	position:relative;
	padding-left:70px;
}

.news-detail .inner-box .lower-content blockquote .blockquote-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	height:3px;
	width:50px;
	background-color:#ffffff;
}

.news-detail .inner-box .lower-content blockquote .quote-icon{
	position:absolute;
	right:100px;
	bottom:25px;
	color:#ffffff;
	opacity:0.20;
	font-size:50px;
}

/* Post Share Options */

.news-detail .post-share-options{
	position:relative;
	margin-top: 40px;
	padding:22px 0px 0px;
	border-top:1px solid #cccccc;
}

.news-detail .post-share-options .tags a{
	position:relative;
	color:#555555;
	font-size:14px;
	font-weight:600;
	line-height: 1em;
	padding:12px 18px;
	border-radius:3px;
	margin-right: 6px;
	display: inline-block;
	border:1px solid #dddddd;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-detail .post-share-options .tags a:last-child{
	margin-right: 0px;
}

.news-detail .post-share-options .tags{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
	margin-top:3px;
}

.news-detail .post-share-options .tags a:hover{
	color:#ffffff;
	border-color:#0060ff;
	background-color:#0060ff;
}

.news-detail .post-share-options .social-box{
	position:relative;
	margin-top:10px;
}

.news-detail .post-share-options .social-box li.share{
	position:relative;
	color:#141d38;
	font-weight:700;
	font-size:16px;
}

.news-detail .post-share-options .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.news-detail .post-share-options .social-box li a{
	position:relative;
	font-size:16px;
	color:#bbbbbb;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-detail .post-share-options .social-box li a:hover{
	color:#0060ff;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:60px;
	margin-bottom:50px;
}

.sidebar-page-container .group-title{
	position:relative;
}

.sidebar-page-container .group-title h3{
	position:relative;
	color:#222222;
	font-weight:700;
	margin-bottom:30px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:30px;
	border-bottom:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:140px;
	padding:5px 0px 0px 140px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:60px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	border-radius:0px;
	margin-bottom:20px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:15px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:700;
	color:#141d38;
	display:block;
	line-height:1.3em;
	display:inline-block;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#555555;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:0px;
	padding-top:0px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:15px;
	color:#555555;
	margin-left:20px;
	display:inline-block;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	position:absolute;
	right:0px;
	top:0px;
	font-size:16px;
	color:#ffffff;
	font-weight:600;
	padding:6px 18px;
	border-radius:4px;
	background-color:#0060ff;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	background-color:#222222;
}


/***

====================================================================
	Comment Form
====================================================================

***/

.comment-form .group-title h4{
	position:relative;
	margin-bottom:50px;
}

.comment-form .form-group{
	margin-bottom:20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#888888;
	height:55px;
	font-size:14px;
	border-radius:5px;
	background:#f5f5f5;
	border:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#1c2c52;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 25px;
	color:#888888;
	border:1px solid transparent;
	height:200px;
	background:#f5f5f5;
	resize:none;
	font-size:14px;
	border-radius:5px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .theme-btn{
	cursor:pointer;
}

.news-more-section{
	position:relative;
	border-top:2px solid #f5f5f5;
}

.news-more-section .new-post{
	position:relative;
}

.news-more-section .new-post .post-inner{
	position:relative;
	padding:50px 0px;

}

.news-more-section .new-post:first-child{
	border-right:2px solid #f5f5f5;
}

.news-more-section .new-post .content{
	position:relative;
	padding-left:100px;
	padding-top:10px;
}

.news-more-section .new-post .content .post-image{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	overflow:hidden;
	border-radius:50%;
}

.news-more-section .new-post .content h4{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:8px;
}

.news-more-section .new-post .content h4 a{
	position:relative;
	color:#141d38;
}

.news-more-section .new-post .content .more{
	position:relative;
}

.news-more-section .new-post.style-two .content{
	text-align:right;
	padding-left:0px;
	padding-right:100px;
}

.news-more-section .new-post.style-two .content .post-image{
	left:auto;
	right:0px;
}

/* Error Section */

.error-section{
	position:relative;
	padding:160px 0px 160px;
}

.error-section .content{
	position:relative;
	text-align:center;
}

.error-section h1{
	position:relative;
	color:#222222;
	font-size:180px;
	font-weight:800;
	line-height:1em;
	margin-bottom:10px;
}

.error-section h2{
	position:relative;
	color:#222222;
	font-weight:800;
	line-height:1.2em;
	margin-bottom:10px;
}

.error-section .text{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:300;
	margin-top:20px;
	margin-bottom:30px;
}

.team-page-section{
	position:relative;
	padding:110px 0px 70px;
}


/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:43px;
	padding:10px 50px 10px 25px;
	border:1px solid #dddddd;
	background:#ffffff;
	display:block;
	font-size:14px;
	width:100%;
	height:56px;
	color:#000000;
	border-radius:5px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:56px;
	width:60px;
	display:block;
	font-size:16px;
	color:#0060ff;
	cursor:pointer;
	border-radius:0px 5px 5px 0px;
	line-height:100%;
	font-weight:normal;
	background:none;
}

/* Blog Cat */

.blog-cat{
	position:relative;
	border-radius:4px;
	overflow:hidden;
	border:1px solid #dddddd;
}

.blog-cat li{
	position:relative;
}

.blog-cat li a{
	position:relative;
	color:#555555;
	font-size:16px;
	padding:18px 30px;
	display:block;
	font-weight:600;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-bottom:1px solid #dddddd;
}

.blog-cat li a:hover{
	color:#141d38;
}

.blog-cat li:last-child a{
	border-bottom:0px;
}

.blog-cat li a span{
	position:absolute;
	right:30px;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:100px;
	min-height:105px;
	margin-bottom:20px;
	border-bottom:1px solid #dddddd;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	border-bottom:0px;
	min-height:auto;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:80px;
	 border-radius:0px;
	overflow:hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(66,124,255,0.70);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:16px;
	margin:0px 0px 0px;
	font-weight:700;
	color:#222222;
	line-height:1.5em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.sidebar .popular-posts .post a:hover{
	color:#0a2aa6;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:15px;
	color:#777777;
	font-weight:600;
	margin-top:6px;
}

/* Popular Tags */

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 20px 8px;
	margin:0px 6px 10px 0px;
	color:#555555;
	text-align:center;
	font-size:14px;
	background:none;
	font-weight:400;
	border-radius:5px;
	border:1px solid #dddddd;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:#0060ff;
	background-color:#0060ff;
	color:#ffffff;
}

/* Instagram Widget */

.instagram-widget .post-thumb{
    position:relative;
    width:29%;
    float:left;
    border-radius:8px;
    overflow:hidden;
    margin:0px 5px 10px;
}

.instagram-widget .post-thumb .overlay-box{
   position: absolute;
   content: '';
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   display: block;
   color: #ffffff;
   font-size: 18px;
   opacity: 0;
   text-align: center;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   background-color: rgba(0,96,255,0.70);
}

.instagram-widget .post-thumb .overlay-box .fa{
   top: 50%;
   position: relative;
   margin-top: -12px;
   display: block;
}

.instagram-widget .post-thumb:hover .overlay-box{
   opacity:1;
}

.instagram-widget .post-thumb img{
   display:block;
   width:100%;
   transition:all 0.3s ease;
   -moz-transition:all 0.3s ease;
   -webkit-transition:all 0.3s ease;
   -ms-transition:all 0.3s ease;
   -o-transition:all 0.3s ease;
}

/* Archive List */

.archive-list{
   position:relative;
   padding-left:0px;
}

.archive-list li{
   position:relative;
   margin-bottom:18px;
}

.archive-list li a{
   position:relative;
   color:#555555;
   font-size:16px;
   padding-left:20px;
   font-weight:600;
}

.archive-list li a:before{
   position:absolute;
   content:'\f101';
   left:0px;
   top:-1px;
   color:#0060ff;
   font-weight:400;
   font-family: 'FontAwesome';
}

/***

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:100px 0px 100px;
}

.gallery-section .filters{
	position:relative;
	margin-bottom:60px;
	text-align:center;
}

.gallery-section .filters .filter-tabs{
	position:relative;
}

.gallery-section .filters li{
	position: relative;
    display: inline-block;
    color: #555555;
	padding:0px 0px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
	margin:0px 15px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover{
    color:#0060ff;
	text-decoration:line-through;
}

.gallery-section .btn-box{
	position:relative;
	margin-top:30px;
}

.case-block.mix{
	display:none;
}


/***

====================================================================
	Cases Section
====================================================================

***/

.cases-section{
	position:relative;
	padding:110px 0px 100px;
	background-color:#f5f5f5;
}

.case-block{
	position:relative;
	margin-bottom:30px;
}

.case-block .inner-box{
	position:relative;
}

.case-block .inner-box .image{
	position:relative;
}

.case-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.case-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;

	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.case-block .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.case-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #1C2C52 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #1C2C52 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #1C2C52 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #1C2C52));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #1C2C52 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #1C2C52 100%);
}

.case-block .inner-box .image .overlay-box .search-icon{
	position:absolute;
	left:50%;
	top:50%;
	width:60px;
	height:60px;
	color:#0060ff;
	z-index:1;
	font-weight:600;
	font-size:20px;
	text-align:center;
	line-height:60px;
	margin-left:-30px;
	margin-top:-60px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.case-block .inner-box .image .overlay-box .search-icon:hover{
	background-color:#0060ff;
	color:#ffffff;
}

.case-block .inner-box .image .overlay-box .content{
	position:absolute;
	left:40px;
	bottom:40px;
	z-index:1;
}

.case-block .inner-box .image .overlay-box .content h4{
	position:relative;
	line-height:1.3em;
	font-weight:700;
}

.case-block .inner-box .image .overlay-box .content h4 a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.case-block .inner-box .image .overlay-box .content h4 a:hover{
	color:#0060ff;
}

.case-block .inner-box .image .overlay-box .content .category{
	position:relative;
	margin-top:5px;
	color:#ffffff;
}

.case-block .inner-box .image .overlay-box .arrow{
	position:absolute;
	right:0px;
	bottom:0px;
	color:#ffffff;
	width:60px;
	height:60px;
	z-index:1;
	font-size:22px;
	text-align:center;
	line-height:60px;
	background-color:#0060ff;
}

.cases-section .section-text{
	position:relative;
	margin-top:25px;
	color:#0060ff;
	font-size:18px;
	font-weight:600;
	text-align:center;
	margin-bottom:30px;
}


/***

====================================================================
	Project Detail Section
====================================================================

***/

.project-detail-section{
	position:relative;
	padding:110px 0px 100px;
}

.project-detail-section .image-column{
	position:relative;
}

.project-detail-section .image-column .sec-title{
	margin-bottom:25px;
}

.project-detail-section .image-column .inner-column{
	position:relative;
}

.project-detail-section .image-column .image{
	position:relative;
}

.project-detail-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-detail-section .info-column{
	position:relative;
}

.project-detail-section .info-column .inner-column{
	position:relative;
	padding:45px 38px;
	margin-right:30px;
	background-color:#ffffff;
	border-bottom:12px solid #141d38;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.project-detail-section .info-column .inner-column:before{
	position:absolute;
	content:'';
	right:-30px;
	bottom:-50px;
	width:320px;
	height:400px;
	z-index:-1;
	background:url(../images/background/pattern-18.png) no-repeat;
}

.project-detail-section .info-column h4{
	position:relative;
	color:#141d38;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:25px;
}

.project-detail-section .info-column .text{
	position:relative;
	color:#555555;
	font-size:15px;
	line-height:1.8em;
	font-weight:500;
	margin-bottom:30px;
}

.project-detail-section .info-column .info-list{
	position:relative;
}

.project-detail-section .info-column .info-list li{
	position:relative;
	color:#555555;
	font-size:16px;
	margin-bottom:28px;
	padding-left:25px;
	font-weight:600;
}

.project-detail-section .info-column .info-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#141d38;
	font-size:16px;
}

.project-detail-section .info-column .info-list li strong{
	position:relative;
	color:#0060ff;
	font-weight:700;
}

.project-detail-section .lower-section{
	position:relative;
	padding-top:25px;
}

.project-detail-section .lower-section h3{
	position:relative;
	color:#141d38;
	font-weight:600;
	margin-bottom:12px;
}

.project-detail-section .lower-section p{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.8em;
	font-weight:600;
}

.project-detail-section .lower-section .buttons-box{
	position:relative;
	margin-top:40px;
}


/***

====================================================================
	Cases Section Two
====================================================================

***/

.cases-section-two{
	position:relative;
	padding:110px 0px 60px;
	background-color:#f5f5f5;
}

.cases-section-two .owl-dots{
	position:relative;
	display:none;
}

.cases-section-two .owl-nav{
	position:absolute;
	left:50%;
	top:-90px;
	width:100%;
	max-width:1170px;
	margin-left:-585px;
	text-align:right;
}

.cases-section-two .owl-nav .owl-prev,
.cases-section-two .owl-nav .owl-next{
	position:relative;
	width:50px;
	height:50px;
	color:#000000;
	font-size:22px;
	border-radius:50px;
	line-height:44px;
	text-align:center;
	margin-left:15px;
	display:inline-block;
	border:2px solid #cdcdcd;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.cases-section-two .owl-nav .owl-prev:hover,
.cases-section-two .owl-nav .owl-next:hover{
	border-color:#0060ff;
	color:#0060ff;
}

.case-block-two{
	position:relative;
	margin-bottom:30px;
}

.case-block-two .inner-box{
	position:relative;
}

.case-block-two .inner-box .image{
	position:relative;
}

.case-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.case-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.case-block-two .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.case-block-two .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	background-color:rgba(20,29,59,0.70);
}

.case-block-two .inner-box .image .overlay-box .search-icon{
	position:absolute;
	left:50%;
	top:50%;
	width:60px;
	height:60px;
	color:#0060ff;
	z-index:1;
	font-weight:600;
	font-size:20px;
	text-align:center;
	line-height:60px;
	margin-left:-30px;
	margin-top:-60px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.case-block-two .inner-box .image .overlay-box .search-icon:hover{
	background-color:#0060ff;
	color:#ffffff;
}

.case-block-two .inner-box .image .overlay-box .arrow{
	position:absolute;
	right:-5px;
	bottom:-5px;
	color:#ffffff;
	width:60px;
	height:60px;
	z-index:1;
	font-size:22px;
	text-align:center;
	line-height:60px;
	background-color:#0060ff;
	border-radius:0px 0px 12px 0px;
}

.case-block-two .inner-box .lower-content{
	position:relative;
	padding-top:25px;
	padding-left:15px;
}

.case-block-two .inner-box .lower-content h5{
	position:relative;
	line-height:1.3em;
	font-weight:700;
}

.case-block-two .inner-box .lower-content h5 a{
	position:relative;
	color:#141d38;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.case-block-two .inner-box .lower-content h5 a:hover{
	color:#0060ff;
}

.case-block-two .inner-box .lower-content .category{
	position:relative;
	margin-top:5px;
	color:#141d38;
	font-weight:500;
}

/***

====================================================================
	News Section Four
====================================================================

***/

.news-section-four{
	position:relative;
	padding:110px 0px 80px;
}

.news-section-four .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:565px;
	background-size:contain;
}

.news-section-four .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	background-color:#0060ff;
}

.news-block-four{
	position:relative;
	margin-bottom:30px;
}

.news-block-four .inner-box{
	position:relative;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
}

.news-block-four .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#427cff;
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box:hover .image img{
	opacity:0.7;
	transform:scale(1.04,1.04);
}

.news-block-four .inner-box .lower-content{
	position:relative;
	padding:35px 30px 30px;
}

.news-block-four .inner-box .lower-content .post-date{
	position:absolute;
	right:20px;
	top:-20px;
	color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    z-index: 1;
	line-height:1.1em;
    padding-top: 5px;
    background-color: #0060ff;
}

.news-block-four .inner-box .lower-content .post-date span{
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.news-block-four .inner-box .lower-content .post-meta{
	position:relative;
	padding-top:12px;
	border-top:1px solid #cccccc;
}

.news-block-four .inner-box .lower-content .post-meta li{
	position:relative;
	color:#427cff;
	font-size:16px;
	margin-right:10px;
	font-weight:600;
	padding-left:30px;
	display:inline-block;
}

.news-block-four .inner-box .lower-content .post-meta li .icon{
	position:absolute;
	left:0px;
	top:1px;
	color:#141d38;
	font-size:15px;
	margin-right:6px;
}

.news-block-four .inner-box .lower-content h4{
	position:relative;
	line-height:1.4em;
	font-weight:700;
	margin-top:12px;
}

.news-block-four .inner-box .lower-content h4 a{
	position:relative;
	color:#141d38;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content h4 a:hover{
	color:#0060ff;
}

.news-block-four .inner-box .lower-content .text{
	position:relative;
	line-height:1.8em;
	font-weight:500;
	margin-top:12px;
	color:#555555;
	font-size:16px;
	margin-bottom:18px;
}

.single-job-details {
    position: relative;
}

.single-job-details .inner-box {
    position: relative;
}

.single-job-details .inner-box .upper-box {
  position: relative;
}

.single-job-details .inner-box .upper-box h3 {
    position: relative;
    color: #141d38;
    font-weight: 700;
    line-height: 1.3em;
    font-size: 30px;  
}


.single-job-details .inner-box .upper-box .post-meta {
    position: relative;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #dddddd;
}

.single-job-details .inner-box .upper-box .post-meta li {
    position: relative;
    color: #427cff;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 600;
    display: inline-block;
    color: #0060ff;
}
.single-job-details .inner-box .upper-box .post-meta li .icon {
    position: relative;
    top: 1px;
    color: #141d38;
    font-size: 15px;
    margin-right: 6px;
}

.single-job-details .inner-box .image .post-date {
    position: absolute;
    right: 20px;
    top: -20px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    z-index: 1;
    line-height: 1.1em;
    padding-top: 5px;
    background-color: #0060ff;
}

.single-job-details .inner-box .image .post-date span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.mb-40
{
    margin-bottom:100px;
}


.section-lgt{
    padding-top: 100px;
}

.pbmit-heading-subheading{
    margin-bottom: 30px;
}
.pbmit-heading-subheading .pbmit-subtitle {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    font-family:var(--pbmit-heading-typography-font-family);
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}

.pbmit-heading-subheading.text-center h4.pbmit-subtitle-white {
    position: relative;
    color: #000;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    display: inline-block;
  }

  .pbmit-heading-subheading h2.pbmit-title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
    margin-bottom: 0;
    text-transform: none;
    font-style: normal;
    font-weight: normal;
  }
  .our-plan-heading-desc {
    width: 62%;
    margin: auto;
    margin-top: 10px;
  }

.pbmit-heading-subheading h4.pbmit-subtitle-white::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 50px;
    height: 1px;
    left: -60px;
    background-color: #000;
}

.pbmit-heading-subheading.text-center h4.pbmit-subtitle-white::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 50px;
    height: 1px;
    right: -60px;
    left: inherit;
    background-color: #000;
}

.pt-3 {
    padding-top: 1rem !important;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
    position: relative;
    overflow: hidden;
    padding: 45px;
    color: #787c8b;
    border-top: 3px solid black;
    background-color: #F0F2F7;
}

.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--pbmit-blackish-color);
}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price, .pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
    font-size: 60px;
    line-height: 60px;
    font-weight: lighter;
}

.ptable-frequency {
    margin-top: 15px;
}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
    color: #787c8b;
}

.pbminfotech-ele-ptable-style-1 .pbmit-icon-wrapper {
    font-size: 55px;
    line-height: 55px;
    color: #000;
}

.pbminfotech-ele-ptable-style-1 .pbmit-icon-wrapper {
    font-size: 55px;
    line-height: 55px;
    color:#000;
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner {
    margin-top: 40px;
    padding: 50px 0 40px;
    border-top: 1px solid #FFF;
  }
  .pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
    display: inline-block;
  }
  .pbminfotech-ele-ptable-style-1 .pbmit-ptable-line {
    margin-bottom: 15px;
  }
  .pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i {
    margin: 5px 10px 0 0;
    color: #000;
  }

  .pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a {
    display: block;
    padding: 18px 55px;
    color: #fff;
    background-color: black;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
    color:#fff;
    background-color:black;
    border-color: #ec733b;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover {
    color:black;
    background-color: #fff;
}
.pbmit-elementor-bg-color-light .pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover {
    background-color: var(--pbmit-light-bg-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a:hover {
    color:#fff;
    background-color: #ec733b;
}

.pbmit-pricing-table-box .pbminfotech-ptable-symbol, .pbmit-pricing-table-box .pbminfotech-ptable-price {
    display: inline-block;
  }

  .pbmit-pricing-table-box .pbminfotech-ptable-price {
    display: inline-block;
  }

  .pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
    margin-top: 15px;
  }

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price {
    color: #ec733b;
  }

  .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line i, .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading, .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-icon-wrapper {
    color: #fff;
  }

  .section-lg {
    padding-top: 100px;
    padding-bottom: 80px;
  }
/***

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section{
	position:relative;
	padding:110px 0px 100px;
}

.contact-info-section .title-box{
	position:relative;
	text-align:center;
}

.contact-info-section .title-box .title{
	position:relative;
	color:#0060ff;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}

.contact-info-section .title-box h2{
	position:relative;
	font-weight:700;
	color:#141d38;
	line-height:1.4em;
	margin-top:10px;
}

.contact-info-section .title-box .text{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.9em;
	font-weight:600;
	margin-top:10px;
	margin-bottom:40px;
}

.contact-info-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-info-section .info-column .inner-column{
	position:relative;
	padding:30px 30px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.contact-info-section .info-column .inner-column .content{
	position:relative;
	padding-left:60px;
}

.contact-info-section .info-column .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#0060ff;
	font-size:44px;
	line-height:1em;
}

.contact-info-section .info-column ul li{
	position:relative;
	color:#555555;
	font-size:16px;
	margin-top:5px;
	font-weight:600;
}

.contact-info-section .info-column ul li strong{
	position:relative;
	font-weight:700;
	font-size:18px;
	color:#141d38;
	font-family: 'Montserrat', sans-serif;
}

.contact-info-section .lower-text{
	position:relative;
	text-align:center;
	color:#555555;
	font-size:16px;
	font-weight:600;
	margin-top:20px;
}

.contact-info-section .lower-text span{
	position:relative;
	color:#0060ff;
	font-weight:700;
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section{
	position: relative;
	padding-top:0px;
	padding-bottom:100px;
}

.contact-map-section iframe{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 490px;
}

.contact-form{
	position:relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group label{
	position:relative;
	color:#555555;
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 22px;
	color:#777777;
	height:56px;
	font-size:15px;
	background:none;
	border-radius:4px;
	font-weight:600;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus{
	border-color:#0060ff;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder{
	color:#777777;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 22px;
	color:#777777;
	height:150px;
	resize:none;
	font-size:15px;
	background:none;
	border-radius:4px;
	font-weight:600;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form button{
	cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#0060ff !important;
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#0060ff;
	font-weight:500;
}
.width-24
{
    width:22%;
    margin-right:3%;
    border: 1px solid #f0f0f0 !important;
}
.width-24:hover
{
    background-color: var(--main-color-two);
    color:#fff !important;
}
.width-24:hover .contact-heading
{
    color:#fff !important;
}
.border-none
{
    border:none !important; 
}
.contact-heading
{
    font-size:20px;
    font-weight:bold;
}
.active > .contact-heading 
{
    color:#fff;
}

.contact-box {
    background-color: #EFF1F5;
    padding: 60px;
    height: 100%
}

.contact-box__title {
    margin: -0.4em 0 10px 0
}

.contact-box__text {
    margin: 0 0 37px 0
}

.contact-box__item {
    display: flex
}

.contact-box__item:not(:last-child) {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #dadfec
}

.contact-box__icon {
    font-size: 30px;
    line-height: 1;
    color: var(--main-color-two);
    align-self: flex-start;
    margin: 0 15px 0 0
}

.contact-box__label {
    font-size: 18px;
    margin: -0.3em 0 8px 0
}

.contact-box__info {
    max-width: 235px;
    margin: 0 0 -0.5em 0
}

.contact-box__info a {
    display: inline-block;
    color: inherit
}

.contact-box__form .form-group {
    line-height: 1
}

.contact-box__form textarea,
.contact-box__form select,
.contact-box__form input {
    height: 55px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    background-position: right 21px center
}

.contact-box__form i {
    top: 19px;
    right: calc(var(--bs-gutter-x)/2 + 24px);
    font-size: 16px
}
.loader {
    display: none;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.section-lgb {
    padding-bottom: 100px;
}
.pbmit-heading-subheading-style-7.text-center {
    margin-bottom: 60px;
}
.pbmit-heading-subheading-style-7 .pbmit-subtitle {
    margin-bottom: 5px;
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #0060ff;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
}
.pbmit-heading-subheading-style-7 .pbmit-title {
    font-family: Quicksand,sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
    color: #1c2c52;
    text-transform: none;
    font-style: normal;
  }
  .pbmit-ihbox-style-14 {
    position: relative;
    padding: 0 20px;
    text-align: center;
  }
  .pbmit-ihbox-style-14 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper {
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 90px;
    text-align: center;
    color:#fff;
    background-color:#0060ff;
    box-shadow: 0px 0px 32px 0px rgba(3,3,19, 0.1);
    position: relative;
    z-index: 1;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper {
    font-size: 20px;
    line-height: 80px;
    fill:#fff;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {
    font-size: 35px;
    line-height: 85px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text::after,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon .pbmit-icon-type-icon::after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    border-radius: 50%;
    background-color:var(--pbmit-blackish-color);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
    border-radius: 16px;
}
.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text::after,
.pbmit-ihbox-style-14:hover .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper::after,
.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon .pbmit-icon-type-icon::after {
    transform: scaleX(1);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper {
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1) rotateY(0deg);
    border-radius: 16px;
}
.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image img,
.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon .pbmit-icon-type-icon,
.pbmit-ihbox-style-14:hover .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper {
    transform: scale(0.9) rotateY(360deg);
}
.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon .pbmit-icon-type-icon {
    color:#fff;
}
.pbmit-ihbox-style-14:hover .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper {
    fill:#fff;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg {
    display: inline-block;
    margin-bottom: 35px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-image img {
    max-width: 80px;
    height: 80px;
}
.pbmit-ihbox-style-14 .pbmit-element-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    color:#1c2c52;
}
.pbmit-ihbox-style-14 .pbmit-element-heading,
.pbmit-ihbox-style-14 .pbmit-element-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-btn {
    margin-top: 20px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-btn a {
    color:#fff;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-btn a:hover {
    color: #0060ff;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-box:after {
    content: '';
    position: absolute;
    top: calc(25% - 15px);
    left: calc(100% - 40px);
    width: 40%;
    height: 1px;
    background-color: rgba(3,3,19, 0.1);
}
.pbmit-miconheading-style-14>div:last-child .pbmit-ihbox-style-14 .pbmit-ihbox-box:after{
    display: none;
}
a.pbmit-underline-text {
    text-decoration: underline;
    color: #0060ff;
}
a.pbmit-underline-text:hover{
    color: var(--pbmit-blackish-color);
    text-decoration: underline!important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@media(max-width: 1399px) {
    .contact-box {
        padding: 40px
    }

    .contact-box__title {
        margin: -0.3em 0 10px 0
    }

    .contact-box__form textarea,
    .contact-box__form select,
    .contact-box__form input {
        font-size: 14px
    }

    .contact-tab-menu button {
        text-align: center
    }

    .contact-tab-menu .btn-title {
        display: block
    }

    .contact-tab-menu .btn-img {
        float: none;
        margin: 0 auto 10px auto;
        display: block
    }
}
  @media only screen and (max-width: 1000px) {
    .banner-section .patern-layer-one, .banner-section .patern-layer-two, .banner-section-two .content-column .text br {
      display: none;
    }
  }
  @media only screen and (max-width: 1023px) {
    .banner-section .slide {
      padding: 120px 0px 150px;
    }
  }
  @media only screen and (max-width: 599px) {
    .banner-section .content-column .title {
      font-size: 24px;
    }
    .banner-section .content-column h1
    {
        font-size: 28px;
    }
  }
[data-padding-top="1"] {
    padding-top: 1px !important;
}

[data-padding-bottom="1"] {
    padding-bottom: 1px !important;
}

[data-padding-top="2"] {
    padding-top: 2px !important;
}

[data-padding-bottom="2"] {
    padding-bottom: 2px !important;
}

[data-padding-top="3"] {
    padding-top: 3px !important;
}

[data-padding-bottom="3"] {
    padding-bottom: 3px !important;
}

[data-padding-top="4"] {
    padding-top: 4px !important;
}

[data-padding-bottom="4"] {
    padding-bottom: 4px !important;
}

[data-padding-top="5"] {
    padding-top: 5px !important;
}

[data-padding-bottom="5"] {
    padding-bottom: 5px !important;
}

[data-padding-top="6"] {
    padding-top: 6px !important;
}

[data-padding-bottom="6"] {
    padding-bottom: 6px !important;
}

[data-padding-top="7"] {
    padding-top: 7px !important;
}

[data-padding-bottom="7"] {
    padding-bottom: 7px !important;
}

[data-padding-top="8"] {
    padding-top: 8px !important;
}

[data-padding-bottom="8"] {
    padding-bottom: 8px !important;
}

[data-padding-top="9"] {
    padding-top: 9px !important;
}

[data-padding-bottom="9"] {
    padding-bottom: 9px !important;
}

[data-padding-top="10"] {
    padding-top: 10px !important;
}

[data-padding-bottom="10"] {
    padding-bottom: 10px !important;
}

[data-padding-top="11"] {
    padding-top: 11px !important;
}

[data-padding-bottom="11"] {
    padding-bottom: 11px !important;
}

[data-padding-top="12"] {
    padding-top: 12px !important;
}

[data-padding-bottom="12"] {
    padding-bottom: 12px !important;
}

[data-padding-top="13"] {
    padding-top: 13px !important;
}

[data-padding-bottom="13"] {
    padding-bottom: 13px !important;
}

[data-padding-top="14"] {
    padding-top: 14px !important;
}

[data-padding-bottom="14"] {
    padding-bottom: 14px !important;
}

[data-padding-top="15"] {
    padding-top: 15px !important;
}

[data-padding-bottom="15"] {
    padding-bottom: 15px !important;
}

[data-padding-top="16"] {
    padding-top: 16px !important;
}

[data-padding-bottom="16"] {
    padding-bottom: 16px !important;
}

[data-padding-top="17"] {
    padding-top: 17px !important;
}

[data-padding-bottom="17"] {
    padding-bottom: 17px !important;
}

[data-padding-top="18"] {
    padding-top: 18px !important;
}

[data-padding-bottom="18"] {
    padding-bottom: 18px !important;
}

[data-padding-top="19"] {
    padding-top: 19px !important;
}

[data-padding-bottom="19"] {
    padding-bottom: 19px !important;
}

[data-padding-top="20"] {
    padding-top: 20px !important;
}

[data-padding-bottom="20"] {
    padding-bottom: 20px !important;
}

[data-padding-top="21"] {
    padding-top: 21px !important;
}

[data-padding-bottom="21"] {
    padding-bottom: 21px !important;
}

[data-padding-top="22"] {
    padding-top: 22px !important;
}

[data-padding-bottom="22"] {
    padding-bottom: 22px !important;
}

[data-padding-top="23"] {
    padding-top: 23px !important;
}

[data-padding-bottom="23"] {
    padding-bottom: 23px !important;
}

[data-padding-top="24"] {
    padding-top: 24px !important;
}

[data-padding-bottom="24"] {
    padding-bottom: 24px !important;
}

[data-padding-top="25"] {
    padding-top: 25px !important;
}

[data-padding-bottom="25"] {
    padding-bottom: 25px !important;
}

[data-padding-top="26"] {
    padding-top: 26px !important;
}

[data-padding-bottom="26"] {
    padding-bottom: 26px !important;
}

[data-padding-top="27"] {
    padding-top: 27px !important;
}

[data-padding-bottom="27"] {
    padding-bottom: 27px !important;
}

[data-padding-top="28"] {
    padding-top: 28px !important;
}

[data-padding-bottom="28"] {
    padding-bottom: 28px !important;
}

[data-padding-top="29"] {
    padding-top: 29px !important;
}

[data-padding-bottom="29"] {
    padding-bottom: 29px !important;
}

[data-padding-top="30"] {
    padding-top: 30px !important;
}

[data-padding-bottom="30"] {
    padding-bottom: 30px !important;
}

[data-padding-top="31"] {
    padding-top: 31px !important;
}

[data-padding-bottom="31"] {
    padding-bottom: 31px !important;
}

[data-padding-top="32"] {
    padding-top: 32px !important;
}

[data-padding-bottom="32"] {
    padding-bottom: 32px !important;
}

[data-padding-top="33"] {
    padding-top: 33px !important;
}

[data-padding-bottom="33"] {
    padding-bottom: 33px !important;
}

[data-padding-top="34"] {
    padding-top: 34px !important;
}

[data-padding-bottom="34"] {
    padding-bottom: 34px !important;
}

[data-padding-top="35"] {
    padding-top: 35px !important;
}

[data-padding-bottom="35"] {
    padding-bottom: 35px !important;
}

[data-padding-top="36"] {
    padding-top: 36px !important;
}

[data-padding-bottom="36"] {
    padding-bottom: 36px !important;
}

[data-padding-top="37"] {
    padding-top: 37px !important;
}

[data-padding-bottom="37"] {
    padding-bottom: 37px !important;
}

[data-padding-top="38"] {
    padding-top: 38px !important;
}

[data-padding-bottom="38"] {
    padding-bottom: 38px !important;
}

[data-padding-top="39"] {
    padding-top: 39px !important;
}

[data-padding-bottom="39"] {
    padding-bottom: 39px !important;
}

[data-padding-top="40"] {
    padding-top: 40px !important;
}

[data-padding-bottom="40"] {
    padding-bottom: 40px !important;
}

[data-padding-top="41"] {
    padding-top: 41px !important;
}

[data-padding-bottom="41"] {
    padding-bottom: 41px !important;
}

[data-padding-top="42"] {
    padding-top: 42px !important;
}

[data-padding-bottom="42"] {
    padding-bottom: 42px !important;
}

[data-padding-top="43"] {
    padding-top: 43px !important;
}

[data-padding-bottom="43"] {
    padding-bottom: 43px !important;
}

[data-padding-top="44"] {
    padding-top: 44px !important;
}

[data-padding-bottom="44"] {
    padding-bottom: 44px !important;
}

[data-padding-top="45"] {
    padding-top: 45px !important;
}

[data-padding-bottom="45"] {
    padding-bottom: 45px !important;
}

[data-padding-top="46"] {
    padding-top: 46px !important;
}

[data-padding-bottom="46"] {
    padding-bottom: 46px !important;
}

[data-padding-top="47"] {
    padding-top: 47px !important;
}

[data-padding-bottom="47"] {
    padding-bottom: 47px !important;
}

[data-padding-top="48"] {
    padding-top: 48px !important;
}

[data-padding-bottom="48"] {
    padding-bottom: 48px !important;
}

[data-padding-top="49"] {
    padding-top: 49px !important;
}

[data-padding-bottom="49"] {
    padding-bottom: 49px !important;
}

[data-padding-top="50"] {
    padding-top: 50px !important;
}

[data-padding-bottom="50"] {
    padding-bottom: 50px !important;
}

[data-padding-top="51"] {
    padding-top: 51px !important;
}

[data-padding-bottom="51"] {
    padding-bottom: 51px !important;
}

[data-padding-top="52"] {
    padding-top: 52px !important;
}

[data-padding-bottom="52"] {
    padding-bottom: 52px !important;
}

[data-padding-top="53"] {
    padding-top: 53px !important;
}

[data-padding-bottom="53"] {
    padding-bottom: 53px !important;
}

[data-padding-top="54"] {
    padding-top: 54px !important;
}

[data-padding-bottom="54"] {
    padding-bottom: 54px !important;
}

[data-padding-top="55"] {
    padding-top: 55px !important;
}

[data-padding-bottom="55"] {
    padding-bottom: 55px !important;
}

[data-padding-top="56"] {
    padding-top: 56px !important;
}

[data-padding-bottom="56"] {
    padding-bottom: 56px !important;
}

[data-padding-top="57"] {
    padding-top: 57px !important;
}

[data-padding-bottom="57"] {
    padding-bottom: 57px !important;
}

[data-padding-top="58"] {
    padding-top: 58px !important;
}

[data-padding-bottom="58"] {
    padding-bottom: 58px !important;
}

[data-padding-top="59"] {
    padding-top: 59px !important;
}

[data-padding-bottom="59"] {
    padding-bottom: 59px !important;
}

[data-padding-top="60"] {
    padding-top: 60px !important;
}

[data-padding-bottom="60"] {
    padding-bottom: 60px !important;
}

[data-padding-top="61"] {
    padding-top: 61px !important;
}

[data-padding-bottom="61"] {
    padding-bottom: 61px !important;
}

[data-padding-top="62"] {
    padding-top: 62px !important;
}

[data-padding-bottom="62"] {
    padding-bottom: 62px !important;
}

[data-padding-top="63"] {
    padding-top: 63px !important;
}

[data-padding-bottom="63"] {
    padding-bottom: 63px !important;
}

[data-padding-top="64"] {
    padding-top: 64px !important;
}

[data-padding-bottom="64"] {
    padding-bottom: 64px !important;
}

[data-padding-top="65"] {
    padding-top: 65px !important;
}

[data-padding-bottom="65"] {
    padding-bottom: 65px !important;
}

[data-padding-top="66"] {
    padding-top: 66px !important;
}

[data-padding-bottom="66"] {
    padding-bottom: 66px !important;
}

[data-padding-top="67"] {
    padding-top: 67px !important;
}

[data-padding-bottom="67"] {
    padding-bottom: 67px !important;
}

[data-padding-top="68"] {
    padding-top: 68px !important;
}

[data-padding-bottom="68"] {
    padding-bottom: 68px !important;
}

[data-padding-top="69"] {
    padding-top: 69px !important;
}

[data-padding-bottom="69"] {
    padding-bottom: 69px !important;
}

[data-padding-top="70"] {
    padding-top: 70px !important;
}

[data-padding-bottom="70"] {
    padding-bottom: 70px !important;
}

[data-padding-top="71"] {
    padding-top: 71px !important;
}

[data-padding-bottom="71"] {
    padding-bottom: 71px !important;
}

[data-padding-top="72"] {
    padding-top: 72px !important;
}

[data-padding-bottom="72"] {
    padding-bottom: 72px !important;
}

[data-padding-top="73"] {
    padding-top: 73px !important;
}

[data-padding-bottom="73"] {
    padding-bottom: 73px !important;
}

[data-padding-top="74"] {
    padding-top: 74px !important;
}

[data-padding-bottom="74"] {
    padding-bottom: 74px !important;
}

[data-padding-top="75"] {
    padding-top: 75px !important;
}

[data-padding-bottom="75"] {
    padding-bottom: 75px !important;
}

[data-padding-top="76"] {
    padding-top: 76px !important;
}

[data-padding-bottom="76"] {
    padding-bottom: 76px !important;
}

[data-padding-top="77"] {
    padding-top: 77px !important;
}

[data-padding-bottom="77"] {
    padding-bottom: 77px !important;
}

[data-padding-top="78"] {
    padding-top: 78px !important;
}

[data-padding-bottom="78"] {
    padding-bottom: 78px !important;
}

[data-padding-top="79"] {
    padding-top: 79px !important;
}

[data-padding-bottom="79"] {
    padding-bottom: 79px !important;
}

[data-padding-top="80"] {
    padding-top: 80px !important;
}

[data-padding-bottom="80"] {
    padding-bottom: 80px !important;
}

[data-padding-top="81"] {
    padding-top: 81px !important;
}

[data-padding-bottom="81"] {
    padding-bottom: 81px !important;
}

[data-padding-top="82"] {
    padding-top: 82px !important;
}

[data-padding-bottom="82"] {
    padding-bottom: 82px !important;
}

[data-padding-top="83"] {
    padding-top: 83px !important;
}

[data-padding-bottom="83"] {
    padding-bottom: 83px !important;
}

[data-padding-top="84"] {
    padding-top: 84px !important;
}

[data-padding-bottom="84"] {
    padding-bottom: 84px !important;
}

[data-padding-top="85"] {
    padding-top: 85px !important;
}

[data-padding-bottom="85"] {
    padding-bottom: 85px !important;
}

[data-padding-top="86"] {
    padding-top: 86px !important;
}

[data-padding-bottom="86"] {
    padding-bottom: 86px !important;
}

[data-padding-top="87"] {
    padding-top: 87px !important;
}

[data-padding-bottom="87"] {
    padding-bottom: 87px !important;
}

[data-padding-top="88"] {
    padding-top: 88px !important;
}

[data-padding-bottom="88"] {
    padding-bottom: 88px !important;
}

[data-padding-top="89"] {
    padding-top: 89px !important;
}

[data-padding-bottom="89"] {
    padding-bottom: 89px !important;
}

[data-padding-top="90"] {
    padding-top: 90px !important;
}

[data-padding-bottom="90"] {
    padding-bottom: 90px !important;
}

[data-padding-top="91"] {
    padding-top: 91px !important;
}

[data-padding-bottom="91"] {
    padding-bottom: 91px !important;
}

[data-padding-top="92"] {
    padding-top: 92px !important;
}

[data-padding-bottom="92"] {
    padding-bottom: 92px !important;
}

[data-padding-top="93"] {
    padding-top: 93px !important;
}

[data-padding-bottom="93"] {
    padding-bottom: 93px !important;
}

[data-padding-top="94"] {
    padding-top: 94px !important;
}

[data-padding-bottom="94"] {
    padding-bottom: 94px !important;
}

[data-padding-top="95"] {
    padding-top: 95px !important;
}

[data-padding-bottom="95"] {
    padding-bottom: 95px !important;
}

[data-padding-top="96"] {
    padding-top: 96px !important;
}

[data-padding-bottom="96"] {
    padding-bottom: 96px !important;
}

[data-padding-top="97"] {
    padding-top: 97px !important;
}

[data-padding-bottom="97"] {
    padding-bottom: 97px !important;
}

[data-padding-top="98"] {
    padding-top: 98px !important;
}

[data-padding-bottom="98"] {
    padding-bottom: 98px !important;
}

[data-padding-top="99"] {
    padding-top: 99px !important;
}

[data-padding-bottom="99"] {
    padding-bottom: 99px !important;
}

[data-padding-top="100"] {
    padding-top: 100px !important;
}

[data-padding-bottom="100"] {
    padding-bottom: 100px !important;
}

[data-padding-top="101"] {
    padding-top: 101px !important;
}

[data-padding-bottom="101"] {
    padding-bottom: 101px !important;
}

[data-padding-top="102"] {
    padding-top: 102px !important;
}

[data-padding-bottom="102"] {
    padding-bottom: 102px !important;
}

[data-padding-top="103"] {
    padding-top: 103px !important;
}

[data-padding-bottom="103"] {
    padding-bottom: 103px !important;
}

[data-padding-top="104"] {
    padding-top: 104px !important;
}

[data-padding-bottom="104"] {
    padding-bottom: 104px !important;
}

[data-padding-top="105"] {
    padding-top: 105px !important;
}

[data-padding-bottom="105"] {
    padding-bottom: 105px !important;
}

[data-padding-top="106"] {
    padding-top: 106px !important;
}

[data-padding-bottom="106"] {
    padding-bottom: 106px !important;
}

[data-padding-top="107"] {
    padding-top: 107px !important;
}

[data-padding-bottom="107"] {
    padding-bottom: 107px !important;
}

[data-padding-top="108"] {
    padding-top: 108px !important;
}

[data-padding-bottom="108"] {
    padding-bottom: 108px !important;
}

[data-padding-top="109"] {
    padding-top: 109px !important;
}

[data-padding-bottom="109"] {
    padding-bottom: 109px !important;
}

[data-padding-top="110"] {
    padding-top: 110px !important;
}

[data-padding-bottom="110"] {
    padding-bottom: 110px !important;
}

[data-padding-top="111"] {
    padding-top: 111px !important;
}

[data-padding-bottom="111"] {
    padding-bottom: 111px !important;
}

[data-padding-top="112"] {
    padding-top: 112px !important;
}

[data-padding-bottom="112"] {
    padding-bottom: 112px !important;
}

[data-padding-top="113"] {
    padding-top: 113px !important;
}

[data-padding-bottom="113"] {
    padding-bottom: 113px !important;
}

[data-padding-top="114"] {
    padding-top: 114px !important;
}

[data-padding-bottom="114"] {
    padding-bottom: 114px !important;
}

[data-padding-top="115"] {
    padding-top: 115px !important;
}

[data-padding-bottom="115"] {
    padding-bottom: 115px !important;
}

[data-padding-top="116"] {
    padding-top: 116px !important;
}

[data-padding-bottom="116"] {
    padding-bottom: 116px !important;
}

[data-padding-top="117"] {
    padding-top: 117px !important;
}

[data-padding-bottom="117"] {
    padding-bottom: 117px !important;
}

[data-padding-top="118"] {
    padding-top: 118px !important;
}

[data-padding-bottom="118"] {
    padding-bottom: 118px !important;
}

[data-padding-top="119"] {
    padding-top: 119px !important;
}

[data-padding-bottom="119"] {
    padding-bottom: 119px !important;
}

[data-padding-top="120"] {
    padding-top: 120px !important;
}

[data-padding-bottom="120"] {
    padding-bottom: 120px !important;
}

[data-padding-top="121"] {
    padding-top: 121px !important;
}

[data-padding-bottom="121"] {
    padding-bottom: 121px !important;
}

[data-padding-top="122"] {
    padding-top: 122px !important;
}

[data-padding-bottom="122"] {
    padding-bottom: 122px !important;
}

[data-padding-top="123"] {
    padding-top: 123px !important;
}

[data-padding-bottom="123"] {
    padding-bottom: 123px !important;
}

[data-padding-top="124"] {
    padding-top: 124px !important;
}

[data-padding-bottom="124"] {
    padding-bottom: 124px !important;
}

[data-padding-top="125"] {
    padding-top: 125px !important;
}

[data-padding-bottom="125"] {
    padding-bottom: 125px !important;
}

[data-padding-top="126"] {
    padding-top: 126px !important;
}

[data-padding-bottom="126"] {
    padding-bottom: 126px !important;
}

[data-padding-top="127"] {
    padding-top: 127px !important;
}

[data-padding-bottom="127"] {
    padding-bottom: 127px !important;
}

[data-padding-top="128"] {
    padding-top: 128px !important;
}

[data-padding-bottom="128"] {
    padding-bottom: 128px !important;
}

[data-padding-top="129"] {
    padding-top: 129px !important;
}

[data-padding-bottom="129"] {
    padding-bottom: 129px !important;
}

[data-padding-top="130"] {
    padding-top: 130px !important;
}

[data-padding-bottom="130"] {
    padding-bottom: 130px !important;
}

[data-padding-top="131"] {
    padding-top: 131px !important;
}

[data-padding-bottom="131"] {
    padding-bottom: 131px !important;
}

[data-padding-top="132"] {
    padding-top: 132px !important;
}

[data-padding-bottom="132"] {
    padding-bottom: 132px !important;
}

[data-padding-top="133"] {
    padding-top: 133px !important;
}

[data-padding-bottom="133"] {
    padding-bottom: 133px !important;
}

[data-padding-top="134"] {
    padding-top: 134px !important;
}

[data-padding-bottom="134"] {
    padding-bottom: 134px !important;
}

[data-padding-top="135"] {
    padding-top: 135px !important;
}

[data-padding-bottom="135"] {
    padding-bottom: 135px !important;
}

[data-padding-top="136"] {
    padding-top: 136px !important;
}

[data-padding-bottom="136"] {
    padding-bottom: 136px !important;
}

[data-padding-top="137"] {
    padding-top: 137px !important;
}

[data-padding-bottom="137"] {
    padding-bottom: 137px !important;
}

[data-padding-top="138"] {
    padding-top: 138px !important;
}

[data-padding-bottom="138"] {
    padding-bottom: 138px !important;
}

[data-padding-top="139"] {
    padding-top: 139px !important;
}

[data-padding-bottom="139"] {
    padding-bottom: 139px !important;
}

[data-padding-top="140"] {
    padding-top: 140px !important;
}

[data-padding-bottom="140"] {
    padding-bottom: 140px !important;
}

[data-padding-top="141"] {
    padding-top: 141px !important;
}

[data-padding-bottom="141"] {
    padding-bottom: 141px !important;
}

[data-padding-top="142"] {
    padding-top: 142px !important;
}

[data-padding-bottom="142"] {
    padding-bottom: 142px !important;
}

[data-padding-top="143"] {
    padding-top: 143px !important;
}

[data-padding-bottom="143"] {
    padding-bottom: 143px !important;
}

[data-padding-top="144"] {
    padding-top: 144px !important;
}

[data-padding-bottom="144"] {
    padding-bottom: 144px !important;
}

[data-padding-top="145"] {
    padding-top: 145px !important;
}

[data-padding-bottom="145"] {
    padding-bottom: 145px !important;
}

[data-padding-top="146"] {
    padding-top: 146px !important;
}

[data-padding-bottom="146"] {
    padding-bottom: 146px !important;
}

[data-padding-top="147"] {
    padding-top: 147px !important;
}

[data-padding-bottom="147"] {
    padding-bottom: 147px !important;
}

[data-padding-top="148"] {
    padding-top: 148px !important;
}

[data-padding-bottom="148"] {
    padding-bottom: 148px !important;
}

[data-padding-top="149"] {
    padding-top: 149px !important;
}

[data-padding-bottom="149"] {
    padding-bottom: 149px !important;
}

[data-padding-top="150"] {
    padding-top: 150px !important;
}

[data-padding-bottom="150"] {
    padding-bottom: 150px !important;
}

[data-padding-top="151"] {
    padding-top: 151px !important;
}

[data-padding-bottom="151"] {
    padding-bottom: 151px !important;
}

[data-padding-top="152"] {
    padding-top: 152px !important;
}

[data-padding-bottom="152"] {
    padding-bottom: 152px !important;
}

[data-padding-top="153"] {
    padding-top: 153px !important;
}

[data-padding-bottom="153"] {
    padding-bottom: 153px !important;
}

[data-padding-top="154"] {
    padding-top: 154px !important;
}

[data-padding-bottom="154"] {
    padding-bottom: 154px !important;
}

[data-padding-top="155"] {
    padding-top: 155px !important;
}

[data-padding-bottom="155"] {
    padding-bottom: 155px !important;
}

[data-padding-top="156"] {
    padding-top: 156px !important;
}

[data-padding-bottom="156"] {
    padding-bottom: 156px !important;
}

[data-padding-top="157"] {
    padding-top: 157px !important;
}

[data-padding-bottom="157"] {
    padding-bottom: 157px !important;
}

[data-padding-top="158"] {
    padding-top: 158px !important;
}

[data-padding-bottom="158"] {
    padding-bottom: 158px !important;
}

[data-padding-top="159"] {
    padding-top: 159px !important;
}

[data-padding-bottom="159"] {
    padding-bottom: 159px !important;
}

[data-padding-top="160"] {
    padding-top: 160px !important;
}

[data-padding-bottom="160"] {
    padding-bottom: 160px !important;
}

[data-padding-top="161"] {
    padding-top: 161px !important;
}

[data-padding-bottom="161"] {
    padding-bottom: 161px !important;
}

[data-padding-top="162"] {
    padding-top: 162px !important;
}

[data-padding-bottom="162"] {
    padding-bottom: 162px !important;
}

[data-padding-top="163"] {
    padding-top: 163px !important;
}

[data-padding-bottom="163"] {
    padding-bottom: 163px !important;
}

[data-padding-top="164"] {
    padding-top: 164px !important;
}

[data-padding-bottom="164"] {
    padding-bottom: 164px !important;
}

[data-padding-top="165"] {
    padding-top: 165px !important;
}

[data-padding-bottom="165"] {
    padding-bottom: 165px !important;
}

[data-padding-top="166"] {
    padding-top: 166px !important;
}

[data-padding-bottom="166"] {
    padding-bottom: 166px !important;
}

[data-padding-top="167"] {
    padding-top: 167px !important;
}

[data-padding-bottom="167"] {
    padding-bottom: 167px !important;
}

[data-padding-top="168"] {
    padding-top: 168px !important;
}

[data-padding-bottom="168"] {
    padding-bottom: 168px !important;
}

[data-padding-top="169"] {
    padding-top: 169px !important;
}

[data-padding-bottom="169"] {
    padding-bottom: 169px !important;
}

[data-padding-top="170"] {
    padding-top: 170px !important;
}

[data-padding-bottom="170"] {
    padding-bottom: 170px !important;
}

[data-padding-top="171"] {
    padding-top: 171px !important;
}

[data-padding-bottom="171"] {
    padding-bottom: 171px !important;
}

[data-padding-top="172"] {
    padding-top: 172px !important;
}

[data-padding-bottom="172"] {
    padding-bottom: 172px !important;
}

[data-padding-top="173"] {
    padding-top: 173px !important;
}

[data-padding-bottom="173"] {
    padding-bottom: 173px !important;
}

[data-padding-top="174"] {
    padding-top: 174px !important;
}

[data-padding-bottom="174"] {
    padding-bottom: 174px !important;
}

[data-padding-top="175"] {
    padding-top: 175px !important;
}

[data-padding-bottom="175"] {
    padding-bottom: 175px !important;
}

[data-padding-top="176"] {
    padding-top: 176px !important;
}

[data-padding-bottom="176"] {
    padding-bottom: 176px !important;
}

[data-padding-top="177"] {
    padding-top: 177px !important;
}

[data-padding-bottom="177"] {
    padding-bottom: 177px !important;
}

[data-padding-top="178"] {
    padding-top: 178px !important;
}

[data-padding-bottom="178"] {
    padding-bottom: 178px !important;
}

[data-padding-top="179"] {
    padding-top: 179px !important;
}

[data-padding-bottom="179"] {
    padding-bottom: 179px !important;
}

[data-padding-top="180"] {
    padding-top: 180px !important;
}

[data-padding-bottom="180"] {
    padding-bottom: 180px !important;
}

[data-padding-top="181"] {
    padding-top: 181px !important;
}

[data-padding-bottom="181"] {
    padding-bottom: 181px !important;
}

[data-padding-top="182"] {
    padding-top: 182px !important;
}

[data-padding-bottom="182"] {
    padding-bottom: 182px !important;
}

[data-padding-top="183"] {
    padding-top: 183px !important;
}

[data-padding-bottom="183"] {
    padding-bottom: 183px !important;
}

[data-padding-top="184"] {
    padding-top: 184px !important;
}

[data-padding-bottom="184"] {
    padding-bottom: 184px !important;
}

[data-padding-top="185"] {
    padding-top: 185px !important;
}

[data-padding-bottom="185"] {
    padding-bottom: 185px !important;
}

[data-padding-top="186"] {
    padding-top: 186px !important;
}

[data-padding-bottom="186"] {
    padding-bottom: 186px !important;
}

[data-padding-top="187"] {
    padding-top: 187px !important;
}

[data-padding-bottom="187"] {
    padding-bottom: 187px !important;
}

[data-padding-top="188"] {
    padding-top: 188px !important;
}

[data-padding-bottom="188"] {
    padding-bottom: 188px !important;
}

[data-padding-top="189"] {
    padding-top: 189px !important;
}

[data-padding-bottom="189"] {
    padding-bottom: 189px !important;
}

[data-padding-top="190"] {
    padding-top: 190px !important;
}

[data-padding-bottom="190"] {
    padding-bottom: 190px !important;
}

[data-padding-top="191"] {
    padding-top: 191px !important;
}

[data-padding-bottom="191"] {
    padding-bottom: 191px !important;
}

[data-padding-top="192"] {
    padding-top: 192px !important;
}

[data-padding-bottom="192"] {
    padding-bottom: 192px !important;
}

[data-padding-top="193"] {
    padding-top: 193px !important;
}

[data-padding-bottom="193"] {
    padding-bottom: 193px !important;
}

[data-padding-top="194"] {
    padding-top: 194px !important;
}

[data-padding-bottom="194"] {
    padding-bottom: 194px !important;
}

[data-padding-top="195"] {
    padding-top: 195px !important;
}

[data-padding-bottom="195"] {
    padding-bottom: 195px !important;
}

[data-padding-top="196"] {
    padding-top: 196px !important;
}

[data-padding-bottom="196"] {
    padding-bottom: 196px !important;
}

[data-padding-top="197"] {
    padding-top: 197px !important;
}

[data-padding-bottom="197"] {
    padding-bottom: 197px !important;
}

[data-padding-top="198"] {
    padding-top: 198px !important;
}

[data-padding-bottom="198"] {
    padding-bottom: 198px !important;
}

[data-padding-top="199"] {
    padding-top: 199px !important;
}

[data-padding-bottom="199"] {
    padding-bottom: 199px !important;
}

[data-padding-top="200"] {
    padding-top: 200px !important;
}

[data-padding-bottom="200"] {
    padding-bottom: 200px !important;
}

[data-padding-top="201"] {
    padding-top: 201px !important;
}

[data-padding-bottom="201"] {
    padding-bottom: 201px !important;
}

[data-padding-top="202"] {
    padding-top: 202px !important;
}

[data-padding-bottom="202"] {
    padding-bottom: 202px !important;
}

[data-padding-top="203"] {
    padding-top: 203px !important;
}

[data-padding-bottom="203"] {
    padding-bottom: 203px !important;
}

[data-padding-top="204"] {
    padding-top: 204px !important;
}

[data-padding-bottom="204"] {
    padding-bottom: 204px !important;
}

[data-padding-top="205"] {
    padding-top: 205px !important;
}

[data-padding-bottom="205"] {
    padding-bottom: 205px !important;
}

[data-padding-top="206"] {
    padding-top: 206px !important;
}

[data-padding-bottom="206"] {
    padding-bottom: 206px !important;
}

[data-padding-top="207"] {
    padding-top: 207px !important;
}

[data-padding-bottom="207"] {
    padding-bottom: 207px !important;
}

[data-padding-top="208"] {
    padding-top: 208px !important;
}

[data-padding-bottom="208"] {
    padding-bottom: 208px !important;
}

[data-padding-top="209"] {
    padding-top: 209px !important;
}

[data-padding-bottom="209"] {
    padding-bottom: 209px !important;
}

[data-padding-top="210"] {
    padding-top: 210px !important;
}

[data-padding-bottom="210"] {
    padding-bottom: 210px !important;
}

[data-padding-top="211"] {
    padding-top: 211px !important;
}

[data-padding-bottom="211"] {
    padding-bottom: 211px !important;
}

[data-padding-top="212"] {
    padding-top: 212px !important;
}

[data-padding-bottom="212"] {
    padding-bottom: 212px !important;
}

[data-padding-top="213"] {
    padding-top: 213px !important;
}

[data-padding-bottom="213"] {
    padding-bottom: 213px !important;
}

[data-padding-top="214"] {
    padding-top: 214px !important;
}

[data-padding-bottom="214"] {
    padding-bottom: 214px !important;
}

[data-padding-top="215"] {
    padding-top: 215px !important;
}

[data-padding-bottom="215"] {
    padding-bottom: 215px !important;
}

[data-padding-top="216"] {
    padding-top: 216px !important;
}

[data-padding-bottom="216"] {
    padding-bottom: 216px !important;
}

[data-padding-top="217"] {
    padding-top: 217px !important;
}

[data-padding-bottom="217"] {
    padding-bottom: 217px !important;
}

[data-padding-top="218"] {
    padding-top: 218px !important;
}

[data-padding-bottom="218"] {
    padding-bottom: 218px !important;
}

[data-padding-top="219"] {
    padding-top: 219px !important;
}

[data-padding-bottom="219"] {
    padding-bottom: 219px !important;
}

[data-padding-top="220"] {
    padding-top: 220px !important;
}

[data-padding-bottom="220"] {
    padding-bottom: 220px !important;
}

[data-padding-top="221"] {
    padding-top: 221px !important;
}

[data-padding-bottom="221"] {
    padding-bottom: 221px !important;
}

[data-padding-top="222"] {
    padding-top: 222px !important;
}

[data-padding-bottom="222"] {
    padding-bottom: 222px !important;
}

[data-padding-top="223"] {
    padding-top: 223px !important;
}

[data-padding-bottom="223"] {
    padding-bottom: 223px !important;
}

[data-padding-top="224"] {
    padding-top: 224px !important;
}

[data-padding-bottom="224"] {
    padding-bottom: 224px !important;
}

[data-padding-top="225"] {
    padding-top: 225px !important;
}

[data-padding-bottom="225"] {
    padding-bottom: 225px !important;
}

[data-padding-top="226"] {
    padding-top: 226px !important;
}

[data-padding-bottom="226"] {
    padding-bottom: 226px !important;
}

[data-padding-top="227"] {
    padding-top: 227px !important;
}

[data-padding-bottom="227"] {
    padding-bottom: 227px !important;
}

[data-padding-top="228"] {
    padding-top: 228px !important;
}

[data-padding-bottom="228"] {
    padding-bottom: 228px !important;
}

[data-padding-top="229"] {
    padding-top: 229px !important;
}

[data-padding-bottom="229"] {
    padding-bottom: 229px !important;
}

[data-padding-top="230"] {
    padding-top: 230px !important;
}

[data-padding-bottom="230"] {
    padding-bottom: 230px !important;
}

[data-padding-top="231"] {
    padding-top: 231px !important;
}

[data-padding-bottom="231"] {
    padding-bottom: 231px !important;
}

[data-padding-top="232"] {
    padding-top: 232px !important;
}

[data-padding-bottom="232"] {
    padding-bottom: 232px !important;
}

[data-padding-top="233"] {
    padding-top: 233px !important;
}

[data-padding-bottom="233"] {
    padding-bottom: 233px !important;
}

[data-padding-top="234"] {
    padding-top: 234px !important;
}

[data-padding-bottom="234"] {
    padding-bottom: 234px !important;
}

[data-padding-top="235"] {
    padding-top: 235px !important;
}

[data-padding-bottom="235"] {
    padding-bottom: 235px !important;
}

[data-padding-top="236"] {
    padding-top: 236px !important;
}

[data-padding-bottom="236"] {
    padding-bottom: 236px !important;
}

[data-padding-top="237"] {
    padding-top: 237px !important;
}

[data-padding-bottom="237"] {
    padding-bottom: 237px !important;
}

[data-padding-top="238"] {
    padding-top: 238px !important;
}

[data-padding-bottom="238"] {
    padding-bottom: 238px !important;
}

[data-padding-top="239"] {
    padding-top: 239px !important;
}

[data-padding-bottom="239"] {
    padding-bottom: 239px !important;
}

[data-padding-top="240"] {
    padding-top: 240px !important;
}

[data-padding-bottom="240"] {
    padding-bottom: 240px !important;
}

[data-padding-top="241"] {
    padding-top: 241px !important;
}

[data-padding-bottom="241"] {
    padding-bottom: 241px !important;
}

[data-padding-top="242"] {
    padding-top: 242px !important;
}

[data-padding-bottom="242"] {
    padding-bottom: 242px !important;
}

[data-padding-top="243"] {
    padding-top: 243px !important;
}

[data-padding-bottom="243"] {
    padding-bottom: 243px !important;
}

[data-padding-top="244"] {
    padding-top: 244px !important;
}

[data-padding-bottom="244"] {
    padding-bottom: 244px !important;
}

[data-padding-top="245"] {
    padding-top: 245px !important;
}

[data-padding-bottom="245"] {
    padding-bottom: 245px !important;
}

[data-padding-top="246"] {
    padding-top: 246px !important;
}

[data-padding-bottom="246"] {
    padding-bottom: 246px !important;
}

[data-padding-top="247"] {
    padding-top: 247px !important;
}

[data-padding-bottom="247"] {
    padding-bottom: 247px !important;
}

[data-padding-top="248"] {
    padding-top: 248px !important;
}

[data-padding-bottom="248"] {
    padding-bottom: 248px !important;
}

[data-padding-top="249"] {
    padding-top: 249px !important;
}

[data-padding-bottom="249"] {
    padding-bottom: 249px !important;
}

[data-padding-top="250"] {
    padding-top: 250px !important;
}

[data-padding-bottom="250"] {
    padding-bottom: 250px !important;
}

[data-padding-top="251"] {
    padding-top: 251px !important;
}

[data-padding-bottom="251"] {
    padding-bottom: 251px !important;
}

[data-padding-top="252"] {
    padding-top: 252px !important;
}

[data-padding-bottom="252"] {
    padding-bottom: 252px !important;
}

[data-padding-top="253"] {
    padding-top: 253px !important;
}

[data-padding-bottom="253"] {
    padding-bottom: 253px !important;
}

[data-padding-top="254"] {
    padding-top: 254px !important;
}

[data-padding-bottom="254"] {
    padding-bottom: 254px !important;
}

[data-padding-top="255"] {
    padding-top: 255px !important;
}

[data-padding-bottom="255"] {
    padding-bottom: 255px !important;
}

[data-padding-top="256"] {
    padding-top: 256px !important;
}

[data-padding-bottom="256"] {
    padding-bottom: 256px !important;
}

[data-padding-top="257"] {
    padding-top: 257px !important;
}

[data-padding-bottom="257"] {
    padding-bottom: 257px !important;
}

[data-padding-top="258"] {
    padding-top: 258px !important;
}

[data-padding-bottom="258"] {
    padding-bottom: 258px !important;
}

[data-padding-top="259"] {
    padding-top: 259px !important;
}

[data-padding-bottom="259"] {
    padding-bottom: 259px !important;
}

[data-padding-top="260"] {
    padding-top: 260px !important;
}

[data-padding-bottom="260"] {
    padding-bottom: 260px !important;
}

[data-padding-top="261"] {
    padding-top: 261px !important;
}

[data-padding-bottom="261"] {
    padding-bottom: 261px !important;
}

[data-padding-top="262"] {
    padding-top: 262px !important;
}

[data-padding-bottom="262"] {
    padding-bottom: 262px !important;
}

[data-padding-top="263"] {
    padding-top: 263px !important;
}

[data-padding-bottom="263"] {
    padding-bottom: 263px !important;
}

[data-padding-top="264"] {
    padding-top: 264px !important;
}

[data-padding-bottom="264"] {
    padding-bottom: 264px !important;
}

[data-padding-top="265"] {
    padding-top: 265px !important;
}

[data-padding-bottom="265"] {
    padding-bottom: 265px !important;
}

[data-padding-top="266"] {
    padding-top: 266px !important;
}

[data-padding-bottom="266"] {
    padding-bottom: 266px !important;
}

[data-padding-top="267"] {
    padding-top: 267px !important;
}

[data-padding-bottom="267"] {
    padding-bottom: 267px !important;
}

[data-padding-top="268"] {
    padding-top: 268px !important;
}

[data-padding-bottom="268"] {
    padding-bottom: 268px !important;
}

[data-padding-top="269"] {
    padding-top: 269px !important;
}

[data-padding-bottom="269"] {
    padding-bottom: 269px !important;
}

[data-padding-top="270"] {
    padding-top: 270px !important;
}

[data-padding-bottom="270"] {
    padding-bottom: 270px !important;
}

[data-padding-top="271"] {
    padding-top: 271px !important;
}

[data-padding-bottom="271"] {
    padding-bottom: 271px !important;
}

[data-padding-top="272"] {
    padding-top: 272px !important;
}

[data-padding-bottom="272"] {
    padding-bottom: 272px !important;
}

[data-padding-top="273"] {
    padding-top: 273px !important;
}

[data-padding-bottom="273"] {
    padding-bottom: 273px !important;
}

[data-padding-top="274"] {
    padding-top: 274px !important;
}

[data-padding-bottom="274"] {
    padding-bottom: 274px !important;
}

[data-padding-top="275"] {
    padding-top: 275px !important;
}

[data-padding-bottom="275"] {
    padding-bottom: 275px !important;
}

[data-padding-top="276"] {
    padding-top: 276px !important;
}

[data-padding-bottom="276"] {
    padding-bottom: 276px !important;
}

[data-padding-top="277"] {
    padding-top: 277px !important;
}

[data-padding-bottom="277"] {
    padding-bottom: 277px !important;
}

[data-padding-top="278"] {
    padding-top: 278px !important;
}

[data-padding-bottom="278"] {
    padding-bottom: 278px !important;
}

[data-padding-top="279"] {
    padding-top: 279px !important;
}

[data-padding-bottom="279"] {
    padding-bottom: 279px !important;
}

[data-padding-top="280"] {
    padding-top: 280px !important;
}

[data-padding-bottom="280"] {
    padding-bottom: 280px !important;
}

[data-padding-top="281"] {
    padding-top: 281px !important;
}

[data-padding-bottom="281"] {
    padding-bottom: 281px !important;
}

[data-padding-top="282"] {
    padding-top: 282px !important;
}

[data-padding-bottom="282"] {
    padding-bottom: 282px !important;
}

[data-padding-top="283"] {
    padding-top: 283px !important;
}

[data-padding-bottom="283"] {
    padding-bottom: 283px !important;
}

[data-padding-top="284"] {
    padding-top: 284px !important;
}

[data-padding-bottom="284"] {
    padding-bottom: 284px !important;
}

[data-padding-top="285"] {
    padding-top: 285px !important;
}

[data-padding-bottom="285"] {
    padding-bottom: 285px !important;
}

[data-padding-top="286"] {
    padding-top: 286px !important;
}

[data-padding-bottom="286"] {
    padding-bottom: 286px !important;
}

[data-padding-top="287"] {
    padding-top: 287px !important;
}

[data-padding-bottom="287"] {
    padding-bottom: 287px !important;
}

[data-padding-top="288"] {
    padding-top: 288px !important;
}

[data-padding-bottom="288"] {
    padding-bottom: 288px !important;
}

[data-padding-top="289"] {
    padding-top: 289px !important;
}

[data-padding-bottom="289"] {
    padding-bottom: 289px !important;
}

[data-padding-top="290"] {
    padding-top: 290px !important;
}

[data-padding-bottom="290"] {
    padding-bottom: 290px !important;
}

[data-padding-top="291"] {
    padding-top: 291px !important;
}

[data-padding-bottom="291"] {
    padding-bottom: 291px !important;
}

[data-padding-top="292"] {
    padding-top: 292px !important;
}

[data-padding-bottom="292"] {
    padding-bottom: 292px !important;
}

[data-padding-top="293"] {
    padding-top: 293px !important;
}

[data-padding-bottom="293"] {
    padding-bottom: 293px !important;
}

[data-padding-top="294"] {
    padding-top: 294px !important;
}

[data-padding-bottom="294"] {
    padding-bottom: 294px !important;
}

[data-padding-top="295"] {
    padding-top: 295px !important;
}

[data-padding-bottom="295"] {
    padding-bottom: 295px !important;
}

[data-padding-top="296"] {
    padding-top: 296px !important;
}

[data-padding-bottom="296"] {
    padding-bottom: 296px !important;
}

[data-padding-top="297"] {
    padding-top: 297px !important;
}

[data-padding-bottom="297"] {
    padding-bottom: 297px !important;
}

[data-padding-top="298"] {
    padding-top: 298px !important;
}

[data-padding-bottom="298"] {
    padding-bottom: 298px !important;
}

[data-padding-top="299"] {
    padding-top: 299px !important;
}

[data-padding-bottom="299"] {
    padding-bottom: 299px !important;
}

[data-padding-top="300"] {
    padding-top: 300px !important;
}

[data-padding-bottom="300"] {
    padding-bottom: 300px !important;
}

[data-padding-top="301"] {
    padding-top: 301px !important;
}

[data-padding-bottom="301"] {
    padding-bottom: 301px !important;
}

[data-padding-top="302"] {
    padding-top: 302px !important;
}

[data-padding-bottom="302"] {
    padding-bottom: 302px !important;
}

[data-padding-top="303"] {
    padding-top: 303px !important;
}

[data-padding-bottom="303"] {
    padding-bottom: 303px !important;
}

[data-padding-top="304"] {
    padding-top: 304px !important;
}

[data-padding-bottom="304"] {
    padding-bottom: 304px !important;
}

[data-padding-top="305"] {
    padding-top: 305px !important;
}

[data-padding-bottom="305"] {
    padding-bottom: 305px !important;
}

[data-padding-top="306"] {
    padding-top: 306px !important;
}

[data-padding-bottom="306"] {
    padding-bottom: 306px !important;
}

[data-padding-top="307"] {
    padding-top: 307px !important;
}

[data-padding-bottom="307"] {
    padding-bottom: 307px !important;
}

[data-padding-top="308"] {
    padding-top: 308px !important;
}

[data-padding-bottom="308"] {
    padding-bottom: 308px !important;
}

[data-padding-top="309"] {
    padding-top: 309px !important;
}

[data-padding-bottom="309"] {
    padding-bottom: 309px !important;
}

[data-padding-top="310"] {
    padding-top: 310px !important;
}

[data-padding-bottom="310"] {
    padding-bottom: 310px !important;
}

[data-padding-top="311"] {
    padding-top: 311px !important;
}

[data-padding-bottom="311"] {
    padding-bottom: 311px !important;
}

[data-padding-top="312"] {
    padding-top: 312px !important;
}

[data-padding-bottom="312"] {
    padding-bottom: 312px !important;
}

[data-padding-top="313"] {
    padding-top: 313px !important;
}

[data-padding-bottom="313"] {
    padding-bottom: 313px !important;
}

[data-padding-top="314"] {
    padding-top: 314px !important;
}

[data-padding-bottom="314"] {
    padding-bottom: 314px !important;
}

[data-padding-top="315"] {
    padding-top: 315px !important;
}

[data-padding-bottom="315"] {
    padding-bottom: 315px !important;
}

[data-padding-top="316"] {
    padding-top: 316px !important;
}

[data-padding-bottom="316"] {
    padding-bottom: 316px !important;
}

[data-padding-top="317"] {
    padding-top: 317px !important;
}

[data-padding-bottom="317"] {
    padding-bottom: 317px !important;
}

[data-padding-top="318"] {
    padding-top: 318px !important;
}

[data-padding-bottom="318"] {
    padding-bottom: 318px !important;
}

[data-padding-top="319"] {
    padding-top: 319px !important;
}

[data-padding-bottom="319"] {
    padding-bottom: 319px !important;
}

[data-padding-top="320"] {
    padding-top: 320px !important;
}

[data-padding-bottom="320"] {
    padding-bottom: 320px !important;
}

[data-padding-top="321"] {
    padding-top: 321px !important;
}

[data-padding-bottom="321"] {
    padding-bottom: 321px !important;
}

[data-padding-top="322"] {
    padding-top: 322px !important;
}

[data-padding-bottom="322"] {
    padding-bottom: 322px !important;
}

[data-padding-top="323"] {
    padding-top: 323px !important;
}

[data-padding-bottom="323"] {
    padding-bottom: 323px !important;
}

[data-padding-top="324"] {
    padding-top: 324px !important;
}

[data-padding-bottom="324"] {
    padding-bottom: 324px !important;
}

[data-padding-top="325"] {
    padding-top: 325px !important;
}

[data-padding-bottom="325"] {
    padding-bottom: 325px !important;
}

[data-padding-top="326"] {
    padding-top: 326px !important;
}

[data-padding-bottom="326"] {
    padding-bottom: 326px !important;
}

[data-padding-top="327"] {
    padding-top: 327px !important;
}

[data-padding-bottom="327"] {
    padding-bottom: 327px !important;
}

[data-padding-top="328"] {
    padding-top: 328px !important;
}

[data-padding-bottom="328"] {
    padding-bottom: 328px !important;
}

[data-padding-top="329"] {
    padding-top: 329px !important;
}

[data-padding-bottom="329"] {
    padding-bottom: 329px !important;
}

[data-padding-top="330"] {
    padding-top: 330px !important;
}

[data-padding-bottom="330"] {
    padding-bottom: 330px !important;
}

[data-padding-top="331"] {
    padding-top: 331px !important;
}

[data-padding-bottom="331"] {
    padding-bottom: 331px !important;
}

[data-padding-top="332"] {
    padding-top: 332px !important;
}

[data-padding-bottom="332"] {
    padding-bottom: 332px !important;
}

[data-padding-top="333"] {
    padding-top: 333px !important;
}

[data-padding-bottom="333"] {
    padding-bottom: 333px !important;
}

[data-padding-top="334"] {
    padding-top: 334px !important;
}

[data-padding-bottom="334"] {
    padding-bottom: 334px !important;
}

[data-padding-top="335"] {
    padding-top: 335px !important;
}

[data-padding-bottom="335"] {
    padding-bottom: 335px !important;
}

[data-padding-top="336"] {
    padding-top: 336px !important;
}

[data-padding-bottom="336"] {
    padding-bottom: 336px !important;
}

[data-padding-top="337"] {
    padding-top: 337px !important;
}

[data-padding-bottom="337"] {
    padding-bottom: 337px !important;
}

[data-padding-top="338"] {
    padding-top: 338px !important;
}

[data-padding-bottom="338"] {
    padding-bottom: 338px !important;
}

[data-padding-top="339"] {
    padding-top: 339px !important;
}

[data-padding-bottom="339"] {
    padding-bottom: 339px !important;
}

[data-padding-top="340"] {
    padding-top: 340px !important;
}

[data-padding-bottom="340"] {
    padding-bottom: 340px !important;
}

[data-padding-top="341"] {
    padding-top: 341px !important;
}

[data-padding-bottom="341"] {
    padding-bottom: 341px !important;
}

[data-padding-top="342"] {
    padding-top: 342px !important;
}

[data-padding-bottom="342"] {
    padding-bottom: 342px !important;
}

[data-padding-top="343"] {
    padding-top: 343px !important;
}

[data-padding-bottom="343"] {
    padding-bottom: 343px !important;
}

[data-padding-top="344"] {
    padding-top: 344px !important;
}

[data-padding-bottom="344"] {
    padding-bottom: 344px !important;
}

[data-padding-top="345"] {
    padding-top: 345px !important;
}

[data-padding-bottom="345"] {
    padding-bottom: 345px !important;
}

[data-padding-top="346"] {
    padding-top: 346px !important;
}

[data-padding-bottom="346"] {
    padding-bottom: 346px !important;
}

[data-padding-top="347"] {
    padding-top: 347px !important;
}

[data-padding-bottom="347"] {
    padding-bottom: 347px !important;
}

[data-padding-top="348"] {
    padding-top: 348px !important;
}

[data-padding-bottom="348"] {
    padding-bottom: 348px !important;
}

[data-padding-top="349"] {
    padding-top: 349px !important;
}

[data-padding-bottom="349"] {
    padding-bottom: 349px !important;
}

[data-padding-top="350"] {
    padding-top: 350px !important;
}

[data-padding-bottom="350"] {
    padding-bottom: 350px !important;
}

[data-padding-top="351"] {
    padding-top: 351px !important;
}

[data-padding-bottom="351"] {
    padding-bottom: 351px !important;
}

[data-padding-top="352"] {
    padding-top: 352px !important;
}

[data-padding-bottom="352"] {
    padding-bottom: 352px !important;
}

[data-padding-top="353"] {
    padding-top: 353px !important;
}

[data-padding-bottom="353"] {
    padding-bottom: 353px !important;
}

[data-padding-top="354"] {
    padding-top: 354px !important;
}

[data-padding-bottom="354"] {
    padding-bottom: 354px !important;
}

[data-padding-top="355"] {
    padding-top: 355px !important;
}

[data-padding-bottom="355"] {
    padding-bottom: 355px !important;
}

[data-padding-top="356"] {
    padding-top: 356px !important;
}

[data-padding-bottom="356"] {
    padding-bottom: 356px !important;
}

[data-padding-top="357"] {
    padding-top: 357px !important;
}

[data-padding-bottom="357"] {
    padding-bottom: 357px !important;
}

[data-padding-top="358"] {
    padding-top: 358px !important;
}

[data-padding-bottom="358"] {
    padding-bottom: 358px !important;
}

[data-padding-top="359"] {
    padding-top: 359px !important;
}

[data-padding-bottom="359"] {
    padding-bottom: 359px !important;
}

[data-padding-top="360"] {
    padding-top: 360px !important;
}

[data-padding-bottom="360"] {
    padding-bottom: 360px !important;
}

[data-padding-top="361"] {
    padding-top: 361px !important;
}

[data-padding-bottom="361"] {
    padding-bottom: 361px !important;
}

[data-padding-top="362"] {
    padding-top: 362px !important;
}

[data-padding-bottom="362"] {
    padding-bottom: 362px !important;
}

[data-padding-top="363"] {
    padding-top: 363px !important;
}

[data-padding-bottom="363"] {
    padding-bottom: 363px !important;
}

[data-padding-top="364"] {
    padding-top: 364px !important;
}

[data-padding-bottom="364"] {
    padding-bottom: 364px !important;
}

[data-padding-top="365"] {
    padding-top: 365px !important;
}

[data-padding-bottom="365"] {
    padding-bottom: 365px !important;
}

[data-padding-top="366"] {
    padding-top: 366px !important;
}

[data-padding-bottom="366"] {
    padding-bottom: 366px !important;
}

[data-padding-top="367"] {
    padding-top: 367px !important;
}

[data-padding-bottom="367"] {
    padding-bottom: 367px !important;
}

[data-padding-top="368"] {
    padding-top: 368px !important;
}

[data-padding-bottom="368"] {
    padding-bottom: 368px !important;
}

[data-padding-top="369"] {
    padding-top: 369px !important;
}

[data-padding-bottom="369"] {
    padding-bottom: 369px !important;
}

[data-padding-top="370"] {
    padding-top: 370px !important;
}

[data-padding-bottom="370"] {
    padding-bottom: 370px !important;
}

[data-padding-top="371"] {
    padding-top: 371px !important;
}

[data-padding-bottom="371"] {
    padding-bottom: 371px !important;
}

[data-padding-top="372"] {
    padding-top: 372px !important;
}

[data-padding-bottom="372"] {
    padding-bottom: 372px !important;
}

[data-padding-top="373"] {
    padding-top: 373px !important;
}

[data-padding-bottom="373"] {
    padding-bottom: 373px !important;
}

[data-padding-top="374"] {
    padding-top: 374px !important;
}

[data-padding-bottom="374"] {
    padding-bottom: 374px !important;
}

[data-padding-top="375"] {
    padding-top: 375px !important;
}

[data-padding-bottom="375"] {
    padding-bottom: 375px !important;
}

[data-padding-top="376"] {
    padding-top: 376px !important;
}

[data-padding-bottom="376"] {
    padding-bottom: 376px !important;
}

[data-padding-top="377"] {
    padding-top: 377px !important;
}

[data-padding-bottom="377"] {
    padding-bottom: 377px !important;
}

[data-padding-top="378"] {
    padding-top: 378px !important;
}

[data-padding-bottom="378"] {
    padding-bottom: 378px !important;
}

[data-padding-top="379"] {
    padding-top: 379px !important;
}

[data-padding-bottom="379"] {
    padding-bottom: 379px !important;
}

[data-padding-top="380"] {
    padding-top: 380px !important;
}

[data-padding-bottom="380"] {
    padding-bottom: 380px !important;
}

[data-padding-top="381"] {
    padding-top: 381px !important;
}

[data-padding-bottom="381"] {
    padding-bottom: 381px !important;
}

[data-padding-top="382"] {
    padding-top: 382px !important;
}

[data-padding-bottom="382"] {
    padding-bottom: 382px !important;
}

[data-padding-top="383"] {
    padding-top: 383px !important;
}

[data-padding-bottom="383"] {
    padding-bottom: 383px !important;
}

[data-padding-top="384"] {
    padding-top: 384px !important;
}

[data-padding-bottom="384"] {
    padding-bottom: 384px !important;
}

[data-padding-top="385"] {
    padding-top: 385px !important;
}

[data-padding-bottom="385"] {
    padding-bottom: 385px !important;
}

[data-padding-top="386"] {
    padding-top: 386px !important;
}

[data-padding-bottom="386"] {
    padding-bottom: 386px !important;
}

[data-padding-top="387"] {
    padding-top: 387px !important;
}

[data-padding-bottom="387"] {
    padding-bottom: 387px !important;
}

[data-padding-top="388"] {
    padding-top: 388px !important;
}

[data-padding-bottom="388"] {
    padding-bottom: 388px !important;
}

[data-padding-top="389"] {
    padding-top: 389px !important;
}

[data-padding-bottom="389"] {
    padding-bottom: 389px !important;
}

[data-padding-top="390"] {
    padding-top: 390px !important;
}

[data-padding-bottom="390"] {
    padding-bottom: 390px !important;
}

[data-padding-top="391"] {
    padding-top: 391px !important;
}

[data-padding-bottom="391"] {
    padding-bottom: 391px !important;
}

[data-padding-top="392"] {
    padding-top: 392px !important;
}

[data-padding-bottom="392"] {
    padding-bottom: 392px !important;
}

[data-padding-top="393"] {
    padding-top: 393px !important;
}

[data-padding-bottom="393"] {
    padding-bottom: 393px !important;
}

[data-padding-top="394"] {
    padding-top: 394px !important;
}

[data-padding-bottom="394"] {
    padding-bottom: 394px !important;
}

[data-padding-top="395"] {
    padding-top: 395px !important;
}

[data-padding-bottom="395"] {
    padding-bottom: 395px !important;
}

[data-padding-top="396"] {
    padding-top: 396px !important;
}

[data-padding-bottom="396"] {
    padding-bottom: 396px !important;
}

[data-padding-top="397"] {
    padding-top: 397px !important;
}

[data-padding-bottom="397"] {
    padding-bottom: 397px !important;
}

[data-padding-top="398"] {
    padding-top: 398px !important;
}

[data-padding-bottom="398"] {
    padding-bottom: 398px !important;
}

[data-padding-top="399"] {
    padding-top: 399px !important;
}

[data-padding-bottom="399"] {
    padding-bottom: 399px !important;
}

[data-padding-top="400"] {
    padding-top: 400px !important;
}

[data-padding-bottom="400"] {
    padding-bottom: 400px !important;
}

[data-padding-top="401"] {
    padding-top: 401px !important;
}

[data-padding-bottom="401"] {
    padding-bottom: 401px !important;
}

[data-padding-top="402"] {
    padding-top: 402px !important;
}

[data-padding-bottom="402"] {
    padding-bottom: 402px !important;
}

[data-padding-top="403"] {
    padding-top: 403px !important;
}

[data-padding-bottom="403"] {
    padding-bottom: 403px !important;
}

[data-padding-top="404"] {
    padding-top: 404px !important;
}

[data-padding-bottom="404"] {
    padding-bottom: 404px !important;
}

[data-padding-top="405"] {
    padding-top: 405px !important;
}

[data-padding-bottom="405"] {
    padding-bottom: 405px !important;
}

[data-padding-top="406"] {
    padding-top: 406px !important;
}

[data-padding-bottom="406"] {
    padding-bottom: 406px !important;
}

[data-padding-top="407"] {
    padding-top: 407px !important;
}

[data-padding-bottom="407"] {
    padding-bottom: 407px !important;
}

[data-padding-top="408"] {
    padding-top: 408px !important;
}

[data-padding-bottom="408"] {
    padding-bottom: 408px !important;
}

[data-padding-top="409"] {
    padding-top: 409px !important;
}

[data-padding-bottom="409"] {
    padding-bottom: 409px !important;
}

[data-padding-top="410"] {
    padding-top: 410px !important;
}

[data-padding-bottom="410"] {
    padding-bottom: 410px !important;
}

[data-padding-top="411"] {
    padding-top: 411px !important;
}

[data-padding-bottom="411"] {
    padding-bottom: 411px !important;
}

[data-padding-top="412"] {
    padding-top: 412px !important;
}

[data-padding-bottom="412"] {
    padding-bottom: 412px !important;
}

[data-padding-top="413"] {
    padding-top: 413px !important;
}

[data-padding-bottom="413"] {
    padding-bottom: 413px !important;
}

[data-padding-top="414"] {
    padding-top: 414px !important;
}

[data-padding-bottom="414"] {
    padding-bottom: 414px !important;
}

[data-padding-top="415"] {
    padding-top: 415px !important;
}

[data-padding-bottom="415"] {
    padding-bottom: 415px !important;
}

[data-padding-top="416"] {
    padding-top: 416px !important;
}

[data-padding-bottom="416"] {
    padding-bottom: 416px !important;
}

[data-padding-top="417"] {
    padding-top: 417px !important;
}

[data-padding-bottom="417"] {
    padding-bottom: 417px !important;
}

[data-padding-top="418"] {
    padding-top: 418px !important;
}

[data-padding-bottom="418"] {
    padding-bottom: 418px !important;
}

[data-padding-top="419"] {
    padding-top: 419px !important;
}

[data-padding-bottom="419"] {
    padding-bottom: 419px !important;
}

[data-padding-top="420"] {
    padding-top: 420px !important;
}

[data-padding-bottom="420"] {
    padding-bottom: 420px !important;
}

[data-padding-top="421"] {
    padding-top: 421px !important;
}

[data-padding-bottom="421"] {
    padding-bottom: 421px !important;
}

[data-padding-top="422"] {
    padding-top: 422px !important;
}

[data-padding-bottom="422"] {
    padding-bottom: 422px !important;
}

[data-padding-top="423"] {
    padding-top: 423px !important;
}

[data-padding-bottom="423"] {
    padding-bottom: 423px !important;
}

[data-padding-top="424"] {
    padding-top: 424px !important;
}

[data-padding-bottom="424"] {
    padding-bottom: 424px !important;
}

[data-padding-top="425"] {
    padding-top: 425px !important;
}

[data-padding-bottom="425"] {
    padding-bottom: 425px !important;
}

[data-padding-top="426"] {
    padding-top: 426px !important;
}

[data-padding-bottom="426"] {
    padding-bottom: 426px !important;
}

[data-padding-top="427"] {
    padding-top: 427px !important;
}

[data-padding-bottom="427"] {
    padding-bottom: 427px !important;
}

[data-padding-top="428"] {
    padding-top: 428px !important;
}

[data-padding-bottom="428"] {
    padding-bottom: 428px !important;
}

[data-padding-top="429"] {
    padding-top: 429px !important;
}

[data-padding-bottom="429"] {
    padding-bottom: 429px !important;
}

[data-padding-top="430"] {
    padding-top: 430px !important;
}

[data-padding-bottom="430"] {
    padding-bottom: 430px !important;
}

[data-padding-top="431"] {
    padding-top: 431px !important;
}

[data-padding-bottom="431"] {
    padding-bottom: 431px !important;
}

[data-padding-top="432"] {
    padding-top: 432px !important;
}

[data-padding-bottom="432"] {
    padding-bottom: 432px !important;
}

[data-padding-top="433"] {
    padding-top: 433px !important;
}

[data-padding-bottom="433"] {
    padding-bottom: 433px !important;
}

[data-padding-top="434"] {
    padding-top: 434px !important;
}

[data-padding-bottom="434"] {
    padding-bottom: 434px !important;
}

[data-padding-top="435"] {
    padding-top: 435px !important;
}

[data-padding-bottom="435"] {
    padding-bottom: 435px !important;
}

[data-padding-top="436"] {
    padding-top: 436px !important;
}

[data-padding-bottom="436"] {
    padding-bottom: 436px !important;
}

[data-padding-top="437"] {
    padding-top: 437px !important;
}

[data-padding-bottom="437"] {
    padding-bottom: 437px !important;
}

[data-padding-top="438"] {
    padding-top: 438px !important;
}

[data-padding-bottom="438"] {
    padding-bottom: 438px !important;
}

[data-padding-top="439"] {
    padding-top: 439px !important;
}

[data-padding-bottom="439"] {
    padding-bottom: 439px !important;
}

[data-padding-top="440"] {
    padding-top: 440px !important;
}

[data-padding-bottom="440"] {
    padding-bottom: 440px !important;
}

[data-padding-top="441"] {
    padding-top: 441px !important;
}

[data-padding-bottom="441"] {
    padding-bottom: 441px !important;
}

[data-padding-top="442"] {
    padding-top: 442px !important;
}

[data-padding-bottom="442"] {
    padding-bottom: 442px !important;
}

[data-padding-top="443"] {
    padding-top: 443px !important;
}

[data-padding-bottom="443"] {
    padding-bottom: 443px !important;
}

[data-padding-top="444"] {
    padding-top: 444px !important;
}

[data-padding-bottom="444"] {
    padding-bottom: 444px !important;
}

[data-padding-top="445"] {
    padding-top: 445px !important;
}

[data-padding-bottom="445"] {
    padding-bottom: 445px !important;
}

[data-padding-top="446"] {
    padding-top: 446px !important;
}

[data-padding-bottom="446"] {
    padding-bottom: 446px !important;
}

[data-padding-top="447"] {
    padding-top: 447px !important;
}

[data-padding-bottom="447"] {
    padding-bottom: 447px !important;
}

[data-padding-top="448"] {
    padding-top: 448px !important;
}

[data-padding-bottom="448"] {
    padding-bottom: 448px !important;
}

[data-padding-top="449"] {
    padding-top: 449px !important;
}

[data-padding-bottom="449"] {
    padding-bottom: 449px !important;
}

[data-padding-top="450"] {
    padding-top: 450px !important;
}

[data-padding-bottom="450"] {
    padding-bottom: 450px !important;
}

[data-padding-top="451"] {
    padding-top: 451px !important;
}

[data-padding-bottom="451"] {
    padding-bottom: 451px !important;
}

[data-padding-top="452"] {
    padding-top: 452px !important;
}

[data-padding-bottom="452"] {
    padding-bottom: 452px !important;
}

[data-padding-top="453"] {
    padding-top: 453px !important;
}

[data-padding-bottom="453"] {
    padding-bottom: 453px !important;
}

[data-padding-top="454"] {
    padding-top: 454px !important;
}

[data-padding-bottom="454"] {
    padding-bottom: 454px !important;
}

[data-padding-top="455"] {
    padding-top: 455px !important;
}

[data-padding-bottom="455"] {
    padding-bottom: 455px !important;
}

[data-padding-top="456"] {
    padding-top: 456px !important;
}

[data-padding-bottom="456"] {
    padding-bottom: 456px !important;
}

[data-padding-top="457"] {
    padding-top: 457px !important;
}

[data-padding-bottom="457"] {
    padding-bottom: 457px !important;
}

[data-padding-top="458"] {
    padding-top: 458px !important;
}

[data-padding-bottom="458"] {
    padding-bottom: 458px !important;
}

[data-padding-top="459"] {
    padding-top: 459px !important;
}

[data-padding-bottom="459"] {
    padding-bottom: 459px !important;
}

[data-padding-top="460"] {
    padding-top: 460px !important;
}

[data-padding-bottom="460"] {
    padding-bottom: 460px !important;
}

[data-padding-top="461"] {
    padding-top: 461px !important;
}

[data-padding-bottom="461"] {
    padding-bottom: 461px !important;
}

[data-padding-top="462"] {
    padding-top: 462px !important;
}

[data-padding-bottom="462"] {
    padding-bottom: 462px !important;
}

[data-padding-top="463"] {
    padding-top: 463px !important;
}

[data-padding-bottom="463"] {
    padding-bottom: 463px !important;
}

[data-padding-top="464"] {
    padding-top: 464px !important;
}

[data-padding-bottom="464"] {
    padding-bottom: 464px !important;
}

[data-padding-top="465"] {
    padding-top: 465px !important;
}

[data-padding-bottom="465"] {
    padding-bottom: 465px !important;
}

[data-padding-top="466"] {
    padding-top: 466px !important;
}

[data-padding-bottom="466"] {
    padding-bottom: 466px !important;
}

[data-padding-top="467"] {
    padding-top: 467px !important;
}

[data-padding-bottom="467"] {
    padding-bottom: 467px !important;
}

[data-padding-top="468"] {
    padding-top: 468px !important;
}

[data-padding-bottom="468"] {
    padding-bottom: 468px !important;
}

[data-padding-top="469"] {
    padding-top: 469px !important;
}

[data-padding-bottom="469"] {
    padding-bottom: 469px !important;
}

[data-padding-top="470"] {
    padding-top: 470px !important;
}

[data-padding-bottom="470"] {
    padding-bottom: 470px !important;
}

[data-padding-top="471"] {
    padding-top: 471px !important;
}

[data-padding-bottom="471"] {
    padding-bottom: 471px !important;
}

[data-padding-top="472"] {
    padding-top: 472px !important;
}

[data-padding-bottom="472"] {
    padding-bottom: 472px !important;
}

[data-padding-top="473"] {
    padding-top: 473px !important;
}

[data-padding-bottom="473"] {
    padding-bottom: 473px !important;
}

[data-padding-top="474"] {
    padding-top: 474px !important;
}

[data-padding-bottom="474"] {
    padding-bottom: 474px !important;
}

[data-padding-top="475"] {
    padding-top: 475px !important;
}

[data-padding-bottom="475"] {
    padding-bottom: 475px !important;
}

[data-padding-top="476"] {
    padding-top: 476px !important;
}

[data-padding-bottom="476"] {
    padding-bottom: 476px !important;
}

[data-padding-top="477"] {
    padding-top: 477px !important;
}

[data-padding-bottom="477"] {
    padding-bottom: 477px !important;
}

[data-padding-top="478"] {
    padding-top: 478px !important;
}

[data-padding-bottom="478"] {
    padding-bottom: 478px !important;
}

[data-padding-top="479"] {
    padding-top: 479px !important;
}

[data-padding-bottom="479"] {
    padding-bottom: 479px !important;
}

[data-padding-top="480"] {
    padding-top: 480px !important;
}

[data-padding-bottom="480"] {
    padding-bottom: 480px !important;
}

[data-padding-top="481"] {
    padding-top: 481px !important;
}

[data-padding-bottom="481"] {
    padding-bottom: 481px !important;
}

[data-padding-top="482"] {
    padding-top: 482px !important;
}

[data-padding-bottom="482"] {
    padding-bottom: 482px !important;
}

[data-padding-top="483"] {
    padding-top: 483px !important;
}

[data-padding-bottom="483"] {
    padding-bottom: 483px !important;
}

[data-padding-top="484"] {
    padding-top: 484px !important;
}

[data-padding-bottom="484"] {
    padding-bottom: 484px !important;
}

[data-padding-top="485"] {
    padding-top: 485px !important;
}

[data-padding-bottom="485"] {
    padding-bottom: 485px !important;
}

[data-padding-top="486"] {
    padding-top: 486px !important;
}

[data-padding-bottom="486"] {
    padding-bottom: 486px !important;
}

[data-padding-top="487"] {
    padding-top: 487px !important;
}

[data-padding-bottom="487"] {
    padding-bottom: 487px !important;
}

[data-padding-top="488"] {
    padding-top: 488px !important;
}

[data-padding-bottom="488"] {
    padding-bottom: 488px !important;
}

[data-padding-top="489"] {
    padding-top: 489px !important;
}

[data-padding-bottom="489"] {
    padding-bottom: 489px !important;
}

[data-padding-top="490"] {
    padding-top: 490px !important;
}

[data-padding-bottom="490"] {
    padding-bottom: 490px !important;
}

[data-padding-top="491"] {
    padding-top: 491px !important;
}

[data-padding-bottom="491"] {
    padding-bottom: 491px !important;
}

[data-padding-top="492"] {
    padding-top: 492px !important;
}

[data-padding-bottom="492"] {
    padding-bottom: 492px !important;
}

[data-padding-top="493"] {
    padding-top: 493px !important;
}

[data-padding-bottom="493"] {
    padding-bottom: 493px !important;
}

[data-padding-top="494"] {
    padding-top: 494px !important;
}

[data-padding-bottom="494"] {
    padding-bottom: 494px !important;
}

[data-padding-top="495"] {
    padding-top: 495px !important;
}

[data-padding-bottom="495"] {
    padding-bottom: 495px !important;
}

[data-padding-top="496"] {
    padding-top: 496px !important;
}

[data-padding-bottom="496"] {
    padding-bottom: 496px !important;
}

[data-padding-top="497"] {
    padding-top: 497px !important;
}

[data-padding-bottom="497"] {
    padding-bottom: 497px !important;
}

[data-padding-top="498"] {
    padding-top: 498px !important;
}

[data-padding-bottom="498"] {
    padding-bottom: 498px !important;
}

[data-padding-top="499"] {
    padding-top: 499px !important;
}

[data-padding-bottom="499"] {
    padding-bottom: 499px !important;
}

[data-padding-top="500"] {
    padding-top: 500px !important;
}

[data-padding-bottom="500"] {
    padding-bottom: 500px !important;
}

[data-margin-top="1"] {
    margin-top: 1px !important;
}

[data-margin-bottom="1"] {
    margin-bottom: 1px !important;
}

[data-margin-top="2"] {
    margin-top: 2px !important;
}

[data-margin-bottom="2"] {
    margin-bottom: 2px !important;
}

[data-margin-top="3"] {
    margin-top: 3px !important;
}

[data-margin-bottom="3"] {
    margin-bottom: 3px !important;
}

[data-margin-top="4"] {
    margin-top: 4px !important;
}

[data-margin-bottom="4"] {
    margin-bottom: 4px !important;
}

[data-margin-top="5"] {
    margin-top: 5px !important;
}

[data-margin-bottom="5"] {
    margin-bottom: 5px !important;
}

[data-margin-top="6"] {
    margin-top: 6px !important;
}

[data-margin-bottom="6"] {
    margin-bottom: 6px !important;
}

[data-margin-top="7"] {
    margin-top: 7px !important;
}

[data-margin-bottom="7"] {
    margin-bottom: 7px !important;
}

[data-margin-top="8"] {
    margin-top: 8px !important;
}

[data-margin-bottom="8"] {
    margin-bottom: 8px !important;
}

[data-margin-top="9"] {
    margin-top: 9px !important;
}

[data-margin-bottom="9"] {
    margin-bottom: 9px !important;
}

[data-margin-top="10"] {
    margin-top: 10px !important;
}

[data-margin-bottom="10"] {
    margin-bottom: 10px !important;
}

[data-margin-top="11"] {
    margin-top: 11px !important;
}

[data-margin-bottom="11"] {
    margin-bottom: 11px !important;
}

[data-margin-top="12"] {
    margin-top: 12px !important;
}

[data-margin-bottom="12"] {
    margin-bottom: 12px !important;
}

[data-margin-top="13"] {
    margin-top: 13px !important;
}

[data-margin-bottom="13"] {
    margin-bottom: 13px !important;
}

[data-margin-top="14"] {
    margin-top: 14px !important;
}

[data-margin-bottom="14"] {
    margin-bottom: 14px !important;
}

[data-margin-top="15"] {
    margin-top: 15px !important;
}

[data-margin-bottom="15"] {
    margin-bottom: 15px !important;
}

[data-margin-top="16"] {
    margin-top: 16px !important;
}

[data-margin-bottom="16"] {
    margin-bottom: 16px !important;
}

[data-margin-top="17"] {
    margin-top: 17px !important;
}

[data-margin-bottom="17"] {
    margin-bottom: 17px !important;
}

[data-margin-top="18"] {
    margin-top: 18px !important;
}

[data-margin-bottom="18"] {
    margin-bottom: 18px !important;
}

[data-margin-top="19"] {
    margin-top: 19px !important;
}

[data-margin-bottom="19"] {
    margin-bottom: 19px !important;
}

[data-margin-top="20"] {
    margin-top: 20px !important;
}

[data-margin-bottom="20"] {
    margin-bottom: 20px !important;
}

[data-margin-top="21"] {
    margin-top: 21px !important;
}

[data-margin-bottom="21"] {
    margin-bottom: 21px !important;
}

[data-margin-top="22"] {
    margin-top: 22px !important;
}

[data-margin-bottom="22"] {
    margin-bottom: 22px !important;
}

[data-margin-top="23"] {
    margin-top: 23px !important;
}

[data-margin-bottom="23"] {
    margin-bottom: 23px !important;
}

[data-margin-top="24"] {
    margin-top: 24px !important;
}

[data-margin-bottom="24"] {
    margin-bottom: 24px !important;
}

[data-margin-top="25"] {
    margin-top: 25px !important;
}

[data-margin-bottom="25"] {
    margin-bottom: 25px !important;
}

[data-margin-top="26"] {
    margin-top: 26px !important;
}

[data-margin-bottom="26"] {
    margin-bottom: 26px !important;
}

[data-margin-top="27"] {
    margin-top: 27px !important;
}

[data-margin-bottom="27"] {
    margin-bottom: 27px !important;
}

[data-margin-top="28"] {
    margin-top: 28px !important;
}

[data-margin-bottom="28"] {
    margin-bottom: 28px !important;
}

[data-margin-top="29"] {
    margin-top: 29px !important;
}

[data-margin-bottom="29"] {
    margin-bottom: 29px !important;
}

[data-margin-top="30"] {
    margin-top: 30px !important;
}

[data-margin-bottom="30"] {
    margin-bottom: 30px !important;
}

[data-margin-top="31"] {
    margin-top: 31px !important;
}

[data-margin-bottom="31"] {
    margin-bottom: 31px !important;
}

[data-margin-top="32"] {
    margin-top: 32px !important;
}

[data-margin-bottom="32"] {
    margin-bottom: 32px !important;
}

[data-margin-top="33"] {
    margin-top: 33px !important;
}

[data-margin-bottom="33"] {
    margin-bottom: 33px !important;
}

[data-margin-top="34"] {
    margin-top: 34px !important;
}

[data-margin-bottom="34"] {
    margin-bottom: 34px !important;
}

[data-margin-top="35"] {
    margin-top: 35px !important;
}

[data-margin-bottom="35"] {
    margin-bottom: 35px !important;
}

[data-margin-top="36"] {
    margin-top: 36px !important;
}

[data-margin-bottom="36"] {
    margin-bottom: 36px !important;
}

[data-margin-top="37"] {
    margin-top: 37px !important;
}

[data-margin-bottom="37"] {
    margin-bottom: 37px !important;
}

[data-margin-top="38"] {
    margin-top: 38px !important;
}

[data-margin-bottom="38"] {
    margin-bottom: 38px !important;
}

[data-margin-top="39"] {
    margin-top: 39px !important;
}

[data-margin-bottom="39"] {
    margin-bottom: 39px !important;
}

[data-margin-top="40"] {
    margin-top: 40px !important;
}

[data-margin-bottom="40"] {
    margin-bottom: 40px !important;
}

[data-margin-top="41"] {
    margin-top: 41px !important;
}

[data-margin-bottom="41"] {
    margin-bottom: 41px !important;
}

[data-margin-top="42"] {
    margin-top: 42px !important;
}

[data-margin-bottom="42"] {
    margin-bottom: 42px !important;
}

[data-margin-top="43"] {
    margin-top: 43px !important;
}

[data-margin-bottom="43"] {
    margin-bottom: 43px !important;
}

[data-margin-top="44"] {
    margin-top: 44px !important;
}

[data-margin-bottom="44"] {
    margin-bottom: 44px !important;
}

[data-margin-top="45"] {
    margin-top: 45px !important;
}

[data-margin-bottom="45"] {
    margin-bottom: 45px !important;
}

[data-margin-top="46"] {
    margin-top: 46px !important;
}

[data-margin-bottom="46"] {
    margin-bottom: 46px !important;
}

[data-margin-top="47"] {
    margin-top: 47px !important;
}

[data-margin-bottom="47"] {
    margin-bottom: 47px !important;
}

[data-margin-top="48"] {
    margin-top: 48px !important;
}

[data-margin-bottom="48"] {
    margin-bottom: 48px !important;
}

[data-margin-top="49"] {
    margin-top: 49px !important;
}

[data-margin-bottom="49"] {
    margin-bottom: 49px !important;
}

[data-margin-top="50"] {
    margin-top: 50px !important;
}

[data-margin-bottom="50"] {
    margin-bottom: 50px !important;
}

[data-margin-top="51"] {
    margin-top: 51px !important;
}

[data-margin-bottom="51"] {
    margin-bottom: 51px !important;
}

[data-margin-top="52"] {
    margin-top: 52px !important;
}

[data-margin-bottom="52"] {
    margin-bottom: 52px !important;
}

[data-margin-top="53"] {
    margin-top: 53px !important;
}

[data-margin-bottom="53"] {
    margin-bottom: 53px !important;
}

[data-margin-top="54"] {
    margin-top: 54px !important;
}

[data-margin-bottom="54"] {
    margin-bottom: 54px !important;
}

[data-margin-top="55"] {
    margin-top: 55px !important;
}

[data-margin-bottom="55"] {
    margin-bottom: 55px !important;
}

[data-margin-top="56"] {
    margin-top: 56px !important;
}

[data-margin-bottom="56"] {
    margin-bottom: 56px !important;
}

[data-margin-top="57"] {
    margin-top: 57px !important;
}

[data-margin-bottom="57"] {
    margin-bottom: 57px !important;
}

[data-margin-top="58"] {
    margin-top: 58px !important;
}

[data-margin-bottom="58"] {
    margin-bottom: 58px !important;
}

[data-margin-top="59"] {
    margin-top: 59px !important;
}

[data-margin-bottom="59"] {
    margin-bottom: 59px !important;
}

[data-margin-top="60"] {
    margin-top: 60px !important;
}

[data-margin-bottom="60"] {
    margin-bottom: 60px !important;
}

[data-margin-top="61"] {
    margin-top: 61px !important;
}

[data-margin-bottom="61"] {
    margin-bottom: 61px !important;
}

[data-margin-top="62"] {
    margin-top: 62px !important;
}

[data-margin-bottom="62"] {
    margin-bottom: 62px !important;
}

[data-margin-top="63"] {
    margin-top: 63px !important;
}

[data-margin-bottom="63"] {
    margin-bottom: 63px !important;
}

[data-margin-top="64"] {
    margin-top: 64px !important;
}

[data-margin-bottom="64"] {
    margin-bottom: 64px !important;
}

[data-margin-top="65"] {
    margin-top: 65px !important;
}

[data-margin-bottom="65"] {
    margin-bottom: 65px !important;
}

[data-margin-top="66"] {
    margin-top: 66px !important;
}

[data-margin-bottom="66"] {
    margin-bottom: 66px !important;
}

[data-margin-top="67"] {
    margin-top: 67px !important;
}

[data-margin-bottom="67"] {
    margin-bottom: 67px !important;
}

[data-margin-top="68"] {
    margin-top: 68px !important;
}

[data-margin-bottom="68"] {
    margin-bottom: 68px !important;
}

[data-margin-top="69"] {
    margin-top: 69px !important;
}

[data-margin-bottom="69"] {
    margin-bottom: 69px !important;
}

[data-margin-top="70"] {
    margin-top: 70px !important;
}

[data-margin-bottom="70"] {
    margin-bottom: 70px !important;
}

[data-margin-top="71"] {
    margin-top: 71px !important;
}

[data-margin-bottom="71"] {
    margin-bottom: 71px !important;
}

[data-margin-top="72"] {
    margin-top: 72px !important;
}

[data-margin-bottom="72"] {
    margin-bottom: 72px !important;
}

[data-margin-top="73"] {
    margin-top: 73px !important;
}

[data-margin-bottom="73"] {
    margin-bottom: 73px !important;
}

[data-margin-top="74"] {
    margin-top: 74px !important;
}

[data-margin-bottom="74"] {
    margin-bottom: 74px !important;
}

[data-margin-top="75"] {
    margin-top: 75px !important;
}

[data-margin-bottom="75"] {
    margin-bottom: 75px !important;
}

[data-margin-top="76"] {
    margin-top: 76px !important;
}

[data-margin-bottom="76"] {
    margin-bottom: 76px !important;
}

[data-margin-top="77"] {
    margin-top: 77px !important;
}

[data-margin-bottom="77"] {
    margin-bottom: 77px !important;
}

[data-margin-top="78"] {
    margin-top: 78px !important;
}

[data-margin-bottom="78"] {
    margin-bottom: 78px !important;
}

[data-margin-top="79"] {
    margin-top: 79px !important;
}

[data-margin-bottom="79"] {
    margin-bottom: 79px !important;
}

[data-margin-top="80"] {
    margin-top: 80px !important;
}

[data-margin-bottom="80"] {
    margin-bottom: 80px !important;
}

[data-margin-top="81"] {
    margin-top: 81px !important;
}

[data-margin-bottom="81"] {
    margin-bottom: 81px !important;
}

[data-margin-top="82"] {
    margin-top: 82px !important;
}

[data-margin-bottom="82"] {
    margin-bottom: 82px !important;
}

[data-margin-top="83"] {
    margin-top: 83px !important;
}

[data-margin-bottom="83"] {
    margin-bottom: 83px !important;
}

[data-margin-top="84"] {
    margin-top: 84px !important;
}

[data-margin-bottom="84"] {
    margin-bottom: 84px !important;
}

[data-margin-top="85"] {
    margin-top: 85px !important;
}

[data-margin-bottom="85"] {
    margin-bottom: 85px !important;
}

[data-margin-top="86"] {
    margin-top: 86px !important;
}

[data-margin-bottom="86"] {
    margin-bottom: 86px !important;
}

[data-margin-top="87"] {
    margin-top: 87px !important;
}

[data-margin-bottom="87"] {
    margin-bottom: 87px !important;
}

[data-margin-top="88"] {
    margin-top: 88px !important;
}

[data-margin-bottom="88"] {
    margin-bottom: 88px !important;
}

[data-margin-top="89"] {
    margin-top: 89px !important;
}

[data-margin-bottom="89"] {
    margin-bottom: 89px !important;
}

[data-margin-top="90"] {
    margin-top: 90px !important;
}

[data-margin-bottom="90"] {
    margin-bottom: 90px !important;
}

[data-margin-top="91"] {
    margin-top: 91px !important;
}

[data-margin-bottom="91"] {
    margin-bottom: 91px !important;
}

[data-margin-top="92"] {
    margin-top: 92px !important;
}

[data-margin-bottom="92"] {
    margin-bottom: 92px !important;
}

[data-margin-top="93"] {
    margin-top: 93px !important;
}

[data-margin-bottom="93"] {
    margin-bottom: 93px !important;
}

[data-margin-top="94"] {
    margin-top: 94px !important;
}

[data-margin-bottom="94"] {
    margin-bottom: 94px !important;
}

[data-margin-top="95"] {
    margin-top: 95px !important;
}

[data-margin-bottom="95"] {
    margin-bottom: 95px !important;
}

[data-margin-top="96"] {
    margin-top: 96px !important;
}

[data-margin-bottom="96"] {
    margin-bottom: 96px !important;
}

[data-margin-top="97"] {
    margin-top: 97px !important;
}

[data-margin-bottom="97"] {
    margin-bottom: 97px !important;
}

[data-margin-top="98"] {
    margin-top: 98px !important;
}

[data-margin-bottom="98"] {
    margin-bottom: 98px !important;
}

[data-margin-top="99"] {
    margin-top: 99px !important;
}

[data-margin-bottom="99"] {
    margin-bottom: 99px !important;
}

[data-margin-top="100"] {
    margin-top: 100px !important;
}

[data-margin-bottom="100"] {
    margin-bottom: 100px !important;
}

[data-margin-top="101"] {
    margin-top: 101px !important;
}

[data-margin-bottom="101"] {
    margin-bottom: 101px !important;
}

[data-margin-top="102"] {
    margin-top: 102px !important;
}

[data-margin-bottom="102"] {
    margin-bottom: 102px !important;
}

[data-margin-top="103"] {
    margin-top: 103px !important;
}

[data-margin-bottom="103"] {
    margin-bottom: 103px !important;
}

[data-margin-top="104"] {
    margin-top: 104px !important;
}

[data-margin-bottom="104"] {
    margin-bottom: 104px !important;
}

[data-margin-top="105"] {
    margin-top: 105px !important;
}

[data-margin-bottom="105"] {
    margin-bottom: 105px !important;
}

[data-margin-top="106"] {
    margin-top: 106px !important;
}

[data-margin-bottom="106"] {
    margin-bottom: 106px !important;
}

[data-margin-top="107"] {
    margin-top: 107px !important;
}

[data-margin-bottom="107"] {
    margin-bottom: 107px !important;
}

[data-margin-top="108"] {
    margin-top: 108px !important;
}

[data-margin-bottom="108"] {
    margin-bottom: 108px !important;
}

[data-margin-top="109"] {
    margin-top: 109px !important;
}

[data-margin-bottom="109"] {
    margin-bottom: 109px !important;
}

[data-margin-top="110"] {
    margin-top: 110px !important;
}

[data-margin-bottom="110"] {
    margin-bottom: 110px !important;
}

[data-margin-top="111"] {
    margin-top: 111px !important;
}

[data-margin-bottom="111"] {
    margin-bottom: 111px !important;
}

[data-margin-top="112"] {
    margin-top: 112px !important;
}

[data-margin-bottom="112"] {
    margin-bottom: 112px !important;
}

[data-margin-top="113"] {
    margin-top: 113px !important;
}

[data-margin-bottom="113"] {
    margin-bottom: 113px !important;
}

[data-margin-top="114"] {
    margin-top: 114px !important;
}

[data-margin-bottom="114"] {
    margin-bottom: 114px !important;
}

[data-margin-top="115"] {
    margin-top: 115px !important;
}

[data-margin-bottom="115"] {
    margin-bottom: 115px !important;
}

[data-margin-top="116"] {
    margin-top: 116px !important;
}

[data-margin-bottom="116"] {
    margin-bottom: 116px !important;
}

[data-margin-top="117"] {
    margin-top: 117px !important;
}

[data-margin-bottom="117"] {
    margin-bottom: 117px !important;
}

[data-margin-top="118"] {
    margin-top: 118px !important;
}

[data-margin-bottom="118"] {
    margin-bottom: 118px !important;
}

[data-margin-top="119"] {
    margin-top: 119px !important;
}

[data-margin-bottom="119"] {
    margin-bottom: 119px !important;
}

[data-margin-top="120"] {
    margin-top: 120px !important;
}

[data-margin-bottom="120"] {
    margin-bottom: 120px !important;
}

[data-margin-top="121"] {
    margin-top: 121px !important;
}

[data-margin-bottom="121"] {
    margin-bottom: 121px !important;
}

[data-margin-top="122"] {
    margin-top: 122px !important;
}

[data-margin-bottom="122"] {
    margin-bottom: 122px !important;
}

[data-margin-top="123"] {
    margin-top: 123px !important;
}

[data-margin-bottom="123"] {
    margin-bottom: 123px !important;
}

[data-margin-top="124"] {
    margin-top: 124px !important;
}

[data-margin-bottom="124"] {
    margin-bottom: 124px !important;
}

[data-margin-top="125"] {
    margin-top: 125px !important;
}

[data-margin-bottom="125"] {
    margin-bottom: 125px !important;
}

[data-margin-top="126"] {
    margin-top: 126px !important;
}

[data-margin-bottom="126"] {
    margin-bottom: 126px !important;
}

[data-margin-top="127"] {
    margin-top: 127px !important;
}

[data-margin-bottom="127"] {
    margin-bottom: 127px !important;
}

[data-margin-top="128"] {
    margin-top: 128px !important;
}

[data-margin-bottom="128"] {
    margin-bottom: 128px !important;
}

[data-margin-top="129"] {
    margin-top: 129px !important;
}

[data-margin-bottom="129"] {
    margin-bottom: 129px !important;
}

[data-margin-top="130"] {
    margin-top: 130px !important;
}

[data-margin-bottom="130"] {
    margin-bottom: 130px !important;
}

[data-margin-top="131"] {
    margin-top: 131px !important;
}

[data-margin-bottom="131"] {
    margin-bottom: 131px !important;
}

[data-margin-top="132"] {
    margin-top: 132px !important;
}

[data-margin-bottom="132"] {
    margin-bottom: 132px !important;
}

[data-margin-top="133"] {
    margin-top: 133px !important;
}

[data-margin-bottom="133"] {
    margin-bottom: 133px !important;
}

[data-margin-top="134"] {
    margin-top: 134px !important;
}

[data-margin-bottom="134"] {
    margin-bottom: 134px !important;
}

[data-margin-top="135"] {
    margin-top: 135px !important;
}

[data-margin-bottom="135"] {
    margin-bottom: 135px !important;
}

[data-margin-top="136"] {
    margin-top: 136px !important;
}

[data-margin-bottom="136"] {
    margin-bottom: 136px !important;
}

[data-margin-top="137"] {
    margin-top: 137px !important;
}

[data-margin-bottom="137"] {
    margin-bottom: 137px !important;
}

[data-margin-top="138"] {
    margin-top: 138px !important;
}

[data-margin-bottom="138"] {
    margin-bottom: 138px !important;
}

[data-margin-top="139"] {
    margin-top: 139px !important;
}

[data-margin-bottom="139"] {
    margin-bottom: 139px !important;
}

[data-margin-top="140"] {
    margin-top: 140px !important;
}

[data-margin-bottom="140"] {
    margin-bottom: 140px !important;
}

[data-margin-top="141"] {
    margin-top: 141px !important;
}

[data-margin-bottom="141"] {
    margin-bottom: 141px !important;
}

[data-margin-top="142"] {
    margin-top: 142px !important;
}

[data-margin-bottom="142"] {
    margin-bottom: 142px !important;
}

[data-margin-top="143"] {
    margin-top: 143px !important;
}

[data-margin-bottom="143"] {
    margin-bottom: 143px !important;
}

[data-margin-top="144"] {
    margin-top: 144px !important;
}

[data-margin-bottom="144"] {
    margin-bottom: 144px !important;
}

[data-margin-top="145"] {
    margin-top: 145px !important;
}

[data-margin-bottom="145"] {
    margin-bottom: 145px !important;
}

[data-margin-top="146"] {
    margin-top: 146px !important;
}

[data-margin-bottom="146"] {
    margin-bottom: 146px !important;
}

[data-margin-top="147"] {
    margin-top: 147px !important;
}

[data-margin-bottom="147"] {
    margin-bottom: 147px !important;
}

[data-margin-top="148"] {
    margin-top: 148px !important;
}

[data-margin-bottom="148"] {
    margin-bottom: 148px !important;
}

[data-margin-top="149"] {
    margin-top: 149px !important;
}

[data-margin-bottom="149"] {
    margin-bottom: 149px !important;
}

[data-margin-top="150"] {
    margin-top: 150px !important;
}

[data-margin-bottom="150"] {
    margin-bottom: 150px !important;
}

[data-margin-top="151"] {
    margin-top: 151px !important;
}

[data-margin-bottom="151"] {
    margin-bottom: 151px !important;
}

[data-margin-top="152"] {
    margin-top: 152px !important;
}

[data-margin-bottom="152"] {
    margin-bottom: 152px !important;
}

[data-margin-top="153"] {
    margin-top: 153px !important;
}

[data-margin-bottom="153"] {
    margin-bottom: 153px !important;
}

[data-margin-top="154"] {
    margin-top: 154px !important;
}

[data-margin-bottom="154"] {
    margin-bottom: 154px !important;
}

[data-margin-top="155"] {
    margin-top: 155px !important;
}

[data-margin-bottom="155"] {
    margin-bottom: 155px !important;
}

[data-margin-top="156"] {
    margin-top: 156px !important;
}

[data-margin-bottom="156"] {
    margin-bottom: 156px !important;
}

[data-margin-top="157"] {
    margin-top: 157px !important;
}

[data-margin-bottom="157"] {
    margin-bottom: 157px !important;
}

[data-margin-top="158"] {
    margin-top: 158px !important;
}

[data-margin-bottom="158"] {
    margin-bottom: 158px !important;
}

[data-margin-top="159"] {
    margin-top: 159px !important;
}

[data-margin-bottom="159"] {
    margin-bottom: 159px !important;
}

[data-margin-top="160"] {
    margin-top: 160px !important;
}

[data-margin-bottom="160"] {
    margin-bottom: 160px !important;
}

[data-margin-top="161"] {
    margin-top: 161px !important;
}

[data-margin-bottom="161"] {
    margin-bottom: 161px !important;
}

[data-margin-top="162"] {
    margin-top: 162px !important;
}

[data-margin-bottom="162"] {
    margin-bottom: 162px !important;
}

[data-margin-top="163"] {
    margin-top: 163px !important;
}

[data-margin-bottom="163"] {
    margin-bottom: 163px !important;
}

[data-margin-top="164"] {
    margin-top: 164px !important;
}

[data-margin-bottom="164"] {
    margin-bottom: 164px !important;
}

[data-margin-top="165"] {
    margin-top: 165px !important;
}

[data-margin-bottom="165"] {
    margin-bottom: 165px !important;
}

[data-margin-top="166"] {
    margin-top: 166px !important;
}

[data-margin-bottom="166"] {
    margin-bottom: 166px !important;
}

[data-margin-top="167"] {
    margin-top: 167px !important;
}

[data-margin-bottom="167"] {
    margin-bottom: 167px !important;
}

[data-margin-top="168"] {
    margin-top: 168px !important;
}

[data-margin-bottom="168"] {
    margin-bottom: 168px !important;
}

[data-margin-top="169"] {
    margin-top: 169px !important;
}

[data-margin-bottom="169"] {
    margin-bottom: 169px !important;
}

[data-margin-top="170"] {
    margin-top: 170px !important;
}

[data-margin-bottom="170"] {
    margin-bottom: 170px !important;
}

[data-margin-top="171"] {
    margin-top: 171px !important;
}

[data-margin-bottom="171"] {
    margin-bottom: 171px !important;
}

[data-margin-top="172"] {
    margin-top: 172px !important;
}

[data-margin-bottom="172"] {
    margin-bottom: 172px !important;
}

[data-margin-top="173"] {
    margin-top: 173px !important;
}

[data-margin-bottom="173"] {
    margin-bottom: 173px !important;
}

[data-margin-top="174"] {
    margin-top: 174px !important;
}

[data-margin-bottom="174"] {
    margin-bottom: 174px !important;
}

[data-margin-top="175"] {
    margin-top: 175px !important;
}

[data-margin-bottom="175"] {
    margin-bottom: 175px !important;
}

[data-margin-top="176"] {
    margin-top: 176px !important;
}

[data-margin-bottom="176"] {
    margin-bottom: 176px !important;
}

[data-margin-top="177"] {
    margin-top: 177px !important;
}

[data-margin-bottom="177"] {
    margin-bottom: 177px !important;
}

[data-margin-top="178"] {
    margin-top: 178px !important;
}

[data-margin-bottom="178"] {
    margin-bottom: 178px !important;
}

[data-margin-top="179"] {
    margin-top: 179px !important;
}

[data-margin-bottom="179"] {
    margin-bottom: 179px !important;
}

[data-margin-top="180"] {
    margin-top: 180px !important;
}

[data-margin-bottom="180"] {
    margin-bottom: 180px !important;
}

[data-margin-top="181"] {
    margin-top: 181px !important;
}

[data-margin-bottom="181"] {
    margin-bottom: 181px !important;
}

[data-margin-top="182"] {
    margin-top: 182px !important;
}

[data-margin-bottom="182"] {
    margin-bottom: 182px !important;
}

[data-margin-top="183"] {
    margin-top: 183px !important;
}

[data-margin-bottom="183"] {
    margin-bottom: 183px !important;
}

[data-margin-top="184"] {
    margin-top: 184px !important;
}

[data-margin-bottom="184"] {
    margin-bottom: 184px !important;
}

[data-margin-top="185"] {
    margin-top: 185px !important;
}

[data-margin-bottom="185"] {
    margin-bottom: 185px !important;
}

[data-margin-top="186"] {
    margin-top: 186px !important;
}

[data-margin-bottom="186"] {
    margin-bottom: 186px !important;
}

[data-margin-top="187"] {
    margin-top: 187px !important;
}

[data-margin-bottom="187"] {
    margin-bottom: 187px !important;
}

[data-margin-top="188"] {
    margin-top: 188px !important;
}

[data-margin-bottom="188"] {
    margin-bottom: 188px !important;
}

[data-margin-top="189"] {
    margin-top: 189px !important;
}

[data-margin-bottom="189"] {
    margin-bottom: 189px !important;
}

[data-margin-top="190"] {
    margin-top: 190px !important;
}

[data-margin-bottom="190"] {
    margin-bottom: 190px !important;
}

[data-margin-top="191"] {
    margin-top: 191px !important;
}

[data-margin-bottom="191"] {
    margin-bottom: 191px !important;
}

[data-margin-top="192"] {
    margin-top: 192px !important;
}

[data-margin-bottom="192"] {
    margin-bottom: 192px !important;
}

[data-margin-top="193"] {
    margin-top: 193px !important;
}

[data-margin-bottom="193"] {
    margin-bottom: 193px !important;
}

[data-margin-top="194"] {
    margin-top: 194px !important;
}

[data-margin-bottom="194"] {
    margin-bottom: 194px !important;
}

[data-margin-top="195"] {
    margin-top: 195px !important;
}

[data-margin-bottom="195"] {
    margin-bottom: 195px !important;
}

[data-margin-top="196"] {
    margin-top: 196px !important;
}

[data-margin-bottom="196"] {
    margin-bottom: 196px !important;
}

[data-margin-top="197"] {
    margin-top: 197px !important;
}

[data-margin-bottom="197"] {
    margin-bottom: 197px !important;
}

[data-margin-top="198"] {
    margin-top: 198px !important;
}

[data-margin-bottom="198"] {
    margin-bottom: 198px !important;
}

[data-margin-top="199"] {
    margin-top: 199px !important;
}

[data-margin-bottom="199"] {
    margin-bottom: 199px !important;
}

[data-margin-top="200"] {
    margin-top: 200px !important;
}

[data-margin-bottom="200"] {
    margin-bottom: 200px !important;
}

[data-margin-top="201"] {
    margin-top: 201px !important;
}

[data-margin-bottom="201"] {
    margin-bottom: 201px !important;
}

[data-margin-top="202"] {
    margin-top: 202px !important;
}

[data-margin-bottom="202"] {
    margin-bottom: 202px !important;
}

[data-margin-top="203"] {
    margin-top: 203px !important;
}

[data-margin-bottom="203"] {
    margin-bottom: 203px !important;
}

[data-margin-top="204"] {
    margin-top: 204px !important;
}

[data-margin-bottom="204"] {
    margin-bottom: 204px !important;
}

[data-margin-top="205"] {
    margin-top: 205px !important;
}

[data-margin-bottom="205"] {
    margin-bottom: 205px !important;
}

[data-margin-top="206"] {
    margin-top: 206px !important;
}

[data-margin-bottom="206"] {
    margin-bottom: 206px !important;
}

[data-margin-top="207"] {
    margin-top: 207px !important;
}

[data-margin-bottom="207"] {
    margin-bottom: 207px !important;
}

[data-margin-top="208"] {
    margin-top: 208px !important;
}

[data-margin-bottom="208"] {
    margin-bottom: 208px !important;
}

[data-margin-top="209"] {
    margin-top: 209px !important;
}

[data-margin-bottom="209"] {
    margin-bottom: 209px !important;
}

[data-margin-top="210"] {
    margin-top: 210px !important;
}

[data-margin-bottom="210"] {
    margin-bottom: 210px !important;
}

[data-margin-top="211"] {
    margin-top: 211px !important;
}

[data-margin-bottom="211"] {
    margin-bottom: 211px !important;
}

[data-margin-top="212"] {
    margin-top: 212px !important;
}

[data-margin-bottom="212"] {
    margin-bottom: 212px !important;
}

[data-margin-top="213"] {
    margin-top: 213px !important;
}

[data-margin-bottom="213"] {
    margin-bottom: 213px !important;
}

[data-margin-top="214"] {
    margin-top: 214px !important;
}

[data-margin-bottom="214"] {
    margin-bottom: 214px !important;
}

[data-margin-top="215"] {
    margin-top: 215px !important;
}

[data-margin-bottom="215"] {
    margin-bottom: 215px !important;
}

[data-margin-top="216"] {
    margin-top: 216px !important;
}

[data-margin-bottom="216"] {
    margin-bottom: 216px !important;
}

[data-margin-top="217"] {
    margin-top: 217px !important;
}

[data-margin-bottom="217"] {
    margin-bottom: 217px !important;
}

[data-margin-top="218"] {
    margin-top: 218px !important;
}

[data-margin-bottom="218"] {
    margin-bottom: 218px !important;
}

[data-margin-top="219"] {
    margin-top: 219px !important;
}

[data-margin-bottom="219"] {
    margin-bottom: 219px !important;
}

[data-margin-top="220"] {
    margin-top: 220px !important;
}

[data-margin-bottom="220"] {
    margin-bottom: 220px !important;
}

[data-margin-top="221"] {
    margin-top: 221px !important;
}

[data-margin-bottom="221"] {
    margin-bottom: 221px !important;
}

[data-margin-top="222"] {
    margin-top: 222px !important;
}

[data-margin-bottom="222"] {
    margin-bottom: 222px !important;
}

[data-margin-top="223"] {
    margin-top: 223px !important;
}

[data-margin-bottom="223"] {
    margin-bottom: 223px !important;
}

[data-margin-top="224"] {
    margin-top: 224px !important;
}

[data-margin-bottom="224"] {
    margin-bottom: 224px !important;
}

[data-margin-top="225"] {
    margin-top: 225px !important;
}

[data-margin-bottom="225"] {
    margin-bottom: 225px !important;
}

[data-margin-top="226"] {
    margin-top: 226px !important;
}

[data-margin-bottom="226"] {
    margin-bottom: 226px !important;
}

[data-margin-top="227"] {
    margin-top: 227px !important;
}

[data-margin-bottom="227"] {
    margin-bottom: 227px !important;
}

[data-margin-top="228"] {
    margin-top: 228px !important;
}

[data-margin-bottom="228"] {
    margin-bottom: 228px !important;
}

[data-margin-top="229"] {
    margin-top: 229px !important;
}

[data-margin-bottom="229"] {
    margin-bottom: 229px !important;
}

[data-margin-top="230"] {
    margin-top: 230px !important;
}

[data-margin-bottom="230"] {
    margin-bottom: 230px !important;
}

[data-margin-top="231"] {
    margin-top: 231px !important;
}

[data-margin-bottom="231"] {
    margin-bottom: 231px !important;
}

[data-margin-top="232"] {
    margin-top: 232px !important;
}

[data-margin-bottom="232"] {
    margin-bottom: 232px !important;
}

[data-margin-top="233"] {
    margin-top: 233px !important;
}

[data-margin-bottom="233"] {
    margin-bottom: 233px !important;
}

[data-margin-top="234"] {
    margin-top: 234px !important;
}

[data-margin-bottom="234"] {
    margin-bottom: 234px !important;
}

[data-margin-top="235"] {
    margin-top: 235px !important;
}

[data-margin-bottom="235"] {
    margin-bottom: 235px !important;
}

[data-margin-top="236"] {
    margin-top: 236px !important;
}

[data-margin-bottom="236"] {
    margin-bottom: 236px !important;
}

[data-margin-top="237"] {
    margin-top: 237px !important;
}

[data-margin-bottom="237"] {
    margin-bottom: 237px !important;
}

[data-margin-top="238"] {
    margin-top: 238px !important;
}

[data-margin-bottom="238"] {
    margin-bottom: 238px !important;
}

[data-margin-top="239"] {
    margin-top: 239px !important;
}

[data-margin-bottom="239"] {
    margin-bottom: 239px !important;
}

[data-margin-top="240"] {
    margin-top: 240px !important;
}

[data-margin-bottom="240"] {
    margin-bottom: 240px !important;
}

[data-margin-top="241"] {
    margin-top: 241px !important;
}

[data-margin-bottom="241"] {
    margin-bottom: 241px !important;
}

[data-margin-top="242"] {
    margin-top: 242px !important;
}

[data-margin-bottom="242"] {
    margin-bottom: 242px !important;
}

[data-margin-top="243"] {
    margin-top: 243px !important;
}

[data-margin-bottom="243"] {
    margin-bottom: 243px !important;
}

[data-margin-top="244"] {
    margin-top: 244px !important;
}

[data-margin-bottom="244"] {
    margin-bottom: 244px !important;
}

[data-margin-top="245"] {
    margin-top: 245px !important;
}

[data-margin-bottom="245"] {
    margin-bottom: 245px !important;
}

[data-margin-top="246"] {
    margin-top: 246px !important;
}

[data-margin-bottom="246"] {
    margin-bottom: 246px !important;
}

[data-margin-top="247"] {
    margin-top: 247px !important;
}

[data-margin-bottom="247"] {
    margin-bottom: 247px !important;
}

[data-margin-top="248"] {
    margin-top: 248px !important;
}

[data-margin-bottom="248"] {
    margin-bottom: 248px !important;
}

[data-margin-top="249"] {
    margin-top: 249px !important;
}

[data-margin-bottom="249"] {
    margin-bottom: 249px !important;
}

[data-margin-top="250"] {
    margin-top: 250px !important;
}

[data-margin-bottom="250"] {
    margin-bottom: 250px !important;
}

[data-margin-top="251"] {
    margin-top: 251px !important;
}

[data-margin-bottom="251"] {
    margin-bottom: 251px !important;
}

[data-margin-top="252"] {
    margin-top: 252px !important;
}

[data-margin-bottom="252"] {
    margin-bottom: 252px !important;
}

[data-margin-top="253"] {
    margin-top: 253px !important;
}

[data-margin-bottom="253"] {
    margin-bottom: 253px !important;
}

[data-margin-top="254"] {
    margin-top: 254px !important;
}

[data-margin-bottom="254"] {
    margin-bottom: 254px !important;
}

[data-margin-top="255"] {
    margin-top: 255px !important;
}

[data-margin-bottom="255"] {
    margin-bottom: 255px !important;
}

[data-margin-top="256"] {
    margin-top: 256px !important;
}

[data-margin-bottom="256"] {
    margin-bottom: 256px !important;
}

[data-margin-top="257"] {
    margin-top: 257px !important;
}

[data-margin-bottom="257"] {
    margin-bottom: 257px !important;
}

[data-margin-top="258"] {
    margin-top: 258px !important;
}

[data-margin-bottom="258"] {
    margin-bottom: 258px !important;
}

[data-margin-top="259"] {
    margin-top: 259px !important;
}

[data-margin-bottom="259"] {
    margin-bottom: 259px !important;
}

[data-margin-top="260"] {
    margin-top: 260px !important;
}

[data-margin-bottom="260"] {
    margin-bottom: 260px !important;
}

[data-margin-top="261"] {
    margin-top: 261px !important;
}

[data-margin-bottom="261"] {
    margin-bottom: 261px !important;
}

[data-margin-top="262"] {
    margin-top: 262px !important;
}

[data-margin-bottom="262"] {
    margin-bottom: 262px !important;
}

[data-margin-top="263"] {
    margin-top: 263px !important;
}

[data-margin-bottom="263"] {
    margin-bottom: 263px !important;
}

[data-margin-top="264"] {
    margin-top: 264px !important;
}

[data-margin-bottom="264"] {
    margin-bottom: 264px !important;
}

[data-margin-top="265"] {
    margin-top: 265px !important;
}

[data-margin-bottom="265"] {
    margin-bottom: 265px !important;
}

[data-margin-top="266"] {
    margin-top: 266px !important;
}

[data-margin-bottom="266"] {
    margin-bottom: 266px !important;
}

[data-margin-top="267"] {
    margin-top: 267px !important;
}

[data-margin-bottom="267"] {
    margin-bottom: 267px !important;
}

[data-margin-top="268"] {
    margin-top: 268px !important;
}

[data-margin-bottom="268"] {
    margin-bottom: 268px !important;
}

[data-margin-top="269"] {
    margin-top: 269px !important;
}

[data-margin-bottom="269"] {
    margin-bottom: 269px !important;
}

[data-margin-top="270"] {
    margin-top: 270px !important;
}

[data-margin-bottom="270"] {
    margin-bottom: 270px !important;
}

[data-margin-top="271"] {
    margin-top: 271px !important;
}

[data-margin-bottom="271"] {
    margin-bottom: 271px !important;
}

[data-margin-top="272"] {
    margin-top: 272px !important;
}

[data-margin-bottom="272"] {
    margin-bottom: 272px !important;
}

[data-margin-top="273"] {
    margin-top: 273px !important;
}

[data-margin-bottom="273"] {
    margin-bottom: 273px !important;
}

[data-margin-top="274"] {
    margin-top: 274px !important;
}

[data-margin-bottom="274"] {
    margin-bottom: 274px !important;
}

[data-margin-top="275"] {
    margin-top: 275px !important;
}

[data-margin-bottom="275"] {
    margin-bottom: 275px !important;
}

[data-margin-top="276"] {
    margin-top: 276px !important;
}

[data-margin-bottom="276"] {
    margin-bottom: 276px !important;
}

[data-margin-top="277"] {
    margin-top: 277px !important;
}

[data-margin-bottom="277"] {
    margin-bottom: 277px !important;
}

[data-margin-top="278"] {
    margin-top: 278px !important;
}

[data-margin-bottom="278"] {
    margin-bottom: 278px !important;
}

[data-margin-top="279"] {
    margin-top: 279px !important;
}

[data-margin-bottom="279"] {
    margin-bottom: 279px !important;
}

[data-margin-top="280"] {
    margin-top: 280px !important;
}

[data-margin-bottom="280"] {
    margin-bottom: 280px !important;
}

[data-margin-top="281"] {
    margin-top: 281px !important;
}

[data-margin-bottom="281"] {
    margin-bottom: 281px !important;
}

[data-margin-top="282"] {
    margin-top: 282px !important;
}

[data-margin-bottom="282"] {
    margin-bottom: 282px !important;
}

[data-margin-top="283"] {
    margin-top: 283px !important;
}

[data-margin-bottom="283"] {
    margin-bottom: 283px !important;
}

[data-margin-top="284"] {
    margin-top: 284px !important;
}

[data-margin-bottom="284"] {
    margin-bottom: 284px !important;
}

[data-margin-top="285"] {
    margin-top: 285px !important;
}

[data-margin-bottom="285"] {
    margin-bottom: 285px !important;
}

[data-margin-top="286"] {
    margin-top: 286px !important;
}

[data-margin-bottom="286"] {
    margin-bottom: 286px !important;
}

[data-margin-top="287"] {
    margin-top: 287px !important;
}

[data-margin-bottom="287"] {
    margin-bottom: 287px !important;
}

[data-margin-top="288"] {
    margin-top: 288px !important;
}

[data-margin-bottom="288"] {
    margin-bottom: 288px !important;
}

[data-margin-top="289"] {
    margin-top: 289px !important;
}

[data-margin-bottom="289"] {
    margin-bottom: 289px !important;
}

[data-margin-top="290"] {
    margin-top: 290px !important;
}

[data-margin-bottom="290"] {
    margin-bottom: 290px !important;
}

[data-margin-top="291"] {
    margin-top: 291px !important;
}

[data-margin-bottom="291"] {
    margin-bottom: 291px !important;
}

[data-margin-top="292"] {
    margin-top: 292px !important;
}

[data-margin-bottom="292"] {
    margin-bottom: 292px !important;
}

[data-margin-top="293"] {
    margin-top: 293px !important;
}

[data-margin-bottom="293"] {
    margin-bottom: 293px !important;
}

[data-margin-top="294"] {
    margin-top: 294px !important;
}

[data-margin-bottom="294"] {
    margin-bottom: 294px !important;
}

[data-margin-top="295"] {
    margin-top: 295px !important;
}

[data-margin-bottom="295"] {
    margin-bottom: 295px !important;
}

[data-margin-top="296"] {
    margin-top: 296px !important;
}

[data-margin-bottom="296"] {
    margin-bottom: 296px !important;
}

[data-margin-top="297"] {
    margin-top: 297px !important;
}

[data-margin-bottom="297"] {
    margin-bottom: 297px !important;
}

[data-margin-top="298"] {
    margin-top: 298px !important;
}

[data-margin-bottom="298"] {
    margin-bottom: 298px !important;
}

[data-margin-top="299"] {
    margin-top: 299px !important;
}

[data-margin-bottom="299"] {
    margin-bottom: 299px !important;
}

[data-margin-top="300"] {
    margin-top: 300px !important;
}

[data-margin-bottom="300"] {
    margin-bottom: 300px !important;
}

[data-margin-top="301"] {
    margin-top: 301px !important;
}

[data-margin-bottom="301"] {
    margin-bottom: 301px !important;
}

[data-margin-top="302"] {
    margin-top: 302px !important;
}

[data-margin-bottom="302"] {
    margin-bottom: 302px !important;
}

[data-margin-top="303"] {
    margin-top: 303px !important;
}

[data-margin-bottom="303"] {
    margin-bottom: 303px !important;
}

[data-margin-top="304"] {
    margin-top: 304px !important;
}

[data-margin-bottom="304"] {
    margin-bottom: 304px !important;
}

[data-margin-top="305"] {
    margin-top: 305px !important;
}

[data-margin-bottom="305"] {
    margin-bottom: 305px !important;
}

[data-margin-top="306"] {
    margin-top: 306px !important;
}

[data-margin-bottom="306"] {
    margin-bottom: 306px !important;
}

[data-margin-top="307"] {
    margin-top: 307px !important;
}

[data-margin-bottom="307"] {
    margin-bottom: 307px !important;
}

[data-margin-top="308"] {
    margin-top: 308px !important;
}

[data-margin-bottom="308"] {
    margin-bottom: 308px !important;
}

[data-margin-top="309"] {
    margin-top: 309px !important;
}

[data-margin-bottom="309"] {
    margin-bottom: 309px !important;
}

[data-margin-top="310"] {
    margin-top: 310px !important;
}

[data-margin-bottom="310"] {
    margin-bottom: 310px !important;
}

[data-margin-top="311"] {
    margin-top: 311px !important;
}

[data-margin-bottom="311"] {
    margin-bottom: 311px !important;
}

[data-margin-top="312"] {
    margin-top: 312px !important;
}

[data-margin-bottom="312"] {
    margin-bottom: 312px !important;
}

[data-margin-top="313"] {
    margin-top: 313px !important;
}

[data-margin-bottom="313"] {
    margin-bottom: 313px !important;
}

[data-margin-top="314"] {
    margin-top: 314px !important;
}

[data-margin-bottom="314"] {
    margin-bottom: 314px !important;
}

[data-margin-top="315"] {
    margin-top: 315px !important;
}

[data-margin-bottom="315"] {
    margin-bottom: 315px !important;
}

[data-margin-top="316"] {
    margin-top: 316px !important;
}

[data-margin-bottom="316"] {
    margin-bottom: 316px !important;
}

[data-margin-top="317"] {
    margin-top: 317px !important;
}

[data-margin-bottom="317"] {
    margin-bottom: 317px !important;
}

[data-margin-top="318"] {
    margin-top: 318px !important;
}

[data-margin-bottom="318"] {
    margin-bottom: 318px !important;
}

[data-margin-top="319"] {
    margin-top: 319px !important;
}

[data-margin-bottom="319"] {
    margin-bottom: 319px !important;
}

[data-margin-top="320"] {
    margin-top: 320px !important;
}

[data-margin-bottom="320"] {
    margin-bottom: 320px !important;
}

[data-margin-top="321"] {
    margin-top: 321px !important;
}

[data-margin-bottom="321"] {
    margin-bottom: 321px !important;
}

[data-margin-top="322"] {
    margin-top: 322px !important;
}

[data-margin-bottom="322"] {
    margin-bottom: 322px !important;
}

[data-margin-top="323"] {
    margin-top: 323px !important;
}

[data-margin-bottom="323"] {
    margin-bottom: 323px !important;
}

[data-margin-top="324"] {
    margin-top: 324px !important;
}

[data-margin-bottom="324"] {
    margin-bottom: 324px !important;
}

[data-margin-top="325"] {
    margin-top: 325px !important;
}

[data-margin-bottom="325"] {
    margin-bottom: 325px !important;
}

[data-margin-top="326"] {
    margin-top: 326px !important;
}

[data-margin-bottom="326"] {
    margin-bottom: 326px !important;
}

[data-margin-top="327"] {
    margin-top: 327px !important;
}

[data-margin-bottom="327"] {
    margin-bottom: 327px !important;
}

[data-margin-top="328"] {
    margin-top: 328px !important;
}

[data-margin-bottom="328"] {
    margin-bottom: 328px !important;
}

[data-margin-top="329"] {
    margin-top: 329px !important;
}

[data-margin-bottom="329"] {
    margin-bottom: 329px !important;
}

[data-margin-top="330"] {
    margin-top: 330px !important;
}

[data-margin-bottom="330"] {
    margin-bottom: 330px !important;
}

[data-margin-top="331"] {
    margin-top: 331px !important;
}

[data-margin-bottom="331"] {
    margin-bottom: 331px !important;
}

[data-margin-top="332"] {
    margin-top: 332px !important;
}

[data-margin-bottom="332"] {
    margin-bottom: 332px !important;
}

[data-margin-top="333"] {
    margin-top: 333px !important;
}

[data-margin-bottom="333"] {
    margin-bottom: 333px !important;
}

[data-margin-top="334"] {
    margin-top: 334px !important;
}

[data-margin-bottom="334"] {
    margin-bottom: 334px !important;
}

[data-margin-top="335"] {
    margin-top: 335px !important;
}

[data-margin-bottom="335"] {
    margin-bottom: 335px !important;
}

[data-margin-top="336"] {
    margin-top: 336px !important;
}

[data-margin-bottom="336"] {
    margin-bottom: 336px !important;
}

[data-margin-top="337"] {
    margin-top: 337px !important;
}

[data-margin-bottom="337"] {
    margin-bottom: 337px !important;
}

[data-margin-top="338"] {
    margin-top: 338px !important;
}

[data-margin-bottom="338"] {
    margin-bottom: 338px !important;
}

[data-margin-top="339"] {
    margin-top: 339px !important;
}

[data-margin-bottom="339"] {
    margin-bottom: 339px !important;
}

[data-margin-top="340"] {
    margin-top: 340px !important;
}

[data-margin-bottom="340"] {
    margin-bottom: 340px !important;
}

[data-margin-top="341"] {
    margin-top: 341px !important;
}

[data-margin-bottom="341"] {
    margin-bottom: 341px !important;
}

[data-margin-top="342"] {
    margin-top: 342px !important;
}

[data-margin-bottom="342"] {
    margin-bottom: 342px !important;
}

[data-margin-top="343"] {
    margin-top: 343px !important;
}

[data-margin-bottom="343"] {
    margin-bottom: 343px !important;
}

[data-margin-top="344"] {
    margin-top: 344px !important;
}

[data-margin-bottom="344"] {
    margin-bottom: 344px !important;
}

[data-margin-top="345"] {
    margin-top: 345px !important;
}

[data-margin-bottom="345"] {
    margin-bottom: 345px !important;
}

[data-margin-top="346"] {
    margin-top: 346px !important;
}

[data-margin-bottom="346"] {
    margin-bottom: 346px !important;
}

[data-margin-top="347"] {
    margin-top: 347px !important;
}

[data-margin-bottom="347"] {
    margin-bottom: 347px !important;
}

[data-margin-top="348"] {
    margin-top: 348px !important;
}

[data-margin-bottom="348"] {
    margin-bottom: 348px !important;
}

[data-margin-top="349"] {
    margin-top: 349px !important;
}

[data-margin-bottom="349"] {
    margin-bottom: 349px !important;
}

[data-margin-top="350"] {
    margin-top: 350px !important;
}

[data-margin-bottom="350"] {
    margin-bottom: 350px !important;
}

[data-margin-top="351"] {
    margin-top: 351px !important;
}

[data-margin-bottom="351"] {
    margin-bottom: 351px !important;
}

[data-margin-top="352"] {
    margin-top: 352px !important;
}

[data-margin-bottom="352"] {
    margin-bottom: 352px !important;
}

[data-margin-top="353"] {
    margin-top: 353px !important;
}

[data-margin-bottom="353"] {
    margin-bottom: 353px !important;
}

[data-margin-top="354"] {
    margin-top: 354px !important;
}

[data-margin-bottom="354"] {
    margin-bottom: 354px !important;
}

[data-margin-top="355"] {
    margin-top: 355px !important;
}

[data-margin-bottom="355"] {
    margin-bottom: 355px !important;
}

[data-margin-top="356"] {
    margin-top: 356px !important;
}

[data-margin-bottom="356"] {
    margin-bottom: 356px !important;
}

[data-margin-top="357"] {
    margin-top: 357px !important;
}

[data-margin-bottom="357"] {
    margin-bottom: 357px !important;
}

[data-margin-top="358"] {
    margin-top: 358px !important;
}

[data-margin-bottom="358"] {
    margin-bottom: 358px !important;
}

[data-margin-top="359"] {
    margin-top: 359px !important;
}

[data-margin-bottom="359"] {
    margin-bottom: 359px !important;
}

[data-margin-top="360"] {
    margin-top: 360px !important;
}

[data-margin-bottom="360"] {
    margin-bottom: 360px !important;
}

[data-margin-top="361"] {
    margin-top: 361px !important;
}

[data-margin-bottom="361"] {
    margin-bottom: 361px !important;
}

[data-margin-top="362"] {
    margin-top: 362px !important;
}

[data-margin-bottom="362"] {
    margin-bottom: 362px !important;
}

[data-margin-top="363"] {
    margin-top: 363px !important;
}

[data-margin-bottom="363"] {
    margin-bottom: 363px !important;
}

[data-margin-top="364"] {
    margin-top: 364px !important;
}

[data-margin-bottom="364"] {
    margin-bottom: 364px !important;
}

[data-margin-top="365"] {
    margin-top: 365px !important;
}

[data-margin-bottom="365"] {
    margin-bottom: 365px !important;
}

[data-margin-top="366"] {
    margin-top: 366px !important;
}

[data-margin-bottom="366"] {
    margin-bottom: 366px !important;
}

[data-margin-top="367"] {
    margin-top: 367px !important;
}

[data-margin-bottom="367"] {
    margin-bottom: 367px !important;
}

[data-margin-top="368"] {
    margin-top: 368px !important;
}

[data-margin-bottom="368"] {
    margin-bottom: 368px !important;
}

[data-margin-top="369"] {
    margin-top: 369px !important;
}

[data-margin-bottom="369"] {
    margin-bottom: 369px !important;
}

[data-margin-top="370"] {
    margin-top: 370px !important;
}

[data-margin-bottom="370"] {
    margin-bottom: 370px !important;
}

[data-margin-top="371"] {
    margin-top: 371px !important;
}

[data-margin-bottom="371"] {
    margin-bottom: 371px !important;
}

[data-margin-top="372"] {
    margin-top: 372px !important;
}

[data-margin-bottom="372"] {
    margin-bottom: 372px !important;
}

[data-margin-top="373"] {
    margin-top: 373px !important;
}

[data-margin-bottom="373"] {
    margin-bottom: 373px !important;
}

[data-margin-top="374"] {
    margin-top: 374px !important;
}

[data-margin-bottom="374"] {
    margin-bottom: 374px !important;
}

[data-margin-top="375"] {
    margin-top: 375px !important;
}

[data-margin-bottom="375"] {
    margin-bottom: 375px !important;
}

[data-margin-top="376"] {
    margin-top: 376px !important;
}

[data-margin-bottom="376"] {
    margin-bottom: 376px !important;
}

[data-margin-top="377"] {
    margin-top: 377px !important;
}

[data-margin-bottom="377"] {
    margin-bottom: 377px !important;
}

[data-margin-top="378"] {
    margin-top: 378px !important;
}

[data-margin-bottom="378"] {
    margin-bottom: 378px !important;
}

[data-margin-top="379"] {
    margin-top: 379px !important;
}

[data-margin-bottom="379"] {
    margin-bottom: 379px !important;
}

[data-margin-top="380"] {
    margin-top: 380px !important;
}

[data-margin-bottom="380"] {
    margin-bottom: 380px !important;
}

[data-margin-top="381"] {
    margin-top: 381px !important;
}

[data-margin-bottom="381"] {
    margin-bottom: 381px !important;
}

[data-margin-top="382"] {
    margin-top: 382px !important;
}

[data-margin-bottom="382"] {
    margin-bottom: 382px !important;
}

[data-margin-top="383"] {
    margin-top: 383px !important;
}

[data-margin-bottom="383"] {
    margin-bottom: 383px !important;
}

[data-margin-top="384"] {
    margin-top: 384px !important;
}

[data-margin-bottom="384"] {
    margin-bottom: 384px !important;
}

[data-margin-top="385"] {
    margin-top: 385px !important;
}

[data-margin-bottom="385"] {
    margin-bottom: 385px !important;
}

[data-margin-top="386"] {
    margin-top: 386px !important;
}

[data-margin-bottom="386"] {
    margin-bottom: 386px !important;
}

[data-margin-top="387"] {
    margin-top: 387px !important;
}

[data-margin-bottom="387"] {
    margin-bottom: 387px !important;
}

[data-margin-top="388"] {
    margin-top: 388px !important;
}

[data-margin-bottom="388"] {
    margin-bottom: 388px !important;
}

[data-margin-top="389"] {
    margin-top: 389px !important;
}

[data-margin-bottom="389"] {
    margin-bottom: 389px !important;
}

[data-margin-top="390"] {
    margin-top: 390px !important;
}

[data-margin-bottom="390"] {
    margin-bottom: 390px !important;
}

[data-margin-top="391"] {
    margin-top: 391px !important;
}

[data-margin-bottom="391"] {
    margin-bottom: 391px !important;
}

[data-margin-top="392"] {
    margin-top: 392px !important;
}

[data-margin-bottom="392"] {
    margin-bottom: 392px !important;
}

[data-margin-top="393"] {
    margin-top: 393px !important;
}

[data-margin-bottom="393"] {
    margin-bottom: 393px !important;
}

[data-margin-top="394"] {
    margin-top: 394px !important;
}

[data-margin-bottom="394"] {
    margin-bottom: 394px !important;
}

[data-margin-top="395"] {
    margin-top: 395px !important;
}

[data-margin-bottom="395"] {
    margin-bottom: 395px !important;
}

[data-margin-top="396"] {
    margin-top: 396px !important;
}

[data-margin-bottom="396"] {
    margin-bottom: 396px !important;
}

[data-margin-top="397"] {
    margin-top: 397px !important;
}

[data-margin-bottom="397"] {
    margin-bottom: 397px !important;
}

[data-margin-top="398"] {
    margin-top: 398px !important;
}

[data-margin-bottom="398"] {
    margin-bottom: 398px !important;
}

[data-margin-top="399"] {
    margin-top: 399px !important;
}

[data-margin-bottom="399"] {
    margin-bottom: 399px !important;
}

[data-margin-top="400"] {
    margin-top: 400px !important;
}

[data-margin-bottom="400"] {
    margin-bottom: 400px !important;
}

[data-margin-top="401"] {
    margin-top: 401px !important;
}

[data-margin-bottom="401"] {
    margin-bottom: 401px !important;
}

[data-margin-top="402"] {
    margin-top: 402px !important;
}

[data-margin-bottom="402"] {
    margin-bottom: 402px !important;
}

[data-margin-top="403"] {
    margin-top: 403px !important;
}

[data-margin-bottom="403"] {
    margin-bottom: 403px !important;
}

[data-margin-top="404"] {
    margin-top: 404px !important;
}

[data-margin-bottom="404"] {
    margin-bottom: 404px !important;
}

[data-margin-top="405"] {
    margin-top: 405px !important;
}

[data-margin-bottom="405"] {
    margin-bottom: 405px !important;
}

[data-margin-top="406"] {
    margin-top: 406px !important;
}

[data-margin-bottom="406"] {
    margin-bottom: 406px !important;
}

[data-margin-top="407"] {
    margin-top: 407px !important;
}

[data-margin-bottom="407"] {
    margin-bottom: 407px !important;
}

[data-margin-top="408"] {
    margin-top: 408px !important;
}

[data-margin-bottom="408"] {
    margin-bottom: 408px !important;
}

[data-margin-top="409"] {
    margin-top: 409px !important;
}

[data-margin-bottom="409"] {
    margin-bottom: 409px !important;
}

[data-margin-top="410"] {
    margin-top: 410px !important;
}

[data-margin-bottom="410"] {
    margin-bottom: 410px !important;
}

[data-margin-top="411"] {
    margin-top: 411px !important;
}

[data-margin-bottom="411"] {
    margin-bottom: 411px !important;
}

[data-margin-top="412"] {
    margin-top: 412px !important;
}

[data-margin-bottom="412"] {
    margin-bottom: 412px !important;
}

[data-margin-top="413"] {
    margin-top: 413px !important;
}

[data-margin-bottom="413"] {
    margin-bottom: 413px !important;
}

[data-margin-top="414"] {
    margin-top: 414px !important;
}

[data-margin-bottom="414"] {
    margin-bottom: 414px !important;
}

[data-margin-top="415"] {
    margin-top: 415px !important;
}

[data-margin-bottom="415"] {
    margin-bottom: 415px !important;
}

[data-margin-top="416"] {
    margin-top: 416px !important;
}

[data-margin-bottom="416"] {
    margin-bottom: 416px !important;
}

[data-margin-top="417"] {
    margin-top: 417px !important;
}

[data-margin-bottom="417"] {
    margin-bottom: 417px !important;
}

[data-margin-top="418"] {
    margin-top: 418px !important;
}

[data-margin-bottom="418"] {
    margin-bottom: 418px !important;
}

[data-margin-top="419"] {
    margin-top: 419px !important;
}

[data-margin-bottom="419"] {
    margin-bottom: 419px !important;
}

[data-margin-top="420"] {
    margin-top: 420px !important;
}

[data-margin-bottom="420"] {
    margin-bottom: 420px !important;
}

[data-margin-top="421"] {
    margin-top: 421px !important;
}

[data-margin-bottom="421"] {
    margin-bottom: 421px !important;
}

[data-margin-top="422"] {
    margin-top: 422px !important;
}

[data-margin-bottom="422"] {
    margin-bottom: 422px !important;
}

[data-margin-top="423"] {
    margin-top: 423px !important;
}

[data-margin-bottom="423"] {
    margin-bottom: 423px !important;
}

[data-margin-top="424"] {
    margin-top: 424px !important;
}

[data-margin-bottom="424"] {
    margin-bottom: 424px !important;
}

[data-margin-top="425"] {
    margin-top: 425px !important;
}

[data-margin-bottom="425"] {
    margin-bottom: 425px !important;
}

[data-margin-top="426"] {
    margin-top: 426px !important;
}

[data-margin-bottom="426"] {
    margin-bottom: 426px !important;
}

[data-margin-top="427"] {
    margin-top: 427px !important;
}

[data-margin-bottom="427"] {
    margin-bottom: 427px !important;
}

[data-margin-top="428"] {
    margin-top: 428px !important;
}

[data-margin-bottom="428"] {
    margin-bottom: 428px !important;
}

[data-margin-top="429"] {
    margin-top: 429px !important;
}

[data-margin-bottom="429"] {
    margin-bottom: 429px !important;
}

[data-margin-top="430"] {
    margin-top: 430px !important;
}

[data-margin-bottom="430"] {
    margin-bottom: 430px !important;
}

[data-margin-top="431"] {
    margin-top: 431px !important;
}

[data-margin-bottom="431"] {
    margin-bottom: 431px !important;
}

[data-margin-top="432"] {
    margin-top: 432px !important;
}

[data-margin-bottom="432"] {
    margin-bottom: 432px !important;
}

[data-margin-top="433"] {
    margin-top: 433px !important;
}

[data-margin-bottom="433"] {
    margin-bottom: 433px !important;
}

[data-margin-top="434"] {
    margin-top: 434px !important;
}

[data-margin-bottom="434"] {
    margin-bottom: 434px !important;
}

[data-margin-top="435"] {
    margin-top: 435px !important;
}

[data-margin-bottom="435"] {
    margin-bottom: 435px !important;
}

[data-margin-top="436"] {
    margin-top: 436px !important;
}

[data-margin-bottom="436"] {
    margin-bottom: 436px !important;
}

[data-margin-top="437"] {
    margin-top: 437px !important;
}

[data-margin-bottom="437"] {
    margin-bottom: 437px !important;
}

[data-margin-top="438"] {
    margin-top: 438px !important;
}

[data-margin-bottom="438"] {
    margin-bottom: 438px !important;
}

[data-margin-top="439"] {
    margin-top: 439px !important;
}

[data-margin-bottom="439"] {
    margin-bottom: 439px !important;
}

[data-margin-top="440"] {
    margin-top: 440px !important;
}

[data-margin-bottom="440"] {
    margin-bottom: 440px !important;
}

[data-margin-top="441"] {
    margin-top: 441px !important;
}

[data-margin-bottom="441"] {
    margin-bottom: 441px !important;
}

[data-margin-top="442"] {
    margin-top: 442px !important;
}

[data-margin-bottom="442"] {
    margin-bottom: 442px !important;
}

[data-margin-top="443"] {
    margin-top: 443px !important;
}

[data-margin-bottom="443"] {
    margin-bottom: 443px !important;
}

[data-margin-top="444"] {
    margin-top: 444px !important;
}

[data-margin-bottom="444"] {
    margin-bottom: 444px !important;
}

[data-margin-top="445"] {
    margin-top: 445px !important;
}

[data-margin-bottom="445"] {
    margin-bottom: 445px !important;
}

[data-margin-top="446"] {
    margin-top: 446px !important;
}

[data-margin-bottom="446"] {
    margin-bottom: 446px !important;
}

[data-margin-top="447"] {
    margin-top: 447px !important;
}

[data-margin-bottom="447"] {
    margin-bottom: 447px !important;
}

[data-margin-top="448"] {
    margin-top: 448px !important;
}

[data-margin-bottom="448"] {
    margin-bottom: 448px !important;
}

[data-margin-top="449"] {
    margin-top: 449px !important;
}

[data-margin-bottom="449"] {
    margin-bottom: 449px !important;
}

[data-margin-top="450"] {
    margin-top: 450px !important;
}

[data-margin-bottom="450"] {
    margin-bottom: 450px !important;
}

[data-margin-top="451"] {
    margin-top: 451px !important;
}

[data-margin-bottom="451"] {
    margin-bottom: 451px !important;
}

[data-margin-top="452"] {
    margin-top: 452px !important;
}

[data-margin-bottom="452"] {
    margin-bottom: 452px !important;
}

[data-margin-top="453"] {
    margin-top: 453px !important;
}

[data-margin-bottom="453"] {
    margin-bottom: 453px !important;
}

[data-margin-top="454"] {
    margin-top: 454px !important;
}

[data-margin-bottom="454"] {
    margin-bottom: 454px !important;
}

[data-margin-top="455"] {
    margin-top: 455px !important;
}

[data-margin-bottom="455"] {
    margin-bottom: 455px !important;
}

[data-margin-top="456"] {
    margin-top: 456px !important;
}

[data-margin-bottom="456"] {
    margin-bottom: 456px !important;
}

[data-margin-top="457"] {
    margin-top: 457px !important;
}

[data-margin-bottom="457"] {
    margin-bottom: 457px !important;
}

[data-margin-top="458"] {
    margin-top: 458px !important;
}

[data-margin-bottom="458"] {
    margin-bottom: 458px !important;
}

[data-margin-top="459"] {
    margin-top: 459px !important;
}

[data-margin-bottom="459"] {
    margin-bottom: 459px !important;
}

[data-margin-top="460"] {
    margin-top: 460px !important;
}

[data-margin-bottom="460"] {
    margin-bottom: 460px !important;
}

[data-margin-top="461"] {
    margin-top: 461px !important;
}

[data-margin-bottom="461"] {
    margin-bottom: 461px !important;
}

[data-margin-top="462"] {
    margin-top: 462px !important;
}

[data-margin-bottom="462"] {
    margin-bottom: 462px !important;
}

[data-margin-top="463"] {
    margin-top: 463px !important;
}

[data-margin-bottom="463"] {
    margin-bottom: 463px !important;
}

[data-margin-top="464"] {
    margin-top: 464px !important;
}

[data-margin-bottom="464"] {
    margin-bottom: 464px !important;
}

[data-margin-top="465"] {
    margin-top: 465px !important;
}

[data-margin-bottom="465"] {
    margin-bottom: 465px !important;
}

[data-margin-top="466"] {
    margin-top: 466px !important;
}

[data-margin-bottom="466"] {
    margin-bottom: 466px !important;
}

[data-margin-top="467"] {
    margin-top: 467px !important;
}

[data-margin-bottom="467"] {
    margin-bottom: 467px !important;
}

[data-margin-top="468"] {
    margin-top: 468px !important;
}

[data-margin-bottom="468"] {
    margin-bottom: 468px !important;
}

[data-margin-top="469"] {
    margin-top: 469px !important;
}

[data-margin-bottom="469"] {
    margin-bottom: 469px !important;
}

[data-margin-top="470"] {
    margin-top: 470px !important;
}

[data-margin-bottom="470"] {
    margin-bottom: 470px !important;
}

[data-margin-top="471"] {
    margin-top: 471px !important;
}

[data-margin-bottom="471"] {
    margin-bottom: 471px !important;
}

[data-margin-top="472"] {
    margin-top: 472px !important;
}

[data-margin-bottom="472"] {
    margin-bottom: 472px !important;
}

[data-margin-top="473"] {
    margin-top: 473px !important;
}

[data-margin-bottom="473"] {
    margin-bottom: 473px !important;
}

[data-margin-top="474"] {
    margin-top: 474px !important;
}

[data-margin-bottom="474"] {
    margin-bottom: 474px !important;
}

[data-margin-top="475"] {
    margin-top: 475px !important;
}

[data-margin-bottom="475"] {
    margin-bottom: 475px !important;
}

[data-margin-top="476"] {
    margin-top: 476px !important;
}

[data-margin-bottom="476"] {
    margin-bottom: 476px !important;
}

[data-margin-top="477"] {
    margin-top: 477px !important;
}

[data-margin-bottom="477"] {
    margin-bottom: 477px !important;
}

[data-margin-top="478"] {
    margin-top: 478px !important;
}

[data-margin-bottom="478"] {
    margin-bottom: 478px !important;
}

[data-margin-top="479"] {
    margin-top: 479px !important;
}

[data-margin-bottom="479"] {
    margin-bottom: 479px !important;
}

[data-margin-top="480"] {
    margin-top: 480px !important;
}

[data-margin-bottom="480"] {
    margin-bottom: 480px !important;
}

[data-margin-top="481"] {
    margin-top: 481px !important;
}

[data-margin-bottom="481"] {
    margin-bottom: 481px !important;
}

[data-margin-top="482"] {
    margin-top: 482px !important;
}

[data-margin-bottom="482"] {
    margin-bottom: 482px !important;
}

[data-margin-top="483"] {
    margin-top: 483px !important;
}

[data-margin-bottom="483"] {
    margin-bottom: 483px !important;
}

[data-margin-top="484"] {
    margin-top: 484px !important;
}

[data-margin-bottom="484"] {
    margin-bottom: 484px !important;
}

[data-margin-top="485"] {
    margin-top: 485px !important;
}

[data-margin-bottom="485"] {
    margin-bottom: 485px !important;
}

[data-margin-top="486"] {
    margin-top: 486px !important;
}

[data-margin-bottom="486"] {
    margin-bottom: 486px !important;
}

[data-margin-top="487"] {
    margin-top: 487px !important;
}

[data-margin-bottom="487"] {
    margin-bottom: 487px !important;
}

[data-margin-top="488"] {
    margin-top: 488px !important;
}

[data-margin-bottom="488"] {
    margin-bottom: 488px !important;
}

[data-margin-top="489"] {
    margin-top: 489px !important;
}

[data-margin-bottom="489"] {
    margin-bottom: 489px !important;
}

[data-margin-top="490"] {
    margin-top: 490px !important;
}

[data-margin-bottom="490"] {
    margin-bottom: 490px !important;
}

[data-margin-top="491"] {
    margin-top: 491px !important;
}

[data-margin-bottom="491"] {
    margin-bottom: 491px !important;
}

[data-margin-top="492"] {
    margin-top: 492px !important;
}

[data-margin-bottom="492"] {
    margin-bottom: 492px !important;
}

[data-margin-top="493"] {
    margin-top: 493px !important;
}

[data-margin-bottom="493"] {
    margin-bottom: 493px !important;
}

[data-margin-top="494"] {
    margin-top: 494px !important;
}

[data-margin-bottom="494"] {
    margin-bottom: 494px !important;
}

[data-margin-top="495"] {
    margin-top: 495px !important;
}

[data-margin-bottom="495"] {
    margin-bottom: 495px !important;
}

[data-margin-top="496"] {
    margin-top: 496px !important;
}

[data-margin-bottom="496"] {
    margin-bottom: 496px !important;
}

[data-margin-top="497"] {
    margin-top: 497px !important;
}

[data-margin-bottom="497"] {
    margin-bottom: 497px !important;
}

[data-margin-top="498"] {
    margin-top: 498px !important;
}

[data-margin-bottom="498"] {
    margin-bottom: 498px !important;
}

[data-margin-top="499"] {
    margin-top: 499px !important;
}

[data-margin-bottom="499"] {
    margin-bottom: 499px !important;
}

[data-margin-top="500"] {
    margin-top: 500px !important;
}

[data-margin-bottom="500"] {
    margin-bottom: 500px !important;
}
[data-margin-minus-top="0"] {
    margin-top: 0px !important;
}

[data-margin-minus-top="1"] {
    margin-top: -1px !important;
}

[data-margin-minus-bottom="1"] {
    margin-bottom: -1px !important;
}

[data-margin-minus-top="2"] {
    margin-top: -2px !important;
}

[data-margin-minus-bottom="2"] {
    margin-bottom: -2px !important;
}

[data-margin-minus-top="3"] {
    margin-top: -3px !important;
}

[data-margin-minus-bottom="3"] {
    margin-bottom: -3px !important;
}

[data-margin-minus-top="4"] {
    margin-top: -4px !important;
}

[data-margin-minus-bottom="4"] {
    margin-bottom: -4px !important;
}

[data-margin-minus-top="5"] {
    margin-top: -5px !important;
}

[data-margin-minus-bottom="5"] {
    margin-bottom: -5px !important;
}

[data-margin-minus-top="6"] {
    margin-top: -6px !important;
}

[data-margin-minus-bottom="6"] {
    margin-bottom: -6px !important;
}

[data-margin-minus-top="7"] {
    margin-top: -7px !important;
}

[data-margin-minus-bottom="7"] {
    margin-bottom: -7px !important;
}

[data-margin-minus-top="8"] {
    margin-top: -8px !important;
}

[data-margin-minus-bottom="8"] {
    margin-bottom: -8px !important;
}

[data-margin-minus-top="9"] {
    margin-top: -9px !important;
}

[data-margin-minus-bottom="9"] {
    margin-bottom: -9px !important;
}

[data-margin-minus-top="10"] {
    margin-top: -10px !important;
}

[data-margin-minus-bottom="10"] {
    margin-bottom: -10px !important;
}

[data-margin-minus-top="11"] {
    margin-top: -11px !important;
}

[data-margin-minus-bottom="11"] {
    margin-bottom: -11px !important;
}

[data-margin-minus-top="12"] {
    margin-top: -12px !important;
}

[data-margin-minus-bottom="12"] {
    margin-bottom: -12px !important;
}

[data-margin-minus-top="13"] {
    margin-top: -13px !important;
}

[data-margin-minus-bottom="13"] {
    margin-bottom: -13px !important;
}

[data-margin-minus-top="14"] {
    margin-top: -14px !important;
}

[data-margin-minus-bottom="14"] {
    margin-bottom: -14px !important;
}

[data-margin-minus-top="15"] {
    margin-top: -15px !important;
}

[data-margin-minus-bottom="15"] {
    margin-bottom: -15px !important;
}

[data-margin-minus-top="16"] {
    margin-top: -16px !important;
}

[data-margin-minus-bottom="16"] {
    margin-bottom: -16px !important;
}

[data-margin-minus-top="17"] {
    margin-top: -17px !important;
}

[data-margin-minus-bottom="17"] {
    margin-bottom: -17px !important;
}

[data-margin-minus-top="18"] {
    margin-top: -18px !important;
}

[data-margin-minus-bottom="18"] {
    margin-bottom: -18px !important;
}

[data-margin-minus-top="19"] {
    margin-top: -19px !important;
}

[data-margin-minus-bottom="19"] {
    margin-bottom: -19px !important;
}

[data-margin-minus-top="20"] {
    margin-top: -20px !important;
}

[data-margin-minus-bottom="20"] {
    margin-bottom: -20px !important;
}

[data-margin-minus-top="21"] {
    margin-top: -21px !important;
}

[data-margin-minus-bottom="21"] {
    margin-bottom: -21px !important;
}

[data-margin-minus-top="22"] {
    margin-top: -22px !important;
}

[data-margin-minus-bottom="22"] {
    margin-bottom: -22px !important;
}

[data-margin-minus-top="23"] {
    margin-top: -23px !important;
}

[data-margin-minus-bottom="23"] {
    margin-bottom: -23px !important;
}

[data-margin-minus-top="24"] {
    margin-top: -24px !important;
}

[data-margin-minus-bottom="24"] {
    margin-bottom: -24px !important;
}

[data-margin-minus-top="25"] {
    margin-top: -25px !important;
}

[data-margin-minus-bottom="25"] {
    margin-bottom: -25px !important;
}

[data-margin-minus-top="26"] {
    margin-top: -26px !important;
}

[data-margin-minus-bottom="26"] {
    margin-bottom: -26px !important;
}

[data-margin-minus-top="27"] {
    margin-top: -27px !important;
}

[data-margin-minus-bottom="27"] {
    margin-bottom: -27px !important;
}

[data-margin-minus-top="28"] {
    margin-top: -28px !important;
}

[data-margin-minus-bottom="28"] {
    margin-bottom: -28px !important;
}

[data-margin-minus-top="29"] {
    margin-top: -29px !important;
}

[data-margin-minus-bottom="29"] {
    margin-bottom: -29px !important;
}

[data-margin-minus-top="30"] {
    margin-top: -30px !important;
}

[data-margin-minus-bottom="30"] {
    margin-bottom: -30px !important;
}

[data-margin-minus-top="31"] {
    margin-top: -31px !important;
}

[data-margin-minus-bottom="31"] {
    margin-bottom: -31px !important;
}

[data-margin-minus-top="32"] {
    margin-top: -32px !important;
}

[data-margin-minus-bottom="32"] {
    margin-bottom: -32px !important;
}

[data-margin-minus-top="33"] {
    margin-top: -33px !important;
}

[data-margin-minus-bottom="33"] {
    margin-bottom: -33px !important;
}

[data-margin-minus-top="34"] {
    margin-top: -34px !important;
}

[data-margin-minus-bottom="34"] {
    margin-bottom: -34px !important;
}

[data-margin-minus-top="35"] {
    margin-top: -35px !important;
}

[data-margin-minus-bottom="35"] {
    margin-bottom: -35px !important;
}

[data-margin-minus-top="36"] {
    margin-top: -36px !important;
}

[data-margin-minus-bottom="36"] {
    margin-bottom: -36px !important;
}

[data-margin-minus-top="37"] {
    margin-top: -37px !important;
}

[data-margin-minus-bottom="37"] {
    margin-bottom: -37px !important;
}

[data-margin-minus-top="38"] {
    margin-top: -38px !important;
}

[data-margin-minus-bottom="38"] {
    margin-bottom: -38px !important;
}

[data-margin-minus-top="39"] {
    margin-top: -39px !important;
}

[data-margin-minus-bottom="39"] {
    margin-bottom: -39px !important;
}

[data-margin-minus-top="40"] {
    margin-top: -40px !important;
}

[data-margin-minus-bottom="40"] {
    margin-bottom: -40px !important;
}

[data-margin-minus-top="41"] {
    margin-top: -41px !important;
}

[data-margin-minus-bottom="41"] {
    margin-bottom: -41px !important;
}

[data-margin-minus-top="42"] {
    margin-top: -42px !important;
}

[data-margin-minus-bottom="42"] {
    margin-bottom: -42px !important;
}

[data-margin-minus-top="43"] {
    margin-top: -43px !important;
}

[data-margin-minus-bottom="43"] {
    margin-bottom: -43px !important;
}

[data-margin-minus-top="44"] {
    margin-top: -44px !important;
}

[data-margin-minus-bottom="44"] {
    margin-bottom: -44px !important;
}

[data-margin-minus-top="45"] {
    margin-top: -45px !important;
}

[data-margin-minus-bottom="45"] {
    margin-bottom: -45px !important;
}

[data-margin-minus-top="46"] {
    margin-top: -46px !important;
}

[data-margin-minus-bottom="46"] {
    margin-bottom: -46px !important;
}

[data-margin-minus-top="47"] {
    margin-top: -47px !important;
}

[data-margin-minus-bottom="47"] {
    margin-bottom: -47px !important;
}

[data-margin-minus-top="48"] {
    margin-top: -48px !important;
}

[data-margin-minus-bottom="48"] {
    margin-bottom: -48px !important;
}

[data-margin-minus-top="49"] {
    margin-top: -49px !important;
}

[data-margin-minus-bottom="49"] {
    margin-bottom: -49px !important;
}

[data-margin-minus-top="50"] {
    margin-top: -50px !important;
}

[data-margin-minus-bottom="50"] {
    margin-bottom: -50px !important;
}

[data-margin-minus-top="51"] {
    margin-top: -51px !important;
}

[data-margin-minus-bottom="51"] {
    margin-bottom: -51px !important;
}

[data-margin-minus-top="52"] {
    margin-top: -52px !important;
}

[data-margin-minus-bottom="52"] {
    margin-bottom: -52px !important;
}

[data-margin-minus-top="53"] {
    margin-top: -53px !important;
}

[data-margin-minus-bottom="53"] {
    margin-bottom: -53px !important;
}

[data-margin-minus-top="54"] {
    margin-top: -54px !important;
}

[data-margin-minus-bottom="54"] {
    margin-bottom: -54px !important;
}

[data-margin-minus-top="55"] {
    margin-top: -55px !important;
}

[data-margin-minus-bottom="55"] {
    margin-bottom: -55px !important;
}

[data-margin-minus-top="56"] {
    margin-top: -56px !important;
}

[data-margin-minus-bottom="56"] {
    margin-bottom: -56px !important;
}

[data-margin-minus-top="57"] {
    margin-top: -57px !important;
}

[data-margin-minus-bottom="57"] {
    margin-bottom: -57px !important;
}

[data-margin-minus-top="58"] {
    margin-top: -58px !important;
}

[data-margin-minus-bottom="58"] {
    margin-bottom: -58px !important;
}

[data-margin-minus-top="59"] {
    margin-top: -59px !important;
}

[data-margin-minus-bottom="59"] {
    margin-bottom: -59px !important;
}

[data-margin-minus-top="60"] {
    margin-top: -60px !important;
}

[data-margin-minus-bottom="60"] {
    margin-bottom: -60px !important;
}

[data-margin-minus-top="61"] {
    margin-top: -61px !important;
}

[data-margin-minus-bottom="61"] {
    margin-bottom: -61px !important;
}

[data-margin-minus-top="62"] {
    margin-top: -62px !important;
}

[data-margin-minus-bottom="62"] {
    margin-bottom: -62px !important;
}

[data-margin-minus-top="63"] {
    margin-top: -63px !important;
}

[data-margin-minus-bottom="63"] {
    margin-bottom: -63px !important;
}

[data-margin-minus-top="64"] {
    margin-top: -64px !important;
}

[data-margin-minus-bottom="64"] {
    margin-bottom: -64px !important;
}

[data-margin-minus-top="65"] {
    margin-top: -65px !important;
}

[data-margin-minus-bottom="65"] {
    margin-bottom: -65px !important;
}

[data-margin-minus-top="66"] {
    margin-top: -66px !important;
}

[data-margin-minus-bottom="66"] {
    margin-bottom: -66px !important;
}

[data-margin-minus-top="67"] {
    margin-top: -67px !important;
}

[data-margin-minus-bottom="67"] {
    margin-bottom: -67px !important;
}

[data-margin-minus-top="68"] {
    margin-top: -68px !important;
}

[data-margin-minus-bottom="68"] {
    margin-bottom: -68px !important;
}

[data-margin-minus-top="69"] {
    margin-top: -69px !important;
}

[data-margin-minus-bottom="69"] {
    margin-bottom: -69px !important;
}

[data-margin-minus-top="70"] {
    margin-top: -70px !important;
}

[data-margin-minus-bottom="70"] {
    margin-bottom: -70px !important;
}

[data-margin-minus-top="71"] {
    margin-top: -71px !important;
}

[data-margin-minus-bottom="71"] {
    margin-bottom: -71px !important;
}

[data-margin-minus-top="72"] {
    margin-top: -72px !important;
}

[data-margin-minus-bottom="72"] {
    margin-bottom: -72px !important;
}

[data-margin-minus-top="73"] {
    margin-top: -73px !important;
}

[data-margin-minus-bottom="73"] {
    margin-bottom: -73px !important;
}

[data-margin-minus-top="74"] {
    margin-top: -74px !important;
}

[data-margin-minus-bottom="74"] {
    margin-bottom: -74px !important;
}

[data-margin-minus-top="75"] {
    margin-top: -75px !important;
}

[data-margin-minus-bottom="75"] {
    margin-bottom: -75px !important;
}

[data-margin-minus-top="76"] {
    margin-top: -76px !important;
}

[data-margin-minus-bottom="76"] {
    margin-bottom: -76px !important;
}

[data-margin-minus-top="77"] {
    margin-top: -77px !important;
}

[data-margin-minus-bottom="77"] {
    margin-bottom: -77px !important;
}

[data-margin-minus-top="78"] {
    margin-top: -78px !important;
}

[data-margin-minus-bottom="78"] {
    margin-bottom: -78px !important;
}

[data-margin-minus-top="79"] {
    margin-top: -79px !important;
}

[data-margin-minus-bottom="79"] {
    margin-bottom: -79px !important;
}

[data-margin-minus-top="80"] {
    margin-top: -80px !important;
}

[data-margin-minus-bottom="80"] {
    margin-bottom: -80px !important;
}

[data-margin-minus-top="81"] {
    margin-top: -81px !important;
}

[data-margin-minus-bottom="81"] {
    margin-bottom: -81px !important;
}

[data-margin-minus-top="82"] {
    margin-top: -82px !important;
}

[data-margin-minus-bottom="82"] {
    margin-bottom: -82px !important;
}

[data-margin-minus-top="83"] {
    margin-top: -83px !important;
}

[data-margin-minus-bottom="83"] {
    margin-bottom: -83px !important;
}

[data-margin-minus-top="84"] {
    margin-top: -84px !important;
}

[data-margin-minus-bottom="84"] {
    margin-bottom: -84px !important;
}

[data-margin-minus-top="85"] {
    margin-top: -85px !important;
}

[data-margin-minus-bottom="85"] {
    margin-bottom: -85px !important;
}

[data-margin-minus-top="86"] {
    margin-top: -86px !important;
}

[data-margin-minus-bottom="86"] {
    margin-bottom: -86px !important;
}

[data-margin-minus-top="87"] {
    margin-top: -87px !important;
}

[data-margin-minus-bottom="87"] {
    margin-bottom: -87px !important;
}

[data-margin-minus-top="88"] {
    margin-top: -88px !important;
}

[data-margin-minus-bottom="88"] {
    margin-bottom: -88px !important;
}

[data-margin-minus-top="89"] {
    margin-top: -89px !important;
}

[data-margin-minus-bottom="89"] {
    margin-bottom: -89px !important;
}

[data-margin-minus-top="90"] {
    margin-top: -90px !important;
}

[data-margin-minus-bottom="90"] {
    margin-bottom: -90px !important;
}

[data-margin-minus-top="91"] {
    margin-top: -91px !important;
}

[data-margin-minus-bottom="91"] {
    margin-bottom: -91px !important;
}

[data-margin-minus-top="92"] {
    margin-top: -92px !important;
}

[data-margin-minus-bottom="92"] {
    margin-bottom: -92px !important;
}

[data-margin-minus-top="93"] {
    margin-top: -93px !important;
}

[data-margin-minus-bottom="93"] {
    margin-bottom: -93px !important;
}

[data-margin-minus-top="94"] {
    margin-top: -94px !important;
}

[data-margin-minus-bottom="94"] {
    margin-bottom: -94px !important;
}

[data-margin-minus-top="95"] {
    margin-top: -95px !important;
}

[data-margin-minus-bottom="95"] {
    margin-bottom: -95px !important;
}

[data-margin-minus-top="96"] {
    margin-top: -96px !important;
}

[data-margin-minus-bottom="96"] {
    margin-bottom: -96px !important;
}

[data-margin-minus-top="97"] {
    margin-top: -97px !important;
}

[data-margin-minus-bottom="97"] {
    margin-bottom: -97px !important;
}

[data-margin-minus-top="98"] {
    margin-top: -98px !important;
}

[data-margin-minus-bottom="98"] {
    margin-bottom: -98px !important;
}

[data-margin-minus-top="99"] {
    margin-top: -99px !important;
}

[data-margin-minus-bottom="99"] {
    margin-bottom: -99px !important;
}

[data-margin-minus-top="100"] {
    margin-top: -100px !important;
}

[data-margin-minus-bottom="100"] {
    margin-bottom: -100px !important;
}

[data-margin-minus-top="101"] {
    margin-top: -101px !important;
}

[data-margin-minus-bottom="101"] {
    margin-bottom: -101px !important;
}

[data-margin-minus-top="102"] {
    margin-top: -102px !important;
}

[data-margin-minus-bottom="102"] {
    margin-bottom: -102px !important;
}

[data-margin-minus-top="103"] {
    margin-top: -103px !important;
}

[data-margin-minus-bottom="103"] {
    margin-bottom: -103px !important;
}

[data-margin-minus-top="104"] {
    margin-top: -104px !important;
}

[data-margin-minus-bottom="104"] {
    margin-bottom: -104px !important;
}

[data-margin-minus-top="105"] {
    margin-top: -105px !important;
}

[data-margin-minus-bottom="105"] {
    margin-bottom: -105px !important;
}

[data-margin-minus-top="106"] {
    margin-top: -106px !important;
}

[data-margin-minus-bottom="106"] {
    margin-bottom: -106px !important;
}

[data-margin-minus-top="107"] {
    margin-top: -107px !important;
}

[data-margin-minus-bottom="107"] {
    margin-bottom: -107px !important;
}

[data-margin-minus-top="108"] {
    margin-top: -108px !important;
}

[data-margin-minus-bottom="108"] {
    margin-bottom: -108px !important;
}

[data-margin-minus-top="109"] {
    margin-top: -109px !important;
}

[data-margin-minus-bottom="109"] {
    margin-bottom: -109px !important;
}

[data-margin-minus-top="110"] {
    margin-top: -110px !important;
}

[data-margin-minus-bottom="110"] {
    margin-bottom: -110px !important;
}

[data-margin-minus-top="111"] {
    margin-top: -111px !important;
}

[data-margin-minus-bottom="111"] {
    margin-bottom: -111px !important;
}

[data-margin-minus-top="112"] {
    margin-top: -112px !important;
}

[data-margin-minus-bottom="112"] {
    margin-bottom: -112px !important;
}

[data-margin-minus-top="113"] {
    margin-top: -113px !important;
}

[data-margin-minus-bottom="113"] {
    margin-bottom: -113px !important;
}

[data-margin-minus-top="114"] {
    margin-top: -114px !important;
}

[data-margin-minus-bottom="114"] {
    margin-bottom: -114px !important;
}

[data-margin-minus-top="115"] {
    margin-top: -115px !important;
}

[data-margin-minus-bottom="115"] {
    margin-bottom: -115px !important;
}

[data-margin-minus-top="116"] {
    margin-top: -116px !important;
}

[data-margin-minus-bottom="116"] {
    margin-bottom: -116px !important;
}

[data-margin-minus-top="117"] {
    margin-top: -117px !important;
}

[data-margin-minus-bottom="117"] {
    margin-bottom: -117px !important;
}

[data-margin-minus-top="118"] {
    margin-top: -118px !important;
}

[data-margin-minus-bottom="118"] {
    margin-bottom: -118px !important;
}

[data-margin-minus-top="119"] {
    margin-top: -119px !important;
}

[data-margin-minus-bottom="119"] {
    margin-bottom: -119px !important;
}

[data-margin-minus-top="120"] {
    margin-top: -120px !important;
}

[data-margin-minus-bottom="120"] {
    margin-bottom: -120px !important;
}

[data-margin-minus-top="121"] {
    margin-top: -121px !important;
}

[data-margin-minus-bottom="121"] {
    margin-bottom: -121px !important;
}

[data-margin-minus-top="122"] {
    margin-top: -122px !important;
}

[data-margin-minus-bottom="122"] {
    margin-bottom: -122px !important;
}

[data-margin-minus-top="123"] {
    margin-top: -123px !important;
}

[data-margin-minus-bottom="123"] {
    margin-bottom: -123px !important;
}

[data-margin-minus-top="124"] {
    margin-top: -124px !important;
}

[data-margin-minus-bottom="124"] {
    margin-bottom: -124px !important;
}

[data-margin-minus-top="125"] {
    margin-top: -125px !important;
}

[data-margin-minus-bottom="125"] {
    margin-bottom: -125px !important;
}

[data-margin-minus-top="126"] {
    margin-top: -126px !important;
}

[data-margin-minus-bottom="126"] {
    margin-bottom: -126px !important;
}

[data-margin-minus-top="127"] {
    margin-top: -127px !important;
}

[data-margin-minus-bottom="127"] {
    margin-bottom: -127px !important;
}

[data-margin-minus-top="128"] {
    margin-top: -128px !important;
}

[data-margin-minus-bottom="128"] {
    margin-bottom: -128px !important;
}

[data-margin-minus-top="129"] {
    margin-top: -129px !important;
}

[data-margin-minus-bottom="129"] {
    margin-bottom: -129px !important;
}

[data-margin-minus-top="130"] {
    margin-top: -130px !important;
}

[data-margin-minus-bottom="130"] {
    margin-bottom: -130px !important;
}

[data-margin-minus-top="131"] {
    margin-top: -131px !important;
}

[data-margin-minus-bottom="131"] {
    margin-bottom: -131px !important;
}

[data-margin-minus-top="132"] {
    margin-top: -132px !important;
}

[data-margin-minus-bottom="132"] {
    margin-bottom: -132px !important;
}

[data-margin-minus-top="133"] {
    margin-top: -133px !important;
}

[data-margin-minus-bottom="133"] {
    margin-bottom: -133px !important;
}

[data-margin-minus-top="134"] {
    margin-top: -134px !important;
}

[data-margin-minus-bottom="134"] {
    margin-bottom: -134px !important;
}

[data-margin-minus-top="135"] {
    margin-top: -135px !important;
}

[data-margin-minus-bottom="135"] {
    margin-bottom: -135px !important;
}

[data-margin-minus-top="136"] {
    margin-top: -136px !important;
}

[data-margin-minus-bottom="136"] {
    margin-bottom: -136px !important;
}

[data-margin-minus-top="137"] {
    margin-top: -137px !important;
}

[data-margin-minus-bottom="137"] {
    margin-bottom: -137px !important;
}

[data-margin-minus-top="138"] {
    margin-top: -138px !important;
}

[data-margin-minus-bottom="138"] {
    margin-bottom: -138px !important;
}

[data-margin-minus-top="139"] {
    margin-top: -139px !important;
}

[data-margin-minus-bottom="139"] {
    margin-bottom: -139px !important;
}

[data-margin-minus-top="140"] {
    margin-top: -140px !important;
}

[data-margin-minus-bottom="140"] {
    margin-bottom: -140px !important;
}

[data-margin-minus-top="141"] {
    margin-top: -141px !important;
}

[data-margin-minus-bottom="141"] {
    margin-bottom: -141px !important;
}

[data-margin-minus-top="142"] {
    margin-top: -142px !important;
}

[data-margin-minus-bottom="142"] {
    margin-bottom: -142px !important;
}

[data-margin-minus-top="143"] {
    margin-top: -143px !important;
}

[data-margin-minus-bottom="143"] {
    margin-bottom: -143px !important;
}

[data-margin-minus-top="144"] {
    margin-top: -144px !important;
}

[data-margin-minus-bottom="144"] {
    margin-bottom: -144px !important;
}

[data-margin-minus-top="145"] {
    margin-top: -145px !important;
}

[data-margin-minus-bottom="145"] {
    margin-bottom: -145px !important;
}

[data-margin-minus-top="146"] {
    margin-top: -146px !important;
}

[data-margin-minus-bottom="146"] {
    margin-bottom: -146px !important;
}

[data-margin-minus-top="147"] {
    margin-top: -147px !important;
}

[data-margin-minus-bottom="147"] {
    margin-bottom: -147px !important;
}

[data-margin-minus-top="148"] {
    margin-top: -148px !important;
}

[data-margin-minus-bottom="148"] {
    margin-bottom: -148px !important;
}

[data-margin-minus-top="149"] {
    margin-top: -149px !important;
}

[data-margin-minus-bottom="149"] {
    margin-bottom: -149px !important;
}

[data-margin-minus-top="150"] {
    margin-top: -150px !important;
}

[data-margin-minus-bottom="150"] {
    margin-bottom: -150px !important;
}

[data-margin-minus-top="151"] {
    margin-top: -151px !important;
}

[data-margin-minus-bottom="151"] {
    margin-bottom: -151px !important;
}

[data-margin-minus-top="152"] {
    margin-top: -152px !important;
}

[data-margin-minus-bottom="152"] {
    margin-bottom: -152px !important;
}

[data-margin-minus-top="153"] {
    margin-top: -153px !important;
}

[data-margin-minus-bottom="153"] {
    margin-bottom: -153px !important;
}

[data-margin-minus-top="154"] {
    margin-top: -154px !important;
}

[data-margin-minus-bottom="154"] {
    margin-bottom: -154px !important;
}

[data-margin-minus-top="155"] {
    margin-top: -155px !important;
}

[data-margin-minus-bottom="155"] {
    margin-bottom: -155px !important;
}

[data-margin-minus-top="156"] {
    margin-top: -156px !important;
}

[data-margin-minus-bottom="156"] {
    margin-bottom: -156px !important;
}

[data-margin-minus-top="157"] {
    margin-top: -157px !important;
}

[data-margin-minus-bottom="157"] {
    margin-bottom: -157px !important;
}

[data-margin-minus-top="158"] {
    margin-top: -158px !important;
}

[data-margin-minus-bottom="158"] {
    margin-bottom: -158px !important;
}

[data-margin-minus-top="159"] {
    margin-top: -159px !important;
}

[data-margin-minus-bottom="159"] {
    margin-bottom: -159px !important;
}

[data-margin-minus-top="160"] {
    margin-top: -160px !important;
}

[data-margin-minus-bottom="160"] {
    margin-bottom: -160px !important;
}

[data-margin-minus-top="161"] {
    margin-top: -161px !important;
}

[data-margin-minus-bottom="161"] {
    margin-bottom: -161px !important;
}

[data-margin-minus-top="162"] {
    margin-top: -162px !important;
}

[data-margin-minus-bottom="162"] {
    margin-bottom: -162px !important;
}

[data-margin-minus-top="163"] {
    margin-top: -163px !important;
}

[data-margin-minus-bottom="163"] {
    margin-bottom: -163px !important;
}

[data-margin-minus-top="164"] {
    margin-top: -164px !important;
}

[data-margin-minus-bottom="164"] {
    margin-bottom: -164px !important;
}

[data-margin-minus-top="165"] {
    margin-top: -165px !important;
}

[data-margin-minus-bottom="165"] {
    margin-bottom: -165px !important;
}

[data-margin-minus-top="166"] {
    margin-top: -166px !important;
}

[data-margin-minus-bottom="166"] {
    margin-bottom: -166px !important;
}

[data-margin-minus-top="167"] {
    margin-top: -167px !important;
}

[data-margin-minus-bottom="167"] {
    margin-bottom: -167px !important;
}

[data-margin-minus-top="168"] {
    margin-top: -168px !important;
}

[data-margin-minus-bottom="168"] {
    margin-bottom: -168px !important;
}

[data-margin-minus-top="169"] {
    margin-top: -169px !important;
}

[data-margin-minus-bottom="169"] {
    margin-bottom: -169px !important;
}

[data-margin-minus-top="170"] {
    margin-top: -170px !important;
}

[data-margin-minus-bottom="170"] {
    margin-bottom: -170px !important;
}

[data-margin-minus-top="171"] {
    margin-top: -171px !important;
}

[data-margin-minus-bottom="171"] {
    margin-bottom: -171px !important;
}

[data-margin-minus-top="172"] {
    margin-top: -172px !important;
}

[data-margin-minus-bottom="172"] {
    margin-bottom: -172px !important;
}

[data-margin-minus-top="173"] {
    margin-top: -173px !important;
}

[data-margin-minus-bottom="173"] {
    margin-bottom: -173px !important;
}

[data-margin-minus-top="174"] {
    margin-top: -174px !important;
}

[data-margin-minus-bottom="174"] {
    margin-bottom: -174px !important;
}

[data-margin-minus-top="175"] {
    margin-top: -175px !important;
}

[data-margin-minus-bottom="175"] {
    margin-bottom: -175px !important;
}

[data-margin-minus-top="176"] {
    margin-top: -176px !important;
}

[data-margin-minus-bottom="176"] {
    margin-bottom: -176px !important;
}

[data-margin-minus-top="177"] {
    margin-top: -177px !important;
}

[data-margin-minus-bottom="177"] {
    margin-bottom: -177px !important;
}

[data-margin-minus-top="178"] {
    margin-top: -178px !important;
}

[data-margin-minus-bottom="178"] {
    margin-bottom: -178px !important;
}

[data-margin-minus-top="179"] {
    margin-top: -179px !important;
}

[data-margin-minus-bottom="179"] {
    margin-bottom: -179px !important;
}

[data-margin-minus-top="180"] {
    margin-top: -180px !important;
}

[data-margin-minus-bottom="180"] {
    margin-bottom: -180px !important;
}

[data-margin-minus-top="181"] {
    margin-top: -181px !important;
}

[data-margin-minus-bottom="181"] {
    margin-bottom: -181px !important;
}

[data-margin-minus-top="182"] {
    margin-top: -182px !important;
}

[data-margin-minus-bottom="182"] {
    margin-bottom: -182px !important;
}

[data-margin-minus-top="183"] {
    margin-top: -183px !important;
}

[data-margin-minus-bottom="183"] {
    margin-bottom: -183px !important;
}

[data-margin-minus-top="184"] {
    margin-top: -184px !important;
}

[data-margin-minus-bottom="184"] {
    margin-bottom: -184px !important;
}

[data-margin-minus-top="185"] {
    margin-top: -185px !important;
}

[data-margin-minus-bottom="185"] {
    margin-bottom: -185px !important;
}

[data-margin-minus-top="186"] {
    margin-top: -186px !important;
}

[data-margin-minus-bottom="186"] {
    margin-bottom: -186px !important;
}

[data-margin-minus-top="187"] {
    margin-top: -187px !important;
}

[data-margin-minus-bottom="187"] {
    margin-bottom: -187px !important;
}

[data-margin-minus-top="188"] {
    margin-top: -188px !important;
}

[data-margin-minus-bottom="188"] {
    margin-bottom: -188px !important;
}

[data-margin-minus-top="189"] {
    margin-top: -189px !important;
}

[data-margin-minus-bottom="189"] {
    margin-bottom: -189px !important;
}

[data-margin-minus-top="190"] {
    margin-top: -190px !important;
}

[data-margin-minus-bottom="190"] {
    margin-bottom: -190px !important;
}

[data-margin-minus-top="191"] {
    margin-top: -191px !important;
}

[data-margin-minus-bottom="191"] {
    margin-bottom: -191px !important;
}

[data-margin-minus-top="192"] {
    margin-top: -192px !important;
}

[data-margin-minus-bottom="192"] {
    margin-bottom: -192px !important;
}

[data-margin-minus-top="193"] {
    margin-top: -193px !important;
}

[data-margin-minus-bottom="193"] {
    margin-bottom: -193px !important;
}

[data-margin-minus-top="194"] {
    margin-top: -194px !important;
}

[data-margin-minus-bottom="194"] {
    margin-bottom: -194px !important;
}

[data-margin-minus-top="195"] {
    margin-top: -195px !important;
}

[data-margin-minus-bottom="195"] {
    margin-bottom: -195px !important;
}

[data-margin-minus-top="196"] {
    margin-top: -196px !important;
}

[data-margin-minus-bottom="196"] {
    margin-bottom: -196px !important;
}

[data-margin-minus-top="197"] {
    margin-top: -197px !important;
}

[data-margin-minus-bottom="197"] {
    margin-bottom: -197px !important;
}

[data-margin-minus-top="198"] {
    margin-top: -198px !important;
}

[data-margin-minus-bottom="198"] {
    margin-bottom: -198px !important;
}

[data-margin-minus-top="199"] {
    margin-top: -199px !important;
}

[data-margin-minus-bottom="199"] {
    margin-bottom: -199px !important;
}

[data-margin-minus-top="200"] {
    margin-top: -200px !important;
}

[data-margin-minus-bottom="200"] {
    margin-bottom: -200px !important;
}

[data-margin-minus-top="201"] {
    margin-top: -201px !important;
}

[data-margin-minus-bottom="201"] {
    margin-bottom: -201px !important;
}

[data-margin-minus-top="202"] {
    margin-top: -202px !important;
}

[data-margin-minus-bottom="202"] {
    margin-bottom: -202px !important;
}

[data-margin-minus-top="203"] {
    margin-top: -203px !important;
}

[data-margin-minus-bottom="203"] {
    margin-bottom: -203px !important;
}

[data-margin-minus-top="204"] {
    margin-top: -204px !important;
}

[data-margin-minus-bottom="204"] {
    margin-bottom: -204px !important;
}

[data-margin-minus-top="205"] {
    margin-top: -205px !important;
}

[data-margin-minus-bottom="205"] {
    margin-bottom: -205px !important;
}

[data-margin-minus-top="206"] {
    margin-top: -206px !important;
}

[data-margin-minus-bottom="206"] {
    margin-bottom: -206px !important;
}

[data-margin-minus-top="207"] {
    margin-top: -207px !important;
}

[data-margin-minus-bottom="207"] {
    margin-bottom: -207px !important;
}

[data-margin-minus-top="208"] {
    margin-top: -208px !important;
}

[data-margin-minus-bottom="208"] {
    margin-bottom: -208px !important;
}

[data-margin-minus-top="209"] {
    margin-top: -209px !important;
}

[data-margin-minus-bottom="209"] {
    margin-bottom: -209px !important;
}

[data-margin-minus-top="210"] {
    margin-top: -210px !important;
}

[data-margin-minus-bottom="210"] {
    margin-bottom: -210px !important;
}

[data-margin-minus-top="211"] {
    margin-top: -211px !important;
}

[data-margin-minus-bottom="211"] {
    margin-bottom: -211px !important;
}

[data-margin-minus-top="212"] {
    margin-top: -212px !important;
}

[data-margin-minus-bottom="212"] {
    margin-bottom: -212px !important;
}

[data-margin-minus-top="213"] {
    margin-top: -213px !important;
}

[data-margin-minus-bottom="213"] {
    margin-bottom: -213px !important;
}

[data-margin-minus-top="214"] {
    margin-top: -214px !important;
}

[data-margin-minus-bottom="214"] {
    margin-bottom: -214px !important;
}

[data-margin-minus-top="215"] {
    margin-top: -215px !important;
}

[data-margin-minus-bottom="215"] {
    margin-bottom: -215px !important;
}

[data-margin-minus-top="216"] {
    margin-top: -216px !important;
}

[data-margin-minus-bottom="216"] {
    margin-bottom: -216px !important;
}

[data-margin-minus-top="217"] {
    margin-top: -217px !important;
}

[data-margin-minus-bottom="217"] {
    margin-bottom: -217px !important;
}

[data-margin-minus-top="218"] {
    margin-top: -218px !important;
}

[data-margin-minus-bottom="218"] {
    margin-bottom: -218px !important;
}

[data-margin-minus-top="219"] {
    margin-top: -219px !important;
}

[data-margin-minus-bottom="219"] {
    margin-bottom: -219px !important;
}

[data-margin-minus-top="220"] {
    margin-top: -220px !important;
}

[data-margin-minus-bottom="220"] {
    margin-bottom: -220px !important;
}

[data-margin-minus-top="221"] {
    margin-top: -221px !important;
}

[data-margin-minus-bottom="221"] {
    margin-bottom: -221px !important;
}

[data-margin-minus-top="222"] {
    margin-top: -222px !important;
}

[data-margin-minus-bottom="222"] {
    margin-bottom: -222px !important;
}

[data-margin-minus-top="223"] {
    margin-top: -223px !important;
}

[data-margin-minus-bottom="223"] {
    margin-bottom: -223px !important;
}

[data-margin-minus-top="224"] {
    margin-top: -224px !important;
}

[data-margin-minus-bottom="224"] {
    margin-bottom: -224px !important;
}

[data-margin-minus-top="225"] {
    margin-top: -225px !important;
}

[data-margin-minus-bottom="225"] {
    margin-bottom: -225px !important;
}

[data-margin-minus-top="226"] {
    margin-top: -226px !important;
}

[data-margin-minus-bottom="226"] {
    margin-bottom: -226px !important;
}

[data-margin-minus-top="227"] {
    margin-top: -227px !important;
}

[data-margin-minus-bottom="227"] {
    margin-bottom: -227px !important;
}

[data-margin-minus-top="228"] {
    margin-top: -228px !important;
}

[data-margin-minus-bottom="228"] {
    margin-bottom: -228px !important;
}

[data-margin-minus-top="229"] {
    margin-top: -229px !important;
}

[data-margin-minus-bottom="229"] {
    margin-bottom: -229px !important;
}

[data-margin-minus-top="230"] {
    margin-top: -230px !important;
}

[data-margin-minus-bottom="230"] {
    margin-bottom: -230px !important;
}

[data-margin-minus-top="231"] {
    margin-top: -231px !important;
}

[data-margin-minus-bottom="231"] {
    margin-bottom: -231px !important;
}

[data-margin-minus-top="232"] {
    margin-top: -232px !important;
}

[data-margin-minus-bottom="232"] {
    margin-bottom: -232px !important;
}

[data-margin-minus-top="233"] {
    margin-top: -233px !important;
}

[data-margin-minus-bottom="233"] {
    margin-bottom: -233px !important;
}

[data-margin-minus-top="234"] {
    margin-top: -234px !important;
}

[data-margin-minus-bottom="234"] {
    margin-bottom: -234px !important;
}

[data-margin-minus-top="235"] {
    margin-top: -235px !important;
}

[data-margin-minus-bottom="235"] {
    margin-bottom: -235px !important;
}

[data-margin-minus-top="236"] {
    margin-top: -236px !important;
}

[data-margin-minus-bottom="236"] {
    margin-bottom: -236px !important;
}

[data-margin-minus-top="237"] {
    margin-top: -237px !important;
}

[data-margin-minus-bottom="237"] {
    margin-bottom: -237px !important;
}

[data-margin-minus-top="238"] {
    margin-top: -238px !important;
}

[data-margin-minus-bottom="238"] {
    margin-bottom: -238px !important;
}

[data-margin-minus-top="239"] {
    margin-top: -239px !important;
}

[data-margin-minus-bottom="239"] {
    margin-bottom: -239px !important;
}

[data-margin-minus-top="240"] {
    margin-top: -240px !important;
}

[data-margin-minus-bottom="240"] {
    margin-bottom: -240px !important;
}

[data-margin-minus-top="241"] {
    margin-top: -241px !important;
}

[data-margin-minus-bottom="241"] {
    margin-bottom: -241px !important;
}

[data-margin-minus-top="242"] {
    margin-top: -242px !important;
}

[data-margin-minus-bottom="242"] {
    margin-bottom: -242px !important;
}

[data-margin-minus-top="243"] {
    margin-top: -243px !important;
}

[data-margin-minus-bottom="243"] {
    margin-bottom: -243px !important;
}

[data-margin-minus-top="244"] {
    margin-top: -244px !important;
}

[data-margin-minus-bottom="244"] {
    margin-bottom: -244px !important;
}

[data-margin-minus-top="245"] {
    margin-top: -245px !important;
}

[data-margin-minus-bottom="245"] {
    margin-bottom: -245px !important;
}

[data-margin-minus-top="246"] {
    margin-top: -246px !important;
}

[data-margin-minus-bottom="246"] {
    margin-bottom: -246px !important;
}

[data-margin-minus-top="247"] {
    margin-top: -247px !important;
}

[data-margin-minus-bottom="247"] {
    margin-bottom: -247px !important;
}

[data-margin-minus-top="248"] {
    margin-top: -248px !important;
}

[data-margin-minus-bottom="248"] {
    margin-bottom: -248px !important;
}

[data-margin-minus-top="249"] {
    margin-top: -249px !important;
}

[data-margin-minus-bottom="249"] {
    margin-bottom: -249px !important;
}

[data-margin-minus-top="250"] {
    margin-top: -250px !important;
}

[data-margin-minus-bottom="250"] {
    margin-bottom: -250px !important;
}

[data-margin-minus-top="251"] {
    margin-top: -251px !important;
}

[data-margin-minus-bottom="251"] {
    margin-bottom: -251px !important;
}

[data-margin-minus-top="252"] {
    margin-top: -252px !important;
}

[data-margin-minus-bottom="252"] {
    margin-bottom: -252px !important;
}

[data-margin-minus-top="253"] {
    margin-top: -253px !important;
}

[data-margin-minus-bottom="253"] {
    margin-bottom: -253px !important;
}

[data-margin-minus-top="254"] {
    margin-top: -254px !important;
}

[data-margin-minus-bottom="254"] {
    margin-bottom: -254px !important;
}

[data-margin-minus-top="255"] {
    margin-top: -255px !important;
}

[data-margin-minus-bottom="255"] {
    margin-bottom: -255px !important;
}

[data-margin-minus-top="256"] {
    margin-top: -256px !important;
}

[data-margin-minus-bottom="256"] {
    margin-bottom: -256px !important;
}

[data-margin-minus-top="257"] {
    margin-top: -257px !important;
}

[data-margin-minus-bottom="257"] {
    margin-bottom: -257px !important;
}

[data-margin-minus-top="258"] {
    margin-top: -258px !important;
}

[data-margin-minus-bottom="258"] {
    margin-bottom: -258px !important;
}

[data-margin-minus-top="259"] {
    margin-top: -259px !important;
}

[data-margin-minus-bottom="259"] {
    margin-bottom: -259px !important;
}

[data-margin-minus-top="260"] {
    margin-top: -260px !important;
}

[data-margin-minus-bottom="260"] {
    margin-bottom: -260px !important;
}

[data-margin-minus-top="261"] {
    margin-top: -261px !important;
}

[data-margin-minus-bottom="261"] {
    margin-bottom: -261px !important;
}

[data-margin-minus-top="262"] {
    margin-top: -262px !important;
}

[data-margin-minus-bottom="262"] {
    margin-bottom: -262px !important;
}

[data-margin-minus-top="263"] {
    margin-top: -263px !important;
}

[data-margin-minus-bottom="263"] {
    margin-bottom: -263px !important;
}

[data-margin-minus-top="264"] {
    margin-top: -264px !important;
}

[data-margin-minus-bottom="264"] {
    margin-bottom: -264px !important;
}

[data-margin-minus-top="265"] {
    margin-top: -265px !important;
}

[data-margin-minus-bottom="265"] {
    margin-bottom: -265px !important;
}

[data-margin-minus-top="266"] {
    margin-top: -266px !important;
}

[data-margin-minus-bottom="266"] {
    margin-bottom: -266px !important;
}

[data-margin-minus-top="267"] {
    margin-top: -267px !important;
}

[data-margin-minus-bottom="267"] {
    margin-bottom: -267px !important;
}

[data-margin-minus-top="268"] {
    margin-top: -268px !important;
}

[data-margin-minus-bottom="268"] {
    margin-bottom: -268px !important;
}

[data-margin-minus-top="269"] {
    margin-top: -269px !important;
}

[data-margin-minus-bottom="269"] {
    margin-bottom: -269px !important;
}

[data-margin-minus-top="270"] {
    margin-top: -270px !important;
}

[data-margin-minus-bottom="270"] {
    margin-bottom: -270px !important;
}

[data-margin-minus-top="271"] {
    margin-top: -271px !important;
}

[data-margin-minus-bottom="271"] {
    margin-bottom: -271px !important;
}

[data-margin-minus-top="272"] {
    margin-top: -272px !important;
}

[data-margin-minus-bottom="272"] {
    margin-bottom: -272px !important;
}

[data-margin-minus-top="273"] {
    margin-top: -273px !important;
}

[data-margin-minus-bottom="273"] {
    margin-bottom: -273px !important;
}

[data-margin-minus-top="274"] {
    margin-top: -274px !important;
}

[data-margin-minus-bottom="274"] {
    margin-bottom: -274px !important;
}

[data-margin-minus-top="275"] {
    margin-top: -275px !important;
}

[data-margin-minus-bottom="275"] {
    margin-bottom: -275px !important;
}

[data-margin-minus-top="276"] {
    margin-top: -276px !important;
}

[data-margin-minus-bottom="276"] {
    margin-bottom: -276px !important;
}

[data-margin-minus-top="277"] {
    margin-top: -277px !important;
}

[data-margin-minus-bottom="277"] {
    margin-bottom: -277px !important;
}

[data-margin-minus-top="278"] {
    margin-top: -278px !important;
}

[data-margin-minus-bottom="278"] {
    margin-bottom: -278px !important;
}

[data-margin-minus-top="279"] {
    margin-top: -279px !important;
}

[data-margin-minus-bottom="279"] {
    margin-bottom: -279px !important;
}

[data-margin-minus-top="280"] {
    margin-top: -280px !important;
}

[data-margin-minus-bottom="280"] {
    margin-bottom: -280px !important;
}

[data-margin-minus-top="281"] {
    margin-top: -281px !important;
}

[data-margin-minus-bottom="281"] {
    margin-bottom: -281px !important;
}

[data-margin-minus-top="282"] {
    margin-top: -282px !important;
}

[data-margin-minus-bottom="282"] {
    margin-bottom: -282px !important;
}

[data-margin-minus-top="283"] {
    margin-top: -283px !important;
}

[data-margin-minus-bottom="283"] {
    margin-bottom: -283px !important;
}

[data-margin-minus-top="284"] {
    margin-top: -284px !important;
}

[data-margin-minus-bottom="284"] {
    margin-bottom: -284px !important;
}

[data-margin-minus-top="285"] {
    margin-top: -285px !important;
}

[data-margin-minus-bottom="285"] {
    margin-bottom: -285px !important;
}

[data-margin-minus-top="286"] {
    margin-top: -286px !important;
}

[data-margin-minus-bottom="286"] {
    margin-bottom: -286px !important;
}

[data-margin-minus-top="287"] {
    margin-top: -287px !important;
}

[data-margin-minus-bottom="287"] {
    margin-bottom: -287px !important;
}

[data-margin-minus-top="288"] {
    margin-top: -288px !important;
}

[data-margin-minus-bottom="288"] {
    margin-bottom: -288px !important;
}

[data-margin-minus-top="289"] {
    margin-top: -289px !important;
}

[data-margin-minus-bottom="289"] {
    margin-bottom: -289px !important;
}

[data-margin-minus-top="290"] {
    margin-top: -290px !important;
}

[data-margin-minus-bottom="290"] {
    margin-bottom: -290px !important;
}

[data-margin-minus-top="291"] {
    margin-top: -291px !important;
}

[data-margin-minus-bottom="291"] {
    margin-bottom: -291px !important;
}

[data-margin-minus-top="292"] {
    margin-top: -292px !important;
}

[data-margin-minus-bottom="292"] {
    margin-bottom: -292px !important;
}

[data-margin-minus-top="293"] {
    margin-top: -293px !important;
}

[data-margin-minus-bottom="293"] {
    margin-bottom: -293px !important;
}

[data-margin-minus-top="294"] {
    margin-top: -294px !important;
}

[data-margin-minus-bottom="294"] {
    margin-bottom: -294px !important;
}

[data-margin-minus-top="295"] {
    margin-top: -295px !important;
}

[data-margin-minus-bottom="295"] {
    margin-bottom: -295px !important;
}

[data-margin-minus-top="296"] {
    margin-top: -296px !important;
}

[data-margin-minus-bottom="296"] {
    margin-bottom: -296px !important;
}

[data-margin-minus-top="297"] {
    margin-top: -297px !important;
}

[data-margin-minus-bottom="297"] {
    margin-bottom: -297px !important;
}

[data-margin-minus-top="298"] {
    margin-top: -298px !important;
}

[data-margin-minus-bottom="298"] {
    margin-bottom: -298px !important;
}

[data-margin-minus-top="299"] {
    margin-top: -299px !important;
}

[data-margin-minus-bottom="299"] {
    margin-bottom: -299px !important;
}

[data-margin-minus-top="300"] {
    margin-top: -300px !important;
}

[data-margin-minus-bottom="300"] {
    margin-bottom: -300px !important;
}

[data-margin-minus-top="301"] {
    margin-top: -301px !important;
}

[data-margin-minus-bottom="301"] {
    margin-bottom: -301px !important;
}

[data-margin-minus-top="302"] {
    margin-top: -302px !important;
}

[data-margin-minus-bottom="302"] {
    margin-bottom: -302px !important;
}

[data-margin-minus-top="303"] {
    margin-top: -303px !important;
}

[data-margin-minus-bottom="303"] {
    margin-bottom: -303px !important;
}

[data-margin-minus-top="304"] {
    margin-top: -304px !important;
}

[data-margin-minus-bottom="304"] {
    margin-bottom: -304px !important;
}

[data-margin-minus-top="305"] {
    margin-top: -305px !important;
}

[data-margin-minus-bottom="305"] {
    margin-bottom: -305px !important;
}

[data-margin-minus-top="306"] {
    margin-top: -306px !important;
}

[data-margin-minus-bottom="306"] {
    margin-bottom: -306px !important;
}

[data-margin-minus-top="307"] {
    margin-top: -307px !important;
}

[data-margin-minus-bottom="307"] {
    margin-bottom: -307px !important;
}

[data-margin-minus-top="308"] {
    margin-top: -308px !important;
}

[data-margin-minus-bottom="308"] {
    margin-bottom: -308px !important;
}

[data-margin-minus-top="309"] {
    margin-top: -309px !important;
}

[data-margin-minus-bottom="309"] {
    margin-bottom: -309px !important;
}

[data-margin-minus-top="310"] {
    margin-top: -310px !important;
}

[data-margin-minus-bottom="310"] {
    margin-bottom: -310px !important;
}

[data-margin-minus-top="311"] {
    margin-top: -311px !important;
}

[data-margin-minus-bottom="311"] {
    margin-bottom: -311px !important;
}

[data-margin-minus-top="312"] {
    margin-top: -312px !important;
}

[data-margin-minus-bottom="312"] {
    margin-bottom: -312px !important;
}

[data-margin-minus-top="313"] {
    margin-top: -313px !important;
}

[data-margin-minus-bottom="313"] {
    margin-bottom: -313px !important;
}

[data-margin-minus-top="314"] {
    margin-top: -314px !important;
}

[data-margin-minus-bottom="314"] {
    margin-bottom: -314px !important;
}

[data-margin-minus-top="315"] {
    margin-top: -315px !important;
}

[data-margin-minus-bottom="315"] {
    margin-bottom: -315px !important;
}

[data-margin-minus-top="316"] {
    margin-top: -316px !important;
}

[data-margin-minus-bottom="316"] {
    margin-bottom: -316px !important;
}

[data-margin-minus-top="317"] {
    margin-top: -317px !important;
}

[data-margin-minus-bottom="317"] {
    margin-bottom: -317px !important;
}

[data-margin-minus-top="318"] {
    margin-top: -318px !important;
}

[data-margin-minus-bottom="318"] {
    margin-bottom: -318px !important;
}

[data-margin-minus-top="319"] {
    margin-top: -319px !important;
}

[data-margin-minus-bottom="319"] {
    margin-bottom: -319px !important;
}

[data-margin-minus-top="320"] {
    margin-top: -320px !important;
}

[data-margin-minus-bottom="320"] {
    margin-bottom: -320px !important;
}

[data-margin-minus-top="321"] {
    margin-top: -321px !important;
}

[data-margin-minus-bottom="321"] {
    margin-bottom: -321px !important;
}

[data-margin-minus-top="322"] {
    margin-top: -322px !important;
}

[data-margin-minus-bottom="322"] {
    margin-bottom: -322px !important;
}

[data-margin-minus-top="323"] {
    margin-top: -323px !important;
}

[data-margin-minus-bottom="323"] {
    margin-bottom: -323px !important;
}

[data-margin-minus-top="324"] {
    margin-top: -324px !important;
}

[data-margin-minus-bottom="324"] {
    margin-bottom: -324px !important;
}

[data-margin-minus-top="325"] {
    margin-top: -325px !important;
}

[data-margin-minus-bottom="325"] {
    margin-bottom: -325px !important;
}

[data-margin-minus-top="326"] {
    margin-top: -326px !important;
}

[data-margin-minus-bottom="326"] {
    margin-bottom: -326px !important;
}

[data-margin-minus-top="327"] {
    margin-top: -327px !important;
}

[data-margin-minus-bottom="327"] {
    margin-bottom: -327px !important;
}

[data-margin-minus-top="328"] {
    margin-top: -328px !important;
}

[data-margin-minus-bottom="328"] {
    margin-bottom: -328px !important;
}

[data-margin-minus-top="329"] {
    margin-top: -329px !important;
}

[data-margin-minus-bottom="329"] {
    margin-bottom: -329px !important;
}

[data-margin-minus-top="330"] {
    margin-top: -330px !important;
}

[data-margin-minus-bottom="330"] {
    margin-bottom: -330px !important;
}

[data-margin-minus-top="331"] {
    margin-top: -331px !important;
}

[data-margin-minus-bottom="331"] {
    margin-bottom: -331px !important;
}

[data-margin-minus-top="332"] {
    margin-top: -332px !important;
}

[data-margin-minus-bottom="332"] {
    margin-bottom: -332px !important;
}

[data-margin-minus-top="333"] {
    margin-top: -333px !important;
}

[data-margin-minus-bottom="333"] {
    margin-bottom: -333px !important;
}

[data-margin-minus-top="334"] {
    margin-top: -334px !important;
}

[data-margin-minus-bottom="334"] {
    margin-bottom: -334px !important;
}

[data-margin-minus-top="335"] {
    margin-top: -335px !important;
}

[data-margin-minus-bottom="335"] {
    margin-bottom: -335px !important;
}

[data-margin-minus-top="336"] {
    margin-top: -336px !important;
}

[data-margin-minus-bottom="336"] {
    margin-bottom: -336px !important;
}

[data-margin-minus-top="337"] {
    margin-top: -337px !important;
}

[data-margin-minus-bottom="337"] {
    margin-bottom: -337px !important;
}

[data-margin-minus-top="338"] {
    margin-top: -338px !important;
}

[data-margin-minus-bottom="338"] {
    margin-bottom: -338px !important;
}

[data-margin-minus-top="339"] {
    margin-top: -339px !important;
}

[data-margin-minus-bottom="339"] {
    margin-bottom: -339px !important;
}

[data-margin-minus-top="340"] {
    margin-top: -340px !important;
}

[data-margin-minus-bottom="340"] {
    margin-bottom: -340px !important;
}

[data-margin-minus-top="341"] {
    margin-top: -341px !important;
}

[data-margin-minus-bottom="341"] {
    margin-bottom: -341px !important;
}

[data-margin-minus-top="342"] {
    margin-top: -342px !important;
}

[data-margin-minus-bottom="342"] {
    margin-bottom: -342px !important;
}

[data-margin-minus-top="343"] {
    margin-top: -343px !important;
}

[data-margin-minus-bottom="343"] {
    margin-bottom: -343px !important;
}

[data-margin-minus-top="344"] {
    margin-top: -344px !important;
}

[data-margin-minus-bottom="344"] {
    margin-bottom: -344px !important;
}

[data-margin-minus-top="345"] {
    margin-top: -345px !important;
}

[data-margin-minus-bottom="345"] {
    margin-bottom: -345px !important;
}

[data-margin-minus-top="346"] {
    margin-top: -346px !important;
}

[data-margin-minus-bottom="346"] {
    margin-bottom: -346px !important;
}

[data-margin-minus-top="347"] {
    margin-top: -347px !important;
}

[data-margin-minus-bottom="347"] {
    margin-bottom: -347px !important;
}

[data-margin-minus-top="348"] {
    margin-top: -348px !important;
}

[data-margin-minus-bottom="348"] {
    margin-bottom: -348px !important;
}

[data-margin-minus-top="349"] {
    margin-top: -349px !important;
}

[data-margin-minus-bottom="349"] {
    margin-bottom: -349px !important;
}

[data-margin-minus-top="350"] {
    margin-top: -350px !important;
}

[data-margin-minus-bottom="350"] {
    margin-bottom: -350px !important;
}

[data-margin-minus-top="351"] {
    margin-top: -351px !important;
}

[data-margin-minus-bottom="351"] {
    margin-bottom: -351px !important;
}

[data-margin-minus-top="352"] {
    margin-top: -352px !important;
}

[data-margin-minus-bottom="352"] {
    margin-bottom: -352px !important;
}

[data-margin-minus-top="353"] {
    margin-top: -353px !important;
}

[data-margin-minus-bottom="353"] {
    margin-bottom: -353px !important;
}

[data-margin-minus-top="354"] {
    margin-top: -354px !important;
}

[data-margin-minus-bottom="354"] {
    margin-bottom: -354px !important;
}

[data-margin-minus-top="355"] {
    margin-top: -355px !important;
}

[data-margin-minus-bottom="355"] {
    margin-bottom: -355px !important;
}

[data-margin-minus-top="356"] {
    margin-top: -356px !important;
}

[data-margin-minus-bottom="356"] {
    margin-bottom: -356px !important;
}

[data-margin-minus-top="357"] {
    margin-top: -357px !important;
}

[data-margin-minus-bottom="357"] {
    margin-bottom: -357px !important;
}

[data-margin-minus-top="358"] {
    margin-top: -358px !important;
}

[data-margin-minus-bottom="358"] {
    margin-bottom: -358px !important;
}

[data-margin-minus-top="359"] {
    margin-top: -359px !important;
}

[data-margin-minus-bottom="359"] {
    margin-bottom: -359px !important;
}

[data-margin-minus-top="360"] {
    margin-top: -360px !important;
}

[data-margin-minus-bottom="360"] {
    margin-bottom: -360px !important;
}

[data-margin-minus-top="361"] {
    margin-top: -361px !important;
}

[data-margin-minus-bottom="361"] {
    margin-bottom: -361px !important;
}

[data-margin-minus-top="362"] {
    margin-top: -362px !important;
}

[data-margin-minus-bottom="362"] {
    margin-bottom: -362px !important;
}

[data-margin-minus-top="363"] {
    margin-top: -363px !important;
}

[data-margin-minus-bottom="363"] {
    margin-bottom: -363px !important;
}

[data-margin-minus-top="364"] {
    margin-top: -364px !important;
}

[data-margin-minus-bottom="364"] {
    margin-bottom: -364px !important;
}

[data-margin-minus-top="365"] {
    margin-top: -365px !important;
}

[data-margin-minus-bottom="365"] {
    margin-bottom: -365px !important;
}

[data-margin-minus-top="366"] {
    margin-top: -366px !important;
}

[data-margin-minus-bottom="366"] {
    margin-bottom: -366px !important;
}

[data-margin-minus-top="367"] {
    margin-top: -367px !important;
}

[data-margin-minus-bottom="367"] {
    margin-bottom: -367px !important;
}

[data-margin-minus-top="368"] {
    margin-top: -368px !important;
}

[data-margin-minus-bottom="368"] {
    margin-bottom: -368px !important;
}

[data-margin-minus-top="369"] {
    margin-top: -369px !important;
}

[data-margin-minus-bottom="369"] {
    margin-bottom: -369px !important;
}

[data-margin-minus-top="370"] {
    margin-top: -370px !important;
}

[data-margin-minus-bottom="370"] {
    margin-bottom: -370px !important;
}

[data-margin-minus-top="371"] {
    margin-top: -371px !important;
}

[data-margin-minus-bottom="371"] {
    margin-bottom: -371px !important;
}

[data-margin-minus-top="372"] {
    margin-top: -372px !important;
}

[data-margin-minus-bottom="372"] {
    margin-bottom: -372px !important;
}

[data-margin-minus-top="373"] {
    margin-top: -373px !important;
}

[data-margin-minus-bottom="373"] {
    margin-bottom: -373px !important;
}

[data-margin-minus-top="374"] {
    margin-top: -374px !important;
}

[data-margin-minus-bottom="374"] {
    margin-bottom: -374px !important;
}

[data-margin-minus-top="375"] {
    margin-top: -375px !important;
}

[data-margin-minus-bottom="375"] {
    margin-bottom: -375px !important;
}

[data-margin-minus-top="376"] {
    margin-top: -376px !important;
}

[data-margin-minus-bottom="376"] {
    margin-bottom: -376px !important;
}

[data-margin-minus-top="377"] {
    margin-top: -377px !important;
}

[data-margin-minus-bottom="377"] {
    margin-bottom: -377px !important;
}

[data-margin-minus-top="378"] {
    margin-top: -378px !important;
}

[data-margin-minus-bottom="378"] {
    margin-bottom: -378px !important;
}

[data-margin-minus-top="379"] {
    margin-top: -379px !important;
}

[data-margin-minus-bottom="379"] {
    margin-bottom: -379px !important;
}

[data-margin-minus-top="380"] {
    margin-top: -380px !important;
}

[data-margin-minus-bottom="380"] {
    margin-bottom: -380px !important;
}

[data-margin-minus-top="381"] {
    margin-top: -381px !important;
}

[data-margin-minus-bottom="381"] {
    margin-bottom: -381px !important;
}

[data-margin-minus-top="382"] {
    margin-top: -382px !important;
}

[data-margin-minus-bottom="382"] {
    margin-bottom: -382px !important;
}

[data-margin-minus-top="383"] {
    margin-top: -383px !important;
}

[data-margin-minus-bottom="383"] {
    margin-bottom: -383px !important;
}

[data-margin-minus-top="384"] {
    margin-top: -384px !important;
}

[data-margin-minus-bottom="384"] {
    margin-bottom: -384px !important;
}

[data-margin-minus-top="385"] {
    margin-top: -385px !important;
}

[data-margin-minus-bottom="385"] {
    margin-bottom: -385px !important;
}

[data-margin-minus-top="386"] {
    margin-top: -386px !important;
}

[data-margin-minus-bottom="386"] {
    margin-bottom: -386px !important;
}

[data-margin-minus-top="387"] {
    margin-top: -387px !important;
}

[data-margin-minus-bottom="387"] {
    margin-bottom: -387px !important;
}

[data-margin-minus-top="388"] {
    margin-top: -388px !important;
}

[data-margin-minus-bottom="388"] {
    margin-bottom: -388px !important;
}

[data-margin-minus-top="389"] {
    margin-top: -389px !important;
}

[data-margin-minus-bottom="389"] {
    margin-bottom: -389px !important;
}

[data-margin-minus-top="390"] {
    margin-top: -390px !important;
}

[data-margin-minus-bottom="390"] {
    margin-bottom: -390px !important;
}

[data-margin-minus-top="391"] {
    margin-top: -391px !important;
}

[data-margin-minus-bottom="391"] {
    margin-bottom: -391px !important;
}

[data-margin-minus-top="392"] {
    margin-top: -392px !important;
}

[data-margin-minus-bottom="392"] {
    margin-bottom: -392px !important;
}

[data-margin-minus-top="393"] {
    margin-top: -393px !important;
}

[data-margin-minus-bottom="393"] {
    margin-bottom: -393px !important;
}

[data-margin-minus-top="394"] {
    margin-top: -394px !important;
}

[data-margin-minus-bottom="394"] {
    margin-bottom: -394px !important;
}

[data-margin-minus-top="395"] {
    margin-top: -395px !important;
}

[data-margin-minus-bottom="395"] {
    margin-bottom: -395px !important;
}

[data-margin-minus-top="396"] {
    margin-top: -396px !important;
}

[data-margin-minus-bottom="396"] {
    margin-bottom: -396px !important;
}

[data-margin-minus-top="397"] {
    margin-top: -397px !important;
}

[data-margin-minus-bottom="397"] {
    margin-bottom: -397px !important;
}

[data-margin-minus-top="398"] {
    margin-top: -398px !important;
}

[data-margin-minus-bottom="398"] {
    margin-bottom: -398px !important;
}

[data-margin-minus-top="399"] {
    margin-top: -399px !important;
}

[data-margin-minus-bottom="399"] {
    margin-bottom: -399px !important;
}

[data-margin-minus-top="400"] {
    margin-top: -400px !important;
}

[data-margin-minus-bottom="400"] {
    margin-bottom: -400px !important;
}

[data-margin-minus-top="401"] {
    margin-top: -401px !important;
}

[data-margin-minus-bottom="401"] {
    margin-bottom: -401px !important;
}

[data-margin-minus-top="402"] {
    margin-top: -402px !important;
}

[data-margin-minus-bottom="402"] {
    margin-bottom: -402px !important;
}

[data-margin-minus-top="403"] {
    margin-top: -403px !important;
}

[data-margin-minus-bottom="403"] {
    margin-bottom: -403px !important;
}

[data-margin-minus-top="404"] {
    margin-top: -404px !important;
}

[data-margin-minus-bottom="404"] {
    margin-bottom: -404px !important;
}

[data-margin-minus-top="405"] {
    margin-top: -405px !important;
}

[data-margin-minus-bottom="405"] {
    margin-bottom: -405px !important;
}

[data-margin-minus-top="406"] {
    margin-top: -406px !important;
}

[data-margin-minus-bottom="406"] {
    margin-bottom: -406px !important;
}

[data-margin-minus-top="407"] {
    margin-top: -407px !important;
}

[data-margin-minus-bottom="407"] {
    margin-bottom: -407px !important;
}

[data-margin-minus-top="408"] {
    margin-top: -408px !important;
}

[data-margin-minus-bottom="408"] {
    margin-bottom: -408px !important;
}

[data-margin-minus-top="409"] {
    margin-top: -409px !important;
}

[data-margin-minus-bottom="409"] {
    margin-bottom: -409px !important;
}

[data-margin-minus-top="410"] {
    margin-top: -410px !important;
}

[data-margin-minus-bottom="410"] {
    margin-bottom: -410px !important;
}

[data-margin-minus-top="411"] {
    margin-top: -411px !important;
}

[data-margin-minus-bottom="411"] {
    margin-bottom: -411px !important;
}

[data-margin-minus-top="412"] {
    margin-top: -412px !important;
}

[data-margin-minus-bottom="412"] {
    margin-bottom: -412px !important;
}

[data-margin-minus-top="413"] {
    margin-top: -413px !important;
}

[data-margin-minus-bottom="413"] {
    margin-bottom: -413px !important;
}

[data-margin-minus-top="414"] {
    margin-top: -414px !important;
}

[data-margin-minus-bottom="414"] {
    margin-bottom: -414px !important;
}

[data-margin-minus-top="415"] {
    margin-top: -415px !important;
}

[data-margin-minus-bottom="415"] {
    margin-bottom: -415px !important;
}

[data-margin-minus-top="416"] {
    margin-top: -416px !important;
}

[data-margin-minus-bottom="416"] {
    margin-bottom: -416px !important;
}

[data-margin-minus-top="417"] {
    margin-top: -417px !important;
}

[data-margin-minus-bottom="417"] {
    margin-bottom: -417px !important;
}

[data-margin-minus-top="418"] {
    margin-top: -418px !important;
}

[data-margin-minus-bottom="418"] {
    margin-bottom: -418px !important;
}

[data-margin-minus-top="419"] {
    margin-top: -419px !important;
}

[data-margin-minus-bottom="419"] {
    margin-bottom: -419px !important;
}

[data-margin-minus-top="420"] {
    margin-top: -420px !important;
}

[data-margin-minus-bottom="420"] {
    margin-bottom: -420px !important;
}

[data-margin-minus-top="421"] {
    margin-top: -421px !important;
}

[data-margin-minus-bottom="421"] {
    margin-bottom: -421px !important;
}

[data-margin-minus-top="422"] {
    margin-top: -422px !important;
}

[data-margin-minus-bottom="422"] {
    margin-bottom: -422px !important;
}

[data-margin-minus-top="423"] {
    margin-top: -423px !important;
}

[data-margin-minus-bottom="423"] {
    margin-bottom: -423px !important;
}

[data-margin-minus-top="424"] {
    margin-top: -424px !important;
}

[data-margin-minus-bottom="424"] {
    margin-bottom: -424px !important;
}

[data-margin-minus-top="425"] {
    margin-top: -425px !important;
}

[data-margin-minus-bottom="425"] {
    margin-bottom: -425px !important;
}

[data-margin-minus-top="426"] {
    margin-top: -426px !important;
}

[data-margin-minus-bottom="426"] {
    margin-bottom: -426px !important;
}

[data-margin-minus-top="427"] {
    margin-top: -427px !important;
}

[data-margin-minus-bottom="427"] {
    margin-bottom: -427px !important;
}

[data-margin-minus-top="428"] {
    margin-top: -428px !important;
}

[data-margin-minus-bottom="428"] {
    margin-bottom: -428px !important;
}

[data-margin-minus-top="429"] {
    margin-top: -429px !important;
}

[data-margin-minus-bottom="429"] {
    margin-bottom: -429px !important;
}

[data-margin-minus-top="430"] {
    margin-top: -430px !important;
}

[data-margin-minus-bottom="430"] {
    margin-bottom: -430px !important;
}

[data-margin-minus-top="431"] {
    margin-top: -431px !important;
}

[data-margin-minus-bottom="431"] {
    margin-bottom: -431px !important;
}

[data-margin-minus-top="432"] {
    margin-top: -432px !important;
}

[data-margin-minus-bottom="432"] {
    margin-bottom: -432px !important;
}

[data-margin-minus-top="433"] {
    margin-top: -433px !important;
}

[data-margin-minus-bottom="433"] {
    margin-bottom: -433px !important;
}

[data-margin-minus-top="434"] {
    margin-top: -434px !important;
}

[data-margin-minus-bottom="434"] {
    margin-bottom: -434px !important;
}

[data-margin-minus-top="435"] {
    margin-top: -435px !important;
}

[data-margin-minus-bottom="435"] {
    margin-bottom: -435px !important;
}

[data-margin-minus-top="436"] {
    margin-top: -436px !important;
}

[data-margin-minus-bottom="436"] {
    margin-bottom: -436px !important;
}

[data-margin-minus-top="437"] {
    margin-top: -437px !important;
}

[data-margin-minus-bottom="437"] {
    margin-bottom: -437px !important;
}

[data-margin-minus-top="438"] {
    margin-top: -438px !important;
}

[data-margin-minus-bottom="438"] {
    margin-bottom: -438px !important;
}

[data-margin-minus-top="439"] {
    margin-top: -439px !important;
}

[data-margin-minus-bottom="439"] {
    margin-bottom: -439px !important;
}

[data-margin-minus-top="440"] {
    margin-top: -440px !important;
}

[data-margin-minus-bottom="440"] {
    margin-bottom: -440px !important;
}

[data-margin-minus-top="441"] {
    margin-top: -441px !important;
}

[data-margin-minus-bottom="441"] {
    margin-bottom: -441px !important;
}

[data-margin-minus-top="442"] {
    margin-top: -442px !important;
}

[data-margin-minus-bottom="442"] {
    margin-bottom: -442px !important;
}

[data-margin-minus-top="443"] {
    margin-top: -443px !important;
}

[data-margin-minus-bottom="443"] {
    margin-bottom: -443px !important;
}

[data-margin-minus-top="444"] {
    margin-top: -444px !important;
}

[data-margin-minus-bottom="444"] {
    margin-bottom: -444px !important;
}

[data-margin-minus-top="445"] {
    margin-top: -445px !important;
}

[data-margin-minus-bottom="445"] {
    margin-bottom: -445px !important;
}

[data-margin-minus-top="446"] {
    margin-top: -446px !important;
}

[data-margin-minus-bottom="446"] {
    margin-bottom: -446px !important;
}

[data-margin-minus-top="447"] {
    margin-top: -447px !important;
}

[data-margin-minus-bottom="447"] {
    margin-bottom: -447px !important;
}

[data-margin-minus-top="448"] {
    margin-top: -448px !important;
}

[data-margin-minus-bottom="448"] {
    margin-bottom: -448px !important;
}

[data-margin-minus-top="449"] {
    margin-top: -449px !important;
}

[data-margin-minus-bottom="449"] {
    margin-bottom: -449px !important;
}

[data-margin-minus-top="450"] {
    margin-top: -450px !important;
}

[data-margin-minus-bottom="450"] {
    margin-bottom: -450px !important;
}

[data-margin-minus-top="451"] {
    margin-top: -451px !important;
}

[data-margin-minus-bottom="451"] {
    margin-bottom: -451px !important;
}

[data-margin-minus-top="452"] {
    margin-top: -452px !important;
}

[data-margin-minus-bottom="452"] {
    margin-bottom: -452px !important;
}

[data-margin-minus-top="453"] {
    margin-top: -453px !important;
}

[data-margin-minus-bottom="453"] {
    margin-bottom: -453px !important;
}

[data-margin-minus-top="454"] {
    margin-top: -454px !important;
}

[data-margin-minus-bottom="454"] {
    margin-bottom: -454px !important;
}

[data-margin-minus-top="455"] {
    margin-top: -455px !important;
}

[data-margin-minus-bottom="455"] {
    margin-bottom: -455px !important;
}

[data-margin-minus-top="456"] {
    margin-top: -456px !important;
}

[data-margin-minus-bottom="456"] {
    margin-bottom: -456px !important;
}

[data-margin-minus-top="457"] {
    margin-top: -457px !important;
}

[data-margin-minus-bottom="457"] {
    margin-bottom: -457px !important;
}

[data-margin-minus-top="458"] {
    margin-top: -458px !important;
}

[data-margin-minus-bottom="458"] {
    margin-bottom: -458px !important;
}

[data-margin-minus-top="459"] {
    margin-top: -459px !important;
}

[data-margin-minus-bottom="459"] {
    margin-bottom: -459px !important;
}

[data-margin-minus-top="460"] {
    margin-top: -460px !important;
}

[data-margin-minus-bottom="460"] {
    margin-bottom: -460px !important;
}

[data-margin-minus-top="461"] {
    margin-top: -461px !important;
}

[data-margin-minus-bottom="461"] {
    margin-bottom: -461px !important;
}

[data-margin-minus-top="462"] {
    margin-top: -462px !important;
}

[data-margin-minus-bottom="462"] {
    margin-bottom: -462px !important;
}

[data-margin-minus-top="463"] {
    margin-top: -463px !important;
}

[data-margin-minus-bottom="463"] {
    margin-bottom: -463px !important;
}

[data-margin-minus-top="464"] {
    margin-top: -464px !important;
}

[data-margin-minus-bottom="464"] {
    margin-bottom: -464px !important;
}

[data-margin-minus-top="465"] {
    margin-top: -465px !important;
}

[data-margin-minus-bottom="465"] {
    margin-bottom: -465px !important;
}

[data-margin-minus-top="466"] {
    margin-top: -466px !important;
}

[data-margin-minus-bottom="466"] {
    margin-bottom: -466px !important;
}

[data-margin-minus-top="467"] {
    margin-top: -467px !important;
}

[data-margin-minus-bottom="467"] {
    margin-bottom: -467px !important;
}

[data-margin-minus-top="468"] {
    margin-top: -468px !important;
}

[data-margin-minus-bottom="468"] {
    margin-bottom: -468px !important;
}

[data-margin-minus-top="469"] {
    margin-top: -469px !important;
}

[data-margin-minus-bottom="469"] {
    margin-bottom: -469px !important;
}

[data-margin-minus-top="470"] {
    margin-top: -470px !important;
}

[data-margin-minus-bottom="470"] {
    margin-bottom: -470px !important;
}

[data-margin-minus-top="471"] {
    margin-top: -471px !important;
}

[data-margin-minus-bottom="471"] {
    margin-bottom: -471px !important;
}

[data-margin-minus-top="472"] {
    margin-top: -472px !important;
}

[data-margin-minus-bottom="472"] {
    margin-bottom: -472px !important;
}

[data-margin-minus-top="473"] {
    margin-top: -473px !important;
}

[data-margin-minus-bottom="473"] {
    margin-bottom: -473px !important;
}

[data-margin-minus-top="474"] {
    margin-top: -474px !important;
}

[data-margin-minus-bottom="474"] {
    margin-bottom: -474px !important;
}

[data-margin-minus-top="475"] {
    margin-top: -475px !important;
}

[data-margin-minus-bottom="475"] {
    margin-bottom: -475px !important;
}

[data-margin-minus-top="476"] {
    margin-top: -476px !important;
}

[data-margin-minus-bottom="476"] {
    margin-bottom: -476px !important;
}

[data-margin-minus-top="477"] {
    margin-top: -477px !important;
}

[data-margin-minus-bottom="477"] {
    margin-bottom: -477px !important;
}

[data-margin-minus-top="478"] {
    margin-top: -478px !important;
}

[data-margin-minus-bottom="478"] {
    margin-bottom: -478px !important;
}

[data-margin-minus-top="479"] {
    margin-top: -479px !important;
}

[data-margin-minus-bottom="479"] {
    margin-bottom: -479px !important;
}

[data-margin-minus-top="480"] {
    margin-top: -480px !important;
}

[data-margin-minus-bottom="480"] {
    margin-bottom: -480px !important;
}

[data-margin-minus-top="481"] {
    margin-top: -481px !important;
}

[data-margin-minus-bottom="481"] {
    margin-bottom: -481px !important;
}

[data-margin-minus-top="482"] {
    margin-top: -482px !important;
}

[data-margin-minus-bottom="482"] {
    margin-bottom: -482px !important;
}

[data-margin-minus-top="483"] {
    margin-top: -483px !important;
}

[data-margin-minus-bottom="483"] {
    margin-bottom: -483px !important;
}

[data-margin-minus-top="484"] {
    margin-top: -484px !important;
}

[data-margin-minus-bottom="484"] {
    margin-bottom: -484px !important;
}

[data-margin-minus-top="485"] {
    margin-top: -485px !important;
}

[data-margin-minus-bottom="485"] {
    margin-bottom: -485px !important;
}

[data-margin-minus-top="486"] {
    margin-top: -486px !important;
}

[data-margin-minus-bottom="486"] {
    margin-bottom: -486px !important;
}

[data-margin-minus-top="487"] {
    margin-top: -487px !important;
}

[data-margin-minus-bottom="487"] {
    margin-bottom: -487px !important;
}

[data-margin-minus-top="488"] {
    margin-top: -488px !important;
}

[data-margin-minus-bottom="488"] {
    margin-bottom: -488px !important;
}

[data-margin-minus-top="489"] {
    margin-top: -489px !important;
}

[data-margin-minus-bottom="489"] {
    margin-bottom: -489px !important;
}

[data-margin-minus-top="490"] {
    margin-top: -490px !important;
}

[data-margin-minus-bottom="490"] {
    margin-bottom: -490px !important;
}

[data-margin-minus-top="491"] {
    margin-top: -491px !important;
}

[data-margin-minus-bottom="491"] {
    margin-bottom: -491px !important;
}

[data-margin-minus-top="492"] {
    margin-top: -492px !important;
}

[data-margin-minus-bottom="492"] {
    margin-bottom: -492px !important;
}

[data-margin-minus-top="493"] {
    margin-top: -493px !important;
}

[data-margin-minus-bottom="493"] {
    margin-bottom: -493px !important;
}

[data-margin-minus-top="494"] {
    margin-top: -494px !important;
}

[data-margin-minus-bottom="494"] {
    margin-bottom: -494px !important;
}

[data-margin-minus-top="495"] {
    margin-top: -495px !important;
}

[data-margin-minus-bottom="495"] {
    margin-bottom: -495px !important;
}

[data-margin-minus-top="496"] {
    margin-top: -496px !important;
}

[data-margin-minus-bottom="496"] {
    margin-bottom: -496px !important;
}

[data-margin-minus-top="497"] {
    margin-top: -497px !important;
}

[data-margin-minus-bottom="497"] {
    margin-bottom: -497px !important;
}

[data-margin-minus-top="498"] {
    margin-top: -498px !important;
}

[data-margin-minus-bottom="498"] {
    margin-bottom: -498px !important;
}

[data-margin-minus-top="499"] {
    margin-top: -499px !important ;
}

[data-margin-minus-bottom="499"] {
    margin-bottom: -499px !important;
}

[data-margin-minus-top="500"] {
    margin-top: -500px !important;
}

[data-margin-minus-bottom="500"] {
    margin-bottom: -500px !important;
}

@media only screen and (max-width: 1700px){
    .creative-agency-call-to-action .right-image-wrap {
        right: -20%;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
    .case-studies-slider-active .owl-item.active.center {
        width: 750px !important
    }

    .case-studies-slider-active .owl-item.active {
        width: 250px !important
    }

    .portfolio-home-header-area .right-image {
        position: absolute;
        right: 5%;
        bottom: 0
    }

    .construction-quote-area .right-image {
        right: 0
    }

    .cagency-header-static .header-area .right-image {
        right: -15%
    }

    .creative-agency-call-to-action .right-image-wrap {
        right: -25%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .title {
        font-size: 65px;
        line-height: 75px
    }

    .nav-right-content {
        display: none !important
    }

    .case-studies-slider-active .owl-item.active.center {
        width: 650px !important
    }

    .case-studies-slider-active .owl-item.active {
        width: 250px !important
    }

    .quality-content-wrapper {
        margin-left: 50px
    }

    .quote-block-with-sign p {
        font-size: 22px
    }

    .single-icon-box-01 {
        padding: 20px
    }

    .blog-grid-carousel .owl-nav div.owl-next {
        right: 0
    }

    .blog-grid-carousel .owl-nav div {
        left: 0
    }

    .single-testimonial-item-02 .quote-details {
        padding: 65px 40px 80px 60px
    }

    .single-our-attoryney-item .img-wrapper .bg-image {
        min-height: 300px
    }

    .case-category-list .single-case-item .content .title {
        font-size: 24px;
        line-height: 34px
    }

    .experience-content-02 {
        padding: 130px 0 140px 50px
    }

    .single-contact-item {
        padding: 25px 10px
    }

    .singler-counterup-item-01 .content .count-wrap {
        font-size: 40px;
        line-height: 50px
    }

    .portfolio-about-us-section .img-wrapper .shape-06, .portfolio-home-header-area .right-image {
        display: none
    }

    .header-style-03.header-variant-06 .logo-wrapper:after {
        left: -5%;
        top: -32px;
        width: 110%;
        height: 91px;
        clip-path: none
    }

    .header-inner.logistics-home .title {
        font-size: 50px;
        line-height: 70px
    }

    .header-style-03.header-variant-06 .navbar-area.nav-fixed .logo-wrapper:after {
        height: 80px;
        clip-path: none
    }

    .construction-quote-area .right-image {
        right: -20%
    }

    .construction-video-wrap .experience-wrap {
        left: -20px
    }

    .cagency-header-static .header-area .right-image {
        display: none
    }

    .header-style-03.header-variant-08 .navbar-area .nav-container {
        padding: 0
    }

    .creative-agency-call-to-action .right-image-wrap {
        display: none
    }

    .header-style-03.header-variant-07 .responsive-mobile-menu:after {
        top: -25px;
        height: 121px;
        z-index: -1
    }
}

@media only screen and (max-width: 991px) {
    .product-widget-area {
        margin-top: 40px
    }

    .nav-right-content {
        display: none !important
    }

    .header-area .header-video {
        display: none
    }

    .navbar-area .navbar-collapse {
        position: absolute;
        top: 100%;
        background: #fff;
        z-index: 9;
        right: 0;
        width: 100%;
        padding-left: 20px
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
        color: var(--paragraph-color) !important;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        color: var(--paragraph-color) !important;
    }

    .header-bottom-area.padding-bottom-80.padding-top-80 {
        padding-top: 40px
    }

    .experience-content .content {
        position: initial;
        top: 0;
        transform: translateY(0)
    }

    .experience-content .content .title {
        max-width: inherit;
        margin-bottom: 40px
    }

    .case-studies-slider-active .owl-item.active.center {
        width: 750px !important
    }

    .case-studies-slider-active .owl-item.active {
        width: 250px !important
    }

    .call-to-action-inner {
        display: block
    }

    .header-bottom-area.bg-blue.padding-bottom-120 {
        padding-bottom: 90px
    }

    .single-testimonial-item-02 .content .description {
        font-size: 26px
    }

    .single-testimonial-item .content .description {
        font-size: 32px;
        line-height: 42px
    }

    .quality-content-wrapper {
        margin-left: 30px
    }

    .quality-content-wrapper {
        max-width: inherit;
        padding-right: 30px
    }

    .single-what-img img {
        width: 100%
    }

    .single-what-we-cover-item-02 .icon-02 {
        margin-top: -40px
    }

    .experience-content-02::after {
        background-color: transparent
    }

    .single-header-bottom-item {
        margin-bottom: 30px
    }

    .pricing-plan-area.bg-liteblue.price-inner.padding-bottom-120.padding-top-110 {
        padding-bottom: 90px
    }

    .pricing-plan-area.bg-liteblue.price-inner.padding-bottom-120.margin-top-50.padding-top-110 {
        padding-bottom: 90px
    }

    .single-header-bottom-item-02 {
        border: 1px solid #d7d7d7
    }

    .testimonial-area .section-title-inner {
        margin-bottom: 40px
    }

    .what-we-cover.bg-image {
        padding: 120px 0
    }

    .single-what-we-cover-item-03 {
        padding: 0;
        padding-bottom: 10px
    }

    .single-testimonial-item .icon {
        margin-right: 50px
    }

    .single-testimonial-item-03 .thumb {
        max-width: 250px
    }

    .inner-contact-section.padding-top-120.padding-bottom-120 {
        padding-bottom: 90px
    }

    .single-contact-item {
        margin-bottom: 30px
    }

    .experience-content-03 {
        padding-top: 55px
    }

    .case-category-list .single-case-item {
        width: calc(100% / 2)
    }

    .case-category-list.white .single-case-item + .single-case-item {
        border: 1px solid rgba(255, 255, 255, .2)
    }

    .single-testimonial-item-03 {
        display: block
    }

    .single-testimonial-item-02 .quote-details {
        padding: 65px 40px 57px 50px
    }

    .single-testimonial-item-02 .quote-details p {
        font-size: 24px;
        line-height: 40px
    }

    .experience-content-03.section-padding {
        padding: 50px 0 0
    }

    .case-sidebar, .practice-sidebar, .widget-area, .widget-nav-menu {
        margin-top: 40px
    }

    .pricing-plan-area.bg-image.bg-liteblue.price-inner.padding-bottom-120.padding-top-110 {
        padding-bottom: 90px
    }

    .pricing-plan-area.price-inner.padding-bottom-120.margin-top-70.padding-top-110 {
        padding-bottom: 90px
    }

    .single-price-plan-01 {
        margin-bottom: 30px
    }

    .attorney-contact-form-wrap {
        margin-top: 40px
    }

    .bottom-content-area.padding-top-120 {
        padding-top: 40px
    }

    .contact-page-form-wrap {
        margin-top: 60px
    }

    .case-category-list .single-case-item .icon {
        font-size: 50px;
        line-height: 60px
    }

    .map-wrapper .contact-wrapper {
        left: 0
    }

    .map-img {
        padding-top: 60px
    }

    #map-2 {
        min-height: 500px
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper {
        position: initial;
        box-shadow: none;
        width: 100%;
        max-width: 100%
    }

    .xg-mega-menu-container {
        padding: 10px 0
    }

    .xg-mega-menu-single-column-wrap {
        margin-bottom: 20px
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover .sub-menu {
        margin-top: 10px
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: none
    }

    .navbar-area .navbar-collapse {
        z-index: 99999
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before {
        color: var(--paragraph-color);
        padding-right: 19px
    }

    .single-donation-mega-menu-item .boxed-btn {
        text-align: center
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
        line-height: 26px !important
    }

    .single-product-item-3 {
        display: inline-block
    }

    .single-product-item-3 .thumb {
        height: auto
    }

    .singler-counterup-item-01 {
        margin-bottom: 30px
    }

    .experience-content-02 {
        padding-left: 15px;
        padding-right: 30px
    }

    .experience-content-02 .sign-area p, .experience-content-02 p {
        width: 100%;
        max-width: 100%
    }

    .single-testimonial-item-03 .thumb {
        max-width: initial;
        margin-top: 40px
    }

    .what-we-cover.bg-image {
        padding-bottom: 60px
    }

    .donation_wrapper .payment-gateway-wrapper ul li {
        max-width: 80px
    }

    .donation_wrapper .payment-gateway-wrapper ul li + li {
        margin-left: 10px
    }

    .contact_map {
        margin-bottom: 120px;
        height: 400px
    }

    .contact_map iframe {
        height: 400px
    }

    .user-dashboard-card {
        margin-bottom: 30px
    }

    .mobile-cart a {
        display: inline-block;
        position: absolute;
        right: 80px;
        top: 25px
    }

    .portfolio-about-us-section .img-wrapper .shape-06, .portfolio-home-header-area .right-image {
        display: none
    }

    .portfolio-home-header-area {
        padding: 250px 0 200px
    }

    .single-counterup-03 {
        margin-bottom: 30px
    }

    .portfolio-about-us-section .right-content-area {
        margin-top: 50px
    }

    .single-expertice-area .title {
        font-size: 23px;
        line-height: 32px
    }

    .portfolio-cta-area .right-content-wrap {
        display: none
    }

    .header-style-03.header-variant-06 .logo-wrapper:after {
        left: -5%;
        top: -28px;
        width: 170px;
        height: 81px;
        clip-path: none
    }

    .top-bar-area.header-variant-06 .top-bar-inner {
        padding-left: 0
    }

    .header-style-03.header-variant-06 .mobile-cart a .pcount {
        color: #fff
    }

    .header-style-03.header-variant-06 .mobile-cart a {
        display: inline-block;
        position: absolute;
        right: 80px;
        top: 8px;
        color: var(--paragraph-color)
    }

    .header-style-03.header-variant-06 {
        z-index: 2
    }

    .header-style-03.header-variant-06 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before {
        top: 20px;
        right: 20px
    }

    .xg_mega_menu_wrapper {
        max-width: 100%;
        top: auto
    }

    .single-logistic-key-feature-one {
        width: 50%
    }

    .lkey-features-list {
        flex-wrap: wrap
    }

    .logistic-counterup-item {
        margin-bottom: 30px
    }

    .logistic-faq-wrapper {
        margin-top: 60px
    }

    .construction-quote-area .right-image {
        display: none
    }

    .construction-video-wrap .experience-wrap {
        left: -20px
    }

    .construction-video-wrap {
        margin-bottom: 100px
    }

    .construction-counterup-item {
        margin-bottom: 30px
    }

    .construction-case-study-carousel .owl-stage {
        left: 0
    }

    .construction-support-area .support-inner .left-content-wrap {
        display: none
    }

    .construction-support-area .support-inner {
        justify-content: center
    }

    .header-style-03.header-variant-09 .mobile-cart a {
        top: 10px
    }

    .header-style-03.header-variant-09 .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
        background-color: #fff
    }

    .header-style-03.header-variant-09 {
        z-index: 1
    }

    .header-style-03.header-variant-07 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before, .header-style-03.header-variant-07 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before, .header-style-03.header-variant-08 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before, .header-style-03.header-variant-08 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before, .header-style-03.header-variant-09 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before, .header-style-03.header-variant-09 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before {
        position: absolute;
        right: 20px
    }

    .header-style-03.header-variant-07 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before, .header-style-03.header-variant-08 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before, .header-style-03.header-variant-09 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before {
        top: 30px
    }

    .xg-mega-menu-container {
        padding: 10px 0;
        width: 100%;
        max-width: 100%
    }

    .cagency-header-static .header-area .right-image {
        display: none
    }

    .header-style-03.header-variant-08 .navbar-area .nav-container {
        padding: 0
    }

    .creative-agency-call-to-action .right-image-wrap {
        display: none
    }

    .cagency-header-static .header-area {
        padding: 150px 0 100px
    }

    .header-style-03.header-variant-08 {
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }

    .header-style-03.header-variant-08 .mobile-cart a {
        color: var(--paragraph-color)
    }

    .cagency-counterup-item {
        margin-bottom: 60px
    }

    .cagency-work-process-list {
        flex-wrap: wrap;
        justify-content: initial
    }

    .cagency-work-process-list .single-work-process-item {
        width: 50%;
        margin-bottom: 50px
    }

    .cagency-work-process-list .single-work-process-item .num-wrap:before {
        display: none
    }

    .header-style-03.header-variant-07 .responsive-mobile-menu .logo {
        position: inherit
    }

    .header-style-03.header-variant-07 .responsive-mobile-menu:after {
        right: 50%;
        top: -11px;
        height: 80px
    }

    .header-style-03.header-variant-07 .responsive-mobile-menu {
        margin-right: 0
    }

    .header-style-03.header-variant-07 .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
        background-color: #fff
    }

    .header-style-03.header-variant-07 .nav-container {
        padding: 0
    }

    .header-style-03.header-variant-07 {
        z-index: 2
    }

    .header-style-03.header-variant-07 .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        color: var(--paragraph-color);
        line-height: 26px
    }

    .industry-counterup-item {
        margin-bottom: 40px
    }
    /* appointment system */
    .appointment-content-area .top-search-wrapper {
        display: block;
    }
    .appointment-content-area .top-search-wrapper > div {
        width: 100%;
    }
    .appointment-content-area .top-search-wrapper .left-part .search-wrapper {
        padding-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nav-right-content {
        display: block !important;
    }
}

@media only screen and (max-width: 770px) {
    .contact_map {
        height: 700px
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-inner .title, .experience-content .content .title, .experience-content-02 .title, .experience-content-03 .title, .global-content .title, .quality-content-wrapper .title, .single-testimonial-item-03 .content .title {
        font-size: 42px;
        line-height: 52px
    }

    .case-studies-slider-active .owl-item.active.center {
        width: 650px !important
    }

    .testimonial-area .section-title-inner {
        margin-bottom: 40px
    }

    .single-testimonial-item .icon {
        margin-right: 50px
    }

    .case-category-list.white .single-case-item + .single-case-item {
        border: 1px solid rgba(255, 255, 255, .2)
    }

    .single-testimonial-item-02 .quote-details {
        padding: 65px 40px 57px 50px
    }

    .single-testimonial-item-02 .quote-details p {
        font-size: 24px;
        line-height: 40px
    }

    .widget-area {
        margin-top: 60px
    }

    .single-price-plan-01 {
        margin-bottom: 30px
    }

    .attorney-contact-form-wrap {
        margin-top: 40px
    }

    .bottom-content-area.padding-top-120 {
        padding-top: 40px
    }

    .contact-page-form-wrap {
        margin-top: 60px
    }

    .header-area .title {
        font-size: 55px;
        line-height: 65px
    }

    .header-area p {
        font-size: 16px;
        line-height: 26px
    }

    .single-counterup-block-with-img {
        display: block;
        text-align: center;
        margin: 0 auto
    }

    .single-counterup-block-with-img img {
        width: 100%
    }

    .call-to-action-inner.style-02 .title, .legal-support-area .title-wrap .title, .section-title .title, .section-title-inner .title, .top-lawyer-02 .center-content-area .title, .top-laywer-area-03 .content-area .title {
        font-size: 42px;
        line-height: 52px
    }

    .section-title-inner {
        text-align: center
    }

    .section-title-inner .subtitle:after {
        display: none
    }

    .section-title-inner .subtitle {
        padding-left: 0
    }

    .single-price-plan-01 .price-header .price-wrap .price {
        font-size: 65px
    }

    .single-testimonial-item-02 .quote-details {
        padding: 40px 30px 43px 30px
    }

    .single-testimonial-item-02 .quote-details p {
        font-size: 20px;
        line-height: 35px
    }

    .single-testimonial-item-02 .quote-details .author-details .thumb {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .single-testimonial-item-02 .quote-details .author-details .author-meta .title {
        font-size: 15px;
        margin-bottom: 0
    }

    .single-testimonial-item-02 .quote-details .author-details .author-meta .designation {
        font-size: 13px
    }

    .single-counterup-02 {
        text-align: center;
        margin-bottom: 30px
    }

    .topbar-inner div .boxed-btn {
        padding: 15px 15px;
        font-size: 14px
    }

    .topbar-area.style-04 .info-items li {
        display: block;
        margin-left: 0
    }

    .topbar-area.style-04 {
        margin-bottom: 30px
    }

    .header-style-04.has-top-bar .navbar-area {
        top: 105px
    }

    .header-style-04.has-top-bar .header-area {
        padding-bottom: 270px
    }

    .single-counterup-02 .count-wrap {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 0
    }

    .single-what-we-cover-item-02 .thumb img {
        width: 100%
    }

    .blog-details-item .title {
        font-size: 30px
    }

    .experience-content-02 {
        padding-left: 15px;
        padding-right: 15px
    }

    .top-bar-inner .left-content {
        display: none
    }

    .top-bar-inner {
        justify-content: center
    }

    .navbar-area.nav-fixed .nav-container .navbar-collapse .navbar-nav li {
        line-height: 26px !important
    }

    .single-product-item-3 {
        display: block
    }

    .single-product-item-3 .thumb img {
        width: 100%
    }

    .single-product-details .top-content {
        display: block
    }

    .single-product-details .top-content > div:first-child {
        width: 100%;
        margin-right: 0
    }

    .single-product-details .top-content .product-summery {
        margin-top: 40px
    }

    .nx-modal-inner-content-wrapper {
        width: calc(100% - 20px);
        margin-left: 10px;
        height: calc(100% - 20px);
        margin-top: 40px
    }

    .nx-popup-wrapper {
        overflow-y: scroll
    }

    .promotional-modal-content-wrapper .right-content-warp .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px
    }

    .promotional-modal-content-wrapper .right-content-warp p {
        font-size: 14px;
        line-height: 28px
    }

    .promotional-modal-content-wrapper .left-content-warp img {
        max-height: 300px
    }

    .discount-modal-content-wrapper .left-content-warp img {
        max-height: 300px
    }

    .discount-modal-content-wrapper .right-content-warp .title {
        font-size: 36px;
        line-height: 46px
    }

    .discount-modal-content-wrapper .right-content-warp p {
        font-size: 15px;
        line-height: 22px
    }

    .discount-modal-content-wrapper .nx-singular-countdown-item .time {
        font-size: 24px;
        line-height: 25px;
        padding-top: 5px
    }

    .discount-modal-content-wrapper .nx-singular-countdown-item .label {
        font-size: 10px;
        line-height: 10px;
        font-weight: 700;
        margin-bottom: 5px
    }

    .contact_map {
        height: 700px
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before {
        top: 30px
    }

    .portfolio-home-header-area .header-inner .title {
        font-size: 64px;
        line-height: 63px
    }

    .portfolio-home-header-area .header-inner .profession {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 30px
    }

    .portfolio-home-header-area .header-inner .subtitle {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }

    .single-expertice-area .number {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px
    }

    .single-we-offer-item .content-wrap .title {
        font-size: 26px;
        line-height: 34px
    }

    .portfolio-cta-area .title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 15px
    }

    .logistics-single-what-we-cover-item .thumb img {
        width: 100%
    }

    .header-inner.logistics-home .title {
        font-size: 48px;
        line-height: 56px
    }

    .industry-support-inner-wrap .left-content {
        display: none
    }

    .industry-support-inner-wrap {
        justify-content: center
    }

    .header-inner.industry-home .title {
        font-size: 50px;
        line-height: 60px
    }

    .header-area.industry-home {
        padding: 160px 0 170px 0
    }

    .industry-single-testimonial-item {
        flex-direction: column
    }

    .industry-single-testimonial-item .thumb .author-details {
        position: initial
    }

    .industry-single-testimonial-item .content {
        margin-bottom: 40px
    }
    /* appointment system */
    .booking-wrap {
        display: block;
    }

    .booking-wrap .left-part, .booking-wrap .right-part {
        width: 100%;
        padding: 0;
    }
    .booking-wrap .left-part {
        padding-bottom: 60px;
    }
    .appointment-details-item .top-part {
        display: block;
    }
    .appointment-details-item .top-part .thumb {
        margin-bottom: 40px;
        width: 100%;
        margin-right: 0;
    }
    .appointment-details-item .top-part .content {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
    .appointment-details-item .bottom-part .nav-tabs .nav-link {
        min-width: auto;
    }
    
    .custom-form-builder-form.contact-page-form {
        min-width: 100%;
        padding: 0;
    }
    
    .lesson-navbar-area .nav-inner-wrap, .course-content-wrapper-for-lesson {
        display: block !important;
    }
    
    .content-lesson-outer-wrap {
        display: block !important;
    }
    
    .lesson-navbar-area .nav-inner-wrap .logo-wrapper, .course-content-wrapper-for-lesson .lesson-wrap {
        width: 100% !important;
        height: auto !important;
        position: initial !important;
        padding: 20px !important;
    }
    .course-content-wrapper-for-lesson .content-lesson-wrap{
        width: 100% !important;
    }
    .course-details-content-area .content-area-wrapper{
        margin-bottom: 30px !important;
    } 
    .instructor-wrap {
        display: block;
    }
    
    .instructor-wrap .thumb {
        margin-bottom: 30px;
    }
    
    .instructor-wrap .content-wrap {
        margin-left: 0;
    }
    
}

@media only screen and (max-width: 599px) {
    .case-studies-slider-active .owl-item.active.center {
        width: 550px !important
    }

    .case-category-list .single-case-item {
        width: 100%
    }

    .case-category-list.white .single-case-item + .single-case-item {
        border: none;
        border-top: 1px solid rgba(255, 255, 255, .2)
    }

    .single-testimonial-item-02 {
        display: block;
        margin-top: 0
    }

    .single-testimonial-item-02 .quote-details {
        width: 100%;
        top: 0
    }

    .single-testimonial-item-02 .img-wrapper {
        position: initial;
        width: 100%;
        min-height: 300px
    }

    .single-testimonial-item-02 .img-wrapper .bg-image {
        min-height: 300px
    }

    .single-testimonial-item-02 .quote-details p {
        font-size: 24px;
        line-height: 40px
    }

    .experience-content-03 {
        padding-left: 15px;
        padding-right: 15px
    }

    .quote-with-image-02 .img-wrapper .hover {
        position: initial;
        width: 100%;
        bottom: 0
    }

    .topbar-area.style-03 .topbar-inner div:first-child {
        display: block;
        width: 100%
    }

    .topbar-area.style-03 .topbar-inner div:last-child {
        float: none;
        display: block;
        width: 100%;
        margin-top: 10px
    }

    .topbar-inner {
        display: block;
        text-align: center
    }

    .topbar-area.style-04 {
        display: none
    }

    .header-style-04.has-top-bar .navbar-area {
        top: 0
    }

    .header-style-01 .topbar-area .topbar-inner div:last-child {
        display: none
    }

    .header-style-01 .topbar-area .topbar-inner div:first-child {
        padding-bottom: 15px
    }

    .blog-classic-item-01 .content .title {
        font-size: 28px;
        line-height: 40px
    }

    .breadcrumb-area .page-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px
    }

    .breadcrumb-area .page-list li {
        font-size: 16px
    }

    .blog-details-footer {
        display: block
    }

    .blog-details-footer .right {
        margin-top: 10px
    }

    .case-studies-details-top .case-studies-inner-text {
        display: none
    }

    .experience-content-03.section-padding {
        padding-left: 15px
    }

    .navbar-area.nav-fixed {
        position: initial
    }
}

@media only screen and (max-width: 450px) {
    .header-bottom-item-lawyer {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .header-area .title {
        font-size: 46px;
        line-height: 60px
    }

    .call-to-action-inner .title, .experience-content .content .title, .experience-content-02 .title, .experience-content-03 .title, .global-content .title, .quality-content-wrapper .title, .section-title .title, .section-title-inner .title, .single-testimonial-item-03 .content .title {
        font-size: 38px;
        line-height: 50px
    }

    .case-studies-slider-active .slider-img .slider-inner-text .title {
        font-size: 24px;
        line-height: 30px
    }

    .single-blog-grid-01 .content .post-meta li + li {
        margin-left: 5px
    }

    .case-studies-slider-active .owl-item.active.center {
        width: 400px !important
    }

    .header-style-04.has-top-bar .header-area {
        padding-top: 270px
    }

    .single-testimonial-item .icon {
        font-size: 55px;
        line-height: 65px;
        margin-right: 40px
    }

    .call-to-action-inner .title {
        font-size: 42px
    }

    .practice-details-content-area .content-wrap .title {
        font-size: 30px
    }

    .attorney-contact-form-wrap {
        padding: 60px 40px 45px 40px
    }

    .our-service-wrappper {
        padding-left: 15px
    }

    .single-header-bottom-item-04 {
        padding-bottom: 30px
    }

    .single-service-item .service-img.style-02 {
        display: none
    }

    .single-service-item .service-img.style-02 {
        display: block
    }

    .single-service-item .service-img.style-01 {
        display: none
    }

    .service-area-work {
        display: block
    }

    .single-service-item {
        display: block
    }

    .single-service-item .service-img {
        width: 100%
    }

    .single-service-item .service-text {
        width: 100%
    }

    .single-case-studies-item .thumb img {
        width: 100%
    }

    .single-testimonial-item-03 {
        text-align: center
    }

    .single-testimonial-item-03 .author-img {
        margin-top: 30px
    }

    .single-header-bottom-item-04 {
        text-align: center;
        margin-right: 0
    }

    .single-header-bottom-item-04 .content .title {
        max-width: inherit
    }

    .call-to-action-inner {
        text-align: center
    }

    .blog-details-item .blog-details-item-header {
        display: block
    }

    .blog-details-item .blog-details-item-header .social-link {
        margin-left: 0;
        margin-bottom: 20px
    }

    .case-studies-slider-active .slider-img .slider-inner-text {
        right: 20px
    }

    .video-play-btn {
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    .accordion-wrapper .card .card-header a {
        padding-right: 50px
    }

    .nx-modal-inner-content-wrapper {
        width: calc(100% - 20px);
        height: auto;
        margin-left: 10px
    }

    .nx-popup-wrapper.notice-modal .nx-modal-inner-content-wrapper {
        background-position: right
    }

    .only-image-modal .nx-modal-inner-content-wrapper {
        width: calc(100vw - 30px);
        background-position: center;
        background-repeat: no-repeat;
        min-height: auto
    }

    .nx-popup-wrapper.discount-modal {
        overflow-y: auto
    }

    .discount-modal-content-wrapper {
        display: block
    }

    .discount-modal-content-wrapper .left-content-warp {
        width: 100%;
        margin-bottom: 30px
    }

    .promotional-modal-content-wrapper {
        display: block
    }

    .promotional-modal-content-wrapper .left-content-warp {
        margin-bottom: 30px;
        display: block
    }

    .promotional-modal-content-wrapper .title {
        font-size: 36px
    }

    .promotional-modal-content-wrapper .right-content-warp .title {
        font-size: 36px;
        line-height: 46px
    }

    .promotional-modal-content-wrapper .right-content-warp p {
        font-size: 14px;
        line-height: 28px
    }

    .user-dashboard-wrapper {
        display: block
    }

    .user-dashboard-wrapper .tab-content {
        width: 100%;
        margin-top: 55px
    }

    .top-bar-inner ul li:last-child {
        display: none
    }

    .top-bar-inner {
        padding: 15px 0
    }

    .user-dashboard-wrapper > ul {
        position: absolute;
        left: -275px;
        z-index: 2;
        transition: .3s all
    }

    .user-dashboard-wrapper > ul .mobile_nav {
        position: absolute;
        right: -50px;
        top: 0;
        width: 50px;
        background-color: var(--secondary-color);
        height: 50px;
        text-align: center;
        line-height: 50px;
        transition: all .3s;
        display: block
    }

    .user-dashboard-wrapper {
        position: relative
    }

    .user-dashboard-wrapper > ul.show {
        left: -20px
    }
    .top-bar-inner ul li.login-register {
        display: block !important;
    }
    
    .course-details-list-wrap .btn-wrapper .boxed-btn {
        padding: 5px 5px 5px 10px !important;
    }
    .course-details-list-wrap .btn-wrapper i {
        margin-left: 10px !important;
    }
   

}

@media only screen and (max-width: 414px) {
    .single-product-cat-item {
        text-align: center;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
    }
    .case-studies-slider-active .owl-item.active.center {
        width: 380px !important
    }

    .header-area {
        padding: 160px 0 170px
    }

    .btn-wrapper .boxed-btn {
        padding: 16px 25px
    }

    .experience-author.padding-bottom-100 {
        padding-bottom: 0
    }

    .single-testimonial-item-02 .quote-details p {
        font-weight: 600
    }

    .single-testimonial-item-02 .quote-details .author-details .author-meta .title {
        font-size: 18px
    }

    .single-testimonial-item-02 .quote-details .author-details .author-meta {
        margin-top: 10px
    }

    .single-testimonial-item-02 .quote-details .author-details .author-meta .designation {
        font-size: 14px
    }

    .single-counterup-02 .count-wrap {
        font-size: 42px;
        line-height: 50px
    }

    .single-counterup-02 .title {
        font-size: 20px;
        line-height: 30px
    }

    .single-counterup-block-with-img .thumb .hover .count-num {
        font-size: 100px;
        line-height: 100px
    }

    .single-counterup-01 .icon {
        font-size: 60px;
        line-height: 70px
    }

    .single-counterup-01 .content .count-wrap {
        font-size: 42px;
        line-height: 52px
    }

    .call-to-action-inner.style-02 .title, .legal-support-area .title-wrap .title, .section-title .title, .section-title-inner .title, .top-lawyer-02 .center-content-area .title, .top-laywer-area-03 .content-area .title {
        font-size: 36px;
        line-height: 46px
    }

    .call-to-action-inner .title {
        font-size: 38px
    }

    .call-to-action-inner .subtitle {
        font-size: 16px
    }

    .copyright-area-inner {
        font-size: 14px
    }

    .single-header-bottom-item-02 .icon {
        font-size: 70px
    }

    .page-content.our-attoryney {
        padding-bottom: 120px
    }

    .single-price-plan-01 .price-header .price-wrap .price {
        font-size: 55px
    }

    .experience-author .thumb-2 {
        position: initial
    }

    .header-area.style-02 {
        padding-top: 220px
    }

    .top-bar-inner ul li:last-child {
        display: none
    }

    .top-bar-inner {
        padding: 15px 0
    }

    .contact-section .contact-info {
        padding: 30px;
        min-width: 320px
    }

    .contact-section .contact_map {
        height: 700px !important
    }

    .singler-counterup-item-01 .content .count-wrap {
        font-size: 35px;
        line-height: 45px
    }

    .counterup-area {
        padding-bottom: 80px
    }

    .single-testimonial-item-03 .content .description {
        padding-right: 0
    }

    .single-service-item:first-child .service-text {
        padding-bottom: 0
    }

    .single-testimonial-item .content .description {
        font-size: 24px;
        line-height: 35px
    }

    .single-job-list-item .jobs-meta li + li {
        margin-left: 0
    }

    .single-job-list-item .jobs-meta li {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .breadcrumb-area .page-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .event-venue-details-information .bottom-content {
        display: block
    }

    .event-venue-details-information .bottom-content .venue-details {
        margin-bottom: 20px
    }

    .blog-details-footer .title {
        font-size: 16px
    }

    .contact-form.order-form {
        margin-bottom: 30px
    }

    .payment-gateway-wrapper ul li {
        min-width: 100px
    }

    .payment-gateway-wrapper ul {
        flex-wrap: wrap
    }

    .promotional-modal-content-wrapper {
        display: block
    }

    .promotional-modal-content-wrapper .left-content-warp {
        margin-bottom: 30px;
        display: block
    }

    .promotional-modal-content-wrapper .title {
        font-size: 36px
    }

    .promotional-modal-content-wrapper .right-content-warp .title {
        font-size: 36px;
        line-height: 46px
    }

    .promotional-modal-content-wrapper .right-content-warp p {
        font-size: 14px;
        line-height: 28px
    }

    .portfolio-home-header-area .header-inner .subtitle {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .portfolio-home-header-area .header-inner .title {
        font-size: 56px;
        line-height: 60px;
        margin-bottom: 15px
    }

    .portfolio-home-header-area .header-inner .profession {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px
    }

    .portfolio-home-header-area {
        padding: 180px 0 140px
    }

    .single-counterup-03 {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .portfolio-about-us-section .subtitle {
        font-size: 20px;
        line-height: 30px
    }

    .portfolio-about-us-section .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px
    }

    .about-info-list li {
        width: 100%
    }

    .portfolio-btn i {
        margin-left: 10px
    }

    .portfolio-btn {
        padding: 10px 10px 10px 20px
    }

    .portfolio-about-us-section .button-wrap a + a {
        margin-left: 10px
    }

    .single-expertice-area .number {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .single-expertice-area .title {
        font-size: 18px;
        line-height: 28px
    }

    .single-expertice-area .category {
        font-size: 16px;
        line-height: 28px
    }

    .single-we-offer-item .icon {
        position: initial;
        margin-bottom: 25px
    }

    .single-we-offer-item {
        padding: 40px
    }

    .single-we-offer-item {
        padding: 40px;
        margin: 0;
        margin-bottom: 30px
    }

    .single-logistic-key-feature-one {
        width: 100%
    }

    .single-logistic-key-feature-one:after {
        display: none
    }

    .logistic-counterup-item .icon {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px
    }

    .logistic-counterup-item .count-wrap {
        color: var(--logistic-color);
        font-size: 30px;
        line-height: 30px;
        font-weight: 700
    }

    .logistic-single-testimonial-item {
        flex-direction: column-reverse
    }

    .logistic-single-testimonial-item .thumb {
        margin-bottom: 30px
    }

    .header-area.style-04.logistics-home {
        padding: 110px 0 190px 0
    }

    .header-inner.logistics-home .title {
        font-size: 36px;
        line-height: 46px
    }

    .header-style-03.header-variant-06 .logo-wrapper:after {
        width: 130px
    }

    .construction-support-area .support-inner .boxed-btn {
        display: none
    }

    .construction-video-wrap .experience-wrap {
        left: 0
    }

    .cagency-header-static .header-area .title {
        font-size: 46px;
        line-height: 60px
    }

    .cagency-work-process-list .single-work-process-item {
        width: 100%
    }

    .cagency-cta-area-inner .title {
        font-size: 36px;
        line-height: 44px
    }

    .header-style-03.header-variant-07 .responsive-mobile-menu:after {
        right: 30%
    }

    .header-inner.industry-home .title {
        font-size: 40px;
        line-height: 50px
    }

    .industry-about-area .right-content-area .title {
        font-size: 34px;
        line-height: 45px
    }

    .industry-single-what-we-cover-item .title {
        font-size: 20px;
        line-height: 30px
    }

    .industry-single-case-studies-item .content .title {
        font-size: 22px
    }

    .industry-single-case-studies-item .content .cat {
        font-size: 14px
    }

    .industry-home.section-title .title {
        font-size: 32px
    }

    .section-title .subtitle {
        font-size: 14px
    }

    .industry-video-wrap .experience {
        bottom: -100px
    }
    /* appointment system */
    .appointment-content-area .top-search-wrapper .right-part {
        display: block;
    }

    .appointment-content-area .top-search-wrapper .right-part select {
        width: 100%;
    }

    .appointment-content-area .top-search-wrapper .right-part select:first-child {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 384px) {
    .blog-pagination ul li a, .blog-pagination ul li span {
        padding: 3px 15px
    }

    .breadcrumb-area .breadcrumb-inner {
        padding: 150px 0 90px 0
    }

    .header-area .title {
        font-size: 40px;
        line-height: 52px
    }

    .btn-wrapper .boxed-btn {
        padding: 10px 30px;
        min-width: auto
    }

    .header-area.style-04 {
        padding: 200px 0 130px 0
    }

    .header-area .header-bottom {
        display: block;
        text-align: center
    }

    .header-area .header-bottom .btn-wrapper.desktop-left {
        text-align: center
    }

    .header-area .header-bottom .video-play i {
        margin-top: 30px;
        margin-left: 0
    }

    .call-to-action-inner .title, .experience-content .content .title, .experience-content-02 .title, .experience-content-03 .title, .global-content .title, .quality-content-wrapper .title, .section-title .title, .section-title-inner .title, .single-testimonial-item-03 .content .title {
        font-size: 32px;
        line-height: 42px
    }

    .header-area .subtitle {
        font-weight: 600
    }

    .quote-with-image-02 .img-wrapper .hover .quote-block-with-sign {
        padding: 50px 40px 60px 40px
    }

    .quote-block-with-sign p {
        font-size: 24px;
        line-height: 40px
    }

    .single-header-bottom-item-02 .icon {
        font-size: 50px;
        line-height: 100px;
        width: 100px;
        height: 100px
    }

    .single-header-bottom-item-02 .icon:after {
        width: 120px;
        height: 120px
    }

    .single-price-plan-01 .price-header .price-wrap .price {
        font-size: 45px
    }

    .single-testimonial-item .content .description {
        font-size: 26px;
        line-height: 36px
    }

    .blog-classic-item-01 .content .post-meta li + li {
        margin-left: 5px
    }

    .experience-content-02 .sign-area p {
        font-size: 20px;
        line-height: 32px
    }

    .single-header-bottom-item-04.style-01 {
        padding: 20px 25px
    }

    .single-header-bottom-item-04 {
        align-items: center
    }

    .single-counterup-block-with-img .thumb .hover .count-num {
        font-size: 80px;
        line-height: 80px
    }

    .single-testimonial-item .content .description {
        font-size: 24px;
        line-height: 34px
    }

    .donation_wrapper .single_amount_wrapper {
        flex-wrap: wrap
    }

    .header-area.construction-home .title {
        line-height: 60px
    }

    .construction-about-area .right-content-area .title {
        font-size: 36px;
        line-height: 46px
    }
}

@media only screen and (max-width: 360px) {
    .header-area .btn-wrapper .boxed-btn + .boxed-btn {
        margin-left: 10px
    }

    .header-area .btn-wrapper .boxed-btn {
        margin-top: 20px;
        font-size: 14px
    }

    .our-service-wrappper.bg-main.padding-top-100.padding-bottom-15 {
        padding-bottom: 100px
    }

    .single-header-bottom-item-04 {
        padding-bottom: 0
    }

    .single-header-bottom-item-02 .icon {
        margin-bottom: 0
    }

    .single-testimonial-item {
        display: block;
        position: relative;
        z-index: 0
    }

    .single-testimonial-item .icon {
        position: absolute;
        left: 0;
        top: 0;
        opacity: .4;
        z-index: -1
    }

    .single-blog-grid-01 .content .title {
        font-size: 24px;
        line-height: 36px
    }

    .blog-classic-item-01 .content .title {
        font-size: 26px;
        line-height: 40px
    }

    .blog-classic-item-01 .content .post-meta li {
        font-size: 14px
    }

    .blog-classic-item-01 .content .post-meta li + li {
        margin-left: 10px
    }

    .blog-details-item .title {
        font-size: 26px
    }

    .case-studies-slider-active .slider-img .slider-inner-text {
        right: 65px;
        padding: 30px
    }

    .breadcrumb-area .page-title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 10px
    }

    .contact-section .contact-info {
        min-width: 300px
    }

    .product-archive-top-content-area {
        display: block
    }

    .product-archive-top-content-area div:first-child {
        margin-bottom: 15px;
        max-width: 100%
    }

    .product-archive-top-content-area .product-sorting select {
        width: 100%
    }

    .construction-about-area .right-content-area .title {
        font-size: 36px;
        line-height: 46px
    }

    .header-style-03.header-variant-07 .responsive-mobile-menu:after {
        right: 34%
    }

    .industry-about-area .right-content-area .title, .industry-home.section-title .title {
        font-size: 30px;
        line-height: 40px
    }

    .header-area.style-04 {
        padding: 120px 0 130px 0
    }

    .header-inner.industry-home .description {
        font-size: 16px;
        line-height: 30px
    }
}

@media only screen and (max-width: 335px) {
    .header-area .title {
        font-size: 38px;
        line-height: 52px
    }

    .call-to-action-inner .title, .experience-content .content .title, .experience-content-02 .title, .experience-content-03 .title, .global-content .title, .quality-content-wrapper .title, .section-title .title, .section-title-inner .title, .single-testimonial-item-03 .content .title {
        font-size: 30px;
        line-height: 42px
    }

    .single-counterup-01 .content .count-wrap {
        font-size: 34px;
        line-height: 46px
    }

    .single-counterup-01 .icon, .single-icon-box-01 .icon, .single-what-we-cover-item .icon {
        font-size: 50px;
        line-height: 60px
    }

    .single-counterup-01 .content .title {
        font-size: 16px
    }

    .single-what-we-cover-item .content .title, .single-why-us-box .content .title {
        font-size: 22px
    }

    .call-to-action-inner .title {
        font-size: 34px;
        line-height: 44px
    }

    .call-to-action-inner .subtitle {
        font-size: 14px
    }

    .single-header-bottom-item-02 .icon {
        font-size: 50px;
        line-height: 80px;
        width: 80px;
        height: 80px
    }

    .single-header-bottom-item-02 .icon:after {
        width: 100px;
        height: 100px
    }

    .single-testimonial-item-02 .quote-details p {
        font-size: 22px;
        line-height: 35px
    }

    .quote-with-image-02 .img-wrapper .hover .quote-block-with-sign {
        padding: 50px 30px 60px 30px
    }

    .single-icon-box-02 .content .title {
        font-size: 22px;
        line-height: 30px
    }

    .navbar-area .nav-container .responsive-mobile-menu .logo-wrapper {
        max-width: 180px
    }

    .breadcrumb-area .page-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .breadcrumb-area .page-list li {
        font-size: 14px
    }

    .accordion-wrapper .card .card-header a {
        padding-right: 50px
    }

    .widget .widget-title {
        font-size: 22px
    }

    .attorney-contact-form-wrap {
        padding: 60px 30px 45px 30px
    }

    .portfolio-about-us-section .button-wrap a + a {
        margin: 0
    }

    .portfolio-about-us-section .button-wrap .portfolio-btn {
        margin-bottom: 10px
    }

    .portfolio-cta-area .title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px
    }

    .single-portfolio-testimonial-item .content p {
        font-size: 18px
    }

    .single-we-offer-item .content-wrap .title {
        font-size: 23px;
        line-height: 32px
    }

    .portfolio-home-header-area .header-inner .title {
        font-size: 46px;
        line-height: 54px;
        margin-bottom: 15px
    }
}