/*===========================top left logo and ads section style start===================  */
.main_logo_date_wrapper {
    position: absolute;
}
.main_logo_date_wrapper p span{
    color: #666;
    font-family: mukta;
    font-size:14px;
    font-weight:400;
    opacity:0.7;
    width:fit-content;
   
}
.main_logo_date_wrapper .date{
    position: relative;
    text-align: right;;
    margin:0;
    padding:0;
   
}
.ok_logo {
    height: 30px;
}
.topAdGif{
    width: 100%;
    height: 100%;
    margin-left: 15%;
}

.topAdGif img{
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-left: 20px;
}
/*===========================top left logo and ads section style end ===================  */




 /* =========================navbar section style start=================================  */
 .navbar{
    width:100%;
    height:100%;
    margin-top:4rem;
    background-color: var( --primary-color);
    cursor: pointer;
   
      
 }
   .sticky_top{
    position: sticky;
    top: 0;
   z-index: 998;
    box-shadow: rgba(0,0,0,.14) 0 0 18px
}
.sticky_top .logo-sticky a {
    display: block;
    overflow: hidden;
    margin-top:5px;
    margin-left:20px;
    transition: all .3s ease;
    border-radius: 0;
    width: 44px;
}

.sticky_top .logo-sticky a>img {
    max-width: 308px;
    height: 36px;
  
}






 .navbar ul li {
  
	display: inline-block;
  
}
.navbar ul li a{
    padding:10px 25px 12px;
    color:white;
    font-size:16px;
    line-height:24px;
    font-weight:600;
    font-family: mukta;
}
.navbar ul li a:hover{
       color: #70c9ff;
}

 ul li a.english_button{
    padding:5px 27px 5px;
    font-weight: 700;
    line-height: 45px;
    text-align:center;
    border-radius:4px;
    background-color: white;
   color:red;
}
ul li a.english_button:hover{
    
    background-color:red;
   color:white;
}
ul li a.election_button{
    padding:5px 10px 5px;
    font-weight: 700;
    line-height: 45px;
    text-align:center;
    border-radius:4px;
    background-color: red;
   
}
.flex-container{
 width:100%;
  display: flex; 
  flex-wrap: wrap;
   
}

.ok-user-activity {   
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: center;
    display: flex;
    align-items: center
}
.ok-icon-trending,.ok-icon-latest {
    height: 40px;
    width: 40px;
    background-color: #2260bf0f;
    border-radius: 50%;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
    margin-left: 8px;
    transition: all .3s ease
}
.ok-icon-trending svg,.ok-icon-latest svg {
    fill: #2260bf;
    height: 24px;
    width: 24px;
    transition: all .3s ease
}
.ok-icon-trending:hover,.ok-icon-latest:hover {
    background-color: #2260bf
}

.ok-icon-trending:hover svg,.ok-icon-latest:hover svg {
    fill: #fff
}

.ok-icon-latest {
    background-color: #fda04e1f
}

.ok-icon-latest svg {
    fill: #fda04e;
    width: 28px;
    height: 28px
}

.ok-icon-latest:hover {
    background-color: #fda04e;
    fill: #fff
}
.list_items ul li span.ok-login-trigger{

   
    font-size: 20px;
    cursor: pointer;
    height: 50px;
    width: 50px;
   
    border-radius: 50%;
    border:1px solid white;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: all .3s ease
}
.custom_user_icon{
    font-size: 60px;
}

.ok-user-activity .ok-signup-trigger,.ok-user-activity .ok-login-trigger {
    display: block;
    font-size: 20px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    max-width: 40px;
    border-radius: 50%;
    border: solid 1px #fff;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: all .3s ease
}

.ok-user-activity .ok-user-icon:hover {
    background-color: rgba(34,96,191,.14);
    border-color: transparent
}

.ok-user-activity .ok-push-menu-trigger {
    display: inline-block;
    width: 28px;
    cursor: pointer;
    margin-left: 18px
}

.ok-user-activity .ok-push-menu-trigger>span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 8px;
    transition: all .3s ease
}

.ok-user-activity .ok-push-menu-trigger>span:last-child {
    margin-bottom: 0
}

.ok-user-activity .ok-push-menu-trigger:hover>span:nth-child(2) {
    width: 30%
}

.ok-user-activity .ok-push-menu-trigger:hover>span:nth-child(3) {
    width: 80%
}



/* =========================navbar section style  end=================================  */

/* ===================Side bar menu starts=============== */



.sideMenuBars{
    position: absolute;
    top: 0px;
    right: 50px;
 }
 
 .navbar .sideMenuBars{
     height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
 }
 
 .navbar .sideMenuBars .menubar{
     width: 30px;
     font-size: 1.3rem;
     color: #fff;
    padding-top: 4px;
 }
 
 /* for sidebar  menu body after click on bar */
 .my-sidebar{
   
     height: 100vh;
     width:0;
     background: var(--sidebar-background-color);
     position: fixed;
     top: 0px;
     right: 0px;
     z-index: 99999;
     transition: 0.1s;
     transition-duration: 0.1s;
 }
 
 .my-sidebar ul li{
    margin-top:20px;
     list-style: none;
     text-align: left;
     padding: 10px 40px;
     cursor: pointer;

     padding: 8px 0;
     position: relative;
    
 }
 
 .my-sidebar ul li:before{
    content: '';
    background-color: rgba(0,0,0,.04);
    height: 100%;
    width: calc(80% + 15px);
    position: absolute;
    top: 0;
    left:-1px;
    width: 0;
    transition: all .3s ease
 }
 .my-sidebar ul li:hover:before{
    width: calc(80% + 30px)
 }
 .my-sidebar  .ok-en-edtn a{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
   
 }
 
.ok-en-edtn{
    position: relative;
    bottom:5rem;
    left:2rem;
    z-index:999999;
}


.ok-en-edtn a {
    width: 75%;
    padding: 6px 15px;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: #2260bf;
    color: #fff;
    transition: all .3s ease;
    text-transform: uppercase;
    border: solid 1px transparent;
    font-family: mukta,sans-serif!important;
}
.el-edition {
    display: inline-block;
    padding: 0 20px;
    color: #fff!important;
    text-decoration: none;
    background-color: #ed1b24;
    border-radius: 4px;
    margin-left: 5px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    transition: all .3s ease;
    white-space: nowrap;
}
.ok-en-edtn a:hover {
       background-color: #ed1b24;
       color: #fff
   }
   .ok-en-edtn a>span {
       font-size: 16px;
       font-weight: 760;
       display: block;
       line-height: 1;
   }
   .ok-en-edtn a>span:nth-child(2) {
       font-size: 12px;
       font-weight: 500;
   }

 .my-sidebar ul li a{
 
    color: rgba(0,0,0,.68);
     font-size: 1.1rem;
  
    
     margin-top: 9px;
     font-size:16px;
     font-family: mukta,sans-serif;
     color: rgba(0,0,0,.68);
     transition: all .3s ease;
     text-decoration: none;
     font-weight: 600;
     position: relative;
     z-index: 5;

     
 }
 .my-sidebar ul li:hover a{

     color: #2260bf;
 }
 
 
 #Cross123{
    margin-left: 10px; 
    position: relative; 	
 }
 

 
 #close-sidebar{
     height: 50px;
     width: 50px;
     
     position: absolute;
     top: -1.4rem;
     left: 18rem;
     cursor: pointer;
 }
 
 
 .my-sidebar ul li img{
    height: 35px;
    width: 35px;
    object-fit: cover;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
}
 
 #close-sidebar i{
     color: #fff;
     padding: 8px;
 }
 
 #main-wrap{
     display: none;
     
 }
 

 


/* ===================Side bar menu ends=============== */











/*======================== Trending  Started==================*/
       .trend{
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
     }
     
     .trend ul{
        display: inline-flex;
         padding: 10px 0px;
         margin: 0px 30px;
        border: 0px solid yellow;
     }
     
     .trend ul li{
        list-style: none;
        padding: 2px 10px;
        border: 0px solid blue;
    vertical-align: middle;
    color: rgba(0,0,0,.6117647059);
    font-weight: 600;
    padding: 0 17px 0 0;
    transition: all .2s ease;
    
    background: #fff;
    font-size: 13px;
    padding: 4px 15px;
    border-radius: 60px;
    margin-left: 12px;
    border: 1px solid rgba(0,0,0,.2);
    background: #fff;
}
     
     
     .trend ul li a{
        color: #555;
        font-weight: 600;
        font-family: Mukta;
        
     }
     
     .trend ul li a:hover{
        text-decoration: none;
        color: var(--primary-color);
     }
     
     .trend ul li .hash{
        list-style: none;
        padding: 0px 2px;
        border: 0px solid blue;
     }
     
     .trend ul li span{
        color: #aaa;
     }
     
     .trend ul .main-trend{
          background: var(--primary-light3-color);
          clip-path: polygon(92% 0, 93% 30%, 100% 50%, 93% 70%, 92% 100%, 0 100%, 0 0);
          -webkit-clip-path: polygon(92% 0, 93% 30%, 100% 50%, 93% 70%, 92% 100%, 0 100%, 0 0);
          -moz-clip-path: polygon(92% 0, 93% 30%, 100% 50%, 93% 70%, 92% 100%, 0 100%, 0 0);
          -ms-clip-path: polygon(92% 0, 93% 30%, 100% 50%, 93% 70%, 92% 100%, 0 100%, 0 0);
          margin: -10px 0px -6px 0px;
          display: flex;
          justify-content: center;
          align-items: center;
     }
     
     .trend ul .main-trend .bg1{
          color: #000;
          font-size: 1rem;
          font-weight: 500;
          padding: 0px 10px;
      }
      .ok-top-search {
        max-width: 500px;
        /* min-width: 334px; */
        display: flex;
        align-items: center;
        align-self: center;
        background-color: rgba(34,96,191,.08);
        border-radius: 68px;
        padding: 5px 15px;
      margin-top:7px;
      margin-right:45px;
    }
    .ok-top-search>input {
        width: 100%;
        border: none;
        background-color: transparent;
        font-size: 15px;
    }
    .ok-top-search .ok-search-trigger img {
        max-width: 15px;
        vertical-align: middle;
    }
    .ok-top-search>input:focus {
        outline: none
    }
    
      /*       ========================Ad Below Header and trending i.e, long ad==================*/
.long_ads{
	display: flex;
  justify-content: center;
  align-items: center;
  border: 0px solid red;
}

.long_ads img{
	height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 30px 45px 30px 45px;
} 
.desktop_size_ads1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Decreased opacity (0.1) */
}

.desktop_size_ads2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Decreased opacity (0.1) */
    border-top: 1px solid rgba(0, 0, 0, 0.1); /* Decreased opacity (0.1) */
}

/* ====================footer section start================== */
.ok-site-footer {
    padding: 60px 0;
    background: rgba(34,96,191,.04);
    border-top: solid 1px rgba(34,96,191,.08);
}
.ok-site-footer .flx>div {
    min-width: 20%;
}
.ok-site-footer .flx>div h4 {
    font-size: 20px;
    margin: 0 0 25px;
    margin-left:30px;
    line-height: 24px;
    font-family: mukta;
    font-weight: 600;
    color: #2260bf
}

.ok-site-footer .flx>div ul li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: rgba(0,0,0,.48);
    transition: all .3s ease;
   font-family: mukta;

}

.ok-site-footer .flx>div ul li:hover a {
    color: #2260bf
}
.flx-wrp{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
} 
/* ====================footer section ends================== */





/* ========================main footer ======================= */

    
.ok-footer-info {
    padding: 40px;
    background: rgba(34,96,191,.14);
    text-align: left;
}
.ok-footer-info .flx_wrap{
  flex-wrap: wrap;
}

.ok-footer-info .ok-logo-wrap {
    height: 100%;
    text-align: left;
    margin-right: 25px;
    padding-right: 25px;
    border-right: solid 1px rgba(0,0,0,.14)
}

.ok-footer-info .ok-logo-wrap img {
    max-width: 240px
}

.ok-footer-info .ok-footer-editor-info {
    margin-right: 25px;
    padding-right: 15px;
    border-right: solid 1px rgba(0,0,0,.14)
}
.ok-footer-info .ok-footer-editor-info:last-child {
    border: none;
    margin-right: 0
}

.ok-footer-info .ok-footer-editor-info h5 {
    font-family: mukta,sans-serif;
    margin: 0;
    font-size: 18px;
    color: rgba(0,0,0,.48)
}

.ok-footer-info .ok-footer-editor-info h5>span {
    font-size: 12px;
    display: block;
    line-height: 1;
    font-family: mukta,sans-serif
}

.ok-footer-info .ok-footer-editor-info.ok-contact-info h5 span {
    font-size: 14px;
    margin-bottom: 10px
}

.ok-copyright {
    background-color: #2260bf;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 20px 0
}


.ok-copyright-text {
    font-size: 11px;
    line-height: 1;
    display: block;
}
.ok-social-brands {
    padding-top: 0;
}
.ok-container {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}



 /* ======================================1st hot news starts================================  */
 .ok-bises h2 a {
    color: #102c57;
    text-decoration: none;
    display: block;
    transition: all .3s ease;
    line-height: 1.3;
}
.ok-bises h2 {
    font-size: 68px;
    line-height: 1.4;
    font-family: mukta,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 0;
    text-align:center;
}

.ok-bises h2:hover a {
    color: #2260bf
}
.ok-bises.ok-bises-default .ok-container {
    max-width: 90%
}
.ok-bises .ok-container .flx{
    display: flex;
}
.ok-bises .ok-title-info {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

.ok-bises .ok-title-info>div {
    margin: 0 10px
}

.ok-bises-type-2 {
    padding: 34px 0
}

.ok-bises-type-2 .ok-bises-feauted-img {
    width: 100%;
    height: auto;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 6px
}
.ok-bises-type-2 .ok-bises-feauted-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center
}
.ok-bises-type-2 h2,.ok-bises-type-2 p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

.ok-bises-type-2 p {
    font-size: 22px;
   
   font-family: mukta;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 0;
    line-height: 1.5;text-align:center;
}
.ok-news-author-wrap .ok-news-author .author-icon img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.ok-news-author-wrap .ok-news-author .author-name,.ok-title-info .ok-news-post-hour,.ok-title-info .ok-news-comment{
    font-family: mukta;
}
.ok-news-author span:first-child {
    margin-right: 10px;
}
.ok-news-author-wrap .author-icon {
    background-color: #fff;
    border: solid 3px #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.18);
    border-radius: 50%;
}

.ok-news-author span {
    display: inline-block;
    vertical-align: middle;
}

  /* ======================================1st hot news ends================================  */ 




  /* ===========================three columns section start ===================== */
   .abv-img .img{
    width: 100%;
    height: 440px;
}
.abv-img .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-text{
     display: flex;
     justify-content: center;
     align-content: center;
     text-align: center;
     flex-direction: column;
     padding: 30px;
     box-shadow: 2px 2px 10px #aaa;
}

.image-text a{
     color:black;
     font-weight:bold;
     font-family: mukta;
}


.image-text a:hover{
     color: #05a;
     text-decoration: none;
}
.img {
    overflow: hidden;
}

.img img {
    transition: transform 0.3s;
}

.img img:hover {
    transform: scale(1.2); 
}

.newNews{
    display: inline-flex;
    justify-content: center;
    /* align-items: center; */
 }
 
 .comment .calender{
    color: #f27c8c;
 }
 
 .four-images img{
    height: 100px;
    width: 140px;
    border-radius:7px;
 }
 
 .newNews .four-text{
     margin-left: 20px;
     font-family: mukta;
     
 }
 
 .newNews .four-text .txt1{
	font-size: 1.15rem;
	padding-top: 10px;
    font-weight:600;
     line-height: 27px;
     font-size:21px;
}

.newNews .four-text .txt1 a{
   color: #444;
  
}
.newNews .four-text .txt2{
    font-size: 14px;
    font-weight:500;
    opacity:.68;
}
.newNews .four-text .txt1 a:hover{
   color: #05a;
   text-decoration: none;
}
.advertiz .ad{
    margin-bottom: 25px;
    width: 280px;
    height: auto;  
}

.advertiz .ad img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avdert img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   overflow: hidden;
   padding-right: 3px;
}
.newNews {
    margin-bottom:27px; 
} 
.span-5{
    /* margin-top:16px; */
}
.ad{
    margin-bottom:10px;
}




.ok-btn-quick.update-24 {
    color: #fff;
    background-color: #fda04e;
}
.ok-btn-quick {
   
    line-height: 44px;
    padding: 0 15px 0 8px;
    border-radius: 2px;
    background-color: rgba(34,96,191,.1);
    color: #2260bf;
    display: block;
    text-align: center;
    font-size: 15px;
    font-family: mukta,sans-serif;
    text-decoration: none;
    transition: all .3s ease;
    font-weight: 600;
}
.ok-btn-quick.update-24 svg {
    fill: #fff;
}
.ok-btn-quick svg {
    width: 28px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.ok-btn-quick.update-24:hover {
    background-color: rgba(253,160,78,.14);
    color: #fda04e
}

.ok-btn-quick.update-24:hover svg {
    fill: #fda04e
}
  /* ===========================three columns section ends ===================== */