<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* only small desktops */

/* tablets */

/* only small tablets */

@media (max-width: 991px) {

    .ov-slide .slide-content &gt; .pb-content-media {
        height: 350px;
    }

    .ov-slide .slide-content &gt; .pb-content-media,
    .ov-slide .slide-content .slide-content-text {
        width: 100%;
    }

    .ov-slide .slide-content .slide-content-text {
        padding: 20px;
    }

    .ov-slide .slick-arrow {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #hero-area .contents h1 {
        font-size: 28px;
    }

    #hero-area .contents p {
        font-size: 14px;
    }
    
    #hero-area .contents .text-link {
        font-size: 14px;
    }

    .item-boxes h4 {
        font-size: 18px;
    }

    #why .show-box img {
        display: none;
    }

    /*.pricing-table .pricing-details ul li {
        font-size: 12px;
    }
    
    .pricing-table .pricing-details ul li&gt;span {
        font-size: 12px;
        width: 80px;
    }*/
    .counters .facts-item .fact-count h4 {
        font-size: 14px;
    }

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

    .meta-tags span {
        margin-right: 3px;
    }

    .meta-tags span i {
        margin-right: 0px;
    }

    #blog .blog-item-text h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .feature-item h4 {
        font-size: 18px;
    }

}

/* mobile or only mobile */

@media (max-width: 767px) {
    .section-header .section-title {
        font-size: 20px;
    }

    #hero-area .contents {
        padding: 100px 0 80px;
    }

    #hero-area .contents h1 {
        font-size: 22px;
    }

    #hero-area .contents p {
        font-size: 15px;
    }
    
    #hero-area .contents .text-link {
        font-size: 15px;
    }

    #why .show-box img {
        display: none;
    }

    #why .box-item .text h4 {
        font-size: 16px;
    }

    .nav-login {
        display: none;
    }

    .controls {
        margin: 0px;
    }

    .controls .btn {
        font-size: 13px;
        padding: 7px 7px;
    }

    .video-promo .video-promo-content h2 {
        font-size: 22px;
    }

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

    .counters .facts-item {
        margin-bottom: 30px;
    }

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

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

    .contact-us h3 {
        font-size: 28px;
    }

    .footer-links li a {
        margin-right: 10px;
    }

    .copyright {
        float: left;
    }

    .how-point h4 {
        font-size: 17px;
    }

    .how-point ul li {
        font-size: 15px;
    }

    .item-boxes p {
        margin-bottom: 46px;
    }

    .slick-arrow {
        display: none !important;
    }

    .accord-box dl dt {
        font-size: 16px;
        background: url(../img/faq/ico_q_close.png) 14px 14px/24px auto no-repeat, url(../img/faq/ico_arrow_close.png) right 18px center/12px auto no-repeat;
    }

    .accord-box dl dt.select {
        background: url(../img/faq/ico_q_open.png) 14px 14px/24px auto no-repeat, url(../img/faq/ico_arrow_open.png) right 18px center/12px auto no-repeat;
        background-color: #ebbd3a;
    }

    .accord-box dl dd {
        font-size: 13px;
    }
    
    .slide-content-text h3,
    .how-point h3,
    #who h3,
    #features h3,
    #feature_word h4 {
        font-size: 20px;
    }
    
    #faq h2 {
        font-size: 22px;
    }
    
    .slide-content-text h4 {
        font-size: 16px;
    }
    
    .item-boxes h4,
    .feature-item h4 {
        font-size: 18px;
    }

}
</pre></body></html>