body {
    font-family: var(--bs-body-font-family), 'Open Sans', 'Font Awesome 6 Free', sans-serif;
}

/*================================
=         Market Section         =
================================*/
.ibntwrap {
    width: 100%;
    padding: 0.50rem 0.75rem;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    margin: 0px;
    position: relative;
    background-color: var(--bs-white);
    border-radius: var(--bs-border-radius);
}
.ibntwrap .tawrap {
    position: absolute;
    right: 0px;
    width: 30px;
    padding: 0px 0px 0px 10px;
    overflow: hidden;
    line-height: 1;
    background-color: var(--bs-white);
}
.ibntwrap .speedcwrapl {
    position: absolute;
    left: 0px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
.ibntwrap .speedcwrapr {
    position: absolute;
    right: 30px;
    z-index: 10;
    top: 45%;
    transform: translateY(-50%);
}
.ibntwrap .speedcwrapl button,
.ibntwrap .speedcwrapr button {
    border: none;
    background-color: var(--brandcolor);
    color: var(--bs-white);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    font-size: 10px;
    display: inline-block;
    text-align: center;
}
.ibntwrap .speedcwrapl button span,
.ibntwrap .speedcwrapr button span {
    transform: translate(0%, -12%);
}
.ibntwrap .tawrap button {
    border: none;
    background-color: transparent;
    color: var(--brandcolor);
    border-radius: 50%;
    padding: 0px;
    font-size: 14px;
}
#tick li, #tick2 li {
    list-style-type: none;
    position: absolute;
    left: 0px;
}
#tick, #tick2 {
    position: relative;
    display: block;
    width: 5000px;
    margin: 0;
    content: "";
    display: table;
    height: 0px;
}
#market_performance__ticker {
    width: 100%;
    height: 34px;
}
.ticker__item {
    display: inline-flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5;
}
.ticker__item .blk {
    display: inline-flex;
    margin-right: 10px;
}
.ticker__item .icon {
    display: inline-block;
    font-size: 13px;
}
.ticker__item .blk .info {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    display: inline-block;
}
.ticker__item .blk .info div {
    display: flex;
    justify-content: space-between;
}
.ticker__item .blk .info div span {
    margin-right: 10px;
}
.ticker__item .blk .info div span:last-child {
    margin-right: 0px;
}
.ticker__item .blk .icon.red-ico {
    color: var(--bs-danger);
}
.ticker__item .blk .icon.dark-ico {
    color: var(--ashcolor);
}
.ticker__item .blk .icon.green-ico {
    color: var(--bs-green);
}
.ticker-container {
    display: flex;
    overflow: hidden;
}
.webTicker-wrap {
    background-color: var(--tickerbackcolor);
    padding: 0px 20px 0px 0px;
    box-shadow: inset 0 -15px 20px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5);
    height: 38px;
    border-radius: 5px;
    overflow: hidden;
}
.webTicker-wrap > .nt-title {
    box-shadow: inset 0 -15px 20px rgba(0, 0, 0, 0.4);
    position: relative;
    float: left;
    border-left: 10px solid var(--tickerscolor);
    max-width: 100px;
    margin-right: 20px;
}
.webTicker-wrap > .nt-title > h3 {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    line-height: 18px;
    font-size: 14px;    
    color: var(--bs-white);
    font-weight: 700;
}
.webTicker-wrap li p {
    font-size: 14px;
    font-weight: normal;
    color: var(--bs-white);
    line-height: 38px !important;
    text-decoration: none;
    margin-bottom: 0px;
}
.webTicker-wrap li p a  {
    font-weight: 700;
    color: var(--bs-white);
}
.cuscardbr.director .dsdtxt {
    text-align: justify;
    margin-bottom: 0px;
}
.cuscardbr.director img {
    margin-right: 15px;
}
/*================================
=            carosel            =
================================*/
.carowrap {
    border-radius: 0px;
    padding: 10px 10px;
    background-color: var(--bs-white);
    border: var(--bs-border-width) solid var(--bs-border-color-translucent);
}
.owl-theme.topslider .owl-nav {
    margin-top: 0px;
    text-align: center;
}
.owl-carousel.topslider .owl-nav button.owl-prev, .owl-carousel.topslider .owl-nav button.owl-next {
    z-index: 10;
    position: absolute;
    top: 50%;
    margin: 0px;
    padding: 0px;
    width: 35px;
    height: 35px;
    background: var(--brandcolor);
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 100%;
    border-color: var(--bs-white) !important;
    border: 0.0625rem solid rgba(255, 255, 255, 0.05);
    transform: translate(0%, -30%);
    color: var(--bs-white);
}
.owl-carousel.topslider .owl-nav button span {
    font-size: 35px;
    line-height: 1;
    transform: translate(0%, -15%);
    display: block;
}
.owl-theme.topslider .owl-nav [class*=owl-]:hover {
    color: var(--bs-white);
    text-decoration: none;
}
.owl-carousel.topslider .owl-nav button.owl-prev {
    left: 2px;
}
.owl-carousel.topslider .owl-nav button.owl-next {
    right: 2px;
}
.owl-carousel.topslider {
    overflow: hidden;
}
.owl-carousel .owl-item {
    margin-right: 20px;
}
.owl-carousel.topslider .item {
    margin-right: -40px;
}
.owl-carousel.topslider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme.topslider .owl-dots {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 2%;
}
.owl-theme.topslider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: rgba(0,0,0,0.6);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 12px;
}
.owl-theme.topslider .owl-dots .owl-dot.active span, .owl-theme.topslider .owl-dots .owl-dot:hover span {
    background: rgba(0,0,0,0.6);
}
.owl-text-overlay {
    position: absolute;
    text-align: center;
    bottom: 4%;
    right: 1%;
    color: var(--bs-white);
    background: rgba(0,0,0,0.6);
}
.owl-text-overlay:hover {
    color: var(--orangetxtcolor);
    background: var(--bs-white);
}
.owl-text-overlay .owl-title {
    padding: 7px 20px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}
.dseichrt i {
    font-size: 14px;
}
.dseichrt p {
    margin-bottom: 0px;
}
.dseichrt li a {
    color: var(--sntlnktxtcolor);
    font-weight: 700;
}
.dseichrt li a:hover {
    color: var(--lnktxthcolor);
}
.dseichrt li a:focus,
.dseichrt li a:active {
    color: var(--lnktxtvcolor);
}
.ccsnn hr {
    margin: 10px -10px;
}
.ccsnn p {
    margin-bottom: 5px;
}
.sectwrap .sectitle {
    display: inline-flex;
    padding: 10px 15px;
    background-color: var(--brandcolorblue);
    color: var(--bs-white);
    font-weight: 500;
}
.sectwrap .secdes {
    text-align: center;
}
.sectwrap .secdes .gimgwrap {
    width: 100%;
}
.sectwrap .secdes .gimgwrap img {
    width: 100%;
}
.sectwrap .secdes .destxt {
    padding: 15px;
    text-align: justify;
}
.sectwrap .secdes hr {
    margin: 10px -15px;
}
.sectwrap.gallwrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sectwrap.gallwrap .bhwrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 0px 15px;
}
.sectwrap.gallwrap .bhwrap ul {
    padding-left: 0px;
}
.sectwrap.gallwrap .bhwrap ul li {
    margin-bottom: 5px;
    padding-left: 0;
    list-style-position: inside;
    text-align: center;
}
.csvcimgwrap {
    display: flex;
    flex-direction: column;
    height: 520px; 
    max-height: 520px;
    width: 100%;
    overflow: hidden;
}
.csvc-item {
    flex: 1;
    overflow: hidden;
}
.csvc-item .csvclnk:hover img {
    border: 1px solid var(--ashcolordborder);
}
.csvc-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.smnusec .usecwrap:hover {
    border: 1px solid var(--ashcolordborder);
}
.smnusec .usecwrap .usimgwrap img {
    width: 100%;
}
.smnusec .usecwrap .usdestxt {
    padding: 15px;
    text-align: justify;
}
.smnusec .usecwrap .usdestxt a {
    text-decoration: none;
    color: var(--sntlnktxtcolor);
}
.smnusec .usecwrap .usdestxt a:hover, .smnusec .usecwrap .usdestxt a:active, .smnusec .usecwrap .usdestxt a:focus {
    text-decoration: none;
    color: var(--lnktxthcolor);
}
.smnusec .row > .col-lg-4:nth-child(2) .usecwrap .usdestxt,
.smnusec .row > .col-lg-4:nth-child(3) .usecwrap .usdestxt {
    text-align: justify;
    color: var(--sntlnktxtcolor);
}
.smnusec .row > .col-lg-4:nth-child(2) .usecwrap:hover .usdestxt,
.smnusec .row > .col-lg-4:nth-child(3) .usecwrap:hover .usdestxt {
    color: var(--lnktxthcolor);
}
.smnusec .row > .col-lg-3:nth-child(1) .usecwrap .usdestxt {
    background-color: var(--bordercolorash);
    border-radius: 10px;
    padding: 10px;
}
.smnusec .row > .col-lg-3:nth-child(1) .usecwrap .usdestxt > * {
    display: block;
}
.smnusec .row > .col-lg-3:nth-child(1) .usecwrap .usdestxt input[type="submit"]:not(:disabled),
.smnusec .row > .col-lg-3:nth-child(1) .usecwrap .usdestxt button[type="submit"]:not(:disabled) {
    border-radius: 4px;
    border: 1px solid var(--ashcolordborder);
}
.vnewsTickerCon {
    width: 95%;
    height: 480px;
    min-height: 100%;
    overflow: hidden;
    margin: 20px 10px 10px 10px;
    background-color: var(--lyellowbgcolor);
}
.vnewsTickerCon .vnewsTicker {
    overflow: hidden;
    position: relative;
    left: 0px;
    white-space: normal;
}
.vnewsTickerCon .vnewstickeritem {
    display: block;
    margin-bottom: 10px;
    margin-right: 0px;
    padding-right: 0;
    text-align: left;
    white-space: normal;
    padding-left: 15px;
    padding-right: 15px;
}
.vnewsTickerCon .vnewstickeritem hr {
    margin-left: -15px;
    margin-right: -15px;
    opacity: 1;
}
.vnewsTickerCon .vnewstickeritem a {
    color: var(--sntlnktxtcolor);
}
.vnewsTickerCon .vnewstickeritem p {
    background-color: transparent !important;
}
.addcontwrap {
    text-align: left;
    padding: 20px 10px 10px 10px;
}
.addcontwrap a {
    color: var(--sntlnktxtcolor);
}
.addcontwrap a:hover {
    color: var(--lnktxthcolor);
}
.qsfrmwrap {
    border: 1px solid var(--bordercolorash);
    margin-top: 20px;
    text-align: left;
}
.qsfrmwrap .stxt {
    text-decoration: underline;
    margin-bottom: 15px;
}
.qsfrmwrap .qfwrap {
    padding: 10px;
    border-radius: 10px;
    background: var(--bordercolorash);
}
.qsfrmwrap .qfwrap .form-group {
    margin-bottom: 15px;
}
.qsfrmwrap .qfwrap .btn-secondary {
    background-color: var(--lbtnbgcolor);
    border: 1px solid transparent;
    color: var(--bs-black);
}
.qsfrmwrap .qfwrap .btn-secondary:hover,
.qsfrmwrap .qfwrap .btn-secondary:focus,
.qsfrmwrap .qfwrap .btn-secondary:active {
    color: var(--ashcolor);
}
.qsfrmwrap .qfwrap .form-control:focus {
    border-color: var(--fcfcolor);
    outline: 0;
    box-shadow: none;
}

#facebookinfo iframe {
    height: 500px !important;
}

.secdes #traserybond-link img:hover {
    border: 1px solid var(--ashcolordborder);
}

.secdes .clocwrap {
    text-align: left;
    padding: 20px 10px 10px 10px;
}


@media (max-width: 991px) {
    .cuscardbr.director .card-body {
        padding: 10px 0px 0px 0px;
    }
    .cuscardbr.director img {
        margin-right: 0px;
        margin-bottom: 5px;
        width: 100%;
        height: auto;
    }
    .carowrap {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    
}

@media (max-width: 575px) {
    
}

