/*custom stylesheet*/
/* color code #3f146d , #E2342B */
  @import url('https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800&display=swap');
  /*# sourceMappingURL=roboto.css.map */
  

/*== Preloader CSS Start ==*/

body.preloader-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
}
body{
    background-color:#eee;
    font-family: 'Mukta', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    color: #4c4c4e;
    position: relative;
    z-index: -1;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container-fluid{
    max-width:1230px !important;
}
input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}
*:focus {
    outline: none;
}
a{
    color:#3f146d;
    text-decoration: none;
}
a:not(.no-hover):hover {
    text-decoration: none;
    color: #E2342B;
}
textarea:focus, input:focus{
    outline: none;
}
body>div>a {
    text-decoration: none;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}

/*Hero Area Button*/

.scroll-bottom i.fa {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes drop {
    0% {
        top: 2px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

/*Video Area Button*/

.waves-block .waves {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: waves;
    animation-name: waves;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.waves-block .wave-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves-block .wave-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.waves-block .wave-3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* Scroll Top Button*/

.scroll-top i.fa {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: drop-in;
    animation-name: drop-in;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes drop-in {
    0% {
        bottom: 2px;
        opacity: 0;
    }
    30% {
        bottom: 10px;
        opacity: 1;
    }
    100% {
        bottom: 30px;
        opacity: 0;
    }
}

@keyframes drop-in {
    0% {
        bottom: 5px;
        opacity: 0;
    }
    30% {
        bottom: 10px;
        opacity: 1;
    }
    100% {
        bottom: 30px;
        opacity: 0;
    }
}

.seperator {
    border-top: 1px solid #ddd;
    max-width: 1200px;
    padding: 0;
    flex: none;
    margin: 0 auto 0px;
}

/*header top*/
#header-wrapper{
    background-color: white;
}

.date-header-top {
    font-family: 'Mukta', sans-serif;
    font-size: 11px;
    margin-top: 4px;
    font-weight: 400;
}
#widget a.span{
    font-size:11px !important;
}

.social-link-header-top ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 0px;
}

.social-link-header-top ul li {
    display: inline-block;
    padding-left: 5px;
}

.social-link-header-top ul li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #3f146d;
    /* background: #3f146d; */
    transition: all 0.5s ease 0s;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    border: 1px solid #3f146d;
}
.social-link-header-top ul li a:hover{
    color: white;
    /* transform: rotate(360deg); */
    border-radius: 2px;
    background: #3f146d;
    border-color: #3f146d;
}

.header-top-section {
    padding: 8px 0px;
    /* background: #3f146d; */
    /* background: -webkit-linear-gradient(90deg, #3f146d 0, #E2342B 100%);
    background: linear-gradient(90deg, #3f146d 0, #E2342B 100%); */
}
.slogan-header{
    text-align: center;
}

.slogan-header span{
    font-weight:bold;
    background: -webkit-linear-gradient(#E2342B, #3f146d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*header mid section*/

.header-mid-section {
    padding: 15px 0px;
    background-color: white;
}

#logo a img {
    margin: 0px;
    max-width: 100%;
    max-height: 85px;
    width: auto;
}

.advertise-sec-header img {
    width: 100%;
    height: auto;
    float: right;
}

/*main menu*/

.menu-wrapper {
    background-color: #3f146d;
    /* border-top: 2px solid #E2342B; */
    box-shadow: 0px 1px 10px #d3d2d2;
}
.menu-wrapper ul.navbar-nav >li> a {
    padding: 0px;
    color: white;
}
.menu-wrapper ul.navbar-nav li.all-videos-link-nav{
    background-color: #E2342B;
    font-weight: bold;
    margin-left: 20px;
}

.menu-wrapper ul.navbar-nav li.all-videos-link-nav a.nav-link:before {
    content: '\f03d';
    font-family: 'Font Awesome 5 Free';
    font-weight:900;
    margin-right:5px;
}

.menu-wrapper li.home-circle-icon {
    margin-right: 50px;
}

.menu-wrapper .navbar {
    padding: 0px;
}
.menu-wrapper:before {
    content: "";
    background: transparent url("../images/bg.png");
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 1;
}

.search-toggle-wrap {
    position: relative;
    padding: 10px 0;
}
.search-toggle-wrap a{
    color:white;
    float:right;
}
.search-toggle-wrap i {
    font-weight: 700;
}
/**search */
.full-search-wrapper {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    position: fixed;
    display: none;
    top: 0;
    background-color: rgba(0, 0, 0, .87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation .5s ease forwards;
    animation: menu-animation .5s ease forwards;
    z-index: 999999
}

.full-search-wrapper.search-wrapper-opened {
    opacity: 1
}

.full-search-wrapper form.search-form {
    top: 50%;
    position: absolute;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(-100px);
    transition: all .75s ease;
    -webkit-transition: all .75s ease
}

.full-search-wrapper.search-form-animate .search-form {
    transform: translateY(0);
    opacity: 1
}

.full-search-wrapper .close {
    border: none;
    right: 2%;
    top: 7%;
    width: 32px;
    height: 32px;
}

.full-search-wrapper .search-form .input-group .form-control {
    font-size: 20px;
    padding: 0 30px;
    height: 75px;
    line-height: 75px;
    border: none;
    outline: none;
    background-color: #3a3a3a;
    border-radius: 50px;
    color: #fff;
}

.full-search-wrapper .search-form .input-group .form-control::placeholder {
    color: #fff
}

.full-search-wrapper .close {
    border: none;
    opacity: 0;
    transform: translateY(-100px);
    transition: all .75s ease .5s;
    -webkit-transition: all .75s ease .5s
}

.full-search-wrapper.search-form-animate .close {
    transform: translateY(0);
    opacity: 1;
    position: absolute;
}

.close:before, .close:after, .secondary-space-toggle.active {
    background: #3f146d;
}
.close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close:before, .close:after {
    position: absolute;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #fff;
    right: 15px;
    top: 8px;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
}

.full-search-wrapper .search-form .input-group .btn {
    cursor: pointer;
    background: 0 0;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    box-shadow: none !important
}

.full-search-wrapper .search-form .input-group .btn {
    border-color: #3f146d;
}
.full-search-wrapper .input-group-btn{
    background: #3f146d;
}

.full-search-wrapper .input-group-btn {
    width: 150px;
    border-radius: 0 57.5px 57.5px 0;
    line-height: 75px;
    color: #fff;
    position: absolute;
    right: 0;
    cursor: pointer;
    text-align: center;
    z-index: 9
}

.full-search-wrapper .input-group-btn .btn.btn-default {
    background: 0 0;
    border: none;
    font-size: 20px;
    line-height: 45px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:hover:before, .close:hover:after {
    transform: rotate(90deg);
    transition: all ease .4s;
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(.04) translateY(300%);
        transform: scale(.04) translateY(300%)
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.02) translateY(0px);
        transform: scale(.02) translateY(0px)
    }
    61% {
        opacity: 1;
        -webkit-transform: scale(.04) translateY(0px);
        transform: scale(.04) translateY(0px)
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}


/*Dropdown Css*/
#navbarSupportedContent .dropdown:hover > .dropdown-menu,.dropdown-menu{
    margin-top: 0px !important;
    /* background-color: #3f146d !important; */
    border-radius: 0px;
    padding: 0px;
    border:1px solid #3f146d;
    border-top: none;
    left: 1px;
  }
  .dropdown-menu a{
    padding: 10px 20px;
  }
  #navbarSupportedContent .dropdown:hover > .dropdown-menu a{
      padding: 10px 20px;
      color: #3f146d;
  }
  #navbarSupportedContent .dropdown:hover > .dropdown-menu a:hover{
      color: white;
  }
  .dropdown-submenu {
      position: relative;
  }
  .dropdown-submenu>.dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px;
      margin-left: -1px;
      -webkit-border-radius: 0 6px 6px 6px;
      -moz-border-radius: 0 6px 6px;
      border-radius: 0 6px 6px 6px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
      display: block;
  }
  .dropdown-submenu>a:after {
      display: block;
      content: " ";
      float: right;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-left-color: #ccc;
      margin-top: 5px;
      margin-right: -10px;
  }
  .dropdown-submenu:hover>a:after {
      border-left-color: #fff;
  }
  .dropdown-submenu.pull-left {
      float: none;
  }
  .dropdown-submenu.pull-left>.dropdown-menu {
      left: -100%;
      margin-left: 10px;
      -webkit-border-radius: 6px 0 6px 6px;
      -moz-border-radius: 6px 0 6px 6px;
      border-radius: 6px 0 6px 6px;
  }

.home-circle-icon a i {
    padding: 15px;
    border-radius: 100%;
    border: 3px solid #3f146d;
    position: absolute;
    margin-top: -11px;
    background-color: white;
    z-index: 1;
    color: #3f146d;
    margin-left: -10px;
}

.home-circle-icon a i:hover {
    border-color: #E2342B;
    color: #E2342B;
}


/*mega menu custom*/
#navbarSupportedContent .pradesh-list .dropdown-menu {
    width:180px;
}
#navbarSupportedContent .pradesh-list .dropdown-menu a{
    overflow: auto;
}
#navbarSupportedContent .pradesh-list .dropdown-menu a:hover{
    background-color: #f7f7f7;
    color: #3f146d !important;
}
#navbarSupportedContent .pradesh-list .dropdown-menu a:hover .menu-image-title{
    color: #3f146d !important;
}
#navbarSupportedContent .pradesh-list .dropdown-menu .menu-image {
    float: right;
    display: inline-flex;
    border-radius: 50%;
    width: 48px;
    height:33px;
    overflow: hidden;
}
/*editor page*/
.editor_single_wrapper img{
 width: 100%;
 height: auto;
}
.editor-wrapper{
    margin-bottom: 20px;
}
.editor_details_sec{
    padding: 20px 30px;
    background-color: #f9f9f9;
}
.editor_details_sec p{
    margin-bottom: 0px;
    line-height: 30px;
}
.editor_details_sec h2{
    color:#3f146d;
    font-size: 24px;
    font-weight: bold;
}
.our-team-section a{
    text-decoration: none;
}


/* .menu-wrapper ul.navbar-nav li:nth-child(n+2) {
    margin: 0px 15px;
} */
.fixed_nav{
    position: relative;
}
.sticky_nav .fixed_nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
}
.sticky_nav .header-search-x:before{
    margin-left: 0px;
}

.menu-wrapper ul.navbar-nav li a.nav-link {
    padding: 7px 20px;
    color: white;
    font-weight: bold;
    position: relative;
    font-size: 17px;
    line-height:30px;
}
.menu-wrapper ul.navbar-nav li.current-menu-item a.nav-link{
    background-color: #E2342B;
    color: white;
}

.menu-wrapper ul.navbar-nav li a:hover {
    background-color: #E2342B;
    /* color: #E2342B; */
}
.menu-wrapper ul.navbar-nav li:hover a:before{
    opacity: 1;
    transform: scale(1) translateZ(0);
}

.menu-wrapper ul.navbar-nav li a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    /* border-bottom: 3px solid; */
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.45s ease,opacity 0.55s ease;
    -moz-transition: -moz-transform 0.45s ease,opacity 0.55s ease;
    -ms-transition: -ms-transform 0.45s ease,opacity 0.55s ease;
    -o-transition: -o-transform 0.45s ease,opacity 0.55s ease;
    transition: transform 0.45s ease,opacity 0.55s ease;
}

.header-search,
.header-search-x {
    cursor: pointer;
    height: 15px;
    margin: 0 15px 0 0;
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 20px;
}

.header-search:before {
    border: 1px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 15px;
    top: 1px;
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    width: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-search:after {
    background-color: white;
    content: "";
    display: inline-block;
    height: 10px;
    -webkit-transform: translateX(50%) translateY(50%) rotate(-45deg);
    -moz-transform: translateX(50%) translateY(50%) rotate(-45deg);
    -ms-transform: translateX(50%) translateY(50%) rotate(-45deg);
    -o-transform: translateX(50%) translateY(50%) rotate(-45deg);
    transform: translateX(50%) translateY(50%) rotate(-45deg);
    width: 1px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.header-search-x:before {
    background-color: white;
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 9px;
}

.header-search-x:after {
    background-color: white;
    content: "";
    display: block;
    height: 20px;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 1px;
}

#search-box {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 15px;
    top: 30px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 400px;
    z-index: 9999;
}

#search-box .search-form {
    background-color: rgba(255, 255, 255, 1);
    display: none;
    height: 65px;
    padding: 10px 20px 0;
    width: 100%;
}

#search-box input[type="search"] {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#search-box input.search-field {
    width: calc(100% - 50px);
}

input.search-field {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #747474;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 1.571;
    margin: 0;
    outline: medium none;
    padding: 6px 8px;
    width: 80%;
    width: calc(100% - 50px);
}

#search-box .search-submit {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #999;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}

.search-submit {
    background-color: #3f146d;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    margin-left: -1px;
    outline: medium none;
    right: 0;
    width: 50px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

#search-box.show-search-box {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    top: 45px;
}

#search-box.show-search-box .search-form {
    display: block;
}

/*news sticker*/

.newsticker_label {
    float: left;
    margin-right: 10px;
    height: 30px;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    background: #E2342B;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Mukta', sans-serif;
    position: relative;
    z-index: 1;
}
/* 
.newsticker_label:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #f8a41c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
    right: -11px;
    z-index: -1;
} */
.ui-newsticker{
    /* margin: 20px 0; */
    position: relative;
    /* background: #f4f4f4; */
    height: 30px;
}
.newsticker_label i {
    margin-right: 5px;
}

.newsticker {
    float: left;
    height: 30px;
    overflow: hidden;
    margin-bottom: 0px;
    list-style: none;
    padding-left:5px;
}

.newsticker li {
    height: 30px;
}

.newsticker li a {
    line-height: 25px;
    font-size: 15px;
    color: #3f146d;
}

.newsticker li a:hover {
    text-decoration: none;
    color: #E2342B;
}

.newsticker_nav,
.carousel_nav {
    float: right;
    text-align: right;
    height: 30px;
}

.newsticker_nav a,
.carousel_nav a {
    display: inline-block;
    width: 30px;
    height: 30px;
    /* background: #E2342B; */
    /* color: #f4f4f4; */
    overflow: hidden;
    margin-left: 3px;
    line-height: 30px;
    transition: all ease-in-out .4s;
    border: 1px solid #3f146d;
}
.newsticker_nav a:hover,
.carousel_nav a:hover {
    opacity: 1;
    text-decoration: none;
    background: #3f146d;
    color:white !important;
}

.newsticker_nav a:before,
.carousel_nav a:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 30px;
    display: block;
    content: '\f104';
    margin-top: 0px;
    font-weight: 600;
    text-align: center;
    color:#3f146d;
}

.newsticker_nav a:hover:before,
.carousel_nav a:hover:before{
    color:white;
}

.newsticker_nav a.newsticker_prev:before,
.carousel_nav a.carousel_prev:before {
    content: '\f104';
}

.newsticker_nav a.newsticker_next:before,
.carousel_nav a.carousel_next:before {
    content: '\f105';
}

#trending-wrapper {
    background-color: #e9eff5;
    padding: 15px 0px;
    margin-bottom: 15px;
}

/*flashnews*/
#flash-news-wrapper{
    margin-top: 30px;
}
#flash-news-wrapper .flash-news-content-wrapper{
    background-color: white;
    margin-bottom: 30px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
}
/* #flash-news-wrapper .flash-news-content-wrapper:hover, #flash-news-wrapper .flash-news-content-wrapper:focus, #flash-news-wrapper .flash-news-content-wrapper:active {
    
    -webkit-transform: scale(1.005);
    transform: scale(1.005); 
} */
#flash-news-wrapper .mainnews-title {
    text-align: center;
    padding: 50px 0;
   
}

#flash-news-wrapper .mainnews-title h1 {
    line-height: 66px;
    font-size: 50px;
    padding:0 60px;
}

#flash-news-wrapper .mainnews-title h1 a {
    font-weight: bold;
    color: #3f146d;
    padding: 0px;
    display: inline-block;
    text-align: center;
    transition: all ease-in-out .4s;
    line-height: 135%;
}

#flash-news-wrapper .mainnews-title h1 a:hover {
    text-decoration: none;
    color: #E2342B;
}
#flash-news-wrapper .flash-new-big-image{
    text-align: center;
    margin-bottom: 30px;
}

#flash-news-wrapper .flash-new-big-image img {
    max-width: 100%;
    height: auto;
    /* border: 1px solid #eee;
    padding: 5px; */
}

#flash-news-wrapper .row div:last-child > .flash-news-content-wrapper {
    border: none;
    padding-bottom: 0px;
}

/* #flash-news-wrapper .flash-new-big-image {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px;
} */
#after-flash-news-ads{
    margin-bottom: 10px;
}

/*latest news section*/

.news-image-holder {
    position: relative;
    width: 100%;
    background: #f5f5f5 url(images/no-image.jpg);
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.byline,
.updated:not(.published) {
	display: none;
}


#latest-news-wrapper .latest-first-item-news {
    display: inline-block;
    width: 100%;
    position: relative;
    /*border-left: 2px solid transparent;
    border-right: 2px solid transparent;*/
}

#latest-news-wrapper .latest-next-items-news {
    display: inline-block;
    width: 100%;
    position: relative;
    /* margin-bottom: 25px; */
    /*border-left: 2px solid transparent;
    border-right: 2px solid transparent;*/
}

#latest-news-wrapper .latest-first-item-news .news-image-holder:before {
    height: 480px;
}
#latest-news-wrapper .latest-news-content-wrapper{
    background-color: white;
    /* padding: 20px 15px; */
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.latest-news-container ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.latest-news-container ul li:first-child{
    width: 50%;
}
.latest-news-container ul > li {
    float: left;
    padding: 1px;
    width: 25%;
}

.news-image-holder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 90%;
    background: none !important;
    box-shadow: none !important;
}

.pokharaexpress-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pokharaexpress-overlay .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, transparent 60%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 60%, #000 100%);
    background: -o-linear-gradient(top, transparent 60%, #000 100%);
    background: -ms-linear-gradient(top, transparent 60%, #000 100%);
    background: linear-gradient(to bottom, transparent 60%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
}

.pokharaexpress-overlay .pokharaexpress-featured-content {
    position: absolute;
    bottom: 16px;
    left: 15px;
    padding-right: 15px;
    z-index: 5;
    opacity: 1;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    width: calc(100% - 15px);
}

.pokharaexpress-featured-content .cat {
    margin-bottom: 6px;
}
.latest-first-item-news .pokharaexpress-featured-content .cat {
    margin-bottom: 12px;
}

.cat a.pokharaexpress-cat-name {
    font-size: 14px;
    background-color: #E2342B;
    padding: 5px 15px;
    color: white;
    border-radius: 20px;
    transition: all ease-in-out .3s;
    display: inline-block;
    margin-bottom: 5px;

}
.cat a.pokharaexpress-cat-name:hover{
    text-decoration: none;
    background-color: #3f146d;
}
.featured-cat{
    margin-bottom: 20px;
}
.latest-next-items-news .pokharaexpress-featured-content h3 {
    line-height: 20px;
}

.news-publish-date {
    color: #b5b5b5;
    font-size: 12px;
}

#latest-news-wrapper .latest-first-item-news .pokharaexpress-featured-content h3 a {
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
}
#latest-news-wrapper .pokharaexpress-overlay .cat a.pokharaexpress-cat-name {
    font-size: 12px;
    border-radius: 0px;
    padding: 3px 10px;
}

.pokharaexpress-featured-content h3 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 25px;
}

.pokharaexpress-featured-content h3 a:hover {
    color: #eee;
}

.view-all-link {
    position: absolute;
    right: 0px;
    line-height: 25px;
    top: 5px;
}
 .rp-sidebar-wrapper .view-all-link {
    top:2px;
}
/*
.rp-sidebar-wrapper .view-all-link a{
    background-color:white;
}
.rp-sidebar-wrapper .view-all-link a:hover{
    background-color:#f0f0f0;
    color: #3f146d;
} */
.rp-sidebar-wrapper .news-box-title h3,.pokharaexpress-tv-wrapper .news-box-title h3{
    padding: 8px 15px;
    display: inline-block;
    position: relative;
}

.view-all-link a {
    color: #3f146d;
    font-size: 14px;
    font-weight: 500;
    /* background: #3f146d; */
    padding: 3px 0px;
    display: block;
    border-radius: 4px;
    transition: all ease-in-out .4s;
}

.view-all-link a:hover {
    /* background-color: #E2342B; */
    text-decoration: none;
    color:#E2342B;
}

/*news-box-title*/

.news-box-title h3 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0px;
    background: #3f146d;
    color: white;
    padding: 5px 15px;
    display: inline-block;
}
/* .news-box-title h3:after{
    border-color: #3f146d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
} */

h3.post-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0px;
}

h3.post-title a {
    color: #3f146d;
}

h3.post-title a:hover {
    color: #E2342B;
    text-decoration: none;
}

.news-items-primary .news-image {
    margin-bottom: 10px;
}
.news-items-primary .news-image img {
    width: 100%;
    height: auto;
}
.cat-short-desc{
    font-size: 16px;
    line-height: 28px;
}
.post-meta {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.samachar-left-wrapper .news-items-primary {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.samachar-left-wrapper .news-items-secondary{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.samachar-left-wrapper .news-items-secondary p.post-excerpt{
    display: none;
}
.samachar-left-wrapper .news-items-secondary .news-items{
    float: left;
    /* margin-bottom: 20px;
    padding-bottom: 12px; */
    border-bottom: 1px solid #eee;
    width: 100%;
}

.news-small-right {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.post-items-wrapper .news-small-right{
    border-bottom: 1px solid #eee;
}
.post-items-wrapper .col-md-6:nth-last-child(-n+2) .news-small-right{
    border-bottom: none;
}

.samachar-left-wrapper .news-items-secondary:last-child .news-items {
    border-bottom: none;
}

.news-small-right a img {
    width: 33%;
    height: auto;
    float: left;
    margin-right: 15px;
    clear: both;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.news-small-right h3 {
    font-size: 18px;
}

.ads-section img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    width:100%;
}

.news-container-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.khelkud-left-wrapper,.tech-wrapper,.entertain-wrapper,.pokharaexpress-tv-wrapper,.samachar-left-wrapper{
    margin-bottom: 20px;
    background-color: white;
    padding:15px;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
}

/* .khelkud-left-wrapper {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
} */

/* .tech-wrapper {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
} */

.post-items-wrapper .col-md-6:nth-last-child(-n+2)>.news-container-wrapper {
    border-bottom: none;
}

.news-container-wrapper a img {
    max-width: 100%;
    margin-bottom: 10px;
    height: auto;
    min-height: 210px;
}

.news-container-wrapper .post-details h4 {
    margin-bottom: 4px;
}

.news-container-wrapper .post-details h4 a {
    color: #3f146d;
    font-weight: bold;
    font-size: 18px;
}

.news-container-wrapper .post-details h4 a:hover {
    text-decoration: none;
    color: #E2342B;
}

.post-items {
    margin-bottom: 20px;
}

.post-items img {
    max-width: 100%;
    margin-bottom: 15px;
    height: auto;
}
.single-content-wrapper {
    margin-top: 10px;
}
.single-content-wrapper img{
    max-width:100%;
    height:auto;
}
.single-content-wrapper p{
    line-height: 30px;
}
p.post-excerpt{
    line-height: 28px;
    font-size: 17px;
}
/*sidebar */
.sidebar-wrapper{
    background-color: white;
}
.sidebar-wrapper .widget{
    margin-bottom: 30px;
    border-bottom: 2px solid #E2342B;
    padding-bottom: 15px;
    position: relative;
    background: #f9f9f9;
}
.sidebar-wrapper .textwidget{
    padding: 0 15px;
}
.sidebar-wrapper .widget h2.widget-title{
    padding: 8px 15px;
    /* display: inline-block; */
    position: relative;
    border-bottom: 2px solid #3f146d;
    margin-bottom: 15px;
    font-size: 1.1em;
    font-weight: 600;
    background: #3f146d;
    color: white;
}
.rp-sidebar-wrapper{
    margin-bottom: 30px;
    border-bottom:5px solid #E2342B;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
}
.widget_media_image{
    margin-bottom: 30px;
    border-bottom:2px solid #E2342B;
    padding-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
}
.widget_media_image {
    margin-bottom: 30px;
}
.widget_media_image img{
    width: 100%;
}
.rp-sidebar-wrapper .news-small-right{
    border-bottom: 1px solid #eee;
}
.rp-sidebar-wrapper .news-small-right:last-child{
    border-bottom: none;
}
.tabs-container-wrapper {
    margin-bottom: 20px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.tab-content {
    padding: 20px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    /* background-color: #eee; */
}

.nav-tabs .nav-item {
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #E2342B;
    /* background-color: #eee; */
    border-color: #eee #eee #E2342B;
}

.nav-tabs .nav-link {
    color: #3f146d;
    border: 1px solid #eee;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.nav-tabs .nav-link:hover {
    border-color: #eee #eee #eee;
}

.nav-tabs .nav-link:focus {
    border-color: #eee #eee #E2342B;
}
.cat-content-wrapper{
    margin-bottom: 20px;
    background-color: white;
    padding:15px;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
}
#content-with-sidebar .the-global-title, #videos-home .the-global-title, 
#featured-section .the-global-title,#latest-news-wrapper .the-global-title, .featured-single .the-global-title,#cat_wrapper .the-global-title, .single-news-sidebar .the-global-title {
    position: relative;
    font-size: 17px;
    padding: 0px;
    border-bottom: 2px solid #3f146d;
    margin-bottom: 25px;
    /* background: rgba(162, 164, 227, .2); */
    /* padding:10px 20px; */
   
}

.title-bg {
    position: relative;
    font-size: 25px;
    color: #3f146d;
    line-height: 25px;
    display: inline-block;
    text-transform: uppercase;
}
/* .title-bg:before {
    background: #046631;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -14px;
    width: 100%;
}
.title-bg:after {
    background: #046631;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -11px;
    width: 100%;
} */

.the-global-title {
    color: #3f146d;
}
.page-header h1.page-title{
    background-color: #3f146d;
    padding: 8px 10px;
    font-size: 25px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}
.page-header h1.page-title .vcard{
    text-transform: capitalize;
}
.news_loop{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: inline-block;
}
.news_loop:last-child{
    border-bottom: none;
}
.news_loop a.post-thumbnail img{
    width:33%;
    height: auto;
    margin: 0px 12px 2px 0;
    float: left;
}
.news_loop .entry-content h2.entry-title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0px;
}
.news_loop .entry-content h2.entry-title a{
    color: #3f146d;
}
.news_loop .entry-content h2.entry-title a:hover{
    color: #E2342B;
    text-decoration: none;
}
.news_loop .entry-content h2{
    line-height: 26px;
}
.news_loop .entry-meta{
    color: #b5b5b5;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.total_view_count {
    margin-left: 6px;
    color: #3f146d;
}
/*pagination*/
#pagination{
    padding: 3px;
    margin: 3px;
    text-align: center;
}
#pagination a{
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid #3f146d;
    color: #f8a41c;
}
#pagination a:hover{
    text-decoration: none;
    color:#3f146d;
}
#pagination span.current{
    padding: 5px 10px;
    background-color: #f8a41c;
    color: #fff;
}
/*single news page*/
.single-page-wrapper{
    margin-top: 20px;
}
.single-news-main{
    margin-bottom: 20px;
    background-color: white;
    padding:15px;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
}
.single-news-main .post-thumbnail img{
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}
.news_single .entry-meta{
    color: #E2342B;
    font-size: 14px;
    margin:10px 0;
    line-height: 38px;
    display: inline;
}
.news_single h1.entry-title{
    font-size: 2.3em;
    font-weight: bold;
    color: #3f146d;
    line-height: 1.5em;
}
.news_single h1.entry-title span.entry-subtitle{
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    color: rgba(55, 49, 134,.5);
    position: relative;
}
.nk-share-icons{
    float: right;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #3f146d;
}
.heateor_sss_sharing_container{
    float: right;
    margin-left: 10px;
}
/*.the-global-title:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-left: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #0c4481;
}*/

.the-global-title:after {
    /* content: "";
    background: #046631;
    width: 90px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0; */
}

/*search page*/
.search-main-wrapper{
    margin-top: 20px;
}
.search-page-wrapper h2 a{
    color: #3f146d;
    font-size: 25px;
    font-weight: bold;
}
.search-page-wrapper h2 a:hover{
    text-decoration: none;
    color: #ff3c36;
}
span.search-keyword,.single-news-main .search-page-title{
    font-size: 20px !important;
    line-height: 30px;
}
span.search-keyword{
    color: #E2342B;
    font-style: italic;
    text-shadow: 1px 1px 1px #424242;
}
.no-results .search-field{
    width: 100%;
    border: 1px solid #eee;
}
.no-results .search-submit{
    margin-top: 24px;
    position: absolute;
    padding: 6px 16px;
    right: auto;
    width: 100px;

}
/*videos*/
#all-videos-wrapper1{
    margin-top: 20px;
}
.videos-content-wrapper{
    margin-bottom: 20px;
    background-color: white;
    padding: 20px 15px;
    box-shadow: 0px 0px 10px #dadada;
}
.videos-content-wrapper h3{
    margin-bottom: 20px;
}
/*404 page*/
.error-404{
    padding-top: 2em;
    text-align: center;
    padding-bottom: 4em; 
}
.page-not-found-text{
    font-size: 30px;
    color: #3f146d;
    line-height: 1.8em;
}
.redirect-homepage{
    font-size: 20px;
    color: #3f146d;
    margin-top: 20px;
}
.redirect-homepage a{
    background-color: #3f146d;
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}
.redirect-homepage a:hover{
    text-decoration: none;
    background-color: #E2342B;
}
.not-found-container h2 {
    font-size: 14em;
    letter-spacing: 20px;
    color: #3f146d;
}
.not-found-container span {
    color: #E2342B;
}
/*featured slider footer*/

#featured-section {
    /* margin-top: 30px; */
}

.featured-slider-wrapper {
    background-color: white;
    overflow:hidden;
    padding:15px;
}
.featured-slider-wrapper img{
    height: auto;
}
.featured-slider-wrapper .view-all-featured{
    display: inline-block;
    float: right;
    line-height: 30px;
    margin-right: 60px;
}
.view-all-featured a{
    font-weight: bold;
    color: #3f146d;
}
.view-all-featured a:hover{
    color: #5b9dd0;
    text-decoration: none;
}
.featured-slider-wrapper h3{
    display: inline-block;
}

.slider {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 0px 20px;
}
/* the parent */
/* .slick-list {
    margin: 0 -20px !important;
} */

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #3f146d !important;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

a p.slide-text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    color: #3f146d;
    line-height: 25px;
}

.slick-list a:hover {
    text-decoration: none;
}

.slick-list a:hover p.slide-text {
    text-decoration: none;
    color: #E2342B;
}

.slick-active {
    opacity: 1 !important;
}

/*comment single page */
#nk_comments h2{
    font-size: 24px;
}

/*footer*/
.footer-newsletter-content-wrapper{
    background-color: white;
    padding:50px 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #dadada;
}
.footer-newsletter-content-wrapper h4.widget-title{
    background: none;
    color: #046631;
    font-weight: normal;
    font-size: 32px;
    padding-bottom: 0px;
}
.footer-newsletter-content-wrapper p{
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 30px !important;
}

.footer-box-wrapper img {
    max-width: 85%;
}

#footer-wrapper {
    background-color: #3f146d;
    padding: 40px 0px;
    color: white;
    margin-top: 50px;
}

.footer-bottom-wrapper {
    background-color: #2e0b53;
    color: white;
}

h4.widget-title {
    font-family: 'Mukta', sans-serif;
    font-size: 20px;
    padding: 10px 15px;
    border-bottom:2px solid #fff;
    background: #066859;
    color: white;
}

.footer-box-content ul {
    list-style: none;
    padding-left: 0px;
    /* display: inline-block; */
    margin-bottom: 0px;
    width:100%;
   
}
.footer-quick-link-menu ul{
    padding-left: 1.3em;
}
.footer-quick-link-menu li:before {
    content: "\f30b"; /* FontAwesome Unicode */
    font-weight:bold;
    font-family: 'Font Awesome 5 free';
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
  }
.footer-box-wrapper.footer-contact .footer-box-content ul{
    padding-left: 15px;
    margin-top: 7px;
}
.suchana-bivag-number strong{
    color: white;
}
.suchana-bivag-number p{
    margin-bottom: 0px;
    margin-top: 10px;
}

.our-team-section{
    color: white;

}
.quick-links{
    color: #3f146d;
}
.quick-links .footer-box-content ul{
    margin-left: 20px;
}
.quick-links .footer-box-content ul li{
    line-height: 33px;
}
.quick-links .footer-box-content ul li a{
    color: white;
}
.quick-links .footer-box-content ul li a:hover{
    text-decoration: none;
    color:#f2f2f2;
}
.quick-links .footer-box-content ul li a:before{
    font-family: 'Font Awesome 5 Free';
    content: '\f0a4';
    margin:0 8px 0 -20px;
    color: white;
}
.our-team-section .textwidget{
    padding: 15px 0;
}
.our-team-section ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
} 
.our-team-section ul li{
    line-height: 35px !important;
}

.contact-sec .footer-box-content ul {
    padding-left: 15px;
}

.footer-box-content ul li {
    font-size: 15px;
    line-height: 34px;
    display: inherit;
}

.footer-box-content ul li.location {
    /* font-family: 'Font Awesome 5 Free';
    content: '\f3c5'; */
    margin: 0 0 0 -15px;
    color: white;
}

.footer-box-content ul li.phone {
    /* font-family: 'Font Awesome 5 Free';
    content: '\f2a0'; */
    margin: 0 0 0 -15px;
    color: white;
}

.footer-box-content ul li.email {
    /* font-family: 'Font Awesome 5 Free';
    content: '\f0e0'; */
    margin: 0 0 0 -15px;
    color: white;
}

.footer-box-content ul li i {
    padding-right: 5px;
}

.footer-box-content ul li a {
    color: #d5edff;
    font-size: 14px;
    padding-right: 25px;
    text-decoration: none;
}

.footer-box-content ul li a:hover {
    color: white;
}

.footer-box-content p {
    font-family: 'Mukta', sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
    color: white;
}

.footer-box-wrapper .read-all {
    color: white;
    font-weight: bold;
    background: #E2342B;
    padding: 7px 20px;
    font-size: 12px;
    border-radius: 30px;
    transition: all ease-in-out .3s;
}
.footer-box-wrapper .read-all:hover{
    opacity: .8;
    text-decoration: none;
    color: white;
}

.footer-bottom-wrapper {
    padding: 10px 0;
}

.tnp-field-email {
    display: inline-block;
    width: 66%;
}

.tnp-field-button {
    display: inline-block;
    width: 32%;
}

.footer-box-content form input[type='email'] {
    border: 1px solid #F4F4F4;
    padding: 5px 10px;
    font-size: 18px;
    font-family: 'Mukta', sans-serif;
    height: 60px;
    display: inline-block;
    border-radius: 30px 0 0 30px;
    transition: all ease-in-out .3s;
}
.footer-box-content form input[type='email']:hover, .footer-box-content form input[type='email']:active, .footer-box-content form input[type='email']:focus{
    outline: none;
}
.footer-box-content form input[type='email']:focus,.footer-box-content form input[type='email']:hover{
    border: 1px solid #E2342B;
    
}

.footer-box-content form input[type='submit'] {
    background: #E2342B;
    border: none;
    font-family: 'Mukta', sans-serif;
    padding: 5px 10px;
    /* width: 30%; */
    height: 60px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    display: inline-block;
    border-radius: 0 30px 30px 0;
    transition: all ease-in-out .5s;
   
}
.footer-box-content form input[type='submit']:focus, .footer-box-content form input[type='submit']:hover{
    outline: none;
    background-color: #3f146d;
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
}


.widget_product_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a {
    display: inline-block;
    float: left;
    margin-bottom: 0.8em;
    margin-right: 0.8em;
    padding: 0.5em 1.5em;
    border-radius: 30px;
    font-size: 12px !important;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #2a2474;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    will-change: all;
}
.widget_product_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover{
    background-color: #E2342B;
    color:white;
}

.copyright-text {
    font-family: 'Mukta', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.powered-by {
    font-family: 'Mukta', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
}

.powered-by a {
    color: #d5edff;
}

.powered-by a:hover {
    color: white;
    text-decoration: none;
}

.break-line {
    height: 1px;
    width: 100%;
    background: #eee;
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
}

/*custom responsive*/

@media (max-width: 1200px) {
    .menu-wrapper ul.navbar-nav li:nth-child(n+2) a.nav-link {
        padding: 3px 37px;
        color:#3f146d;
        border-left: 1px solid #6085a1;
    }
    .footer-box-content form input[type='text'] {
        width: 67%;
    }
    #footer-wrapper {
        background-color: #3f146d;
        padding: 30px 0px;
        color: white;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-toggler i {
        color: #e1e1e3;
    }
    .latest-first-item-news a {
        height: auto;
    }
    .pokharaexpress-featured-content h3 a {
        font-size: 13px;
    }
    .advertise-sec-header img {
        margin-bottom: 10px;
    }
    .latest-next-items-news .pokharaexpress-featured-content h3 {
        line-height: 13px;
    }
    .latest-news-container {
        margin-bottom: 25px;
        padding-bottom: 5px;
    }
    .break-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .news-image img {
        width: 100%;
        height: auto;
    }
    .single-news-main iframe, .single-news-main object, .single-news-main embed {
    width: 100% !important;
    height: 100% !important;
    min-height: 300px !important;
}
    .news-small-right h3 {
        font-size: 14px;
    }
    .footer-box-wrapper img {
        margin-top: 50px;
        max-width: 100%;
    }
   
    .widget-title h4 {
        font-family: 'Mukta', sans-serif;
        font-size: 20px;
        border-bottom: 1px solid #609bc8;
        padding-bottom: 10px;
    }
    .footer-box-content form input[type='text'] {
        font-size: 10px;
        width: 67%;
    }
    .footer-box-content form input[type='button'] {
        font-size: 10px;
    }
    .footer-box-content ul li a {
        color: #d5edff;
        font-size: 12px;
    }
    .menu-wrapper .navbar {
        padding: 4px 0;
    }
    .navbar-toggler i {
        color: #e1e1e3;
    }
    .menu-wrapper ul.navbar-nav li a.nav-link {
        padding: 3px 10px !important;
        color: #3f146d;
        border-left: 1px solid #6085a1;
    }
    .menu-wrapper ul.navbar-nav li:first-child a.nav-link i {
        display: none;
    }
    .menu-wrapper ul.navbar-nav li a {
        line-height: 30px;
    }
    #flash-news-wrapper .mainnews-title h1 a{
        padding: 0px;
    }
    .news-container-wrapper a img{
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .image-logo {
        text-align: center;
        margin: 15px 0;
    }
    .newsticker_nav{
        display: none;
    }
    .newsticker{
        margin-bottom: 15px;
    }
    .social-link-header-top{
        float: none !important;
        text-align: center;
    }
    .header-mid-section {
        padding: 0px;
    }
    .collapse.show {
        display: block;
        padding-bottom: 50px !important;
    }
    .menu-wrapper{
        padding: 7px 0;
    }
    .pokharaexpress-featured-content h3 a {
        font-size: 16px;
    }
    .latest-next-items-news .pokharaexpress-featured-content h3 {
        line-height: 20px;
    }
    .footer-newsletter-content-wrapper{
        padding:15px;
    }
    .footer-newsletter-content-wrapper h4.widget-title{
        font-size: 24px;
    }
    .footer-newsletter-content-wrapper p{
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    .footer-box-content form input[type='email'],.footer-box-content form input[type='submit']{
        height: 40px;
        font-size: 14px;
    }
    #search-box {
        width: 92.5%;
    }
    #search-box.show-search-box {
        top: 38px;
    }
    
    .newsticker_label {
        float: none;
        margin-right: 0px;
    }
    .newsticker_label:after {
        position: relative;
        opacity: 0;
    }
    .newsticker_nav {
        float: none;
        text-align: center;
        padding-top: 20px;
        margin-top: 20px;
    }
    #trending-wrapper {
        padding: 4px 0px;
    }
    .newsticker li a {
        height: 40px;
        line-height: 40px;
    }
    .newsticker li {
        height: auto;
    }
    #latest-news-wrapper .latest-first-item-news {
        margin-bottom: 20px;
    }
    #flash-news-wrapper .mainnews-title h1 {
        line-height: 50px;
        font-size: 36px;
    }
    .latest-news-container ul > li {
        float: left;
        padding: 1px;
        width: 100%;
    }
    .latest-news-container ul li:first-child {
        width: 100%;
    }
    .samachar-left-wrapper .news-items-primary {
        width: 100%;
        float: none;
        padding: 0 15px;
    }
    .samachar-left-wrapper .news-items-secondary {
        width: 100%;
        float: left;
        padding: 0 15px;
    }
    #latest-news-wrapper .latest-first-item-news .news-image-holder:before{
        height: 295px;
    }
    .footer-box-wrapper img {
        margin-top: 0px;
        margin-bottom: 40PX;
    }
    .copyright-text {
        text-align: center;
    }
    .powered-by {
        float: none !important;
        text-align: center;
    }
}


/*epaper*/
.single-content-wrapper .fnav-item.logo {
    display: none !important;
}
.single-epaper #wpdevar_comment_1{
    display:none;
}
dl.epaper-archive-packet {
    background: #f3f3f3;
    padding: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.epaper-archive-wrapper a dl.epaper-archive-packet:hover{
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
dl.epaper-archive-packet dd {
    padding: 15px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
dd {
    margin-left: 0;
    margin-bottom: 0px;
}

dd, dt {
    line-height: 1.42857143;
}
.single-content-wrapper .ctrl .fnavbar .fnav .fnav-item.logo{
    display:none !important;
}

.footer-box-wrapper h4.widget-title{
    background: none;
    padding: 10px 0;
    margin-bottom: 20px;
}
.footer-box-wrapper .our-team-section .textwidget{
    padding-top: 0px;
}
.tasbir-slider .main-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
    background: #fff;
    display: block;
}
.tasbir-slider .tag-line{
    float: left;
    margin: 0 15px 0 0;
    font-size: 16px;
    color: #222;
    font-weight: 700;
}
.tasbir-slider .tag-line:after{
    content: "";
    height: 15px;
    width: 2px;
    position: relative;
    top: 5px;
    background: #222;
    margin-left: 10px;
    float: right;
}
    .tasbir-left-wrapper .slick-slide{
        margin:0 !important;
    } 
    .slick-slide:focus{
        outline: none;
    }  
    .slick-slide img {
        height: auto;
    }
/*     
    #videos-home .pokharaexpress-tv-wrapper a{
    text-decoration: none;
    color: #3f146d;
}
#videos-home .pokharaexpress-tv-wrapper a:hover{
    text-decoration: none;
    color: #E2342B;
}
#videos-home .pokharaexpress-tv-wrapper .view-all-link a:hover{
    color: white;
} */

#videos-home .pokharaexpress-tv-wrapper .video-box-wrapper h3{
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    
}
.nk-single-video-wrapper{
    margin-bottom: 20px;
}
.nk-single-video-wrapper h3{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.nk-single-video-wrapper a{
    text-decoration: none;
    color: #3f146d;
}
.nk-single-video-wrapper a:hover{
    text-decoration: none;
    color: #E2342B;
}

#roshan-pagination {
    padding: 3px;
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 40px;
}
#roshan-pagination span.current {
    padding: 5px 10px;
    background-color: #E2342B;
    color: #fff;
    border: 1px solid #E2342B;
}
#roshan-pagination a {
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid #3f146d;
    color: #3f146d;
}
#roshan-pagination a:hover {
    text-decoration: none;
    color: #E2342B;
    border: 1px solid #E2342B;
}

.spinner {
    margin: 50vh auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }
  
  .spinner > div {
    background-color: white;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  
  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
  }
  
  @keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }

.sk-cube-grid {
  width: 50px;
  height: 50px;
  margin: 50vh auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: white;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

.tnp-widget .tnp-field {
    margin-right: -5px;
}

span.author-name-with-link {
    text-transform: uppercase;
    font-weight: bold;
    color: #3f146d;
    margin-right: 10px;
}
span.author-name-with-link a{
    color: #3f146d;
    transition: all ease-in-out .3s;
}
span.author-name-with-link a:hover{
    text-decoration: none;
    color: #E2342B;

}

/*bookmark*/
/* read it later */
.tipsy {
    position: absolute;
    z-index: 100000;
    padding: 5px;
    font-weight: 500;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
}

.tipsy-inner {
    padding: 7px;
    max-width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    letter-spacing: inherit;
    font-family: inherit;
    line-height: 1;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 5px dashed #333;
    line-height: 0;
}

.tipsy-arrow-n {
    border-bottom-color: #333;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-top: none;
    border-right-color: transparent;
    border-bottom-style: solid;
    border-left-color: transparent;
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top-color: transparent;
    border-right-style: solid;
    border-bottom-color: transparent;
    border-left: none;
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top-color: transparent;
    border-right: none;
    border-bottom-color: transparent;
    border-left-style: solid;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-right-color: transparent;
    border-bottom: none;
    border-left-color: transparent;
}

.read-it-later {
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}


.post-details:hover .read-it-later,.news-small-right:hover .read-it-later,.news_loop:hover .read-it-later,.featured-slider-wrapper .slick-slide:hover .read-it-later,#flash-news-wrapper .mainnews-title h1:hover .read-it-later {
    opacity: 1;
}

.read-it-later.loaded {
    visibility: visible;
    line-height:1;
    display:inline-block;
}

.read-it-later.loaded.added {
    opacity: 1;
}

.read-it-later i {
    padding-left: 2px;
    font-size: .75em;
    line-height: 1;
    color:#3f146d;
}

.read-it-later.added i:before {
    content: "\f02e";
    font-weight:bold;
    color:#E1342C;
}

/* bookmark page */
#bookmarks-list .loadmore-animation {
    display: block;
    opacity: 1;
}

.bookmark-perload {
    min-height: 200px;
}

.bookmark-list-header {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
    align-items: center;
}

.bookmark-label {
    display: flex;
    display: -webkit-flex;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    align-items: center;
    flex-flow: row nowrap;
}

.bookmark-label i {
    margin-right: 4px;
}

#remove-bookmark-btn {
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
    align-items: center;
}

.remove-bookmark-btn.p-link i {
    margin-right: 4px;
    margin-left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.bookmark-list {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bookmark-list:before,
.bookmark-list:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
    content: '';
    opacity: .2;
    pointer-events: none;
}

.bookmark-list:after {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
}

.bookmark-list .content-inner {
    margin-bottom: -25px;
}

.bookmark-empty {
    text-align: center;
}

.bookmark-empty-icon {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1;
}

.bookmark-empty h6 {
    margin-bottom: 15px;
}
.bookmark-section .bookmark-link{
    position: relative;
    display: flex;
    font-size: 32px;
    color:white;
    display: -webkit-flex;
    min-width: 26px;
    height: 100%;
    line-height: 1;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.bookmark-section .bookmark-link:hover{
    color:white;
}
.menu-wrapper .bookmark-section{
    display: flex;
    height: 100%;
    background-color: #E2342B;
    width: 51px;
    justify-content: center;
    float: right;
}
.menu-wrapper .bookmark-section:hover{
    background-color:#d9413a;
}
.bookmark-icon {
    display: flex;
    display: -webkit-flex;
    line-height: 28px;
    align-items: flex-start;
}
.rb-counter {
    display: flex;
    display: -webkit-flex;
    margin-left: -6px;
    padding: 0 3px;
    min-height: 16px;
    background-color: #333;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-style: normal;
    font-size: .7rem;
    line-height: 1;
    align-items: center;
}
.p-link {
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
    min-height: 24px;
    color: #333;
    white-space: nowrap;
    font-weight: 600;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    flex-flow: row nowrap;
    align-items: center;
}
.load-animation,
.loadmore-animation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 992;
    background-color: transparent;
    background-image: url('../images/loading.svg');
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
    pointer-events: none !important;
}
.bookmark-wrap{
    background:white;
    padding:15px;
}


.bookmark-empty {
    text-align: center;
    margin:0 auto;
}
.bookmark-empty-icon {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1;
}
.bookmark-empty p{
    margin-bottom: 0px;
}
.bookmark-empty h6 {
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px){
.bookmark-empty {
    display: flex;
    min-height: 30vh;
    text-align: center;
    justify-content: center;
    flex-flow: column nowrap;
}
}
