
.copyright{
    margin-bottom: 40px;
}

/*================================
=            carosel            =
================================*/
.owl-carousel.topslider {
    position: relative;
    overflow: hidden;
}
/*.owl-carousel .item {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;*/
    /*max-height: 600px;*/
    /*overflow: hidden;
    background: var(--lighashcolor);
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.owl-carousel .item {
    position: relative;
    width: 100%;
    height: calc(100vh - 165px);
    overflow: hidden;
    background: var(--lighashcolor);
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .item img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
	object-fit: initial;
}
.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2;
    width: 65%;
}
.slide-content h1,
.slide-content h2,
.slide-content h3,
.slide-content p,
.slide-content li {
    opacity: 0;
    display: block;
    width: 100%;
    margin: 0.2em 0;
}
.owl-theme.topslider .owl-nav {
    position: absolute;
    top: 43%;
    left: 0;
    width: 45px;
    height: 80px;
    transform: translate(0%,-32%);
}
.owl-carousel.topslider .owl-nav button.owl-prev,
.owl-carousel.topslider .owl-nav button.owl-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to right,#009456,#054c79);
    color: #fff;
    border-radius: 50%;
    top: 45%;
    transform: translateY(-50%);
    margin-top: 0px;
    -webkit-animation: at-ripple 0.6s linear infinite;
    animation: at-ripplew 0.6s linear infinite;
}
@-webkit-keyframes at-ripple {
    0% {
        box-shadow: 0 4px 10px rgba(255, 255, 224, 0.5), 0 0 0 0 rgba(255, 255, 224, 0.5), 0 0 0 5px rgba(255, 255, 224, 0.5), 0 0 0 10px rgba(255, 255, 224, 0.5);
    }

    100% {
        box-shadow: 0 4px 10px rgba(255, 255, 224, 0.5), 0 0 0 5px rgba(255, 255, 224, 0.5), 0 0 0 10px rgba(255, 255, 224, 0.5), 0 0 0 20px rgba(255, 255, 224, 0);
    }
}

@-webkit-keyframes at-ripplew {
    0% {
        box-shadow: 0 4px 10px rgba(255, 255, 224, 0.5), 0 0 0 0 rgba(255, 255, 224, 0.5), 0 0 0 5px rgba(255, 255, 224, 0.5), 0 0 0 10px rgba(255, 255, 224, 0.5);
    }

    100% {
        box-shadow: 0 4px 10px rgba(255, 255, 224, 0.5), 0 0 0 5px rgba(255, 255, 224, 0.5), 0 0 0 10px rgba(255, 255, 224, 0.5), 0 0 0 20px rgba(255, 255, 224, 0);
    }
}
.owl-carousel.topslider .owl-nav button.owl-next {
    margin-top: 20px;
}
.owl-theme.topslider .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #054c79;
    text-decoration: none;
}
.owl-theme.topslider .owl-dots {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
}
.owl-theme.topslider .owl-dots .owl-dot span {
    width: 25px;
    height: 5px;
    margin: 5px 7px;
    background: linear-gradient(to right,#054c79,#023c59);
    display: block;
    border-radius: 30px;
    transition: opacity .2s ease;
}
.owl-theme.topslider .owl-dots .owl-dot.active span,
.owl-theme.topslider .owl-dots .owl-dot:hover span {
    background: #fff;
}

/*=====  End of carosel  ======*/
/*================================
=     News and Market Section    =
================================*/
.newsnmarket{
    background-color: var(--lighashcolor);
}
.newsnmarket .tdaysnewswrap,
.newsnmarket .markethighlight {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsnmarket .tdaysnewswrap .titletxt,
.newsnmarket .markethighlight .titletxt {
    font-weight: 700;
}
.newsnmarket .tdaysnewswrap .titletxt .icn,
.newsnmarket .markethighlight .titletxt .icn {
    margin-right: 5px;
}
.newsnmarket .markethighlight .titletxt .licn {
    margin-right: 0px;
}
.newsnmarket .tdaysnewswrap .titletxt .allnewslnk,
.newsnmarket .markethighlight .titletxt .mpdlnk,
.markethighlight .nav-pills .nav-link {
    text-decoration: none;
    color: var(--bs-white);
    background-color: var(--brandcolor);
    border: 1px solid var(--bs-white);
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 700;
}
.newsnmarket .markethighlight .titletxt .mpdlnk {
    margin-left: 5px;
}
.newsnmarket .tdaysnewswrap .titletxt .allnewslnk:hover,
.newsnmarket .tdaysnewswrap .titletxt .allnewslnk:focus,
.newsnmarket .tdaysnewswrap .titletxt .allnewslnk:active,
.newsnmarket .markethighlight .titletxt .mpdlnk:hover,
.newsnmarket .markethighlight .titletxt .mpdlnk:active,
.newsnmarket .markethighlight .titletxt .mpdlnk:focus,
.markethighlight .nav-pills .nav-link:hover,
.markethighlight .nav-pills .nav-link:focus,
.markethighlight .nav-pills .nav-link.active,
.markethighlight .nav-pills .show > .nav-link {
    color: var(--brandcolor);
    background-color: var(--bs-white);
}
.markethighlight .nav-pills .nav-item {
    margin-right: 5px;
}
.markethighlight .nav-pills .nav-item:last-child {
    margin-right: 0px;
}
.vtblheader {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--brandcolor);
}
.vtblheader .vtblhcont {
    display: table;
    width: 100%;
}
.vtblheader .vtblhcont .htitle {
    display: table-cell;
    font-weight: 700;
    font-size: 13px;
    width: 15%;
    text-align: right;
    padding-right: 5px;
}
.vtblheader .vtblhcont .htitle:first-child {
    width: 25%;
    text-align: left;
}
.vtblheader .vtblhcont .htitle:last-child {
    padding-right: 0px;
}
.vtblTickerCon {
    width: 100%;
    height: 250px;
    overflow: hidden;
    padding: 0;
    margin: 0px;
}
.vtblTickerCon .tblTickerItem {
    margin-bottom: 5px;
    display: table;
    width: 100%;
}
.vtblTickerCon .tblTickerItem .tblTickerItemcont {
    display: table-cell;
    font-size: 13px;
    width: 15%;
    text-align: right;
    padding-right: 5px;
}
.vtblTickerCon .tblTickerItem .tblTickerItemcont:first-child {
    width: 25%;
    text-align: left;
}
.vtblTickerCon .tblTickerItem .tblTickerItemcont:last-child {
    padding-right: 0px;
}
.vtblTickerCon .tblTickerItem .tblTickerItemcont .icn {
    margin-right: 5px;
    font-size: 10px;
    color: var(--darkbrandcolor);
}
.vtblTickerCon .tblTickerItem .tblTickerItemcont.txtred {
    color: var(--bs-danger);
}
.vtblTickerCon .tblTickerItem .tblTickerItemcont.txtgreen {
    color: var(--dgreencolor);
}
.vstblactwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.vstblactwrap .wrapper {
    background: var(--bs-white);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid var(--brandcolor);
    transition: 0.3s;
    font-size: 14px;
    color: var(--brandcolor);
}
.vstblactwrap .wrapper:hover {
    background: var(--brandcolor);
    color: var(--bs-white);
    transform: scale(1.3);
}
.vstblactwrap .wrapper.active {
    background: var(--brandcolor);
    transform: scale(1.3);
    color: var(--bs-white);
}
.vnewsTickerCon {
    font-weight: 400;
    width: 100%;
    height: 30px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.vnewsTickerCon .vnewsTicker {
    position: absolute;
    padding: 5px 0px;
    margin: 0px;
    left: 0;
    white-space: nowrap;
    width: 100%;
}
.vnewsTickerCon .vnewstickeritem {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    margin-right: 10px;
    padding-right: 10px;
    white-space: nowrap;
}
.vNewsTmvwrap {
    display: none;
    font-weight: 400;
    overflow: hidden;
}
.vnt {
    height: 40px;
    bottom: 0;
    position: fixed;
    z-index: 2;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    background-color: var(--bs-white);
    width: 100%;
    display: flex;
    left: 0;
}
.vnt .titletxt {
    background: linear-gradient(to right, #054c79, #023c59);
    color: var(--bs-white);
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    z-index: 2;
    white-space: nowrap;
    padding: 0px 10px 0px 5px;
}
.vnt .actwrap {
    background-color: var(--bs-white);
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    z-index: 2;
    white-space: nowrap;
    padding: 0px 10px 0px 5px;
}
.vnt .actwrap .allnewslnk {
    text-decoration: none;
    color: var(--brandcolor);
    background-color: var(--bs-white);
    border: 1px solid var(--brandcolor);
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 700;
}
.vnt .actwrap .allnewslnk:hover,
.vnt .actwrap .allnewslnk:active,
.vnt .actwrap .allnewslnk:focus {
    color: var(--bs-white);
    background-color: var(--brandcolor);
}
.vnt .titletxt .icn,
.vnt .actwrap .allnewslnk .icn {
    margin-right: 5px;
}
.vnt .vnewsTickerCon .vnewsTickermessage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0px;
    font-weight: 500;
}
.vnt .vnewsTickerCon .vnewsTickermessage .icn{
    margin-right: 5px;
    color: var(--darkbrandcolor);
}
/*=====  End of News and Market Sectio  ======*/
/*================================
=            Services           =
================================*/
.servsec {
    background-color: var(--lighashcolor);
}
.servsec .serviceitem {
    text-align: center;
}
.moderncard {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #054c79;
    width: 280px;
    height: 280px;
    text-align: center;
    border-radius: 100%;
    margin: 15px 10px;
    position: relative;
    z-index: 1;
    padding: 0;
    text-decoration: none;
    transition: .5s;
}
.moderncard:hover {
    transform: scale(1.1);
    filter: drop-shadow(-2px 4px 8px rgba(20, 118, 163, 0.233));
}
.moderncard:before,
.moderncard:after {
    content: "";
    background: #fff;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.3);
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.moderncard:after {
    background: linear-gradient(to right, #f8ed3d, #009456, #054c79, #023c59);
    width: 100%;
    height: 100%;
    box-shadow: none;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}
.moderncard .moderncard_icon {
    background: #FFF;
    font-size: 33px;
    line-height: 85px;
    width: 95px;
    height: 95px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    /*border-radius: 0 70px;*/
    border-radius: 50%;
    transform: rotate(87deg);
}
/*.moderncard .moderncard_icon:after {
    pointer-events: none;
    content: "";
    display: inline-block;
    width: 33px;
    height: 45px;
    background-image: url(../images/leaf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -20px;
    transform: rotate(-135deg);
    z-index: -1;
}*/
.moderncard .moderncard_icon img {
    width: 50px;
    height: auto;
    transform: rotate(-86deg);
}
.moderncard .moderncard_content {
    padding: 30px;
}
.moderncard .service-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
}
/*=====  End of services  ======*/

@media (max-width: 991px) {
    .newsnmarket .markethighlight {
        display: block;
        text-align: center;
    }
    .newsnmarket .markethighlight .nav-pills {
       margin-top: 10px;
       justify-content: center;
    }

    .vnmvwrap {
        display: block;
    }
    .vnt {
        height: auto;
        bottom: auto;
        position: relative;
        z-index: 2;
        box-shadow: none;
        filter: drop-shadow(-2px 4px 5px rgba(20, 118, 163, 0.233));
        background-color: var(--bs-white);
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border-radius: 10px;
        margin-bottom: 30px;
        overflow: hidden;
        padding-bottom: 15px;
    }
    .vnt .titletxt {
        background: linear-gradient(to right, #054c79, #023c59);
        z-index: 1;
        padding: 5px 10px 5px 20px;
        flex: 1;
        margin-right: -1px;
    }
    .vnt .actwrap {
        background: linear-gradient(to right, #023c59, #023c59);
        z-index: 1;
        padding: 5px 5px 5px 10px;
    }
    .vnewsTickerCon {
        height: 280px;
        overflow: hidden;
        padding: 15px;
    }
    .vnewsTickerCon .vnewsTicker {
        white-space: normal;
        overflow: hidden;
        white-space: normal;
        position: relative;
        left: 0px;
        white-space: normal;
    }
    .vnewsTickerCon .vnewstickeritem {
        display: block;
        margin-bottom: 10px;
        margin-right: 0px;
        padding-right: 0;
        text-align: justify;
        white-space: normal;        
    }
    .vnt .vnewsTickerCon .vnewsTickermessage {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 18px;
        font-weight: 500;
    }
    .vnt .vnewsTickerCon .vnewsTickermessage .icn {
        margin-bottom: 10px;
        font-size: 50px;
    }
    .copyright {
        margin-bottom: 0px;
    }
    .owl-carousel .item {
        height: calc(100vh - 105px);
    }
    .owl-carousel .item img {
        height: 100%;
        object-fit: initial;
    }
}
@media (max-width: 575px) {
    .ova {
        overflow-x: auto;
    }
    .vtTickerwrap {
        min-width: 440px;
        padding: 0px 15px 0px 0px;
    }
    .vstblactwrap {
        text-align: left;
    }
    .vstblactwrap {
        margin-top: 15px;
    }
}



