/* =========================
// Fonts
============================ */
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/*---------------------New Style-------------------*/
:root{
	--tlt-primary: #023e82 !important;
	--tlt-secondary: #e90000 !important;
	--tlt-white: rgb(255 255 255) !important;
  --tlt-menu-bg: #023e82 !important;
}

/*------------------------------Nav Bar--------------------------*/
.nav-link {
	font-size: 18px;
	font-weight: 300;
	/*color: var(--tlt-white);*/
	background: transparent;
	border: none;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border-radius: 2px;
}
.header li a:hover, .header .menu-btn:hover, li.nav-item .active a {
	background-color: var(--tlt-primary);
	color: var(--tlt-white);
}
.navbar .nav-item:hover{
	background: var(--tlt-primary) !important;
}
.navbar .nav-link {
	font-family: "Ek Mukta", sans-serif !important;
	font-weight:500;
	
}
.head-menu li.nav-item:hover:after, .head-menu a.nav-item.active:after {
	height: 100%;
}

.header___nav .nav-item .dropdown-menu {
	display: block;
	opacity: 0;
	border-radius: 0 !important;
	background: var(--tlt-secondary);
	visibility: hidden;
	transition: .3s;
	margin-top: 0;
	
}

.header___nav .nav-item:hover .dropdown-menu {
	transition: .3s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: rotateX(0deg);
	
}

li.nav-item a.nav-link.active{
	background-color: var(--tlt-primary);
	color: #fff !important;
	
}
.nav-item:hover a.nav-link{
	color: #FFFFFF !important;
}
.header___nav {
	background:  var(--tlt-menu-bg) !important;
}
.dropdown-item:hover{
	background:var(--tlt-primary);
	color:#fff;
	
}
.dropdown-menu a{
	color: var(--tlt-white)!important;
	font-size: 19px;
	font-weight: 300;
	border-bottom: 2px solid #5bdf7c1e !important;
	font-family: 'Vesper Libre', serif !important;
} 

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #192786 !important;
}

.navbar .nav-item .nav-link{
	color:var(--tlt-white) !important; 
}

.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link{
	color:#D31E02 !important;

}
.head-menu .nav-item {
	padding: 0 10px;
	border-right: 1px #af8b8b4d solid;
}
.padding-4{
	padding: 4px 0;
}


@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .1rem !important; 
    padding-left: .1rem!important; 
}
}

.header___nav.sticky__header {
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: -70px;
	left: 0;
	right: 0;
	z-index: 99;
	transform: translateY(70px);
	transition: transform 500ms ease, background 500ms ease;
	-webkit-transition: transform 500ms ease, background 500ms ease;
    width: 100%;
    z-index: 111;
    border: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.header__nav .nav__wrap .sticky__logo.hide { display : none;  }
.header__nav .nav__wrap .sticky__logo .date__note {
    position: absolute;
    top: 42px;
    left: 24px;
    color: #fff;
    white-space: nowrap;
    padding: 5px;
    background: rgba(0,0,0,.8);
    line-height: 12px;
    font-size: 11px;
    width: 129px;
} 
.header__nav .nav__wrap .sticky__logo .date__note span {
    background: red!important;
} 
.header__nav .nav__wrap .sticky__logo img { 
	height: 40px;
	width:  45px;
}
.header__nav .sidebar__collapse {color:#ffffff; background: #033369 !important; cursor: pointer; padding: 5px 15px; font-size: 20px; }
.header__nav ul.nav-menu li { display: inline-block; margin-right: -4px; }
.header__nav ul.nav-menu li a{ padding: 11px 18px; font-size:18px; display: inline-block; color: #FFF; }
.header__nav ul.nav-menu li a:hover { background: #FF1603; }
.header__nav ul.nav-menu li.current-menu-item  { background: #FF1603; }

.header__nav .right__ {  text-align: right; }


.header__nav .right__ .icon__ {  cursor: pointer; padding: 6px 18px 8px; font-size: 19px; }
.header__nav .right__ .icon__.search__ {  background: #192786; }
.header__nav .right__ .icon__.search__:before { content: "Search "; }
.header__nav .right__ .icon__.recent__:before { content: "Recent"; }
.header__nav .right__ .icon__.popular__:before { content: "Popular"; }


.header__nav .right__ .icon__.search__:hover:before, .header__nav .right__ .icon__.recent__:hover:before, .header__nav .right__ .icon__.popular__:hover:before { transition: margin-left .5s; display: block; }
 
.header__nav .right__ .icon__:before {  
    display: none;
	background: rgba(0,0,0,.8);
    color: #fff;    
	line-height: 13px;
    font-size: 11px;
    padding: 8px 11px;
    position: absolute;
    top: 46px;
	margin-left: 0px;
    white-space: nowrap;
    word-break: keep-all;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

.header__nav .right__ .icon__.recent__ {  background: #581845; }
.header__nav .right__ .icon__.popular__ {  background: #900C3F; }
.header__nav .right__ .icon__.popular__ i {  color: #fafafa;  }
.header__nav .right__ .icon__.popular__ i span {  font-size: 15px; text-transform: uppercase; font-family: 'Arial';  }
.header__nav .right__ .icon__.english__ {  background: #e11b22; position: relative; padding: 14px 10px 14px; color: #FFF; font-size: 15px; }
.header__nav .right__ .icon__ i { color: #FFF; }


.headline-wrap .badge { position: absolute; left: 0; top: calc(50% - 12px); border-radius: 0; text-transform: capitalize; font-weight: normal;
    font-size: 14px; padding: 5px 10px; }
    .headline-wrap { padding-left: 70px; position: relative; padding-right: 25px; padding-top: 4px;}
    /*spinner*/
    .alert-spinner{ width: 20px; height: 20px; position: absolute; right: 10; top: calc(50% - 10px);}
    .double-bounce1,
    .double-bounce2{ width: 100%; height: 100%; border-radius: 50%; opacity: 0.6; position: absolute; top: 0; left: 0;-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;}
    .double-bounce2{ -webkit-animation-delay: -1.0s; animation-delay: -1.0s;}
    @-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0)}
    50% { -webkit-transform: scale(1.0)}}
    @keyframes sk-bounce {
    0%, 100%{ transform: scale(0.0); -webkit-transform: scale(0.0);}
    50%{ transform: scale(1.0); -webkit-transform: scale(1.0);}}
    
    /* Theme Backgroung Color */
    
    
    .double-bounce1, .double-bounce2{ 
    background: #ff1212;
    }
/*top header tag */
    .tags li { 
      position: relative;
      padding-left: .8em;
      margin-right: 1em; 
      display: inline-block;
    }
    
    .tags  li a { 
      color: #192786;
      font-weight: 600;
      font-size: .9vw;
    }
    
    .tags  li a:hover { 
      color: #d40000;
    }
    
    .tags li::after {
        content: '#';
        position: absolute;
        top: 0;
        left: 0;
        font-size: .9vw;
        color: rgba(24, 0, 245, 0.425);
        font-weight: 600;
    }
  
.scroll-text{
   
    font-size: 14px; 
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    
}
.scroll-text a{
  color: #fafafa;
}

.seperator{
  
  display: inline-block;
  background: #e87724;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  
}

.top-header{
  background: var(--tlt-primary) !important;
  height: 32px;
  color: #c40228;
  border-bottom: 1px solid #17046d1c;
}
.fa-facebook-square{
  color: #fcfcfd;
}
.fa-twitter-square{
  color: #1da1f2;
}
.fa-youtube-square{
  color: #ff0000;
}
.fa-instagram{
  color: #ff0000;
}

#calendar{
color: #ffffff;
font-weight: bold;
font-size: 14px;
}

.fa-2x {
  font-size: 1.7em !important;
}
/* ==========================================
// below menu tickler
============================================= */

.onoffswitch3
{
    position: relative; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Montserrat', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #023e82; color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: #023e82; color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #012a4a; left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #A1A1A1; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}
.glyphicon{
  padding: 0px 0px 0px 0px;
  color: #fff;
  background-color: #000;
  height: 25px;
  width: 25px;
  border-radius: 15px;
  border: 2px solid #fff;
  display: inline-block;
  line-height: 1;
}

/* =========================
// extra home
============================ */

.view-m{
	background-color: #244B92;
    padding: 2px 8px;
    font-size: 20px;
    font-family: 'Ek Mukta',serif;
    font-weight: normal;
    color: #fff;
    border-radius: 50px;
    transition: background-color .15s ease-in-out;
    
}
.view-m:hover{
  background-color: #f10e0e;
 border: 1px solid transparent;
	border-radius: 50px;
}
.card-h{
    border-radius: 15px;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.samachar__title{
    background: #e4e6eb5e;
    border-bottom: 1px dotted #df0e0e4d;
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 7px 3px;
    width: 100%;
}
.samachar__title-lg {
    background: #f5f6f85e;
    border-bottom: 1px dotted #a30a1f7a;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 3px 3px;
    width: 100%;
}
.hr{
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #eeeeee;
}
.news__tag {
    display: inline-block;
    background: #dc142c;
    color: white;
    margin: 0px 0 10px 0;
    padding: 5px 20px 5px 20px;
    font-size: 20px;
    font-weight: bold;
}
/*--------headline hover box--------*/
.box {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-left: 2px solid #093e70;
  }
  
  .box:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border-left: 8px solid red;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  
  @keyframes example {
      0%   {border-left: 1px solid #ffffff;}
      25%  {border-left: 2px solid #ffe6e6;}
      50%  {border-left: 3px solid #ff8080;}
      100% {border-left: 4px solid #ff0000;}
  }

  /* =========================
// post below popular
============================ */
.nepnos-bg {
  background: #AE001A;
  margin-top:4px;
  padding: 0px 7px;
  font-size: 20px;
  border-right: 8px double #ffffff;
  border-left: 2px dashed #fff4f4;
}
.px-4{padding-right:1.5rem!important}
.text-bold{font-weight:bolder}
.padding-small{padding:15px}

.pbp-title {
    font-weight: bold;
    font-size: 15px;
    color: #0e5dae;
    line-height: 1.5;
}
.pbp-title a:hover {
    color: #AE001A;
}
.post-box{
    font-size: 13px;
    font-weight: bolder;
    color: #222121;
}
  /* =========================
// post right sidebar
============================ */
.title-post-sidebar{
    font-size: 18px;
    font-weight: 900;
    line-height: 130%!important;
    transition: all .3s ease;
}

.title-post-sidebar a {
    color: #09378a;
  }
  
  .title-post-sidebar a:hover {
    color: #a30a0a;
  }

  /* =========================
// extra post tag
============================ */
  .post-tags{ 
    margin:0; 
    padding:0; 
    list-style:none !important;
}
.post-tags a{
float: right;
height:24px;
line-height:24px;
position:relative;
font-weight: 900;
font-size:16px;
}
.post-tags a{
margin-left:20px;
padding:0 1px 0 11px;
color:#000daf;
text-decoration:none;

}
.post-tags a:hover { 
color: #ee2b31;
}

.post-tags a:before{
content:"#";
float:left;
position:absolute;
top:0;
left:0px;
width:0;
height:0;
}

.post-tags a:after{
content: '';
position: absolute;
top: 0;
left: 0;
font-size: 16px;
color: #0532f3;
font-weight: 900;
}
/* =========================
// extra Single
============================ */
.view {
    margin: 2px;
    padding:1px 2px;
    /*-- border-left:1px solid black; --*/
  }
  #whyus {
       background: #f7f7f7;
   }
  
     .whyusblock {
         background: #fff;
         -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.50);
         -moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.50);
         box-shadow: 0px 0px 7px -5px rgba(0,0,0,0.7);
   }
   .whyusblock:hover {
         background: #fff;
         -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.67);
         -moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.67);
         box-shadow: 0px 0px 9px -6px rgba(0,0,0,0.8);
   }
   .sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      padding: 0 15px;
   }

   .post-box{
    font-size: 13px;
    font-weight: bolder;
    color: #222121;
}
@media (max-width: 750px) {                  
    .post-tags a { 
    color: #0532f3;
    font-weight: 900;
    font-size: 14px;
    }
}
    
    @media (max-width: 650px) {                  
    .post-tags a { 
    color: #0532f3;
    font-weight: 600;
    font-size: 12px;
    }
}

/*--------header sub-menu--------*/
/**
.header__nav ul.nav-menu li.menu-item-has-children{ 
	position: relative;
	padding-right: 15px;
} 
.header__nav ul.nav-menu li.menu-item-has-children:before{ 
	position: absolute;
	top: 10px;
	right: 15px;
	font-family: fontAwesome;
    content: "\f107";
    vertical-align: baseline;
    font-style: normal;
	color: #FFFFFF;
}
.header__nav ul.nav-menu li:hover ul.sub-menu { display: block;  }
.header__nav ul.nav-menu li:hover  { background-color: #ae001a; }
.header__nav ul.nav-menu li .sub-menu { 
	display: none; 
	position: absolute;
	background:  rgb(209, 5, 5);
	margin: 0;
    padding: 0;
    width: 200px;
	z-index: 1;
}
.header__nav ul.nav-menu li .sub-menu li { 
	display: block; 
	width: 100%;
	border-bottom: 1px solid #235c8d;
}
.header__nav ul.nav-menu li .sub-menu li a:hover { 
	background-color: #235c8d;
}
.header__nav ul.nav-menu li .sub-menu li a { 
	display: block;
	font-size: 16px;
}
***/

/*--------sidebar sub-menu--------*/
/*
#sidebar ul li.menu-item-has-children a span {
  color: red;
}

#sidebar ul.sub-menu{
    min-width: 100%; 
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 999;
    left: 0;
}

#sidebar ul.sub-menu li{
    display: block;
}

#sidebar ul li.menu-item-has-children::before {
    font-family: fontAwesome;
    content: "\f0d7";
    color: #a30a0a;
    display: block;
    position: absolute;
    right: 20px;
    font-size: 25px;
    display: block;
}
#sidebar ul li a {
	border-bottom: #c40228;
	color: #111111;
    padding: 7px 20px;
    font-size: 1.2em;
    display: block;
    font-weight: 700;
}
#sidebar ul li a:hover {
	background: #FFFFFF;
}

#sidebar ul li a:hover {
    color: #c40228;
	text-decoration: none;
}

**/

/*--------video--------*/
.play-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
   
  .play-button::after {
      position:absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      content: "\f144";
      font-family: FontAwesome;
      font-size: 60px;
      color: #fff;
      opacity: 0.8;
      text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  }
   
  .play-button:hover::after {
      color: #eee;
      opacity: 0.1;
  }
  
  .posted-date {
      color: #ffffff;
      font-size: 10px;
      text-transform: capitalize;
      display: block;
      margin-top: 3px;
      margin-bottom:4px;
      padding-left: 10px;
      background: #012a4a;
      background-image: url("../imgs/navbg.png");
      /*color: #fff;*/
      font-weight: 700;
  }

.colourful-bg{
    border: none;
    background-image: linear-gradient(to top, #023047, #023047, #023047, #023047, #023047, #0f314c, #1c324f, #273252, #3f3154, #553050, #663047, #71333b);
    -webkit-transition: background 2s; 
    transition: background 2s; 
}
.colourful-bg:hover {
    background-image: linear-gradient(to bottom, #023047, #033249, #04334b, #05354e, #063750, #163853, #233956, #2e3958, #433756, #533550, #5f3547, #66373d);  
}
/**
.ts-colourful-bg{
    border: none;
    background-image: linear-gradient(to top, #023047, #023047, #023047, #023047, #023047, #0f314c, #1c324f, #273252, #3f3154, #553050, #663047, #71333b);
    -webkit-transition: background 2s; 
    transition: background 2s; 
}
.ts-colourful-bg:hover {
    background-image: linear-gradient(to bottom, #023047, #023047, #023047, #023047, #023047, #0f314c, #1c324f, #273252, #3f3154, #553050, #663047, #71333b);
}
**/
.fa fa-close:hover{
    color:#1a2de5 !important;
    transition: 0.70s;
   -webkit-transition: 0.70s;
   -moz-transition: 0.70s;
   -ms-transition: 0.70s;
   -o-transition: 0.70s;
   -webkit-transform: rotate(360deg);
   -moz-transform: rotate(360deg);
   -o-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }
     .fa fa-close{
         color:rgb(55, 0, 255);
     }


/*--------hover effect for image--------*/
     .hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}
.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}


/*--------charchit samachar morden inner post--------*/

.single_post {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
  }
  .single_post .single_post_text a:hover {
    color: #1091FF;
    transition: all 0.3s;
  }
  
  *POST TYPE-1*/
.widgets_small {
  padding-left: 120px;
  min-height: 77px;
}
.widgets_small .post_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 77px;
  width: 100px;
}
.widgets_small .post_img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
  overflow: hidden;
}

span.tranding {
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 8px;
    line-height: 24px;
    border-radius: 50%;
    background: #FF5555;
    color: #FFFFFF;
    position: absolute;
    left: 5px;
    top: 6px;
  }
  
  .lokpriya {
    margin-top: 10px;
  }
  
.border_black {
  border-bottom: 1px dashed #DCDEDF;
}

.single_post_text .meta2 {
    margin-bottom: 0;
  }
  .single_post_text .meta2 a {
    font-size: 12px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .single_post_text .meta2 a:first-child {
    color: #1091FF;
  }
  .single_post_text .meta2 a:last-child {
    margin-left: 20px;
    color: #17222B;
    opacity: 0.75;
  }
  .single_post_text .meta2 a:last-child:before {
    position: absolute;
    content: "/";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
  }

  .type8_count {
    height: 50px;
    width: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
  }
  
  .type8_count h2 {
    line-height: 50px;
    font-size: 36px;
    font-weight: 400;
    color:wheat;
    background: #1b405c;
    border-left: 8px double #ffffff;
    border-right: 2px dashed #fff4f4;
  }
  .type8 {
    padding-right: 40px;
    min-height: 64px;
    padding-left: 100px;
  }
  .type8 .post_img {
    height: 64px;
    width: 80px;
    padding-top: 10px;
  }

  .single_post_text .meta {
    color: #1091FF;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
  }
  .single_post_text .meta span {
    color: #50585F;
    text-transform: capitalize;
  }
  
  .single_post_text a {
    color: #17222B;
    font-weight: 500;
  }
  .single_post_text h4 {
    font-size: 16px;
    color: #17222B;
    font-weight: 500;
    line-height: 21px;
  }
  .single_post_text h4 a {
    color: #023e82;
    font-weight: 600;
  }
  
  .post_img {
    position: relative;
    z-index: 2;
  }
  
  .post_img img {
    object-fit: cover;
  }
  
  .post_img.number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #023e82;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -30px;
    left: 0;
  }
  .post_img.number h2 {
    color: #eeeff0;
    font-size: 24px;
    font-weight: 500;
  }
  
  .widgets_type4 {
    padding-left: 70px;
  }
  
  .users_area ul {
    margin: 0;
    padding: 0;
  }
  .users_area ul li {
    list-style: none;
    font-weight: 500;
    padding: 0 6px;
    font-size: 18px;
    color: #8A8F94;
    cursor: pointer;
  }
  
  /****archive job */

  .card {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%; }
    .card .card {
      box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.1), 0 2px 9px 0 rgba(62, 57, 107, 0.1); }
      
      .item2-gl-nav .item2-gl-menu li a {
      padding: 10px 10px 11px 10px;
      
      font-size: 20px;
  }
  
  .item2-gl .tab-content {
     /* padding-top: 1.5rem;*/
      text-align: initial;
  }
  
  .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 0 !important;
      list-style: none;
      border-radius: 3px;
      left: 0;
      bottom: 0;
      padding: 0 !important;
      background-color: transparent !important;
  }
  .breadcrumb {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: .75rem 1rem;
      margin-bottom: 1rem;
      list-style: none;
      background-color: #e9ecef;
      border-radius: .25rem;
  }
  
  user agent stylesheet
  ol {
      list-style-type: decimal;
  }
  
.page-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      justify-content: space-between;
      padding: 0;
      position: relative;
      min-height: 50px;
      background: #fff;
  }
  .item2-gl-nav {
    padding: 15px;
    border: 1px solid #e8ebf3;
    text-align: right;
    border-radius: 3px;
    background: #e2e6f1;
  }
  
  .item2-gl-nav .item2-gl-menu li .active {
    color: #AE001A;
}

.item2-gl-nav .item2-gl-menu li a {
    padding: 10px 10px 11px 10px;
    color: #343a40;
    font-size: 20px;
}

.k-3 {
  margin-top: 0.25rem !important;
  margin-bottom: 0 !important;
}

/*------Archive side-----*/
.mnp-widget-title{
  color: #023e82;
  margin: 10px 0px 15px;
  padding-bottom:10px;
  padding-left: 10px;
  border-left: 5px solid #e11b22;
  border-bottom: 1px solid #e11b22;
}
.mnp.widget {
}
.mnp.widget ul {
    margin: 0px;
    padding: 0;
    overflow: hidden;
}
.mnp.widget ul li {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px
}
.mnp-thumb{
    float: left;
    overflow: hidden;
   margin-right: 15px;
}
.mnp-thumb img{
  background: #fff;
  border: 1px dashed #e0e0e0;
  padding: 6px;
  height: 75px;
  width: 75px;
  
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.mnp-content h5{ 
    font-size: 16px;
    cursor: pointer;
    line-height: 24px;
}
.mnp-content h5 a:hover{ 
  color: #f60d2b
}

.mnp-content h5 a{ 
    color: #192786
    outline: 0 none;
    text-decoration: none;
    font-weight: bold
}
.mnp-meta{
  margin-top: 10px;
  font-size: 10px;
}
.mnp-meta span{
  color: #2e2e2e;
}
.mnp-meta span.time{
  margin-right: 10px;
}
.mnp-meta span i{
  color: #2996bd
}
/***** archive manpower***/

.item2-gl .tab-content {
    padding-top: 1.5rem;
    text-align: initial;
}

.square {
    display: inline-block;
    width: 100px;
	height: 100px;
    text-align: center;
}
.square-img{
	border-radius: 50%;
}
.archive-title {
    font-size: 18px;
    font-weight: 600;
	color:#0e5dae;
    line-height: 130%!important;
    transition: all .3s ease;
}
.archive-title a:hover {
    color: red;
	-webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
/*   footer*/

/*Waves*/

.waves {
  position: relative;
  width: 100%;
  height: 1vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 400px;
}
/* Animation */
.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
}

/*Other*/

.unique-color-dark {
  background-image: linear-gradient(to bottom, #023047, #033249, #04334b, #05354e, #063750, #163853, #233956, #2e3958, #433756, #533550, #5f3547, #66373d);
}


.footer-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: .3rem;
  position: relative;
}

.footer-social-links {
  bottom: 0;
  height: 54px;
  position: absolute;
  right: 0;
  width: 236px;
}

.footer-social-amoeba-svg {
  height: 54px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 236px;
}

.footer-social-amoeba-path {
  fill: #023047;
}

.footer-social-link.linkedin {
  height: 26px;
  left: 3px;
  top: 11px;
  width: 26px;
}

.footer-social-link {
  display: block;
  padding: 10px;
  position: absolute;
}

.hidden-link-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: 50%;
}

.footer-social-icon-svg {
  display: block;
}

.footer-social-icon-path {
  fill: #fffff2;
  transition: fill .2s;
}
.footer-social-link.facebook {
  height: 20px;
  left: 4px;
  top: 10px;
  width: 40px;
}
.footer-social-link.twitter {
  height: 45px;
  left: 62px;
  top: 3px;
  width: 50px;
}

.footer-social-link.youtube {
  height: 40px;
  left: 120px;
  top: 11px;
  width: 50px;
}

.footer-social-link.insta {
  height: 48px;
  left: 174px;
  top: 7px;
  width: 48px;
}


/* Top 8 Boxes */

.box8_common{
  color:#fff;
  border-right:2px solid #fff;
  border-left:2px solid #fff;
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
  margin-top:0;
  text-align:center;
  margin-bottom:0;
  font-weight:700;
  font-size:18px;
  padding-top:5px
  }
  .box8_common:hover{
  background-color:#ab183d;
  }
  .box8_link a{
  color:#fff;
  text-decoration:none;
 }
 .box8_link a:hover{
  color:#fff;
 }
  .box8_f{
  background-color:#400;
  }
  .box8_s{
  background-color:#e0140d;
  }
  .box8_t{background-color:#ab183d;
  }
  .box8_fo{
  background-color:#48a648;
  }.box8_fi{
  background-color:#0020b2;
  }.box8_si{
  background-color:#7a0000;
  }
  .box8_se{
  background-color:#df691a;
  }
  .box8_e{
  background-color:#3bb4d8;
  }
  /*tickler scroller*/
  .tickler-news{
    height: 46px;
    overflow: hidden;
    padding: 10px;
  }
  
  .tickler-title{
    float: left;
    background: #e60505;
    color: #FFF;
    padding: 0 15px;
    position: relative;
    line-height: 26px;
    margin-right: 30px;
  }
  
  .tickler-title:after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-left: 13px solid #0532f3;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
  }

  .tickler-news .news-title a{
    line-height: 26px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
  }
  .news-title a:hover{
    color:#000daf;
  }

  .grey{
    background:#f66301;
    color:#fff;
    border:1px solid #353233;
   }
  
   .bold-6{
   background:#6666ff;
   color:#fff;
   border-right:2px solid #006666;
   border-left:2px solid #000000;
   border-top:2px solid #ff3333;
   border-bottom:2px solid #99cc00;
   }
  
  .bold-7{
   background:#6767e4;
   color:#fff;
   border-right:2px solid #ef064c;
   border-left:2px solid #e21212;
   border-top:2px solid #e01414;
   border-bottom:2px solid #f507ed;
   }
  
   .bold-8{
   border-right:2px solid #ea075d;
   border-left:2px solid #e21212;
   border-top:2px solid #191818;
   border-bottom:2px solid #0858ea;
   }
  
  
  
  //table-hover tbody{color:#040644;background:#fff;
  }
  
  .inner_des {
      background-color: #007bff;
      font-size: 20px;
      font-weight: 700;
    text-align: center;
      color: white;
      display: block;
      padding: 10px 10px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
  }
  
  
  .inner_th{border:1px solid #efe3e3;padding-top:8px}
  
  .inner_info_ul {
      list-style-type: square;
      margin-top: 8px;
      color: #0607f5;
  }
  
  
  
  .bedges_danger {
      color: #fff;
      background-color: #e80516;
  }
  
  .bedges_blue {
      color: #fff;
      background-color: #007bff;
  }
  .bedges_purple {
      color: #fff;
      background-color: #6f42c1;
  }
  .bedges_green {
      color: #fff;
      background-color: #28a745;
  }
  .badge {
      display: inline-block;
      padding: .25em .4em;
      font-size: 100%;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      height: 25px;
      border-radius: .25rem;
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
      
  }
  
  @media screen and (max-width: 576px){
  .badge {
      display: inline;
      padding: .25em .4em;
      font-size: 80%;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      white-space: unset;
      border-radius: .25rem;
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  }
  }
  
  /*pulse-text*/
  
  @-webkit-keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}
  @keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}
  .hvr-pulse-grow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}
  span.hvr-pulse-grow{-webkit-animation-name:hvr-pulse-grow;animation-name:hvr-pulse-grow;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}
  
   .tbl-pulse span{padding: 2px 15px; border-radius: 40px;font-size:12px;color:#fff;font-weight:bold;} 
  
  .tbl-p-1 span{background-color:#006128;border:1px #006128 solid; box-shadow:0 2px #006128; }
  
  .tbl-p-2 span{background-color:#002db3;border:1px #002db3 solid; box-shadow:0 2px #002db3; }
  
  .tbl-p-3 span{background-color:#5900b3;border:1px #5900b3 solid; box-shadow:0 2px #5900b3; }
  
  .tbl-p-4 span{background-color:#194d19;border:1px #194d19 solid; box-shadow:0 2px #194d19; }
  
  .tbl-p-5 span{background-color:#002266;border:1px #002266 solid; box-shadow:0 2px #002266; }
  
  .tbl-p-6 span{background-color:#990000;border:1px #990000 solid; box-shadow:0 2px #990000; }
      
      @media screen and (max-width: 576px){ 
  .tbl-pulse span{padding: 2px 15px; border-radius: 40px;font-size:10px;color:#fff;font-weight:bold;}
  }
  }
      
      
  /*pulse-post*/
    .uthahuwa{text-align: left;margin: 10px;}
    .promo { margin-bottom:8px;padding:8px 5px;background:#fafafa;width:auto;display:inline-block;box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);}
    .promo a{text-decoration:none;color:#1C2331;font-size:17px}
      .promo a:hover{text-decoration:none}
    .promo span{padding: 2px 10px; border-radius: 90px;font-size:12px;color:#fff;font-weight:bold;} 
           
    .promo-1{border-left:3px #006128 solid;}
    .promo-1 span{background-color:#006128;border:1px #006128 solid; box-shadow:0 2px #006128; }
  
  .promo-2{border-left:3px #990000 solid;}
    .promo-2 span{background-color:#990000;border:1px #990000 solid; box-shadow:0 2px #990000; }
  
  .promo-3{border-left:3px #002266 solid;}
    .promo-3 span{background-color:#002266;border:1px #006128 solid; box-shadow:0 2px #002266; }
  
/****cat slide/ japan slide*****/
    .shadow-effect {
      background: #fff;
      padding: 20px;
      border-radius: 4px;
      text-align: center;
    border:1px solid #ECECEC;
      box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
  }
  #cat-slide .shadow-effect p {
      font-family: inherit;
      font-size: 17px;
      line-height: 1.5;
      margin: 0 0 17px 0;
      font-weight: 300;
  }
  .cat-slide-title {
      margin: -17px auto 0;
      display: table;
      width: auto;
      background: #3190E7;
      padding: 9px 35px;
      border-radius: 12px;
      text-align: center;
      color: #fff;
    font-weight: 600;
      box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
  }
  .cat-slide-title a {
    color: #fff;
  }
  .cat-slide-title a:hover {
    color: brown;
    
  }
  #cat-slide .item {
      text-align: center;
      padding: 1px;
    margin-bottom:40px;
      opacity: .2;
      -webkit-transform: scale3d(0.8, 0.8, 1);
      transform: scale3d(0.8, 0.8, 1);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  #cat-slide .owl-item.active.center .item {
      opacity: 1;
      -webkit-transform: scale3d(1.0, 1.0, 1);
      transform: scale3d(1.0, 1.0, 1);
  }
  .owl-carousel .owl-item img {
     transform-style: preserve-3d;
      max-height: 150px;
      
  }
  
  #cat-slide.owl-carousel .owl-dots .owl-dot.active span,
#cat-slide.owl-carousel .owl-dots .owl-dot:hover span {
      background: #3190E7;
      transform: translate3d(0px, -50%, 0px) scale(0.7);
  }
#cat-slide.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#cat-slide.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
  #cat-slide.owl-carousel .owl-dots .owl-dot span {
      background: #3190E7;
      display: inline-block;
      height: 20px;
      margin: 0 2px 5px;
      transform: translate3d(0px, -50%, 0px) scale(0.3);
      transform-origin: 50% 50% 0;
      transition: all 250ms ease-out 0s;
      width: 20px;
  }

  
.wideget-user-desc .wideget-user-img img {
    border-radius: 100%;
	max-width: 100%;
}
.w-125 {
    width: 125px !important;
}

.mnp-list {
    display: inline-block;
}

.mnp-list li {
    
    margin-bottom: .6rem;
    
}

/* airchive sidebar*/

.widget_tab ul {
  margin: 0;
  padding: 10px;
  margin-bottom: 25px;
  border-bottom: tomato solid;
}


.widget_tab ul li a.active {
  color: #FFFFFF;
  background: #023e82;
}
.widget_tab ul li a {
  background: #ceb1b1;
  font-size: 12px;
  font-weight: 500;
  color: #023e82;
  text-transform: uppercase;
  box-shadow: 0 10px 40px rgb(0 0 0 / 15%);
  line-height: 12px;
  padding: 12px;
  width: 100%;
  text-align: center;
}

.widget_tab ul li {
  list-style: none;
  margin-right: 10px;
  
} 

.widget_tab ul li:last-child {
  margin-right: 0;
}

.tab-pane.fade.active.show {
  transform: translateX(0px);
  transition: all 0.3s;
}
.tab-pane.fade {
  transform: translateX(30px);
  transition: all 0.3s;
}

.space-15 {
  height: 15px;
}
.border_black {
  border-bottom: 1px dashed #DCDEDF;
}

/* ribbon*/

.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}

.ribbon-top-right {
	top: -10px;
	right: -10px;
	&::after {
		border-top-color: transparent;
		border-right-color: transparent;
	}
	&::before {
		border-top-color: transparent;
		border-right-color: transparent;
		top: 0;
		left: 36px;
	}
	&::after {
		bottom: 36px;
		right: 0;
	}
	span {
		left: -8px;
		top: 30px;
		transform: rotate(45deg);
	}
}

.ribbon-top-right span {
    left: -8px;
    top: 30px;
    transform: rotate(
45deg
);
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 4px 0;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: capitalize;
    text-align: center;
}

.ribbon-top-left span {
    right: -8px;
    top: 30px;
    transform: rotate(
-45deg
);
}

.ribbon-top-left {
	top: -1px;
	left: -1px;
	&::after {
		border-top-color: transparent;
		border-left-color: transparent;
	}
	&::before {
		border-top-color: transparent;
		border-left-color: transparent;
		top: 0;
		right: 50px;
	}
	&::after {
		bottom: 50px;
		left: 0;
	}
	span {
		right: -8px;
		top: 30px;
		transform: rotate(-45deg);
	}
}

.bg-purple {
    background-color: #192786;
    
}
.arrow-ribbon {
    color: #fff;
    padding: 2px 8px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 98;
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
}
.arrow-ribbon.bg-purple:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #192786;
    border-bottom: 15px solid transparent;
    width: 0;
}

.bg-danger {
    background-color: #ff382b !important;
}

.icon-card li {
    float: left;
    font-size: 11px;
    width: 50%;
}

.ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.item-card7-overlaytext span {
    position: absolute;
    bottom: 140px;
    left: 12px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    padding: 3px 8px;
    line-height: 15px;
    font-size: 10px;
    text-transform: uppercase;
}

.item-card7-overlaytext r {
    position: absolute;
    bottom: 170px;
    right: 12px;
	background: #ff382b;
    color: #fff;
    z-index: 2;
    padding: 1px 8px;
    border-radius: 5px;
}
/* kala sahitya*/
.b-0 {
  bottom: 0;
}
.bg-shadow {
  background: rgba(76, 76, 76, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
  background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}
.overflow {
  position: relative;
  overflow: hidden;
}
.zoom img {
  transition: all 0.2s linear;
}
.zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}