<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;
}

.btn-danger{
    color: #fff;
    background-color: #EE193A!important;
    border-color: #EE193A!important;
}
.btn-danger:hover {
    color: #fff;
    background-color: #000!important;
    border-color: #000!important;
}

.breaking-title {
    font-family: Periodico!important;
    font-size: 30px;
    font-weight: 700 !important;
}
.breaking-style-image {
    max-height: 330px;
    object-fit: cover;
    object-position: top;
}
.livestream-style-video {
    height: 330px;
    object-fit: cover;
    object-position: top;
}
.bg-livestream{
    background: #ed1a3b;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:997;
}

.my-float{
    margin-top:16px;
}
/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@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 ***/



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: Periodico!important;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
}

/*** Navbar ***/
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }

.navbar {
    display: none; }

.nav-link {
    display: block;
    padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
    text-decoration: none; }
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
    border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
    margin-bottom: -1px; }
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
    border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
    color: #fff;
    background-color: #007bff; }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; }

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }

.tab-content &gt; .tab-pane {
    display: none; }

.tab-content &gt; .active {
    display: block; }


.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,
.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-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

.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; }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%; }

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        -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-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm &gt; .container,
    .navbar-expand-sm &gt; .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
        display: none; } }

@media (max-width: 767.98px) {
    .navbar-expand-md &gt; .container,
    .navbar-expand-md &gt; .container-fluid {
        padding-right: 0;
        padding-left: 0; }
    .brand-title span {
        height: 25px;
        width: 25px;
        align-self: center;
        margin: 2px 5px auto;

    }
    .signup-img-content {
        position: absolute;
        top: 25%!important;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
    }
    .style-image {
        max-height: 400px;
        object-fit: cover;
        object-position: top;
        width: 100%;
    }
    .margin-moblie{
        margin-top: 22px!important;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -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-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md &gt; .container,
    .navbar-expand-md &gt; .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
        display: none; } }

@media (max-width: 991.98px) {
    .navbar-expand-lg &gt; .container,
    .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,
    .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-expand-lg .navbar-toggler {
        display: none; } }

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -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-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl &gt; .container,
    .navbar-expand-xl &gt; .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
        display: none; } }

.navbar-expand {
    -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 &gt; .container,
.navbar-expand &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; }
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute; }
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
.navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.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); }
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(242, 10, 10, 0.9); }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1); }

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff; }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
    color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff; }
.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: 15px;
    padding-right: 15px;
    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; }
.ftco-navbar-light .navbar-nav &gt; .nav-item .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #000; }
.ftco-navbar-light .navbar-nav &gt; .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav &gt; .nav-item .dropdown-menu .dropdown-item:focus {
    background: #ff0000;
    color: #fff; }
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav &gt; .nav-item .dropdown-menu {
        display: block !important;
        background: #fff; }
    .ftco-navbar-light .navbar-nav &gt; .nav-item .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.8); } }
.ftco-navbar-light .navbar-nav &gt; .nav-item.cta &gt; a {
    color: #fff;
    background: #ff0000;
    border-radius: 0px; }
@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav &gt; .nav-item.cta &gt; a {
        padding-left: 15px;
        padding-right: 15px; }
    .img-h{
        height: 400px!important;
        object-fit: cover;
    }}
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav &gt; .nav-item.cta &gt; a {
        color: #fff;
        background: #ff0000;
        border-radius: 4px; } }
.ftco-navbar-light .navbar-nav &gt; .nav-item.active &gt; a {
    color: #ff0000; }
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav &gt; .nav-item.active &gt; a {
        color: #000;
    } }
.ftco-navbar-light .navbar-toggler {
    border: none;
    color: #000 !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
.ftco-navbar-light .navbar-toggler:focus {
    outline: none !important; }

.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; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; }

/*** End Navbar ***/


.super-title {
    font-family: Periodico!important;
    font-size:40px;
    font-weight: 700 !important;
}
.main-title {
    font-family: Periodico!important;
    font-size:26px;
    font-weight: 700 !important;
}
.sub-title {
    font-family: Periodico!important;
    font-size:18px;
    font-weight: 700 !important;
}
.brands {
    font-family: Periodico!important;
    font-size:20px;
    font-weight: 700 !important;
}
p {
    font-family: caput!important;
}
.article{
    font-family: caput!important;
}
.top-article {
    font-family: caput!important;
    font-size: 14px;
    align-items: center;
}
.top-article-farmers {
    font-family: caput!important;
    font-size: 16px;
    align-items: center;
}
.byline{
    font-family:solido!important;
}
.square {
    height: 30px;
    width: 30px;
    background-color: #555;
}
.brand-title span {
    height: 25px;
    width: 25px;
    align-self: center;
    margin: 6px 5px auto;
}
.bg-latest {
    background: #e52f2d!important;
}
.bg-sports {
    background: #0BB10B!important;
}
.bg-white{
    background: #fff!important;
}
.bg-health {
    background: #4997A1!important;
}
.bg-insider {
    background:#e52f2d!important;;
}
.bg-share {
    background: rgb(237 26 59 / 10%)!important;
}
.bg-share-farmkenya {
    background: #6ec90642!important;
}
.bg-right-green {
    background: #e8f9d7;
}
.main-boda-farmers{
    border: 4px solid #045304;
}
.btn-farmers {
    color: #fff;
    background-color: #045304!important;
    border-color: #045304!important;
}
.bg-southerneyex{
    background: #d03030!important;
}
.bg-standardx {
    background: #242a74!important;
}
.bg-independentx {
    background: #f1d7c1!important;
}
.live-style-farmers {
    font-weight: 600!important;
    color: #619e1b!important;
}
.live-style-nairobian {
    font-weight: 600!important;
    color: #00508f!important;
}
.live-style-takebreak {
    font-weight: 600!important;
    color: #BD4A24!important;
}
.bg-share-nairobian {
    background: rgb(0 80 143 / 9%)!important;
}
.bg-newsday{
    background:#e52f2d!important
}
.border-thick-green {
    border-top: 4px solid #619e1b!important;
}
.bg-farm{
    background:#276B3C!important;
}
.bg-nairobian{
    background:#00508F!important;
}
.bg-farmers {
    background: #045304!important;
}
.text-farmers {
    color: #045304!important;
}
.text-farmers-light {
    color: #619e1b!important;
}
.bg-farmers-light {
    background: #619e1b!important;
}
.text-nairobian{
    color:#00508F!important;
}
.bg-nairobian-dark{
    background: #013760!important;
}
.bg-takebreak{
    background: #BD4A24!important;
}
.btn-takebreak {
    color: #fff;
    background-color: #BD4A24!important;
    border-color: #BD4A24!important;
}
.btn-takebreak:hover {
    color: #fff;
    background-color: #8f2e0f!important;
    border-color: #8f2e0f!important;
}
.bg-takebreak-dark{
    background: #8f2e0f!important;
}
.text-takebreak{
    color: #8f2e0f!important;
}

.bg-eve{
    background:#E62E89!important;
}
.no-background{
    background: transparent!important;
}
.Premium{
    background-color: #000;
    color: #fff!important;
    font-weight: 400;
    font-family: 'solido';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    display: inline;
    padding: 4px 4px 3px 6px;
    border-radius: 6px 0px 6px 0px;
}
.Category{
    border: 1px solid #a4a5a9!important;
    color: #000!important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}
.Category-politic{
    border: 1px solid #a4a5a9!important;
    color: #000!important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}
.Category-farmers{
    border: 1px solid #e52f2d!important;
    color: #000!important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}
.Category-nairobian{
    border: 1px solid #00508F!important;
    color: #00508F!important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}
.text-standard {
    color: #000!important;
}
.Category-white {
    border: 1px solid #e52f2d!important;
    color: #eaedef!important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}
.Category-business{
    border: 1px solid #e52f2d!important;
    color: #000!important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}
.Category-sports{
    border: 1px solid #e52f2d!important;
    color: #000!important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}
.Category-eve{
    border: 1px solid #e52f2d!important;
    color: #000!important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}
.f-600{
    font-weight: 600;
}
.share-style{
    text-transform: uppercase;
    letter-spacing: 12px;
    font-size: 12px;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 18px!important;
}
.Category-entertainment{
    border: 1px solid #e52f2d!important;
    color: #000!important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}
.Category-health{
    border: 1px solid #4997A1!important;
    color: #4997A1!important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}
.muted-padding{
    padding-left: 10px
}
.style-image{
    max-height: 400px;
    object-fit: cover;
    object-position: top;
}
.ad{
    display:block;margin-left:auto;margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
    width:100%!important;
    text-align:center
}
.style-image-two{
    max-height: 180px;
    object-fit: cover;
    object-position: center;

}
.style-image-five{
    width: 100%;
    max-height: 115px;
    object-fit: cover;
    object-position: top;
    min-height: 110px;
}
.style-image-three{
    max-height: 270px;
    object-fit: cover;
    object-position: top;
}
.style-image-four{
    max-height: 222px;
    object-fit: cover;
    object-position: top;
}
.card-body {
    flex: 1 1 auto;
    padding-top: 0rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}
.item img {
    width: 100%;
    object-fit: cover;
}
.top-0 {
    position: absolute;
    top: 0;
}
.h-85{
    height: 85%;
}
.text-muted {
    color: #b1b4b7 !important;
}
.img-h{
    height:500px;
}
.text-muted-white{
    color: #dfe2e5!important;
}
.border-right-menu{
    border-right: 1px solid #6e6d6d!important;
}
.border-left-menu{
    border-left: 1px solid #6e6d6d!important;
}
.border-bottom-menu{
    border-bottom: 1px solid #6e6d6d!important;
}
.border-top-menu{
    border-top: 1px solid #6e6d6d!important;
}
.main-boda{
    border: 4px solid #000;
}

.boda-bottom{
    border-bottom: 1px solid #6e6d6d!important;
    padding-bottom: 15px;
    padding-top: 0px;
}
.boda-bottom-white{
    border-bottom: 1px solid #fff!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;
}
.border-thick{
    border-top: 3px solid #e52f2d!important;
}

figcaption{
    background: #f1e9bf;
    padding: 10px;
    margin-bottom: 0px!important;
}

.byline-margin{
    margin-left: 10px;
}
.float-right{
    float: right;
}
.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;
    }
    .search-desktop-only {
        display: none!important;
    }

    .pad-o{
        padding: 0!important;
    }
    .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;
    }
    .navtakebreak {
        color: #e7c4c4!important;
    }
    .brand-name {
        padding: 10px 20px 10px 20px;
        width: 100%;
        text-align: center;
        font-family: solido!important;
        letter-spacing: 4px;

    }
    .brand-name-takebreak {
        padding: 9px 20px 10px 20px;
        font-family: solido!important;
        letter-spacing: 4px;
        width: 100%!important;
        text-align: center;
    }
}
.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;
    }
}

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

.list-style-none {
    list-style: none!important;
}
.top-styling{
    background: #FFF;
    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;
}
.pad-logo{
    padding-top: 30px;
}
html,body {
    margin: 0;
    font-family: caput;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000!important;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    overflow-x: hidden;
}

.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 .form-control {
    width: calc(80% - 50px);
    border: none;
    background: #f3f1f1 !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 14px; }
.searchform .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.7) !important; }
.searchform .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.7) !important; }
.searchform .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.7) !important; }
.searchform .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7) !important; }
.searchform .search {
    width: 50px;
    height: 50px;
    background: #000000 !important; }
.searchform .search span {
    font-size: 16px;
    color: #fff; }

@media (max-width: 767.98px) {
    .searchform .form-control {
        width: calc(100% - 50px);
        border: none;
        background: #f3f1f1 !important;
        color: rgba(0, 0, 0, 0.7) !important;
        font-size: 14px;
    }
    .signup-img {
        position: relative;
        width: 100%;
        min-height: 400px!important;
        margin-bottom: -8px;
    }
    .searchform .search {
        width: 50px;
        height: 50px;
        background: #000000 !important; }
    .searchform .search span {
        font-size: 16px;
        color: #fff; }
    .center-login{
        justify-content: center;
    }

    .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;
    }
    .play-circle {
        position: absolute;
        font-size: 57px;
        color: white;
        display: inline-block;
        padding: 25px;
        position: absolute;
        top: 50%!important;
        left: 70%!important;
        transform: translate(-100%, 0%)!important;
    }
    .play-circle-small{
        position: absolute;
        font-size: 41px;
        color: white;
        padding-left: 140px!important;
        padding-top: 75px!important;
    }
    .share-social{
        padding-top: 14px;
        /* justify-content:flex-end!important; */
        justify-content: space-between!important;
    }
}

.navborders{
    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;
}
.section-phase{
    padding-top:25px;
}
@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1500px!important;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 1200px){
    h4, .h4 {
        font-size: 18px!important;
    }
}

.pad-r{
    padding-right: 10px;
}
.overcome{
    flex: 1 1 auto!important;
    padding-top: 0rem!important;
    padding-right: 0px!important;
    padding-bottom: 10px!important;
    padding-left: 10px!important;
}

.bg-light-grey{
    background-color: #f1f1f1;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff!important;
}

.footer input {
    padding: 10px;
    border: none;
    border:1px solid #6e6d6d!important;
}
.newslettericon {
    color: #000;
    border: 2px solid #000;
    padding: 11px;
}
.w-75{
    width: 75%!important;
}
.social-icon {
    border: 3px solid #000!important;
    padding: 10px;
    width: 50px;
    margin-right: 20px;
}
.dispplay{
    justify-content: center;

}
.grey{
    color: grey!important;
}
.width{
    width:320px;
}

.hum-style{
    font-size: 30px;
    color: #000!important;
}
.section-style{
    font-size: 18px;
    color: #000 !important;
    font-family:solido;
}
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    border-right: 1px solid #6e6d6d!important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.openbtn {
    font-size: 18px;
    cursor: pointer;
    background-color: #fff;
    color: white;
    padding: 0px 5px 0px 5px;
    border: none;
}
.sidebar a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #000;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.open-display{
    display: contents;
}

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

#main {
    transition: margin-left .5s;
    padding: 0px ;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
}
.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;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #ddd!important;
}
.sidebar-padding-active{
    background: #ddd;
    padding: 9px!important;
    margin: 2px;
}

.sidebar-padding {
    background: #f7f5f5;
    padding: 9px!important;
    margin: 2px;
}
.play-circle{
    position: absolute;
    font-size: 67px;
    color: white;
    display: inline-block;
    padding: 25px;
    position: absolute;
    top: 45%;
    left: 70%;
    transform: translate(-50%, -50%);
}
.play-circle-small{
    position: absolute;
    font-size: 30px;
    color: white;
    padding-left: 80px;
    padding-top: 40px;

}

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

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1!important;
}
.caption-style{
    background: #f1e9bf;
    padding: 10px;
    margin-bottom: 0px!important;
}
.style-image-article {
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}
.paragraph-style{
    font-size: 20px;
    line-height: 35px;
    font-family:'Periodico'!important;
}

.border-thick-red {
    border-top: 4px solid #ed1a3b!important;
}
.border-thick-nairobian {
    border-top: 4px solid #00508f!important;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f9f2cf!important;
}
.social-icon-top {
    border: 2px solid #000!important;
    padding: 2px 5px 8px 7px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.facebook{
    color: #4267B2;
    font-size: 23px;
}
.youtube{
    color: #FF0000;
    font-size: 23px;
}
.twitter{
    color: #00acee;
    font-size: 23px;
}
.linkedin{
    color: #0072b1;
    font-size: 23px;
}
.whatsapp{
    font-size: 23px;
    color: #34B7F1;
}
.telegram{
    color: #229ED9;
    font-size: 23px;
}
.share-social{
    padding-top: 14px;
    justify-content:flex-end
    /* justify-content: space-between; */
}
.share-social-bottom{
    padding-top: 14px;
    justify-content:flex-start!important;
}
.sub-title-picture {
    font-family: Periodico!important;
    font-size: 17px;
    font-weight: 700 !important;
}
.search-desktop-only {
    display: block;
}
.brand-name{
    padding: 9px 20px 10px 20px;
    font-family: solido!important;
    letter-spacing: 4px;
}
.brand-name-takebreak {
    padding: 9px 20px 10px 20px;
    font-family: solido!important;
    letter-spacing: 4px;
    width: 16%;
}
.overlay-design {
    min-width: 100%;
}
.bg-dark {
    background-color: hsl(0deg 0% 0%)!important;
}
.item {
    box-sizing: border-box;
}
.h460 {
    height: 460px;
    object-fit: cover;
}

.item img {
    width: 100%;
}

.card-img-overlay {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0.95rem;
    padding-right: 0.95rem;
    padding-bottom: 0.15rem;
    padding-left: 0.95rem;
    border-radius: calc(0.25rem - 1px);
    background: linear-gradient(180deg,transparent,black);
}
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.inputs {
    height: 45px;
    border: 1px solid grey;
    padding: 0 10px;
}
.color-1 {
    border-right: 5px solid #e56338!important
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header-new {
    background-color: #fff!important;
    padding: 15px;
    box-shadow: -4px 2px 8px #eceaea;
}
.card-header-new {
    background-color: #bd4a2414!important;
    padding: 15px;
    box-shadow: -4px 2px 8px #eceaea;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-style-one {
    margin-top: 15px;
}

.text-justify{
    text-align: justify!important;
}
/*** Carousel ***/
.carousel-caption {
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    color:#fff!important;
    z-index: 1;
    text-align: left!important;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}


.carousel-control-next-icon{
    display:inline-block;
    width:2rem;
    height:2rem;
    background-repeat:no-repeat;
    background-position:50%;
    background-size:100% 100%
}












.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
.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;
}
.bg-right-grey{
    background:#f3f3f3
}

/* @extend display-flex; */
display-flex, .signup-content, .form-row, .label-flex, .form-radio-group {
    display: flex;
    display: -webkit-flex; }

/* @extend list-type-ulli; */
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, select, textarea {
    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, select:focus, textarea: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; }

input[type=checkbox] {
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    -ms-appearance: checkbox !important; }



img {
    max-width: 100%;
    height: auto; }

.clear {
    clear: both; }

.signup-img {
    position: relative;
    width: 100%;
    min-height: 600px;
    margin-bottom: -8px; }

.signup-form {
    width: 100%;
    margin-top: -2px; }

.signup-img-content {
    position: absolute;
    top: 50%!important;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }

.register-form {
    padding: 93px 115px 90px 80px;
    margin-bottom: -8px; }

.form-row {
    margin: 0 -30px; }
.form-row .form-group {
    width: 50%;
    padding: 0 30px; }

.form-input, .form-select, .form-radio {
    margin-bottom: 23px; }

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

label {
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 7px; }

label.required {
    position: relative; }
label.required:after {
    content: '*';
    margin-left: 2px;
    color: #b90000; }

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

    font-size: 14px;
    font-family: 'Poppins'; }
input:focus {
    border: 1px solid #329e5e; }

.label-flex {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between; }
.label-flex label {
    width: auto; }


.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/* ============ mobile view .end// ============ */
.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;}
@media (max-width: 767px){
    .dopbtn {
        background-color: transparent!important;
        padding: 0px;
        font-size: 14px;
        border: 0px;
        font-family: 'solido';
    }
}
.bg-newsday {
    background: #e52f2d!important
}

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

.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%;
}
.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;
}

.searchform .search.login {
    font-weight: 300;
    background: white !important;
    border: 1px solid black;
    color: #000;
    padding-top: 8px;
}

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

.box-search input {
    width: 88%;
    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;
}

.login span {
    font-size: 14px;
    vertical-align: middle;
}

#search {
    transition: 0.5s;
    display: none;
}
.keywords{
    border-radius:5px;
    border:2px #e52f2d solid;
    width:auto;
    padding:5px;
    margin:3px;
    font-size:15px;
    font-weight:600;
}.keywords a{
     color:#000;
 }

.owl-prev{
    background: #060606;
    border-radius: 5px;
    width: 60px;
    height: 36px;
    text-transform: uppercase;
    padding: 5px 5px 0px 5px!important;
    margin: 10px;
    color: white;
}

.owl-next{
    background: #060606;
    border-radius: 5px;
    width: 60px;
    height: 36px;
    text-transform: uppercase;
    padding: 5px 5px 0px 5px!important;
    margin: 10px;
    color: white;
}
.footer-list{
    font-weight: 600!important;
    list-style-type: square!important;
}


/* new ad css */

.skycraper{
    width: 160px;
    margin-top: 10px;
    text-align: center;
}
.skycraper
.sticky-top {
    position: fixed;
    top: 4%;
    z-index: 1!important;
}
#main {
    transition: margin-left .5s;
    padding: 0px;
    z-index: 9;
    position: relative;
    background: white;
}
@media (min-width: 1200px){
    .contents  h2 {
        font-size: 1.8rem;
    }}

#wrapper{
    max-width: 100%;
    margin: 0;
}
@media (max-width:992px) {
    .skycraper{
        display: none;
    }
}
</pre></body></html>