<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    z-index: 9999;
    box-shadow: none;
}
#sp-header.header-sticky,
body:not(.home) #sp-header {
    background: #fff;
}
#sp-header.header-sticky {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item&gt;a {
    font-weight: 400 !important;
    padding: 10px 0;
    font-size: 18px !important;
}
.sp-megamenu-parent &gt; li &gt; a, .sp-megamenu-parent &gt; li &gt; span {
    position: relative;
}
.sp-megamenu-parent&gt;li.active&gt;a {
    font-weight: 600;
}
.sp-megamenu-parent&gt;li:last-child&gt;a {
    padding: 0px 15px 0px 15px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    color: #fff;
    line-height: 50px;
}
.sp-megamenu-parent&gt;li:last-child&gt;a:hover {
    background-color: #cdb699;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child &gt; li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu&gt;li&gt;a, .offcanvas-menu .offcanvas-inner ul.menu&gt;li&gt;span {
    font-size: 18px;
    font-weight: 500;
}
.burger-icon&gt;span {
    background-color: #000;
}
.offcanvas-menu &gt; .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon&gt;span, #modal-menu-toggler.active .burger-icon&gt;span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 16px 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid;
    display: inline-block;
    color: #fff;
    background: #030541;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    background: transparent;
}
.btn-link {
    padding: 0;
    letter-spacing: 2px;
    font-size: 14px;
    text-decoration: underline !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn-link:hover {
    transform: scale(0.9);
}
.btn.left {
    background: transparent;
    margin-left: 20px;
}
.btn.left:hover {
    color: #fff;
}
.btn.white {
    background-color: #fff;
    border-color: #fff;
}

/* Title */
.title h3 {
    letter-spacing: 3px;
}
.title h1 {
    font-size: 50px;
    font-weight: 600;
    padding: 25px 0 20px;
    margin-bottom: 0;
}
.title h2 {
    font-size: 40px;
    font-weight: 600;
    padding: 20px 0;
}

/* Slider */
.slider-item .counter-item {
    width: 33%;
    float: left;
}
.slider-column .clearfix {
    display: inline-block;
    min-width: 325px;
    border-bottom: 8px solid;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.slider-column .clearfix:hover {
    transform: scale(0.9);
    color: #fff;
}

/* Space */
.space-item img {
    width: 160px;
}
.space-item {
    position: absolute;
    top: 30px;
    z-index: -1;
    left: -30px;
}

/* About */
.about-img img {
    width: 80%;
}

/* Check List */
.check-list ul {
    border-style: none;
    padding: 0px;
    margin: 0;
    list-style: none;
}
.check-list ul.left, .check-list ul.right {
    width: 50%;
    float: left;
}
.check-list ul strong {
    display: none;
}
.check-list ul span {
    padding-right: 10px;
}
.check-list ul li {
    padding-bottom: 10px;
}
.about-column.right .clearfix:last-child {
    border-left: 5px solid;
}
.about-column.left .clearfix:last-child {
    position: relative;
}

/* Video */
.video-item {
    min-width: 60px;
    min-height: 60px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
}
.video-item .sppb-img-container {
    overflow: hidden;
}
.video-item .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video-item .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video-item img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video-item a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.video-item a:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}

/* Services */
.services-item .sppb-media-content {
    background: #f3f3f3;
    padding: 45px 40px 40px;
    border-radius: 10px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: -1;
    position: relative;
    border-bottom: 7px solid transparent; 
}
.services-item.white .sppb-media-content {
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
    background-color: #fff;
    z-index: -1;
    position: relative;
}
.services-item:hover .sppb-media-content {
    transform: scale(0.95);
    background: #f3f3f3;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.services-item a {
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px !important;
    border-bottom: 2px solid;
    z-index: 1;
    position: relative;
}
.services-item i {
    height: 95px !important;
    width: 95px !important;
    line-height: 95px !important;
    border-radius: 5px;
    color: #fff;
    margin-left: 40px;
    margin-bottom: -20px;
}

/* Counter */
.counter-item h1 {
    font-weight: 600;
}
.counter-item h5 {
    font-weight: 600;
}

/* Video */
.video-column.left {
    border-radius: 10px;
}
.video-column.right .clearfix {
    width: 48%;
    float: left;
}
.video-column.right .clearfix:nth-child(1), .video-column.right .clearfix:nth-child(2), 
.video-column.right .clearfix:nth-child(7), .video-column.right .clearfix:last-child {
    width: 100%;
}

/* Skill */
.skill-item,
.skill-item .skill,
.skill-item .skill .skill-title,
.skill-item .skill .skill-bar {
    width: 100%;
    float: left;
}
.skill-item .skill {
    margin-bottom: 30px;
}
.skill-item .skill:last-child {
    margin-bottom: 0;
}
.skill-item .skill .skill-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}
.skill-item .skill .skill-bar {
    height: 10px;
    border-radius: 3px;
    background: #eaeaea;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skill-item.active .skill .skill-bar {
    width: 100%;
}
.skill-item .skill .skill-bar span {
    float: left;
    width: 0%;
    height: 10px;
    border-radius: 3px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skill-item .skill .skill-bar span b {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    opacity: 0;
    font-size: 16px;
    font-weight: 600;
    top: -22px;
}

/* Feature */
.feature-item .sppb-media-content {
    padding: 40px;
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: -70px 25px 0;
    background: #fff;
    position: relative;
    border-bottom: 7px solid;
}
.feature-item img {
    border-radius: 10px;
}
.feature-item a {
    padding: 0 0 10px 0;    
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px !important;
    border-bottom: 2px solid;
    z-index: 1;
    position: relative;
}

/* Pricing */
.pricing-column {
    border-radius: 10px;
}
span.pricing-small {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    top: -10px;
    margin-right: 20px;
    color: #000;
}
.pricing-title h3 {
    font-weight: 600;
    font-size: 28px;
    padding: 7px 0;
}
.pricing-column img {
    border-radius: 10px 10px 0 0;
}
.pricing-column-right .check-list ul span {
    color: #cdb699;
}

/* Work */
.work-icon {
    position: absolute;
    right: -35px;
    top: 30%;
}

/* Testimonials */
.testimonials-column .clearfix:last-child {
    border-bottom: 7px solid;
}
.testimonials-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
}
.testimonials-item h5 {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
}
.testimonials-carousel span.fa.fa-quote-left {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.testimonials-carousel .sppb-addon-testimonial-rating {
    position: absolute;
    top: 30px;
}

/* FAQs */
.faqs-column {
    border-radius: 10px;
}
.sppb-panel-modern&gt;.sppb-panel-heading {
    background: #f3f3f3;
    color: #000;
    padding: 20px 30px 20px 15px;
}
.sppb-panel-modern&gt;.sppb-panel-heading .sppb-panel-title {
    font-size: 18px;
}
.sppb-panel-group .sppb-panel-modern {
    border-radius: 0;
}

/* Bg */
.bg-link span {
    padding: 0 10px;
}
.bg-link strong {
    display: none;
}

/* Support */
.support-item {
    border-left: 7px solid;
    padding-left: 20px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
    margin: 0;
}
.jmm-image.mod-article-image img {
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
    transform: scale(1.12);
    filter: grayscale(100%);
}
.jmm-text {
    padding: 30px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}

/* Bottom */
#sp-bottom {
    z-index: 1;
    box-shadow: 0 0 4px 0 rgb(255 255 255 / 10%);
    line-height: 30px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}
#sp-bottom p {
    line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
#sp-bottom h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}
#sp-bottom1 ul li {
    display: inline-block !important;
}
#sp-position1 p strong {
    display: none;
}
#sp-position1 span {
    padding-right: 10px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    color: #fff !important;
    margin-right: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
}
.shrewd_solution_icon ul li a:hover {
    color: #fff !important;
}
.shrewd_solution_icon strong {
    display: none;
}
#sp-bottom3 p strong {
    display: none;
}
#sp-bottom3 span {
    padding-right: 10px;
}
#sp-bottom .btn:hover {
    background: #222;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid #dadada;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 991px) {
    .slider-column .clearfix {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

/* Mobile Standard Layout */
@media (max-width: 991px) {
    #sp-header, #sp-header .logo {
        height: 70px;
    }
    #sp-footer p {
        text-align: center;
    }
    body #sp-header {
        padding: 0;
    }
    body, body p {
        font-size: 16px !important;
    }
    .btn-column .sppb-text-right {
        text-align: left;
        margin-top: 20px;
    }
    section#pricing .sppb-col-md-4, .testimonials .sppb-col-md-4 {
        margin-bottom: 30px;
    }
    .work-icon {
        display: none;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
    .title h1 {
        font-size: 45px;
    }
    .slider-item .counter-item, .check-list ul.left, .check-list ul.right,
    .video-column.right .clearfix {
        width: 100%;
    }
    a.btn.left {
        margin-left: 0;
        margin-top: 20px;
    }
}

/* General color defination
Color value depend on preset color that picking on template settings &gt; Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.btn, .shrewd_solution_icon ul li a, .client,
.skill-item .skill .skill-bar span, .btn.left:hover, .services-item i,
.form-ct, .project, .pricing-column-right, .sp-megamenu-parent&gt;li:last-child&gt;a {
    background-color: var(--background-color);
}
.slider-column .clearfix:hover {
    background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover,
#sp-bottom .sp-module .sp-module-title, #sp-bottom3 span,
.title h3, .btn.left, .btn:hover, .counter-item h1, .check-list ul span,
.services-item a, .video-icon i, .feature-item a, .pricing-title h4,
.pricing-price h3, .work-item i, .testimonials-item h5, .btn.white,
.bg-link span, .support-icon i, #sp-bottom4 .sp-simpleportfolio-btns a {
    color: var(--text-color);
}
.btn, .slider-column .clearfix, .about-column.right .clearfix:last-child,
.btn:hover, .services-item:hover .sppb-media-content,
.feature-item .sppb-media-content, .testimonials-column .clearfix:last-child,
.support-item {
    border-color: var(--text-color);
}
</pre></body></html>