<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Created on : Jul 18, 2021, 10:34:31 AM
    Author     : User
*/

.text-vol{
    color: #0285d0;
}
.bg-vol{
    background: #0285d0;
}
.message p {
    margin-bottom: 0.25rem;
}
/****/
span.inbox-count {
    color: #fdfefd;
    background-color: #0586d1;
    padding: 0.1rem 0.5rem;
    border-radius: 2rem;
    position: absolute;
    margin-left: 4.1rem;
    margin-top: -1rem;
}

header {
    background: #d0dcca0a;
    border-bottom: 1px solid #bcc;
}

img.logoview {
    height: 40px;
    border-left: 0.25rem solid #0586d1;
}

nav.navbar .nav-link {
    color: #004085;
    font-size: 1.1em;
}
nav.navbar .navbar-nav .nav-link {
    padding: 0.1rem 0.5rem;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    color: #fff;
    color: #0285d0;
    text-transform: uppercase;
    padding: 0.5em 1.0em 0.5em 0.5em;
    font-size: 0.9em;
}
.nav-item.le-left .dropdown-menu {
    left: initial;
    right: 0;
}

.dropdown-menu.mega {
    right: 0;
    left: auto;
    min-width: 600px;
}
.dropdown-menu.mega .item .h3{
    font-size: 16px;
}
.dropdown-menu.mega .item{
    width: 9rem;
    height: 10rem;
}

.nav-item.no-caret .dropdown-toggle::after {
    display: none;
}




@media (max-width: 566px){
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    form.nav-search .form-group.box {
        width: 75% !important;
    }
    .navbar-nav {
        display: block;
    }
    .dropdown-menu.mega {
        min-width: auto;
    }
}


.breadcrumb {
    padding: 0.5rem 0.75rem;
    background-color: #ffffff0a;
}




.content h1 {
    font-family: Roboto, sans-serif;
    font-size: 1.9em;
}

.entry-content img {
    max-width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.entry-content {
    font-size: 1.2em;
    line-height: 2em;
}

.card.col-md-8 {
    background-color: #ececec6e;
}

.content h3, .content h2, .content h4 {
    font-family: Roboto, sans-serif;
    line-height: 1.5em;
}
.content h2 {
    font-size: 1.3em;
}
.content h3 {
    font-size: 1.2em;
}
.content h4 {
    font-size: 1.2em;
}
.content h5, .content h6 {
    font-size: 1.1em;
}

/**footer8**/
a.scroll-top {
    position: fixed;
    bottom: 1%;
    right: 10%;
    color: #EEE;
    z-index: 100;
}
footer ul li a {
    color: #cecece;
}
footer ul li {
    margin-bottom: 0.5em;
}

footer .block-heading {
    margin-bottom: 1em;
    font-weight: bold;
    padding: 0.5em 1em;
    background: #EEE;
    vertical-align: middle;
}
section.footer {
    background: #343a40;
    /*background-image: linear-gradient(45deg, #000, #343a40, #343a40, #29abe22b, #ffffff);*/
    color: #f1f1f1;
    font-family: "PT Serif", serif;
    font-family: Heebo, sans-serif;
    font-size: 0.9em;
}
footer .recent-up {
    line-height: 1.45rem;
}
section.newsletter {
    background: #f3f3f3;
    border-top: 1px solid #dee2e6;
}

footer .meta{
    color: rgba(140, 186, 234, 0.5);
}
.social a.btn-floating {
    padding: 0.3rem;
    font-size: 1.25rem;
    background: #0c8ad2;
    color: #EEE;
    margin-left: 0.5rem;
    border-radius: 5rem;
    display: block;
    min-width: 2.5rem;
    text-align: center;
    transition: 0.5s ease-in-out background-color;
    cursor: pointer;
}
.social a.btn-floating:hover{
  background: #000;
}
.d-flex.py-3.copy {
    border-top: 1px solid #5a5a5a;
    text-align: center;
}
footer .title.i-bt {
    font-family: heebo,sans-serif;
}
.newsletter .input {
    width: 100%;
    border: 0px;
    border-bottom: 2px solid #CCC;
    outline: none;
    cursor: text;
}
.newsletter .input:focus{
  border-color: #4c85a5;
  color: #0c8ad2;
}
.newsletter .icon-send {
    font-size: 22px;
    margin-top: 0.8rem;
    color: #5e92af;
}

.newsletter .btn {
  min-width: 120px;
  font-size: 1rem;
}

/**admin**/
.top-bar .nav-link {
    padding: 0.25rem 0.75rem;
    color: #adb5bd;
}



/**forex/broker*/
.card.content {
    font-size: 1.2em;
    line-height: 2rem;
}
.card.content ul {
    font-size: 1em;
    line-height: 1.5rem;
}
.card.content .fact p {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
.circle img {
    border-radius: 5em;
    width: 111px;
}
.logos span {
    font-size: 2em;
    background: #000;
    color: #FFF;
    padding: 0.1rem 0.25rem;
    margin-right: 0.1em;
}
a.btn-large {
    background: #000;
    color: #FFF;
    padding: 0.5rem;
}
.item .h3 span.number {
    display: block;
    position: absolute;
    margin: -2.5rem 0 0 0;
    background: #6c757d;
    width: 2rem;
    height: 2rem;
    text-align: center;
    vertical-align: middle;
    color: #000;
}
.theme-dark header {
    background: #495057;
}
.theme-dark .btn-outline-primary{
    background: #004085;
    color: #ccc;
}

.theme-dark nav.navbar .navbar-nav .nav-link{
    color: #e9ecef;
}

.theme-dark .dropdown-menu{
    background-color: #6c757d;
}
.theme-dark .dropdown-menu.mega .item .h3 a {
    color: #e9ecef;
}
.theme-dark input.form-control {
    background: #343a40;
    border-color: cornflowerblue;
    color: #d8bfd8;
}


.theme-dark main {
    background-color: #343a40;
}

.theme-dark .card {
    background-color: #212529
}
.theme-dark .card.content{
    background-color: #2e343a;
}
.theme-dark img {
    opacity: 0.9;
}
.theme-dark .border {
    border-color: #004085 !important;
}
.theme-dark a {
    color: #ffc107;
}
.theme-dark div,.theme-dark p,.theme-dark li {
    color: #dee2e6;
}
.theme-dark .content h1{
    color: #dee2e6;
}

.theme-dark .text-info{
    color: #b3d7ff !important;
}
.theme-dark .text-dark {
    color: #adb5bd !important;
}
.theme-dark a.btn-large {
    color: #dee2e6;
    background: #004085;
}

ul li {
    line-height: 2rem;
}
.entry-content h4, .entry-content h3,.entry-content h2,.entry-content h1 {
    line-height: 3.5rem;
}
.entry-content ul li {
    line-height: 2rem;
}
</pre></body></html>