@charset "UTF-8";

/* Typography (heading) */
/*@font-face {*/
/*    font-family: Futura;*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*    src: url("/front/fonts/futura/futura.woff2") format("woff2"),*/
/*    url("/front/fonts/futura/futura.woff") format("woff");*/
/*}*/

/*@font-face {*/
/*    font-family: Futura;*/
/*    font-weight: 300;*/
/*    font-style: oblique;*/
/*    font-display: swap;*/
/*    src: url("/front/fonts/futura/futura_oblique.woff2") format("woff2"),*/
/*    url("/front/fonts/futura/futura_oblique.woff") format("woff");*/
/*}*/

/*@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@200;400;700;900&family=Comfortaa:wght@300;400;500;600;700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;700;900&display=swap');


body {
    font-weight: 400;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}

ul {
    list-style: none;
    padding-left: 0
}

.btn {
    padding-left: 35px;
    padding-right: 35px;
    font-size: calc(15px - 2px);
    letter-spacing: 2px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    font-weight: 500;
    text-transform: uppercase;
    background-size: 100% 200%, 100% 100%;
    background-position: 100% -100%, 100% 100%;
    background-repeat: no-repeat;
    transition: background-position .3s cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0);
    border-radius: 3px;
}


@media (max-width: 575px) {
    .btn {
        padding: 10px 20px
    }
}

.btn:hover {
    background-position: 100% 25%, 100% 100%;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}
.btn-lg {
    font-size: 1.00rem;
    padding: 15px 40px;
}

.btn-primary {
    color: #000;
    background-image: linear-gradient(178deg, #fff, #fff 10%, rgba(0, 0, 0, .07) 10%, rgba(0, 0, 0, .07) 100%), linear-gradient(#fff, #fff);
    background-color: #002267;
    border-color: #fff;
}

.btn-primary:hover, .btn-primary:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-success {
    color: #000;
    background-image: linear-gradient(178deg, #00c577, #00c577 10%, rgba(0, 0, 0, .07) 10%, rgba(0, 0, 0, .07) 100%), linear-gradient(#00c577, #00c577);
    background-color: #002267;
    border-color: #00c577;
}

.btn-success:hover, .btn-success:focus {
    color: #000;
    background-color: #002267;
    border-color: #00c577;
}

.btn-dark {
    color: #fff;
    background-image: linear-gradient(178deg, #18191B, #18191B 10%, rgba(0, 0, 0, .07) 10%, rgba(255, 255, 255, .07) 100%), linear-gradient(#18191B, #18191B);
    background-color: #002267;
    border-color: #18191B;
}

.btn-dark:hover, .btn-dark:focus {
    color: #fff;
    background-color: #002267;
    border-color: #18191B;
}

.btn-white {
    background-color: #fff;
    color: linear-gradient(6.89deg, #bc4afe 6.05%, #f478fd 95.6%)
}

.btn-white span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(6.89deg, #bc4afe 6.05%, #f478fd 95.6%);
    -webkit-background-clip: text;
    background-clip: text
}

.btn-orange {
    background-image: linear-gradient(6.89deg, #ff5c00 6.05%, #feb62b 95.6%);
    color: #fff !important
}

.btn-orange.active, .btn-orange:active, .btn-orange:focus, .btn-orange:hover {
    background-image: linear-gradient(6.89deg, #feb62b 6.05%, #ff5c00 95.6%)
}

.btn-purpul {
    background-image: linear-gradient(6.89deg, #bc4afe 6.05%, #f478fd 95.6%);
    color: #fff !important
}

.btn-purpul.active, .btn-purpul:active, .btn-purpul:focus, .btn-purpul:hover {
    background-image: linear-gradient(6.89deg, #f478fd 6.05%, #bc4afe 95.6%)
}

.btn-pink {
    background-image: linear-gradient(6.89deg, #fd3d84 6.05%, #fc3881 6.06%, #fd70a4 95.6%);
    color: #fff !important
}

.btn-pink.active, .btn-pink:active, .btn-pink:focus, .btn-pink:hover {
    background-image: linear-gradient(6.89deg, #fd70a4 6.05%, #fd3d84 95.6%)
}

.bg-light {
    background-color: #f8f8f8 !important
}

.bg-darkblue {
    background-color: #101057 !important
}
.bg-turtur {
    background-color: #242430 !important
}

.text-dark {
    color: #18232d !important
}

.text-gray-100 {
    color: #949494
}

.text-gray-200 {
    color: #7d7d7d
}

.text-gray-300 {
    color: #747b81
}

.text-gray-400 {
    color: #4d4d4d
}

.text-blue {
    color: #101057
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 65px
}

@media (max-width: 991px) {
    h1 {
        font-size: 36px;
        line-height: 45px
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 32px
    }
}

h2 {
    font-size: 34px;
    font-weight: 600
}

@media (max-width: 991px) {
    h2 {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 28px
    }
}

.fs-20 {
    font-size: 20px
}

@media (max-width: 991px) {
    .fs-20 {
        font-size: 18px
    }
}

.fw-5 {
    font-weight: 500
}

.fw-6 {
    font-weight: 600
}

.fs-18 {
    font-size: 18px
}




.bg-pink {
    background-image: linear-gradient(6.89deg, #fd3d84 6.05%, #fc3881 6.06%, #fd70a4 95.6%)
}

.bg-orange {
    background-image: linear-gradient(6.89deg, #ff5c00 6.05%, #feb62b 95.6%)
}

.bg-blue {
    background-image: linear-gradient(1.67deg, #369efe 1.56%, #47eef9 98.74%)
}

.bg-green {
    background-image: linear-gradient(188.3deg, #8ff8ac 5.9%, #1bc2a1 93.64%)
}

.bg-purpul {
    background-image: linear-gradient(6.89deg, #bc4afe 6.05%, #f478fd 95.6%)
}

.bg-red {
    background-image: linear-gradient(180deg, #ff6464, red)
}

.form-control {
    background-color: #f8f8f8;
    border: 1px solid #ccd4e4;
    border-radius: 0;
    box-shadow: none;
    height: 50px
}

.form-control::-moz-placeholder {
    color: #747b81
}

.form-control::placeholder {
    color: #747b81
}

.form-control:focus {
    border: 1px solid #ccd4e4;
    box-shadow: none
}

@media (max-width: 760px) {
    .feature-image {
        width: 70px
    }
}

.icon-purpul {
    color: #18191B;
    font-size: 30px
}

@media (max-width: 575px) {
    .slash {
        display: none
    }
}

.hero-section {
    /*background-image: url(/images/hero-bg.png?7a572c1b76cdeb395c47af071aec9f06);*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    background: #17191A;
    padding-top: 100px;
    padding-bottom: 150px;
    min-height: 100vh;
}
.hero-section-row {
    display: flex;
    min-height: 80vh;
}

@media (max-width: 1199px) {
    .hero-section {
        padding-top: 170px
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding-top: 200px
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 170px
    }
}

@media (max-width: 575px) {
    .hero-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.hero-section .slideShow_video {
    width: 100%;
}


.hero-section .hero-content span {
    display: block;
    /*text-transform: uppercase;*/
    color: #fff;
    font-size: 13px;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.4663636;
    letter-spacing: 1px;
}


.hero-section .hero-content h1 {
    display: block;
    margin: 40px 0;
    font-weight: 200;
    /*letter-spacing: -.9px;*/
    font-size: 64px;
    line-height: normal;
    /*text-transform: uppercase;*/
    color: #fff;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
    .hero-section .hero-content h1 {
        line-height: 60px;
    }
}
@media (max-width: 575px) {
    .hero-section .hero-content h1 {
        font-size: 50px;
    }
}

.hero-section .hero-content p {
    display: block;
    font-weight: 300;
    /*text-transform: uppercase;*/
    color: #949494;
    margin-bottom: 32px;
}


.features-section {
    background: #F5F5F5;
    padding-bottom: 64px;
}

.features-section .features-title {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.features-section .features-subtitle {
    /*line-height: 1.0833333333;*/
    /*letter-spacing: -1px;*/
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 64px;
    color: #0D0D0D;
    /*text-transform: uppercase;*/
    margin-bottom: 44px;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
    .features-section .features-subtitle {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .features-section .features-subtitle {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

.features-section .feature-card {
    border: none;
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    height: 318px;
    border-radius: 0;
}

@media (max-width: 991px) {
    .features-section .feature-card {
        height: auto;
    }
    .feature-card .card-body .card-body-title {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .features-section .feature-card {
        height: auto;
    }
}

.features-section .feature-icon {

}

@media (max-width: 991px) {
    .features-section .feature-icon {

    }
}


.feature-image {
    min-height: 120px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease;
    transform: translateZ(0);
}

.feature-card:hover .feature-image {
    transform: scale(1.03);
}

/*.features-section .feature-icon svg {*/
/*    height: 42px;*/
/*    width: 42px*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .features-section .feature-icon svg {*/
/*        height: 36px;*/
/*        width: 36px*/
/*    }*/
/*}*/

/*@media (max-width: 425px) {*/
/*    .features-section .feature-icon svg {*/
/*        height: 26px;*/
/*        width: 26px*/
/*    }*/
/*}*/
.feature-card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    overflow: hidden;
    background: linear-gradient(to right, transparent, #0000006b);
    z-index: 1;
    text-align: end;
    padding: 20px 24px;
    transition: height .5s;
}

.feature-card:hover .card-body {
    transition: height .5s;
    height: 150px;
}

.feature-card .card-body .card-body-title {
    line-height: 1.1333333333;
    letter-spacing: -.7px;
    color: #fff;
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 30px;
    text-transform: uppercase;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 575px) {
    .feature-card .card-body .card-body-title {
        font-size: 20px;
        margin-bottom: 25px;
        padding-top: 5px;
    }
}

.feature-card .card-body .card-body-text {
    color: #fff;
    margin-bottom: 0;
}


.margin-b-80px {
    margin-bottom: 80px
}

@media (max-width: 991px) {
    .margin-b-80px {
        margin-bottom: 50px
    }
}

.about-section .about-title {
    /*line-height: 1.0833333333;*/
    /*letter-spacing: -1px;*/
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 64px;
    color: #0D0D0D;
    /*text-transform: uppercase;*/
    margin-bottom: 54px;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
    .about-section .about-title {
        font-size: 44px;
        margin-bottom: 34px;
    }
}
@media (max-width: 575px) {
    .about-section .about-title {
        font-size: 34px;
    }
}

.about-section .about-content > div {
    text-align: center;
}

.about-section .about-content .about-subtitle {
    line-height: 1.1111111111;
    letter-spacing: -.8px;
    font-size: 36px;
    font-weight: 200;
    color: #0D0D0D;
    text-transform: uppercase;
    margin-bottom: 20px;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 575px) {
    .about-section .about-content .about-subtitle {
        font-size: 25px;
    }
}

.about-section .about-content .about-subtext {
    color: #383838;
}

@media (min-width: 992px) {
    .about-section .about-content {
        /*background-color: #e4f7ff;*/
        display: block;
        padding-bottom: 95px;
        padding-top: 95px;
        width: 1000vh
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .about-section .about-content {
        padding-bottom: 50px;
        padding-top: 50px
    }
}

@media (min-width: 992px) {
    .about-section .about-content p {
        max-width: 440px
    }

    .about-section__about-right-content {
        /*background-color: #e4f7ff;*/
        float: left;
        margin-left: -40px;
        padding-left: 150px
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .about-section__about-right-content {
        padding-left: 50px
    }
}

@media (min-width: 992px) {
    .about-section__about-left-content {
        float: right;
        margin-right: -40px;
        padding-right: 234px
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .about-section__about-left-content {
        padding-right: 144px
    }
}

@media (max-width: 1299px) and (min-width: 992px) {
    .about-section__about-left-content {
        padding-right: 136px
    }
}


.pricing-plan-section .pricing-plan-title {
    /*line-height: 1.0833333333;*/
    /*letter-spacing: -1px;*/
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 64px;
    color: #0D0D0D;
    /*text-transform: uppercase;*/
    margin-bottom: 54px;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
    .pricing-plan-section .pricing-plan-title {
        font-size: 44px;
        margin-bottom: 34px;
    }
}
@media (max-width: 575px) {
    .pricing-plan-section .pricing-plan-title {
        font-size: 34px;
        margin-bottom: 24px;
    }
}

.pricing-plan-section .pricing-plan-card {
    border-radius: 0;
    background-color: #f9f9f9;
    box-shadow: rgba(0, 0, 0, .1) 4px 4px 16px;
}

@media (min-width: 992px) {
    .pricing-plan-section .pricing-plan-card, .pricing-plan-section .pricing-plan-label {
        margin: 0 20px
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .pricing-plan-section .pricing-plan-card, .pricing-plan-section .pricing-plan-label {
        margin: 0 10px
    }
}

.pricing-plan-section .pricing-plan-card label {
    color: #949494
}

.pricing-plan-section .pricing-plan-card .pricing {
    background: #00C4D8;
    border-radius: 5px;
    color: #fff;
    min-width: 245px;
    padding: 10px;
    width: auto
}

.pricing-plan-section .pricing-plan-card .check-box {
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 20px
}

.pricing-plan-section .pricing-plan-card .active-check .check-box {
    /*background-image: linear-gradient(188.3deg, #00b432 5.9%, #1bc2a1 93.64%);*/
    color: #00C4D8
}

.pricing-plan-section .pricing-plan-card .unactive-check {
    color: #747b81
}

.pricing-plan-section .pricing-plan-card .unactive-check .check-box {
    /*background-color: #747b81;*/
    color: #747b81
}

@media (min-width: 576px) {
    .pricing-plan-section .pricing-plan-card .pricing-plan-features {
        /*max-width: 270px*/
    }
}

.pricing-plan-section .pricing-plan-card .pricing-plan-features li {
    margin-bottom: 20px;
    display: flex;
}

.pricing-plan-section .pricing-plan-card .pricing-plan-features li:last-child {
    margin-bottom: 0;
}

.pricing-plan-section .pricing-plan-card.card.slick-current {
    background-color: #18191B
}

@media (min-width: 576px) {
    .pricing-plan-section .pricing-plan-card.card.slick-current {
        /*margin-top: -40px*/
    }
}

.pricing-plan-section .pricing-plan-card.card.slick-current .pricing {
    background-color: #fff;
    color: #18191B;
}

.pricing-plan-section .pricing-plan-card.card.slick-current h3 {
    color: #fff
}

.pricing-plan-section .pricing-plan-card.card.slick-current label {
    color: #99a9c9
}

.pricing-plan-section .pricing-plan-card.card.slick-current .active-check {
    color: #fff
}

.pricing-plan-section .pricing-plan-card.card.slick-current .active-check .check-box {
    /*background-image: linear-gradient(188.3deg, #8ff8ac 5.9%, #1bc2a1 93.64%);*/
    color: #00c4d8;
    /*font-size: 16px;*/
}

.pricing-plan-section .pricing-plan-card.card.slick-current .unactive-check {
    color: #99a9c9
}

.pricing-plan-section .pricing-plan-card.card.slick-current .unactive-check .check-box {
    /*background-color: #99a9c9;*/
    color: #99a9c9
}
.pricing-plan-section .pricing-plan-card.card.slick-current .btn {
    color: #000;
    background-image: linear-gradient(178deg, #fff, #fff 10%, rgba(0, 0, 0, .07) 10%, rgba(0, 0, 0, .07) 100%), linear-gradient(#fff, #fff);
    background-color: #002267;
    border-color: #fff;
}

/*@media (max-width: 1500px) {*/
/*    .pricing-plan-section .slick-list {*/
/*        margin: auto;*/
/*        max-width: 1440px*/
/*    }*/
/*}*/

/*@media (max-width: 1399px) {*/
/*    .pricing-plan-section .slick-list {*/
/*        max-width: 1120px*/
/*    }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*    .pricing-plan-section .slick-list {*/
/*        max-width: 1120px*/
/*    }*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .pricing-plan-section .slick-list {*/
/*        max-width: 900px*/
/*    }*/
/*}*/

.pricing-plan-section .slick-track {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .pricing-plan-section .slick-track {
        padding-top: 60px
    }
}

@media (max-width: 575px) {
    .pricing-plan-section .slick-track {
        padding: 10px 0 30px
    }
}

.pricing-plan-section .slick-arrow {
    /*background-color: #ccd4e4;*/
    /*border-radius: 150px 150px 0 0;*/
    height: 60px;
    width: 120px
}

@media (max-width: 991px) {
    .pricing-plan-section .slick-arrow {
        height: 40px;
        width: 80px
    }
}

.pricing-plan-section .slick-arrow:before {
    -webkit-font-smoothing: antialiased;
    color: #101057;
    display: var(--fa-display, inline-block);
    font-family: Font Awesome\ 6 Free;
    font-weight: 900
}

.pricing-plan-section .slick-prev {
    left: -70px;
    transform: rotate(-90deg);
    z-index: 1;
}

@media (max-width: 1600px) {
    .pricing-plan-section .slick-prev {
        left: -70px
    }
}

@media (max-width: 1500px) and (min-width: 1400px) {
    .pricing-plan-section .slick-prev {
        left: 0
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .pricing-plan-section .slick-prev {
        left: -10px;
        height: 40px;
        width: 100px;
    }
}

@media (max-width: 991px) {
    .pricing-plan-section .slick-prev {
        left: -40px
    }
}

.pricing-plan-section .slick-prev:before {
    content: "";
    transform: rotate(90deg)
}

.pricing-plan-section .slick-next {
    right: -70px;
    transform: rotate(90deg)
}

@media (max-width: 1600px) {
    .pricing-plan-section .slick-next {
        right: -70px
    }
}

@media (max-width: 1500px) and (min-width: 1400px) {
    .pricing-plan-section .slick-next {
        right: 0
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .pricing-plan-section .slick-next {
        right: -10px;
        height: 40px;
        width: 100px;
    }
}

@media (max-width: 991px) {
    .pricing-plan-section .slick-next {
        right: -40px
    }
}

.pricing-plan-section .slick-next:before {
    content: "";
    transform: rotate(-90deg)
}
.pricing-plan-section .slick-dots {
    /*bottom: 10px;*/
}

.slick-dots li {
    height: auto;
    width: auto
}

.slick-dots li button {
    background-color: #99a9c9;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    padding: 0;
}

.slick-dots li button:before {
    font-size: 0;
    height: auto;
    margin: auto;
    right: 0;
    width: auto
}

.slick-dots li.slick-active button {
    background-color: #101057;
    height: 14px;
    width: 14px
}

.testimonial-section {
    background: #fff;
}


.testimonial-section .testimonial-title {
    /*line-height: 1.0833333333;*/
    /*letter-spacing: -1px;*/
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 64px;
    color: #0D0D0D;
    /*text-transform: uppercase;*/
    margin-bottom: 54px;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
    .testimonial-section .testimonial-title {
        font-size: 44px;
        margin-bottom: 34px;
    }
}
@media (max-width: 575px) {
    .testimonial-section .testimonial-title {
        font-size: 34px;
    }
}

.testimonial-section .slick-dots {
    bottom: -60px;
}
@media (max-width: 575px) {
    .testimonial-section .slick-dots {
        bottom: 0;
    }
}

.testimonial-section .testimonial-card {
    padding: 0 15px;
    margin-bottom: 30px;
}

.testimonial-section .testimonial-card > div {
    border: none;
    padding: 35px 30px 25px 30px;
    background-color: #f9f9f9;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, .1) 4px 4px 16px;
    text-align: center;
    min-height: 545px;
}

@media (max-width: 767px) {
    .testimonial-section .testimonial-card {
        padding: 20px;
        margin-bottom: 0;
    }
}

.testimonial-section .testimonial-card .testimonial-profile .testimonial-image {
    width: 175px;
    height: 175px;
    overflow: hidden;
    margin-bottom: 30px;
    display: inline-block;
}

.testimonial-section .testimonial-card .testimonial-profile .testimonial-image img {
    min-height: 175px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease;
    transform: translateZ(0);
}

.testimonial-section .testimonial-card.active .testimonial-profile .testimonial-image img {
    transform: scale(1.03);
}

.testimonial-section .testimonial-card .testimonial-profile .profile-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.testimonial-section .testimonial-card .testimonial-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #333;
    margin-top: 10px;
}


.testimonial-section .testimonial-1.slick-current:before {
    background-image: linear-gradient(6.89deg, #bc4afe 6.05%, #f478fd 95.6%) !important
}

.testimonial-section .testimonial-2.slick-current:before {
    background-image: linear-gradient(1.67deg, #369efe 1.56%, #47eef9 98.74%) !important
}

.testimonial-section .testimonial-3.slick-current:before {
    background-image: linear-gradient(6.89deg, #ff5c00 6.05%, #feb62b 95.6%) !important
}

.testimonial-section .testimonial-4.slick-current:before {
    background-image: linear-gradient(188.3deg, #8ff8ac 5.9%, #1bc2a1 93.64%) !important
}

.testimonial-section .profile-box .profile-img {
    height: 80px;
    width: 80px
}

.testimonial-section .slick-dots li {
    height: auto;
    width: auto
}

.testimonial-section .slick-dots li button {
    /*width: 16px;*/
    /*height: 16px;*/
    /*border-radius: 50%;*/
    /*background: 0 0;*/
    /*border: 2px solid #000;*/
    /*position: relative;*/
    padding: 0;
}

.testimonial-section .slick-dots li.slick-active button:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 2px;
    left: 0;
    background: #000;
}


.contact-section {
    background-size: cover;
    display: block
}

.contact-section .contact-title {
    /*line-height: 1.0833333333;*/
    /*letter-spacing: -1px;*/
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 64px;
    color: #0D0D0D;
    /*text-transform: uppercase;*/
    margin-bottom: 60px;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 991px) {
    .contact-section .contact-title {
        font-size: 44px;
        margin-bottom: 20px;
    }
}

.contact-section .contact-info__block {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .contact-section .contact-info__block {
        margin-bottom: 0
    }
    .contact-section .contact-info__block:last-child {
        margin-bottom: 30px;
    }
}

.contact-section .contact-info__contact-icon {
    border-bottom-left-radius: .625rem;
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
    height: 60px;
    margin-right: 20px;
    min-width: 60px;
    width: 60px
}

.contact-section .contact-info__contact-label {
    font-size: 1.25rem
}

@media (max-width: 480px) {
    .contact-section .contact-info__contact-label {
        font-size: 1.125rem
    }
}

.contact-section .contact-form__input-block {
    margin-bottom: 20px
}

.contact-section .contact-form .form-textarea {
    height: 130px
}


.subscribe-section .subscribe-title {
    /*line-height: 1.0833333333;*/
    /*letter-spacing: -1px;*/
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 64px;
    color: #0D0D0D;
    /*text-transform: uppercase;*/
    margin-bottom: 60px;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 991px) {
    .subscribe-section .subscribe-title {
        font-size: 44px;
        margin-bottom: 30px;
    }
}

.subscribe-section .subscribe-inputgrp {
    margin-top: 40px
}

.subscribe-section .subscribe-inputgrp .form-control {
    height: 60px;
    padding-right: 140px
}

@media (max-width: 575px) {
    .subscribe-section .subscribe-inputgrp .form-control {
        padding-right: 120px
    }
}

.subscribe-section .subscribe-btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 6px;
    top: 0
}

.subscribe-section .subscribe-btn .btn {
    height: 48px
}

.header {
    left: 0;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    width: 100%;
    z-index: 1;
    background: #0D0D0D;
}

@media (max-width: 991px) {
    .header {
        padding-bottom: 15px;
        padding-top: 15px
    }
}

.header .user-menu a {
    /*font-size: 14px;*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*padding: 0.5rem 1rem;*/
}

.header .navbar-logo {
    height: 60px;
    max-height: 60px;
    width: auto
}

@media (max-width: 1000px) {
    .header .navbar-logo {
        height: 50px;
        max-height: 50px
    }
}

@media (max-width: 750px) {
    .header .navbar-logo {
        height: 45px;
        max-height: 45px
    }
}

@media (max-width: 425px) {
    .header .navbar-logo {
        height: 40px;
        max-height: 40px
    }
}

.header .dropdown .dropdown-menu li .nav-link {
    color: #000 !important
}

.header .dropdown .dropdown-menu li .nav-link img {
    height: 18px;
    width: 18px
}

.header .dropdown .dropdown-toggle {
    box-shadow: none;
    color: #fff;
    font-size: 1rem;
    padding: .5rem 0
}

.header .dropdown .dropdown-toggle:after {
    -webkit-font-smoothing: antialiased;
    border: 0;
    content: "";
    display: var(--fa-display, inline-block);
    font-family: Font Awesome\ 6 Free;
    font-weight: 900;
    margin-left: 0px;
    vertical-align: middle
}

.header .dropdown .dropdown-item {
    padding: 8px 25px
}

.header .dropdown .dropdown-item:focus, .header .dropdown .dropdown-item:hover {
    background-color: transparent
}

@media (max-width: 991px) {
    .navbar {
        padding: 0;
        position: static
    }
}

.navbar .navbar-nav .nav-link {
    color: #fff
}

@media (max-width: 991px) {
    .navbar .navbar-toggler {
        box-shadow: none
    }

    .navbar .navbar-collapse {
        background: linear-gradient(1.67deg, #17191A 1.56%, #17191A 98.74%);
        /*border-radius: .625rem;*/
        box-shadow: 0 0 20px rgba(173, 181, 189, .1);
        left: 0;
        margin: auto;
        max-width: 720px;
        position: absolute;
        right: 0;
        top: calc(100% - 10px);
        width: 100%
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .navbar .navbar-collapse {
        max-width: 516px
    }
}

@media (max-width: 575px) {
    .navbar .navbar-collapse {
        width: calc(100% - 24px)
    }
}

@media (max-width: 991px) {
    .navbar .navbar-collapse .navbar-nav {
        padding: 10px
    }
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item .btn-link {
    color: #fff;
    font-size: 14px;
    position: relative;
    width: max-content;
    padding: .5rem 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .btn-link {
    text-decoration: none;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before, .navbar .navbar-collapse .navbar-nav .nav-item .btn-link:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover:before, .navbar .navbar-collapse .navbar-nav .nav-item .btn-link:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    border-radius: 0;
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li .nav-link img {
    width: 30px;
    height: 18px;
}


@media (max-width: 991px) {
    .navbar .navbar-collapse.navbarNavRight {
        top: 240px;
    }
    .header .dropdown .dropdown-menu {
        background: #17191A;
        color: #fff;
    }
    .header .dropdown .dropdown-menu li .nav-link {
        color: #fff !important;
    }
}

.navbar-toggler {
    border: none;
    cursor: pointer;
    height: 26px;
    margin: auto;
    padding: 0;
    position: relative;
    width: 26px
}

.navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
    background-image: none !important;
    border-radius: 2px;
    display: block;
    height: 2px;
    position: absolute;
    transition: all .35s ease;
    width: 26px
}

.navbar-toggler .top-bar {
    top: 0
}

.navbar-toggler .middle-bar {
    opacity: 1;
    top: 7px
}

.navbar-toggler .bottom-bar {
    top: 14px
}

.navbar-toggler.open .top-bar {
    top: 7px;
    transform: rotate(225deg)
}

.navbar-toggler.open .middle-bar {
    opacity: 0;
    transform-origin: left center;
    transition: all .175s ease;
    width: 0
}

.navbar-toggler.open .bottom-bar {
    top: 7px;
    transform: rotate(-225deg)
}


/* Animate 1 */
.slick-slide .animate-7,
.slick-slide .animate-6,
.slick-slide .animate-5,
.slick-slide .animate-4,
.slick-slide .animate-3,
.slick-slide .animate-2,
.slick-slide .animate-1 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.slick-slide .animate-x {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.slick-slide.slick-active .animate-7,
.slick-slide.slick-active .animate-6,
.slick-slide.slick-active .animate-5,
.slick-slide.slick-active .animate-4,
.slick-slide.slick-active .animate-3,
.slick-slide.slick-active .animate-2,
.slick-slide.slick-active .animate-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.slick-slide.slick-active .animate-2 {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.slick-slide.slick-active .animate-3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.slick-slide.slick-active .animate-4 {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.slick-slide.slick-active .animate-5 {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.slick-slide.slick-active .animate-6 {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.slick-slide.slick-active .animate-7 {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.vs-section .vs-title {
    /*line-height: 1.0833333333;*/
    /*letter-spacing: -1px;*/
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 64px;
    color: #0D0D0D;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
    .vs-section .vs-title {
        margin-bottom: 0;
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .vs-section .vs-title {
        margin-bottom: 0;
        font-size: 34px;
    }
}


.logos-section {
    background: #F5F5F5 url(/front/images/logos_bg.png) no-repeat;
    padding: 100px 0;
}
@media (max-width: 575px) {
    .logos-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.logos-section .logos-title {
    /*line-height: 1.0833333333;*/
    /*letter-spacing: -1px;*/
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 55px;
    color: #0D0D0D;
    /*text-transform: uppercase;*/
    margin-bottom: 30px;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    padding-left: 20px;
}

@media (max-width: 991px) {
    .logos-section .logos-title {
        margin-bottom: 30px;
        font-size: 30px;
    }
}

.logos-section .logos-subtitle {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
    /*text-transform: uppercase;*/
    padding-left: 20px;
}

.logos-section .logo-list__list {
    display: grid;
    grid-template-columns: repeat(min(4, 20), minmax(140px, 200px));
    grid-gap: 20px;
    gap: 20px;
    justify-content: center;
}

@media (max-width: 991px) {
    .logos-section .logo-list__list {
        grid-template-columns: repeat(min(3, 20), minmax(140px, 200px));
    }
}

@media (max-width: 575px) {
    .logos-section .logo-list__list {
        grid-template-columns: repeat(min(2, 20), minmax(140px, 200px));
    }
}

.logos-section .logo-list__list .logo-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgb(0 0 0 / 0.0);
    border-radius: 0;
}

.logos-section .logo-list__list .logo-list__item img {
    height: auto;
    max-width: 100%;
    border-style: none;
    vertical-align: top;
}
@media (max-width: 575px) {
    .logos-section .logo-list__list .logo-list__item {
        padding: 8px 16px;
    }
}


.tree-section {
    background: #18191B url(/front/images/pine-tree-texture-dark-greens.jpg) no-repeat;
    background-size: cover;
    padding: 300px 0;
    color: #fff;
}
@media (max-width: 575px) {
    .tree-section {
        padding: 200px 0 150px 0;
    }
}

.tree-section .tree-subtitle {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
    font-weight: 200;
    /*text-transform: uppercase;*/
}

.tree-section .tree-title {
    /*line-height: 1.0833333333;*/
    /*letter-spacing: -1px;*/
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 55px;
    text-transform: uppercase;
    margin-bottom: 30px;
    /*font-family: 'Big Shoulders Display', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
}
@media (max-width: 991px) {
    .tree-section .tree-title {
        font-size: 30px;
        line-height: 1.2;
    }
}

.tree-section .tree-text {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 40px;
}

.tree-section .tree-count {
    margin-bottom: 15px;
    font-family: inherit;
    font-size: 75px;
    line-height: 1.2em;
    font-weight: 900;
}

.tree-section p {
    font-size: 20px;
    font-weight: 200;
}

.tree-section .image-overlay__content-image {
    text-align: end;
    padding-top: 100px;
}
@media (max-width: 991px) {
    .tree-section .image-overlay__content-image {
        text-align: center;
    }
}

.tree-section .logo-tree-count {
    margin: 0;
    width: 100%;
    text-align: center;
    background: white;
    color: #000;
    font-size: 20px;
    margin-top: 0.5rem;
    line-height: 1.5em;
    font-weight: 700;
    font-family: inherit;
}

.link-info {
    color: #18191B;
}

.front-analytics {
    margin: 170px 0 70px 0;
}
.front-analytics img{
    box-shadow: 0px 6px 13px -7px #767676;
}

.front-analytics h1{
    font-size: 40px;
}

.front-analytics p{
    margin-top: 17px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}


.pulse-online-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 100px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 100;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(42, 206, 27, 0.4);
    animation: pulse-online-whatsapp 2s infinite;
}


.pulse-online-whatsapp:hover {
    animation: none;
    color: #FFFFFF;
    background: #1bc45a;
}


@-webkit-keyframes pulse-online-whatsapp {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(79, 204, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse-online-whatsapp {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(100, 204, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(60, 204, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

i.fa.fa-whatsapp.fa-whatsapp-online:hover, .whatsapp-chat-online:hover {
    color: #ffffff;
    transition: all 0.5s;
}


.tawk-min-container .tawk-button {
    transition: all 0.5s;
    box-shadow: 0 0 0 rgba(42, 206, 27, 0.4);
    animation: pulse-online-chat 2s infinite;
}
@-webkit-keyframes pulse-online-chat {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(204 44 44 / 40%);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse-online-chat {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(204 44 44 / 40%);
        box-shadow: 0 0 0 0 rgb(204 44 44 / 40%);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.card-title {
    text-transform: uppercase;
}

.card-count {
    border-bottom: 1px solid #ececec;
    width: 100%;
    padding-bottom: 15px;
}

.pricing-plan-section .pricing-plan-card .pricing {
    background: #00c4d82b;
    border-radius: 5px;
    color: #000;
    min-width: 245px;
    padding: 10px;
    width: auto;
}

.pricing-plan-card.card{
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}

.pricing-plan-section .pricing-plan-card {
    background-color: #f9f9f9;
    box-shadow: 0px 14px 12px -5px rgba(20, 102, 130, 0.52);
    border-radius: 15px;
}

.pricing-plan-card .btn-dark {
    color: #fff;
    font-weight: 600;
    border-color: #ffffff;
    background: #2193b0;
    background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);
    background: linear-gradient(to right, #6dd5ed, #2193b0);
    border-radius: 50px;
}


.pricing-plan-section .pricing-plan-card, .pricing-plan-section .pricing-plan-label {
    margin: 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #212121 !important;
}


@media (max-width: 575px) {
    .pricing-plan-section .pricing-plan-card {
        background-color: #f9f9f9;
        box-shadow: 0px 14px 16px -15px rgba(20, 102, 130, 0.52);
        border-radius: 15px;
    }
}


.pricing-additional_call_us {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    margin-bottom: 80px;
    min-height: 66px;
    border-radius: 35px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.pricing-additional_call_us span {
    color: #03bfd2;
}

.my-bg-color img {
    border-radius: 20px;
}

.about-section .about-content .about-subtext {
    color: #383838;
    line-height: 1.5;
}

.about-section .about-content .about-subtitle {
    font-weight: 400;
    color: #212121;
}

.testimonial-section .testimonial-card > div {
    border: none;
    padding: 35px 30px 25px 30px;
    background-color: #f9f9f9;
    border-radius: 0;
    box-shadow: 0px 12px 21px -11px rgba(20, 102, 130, 0.52);
    text-align: center;
    min-height: 545px;
}

.my-bg-color {
    background: #f2f2f2;
    padding: 20px 8px;
    border-radius: 15px;
}

section.vs-section {
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 80px;
}

.header {
    background: #17191a;
    box-shadow: 0px 14px 80px -18px rgb(0, 0, 0);
    z-index: 2;
}


@media (max-width: 991px) {
    .navbar .navbar-collapse {
        background: linear-gradient(1.67deg, #17191A 1.56%, #17191A 98.74%);
        box-shadow: 0 0 20px rgba(173, 181, 189, 0);
        border: 1px solid #222121;
        left: 0;
        margin: auto;
        max-width: 720px;
        position: absolute;
        right: 0;
        top: calc(100% - 10px);
        width: 100%;
    }
}

.demo-templates .heading{
    display: block;
    font-weight: 200;
    font-style: normal;
    font-size: 64px;
    color: #0D0D0D;
    margin-bottom: 54px;
    font-family: 'Montserrat', sans-serif;
}


.demo-tempaltes-carousel{
position: relative;

    .owl-item .item {
        transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
    }

     .owl-item .item img {
         -webkit-transition: 0.3s;
         -o-transition: 0.3s;
         transition: 0.3s;
         -webkit-transform: scale(0.89);
         -ms-transform: scale(0.89);
         transform: scale(0.89);
         max-height: 600px;
         object-fit: cover;
         object-position: top;
         border-radius: 10px;
         box-shadow: 0px 10px 18px -12px #bdbdbd;
         margin-bottom: 15px;
    }

     .owl-item.center {
         .item {
             /*margin: 0 33px;*/
             img {
                 -webkit-transform: scale(1);
                 -ms-transform: scale(1);
                 transform: scale(1);
                 border-radius: 10px;
             }
         }
     }


    .owl-prev{
        position: absolute;
        top: 0;
        left: -1px;
        width: 20%;
        background: linear-gradient(90deg, #f8f8f8, transparent) !important;
        height: 100%;
        pointer-events: none;
    }


    .owl-next{
        position: absolute;
        top: 0;
        right: -1px;
        width: 20%;
        background: linear-gradient(271deg, #f8f8f8, transparent) !important;
        height: 100%;
        pointer-events: none;
    }

}

@media (max-width: 1400px) {
    .demo-tempaltes-carousel {
        .owl-item .item img {
            max-height: 555px;
        }
    }
}


@media (max-width: 1200px) {
    .demo-tempaltes-carousel {
        .owl-item .item img {
            max-height: 510px;
        }
    }
}


@media (max-width: 991px) {
    .demo-tempaltes-carousel {
        .owl-item .item img {
            max-height: 480px;
        }
    }

}


@media (max-width: 768px) {
    .demo-tempaltes-carousel {
        .owl-item .item img {
            max-height: 410px;
        }
    }
}




@media (max-width: 575px) {
    .demo-tempaltes-carousel {
        .owl-item .item img {
            max-height: 360px;
        }
    }
}

.demo-templates {
    background: #f8f8f8;
    padding: 75px 0px;
    margin: 75px 0;
}

.demo-templates-footer-text {
    text-align: center;
    font-size: 35px;
    max-width: 768px;
    margin: 40px auto 0px auto;

    span{
        color: #0dcaf0;
        font-weight: 700;
    }
}

@media (max-width: 991px) {
    .demo-templates .heading {
        font-size: 44px;
    }

    .demo-templates-footer-text {
        font-size: 29px;
        max-width: 650px;
    }

    .demo-templates {
        padding: 60px 0px;
        margin: 60px 0;
    }
}


@media (max-width: 768px) {
    .demo-templates-footer-text {
        font-size: 23px;
        max-width: 410px;
    }

    .demo-templates {
        padding: 45px 0px;
        margin: 45px 0;
    }
}

@media (max-width: 575px) {
    .demo-templates-footer-text {
        max-width: 360px;
    }

    .demo-templates {
        padding: 20px 0px;
        margin: 20px 0;
    }
}