@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
:root{
    --color-primary: rgba(97,154,70,1);
    --color-primary-light: rgb(135, 199, 103);
    --color-secondary: #FFDF01;
    --color-secondary-dark: #ab7b00;
    --color-secondary-light: #ffe13b;
    --color-gray: #1f1f1f;
    --color-alt: #37abc8;
    --color-black:  #404040;
    --gradient-primary : linear-gradient(0deg, rgba(97,154,70,1) 0%, rgba(107,173,75,1) 50%, rgba(97,154,70,1) 100%);
    --gradient-secondary:linear-gradient(90deg, rgba(255,208,51,1) 0%, rgba(228,166,5,1) 50%, rgba(230,174,28,1) 100%);
    --gradient-gray: linear-gradient(114deg, rgba(31,31,31,1) 0%, rgba(80,80,80,1) 50%, rgba(31,31,31,1) 100%);
    --featured-multimedia: linear-gradient(315deg, rgba(102,23,203,0.9) 0%, rgba(203,33,142,0.9) 60%, rgba(203,33,142,0.9) 100%);
    --featured-sports:  linear-gradient(114deg, rgba(18,110,130,1) 0%, rgba(18,110,130,1) 50%, rgba(18,81,130,1) 100%);
    /*--featured-sports:  linear-gradient(114deg, rgba(2,142,8,1) 0%, rgba(2,142,8,1) 50%, rgba(206,211,0,1) 100%);*/
    --featured-video: linear-gradient(147deg, #000000 0%, #434343 74%);
    --featured-gallery: #252525;
    --color-live: rgb(204 0 0 / 90%);
}
body{
    font-family: Mukta;
    color: var(--color-black);
}
a{
    text-decoration: none;
    color: var(--color-black);
}

h1,h2,h3,h4,h5,h6
{
    font-weight: 600;
    color: var(--color-black);
    margin:  0;
}
h1,h2{
    font-family: 'Mukta', sans-serif;
}
.font-normal{
    font-family: Mukta;
    color: var(--color-black);
}
.h5, h5 {
    font-size: 1.1rem;
}
.bg-gallery
{
    background: var(--featured-gallery);
}
.bg-live
{
    background: var(--color-live);
}
a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6{
    color: var(--color-primary) !important;
    transition: 0.5s;
}
.object-cover{
    object-fit: cover !important;
}
h1{
    font-size: 3.2em;
    line-height: 70px;
}
img.brand-icon, img.brand-icon-md {
    height: 48px;
}
.color-primary{
    color: var(--color-primary);
}
.color-secondary{
    color: var(--color-secondary);
}
.color-alt{
    color: var(--color-alt);
}
.bg-gray-dark{
    background: dimgray;
}
.bg-secondary-dark{
    background: var(--color-secondary-dark);
}
.bg-gray {
    background: var(--color-gray);
}
.bg-primary-light {
    background: var(--color-primary-light);
}
.bg-gradient-primary{
    background-image: var(--gradient-primary);
}
.bg-gradient-secondary{
    background-image: var(--gradient-secondary);
}
.bg-gradient-gray{
    background-image: var(--gradient-gray);
}
.border-primary
{
    border: 0 0 10px 0 solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #72b951, rgba(18, 122, 210, 0.11));
}
.border-red
{
    border: 0 0 10px 0 solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #f91b25, rgb(136, 0, 11));
}
.text-large {
    font-size: 1.5em !important;
}
.header-logo
{
    max-height: 120px;
}
.img-sm {
    max-height: 16px;
}
.img-md {
    max-height: 32px;
}
img.round {
    border-radius: 50px;
}
.featured-multimedia
{
    padding: 30px 0;
    background-image: var(--featured-multimedia), url('../images/multimedia-clip.png');background-repeat: no-repeat;
}
.featured-slider
{
    padding: 30px 0;
    background: #161a25;
}
.bg-featured-multimedia
{
    background: var(--featured-multimedia);
}
.featured-province
{
    padding: 30px 0;
    background: #f3f3f3;
}
.featured-video
{
    padding: 30px 0;
    background-image: var(--featured-video);
}
.featured-sports
{
    background: var(--featured-sports), url('../images/sports-clip.png');background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.pill-primary
{
    color: var(--color-primary) !important;
}
.pill-primary:hover
{
    background: var(--color-primary) !important;
    color: white !important;
    transition: 0.5s;
}
.centered-title {
    margin: 0 0 15px 0;
}
.side-lined {
    line-height: 0.5;
    text-align: center;
}
.side-lined span {
    display: inline-block;
    position: relative;
}
.side-lined span:before,
.side-lined span:after {
    content: "";
    position: absolute;
    height: 8px;
    border-bottom: 3px solid white;
    border-top: 3px solid white;
    top: 0;
    width: 100%;
}
.side-lined span:before {
    right: 100%;
    margin-right: 15px;
}
.side-lined span:after {
    left: 100%;
    margin-left: 15px;
}
.video-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.square-featured-large img
{
    object-fit: cover;
}
.rectangle-featured-portrait img
{
    object-fit: cover;
    min-height: 450px;
}
.rectangle-featured-portrait .title {
    z-index: 1;
    margin-top: -100px;
}
.rectangle-featured-portrait .overlay a::before {
    background-image: linear-gradient(to top,rgba(0,0,0,0.99),rgba(0,0,0,0.88),rgba(0,0,0,0.68),rgba(0,0,0,0.48),transparent,transparent,transparent,rgba(0,0,0,0.6));
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.row-rounded .thumbnail {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.row-rounded .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.square-large-horizontal .thumbnail img
{
    width: 100%;
    object-fit: cover;
}
.color-primary
{
    color: var(--color-primary) !important;
}
.component-square-large .title a h4{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.component-row .title a h5{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-quote .title-container
{
    margin-top: -30px;
}
.block-quote .title-wrapper
{
    /*background: linear-gradient(270deg, rgba(61,114,149,0),rgba(34,87,122,0.75),rgba(34,87,122,1));*/
    background: white;
    width: 80%;

    text-align: center;
    z-index: 10;
    padding: 15px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    /*text-shadow: 2px 2px 10px rgba(0,0,0,0.42);*/
}
.block-quote .quote-icon {
    max-width: 6em;
    position: absolute;
    top: 5px;
    left: 5px;
}
.breaking-single {
    padding: 1.25rem;
    border: 1px solid #eee;
    border-radius: 5px;
}
.breaking-single .meta-description
{
    font-size: 1.3em;
}
footer .footer-logo
{
    width: 80%;
}
.footer-logo.hover-effect
{
    transition: all .5s ease;
    filter: grayscale(1) brightness(300%) drop-shadow(9px 9px 9px rgba(0,0,0,0));
}
.footer-logo.hover-effect:hover
{
    transition: all .5s ease;
    filter: grayscale(0) brightness(100%) drop-shadow(2px 2px 2px rgba(255,255,255,1));
}

footer .developer-footer {
    max-height: 25px;
}
.footer-bottom{
    padding-top: 10px;
    padding-bottom: 10px;
}
/*NAV*/
.navbar.bg-primary
{
    background-image: var(--gradient-primary) !important;
}
.navbar-light .navbar-nav .nav-link {
    color: white !important;
    text-align: center;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-right: 0.3rem;
    margin-left: 0.3rem;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: 'Teko', sans-serif;
}
.dropdown-toggle::after {
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
}
.btco-hover-menu .collapse ul > li:hover > a {
    background: none !important;
}
.btco-hover-menu .collapse ul > li a::before {
    background: var(--color-secondary);
}
.btco-hover-menu .collapse ul > li a::before {
    position: absolute;
    left: 50%;
    top: 92%;
    content: '';
    width: 0;
    height: 3px;
    transform: translateX(-50%);
    transition: width 0.2s;
}
.btco-hover-menu .collapse ul > li a:hover::before {
    width: 80%;
    transition: width 0.2s;
}
.btco-hover-menu .collapse ul > li a:hover::before {
    background: var(--color-secondary);
    transition: 0.5s;
}
.btco-hover-menu li a, .btco-hover-menu li a:hover
{
    color: white !important;
}
.btco-hover-menu .collapse ul ul li {
    position: relative;
    font-size: 1.3rem;
    font-weight: 300;
    font-family: 'Teko', sans-serif;
    text-align: center;
}
.single-news .description {
    font-size: 1.3em;
    font-weight: 400;
    text-align: justify;
}
#owl-demo .item img{
    display: block;
    width: 100% !important;
    height: auto;
}
.single-news .description img {
    max-width: 100%;
    height:auto;
    float: left;
    margin-right: 1.5rem;
}
.modal-dialog.modal-full-screen {
    min-width: 100%;
    min-height: 100% !important;
}
#ad-popup
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    overflow: auto;
    background: #fff;
}
.page-link {
    position: relative;
    display: block;
    color: #22577a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
iframe[src*="youtube.com"]
{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
.get-video{
    cursor: pointer;
}
.clickable:hover{
    background: #555555;
    transition: 0.5s;
}
