/*
Theme Name: Sobizpress
Theme URI: http://www.sobizpress.com
Author: Binod Bhattarai
Author URI: http://www.bbinod.com.np
Description:  sobizpress Theme
Version: 2.0.1 
*/
@import url('https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
a,.uk-link {
    color: #333;
    text-decoration: none !important;
}
body {
    overflow-x: hidden;
}
.uk-link:hover, a:hover {
    color: #ed1b24;
}
.uk-link {
    text-decoration: none !important;
}
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Mukta', sans-serif;
}
h3.widget-title {
    display: none;
}
.multiple-ads img {
    margin-bottom: 20px;
}
p {
    font-size: 19px;
    line-height: 35px;
    color: #444;
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #dc3545!important;
}
.ads img {
    margin-bottom: 25px;
}
.popin {
    font-family: 'Hind', sans-serif;
}
 /*--------------------------------------------------------------
 # HEADER
 --------------------------------------------------------------*/
.bg-main {
    background: #f48149;
}
.cat-head {
    border-bottom: 2px solid #dc3545;
}
.cat-head span {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #f8f9fa;
    background: #084ea6;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    border-radius: 0 15px 0 0;
}
.cat-head a:after {
    content: "\f142";
    font-family: fontawesome;
    font-size: 20px;
    position: absolute;
    right: 10px;
}
.cat-head a {
    position: absolute;
    right: 5px;
    background: #d01818;
    width: 50px;
    border-radius: 50px;
    padding: 0 10px;
    line-height: 32px;
    height: 30px;
    top: 5px;
    overflow: hidden;
    color: white;
}
.cat-head span:before {content: "";width: 80px;height: 100%;position: absolute;left: 0;top: 100%;clip-path: polygon(52% 17%, 40% 0, 63% 0);}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-bar {
    background: #1a73e8;
}
.navbar-light .navbar-text a {
    color: #b9b9b9;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f67d44;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 17px;
    line-height: 50px;
    padding: 0 20px;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #cc00cc;
}
.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: #ffffff;
    background: #d01818;
}
/*--------------------------------------------------------------
## BODY
--------------------------------------------------------------*/
.my-overlay {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.ht-215 img {
    height: 214px;
}
.ht-170 img {
    height: 170px;
}
.ht-80 img {
    height: 88px;
    width: 100px;
}
.ht-70 img {
    height: 70px;
    width: 70px;
}
.ht-100 img {
    height: 100px;
    width: 145px;
}
.ht-480 img {
    height: 465px;
}
.ht-300 img {
    height: 330px;
}
.ft-17 {
    font-size: 17px;
    line-height: 26px;
}
.ft-18 {
    font-size: 18px;
}
.cover {
    object-fit: cover;
}
.my-overflow {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.ht-550 img {
    height: 550px;
}
.clip {
    width: 9px;
    height: 9px;
    position: relative;
    border-radius: 5px;
}
.clip:after {
    content: "\f1da";
    font-family: 'FontAwesome';
    position: absolute;
    left: -1px;
    top: -7px;
    color: #008738;
    height: 16px;
    width: 15px;
    border-radius: 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #f16521;
}
@media only screen and (max-width: 600px) {
  .ht {
      height: auto !important;
  }
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.main--footer img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    padding: 10px;
    z-index: 3;
    position: relative;
    background: #fff;
}
.main--footer:before {
    background: #008738;
    width: 100%;
    height: 50%;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}
.footer p {
    color: #fff;
    font-size: 16px;
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    line-height: 28px;
}
/*--------------------------------------------------------------
 # FOOTER
 --------------------------------------------------------------*/
 .footer p strong {
    font-weight: 700;
}
 .footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    left: 0;
    bottom: 0;
    z-index: 99;
}
#back-to-top {
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.uk-thumbnav>*> .uk-active a {
    color: #000;
    opacity: 1;
    z-index: 9;
    position: relative;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #f16521;
}
.not-linke a {
    width: auto;
    float: none;
    overflow: visible;
    position: relative;
    top: 6px;
    background: #00bd4e;
}
.not-linke a:after {
    display: none;
}
/*-----------------------------
    News Ticker
------------------------------*/
.acme-news-ticker {
    background: #fff;
    position: relative;
    height: 45px;
    border: 1px solid #cc00cc;
    margin-top: 45px;
}
  @media (min-width: 768px) {
    .acme-news-ticker {
      margin-top: 0; } }
  .acme-news-ticker-label {
    background: #cc00cc;
    padding: 10px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
    color: #fff;
    }
    @media (max-width: 575px) {
      .acme-news-ticker-label {
        position: absolute;
        top: -45px; } }
  .acme-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    overflow: hidden; }
    @media (max-width: 575px) {
      .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px; } }
    .acme-news-ticker-box ul {
      width: 100%;
      list-style-type: none !important;
      padding: 0;
      margin: 0; }
      .acme-news-ticker-box ul li a {
        text-decoration: none; }
  .acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0; }
    .acme-news-ticker-controls button {
      height: 100%;
      background: #f6f6f6;
      padding: 0;
      width: 40px;
      border-color: #eeeeee;
      border-style: solid;
      border-width: 0 0 0 1px;
      cursor: pointer;
      display: inline-block; }
      .acme-news-ticker-controls button:hover {
        background: #eeeeee; }
      .acme-news-ticker-controls button.acme-news-ticker-arrow {
        margin: 0;
        display: inline-block;
        position: relative; }
        .acme-news-ticker-controls button.acme-news-ticker-arrow:after {
          border-color: #999;
          border-bottom-style: solid;
          border-bottom-width: 2px;
          border-right-style: solid;
          border-right-width: 2px;
          content: '';
          display: inline-block;
          height: 8px;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 8px; }
      .acme-news-ticker-controls button.acme-news-ticker-pause {
        position: relative;
        display: inline-block; }
        .acme-news-ticker-controls button.acme-news-ticker-pause:before {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          border-color: #999;
          border-style: solid;
          border-width: 0 2px 0;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
          -ms-transform: translate(-50%, -50%) rotate(135deg);
              transform: translate(-50%, -50%) rotate(135deg); }
    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(315deg);
          -ms-transform: translate(-50%, -50%) rotate(315deg);
              transform: translate(-50%, -50%) rotate(315deg); }
    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
          -ms-transform: translate(-50%, -50%) rotate(225deg);
              transform: translate(-50%, -50%) rotate(225deg); }
    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(405deg);
          -ms-transform: translate(-50%, -50%) rotate(405deg);
              transform: translate(-50%, -50%) rotate(405deg); }


