/*@font-face{
  font-family: "Deepika4Uni";
  src: url("font/Deepika4Uni-Bold.ttf") format("truetype");
}
@font-face{
  font-family: "Deepika4Uni";
  src: url("font/Deepika4Uni.ttf") format("truetype");
}*/
@font-face{
  font-family: "Poppins";
  src: url("font/Poppins.ttf") format("truetype");
}
@font-face{
  font-family: "Open Sans";
  src: url("font/OpenSans.ttf") format("truetype");
}
@font-face{
  font-family: "Roboto";
  src: url("font/Roboto.ttf") format("truetype");
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.google-auto-placed {
    display: none;
}


 .hide-whitespace div{
  display: none !important;
  
}
.obq .google-auto-placed {
    display: none;
}
.desktop-popup
           	{
           		display:block;
           		}
           		.mobile-popup
           	{
           		display:none;
           		}

.fbframe {
    text-align: center;
   
}
.top-banimg
{
	width:auto !important;
	}
	button.close.modalclose{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    color: red;
    font-weight: 900;
    font-size: 20px;
    border: 1px solid white;
    background-color: white;
}
	.modal-dialog {
    max-width: fit-content;
}
 .modal
        {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            padding-top: 50px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
            z-index: 9999;
        }

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1310px;
}
body, html {
    margin: 0;
    padding: 0;
    position: relative;
}


body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    line-height: 1.1;
}
.news-title a {
    font-family: "Deepika4Uni", sans-serif;
    font-size: 18px;
  
}
.bigtitle {
    font-family: 'Deepika4Uni';
    font-size: 26px;
    padding-top: 10px;
}
 
 .bigtitle a{
    font-family: 'Deepika4Uni';
    font-size: 24px;
    padding-top: 10px;
}
 
.newscontent a
{
	color: #625e5e;
	}
.newscontent {
        font-family: 'Deepika4Uni', sans-serif;
    font-size: 20px;
    
}
.newtitle {
    font-family: 'Deepika4Uni';
    font-size: 20px;
    margin-top: 5px;
    padding: 5px;
    line-height: 22px;
    font-weight: 600;
}
i.bi.bi-record2-fill {
    background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   font-size: 13px;
}

a {
    text-decoration: none;
    color: #040404;
   word-break: break-all;
       font-weight: normal;
}
.addshow {
    background-color: transparent;
    padding: 8px;
        text-align: center;
}
    a:hover {
        color: #2b99f8;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Open Sans;
}

/*--------------------------------------------------------------
# Title
--------------------------------------------------------------*/

.main-caption {
   color: #475990;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Deepika4Uni';
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 5px;
}

.main-caption a {
    color: #475990;
    font-weight: 600;
    font-family: 'Deepika4Uni';
    font-size: 18px;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Title 3 dotes
--------------------------------------------------------------*/


.rotate-icon {
    display: inline-block;
    background: linear-gradient(45deg, #0879c2, #dd038c 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;
}

@keyframes rotate {
 from {
    transform: rotateY(0deg); /* Rotate around the Y-axis */
  }
  to {
    transform: rotateY(360deg); /* Full rotation around the Y-axis */
  }
}

.spandot 
{
	    display: none;
   /* display: inline-block;*/
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333994;
    margin: 2px 3px 5px 0;
    position: relative;
    background: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
}

    .spandot:before {
        width: 4px;
        height: 4px;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: -5px;
        background-color: #ec1c24;
        border-radius: 50%;
    }

    .spandot:after {
        background-color: #00b8f1;
        bottom: -5px;
        width: 4px;
        height: 4px;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        border-radius: 50%;
        background: linear-gradient(225deg, #46bba0 0%, #60b0f5 50%, #00b7f0 100%);
    }

/*******/

/*--------------------------------------------------------------
# Top Section
--------------------------------------------------------------*/


.topnewsitem {
    display: inline-flex;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #e9e9e9;    
    width: 100%;
}
.topnewsitem:nth-child(1) {
  padding-top:0px;
}
.topnewsitem .news-img a
{
    overflow: hidden;
}
.topnewsitem .news-img 
{
	margin-right: 10px;
   width: 75px;
    height: 75px;   

}
.topnewsitem img {
    width: 75px;
    height: 100%;
    border-radius: 5px;
     transition: ease-in-out 0.3s;
}
.topnewsitem .news-img:hover img {
  transform: scale(1.1);
}
.firstsection .mainnewscontent {
 
    border-bottom: none;
}

/*.main-title a {
    font-size: 25px;
    color: #034e87;
    font-family: "Deepika4Uni", sans-serif;
 
}*/
.main-title a {
        font-size: 26px;
    color: #262626;
    font-family: "Deepika4Uni", sans-serif;
    font-weight: 600;
}
.maincontent a {
    font-size: 20px;
    line-height: 1.2;
    font-family: "Deepika4Uni", sans-serif;
    font-weight: 400;
}
.mainnewscontent .subn {
    align-items: center;
    display: flex;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.mainnewscontent .imgsub {
    width: 183px;
    height: 95px;
    border-radius: 5px;
}

.latestnes-section
{
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-left: 12px;
	}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 7px;
    bottom: 300px;
    z-index: 996;
    background: #0880e8;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #2194f7;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #0880e8;
        border-top-color: #bfe0fd;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*==================================================================
[ Top-Advt ]*/

.advtop {
    background-color: #eceff1;
    padding: 8px 0;
    
}

.advtop-title {
    font-size: 8px;
    color: #999;
    margin-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
}

.advtop-banner {
    text-align: center;
    padding: 0px 10px;
    margin-left: 20px;
    margin-right: 20px;
}

    .advtop-banner img {
        border: 4px double #b1aaaa;
      height:90px;
    }
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
a.logodesk img {
    height: 35px;
}
.topbar {
    padding: 5px 0px;
    font-size: 14px;
    transition: all 0.5s;
    overflow: hidden;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    /* border-top: 2px solid transparent;
    border-image: linear-gradient(to right, #ec1c24 0%, #fbe125 50%, #f3e59f 50%, #00b8f1 100%);
    border-image-slice: 1;*/
}

.color-changing-border {
    position: relative;
}

    .color-changing-border::before {
        content: "";
        position: absolute;
        top: 0px; /* Adjust to align with the element's top border */
        left: 0;
        right: 0;
        height: 2px; /* Same as border thickness */
        background: linear-gradient(to right, #ec1c24, #fbe125, #f3e59f, #00b8f1);
        animation: borderColorChange 3s linear infinite;
    }

@keyframes borderColorChange {
    0% {
        background: linear-gradient(to right, #ec1c24, #fbe125, #f3e59f, #00b8f1);
    }

    50% {
        background: linear-gradient(to right, #00b8f1, #f3e59f, #fbe125, #ec1c24);
    }

    100% {
        background: linear-gradient(to right, #ec1c24, #fbe125, #f3e59f, #00b8f1);
    }
}

/********/
.date {
    display: flex;
    align-items: center;
   
}

    .date.mobile {
        display: none;
    }

span#lblCurrentDate1 {
    font-size: 27px;
    color: #a0108c;
    text-align: center;
    padding-right: 5px;
    font-weight: 900;
    font-family: 'fangsong';
    background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span#lblCurrentDate {
    font-size: 60px;
    color: #a0108c;
    text-align: center;
    padding-right: 5px;
    font-weight: 900;
    font-family: 'fangsong';
    background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
}

.time {
    font-family: 'Poppins';
    font-size: 11px;
    color: #939393;
    margin-left: 0px;
    padding-top: 0px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 500;
}

.time_number {
    font-family: math;
    font-size: 11px;
    color: #c10000;
}


.appimg {
    /*height: 25px;
    width:100%;*/
}
.app-item {
    padding: 2px;
}
.topepar {
    padding-top: 10px;
    text-align: center;
}
.topepar a {
    font-size: 15px;
    background: red;
    background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
    color: white;
    font-weight: 600;
    border-radius: 5px;
    padding: 4px;
    width: 100%;
    display: block;
}
/* socialmedia top*/

ul.topsocial-links {
    display: flex;
    list-style: none;
    padding-left: 10px;
    margin-bottom: 0px;
        margin-top: 10px;
}

   ul.topsocial-links a {
    font-size: 14px;
    display: inline-block;
    background: #f0f2f5;
    color: #262626;
    line-height: 1;
    padding: 4px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    transition: 0.3s;
}

        ul.topsocial-links a:hover {
            background: #f6b024;
            color: #fff;
            text-decoration: none;
        }
/*--------------------------------------------------------------
# Logo section
--------------------------------------------------------------*/
.desklogo {
    position: relative;
    text-align: center;
   /* border-right: 1px dashed #dcba8d;*/
}

a.logo.mobile {
    display: none;
}
ul.topsocial-links.mobile {
    display: none;
}
.logosection {
    margin: 10px 0px;
}

h1.logo a {
    color: #a0108c;
    background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-family: math;
}

.logotagline {
    position: absolute;
    top: 39px;
    left: 46%;
    font-size: 14px;
}


/***********/
.desklogline
{
	border-right: 1px dashed #dcba8d;
	}
.desklogoletter {
    position: relative;
    /*border-right: 1px dashed #dcba8d;*/
    /*  text-align: center;*/
}

.logtext h2 {
    background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    display: inline-flex;
    align-items: flex-start;
    margin-left: 52px;
}

    .logtext h2 img {
        height: 51px;
        position: absolute;
        left: 3px;
        top: 8px;
    }

span.logtxt {
    font-size: 60px;
    font-family: math;
    font-weight: 900;
}

.tagline h4 {
    text-align: center;
    font-size: 15px;
    position: absolute;
    left: 34%;
    top: 56px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background-color: #fff;
    transition: all 0.5s;
   
    box-shadow: 0 3px 8px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 3px 8px 0px rgb(0 0 0 / 5%);
    -o-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    border-top: 3px double #dcba8d;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    overflow: visible;
    z-index: 9999999999999999999999999999999999999999;
    margin-top: 9px;
}
.headersection {
    position: relative;
    z-index: 999;
}
.topsecadvt {
    border: 1px solid #ede9e9;
    background: aliceblue;
    padding: 3px;
        width: fit-content;
          
}

    .topsecadvt img {
        height: 75px;
      
    }

.mainlogo {
    height: 75px;
}
#mobnav
{
	/*padding: 7px;
    margin-top: 7px;*/
	display:none;
	background-color: #fff;
    transition: all 0.5s;
    box-shadow: 0 3px 8px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 3px 8px 0px rgb(0 0 0 / 5%);
    -o-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 3px 8px 0px rgba(0,0,0,0.05);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  
	}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar {
    position: relative; /* Ensure .navbar is positioned */
    z-index: 4; /* Ensure .navbar appears above .mainimg */
    padding: 0;
    min-height: auto;
    margin-bottom: 0px;

}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: space-evenly;
    }

    .navbar li {
        position: relative;
    }
 
    .navbar > ul > li {
        position: relative;
        white-space: nowrap;
        padding: 10px 9px 10px 9px;
    border-right: 1px double #e9e9e9;
    }
  .navbar > ul > li:last-child 
    {
    	 border-right:none;
    	}

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-size: 14px;
        color: #0879c2;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: math;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

    .navbar > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -5px;
        left: 0;
        background-color: #f6b024;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover > a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #fff;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 8px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 500;
            text-transform: none;
            color: #032e54;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #0880e8;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle 
{
	position: absolute;
    right: 0px;
    top: 13px;

    color: #dd038c;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    .mobile-nav-toggle.bi-x {
        color: #f6b024;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    /*overflow: hidden;*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(193 193 193 / 42%);
    transition: 0.3s;
    z-index: 999;
      min-height: 100vh;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 1px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        /*overflow-y: auto;*/
        transition: 0.3s;
    }

    .navbar-mobile > ul > li {
        padding: 0;
        background-color: white;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #0665b7;
    }

        .navbar-mobile a:hover:before,
        .navbar-mobile li:hover > a:before,
        .navbar-mobile .active:before {
            visibility: hidden;
        }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #f6b024;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #f6b024;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }
/*--------------------------------------------------------------
# Breaking News
--------------------------------------------------------------*/    
  section#divBreaking {
    background: #eeeeee;
    padding: 3px;
}
.flashnews {
   
    background: #B3E5FC;
    display: flex;
    align-items: center;
    
}
.breaking-title {
    color: White;
    background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
    animation: shine 3s infinite linear;
    padding: 7px;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}
.breaking-news {
    color: #040001;
    font-size: 23px;
    font-family: 'Deepika4Uni';
}
/*--------------------------------------------------------------
# Main News Section
--------------------------------------------------------------*/

.row.firstrow {
    /*border-bottom: 4px double #e9e9e9;*/
    padding-bottom: 10px;
}

.mainttl {
    margin-bottom: 15px;
    font-family: 'Deepika4Uni';
    font-weight: 600;
}

.maincontent {
   
    padding: 5px 0px 15px 0px;
}

/*.mainnews a {
    font-family: "Deepika4Uni", sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #000000;
}*/

.mainimg {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .mainimg img {
        border-radius: 7px;
        width: 100%;
         transition: ease-in-out 0.3s;
}
.mainimg:hover img {
  transform: scale(1.1);
}

.maintitle {
    position: absolute;
    bottom: 25px;
    left: 31px;
    color: white;
    z-index: 3;
}

    .maintitle a {
        color: white;
        font-family: "Deepika4Uni", sans-serif;
        font-size: 20px;
        line-height: 22px;
    }

.subtitle {
    margin-top: 10px;
}

.mainsubnews a {
    font-family: 'Deepika4Uni', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    color: #625e5e;
}

.subn {
    align-items: center;
    display: flex;
    margin-bottom: 8px;
    background: white;
    padding-bottom: 5px;
}

.imgsub {
    margin-right: 5px;
}

/*.mainnewscontent {
    background: white;
    padding: 15px;
    border: 1px solid #eaeaea;
}*/

.mainsubnews {
    border-top: 4px double #e9e9e9;
    padding-top: 15px;
}
/*.imagsub {
    overflow: hidden;
    width: 100%;
}*/
.imagsub {
    margin-right: 10px;
}
.imgsub {
    width: 130px;
    height: 90px;
 transition: ease-in-out 0.3s;
}
.imagsub:hover img {
  transform: scale(1.1);
}




/*--------------------------------------------------------------
# Editorial Sections 
--------------------------------------------------------------*/
.papers, .papers:before, .papers:after  {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
}

.papers  {
  position: relative;
  width: 100%;
  padding: 10px;
  margin: 10px auto;
}

.papers:before, .papers:after  {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateZ(2.5deg);
  -o-transform: rotate(2.5deg);
  transform: rotateZ(2.5deg);
  z-index: -1;
}

.papers:after  {
  -webkit-transform: rotateZ(-2.5deg);
  -o-transform: rotate(-2.5deg);
  transform: rotateZ(-2.5deg);
}

.papers h2  {
  font-size: 1.8em;
  font-weight: normal;
  text-align: center;
  padding: 0.2em 0;
  margin: 0;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.papers p  {
  text-align: left;
  margin: 1,5em 0;
}
.editorialsection {
    margin-top: 10px;
}

.editorial {
    background-color: #f9f9f9;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}

.main_news_head_editorial.edithed {
    text-transform: uppercase;
    background: #fff;
    color: #da463a;
    font-size: 17px;
    line-height: 1.56;
    padding: 6px;
    margin-bottom: 0;
    font-weight: 500;
    border-top: 2px solid gold;
}

    .main_news_head_editorial.edithed a {
        margin-left: 10px;
        color: #da463a;
        font-size: 17px;
    }

.latestbullet {
    padding: 10px;
    position: relative;
}

.sidelstes {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    margin: 0 0 20px!important;
    padding: 10px;
}

    .sidelstes a:before {
        content: "• ";
        position: absolute;
        top: 22px;
        left: 4px;
        width: 11px;
        height: 11px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        font-size: 0.2em;
        color: transparent;
        font-weight: 700;
        background-color: #90e6f8;
        box-shadow: inset 0px 2px 4px 0px rgb(21 74 112);
        z-index: 9;
    }

.inner_news_head {
    font-family: "Deepika4Uni", sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    text-align: left;
}
.editorial .inner_news_head {
    font-family: 'Deepika4Uni';
    font-size: 19px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Latest News Sections 
--------------------------------------------------------------*/

/*.latestnews-container {
    margin-bottom: 10px;
    border-bottom: 1px dashed #dae8f5;
    background-color: #d9edf7;
    border-radius: 5px;
    background:linear-gradient(120deg, #abefc64f 0%, #d9edf7 100%);
}*/

.latestnews-container {
    border-bottom: 1px solid #e9e9e9;
    background-color: transparent;
        padding: 8px 0px;
}

.sub_news_head.latestnewsitem {
    display: flex;    
    align-items: center;
}

.sub_news_head {
    font-family: 'Deepika4Uni', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    text-align: left;
}

.latestnew {
  
    padding-bottom: 16px;
}

.latimg {
    margin-right: 10px;
   /* overflow: hidden;
    width: 100%;*/
}

    .latimg img {
           width: 183px;
    height: 95px;
    border-radius: 5px;
    transition: ease-in-out 0.3s;
    }
.latimg:hover img {
  transform: scale(1.1);
}
.newsitemlnk.latestnewlink {
    height: 1690px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: hidden;
}

.Latest-More {
    text-align: right;
    margin-top: 10px;
     margin-bottom: 10px;
}

    .Latest-More a {
        font-size: 11px;
        color: #a1a1a5;
            font-weight: 600;
            font-family: 'Open Sans';
    }
    .Latest-More a i{
    color: #a90c0c;
    }

.newsitemlnk.latestnewlink::-webkit-scrollbar {
    display: none;
}
/** ADD **/
.dvtbg img {
    margin-top: 10px;
    margin-bottom: 15px;
   
    padding: 10px;
       background-color: #f4f4f4;
    border: 3px double #eeeae4;
}

.advrt-container {
    padding: 5px;
}

.advcontan {
    padding: 5px;
    background: #f4f4f4;
    border: 3px double #eeeae4;
}

.advitem {
    margin-bottom: 10px;
    text-align: center;
}

    .advitem img {
        width: 300px;
        height: 250px;
    }

.promocontainer {
    margin-top: 10px;
}
.promoblock {
    margin-top: 17px;
}
.promoadd p {
    margin-top: 10px;
}
.promo {
    display: flex;
    padding: 10px;
    align-items: center;
}

.advtBlock__title {
    font-size: .5625rem;
    color: #999;
    margin-bottom: 2px;
    text-align: center;
}
.obqadd2 {
    text-align: center;
    padding: 10px;
    background-color: white;
    display: flex;
    justify-content: center;
}
/*--------------------------------------------------------------
# Top news
--------------------------------------------------------------

.topnews {
    padding: 10px;
    background: #fff8f8;
    margin-top: 15px;
    border-radius: 8px;
    padding-bottom: 19px;
}

.topnews-container {
    height: 703px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .topnews-container::-webkit-scrollbar {
        display: none;
    }

.topnewsitem-container {
    margin-top: 10px;
    border-bottom: 1px solid #e9e9e9;
    padding: 2px;
    padding-bottom: 7px;
}

img.topimg {
    height: 90px;
    width: 90px;
    border-radius: 7px;
    margin-right: 10px;
}

.topnewsitem.sub_news_head {
    margin-right: 5px;
    display: flex;
    padding: 5px;
    align-items: center;
}
/*--------------------------------------------------------------
# Snap Shot
--------------------------------------------------------------*/
span.swiper-pagination-bullet {
     background: #ffc107;
    border: 8px double #ffc107;
    opacity:.7;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active
{
	  background: #ffc107;
    border: 8px double #0056b3;
    opacity:1;
	}
.deepikaadd {
    padding: 10px 0px;
}
.snapshots {
    text-align: center;
}

/*--------------------------------------------------------------
# Editors Pick
--------------------------------------------------------------*/
.editorspicsection {
    /* padding: 10px;*/
        padding: 10px 0px;
}

.editord {
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-bottom: none;
}

.editorsection {

    padding: 10px;
}

.editors-contest {
  height: 815px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .editors-contest::-webkit-scrollbar {
        display: none;
    }

.editordpicitem {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #e4e5e8;
}

.editordpicimg a img {
    border-radius: 7px;
    width: 120px;
    height: 80px;
    margin-right: 10px;
transition: ease-in-out 0.3s;
    }
.editordpicimg:hover img {
  transform: scale(1.1);
}
/*.editordpicimg {
    overflow: hidden;
    width: 100%;
}*/
/*--------------------------------------------------------------
# Sports
--------------------------------------------------------------*/
/*.secrow
{
padding: 15px 0;
	}
	section#secondsection {
    padding: 0px;
}
.secondsection .mainttl {
    padding-top: 20px;
}*/

i.bi.bi-record2-fill.rotate-icon {
    display: inline-block;
    background: linear-gradient(45deg, #0879c2, #dd038c 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

hr.bline {
    position: absolute;
    top: 22px;
    color: #e9e9e9;
    opacity: 1;
}
.sporthead a {
    font-family: 'Deepika4Uni', sans-serif;
    font-size: 20px;
    color: #544747;
}
.sportitem {
    padding: 10px 0px;
}
.sporthead {
    padding-top: 10px;
}
.sportimg img {
    border-radius: 5px;
    width:100%;
}
div#idsports {
    border: 1px solid #e9e9e9;
    background-color: #f5f5f5;
    border-radius: 10px;
}
div#idsports .col-md-6 {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
div#idsports .col-md-6:last-child
{
	 border-bottom: none;
	 border-right:none;
	}
	div#idsports .col-md-6:nth-child(2) {
  border-right:none;
}
	div#idsports .col-md-6:nth-child(3) {
  border-bottom:none;
}
.news.tecsec {
    position: relative;
}
/*--------------------------------------------------------------
# Obituary
--------------------------------------------------------------*/
div#divObituary {
    background-color: #fff;
    padding: 0px 10px;
   
    border-radius: 8px;
}

.obqimg {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin-right: 10px;
    border: 4px solid white;
}
.obqlitile {
    font-size: 20px;
    font-family: 'Deepika4Uni';
}
.obqplace {
    padding-left: 15px;
    font-size: 16px;
    font-family: 'Deepika4Uni';
    color: gray;
    padding-top: 10px;
}
.obqitem {
    align-items: center;
    padding: 5px;
    border: 1px double rgb(255 217 224 / 44%);
    background-color: rgb(255, 246, 246);
    margin: 5px 0px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, rgb(249 240 253 / 74%) 34%, rgb(255 246 246 / 74%) 80%);
}

.obqname a {
    font-family: "Deepika4Uni", sans-serif;
    font-size: 18px;
}

img.obqrose {
    width: 16px;
}

.rose {
    transform: rotate(21deg);
    position: absolute;
    bottom: 1px;
}

.ros {
    position: absolute;
}

img.obqrosemul {
    width: 100px;
}

.ros {
    position: absolute;
    right: -30px;
    bottom: -17px;
}
.moreobq {
    text-align: right;
        margin-top: 10px;
            margin-bottom: 10px;
}
.moreobq a {
    font-size: 11px;
    color: #a1a1a5;
    font-weight: 600;
    text-transform: uppercase;
}
.moreobq a i
{
	color: red;
	}
.addscroll {
    overflow-y: scroll;
    height: 434px;
}
/*--------------------------------------------------------------
# middle  addbanner
--------------------------------------------------------------*/
.bansec
{
	padding-top:1px;
	}

.addrow {
   
    border-bottom: 4px double #e9e9e9;
    padding-bottom: 20px;
}

.addban {
  
    padding: 10px;
    background-color: #cfd7d9;
    border: 8px double white;
}

    .addban img {
        width: 100%;
        border: 2px solid white;
        border-radius: 6px;
        height: 100%;
        transition: ease-in-out 0.3s;
    }

.adimgitem {
    height: 100%;
    padding: 10px;
        overflow: hidden;
}
.adimgitem:hover img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# video  banner
--------------------------------------------------------------*/
.videocontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.videotitle {
    text-align: center;
    position: relative;
    width: fit-content;
        padding-bottom: 6px;
}

    .videotitle::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #ee7b82;
    }

    .videotitle::after {
        position: absolute;
        content: "";
        width: 28px;
        height: 28px;
        bottom: -13px;
        left: calc(50% - 13px);
        background: #0E2E50;
        border: 10px solid #e4f0fb;
        border-radius: 28px;
    }

    .videotitle a {
        color: #054a85;
        font-family: "Deepika4Uni", sans-serif;
        font-size: 25px;
    }

.timeline {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 0.7rem;
    background-color: beige;
    background-clip: content-box;
    border-width: 0.2rem 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1), inset 0 0 0.4em rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin-top: 15px;
}

.videos {
    position: relative;
}

.viditem {
    margin: 10px;
    z-index: 2;
    margin-top: 30px;
    border-radius: 5px;
    height: 100%;
    background: white;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 12%);
    border-radius: 5px;
}
    

.vid {
    padding: 0px;
    background: #fff;
    text-align: center;
    margin-top: 41px;
}

    .vid:before {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        background-clip: content-box;
        box-sizing: border-box;
        width: 1rem;
        height: 1rem;
        left: 50%;
        margin-top: -9px;
        margin-left: -0.5rem;
        transform-origin: center;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -1;
    }

.viditem .dot {
    position: absolute;
    z-index: 3;
    top: 23px;
    width: 1.2rem;
    height: 1.2rem;
    background-color: powderblue;
    left: 50%;
    margin-left: -0.6rem;
    margin-top: -0.95rem;
    border-radius: 100%;
    box-sizing: border-box;
    background-clip: content-box;
    border-width: 0.16rem;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.1), inset 0 0 0.4em rgba(255, 255, 255, 0.1), inset 0 0.4rem 0.1rem rgba(255, 255, 255, 0.3);
    -moz-transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
    -o-transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
    -webkit-transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
    transition: height 0.2s linear, width 0.2s lwhitergin 0.2s linear, background-color 0.3s ease-out;
}

.viditem:hover .dot {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: -0.8rem;
    margin-top: -1.15rem;
    background-color: thistle;
}

.vidtitle {
        font-family: 'Deepika4Uni', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    padding:5px;
}

.viditem img {
    width: 100%;
}

.#b22222e {
    padding: 20px 15px;
    background: #fff;
    text-align: center;
    height: 100%;
    border-radius: 5px;
}

.viditem:hover .vid {
    margin-top: 2.5rem;
    background-color: #d0e8e4;
    border-bottom: 0.5rem solid transparent;
}
.videos-slider .owl-stage {
    display: flex;
        align-items: stretch;
}
/*-------------------------------------------------------
# Quiz Section
--------------------------------------------------------------*/
section#quiz {
    background: white;
}

.dailyquiz {
    position: relative;
    background-color: #cdd5c8;
    padding: 15px;
}

    .dailyquiz:before {
        content: "";
        position: absolute;
        left: 37px;
        top: 30px;
        width: 0.125rem;
        background-color: #ffffff;
        height: calc(100% - 95px);
    }

.step {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin-top: 3.3rem;
    text-align: center;
    color: white;
    padding-top: 4px;
    font-weight: 900;
}

.qdot {
    position: absolute;
    left: 2px;
    top: -37px;
}

.quiz-title h2 {
    background-color: white;
    padding: 5px;
}

    .quiz-title h2 a {
        font-size: 24px;
        color: #a50b3f;
    }

    .quiz-title h2:after {
        content: "";
        width: 0rem;
        height: 0rem;
        border-bottom: 0.625rem solid transparent;
        border-left: 0.625rem solid transparent;
        border-top: 0.9375rem solid white;
        border-right: 1.125rem solid transparent;
        top: 35px;
        left: 8%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
    }

.quiz-title {
    margin-bottom: 25px;
    text-align: center;
}

.progress-bar {
    background: linear-gradient(to right, #fe6300, #ffaf15);
}

.quiz-list {
    margin-top: 25px;
}

.quizquestion {
    position: relative;
}

.qqstn {
    display: flex;
    margin-bottom: 10px;
    margin-left: 70px;
}

.qstn {
    background: #ffffff;
    padding: 5px 12px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .qstn span {
    color: #004e7f;
    font-family: 'Deepika4Uni';
    font-size: 18px;
}

.qsticon {
    background: #f8d5b3;
    border-radius: 2.5rem 0rem 0rem 2.5rem;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

i.bx.bx-help-circle.icon-help {
    font-weight: 900;
    font-size: 24px;
    color: #ae9daa;
}
.moreq {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.f_btn {
    font-size: 14px;
    font-weight: 800;
    padding: 10px 5px;
    outline: none;
    border: none;
    background-color: #004e7f;
    margin-right: 1.25rem;
    text-transform: uppercase;
    -webkit-box-shadow: 20px 0 0px -2px #035cda;
    box-shadow: 20px 0 0px -2px #035cda;
}

.progress {
    margin-top: 30px;
}






/*--------------------------------------------------------------
# Watsapp General
--------------------------------------------------------------*/
section#whatsapsection {
    padding-top: 30px;
    padding-bottom: 30px;
}
.quzsec {
    background-color: #f7f7fd;
}

    .quzsec img {
        width: 100%;
        height: 100%;
    }

.cartoonitem {
    border: 1px solid #d8d8d8;
    height: 100%;
    position: relative;
}

.carttle {
    padding: 10px;
    text-align: center;
    background: linear-gradient(86deg, #504c4c75 50%, #6c151587 89%);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #ffffff;
    font-family: "Deepika4Uni", sans-serif;
    font-size: 18px;
}

/*--------------------------------------------------------------
# Local Sections 
--------------------------------------------------------------*/

section#localsec {
    margin-top: 20px;
}

/* Basic styling for the dropdown menu */
.dropdownbtn {
    position: relative;
    display: inline-block;
}

.dropdownbtn-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    list-style: none;
    text-align: left;
    padding-inline-start: 0px;
}

    .dropdownbtn-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-family: "Deepika4Uni", sans-serif;
        font-size: 18px;
    }

        .dropdownbtn-content a:hover {
            background-color: #f1f1f1;
        }

.dropdownbtn:hover .dropdownbtn-content {
    display: block;
}

.dropbtn {
    border-color: #e6e6e6;
    background-color: #ebf0f4;
    border-radius: 7px;
    /*color: #525d6f;*/
    padding: 5px 13px;
    font-size: 14px;
}

.tabs {
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    margin-bottom: 10px;
}

.localtablinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    list-style: none;
    padding-inline-start: 0px;
}

    .localtablinks li {
        padding: 10px;
            border-right: 1px solid #e9e9e9;
    }



        .localtablinks li.active {
            padding: 10px 17px;
            position: relative;
            background-color: #ebf0f4;
        }

        .localtablinks li a {
            font-family: 'Deepika4Uni', sans-serif;
            font-size: 19px;
            font-weight: 500;
            color: #005fc1;
            line-height: 18px;
        }

        .localtablinks li.active a {
            font-size: 21px;
            font-weight: 700;
            color: #e71d69;
        }

.loc8 a {
    color: #999999;
    font-size: 13px;
    margin-top: 10px;
}
.loc8 {
    text-align: right;
    font-family: 'Deepika4Uni';
}
.localtablinks li.active::after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    left: calc(50% - 5px);
    bottom: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ebf0f4;
}

.localtite a {
    
    font-family: 'Deepika4Uni', sans-serif;
    font-size: 25px;
}

a.taball {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #999;
    font-size: 13px;
}

.locallinks {
    position: relative;
}

.loacalitem {
    padding: 15px;
}
.loacalitem img
{
	width:100%;
	}
h5.loacalnewstitle {
    padding-top: 20px;
    padding-bottom: 5px;
    font-family: "Deepika4Uni", sans-serif;
    text-align: left;
}

    h5.loacalnewstitle a {
        font-size: 20px;
        
          color: #000000;
    line-height: 22px;
    }

.localnesconent a {
    font-family: 'Deepika4Uni', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
}

.localsub {
    padding: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    background-color: #f9f9f9;
}
.web-slider .owl-stage {
    display: flex;
}

.features-container {
    height: 394px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}
.features-container::-webkit-scrollbar {
    width: 12px;
}

.features-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.features-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.spimg img
{
	    width: 100%;
	border-radius:8px;
	}
/*--------------------------------------------------------------
# Todayedition
--------------------------------------------------------------*/
.todaysedition {
    padding: 10px 0px;
    text-align: center;
}
.todaysedition img {
    height: auto;
    width: auto;
}

    .todaysedition h4 {
        background: #dc4c84;
        color: white;
        text-align: center;
        font-size: 19px;
        padding: 5px;
    }

/*--------------------------------------------------------------
# Web section
--------------------------------------------------------------*/

section.web {
    background-color: #f5f5f5;
}

.videotitle.webttl {
    color: #054a85;
    font-family: 'bootstrap-icons';
    font-size: 20px;
    padding-bottom: 17px;
    text-transform: uppercase;
}

.webtitle {
    text-align: center;
    margin-bottom: 10px;
}

.webitem-slide {
    background-color: background-color: #fff;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
        height: 100%;
}

.webtitle a {
    color: #4abccd;
    background: linear-gradient(89deg,#c90e91 -32.08%,#3a5eb6 33.96%,#0a7aa9 99.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.webcontent {
   font-family: 'Deepika4Uni', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    margin-top: 10px;
}


/*--------------------------------------------------------------
#Print edition
--------------------------------------------------------------*/
.printsection
{
	    border-bottom: 4px double #e9e9e9;
	        border-top: 4px double #e9e9e9;
	}
.nescontn {
    background-color: #fff;
    background-image: none;
    filter: none;
    border: none;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    border-radius: 5px !important;
    margin-bottom: 25px;
        height: 100%;
}
.colorborder {
    border-top: 2px solid transparent;
    border-image: linear-gradient(225deg, #1cb2fd 0%, #e9f537 50%, #f73dac 100%);
    border-image-slice: 1;
}
.prnittitle{
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    margin-bottom: 10px;
    text-align:center;
    }
.prnthead {
    padding: 10px 5px;
}
.prnittitle h3 {
    background: linear-gradient(to right, hsl(197deg 100% 45%) 0, hsl(141deg 63% 64%) 10%, #0879c2 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    margin: 2px !important;
    padding: 6px !important;
    text-transform: uppercase !important;
    color: #4d82c9 !important;
    font-size: 20px;
}
.printitem
{
	width:100%
	}
.content {
    font-family: 'Deepika4Uni', sans-serif;
    font-size: 18px;
    margin-top: 5px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-right: 5px;
     line-height: 22px;
}
.relatedprintitem {
    display: flex;
    font-family: 'Deepika4Uni', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    padding: 10px;
     line-height: 22px;
}

.relatedprintitem.odd {
    background-color: #e3e3e3;
}
.relatedprintitem.even {
       background-color: #f9f7f7;
}
.relatedprintitem img {
    height: 100%;
    width: 100%;
}
.prntimg img {
    width: 100%;
}

.feedback {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding:10px;
}
.feedback a {
    background-color: #9e269c;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    width: 100%;
}
/*--------------------------------------------------------------
# Publication 
--------------------------------------------------------------*/

section#publicationsec {
   /* background-color: aliceblue;*/
}
.book {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateZ(0);
  padding: 10px;
  overflow:hidden;
}

.inner-book {
  display: flex;
  align-items: center;
  transform-style: preserve-3d;
  perspective: 2000px;
   transition: ease-in-out 0.3s;
}
.book:hover img {
  transform: scale(1.1);
}
.inner-book:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  bottom: 14px;
  transform: rotateY(-20deg) translateZ(-20px);
  z-index: 0;
 /* box-shadow: 10px 12px 20px 13px rgba(0, 0, 0, 0.3);*/
}

.inner-book .img {
  transform: rotateY(-20deg);
  width: 100%;
  z-index: 5;
  clear: both;
  height: 100%;
  background: #ddd;
}

.inner-book img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
 /* border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
    border-image: linear-gradient(225deg, #1cb2fd 0%, #e9f537 50%, #f73dac 100%);
    border-image-slice: 1;*/
}
.inner-book .img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(0 0 0 / 5%);
    box-sizing: border-box;
    border-left: 4px solid rgb(0 0 0 / 5%);
    z-index: 2;
}
.inner-book .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-left: 4px solid rgba(0, 0, 0, 0.3);
  z-index: 2;
}

/*.inner-book img::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 3px;
  pointer-events: none;
  filter: contrast(310%) brightness(100%);
  box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px inset;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.118) 0.65%,
    rgba(255, 255, 255, 0.2) 1.53%,
    rgba(255, 255, 255, 0.1) 2.38%,
    rgba(0, 0, 0, 0.05) 3.26%,
    rgba(255, 255, 255, 0.14) 5.68%,
    rgba(244, 244, 244, 0) 6.96%
  );
}*/


.page {
  width: calc(100% - 20px);
  height: calc(100% - 2px);
  position: absolute;
  box-shadow:inset 0px -1px 2px rgb(50 50 50 / 71%), inset -1px 0px 1px #ddd;
  border-radius: 0px 3px 3px 0px;
  transform: rotateY(-20deg) translateZ(-5px);
  right: -3px;
  z-index: 4;
  background: white;
}

.page-2 {
  height: calc(100% - 4px);
  right: -6px;
  z-index: 3;
}

.page-3 {
  height: calc(100% - 6px);
  right: -9px;
  z-index: 2;
}

.page-4 {
  height: calc(100% - 8px);
  right: -12px;
  z-index: 1;
}

.page-5 {
  height: calc(100% - 10px);
  right: -15px;
  z-index: 0;
}

.img.final-page {
  position: absolute;
  z-index: -1;
  right: -17px;
  transform: rotateY(-19deg) translateZ(-10px) scale(0.984);
}

.publicationitem {
    margin-bottom: 15px;
    text-align: center;
    padding: 0px 10px;
}


/*--------------------------------------------------------------
# Section NRI
--------------------------------------------------------------*/
section#nrisection {
    border-bottom: 4px double #e9e9e9;
    border-top: 4px double #e9e9e9;
}
.nri-item {
    padding: 1px;
    margin:5px 0px;
}
.nriimg img {
    border-radius: 5px;
    margin-bottom: 10px;
}
.nriplace
{
	 padding: 10px 0px;
	}
.nriplace a {
    text-transform: uppercase;
    color: red;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 600;
   
}

       .epaperlink h4 {
    background: #dc4c84;
    
    text-align: center;
    font-size: 19px;
    padding: 5px;
}
      
        .epaperlink h4 a
        {
        	color: white;
        	}
       	.epaperimg {
    text-align: center;
        padding: 10px;
}
.epaperlink {
    margin-top: 10px;
    background: antiquewhite;
    padding-bottom: 15px;
}


.smartphone {
  position: relative;
    width: fit-content;
    height: auto;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
}

.smartphone:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
}

.smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}

.todaythougt {
    background-color: #f5f5f5;
    min-height: 121px;
}
.todaythougt h3 {
   padding: 5px;
    font-size: 20px;
    text-align: center;
    background-color: #346c63;
    background:linear-gradient(to right,#ec1c24 0,#333994 50%,#333994 50%,#00b8f1 100%);
    color: white;
}
.todaytitle {
   /* border-top: 6px solid transparent;
    border-image: linear-gradient(to right,#ec1c24 0,#333994 50%,#333994 50%,#00b8f1 100%);
    border-image-slice: 1;*/
    border-radius: 10px;
    margin-top: 15px;
}
img.thought {
    width: 20px;
    margin: 6px;
}
.movingarrow {
            display: inline-block;
            font-size: 24px; /* Make sure the icon is visible */
            animation: slide1 0.7s ease-in-out infinite;
        }

        @keyframes slide1 {
            0%, 100% {
                transform: translateX(0);
            }
            50% {
                transform: translateX(10px);
            }
        }
        
   /*--------------------------------------------------------------
# Sections Short
--------------------------------------------------------------*/     
        .short-title.newscontent {
    padding: 10px 0px;
}
       /* .short-img img
        {
        	width:180px;
        	height:314px;
}*/


.shorts
{
	background-color: aliceblue;
    padding: 10px;
    border-radius: 7px;
}
  /*--------------------------------------------------------------
# Sections viral
--------------------------------------------------------------*/  
.viral {
    border-bottom: 4px double #e9e9e9;
}
.viral img {
    border-radius: 7px;
} 
.viralsub {
    padding: 10px;
}
.viralnews {
    padding: 10px;
} 
.viral-title {
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'Deepika4Uni';
    text-align: left;
    /* color: #040404; */
}
.viral-title a 
{
	color: #040404;
	}
	.viralsub .viral-title {
    font-size: 17px;
}
/*--------------------------------------------------------------
# Sections Movie
--------------------------------------------------------------*/

.movieimg img {
    border-radius: 7px;
}

/*--------------------------------------------------------------
# Sections health
--------------------------------------------------------------*/
.health {
    border-top: 4px double #e9e9e9;
    border-bottom: 4px double #e9e9e9;
}
.healthimg img {
    border-radius: 7px;
}
div#divDeskHealthNews .col-6 {
    border-right: 1px double #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px;
}
/*--------------------------------------------------------------
# Sections Karshakan
--------------------------------------------------------------*/
.subkarshakan {
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
}
.karshsub{
padding-bottom:10px;
padding-top:10px;
}
/*--------------------------------------------------------------
# Sections business
--------------------------------------------------------------*/

#divOtherBusinessNews .relatedprintitem.odd {
    background-color: transparent;
    border-bottom: 1px solid #e9e9e9;
}
#divOtherBusinessNews .relatedprintitem.even {
    background-color: transparent;
}
#divOtherBusinessNews .relatedprintitem
{
	    margin-top: 1px;
	        padding: 5px;
	}
	.business img {
    border-radius: 5px;
}
#divOtherBusinessNews .relatedprintitem .printitemimg {
    width: 100%;
}
#divOtherBusinessNews .relatedprintitem .printitemcontent 
{
	width: 100%;
	}
	
	#divOtherBusinessNews .relatedprintitem:nth-child(3) {
 display:none;
}
/*--------------------------------------------------------------
# Sections STHREEDHANAM
--------------------------------------------------------------*/

div#divOtherSthreedhanamNews {
    margin-top: 5px;
}


#divOtherSthreedhanamNews .sthreesub {
    border-bottom: 1px dotted #e9e9e9;
    padding-bottom: 7px;
    padding-top: 7px;
}
.sthreesub {
    display: flex;
    align-items: baseline;
    border-bottom: 1px dotted #e9e9e9;
}
    
#divOtherSthreedhanamNews .sthreesub:last-child {
    border-bottom: none;
}
.sthreesub:last-child {
   border-bottom: none;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    margin: 10px;
}

.member-info h4 img {
    margin-bottom: 10px;
    
}

.team .member .pic {
  overflow: hidden;
 /* width: 180px;
  border-radius: 50%;
*/
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
  width:100%;
}

.team .member:hover img {
  transform: scale(1.1);
}


.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #05579e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #bfe0fd;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ecf6fe;
  color: #0665b7;
}

.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #0880e8;
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Sections Sunday
--------------------------------------------------------------*/
.sunimg img {
    border-radius: 7px;
        width: 100%;
}
ul.sundaysub {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Deepika4Uni';
}
.sundaysub li {
    padding: 18px 0;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
        display: flex;
        justify-content: space-between;
}
.sundaysub li:last-child {
   border-bottom: none;
}
.sundaysub li img {
    border-radius: 8px;
    width:80px;
    height:60px;
    margin-left: 8px;
}
/*--------------------------------------------------------------
# Sections Youth
--------------------------------------------------------------*/
.relatedsub .relatedsuitem {
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px dotted #e9e9e9;
}
.relatedsub .relatedsuitem:last-child {
   border-bottom: none;
}
.chocoitem .newtitle {
    border-bottom: 1px solid #e9e9e9;
}
i.bi.bi-record-circle {
    background: linear-gradient(45deg, #0879c2, #dd038c 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 13px;
    margin-right: 3px;
}
/*--------------------------------------------------------------
# Sections inglish
--------------------------------------------------------------*/
.links ul {
    list-style: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.links ul  li
{
	padding-bottom:7px;
	}
.links ul  li a {
    color: #0879c2;
        font-size: 14px;
}
.links ul  li i 
{
	color: #a0108c;
	 background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     font-size: 13px;
    margin-right: 3px;
	}
	.engtitle.bigtitle a {
    font-family: 'Poppins';
    font-size: 17px;
     padding: 7px;
}
.engdetails.newtitle {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 15px;
    padding: 7px;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 15px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f1f8ff;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #054a85;
    }

    .section-title p {
        margin-bottom: 0;
        font-style: italic;
    }

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
    padding-top: 0;
    position: relative;
    z-index: 100;
}

    .icon-boxes .icon-box {
        padding: 40px 30px;
        position: relative;
        overflow: hidden;
        background: #fff;
        box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
        transition: all 0.3s ease-in-out;
        border-radius: 10px;
    }

    .icon-boxes .icon {
        margin: 0 auto 20px auto;
        display: inline-block;
        text-align: center;
    }

        .icon-boxes .icon i {
            font-size: 36px;
            line-height: 1;
            color: #f6b024;
        }

    .icon-boxes .title {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .icon-boxes .title a {
            color: #05579e;
        }

    .icon-boxes .description {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 0;
        color: #777777;
    }
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #ecf6fe;
    margin-top: 130px;
    
}

    .breadcrumbs h2 {
        font-size: 26px;
        font-weight: 600;
        color: #043c6d;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #f8c255;
                content: "/";
            }
/*--------------------------------------------------------------
# Miss It
--------------------------------------------------------------*/
.missit {
    border-top: 4px double #e9e9e9;
}
.missitm {
    padding: 10px;
}
.missitm img {
    border-radius: 5px;
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background-color: #065fad;
    padding: 0 0 10px 0;
    color: #0b0b0b;
    font-size: 14px;
    background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
       font-weight: 400;
}

    #footer .footer-newsletter {
        padding: 50px 0;
        background: #f6f8f9;
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
        }

            #footer .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                margin: 3px;
                background: #f6b024;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
            }

                #footer .footer-newsletter form input[type=submit]:hover {
                    background: #0880e8;
                }

    #footer .footer-top {
        background: #ecf0f3;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 18px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: Open Sans;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 16px;
            display: inline-block;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            line-height: 1;
            padding: 10px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #f6b024;
                color: #0879c2;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #0b0b0b;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #5db1f9;
                    font-size: 18px;
                    line-height: 1;
                    background: -webkit-linear-gradient(45deg, #0879c2, #ff2640 80%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #0b0b0b;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #415ab4;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

    #footer .copyright {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        #footer .copyright p {
            margin-bottom: 3px;
        }

    #footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 20px;
        color: #065fad;
        text-transform: uppercase;
        border-top: 3px double #dcba8d;
        background: -webkit-linear-gradient(45deg, #0879c2, #dd038c 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

        #footer .credits a {
            color: #f6b024;
        }

.container-fluid.ftr {
    background-color: #f6f8f9;
}

.copybottom {
    color: white;
    text-align: center;
    padding-top: 10px;
}

    .copybottom a {
        color: White;
    }

.copyright p span {
    color: #f32655;
}

.credits h1 {
    background: linear-gradient(to right, hsl(301deg 61% 39%) 0, hsl(141deg 63% 64%) 10%, hsl(208deg 100% 41%) 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-family: math;
    font-size: 26px;
    margin-top: 18px;
}

@keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 600px;
    }

    100% {
        background-position: 600px;
    }
}
/*********/
.backbg {
    -webkit-animation-name: bgcolor;
    -webkit-animation-duration: 25s;
    animation-name: bgcolor;
    animation-duration: 25s;
    animation-iteration-count: infinite;
}


@-webkit-keyframes bgcolor {
    0% {
        background: radial-gradient(at 50% -20%, #0879c2, #ab1f99) fixed;
    }

    14.3% {
        background: radial-gradient(at 50% -20%, #7cb9e8, #830955) fixed;
    }

    28.6% {
        background: radial-gradient(at 50% -20%, #00308f, #b30d5c) fixed;
    }

    42.9% {
        background: radial-gradient(at 50% -20%, #6cb4ee, #9d2570) fixed;
    }

    57% {
        background: radial-gradient(at 50% -20%, #007fff, #8d2b55) fixed;
    }

    71% {
        background: radial-gradient(at 50% -20%, #46a4d9, #8f095d) fixed;
    }

    85.6% {
        background: radial-gradient(at 50% -20%, #0879c2, #c53773) fixed;
    }

    100% {
        background: radial-gradient(at 50% -20%, #d04999, #5072a7) fixed;
    }
}

@keyframes bgcolor {
    0% {
        background: radial-gradient(at 50% -20%, #0879c2, #ab1f99) fixed;
    }

    14.3% {
        background: radial-gradient(at 50% -20%, #7cb9e8, #830955) fixed;
    }

    28.6% {
        background: radial-gradient(at 50% -20%, #00308f, #b30d5c) fixed;
    }

    42.9% {
        background: radial-gradient(at 50% -20%, #6cb4ee, #9d2570) fixed;
    }

    57% {
        background: radial-gradient(at 50% -20%, #007fff, #8d2b55) fixed;
    }

    71% {
        background: radial-gradient(at 50% -20%, #46a4d9, #8f095d) fixed;
    }

    85.6% {
        background: radial-gradient(at 50% -20%, #0879c2, #c53773) fixed;
    }

    100% {
        background: radial-gradient(at 50% -20%, #d04999, #5072a7) fixed;
    }
}

/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/


/*@media only screen and (max-width: 767px) */
	@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), 
           only screen and (max-width: 767px) and (min-resolution: 192dpi),
	       only screen and (max-width: 767px), 
           only screen and (max-device-width: 767px)
           {
           
           .editors-contest
           {
           	height:auto;
           	}
           	
           	.desktop-popup
           	{
           		display:none;
           		}
           		.mobile-popup
           	{
           		display:block;
           		}
           	
           	.fbframe {
    text-align: center;
    margin-bottom: 10px;
}
           	#header 
           	{
           	border-bottom: none;
    border-top: none;
        box-shadow: none;
           		}
      /*  .topepar 
        {
        display:none;	
        	}*/
	.appimg {
    width: 100%;
        height: 35px;
      }
	.advtop-banner img
	{
		height:auto;
		}
    span#lblCurrentDate {
        font-size: 24px;
    }

    .time {
        font-size: 6px;
    }

    .time_number {
        font-size: 8px;
    }

    ul.topsocial-links a {
        padding: 5px 0;
        width: 26px;
        height: 26px;
    }

   
    .advtop-banner {
        margin-left: 10px;
        margin-right: 10px;
    }

    .date.mobile {
        display: flex;
    }


    a.logo.mobile {
        display: block;
    }

 .logsmalldeepika {
    display: none;
}
ul.topsocial-links
{
	margin-top:0px;
	}
    .tagline h4 {
       font-size: 8px;
    left: 33%;
    top: 35px;
    }

    .logtext h2 img {
       height: 30px;
    left: 0px;
    top: 6px;
    }

    span.logtxt {
        font-size: 28px;
    }
    .logtext h2
    {
    	    margin-left: 30px;
    	}
    
.desklogoletter {
    border-bottom: 1px dashed #dcba8d;
    margin: 10px 0px;
    border-top: 1px solid #e9e9e9;
    padding: 6px 0px;
}
.logosection {
    margin: 10px 0px;
    border-bottom: 4px double #dcba8d;
    padding-bottom: 5px;
}
.breaking-title 
{
	font-size:17px;
	}
    .date {
        border-right: none;
    }

    .imgsub {
        width: 100%;
        height: auto;
    }
/*
    .mainnewscontent .subn {
        display: block;
    }
.sub_news_head.latestnewsitem {
    display: block;
    
    }*/
    .quizimg {
        display: none;
    }

   .videocontainer {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .cartoonitem {
        height: auto;
        margin-bottom: 10px;
    }

    .dropbtn {
        font-size: 10px;
    }

    .vidtitle {
        height: auto;
    }

    a.taball {
      
            padding-left: 10px;
    position: initial;
    }
   
    	.mainnewscontent .imgsub
    	{
        width: 140px;
    height: 90px;
    		}
    		
    		.latimg img {
        width: 140px;
    height: 90px;
    border-radius: 5px;
}
.promoadd {
    display: flex;
}
.prmimg {
    margin-right: 9px;
}
.prmimg img {
    border-radius: 5px;
   
    height: 90px;
}


.desklogline {
    border-right: none;
}
.sptitle img {
    height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}


.newsitemlnk.latestnewlink {
    height: auto;
}	
.breaking-news {
    color: #040001;
    font-size: 23px;
    font-family: 'Deepika4Uni';
}	
.flashnews {
    
    display: block;
    
}
.breaking-news 
{
	padding-top:10px;
	}
	.topsecadvt img {
       height: auto;
}
.topepar a {
    font-size: 15px;
}
.topepar .movingarrow {
    font-size: 6px;
}
.promoadd p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.features-container {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}
.member-info h4 img {
    margin-top: 10px;
  
}
}

/* css rules for ipad  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
   span#lblCurrentDate {
    font-size: 30px;   
}
.time {
    font-size: 9px;  
}
.time_number {
 font-size: 9px;  
}
a.logodesk img {
    height: auto;
}
ul.topsocial-links a {
    font-size: 9px;
    width: 9px;
    height: 9px;
background: transparent;
background-color: transparent;
}
.logtext h2 img {
    height: 30px;
    left: 1px;
    top: 1px;
}
.logtext h2 
{
	margin-left: 33px;
	}

span.logtxt {
    font-size: 34px;
}
.tagline h4 {
    text-align: center;
    font-size: 7px;
    position: absolute;
    left: 34%;
    top: 34px;
}
.topsecadvt img {
    height: auto;
}
.movingarrow {
    font-size: 8px;
}
.topepar a {
    font-size: 8px;
}
.promo {
    display: block;
}
.mobile-nav-toggle {
    display: none;
}
.navbar ul {
    display: flex;
}

/*.firstsection .col-ctrl
{
	width:100%;
	}*/

.navbar a, .navbar a:focus {
    padding: 0 3px;
    font-size: 8px;
}
.navbar > ul > li {
   
    padding: 5px;
}
.navbar .dropdown ul 
{
	    left: 2px;
}
.navbar .dropdown ul a {
    padding: 5px;
    font-size: 9px;
   
}
.navbar .dropdown ul li {
    min-width: auto;
}

#footer .footer-top .footer-links ul a 
{
font-size:8px;	
	}
	
	
	
	

}


@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  
.logosection .col-sm-3
{
	width:100%;
	}
	.logosection .col-sm-4
{
	width:100%;
	}
	.logosection .col-sm-5.desklogline
{
	width:100%;
	}
	.tagline h4 {
    font-size: 8px;
    top: 35px;
}

}