/*
Theme Name: Bitcraft News
Theme URI: http://www.khabarsewa.com
Description:  Bitcraft Theme
Version: 2.0.1 
*/
@import url('https://fonts.googleapis.com/css?family=Mukta:400,500,600,700,800');

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
}

body {
    font-family: 'Mukta', sans-serif;
    background: #ffffff !important;
    color: #444;
}

.white {
    background: #fff !important;
}

.border-top-red {
    border-top: 2px solid #f15a22;
}

.bg-red{
    background: #2e3095 !important;
}

.border-top-black {

    border-top: 1px solid #555555;
}

.search {
    background: #f5f5f5 !important;
    border-radius: 50px !important;
    margin: 8px !important;
    height: 35px !important;
    padding: 0 15px !important;
}

a, .uk-link {
    color: #444444;
    text-decoration: none !important;
}

.uk-link:hover, a:hover {
    color: #ea2326;
    cursor: pointer;
}

h3.widget-title {
    display: none;
}

p {
    font-size: 19px;
    line-height: 30px;
}

.formal__bg__main {
    box-shadow: 0 .5px 8px 0 #c5c5c5;
}

.bg-brand {
    background: #2e3095;
}

.wp-block-image {
    margin: 0 !important;
}

/*-------------------------------------------------------------
## BREAKING
 ------------------------------------------------------------*/


.breaking {
    margin-bottom: 30px;
}

.circle {
    border-radius: 50px !important;
}

#author-name {
    color: #005985;
    font-size: 20px;
}

/*--------------------------------------------------------------
## BODY
--------------------------------------------------------------*/
.ht-100 img {
    height: 100px;
    width: 120px;
}

.ht-540 img {
    height: 540px;
}

.ads img {
    margin-bottom: 20px;
}

.ht-170 img {
    height: 170px;
}

.ht-70 img {
    height: 70px;
    width: 70px;
}

.ht-90 img {
    height: 90px;
    width: 90px;
}

.ht-225 img {
    height: 225px;
}

.ht-300 img {
    height: 300px;
}

.ht-500 img{
    height: 580px;
}

.ht-400 img {
    height: 420px;
}

.ht-200 img {
    height: 200px;
}

.cover {
    object-fit: cover;
}

.my-overflow {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}



.cat-title {
    display: flex;
    align-items: center;
    position: relative;
}

.cat-title:before {
    content: "";
    position: absolute;
    background: #efefef;
    width: 12px;
    height: 12px;
    align-items: center;
    right: 0;
    border-radius: 50%;
}

.cat-title:after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background-color: #dc3545;
}

.cat-title a {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 41px;
    color: #fe0101;
    padding: 0 15px;
}
.cat-title span {
    line-height: 40px;
    /*color: #333;*/
    font-size: 25px;
    padding-right: 20px;
}

.page-title span{
    font-size: 30px !important;
}

.text-white {
    margin-bottom: 10px;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.text-white span {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 99;
    line-height: 45px;
    display: inline-block;}

.text-white a{
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 41px;
    color: #fff;
    padding: 0 15px;
}


.my-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ec0d0d;
}

.red {
    background: #005985 !important;
}

.dropdown-menu a {
    font-size: 15px !important;
    line-height: 38px !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.scroll
{
    overflow-x:auto;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    padding: 9px 16px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    .menu-main-menu-container ul {
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media only screen and (max-width:600px)
{
	.scroll-menu 
	{
		overflow-x: auto;
	}
	}

}


.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background: #ea2326;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #ec0d0d;
}

.left-0 {
    left: 0 !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
    background: #ea2326 !important;
}

.dropdown-item.active, .dropdown-item:active
{
    background: none !important;
}

.menu {
    font-size: 18px;
    padding: 0 40px;
    list-style: none;
    line-height: 36px;
}

.menu > .menu-item-has-children a {
    font-weight: 700;
}

.menu a {
    font-weight: 700;
}

.sub-menu a {
    list-style: none;
    font-weight: 200 !important;
    font-size: 16px;
}

.sub-menu {
    list-style: circle;
}

/*--------------------------------------------------------------
 # Single & Archive
 --------------------------------------------------------------*/
.my-tags a {
    padding: 0 15px;
    margin-left: 10px;
    box-shadow: 0 2px 4px 0 #d0d0d0;
    color: #0678b6;
    background: #fff;
    border-radius: 45px;
}

/*---------------Skip Ads------------------*/

.add-head  {
    margin: 30px;
}

#messagem {
    display: block;
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    text-align: center;
    overflow: auto;
}

.add-img img {
    margin: auto;
    padding: 5px;
    background: #fff;
    border: 4px double #444;
}

.add-img {
    display: inline-block;
    width: 100%;
    background: #ddd;
    padding: 30px;
    overflow: auto;
}

.add-txt h1 {
    position: absolute;
    left: 10%;
    font-size: 17px;
    text-transform: uppercase;
    color: #797979;
}

.add-text a {
    line-height: 6px;
    background: #f00;
    position: relative;
    padding: 0 10px;
    color: #fff;
    font-weight: 900;
    font-family: inherit;
    letter-spacing: 2px;
    margin-bottom: 2px;
    border: 2px solid #fff;
}

.add-text h1 {
    position: absolute;
    left: 10%;
    font-size: 18px;
    line-height: 30px;
    color: #888;
}

.add-text {
    display: inline-block;
    width: 100%;
    position: relative;
}

iframe {
    max-width: 100%;
}

.scrollbox {
    height: 550px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    padding-right: 15px;
}

.tab-content {
    background: #fff;
}

.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
    visibility: visible;
}

.scrollbox_delayed {
    transition: visibility 0.2s;
}

.scrollbox_delayed:hover {
    transition: visibility 0s 0.2s;
}

#mybox::-webkit-scrollbar {
    width: 10px;
    background: #b1b1b1;
}

#mybox::-webkit-scrollbar-track {
    border-radius: 0;
    background: #ffffff;
}

#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ec0d0d;
    padding: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ec0d0d;
}

@media only screen and (max-width: 700px) {
    .ht-540 img {
        height: auto;
    }
}

.footer .bg-white {


}

.footer p a {
    color: #dddddd;
}

.text-white2 {
    color: #CCCCCC;
}

.uk-text-meta{
    margin: 0 20px 0 0 !important;
}

/*english edition */
.menu-english-edition li a
{
	background-color: #fff;
	color: red;
}

.custom-top-bar {
  background-color: #f8f9fa; /* Light gray background */
  color: #333; /* Dark text color */
  padding: 5px 0;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.custom-top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.custom-top-bar .top-bar-left {
  font-weight: 500;
}

.custom-top-bar .top-bar-right {
  display: flex;
  align-items: center;
}

.custom-top-bar .login-link {
  color: #007bff; /* Link color */
  text-decoration: none;
  margin-right: 15px;
}

.custom-top-bar .login-link:hover {
  text-decoration: underline;
}

.custom-top-bar .language-select {
  border: 1px solid #ccc;
  padding: 3px 8px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border-radius: 4px;
}