/*
Theme Name: Sobizpress
Theme URI: http://www.sobizpress.com
Author: Binod Bhattarai
Author URI: http://www.bbinod.com.np
Description: Commercial Template of sobizpress
Version: 1.0.4
*/
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yatra+One');
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: Mukta;
}
body {
    font-size: 15px;
    line-height: 24px;
    color: #444;
    overflow-x: hidden;
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #c91111;
    text-decoration: none;
}
p {
    font-size: 20px;
    line-height: 40px;
}
.uk-link, a {
    color: #006634;
}
.cover {
    object-fit: cover;
}
iframe {
    border: 0;
    width: 100%;
}
@media print {
   @page {
      size: auto;
      margin: 10mm;
   }
}
@media print {
   @page {
      size: landscape;
   }
}
/*Header*/
.bg1 {
    background: #006634;
}
.bg2 {
    background: #c91111;
}
.bg3 {
    background: #eee;
}
.uk-sticky-fixed .bg1 {
    background: #fff !important;
}
.uk-sticky-fixed .bg1 a {
    color: #006634 !important;
    border: none !important;
}
.uk-sticky-fixed {
    box-shadow: 0 0 3px 0px #8e8e8e;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
    border-right: 2px solid #0f5d37;
}
.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: #ed1c24;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #ed1c24;
}
/*Body*/
.slidenav-previous-next {
    background: #006634;
    border-radius: 50%;
    color: white;
}
.slidenav-previous-next:hover {
    background: #e02028;
    color: white;
}
.popalur-number-box {
    background: #006634;
    padding: 6px 13px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 0px 0px 26px 0px;
    color: white;
}
.cat-head span {
    position: relative;
    font-size: 23px;
    color: #c91111;
    display: inline-block;
    line-height: 45px;
    font-family: 'Yatra One';
    padding: 0 15px;
}
.cat-head {
    border-bottom: 1px solid #f90000;
}
.cat-head span:after {
}
.cat-head span:before {
    content: "";
    border-bottom: 4px solid #c91111;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.my-overlay {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(95%,rgb(0, 0, 0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #006634;
    border-bottom: 2px solid #ed1c24 !important;
}
aside img {
    margin-bottom: 15px;
    width: 100%;
}
.ht-80 img {
    height: 80px;
    width: 90px;
}
.ht-110 img {
    height: 90px;
    width: 120px;
}
.ht-180 img {
    height: 180px;
}
.ht-350 img {
    height: 350px;
}
.ht-380 img {
    height: 380px;
}
.xxmedium-thumnail {
    height: 210px;
}
.small-thumnail img {
    height: 100px;
    width: 130px;
}
.ads h3 {
   display: none;
}
.yatra {
    font-family: 'Yatra One', cursive;
}
.ft-18 {
    font-size: 18px;
    line-height: 30px;
}
.ft-19 a {
    font-size: 19px;
    line-height: 28px;
}
.ft-17 {
    font-size: 18px;
    line-height: 26px;
}
.noafter:before {
    display: none;
}
.noafter {
    font-size: 19px;
    line-height: 53px;
}
.ft-15 {
    font-size: 17px;
    line-height: 30px;
}
.foot {
    color: #006634;
    font-size: 22px;
    font-family: ui-serif;
    border-bottom: 1px solid;
    line-height: 37px;
    margin-bottom: 5px;
}
.footer p {
    color: #006634;
    font-size: 14px;
    margin: 0;
    line-height: 28px;
}
.single-news-title h1 {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}
.shorts-card{
    position: relative;
}
.videos-thumbnail{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.videos-thumbnail img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: 0.3s;
}
.videos-thumbnail:hover img{
    transform: scale(1.05);
}
.play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.play-icon span {
    color: #fff;
    background: rgb(237 28 36);
    border-radius: 50%;
    padding: 14px;
}
.videos-size iframe{
    width: 350px;
    height: 620px;
    max-width: 100%;
}
.videos-modal {
    width: 440px;
    border-radius: 15px;
}
@media only screen and (max-width: 600px) {
    .single-news-title h1 {
        font-size: 27px;
        font-weight: 700;
        margin: 0;
    }
}