<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #000000;
}


/*** Spinner ***/

@font-face {
    font-family: Periodico;
    src: url(../fonts/PeriodicoD-Rg-It.ttf);
    font-style: italic;
    font-weight: 200;
    font-display: swap
}

@font-face {
    font-family: Periodico;
    src: url(../fonts/PeriodicoD-Rg.ttf);
    font-style: normal;
    font-weight: 200;
    font-display: swap
}

@font-face {
    font-family: Periodico;
    src: url(../fonts/PeriodicoD-Md-It.ttf);
    font-style: italic;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Periodico;
    src: url(../fonts/PeriodicoD-SmBd.ttf);
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Solido;
    src: url(../fonts/Solido-Medium.otf);
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Caput;
    src: url(../fonts/Caput.otf);
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Caput;
    src: url(../fonts/0131_caput_bold.otf);
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Caput;
    src: url(../fonts/0121_caput_reg.otf);
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Caput;
    src: url(../fonts/Caput.otf);
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

.bg-dark {
    background-color: #000 !important;
}

/*** Heading ***/


h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: Periodico !important;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
}

/*** Navbar ***/

.navbar {
    display: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}


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

.navbar &gt; .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg &gt; .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg &gt; .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-family: 'Caput';
    position: relative;
}


.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.ftco-navbar-light {
    background: #ffffff !important;
    z-index: 3;
    padding: 0;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #fff !important;
        position: relative;
        top: 0;
        padding: 0px 0px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

.ftco-navbar-light .navbar-nav &gt; .nav-item &gt; .nav-link {
    font-size: 13px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-family: 'Caput';
    position: relative;
    opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav &gt; .nav-item &gt; .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .ftco-navbar-light .navbar-nav &gt; .nav-item &gt; .nav-link:before {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.ftco-navbar-light .navbar-nav &gt; .nav-item &gt; .nav-link:hover {
    color: #ff0000;
}

.ftco-navbar-light .navbar-nav &gt; .nav-item &gt; .nav-link:hover:before {
    width: 100%;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav &gt; .nav-item &gt; .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .7rem;
        padding-bottom: .7rem;
        color: #000;
    }

    .ftco-navbar-light .navbar-nav &gt; .nav-item &gt; .nav-link:hover {
        color: #fff;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav &gt; .nav-item &gt; .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.ftco-navbar-light .navbar-nav &gt; .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    margin-top: 45px;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 0px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav &gt; .nav-item .dropdown-menu {
        display: block !important;
        background: #fff;
    }
}

.navbar-brand {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.navbar-brand span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
}

.navbar-brand:hover, .navbar-brand:focus {
    color: #000;
}

nav, section {
    display: block;
}

/*** End Navbar ***/
.sub-title {
    font-family: Periodico !important;
    font-size: 20px;
    font-weight: 700 !important;
}

.brands {
    font-family: Periodico !important;
    font-size: 20px;
    font-weight: 700 !important;
}

.top-article {
    font-family: caput !important;
    font-size: 14px;
    align-items: center;
}

.text-standard {
    color: #ed1a3b !important;
}

.border-right-menu {
    border-right: 1px solid #6e6d6d !important;
}

.boda-bottom {
    border-bottom: 1px solid #6e6d6d !important;
    padding-bottom: 15px;
    padding-top: 0px;
}

.boda-right {
    border-right: 1px solid #6e6d6d !important;
}

.boda-left {
    border-left: 1px solid #6e6d6d !important;
}

.boda-top {
    border-top: 1px solid #6e6d6d !important;
}

.navhead {
    background-color: #eee;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    text-transform: uppercase;
    font-size: 18px;
    /* color: #fff; */
    font-weight: 700;
    font-family: 'Periodico';
}

.navheading {
    background-color: #ddd;
    display: none;
}

.desgin .bi-chevron-right {
    display: none;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: inline-flex;
}

@media (max-width: 767.98px) {
    .border-right-menu {
        border-right: 0px solid #6e6d6d !important;
        border-bottom: 1px solid #6e6d6d !important;
    }

    .navheading {
        background-color: #ddd;
        display: contents;
    }

    .desgin .bi-chevron-right {
        display: inline-flex;
    }

    .mobile-only {
        display: inline-flex;
    }

    .desktop-only {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.9);
        font-size: 13px;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        font-family: 'Caput';
        position: relative;
    }
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgb(255 255 255);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    margin-top: 12px;
}

.overlay a {
    padding: 1px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: solido !important;
    font-size: 14px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 16px;
    right: 45px;
    font-size: 28px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 16px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

ul {
    padding-left: 1rem !important;
}

.list-style-none {
    list-style: none !important;
}

.top-styling {
    padding: 25px;
    font-size: 14px;
    color: #000;
    font-weight: 100;
    line-height: 1.8;
    font-family: caput;
}

.logo-style {
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.menu-border-left {
    border-left: 1px solid #484848;
    padding-left: 30px;
}

body {
    margin: 0;
    font-family: caput;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000 !important;
    background-color: #fbfbfb !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.searchform {
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 0px;
}

@media (min-width: 992px) {
    .searchform {
        width: 300px;
    }
}

.searchform .search {
    width: 50px;
    height: 50px;
    background: #000000 !important;
}

@media (max-width: 767.98px) {
    .searchform .search {
        width: 50px;
        height: 50px;
        background: #000000 !important;
    }

    .menu-mobile-border {
        border-bottom: 1px solid #ddd;
    }

    .boda-right {
        border-right: 0px solid #6e6d6d !important;
        border-bottom: 1px solid #6e6d6d !important;
        padding-top: 10px;
    }

    .boda-left {
        border-left: 0px solid #6e6d6d !important;
        border-bottom: 1px solid #6e6d6d !important;
        padding-top: 10px;
    }
}

.navborderss {
    border-top: 1px solid #6e6d6d;
    border-bottom: 4px solid #000;
}

.navborder-live {
    /* border-bottom: 1px solid #6e6d6d; */
    box-shadow: 0px 8px 18px -15px rgb(0 0 0 / 56%);
    border-radius: 0px;
}

a {
    color: #000;
    text-decoration: none !important;
}

a:hover {
    color: #b4b4b3 !important;
}

.nav-live {
    font-size: 12px;
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 200 !important;
}

.live-style {
    font-weight: 600 !important;
    color: #ed1a3b !important;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1500px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}

.hum-style {
    font-size: 30px;
    color: #000 !important;
}

.section-style {
    font-size: 18px;
    color: #000 !important;
    font-family: solido;
}

.openbtn {
    font-size: 18px;
    cursor: pointer;
    background-color: #fff;
    color: white;
    padding: 0px 5px 0px 5px;
    border: none;
}

.open-display {
    display: contents;
}

.openbtn:hover {
    background-color: #f3f0f0;
}

#main {
    transition: margin-left .5s;
    background: white;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    margin: 0;
    font-size: 1rem;
    color: #6b6a75;
    line-height: 1.0 !important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: 2px !important;
}

.navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 50px !important;
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.bg-dark {
    background-color: hsl(0deg 0% 0%) !important;
}

/*** Carousel ***/
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 25px;
    bottom: 50px;
    z-index: 996;
    background: #000;
    width: 50px;
    color: #fff;
    font-size: 24px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.4s;
}

.overlay .closebtn {
    font-family: 'Font Awesome 5 Free' !important;
}

/* @extend display-flex; */

/* @extend list-type-ulli; */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a:focus, a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

input {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0;
}

input:focus {
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
}


img {
    height: auto;
}

input {
    display: inline;
    width: 100%;
}

input {
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 14px 20px;

    font-size: 14px;
    font-family: 'Poppins';
}

input:focus {
    border: 1px solid #329e5e;
}

.dopbtn {
    background-color: #fff !important;
    padding: 0px;
    font-size: 14px;
    border: 0px;
    font-family: 'solido';
}

.dopdown {
    position: inherit;
    display: inline-block;
}

.dopdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dopdown-content a {
    color: black;
    padding: 0px 10px;
    text-decoration: none;
    display: block;
}

.dopdown-content a:hover {
    background-color: #ddd;
}

.dopdown:hover .dopdown-content {
    display: block;
}

.dopdown:hover .dopbtn {
    background-color: transparent;
}

.searchform .search {
    width: 35px;
    height: 33px;
    background: #000000 !important;
    color: white;
    text-align: center;
    padding-top: 7px;
    margin-right: 2px;
    font-size: 15px;
    border-radius: 50%;
}

.year-style {
    font-size: 13px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: 12px;
    font-family: 'Solido';
    padding: 6px;
    text-transform: uppercase;
}

.navbar-brand span {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
    letter-spacing: 12px;
    font-family: 'Solido';
    padding: 6px;
}

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

.box-search input {
    width: 90%;
    border: #ffffff00;
    padding: 7px;
}

.box-search {
    border: 1px solid #868686;
    border-radius: 18px;
    width: 100% !important;
    padding: 1px 7px 2px;
}

.box-search .bi-search {
    padding: 7px;
    border-radius: 50%;
    font-size: 12px;
}

.search-box {
    font-size: 14px;
    padding: 9px 10px;
    border: 1px solid #cbc6c6;
    background: #fff;
    border-radius: 25px;
    width: 170px;
}

.login {
    font-size: 14px;
    vertical-align: middle;
    font-family: 'Solido';
    padding-left: 0px;
    align-items: baseline;
}

#search {
    transition: 0.5s;
    display: none;
}

@media (max-width: 767px) {
    .dopbtn {
        background-color: transparent !important;
        padding: 0px;
        font-size: 14px;
        border: 0px;
        font-family: 'solido';
    }
}
</pre></body></html>