<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
#top .hass-src button.is-search-submit {
    margin-top: 3px;
}
#btnn {
    border-radius: 0px !important;
    font-family: 'Jost';
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 19px;
    position: relative;
    z-index: 999;
    transition: 0.5s;
    display: inline;
}

#btnn::before {
    position: absolute;
    content: "";
    border: solid 1px #000000;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    z-index: -9999;
    transition: 0.5s;
}
#header-outer[data-format="centered-menu-bottom-bar"] #top .span_3:before {
    display: none !important;
}
#top a#logo img {
    transform: scale(105%);
    transform-origin: left;
}
#ro-1 #btnn::before {
    border-color: #fff !important;
}

#btnn:hover {
    background-color: #fff !important;
    color: #000;
    border: solid 1px #000;
    opacity: 100%;
}

#btnn:hover::before {
    left: 0px;
    top: 0px;
}


/*  */

header#top .container {
    margin: 0px 0px !important;
    max-width: 100%;
    padding: 0px 0px !important;
}

header#top .container a#logo {
    float: left;
}


/*  */

.nav-icon i {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    color: #CE2213;
}

#top nav.right-side {
    margin-left: 0px;
}

#top nav.right-side {
    position: relative;
    right: 70px !important;
}

.nav-icon a span {
    color: #fff;
    font-family: 'Jost';
    font-weight: 100;
    font-size: 16px;
}

#top nav.right-side ul {
    display: flex;
    flex-direction: row-reverse;
}

#top .col.span_9.col_last nav {
    background-color: #fff;
    padding: 10px 0px;
}


/*  */

.hass-src form.is-search-form.is-form-style {
    border-radius: 90px;
    overflow: hidden;
}


/* -----------------      -----------------      -----------------      -----------------       */

#ro-2 .row-bg.viewport-desktop.using-image {
    background-size: 110px;
    background-position: 0% 0%;
    animation: boxx 6s infinite alternate ease-in-out;
}

@keyframes boxx {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

#ro-2 .vc_col-sm-3 .vc_column-inner,
#ro-2 .vc_col-sm-3 .txt-info h3 span {
    transition: 0.5s;
}

#ro-2 .vc_col-sm-3 .vc_column-inner {
    border: solid 2px transparent;
}

#ro-2 .vc_col-sm-3:hover .vc_column-inner {
    border-color: red !important;
}

#ro-2 .vc_col-sm-3:hover .txt-info h3 span {
    color: #CE2213 !important;
}

#ro-2 .icon {
    width: 110px;
    height: 110px;
    object-fit: contain;
}


/* -----------------      -----------------      -----------------      -----------------       */

#ro-4 .vc_col-sm-4 {
    animation: boo 5s infinite alternate linear;
    transition: 0.5s;
}

#ro-4 .vc_col-sm-4:nth-child(0dd) {
    animation: boo 5s infinite alternate-reverse linear;
}

@keyframes boo {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}

#ro-4 .vc_col-sm-4:hover {
    animation-play-state: paused;
    filter: brightness(0.9);
}

#ro-7 .iwt-icon img {
    width: 47px;
}


/* -----------------      -----------------      -----------------      -----------------       */

#ro-8 .toggle.default {
    background-color: #CE2213;
    color: #fff;
    padding: 10px 13px;
    border-radius: 16px;
}

#ro-8 .toggle.default.open {
    border-radius: 18px 18px 0px 0px;
}

#ro-8 .toggle.default h3.toggle-title a {
    color: #fff !important;
    font-weight: 400;
}

#ro-8 .toggle.default h3.toggle-title:before,
#ro-8 .toggle.default h3.toggle-title:after {
    display: none !important;
    opacity: 0;
}

#ro-8 .toggle.default .inner-toggle-wrap {
    padding: 10px 0px;
}

#ro-8 .toggle.default .txt-info p {
    font-weight: 300;
    color: #D5D0D0;
}


/* -----------------      -----------------      -----------------      -----------------       */

#ro-9 input,
#ro-9 textarea {
    background-color: #ffffff3d;
    border-radius: 22px;
    padding: 11px 11px;
    border: none;
    box-shadow: 0px 0px !important;
    font-family: 'Jost';
    font-weight: 300;
    font-size: 14px;
    color: #fff !important;
}

#ro-9 input::placeholder,
#ro-9 textarea::placeholder {
    color: #fff !important;
}


/* -----------------      -----------------      -----------------      -----------------       */

#ro-9 button.frm_button_submit {
    color: #fff;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 18px;
    background-color: transparent;
    border: solid 2px #fff;
    border-radius: 60px !important;
    padding: 8px 41px !important;
    margin-bottom: 0px;
}

#ro-9 .txt-info {
    position: absolute;
    bottom: 24px;
    left: 220px;
}

#ro-9 .iwithtext {
    position: absolute;
    bottom: 24px;
    left: 290px;
}

#ro-9 .iwithtext img {
    width: 50px;
}

#ro-9 .iwithtext .iwt-text h4 {
    margin-bottom: 0px;
}

#ro-9 .iwithtext .iwt-text a {
    color: #fff;
}

#ro-9 textarea {
    resize: none;
    height: 120px;
}

#ro-9 .row-bg.viewport-desktop.using-image {
    background-position: 0% 0% !important;
}


/* -----------------      -----------------      -----------------      -----------------       */

#copyright {
    padding: 10px 0px !important;
}

#copyright .col.span_5 {
    max-width: 100% !important;
}

#copyright .col.span_5 .box {
    display: flex;
    justify-content: space-between;
}

#copyright .col.span_5 .box p,
#copyright .col.span_5 .box a {
    margin: 0px;
    padding: 0px;
    margin-right: 20px;
}

#footer-outer #footer-widgets .widget h4 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 30px;
}

#footer-outer #footer-widgets a,
#footer-outer #footer-widgets p {
    color: #666666 !important;
    font-family: inter;
    font-size: 14px;
}

#footer-outer #footer-widgets .col.span_3:nth-child(2) {
    position: relative;
    left: 70px;
}
#top .container&gt;.row {}

ul#menu-contact {}

#footer-outer #footer-widgets ul#menu-contact li a i {
    position: absolute;
    left: 0px;
    width: 20px;
    top: 3px;
    color: #ed070a;
}

#footer-outer #footer-widgets ul#menu-contact li a {
    position: relative;
    padding-left: 23px !important;
}

#footer-outer #footer-widgets p,
#footer-outer #footer-widgets a {
    font-size: 13px;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    line-height: 1.5;
}

#footer-outer #footer-widgets&gt;div&gt;.row {
    padding-bottom: 32px;
    padding-top: 40px;
}

#footer-outer #footer-widgets div#media_image-2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: -18px;
}
#footer-outer #footer-widgets .textwidget.custom-html-widget h3 {
    line-height: 1;
}

/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1440px) {
    #ro-9 .row-bg.viewport-desktop.using-image {
        background-position: 40% 0% !important;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1366px) {
    #ro-9 .row-bg.viewport-desktop.using-image {
        background-position: 40% 0% !important;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1280px) {
    #ro-1 .txt1 p,
    #ro-2 .txt1 p,
    #ro-3 .txt1 p,
    #ro-4 .txt1 p,
    #ro-5 .txt1 p,
    #ro-6 .txt1 p,
    #ro-7 .txt1 p,
    #ro-8 .txt1 p,
    #ro-9 .txt1 p,
    #ro-4 .txt-info p,
    #ro-6 .txt-info p,
    #ro-7 .txt-info p {
        font-size: 13px;
        line-height: 1.3;
    }
    #ro-3 .person2 {
        width: 170px;
        margin-top: 60px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
    #top nav.right-side ul .nav-icon,
    #top nav.right-side ul .hass-src {
        display: none !important;
    }
    #ro-1 {
        padding: 80px 0px !important;
    }
    #ro-1 h1 {
        font-size: 40px;
    }
    #ro-1 .txt1 h2,
    #ro-2 .txt1 h2,
    #ro-3 .txt1 h2,
    #ro-4 .txt1 h2,
    #ro-5 .txt1 h2,
    #ro-6 .txt1 h2,
    #ro-7 .txt1 h2,
    #ro-8 .txt1 h2,
    #ro-9 .txt1 h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    #ro-3 .person2 {
        width: 170px;
        margin-top: 60px;
    }
    #footer-outer #footer-widgets .col.span_3:nth-child(2) {
        position: relative;
        left: 40px;
    }
    #ro-7 .iwt-text span {
        font-size: 10px;
        margin-bottom: 0px;
    }
    #ro-9 .iwithtext {
        bottom: 20px;
        left: 190px;
    }
    #ro-9 .txt-info {
        bottom: 20px;
        left: 160px;
    }
    #ro-9 {
        padding: 20px 0px !important;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 800px) {
    #copyright p,
    #copyright a {
        font-size: 12px;
    }
    #ro-3 #inn .vc_col-sm-4 {
        width: 30%;
        margin: auto;
    }
    #ro-3 .vc_col-sm-4 {
        width: 30%;
        margin: auto;
    }
    #ro-4 .vc_col-sm-4 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    #ro-7 .owl-dots {
        display: none;
    }
    #footer-outer #footer-widgets .col.span_3:nth-child(2) {
        left: 0px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 764px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 480px) {
    #ro-1 h1 {
        font-size: 30px;
    }
    #ro-9 .txt-info {
        position: absolute;
        bottom: 35px;
        left: 170px;
    }
    #ro-9 .iwithtext {
        position: absolute;
        bottom: 40px;
        left: 200px;
    }
    #copyright .col.span_5 .box {
        display: flex;
        flex-direction: column-reverse;
    }
    #ro-1 .txt1 p br {
        display: none;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 444apx) {}</pre></body></html>