@charset "utf-8";
/* CSS Document */
 body{
     font-family: 'Mukta', sans-serif;
     height: 100vh;
}

.body-wrapper {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

a {
     cursor: pointer;
     text-decoration: none !important;
}

a:hover {
    /*color: #3c54b7 !important; */
    color: #b32025;
}


.highlight-news a.main-news-block-a:hover {
    color: #f5c614 !important;
}

.clear-padding {
    padding: 0;
}

.clear-padding-left {
    padding-left: 0;
}

.clear-padding-right {
    padding-right: 0;
}

.time-date-indicator {
    margin-right: 5px;
}
/*override-bootstrap*/
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgb(244, 198, 21);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #F5C615 !important;
}

.bg-light {
    background-color: transparent !important;
}

.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-light .navbar-toggler {
    border-color: rgb(176, 176, 176) !important;
}
/*override-bootstrap ends*/

/*logo-header-section*/

.top-add-block img {
    width: 100%;
    height: auto;
}

.popular-paragraph p a:hover, .normal-news p a:hover {
    color: #b32025;
}

/*logo-header-section-ends*/

/*navbar*/

.nav-search {
    font-size: 20px;
}

.top-nav {
    background: #121212;
    padding: 5px 0;
}

.social-links a {
    color: #fff;
    margin-right: 15px;
}

.social-links a:last-child {
    margin-right: 0;
}

.social-links a:hover {
    color: #f5c614;
}

.contact-summary {
    float: right;
    font-weight: 100;
    font-size: 12px;
    position: relative;
    top: 0;
    display: inline-flex;
}

.news-content-wrapper.video_wrapper_div {
    background: #000000b3;
    padding: 35px 0;
}

.news-content-wrapper.video_wrapper_div .news-title-header {
    color: #ffffff;
}

.social-links {
    float: left;
}

.nepali_language a, .english_language a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.english_language a {
    margin-left: 3px;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover {
    color: #b32025;
}

.social-links a i {
    font-size: 14px;
}

.nav-item.active {
    border-bottom: 2px solid #3b54a5;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.4rem 1.1rem;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link.nav-link-en {
    padding: 0.4rem 1.1rem;
    font-size: 15px;
}
.nav-logo-wrapper {
    width: 110px;
    height: 100%;
}

.nav-logo-wrapper img {
    width: 100%;
    height: auto;
}

.nav-logo-wrapper {
    display: none;
}

.nav-block {
    box-shadow: 0 3px 2px 0 #0000001a;
    border-top: 3px solid #f5c614;
    background: #3c54a5;
}

.logo-wrapper {
    height: auto;
    width: 100%;
}

.logo-wrapper img {
    height: auto;
    width: 100%;
}

.header-logo-block {
    padding: 15px 0;
}

.nav-item {
    position: relative;
    padding: 6px 0;
    border-right: 1px solid #fff3;
}


.date-time-update {
    color: #b32025;
    font-weight: bold;
}

.date-time-update sub {
    color: #121212;
    font-weight: 100;
}

/*mega-menu*/
.dropdown-menu.mega-menu.show {
    box-shadow: 0 16px 13px 0 #0003;
    border-top: 2px solid #3c54a5;
}

.mega-menu-column ul li a {
    color: #000;
}

.mega-menu-column ul li a:hover {
    color: #3b54a5;
    font-weight: bold;
}
.mega-menu {
    padding: 10px 0px ! important;
   width: 100%;
    border-radius: 0;
    margin-top: 0px;                                                                        
}

.mega-menu li {
    display: block;
    float: left;
    font-size: 0.9rem;
    padding: 9px 15px;
    width: 100%;
}

.mega-menu li.mega-menu-column {
    margin-right: 20px;
    /*width: 150px;*/
}

.mega-menu .nav-header {
    padding: 0 !important;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f5c614;
}

.mega-menu img { 
    padding-bottom: 10px;
}

/*mega-menu-ends*/
/*navbar-ends*/

/*main-starts*/

.margin-trending {
    margin: 20px 0;
}

.trending-wrapper {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
}

.trending-block {
    display: flex;
}

.author {
    margin-left: 5px;
}
 .author-image {
    border-radius: 50%;
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    background: #3c54a5;
}

.container.p-0 {
    overflow: hidden;
}

.image-block {
    margin-right: 10px;
    position: relative;
    width: 100px;
    height: 100px;
}

.content-block a {
    color: #000000b3;
    font-size: 17px;
    font-weight: 700;
}

.content-block a:hover {
    color: #3C54A5;
}

.card-text {
    color: #00000080;
}
/*slick-slider*/
    
.slider {
    width: 100%;
    margin: 0 auto;
}

.slick-slide {
  margin: 0px 8px;
}

.slick-slide img {
  width: 100px;
  height: 100px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-slide {
    height: auto !important;
}

/*slick-slider-ends*/

/*top-news*/

.highlight-news {
    height: 406px;
    overflow: hidden;
}

.highlight-news img {
    width: 100%;
    height: auto;
}

/*.overlay {
    right: 0px;
    width: 100%;
    height: 28%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(-2deg, #000c, #423e3e00);

}*/
.banner-content{
    /*background-image: linear-gradient(-2deg, #000c, #423e3e00);*/
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width : 100%;
    padding: 20px 10px 10px 10px;
}
.highlight-news {
    position: relative;
}

.banner-content h2, .side-banner-content h2 {
    font-weight: bold;
    padding-right: 5px;
}
.indicator-top-news {
    background: #b32025;
    padding: 4px 11px 0 11px;
    font-size: 15px;
    font-weight: bold;
    min-width: 80px;
    text-align: center;
    margin-bottom: 15px;
    position: absolute;
    color: #fff;
    left: 9px;
    top: 10px;  
}

.news-heading{
    font-size: 2.2em;
}

.side-news-heading{
    font-size: 1.6em;
}


.highlight-news a:hover + .banner-content a, .side-news-block a:hover + .side-banner-content a {
    color: #f5c614;
}

.exclusive_header:hover {
    color: #f5c614;
}

.forex_block {
    margin: 75px 0 0 0;
}

.advs {
    margin: 25px 0 0 0;
}

.nav-block.sticky .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
}

.nav-block.sticky .navbar-expand-lg .navbar-nav .nav-link.nav-link-en {
    font-size: 15px;
    padding: 0.4rem 0.8rem;
}
.banner-content a {
    color: #fff;
}

.top-news-p {
    color: #ffffffb3;
    margin-top: 12px;
}

.vs_section .image_vs_container .image_vs_wrapper img{
    width: 100%;
    height: 425px;
}

.advs img{
    width: 100%;
}
.advert-block.advs img{
  height: auto;
}



.main-nirman-block img{
    width: 100%;
}

.col-lg-3 .popular-paragraph p{
    width: 100%;
    /*height: auto;*/
    height: 74px;
    overflow: hidden;
}
.popular-paragraph a:hover{
    color:#b32025;
}
.news-content .center-div img{
    width: 100%;
}
img {
    width: 100%;
    height: auto;
}


/*side-news*/

.side-news-block, .image-block-news {
    height: 190px;
    width: 100%;
    overflow: hidden;
}

.side-news-block img {
    width: 100%;
    height: auto;
}

.side-news-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.side-news-block {
    position: relative;
}

.side-news-block:last-child {
    bottom: -27px;

}

.side-banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    padding: 10px;
    width: 100%;
}

.side-news-p {
    color: #6c5e5eb3;
    margin-top: -4px;
}

.side-banner-content a {
    color: #fff;
}

.side-banner-content a h2 {
    font-size: 20px;
}

.side-news-block a .overlay {
    height: 100%;
}

.side-banner-content a:hover, .banner-content a:hover {
    color:#f5c614;
    z-index: 99;
}

/*side-news-ends*/

/*top-news-ends*/

/*news-body*/

/*popular-publication*/
.news-content-wrapper {
    margin-top: 40px;
}

.heading-icon {
    margin-right: 15px;
    font-size: 25px;
}

.most-popular-block {
    padding: 12px 12px 0 12px;
    border: 1px dotted #c3baba;
    border-top: 4px solid #f5c614;
}

.popular-image-wrapper {
    height: 140px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.popular-image-wrapper img {
    width: 100%;
    height:auto;
}

.most-popular-content h4 {
    margin: 15px 0 20px 0;
    border-bottom: 1px dotted #c3baba;
    padding-bottom: 10px;
    font-weight: bold;
}

.priority-number {
    position: absolute;
    bottom: 0;
    background: #f5c614;
    padding: 0 12px;
    font-size: 26px;
    color: #000;
    left: 0;
    box-shadow: 0 4px 15px 0 #0000004d;
    line-height: 40px;
    font-weight: bold;
}

.popular-paragraph{
    font-weight: 500;
    font-size: 17px;
    margin-top: 8px;
    color: #000;
    line-height: 25px;
}

.most-popular-content {
    border-bottom: 1px dotted #c3baba;
    padding: 8px 0 4px 0;
}

.number-indication {
    font-size: 24px;
    font-weight: bold;
}

.sponsered-news strong {
    margin-left: 10px;
    color: #3c54a5;
}

.normal-news {
    display: inline-flex;
}

.normal-news p {
    margin-top: 7px;
}

.normal-news p a {
    margin-left: 10px;
    font-size: 17px;
    line-height: 25px;
    color: #0009;
    font-weight: bold;
}

.popular-paragraph p a {
    color: #0009;
    font-weight: bold;
}
.popular-paragraph p a:hover {
    color: #b32025;
}

.most-popular-content:last-child {
    border-bottom: none;
}

.most-popular-content .side-news-p {
    color: #6c5e5eb3;
    margin-top: -5px;
}

/*exclusive-section*/
.image-vs-wrapper {
    height: 415px;
    width: 100%;
    overflow: hidden;
}

.image-vs-wrapper img {
    width: 100%;
    height: auto;
}

.news-content {
    position: relative;
}

.news-title {
    margin-bottom: 25px;
    border-bottom: 1px dotted #c3baba;
}

.exclusive-section {
    color: #6c5e5eb3;
    margin-bottom: 0;
}

.popular-paragraph.vs p {
    margin-bottom: 8px;
}
/*versus*/

.vs-symbol {
    background: red;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0px 0px 17px 0px #0000004d;
    position: absolute;
    top: 25%;
    left: 44%;
}

.vs-symbol img {
    width: 100%;
    height: auto;
}

.popular-paragraph.vs {
    font-size: 20px;
    line-height: 26px;
    padding: 15px 0px 15px 15px;
}

.vs .exclusive-section {
    position: relative;
}

.title-small a {
    color: #0009 !important;
    font-weight: bold;
}

.media-body.media-margin {
    margin-left: 15px;
}
.title-small a:hover{
color:#b32025 !important;
}
.title-small.cat-title {
    font-size: 18px;
    line-height: 25px;
}

.media.media-home {
    border-top: 1px dotted #c3baba;
    padding: 10px 0;
}

.small-screen {
    background: #f1f1f1e6;
    margin-bottom: 22px;
    z-index: 8;
}

.advert-wrapper {
    margin: 20px 0;
}

.news-title-header {
    font-weight: bold;
}
/*popular-publication-ends*/

/*nirman-udhyog-starts*/
.popular-paragraph.vs.common-title {
    font-size: 20px;
    line-height: 26px;
    padding: 15px 0px 15px 15px;
    background: #f1f1f1e6;
    position: relative;
    top: -8px;
}

.main-nirman-block {
    max-height: 450px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.nirman-udhyog-aside {
    border-top: 4px solid #f5c614;
    padding: 0 12px 12px 12px; 
}

.normal-news.nirman p a {
    margin-left: 0;
}

/*nirman-udhyog-ends*/

/*artha-bikash-purvadhar*/

.e-paper-aside.artha-block {
    padding: 15px 0 1px 15px;
    background: #3c54a5;
    box-shadow: 0 4px 4px 0 #0000001a;
    display: block;
}

.artha-block.bikash {
    background: #f1f1f1e6;
}

.e-paper-block {
    height: 120px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.e-paper-block img {
    width: 120px;
    height: 120px;
}

.e-paper-aside h2 {
    padding-bottom: 7px;
    font-size: 22px;
    text-align: center;
    color: #fff;
}

.e-paper-aside.artha-block:hover {
    background: #3c54a5cc;
}

.artha-block {
    padding: 15px;
}
/*artha-bikash-purvadhar-ends*/

/*rajniti-samaj*/
img.d-flex.mr-4 {
    width: 135px;
    margin-top: 0%;
    height: 100px;
    object-fit: cover;
}

.rajniti-samaj-content {
    border-bottom: 1px dotted #c3baba;
    padding: 10px 0 10px 0;
    display: flex;
}
/*rajniti-samaj-ends*/

/*nirman-samagri*/
.popular-paragraph.nirman-samagri {
    font-size: 17px;
    line-height: 25px;
    padding: 15px 0px 15px 15px;
    background: #f1f1f1e6;
    position: relative;
    top: -8px;
    min-height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.view-all {
    float: right;
    clear: both;
    font-size: 17px;
    font-weight: normal;
    line-height: 54px;
}

.section-title.news-title a {
    color: #000;
}

.artha-block a {
    color: #000;
}

.most-popular-content a {
    color: #000;
}

.read-more {
    color: #3c54a5 !important;
}
/*nirman-samagri-ends*/

/*footer*/

.quick-links-block {
    margin: 64px 0 30px 0;
}


h2.quick-links {
    color: #fff;
    border-bottom: 2px solid #f5c61480;
    padding-bottom: 5px;
}

footer {
    display: block;
    position: relative;
    z-index: 2;
}

.news-content-wrapper.footer {
    background: #000;
}

.footer-copyright-content {
    color: #ffffffe6;
    margin: 30px 0;
    font-size: 15px;
}

.column-border {
    border-right:1px dotted #fff3;
}

.link-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.link-buttons ul {
    list-style: none;
    padding-left: 0;
}

.link-buttons ul li a {
    color: #ffffffe6;
    font-size: 15px;
    line-height: 29px;
}

.link-buttons ul li a:hover {
    color: #f5c614 !important;
}

.footer-bottom {
    background: #3C54A5;
    padding: 10px 0;
    font-size: 14px;
    line-height: 13px;
    color: #000;
}

.logo-footer-wrapper {
    text-align: left;
    margin-top: 30px;
}

.logo-footer-wrapper img {
    width: 170px;
    height: auto;
}

/*share-footer*/

.outlineSocialShare {
    margin: 33px 0;
    display: flex;
}

.outlineSocialShare i {
  display: inline;
  text-align: center;
  color: #979797!important;
  padding: 0 0.5rem 0.25rem 0.5rem;
  margin: 0 0.5rem 0.25rem 0.5rem;
  width: 7rem;
  font-size: 1.4rem;
  position: relative;
  bottom: 0px;
  transition: all 0.25s ease;
  border-bottom: 3px solid #979797;
  border-radius: 0%;
}

.outlineSocialShare i:hover {
  bottom: 0.25rem;
  border-radius: 50%;
}

.outlineSocialShare i.fa-twitter:hover {
  color: #f5c614!important;
  border-bottom: 3px solid #f5c614;
}

.outlineSocialShare i.fa-facebook:hover {
  color: #f5c614!important;
  border-bottom: 3px solid #f5c614;
}

.outlineSocialShare i.fa-linkedin:hover {
  color: #f5c614!important;
  border-bottom: 3px solid #f5c614;
}

.outlineSocialShare i.fa-instagram:hover {
  color: #f5c614!important;
  border-bottom: 3px solid #f5c614;
}

.outlineSocialShare i.fa-pinterest:hover {
  color: #f5c614!important;
  border-bottom: 3px solid #f5c614;
}

.location {
    color: #f5c614;
    font-size: 18px;
    line-height: 30px;    
}

/*footer-ends*/

/*back-to-top*/
.scroll {
    position:fixed;
    right: 14px;
    bottom: 90px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 99;
}
.scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
.scroll:hover {
    background-color:#F5C615;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*back-to-top-ends*/

/*search*/
.search-wrapper.hidden-menu {
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 8;
    background: #3c54a5;
    padding: 15px;
    border-top: 2px solid #fcbd12;
    box-shadow: 0 5px 15px 0 #0006;
}

.btn.btn-search.btn-default {
    background: #b32025;
    color: #fff;
    border-radius: 0;
}

.btn.btn-search.btn-default:hover {
    background: #f5c614;
    color: #000;
}

.form-control {
    border-radius: 0;
}

.btn.show-hidden-menu {
    color: #fff;
}

.btn.show-hidden-menu:hover {
    color: #ffffffb3 !important;
}

/*search-ends*/

.color-bx {
    width: 30px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 13px;
}

/*title-before*/

.opinion-bar {
    background-color: #f5c614;
}

/*title-before-ends*/


/*navbar-sticky*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:9;
    line-height: 1.3;
}


.sticky + .content {
    padding-top: 50px;
}
/*navbar-sticky-ends*/

/*google-map*/
.google-map {
    height: 336px;
    overflow: hidden;
}

.google-map img {
    height: 100%;
    width: auto;
}
/*google-map-ends*/

.cred{margin-top:20px;font-size:11px;}

/*image-gallery*/

.csSlideOuter {
    overflow: hidden;
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.csSlideWrapper > .lightSlider:after {
    clear: both;
}
.csSlideWrapper .csSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}
.csSlideWrapper .csFade {
    position: relative;
}
.csSlideWrapper .csFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.csSlideWrapper.usingCss .csFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
}
.csSlideWrapper .csFade > *.active {
    z-index: 10;
}
.csSlideWrapper.usingCss .csFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.csSlideOuter .csPager.cSpg {
    margin: 10px 0 0;
    padding: 0; 
    text-align: center;
}
.csSlideOuter .csPager.cSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
  list-style-type: none;
}
.csSlideOuter .csPager.cSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.csSlideOuter .csPager.cSpg > li:hover a, .csSlideOuter .csPager.cSpg > li.active a {
    background-color: #428bca;
}
.csSlideOuter .media {
    opacity: 0.8;
}
.csSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** forex */

.carousel_content_block {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #b42025;
    padding: 10px 0;
    height: 160px;
}

.title_forex::before {
    width: 15px;
    height: 2px;
    content: "";
    position: absolute;
    background: #f4c615;
    top: 35px;
}

.title_forex {
    color: #ffffff;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 15px !important;
}

.carousel_content_block.blue {
    background: #3b54a5;
}

.forex_item_name, .current_rate {
    color: #ffffff;
}

.forex_item_name {
    font-weight: normal;
    font-size: 25px !important;
}

.carousel_content_block strong {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 13px;
}

/*galleria*/

.galleria-container.notouch.galleria-theme-classic {
    width: 100% !important;
}

/* This rule is read by Galleria to define the gallery height: */
#galleria{
    height:650px;
    position: relative;
}


/*.small-centered.column {
    width: 86%;
    margin: 0 auto;
    padding: 10px;
    background: black;
}*/
/* forex*/

/* slider actions */
.csAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.csAction > a:hover {
    opacity: 1;
}
.csAction > .csPrev {
    left: 10px;
    font-size: 30px;
    color: #FFF;
    background: #000;
    text-align: center;

}
.csAction > .csNext {
    font-size: 30px;
    color: #FFF;
    background: #000;
    text-align: center;
    right: 10px;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0); 
    overflow: hidden;
}

.center {
    max-width: 650px;
    width: 100%;
    margin: auto; 
    display: block;
    margin-top: 1rem;
} 

#lightSlider {
    padding: 0;
    margin: 0 0 9px 0;
}

/*policy-act*/
    .fnc {
      /* you can add color names and their values here
      and then simply add classes like .m--blend-$colorName to .fnc-slide 
      to apply specific color for mask blend mode */
    }
    .fnc-slider {
      overflow: hidden;
      box-sizing: border-box;
      position: relative;
      height: 50vh;
    }
    .fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
      box-sizing: border-box;
    }
    .fnc-slider__slides {
      position: relative;
      height: 100%;
      transition: -webkit-transform 1s 0.6666666667s;
      transition: transform 1s 0.6666666667s;
      transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
    }
    .fnc-slider .m--blend-dark .fnc-slide__inner {
      background-color: #8a8a8a;
    }
    .fnc-slider .m--blend-dark .fnc-slide__mask-inner {
      background-color: #575757;
    }
    .fnc-slider .m--navbg-dark {
      background-color: #575757;
    }
    .fnc-slider .m--blend-green .fnc-slide__inner {
      background-color: #6d9b98;
    }
    .fnc-slider .m--blend-green .fnc-slide__mask-inner {
      background-color: #42605E;
    }
    .fnc-slider .m--navbg-green {
      background-color: #42605E;
    }
    .fnc-slider .m--blend-red .fnc-slide__inner {
      background-color: #ea2329;
    }
    .fnc-slider .m--blend-red .fnc-slide__mask-inner {
      background-color: #990e13;
    }
    .fnc-slider .m--navbg-red {
      background-color: #990e13;
    }
    .fnc-slider .m--blend-blue .fnc-slide__inner {
      background-color: #59aecb;
    }
    .fnc-slider .m--blend-blue .fnc-slide__mask-inner {
      background-color: #2D7791;
    }
    .fnc-slider .m--navbg-blue {
      background-color: #2D7791;
    }
    .fnc-slide {
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .fnc-slide.m--before-sliding {
      z-index: 2 !important;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
    }
    .fnc-slide.m--active-slide {
      z-index: 1;
      transition: -webkit-transform 1s 0.6666666667s ease-in-out;
      transition: transform 1s 0.6666666667s ease-in-out;
      transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .fnc-slide__inner {
      position: relative;
      height: 100%;
      background-size: cover;
      background-position: center top;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
      background-blend-mode: luminosity;
    }
    .m--before-sliding .fnc-slide__inner {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
    .m--active-slide .fnc-slide__inner {
      transition: -webkit-transform 1s 0.6666666667s ease-in-out;
      transition: transform 1s 0.6666666667s ease-in-out;
      transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .fnc-slide__mask {
      overflow: hidden;
      z-index: 1;
      position: absolute;
      right: 60%;
      top: 15%;
      width: 50.25vh;
      height: 67vh;
      margin-right: -90px;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
      transition-timing-function: ease-in-out;
    }
    .m--before-sliding .fnc-slide__mask {
      -webkit-transform: rotate(-10deg) translate3d(200px, 0, 0);
              transform: rotate(-10deg) translate3d(200px, 0, 0);
      opacity: 0;
    }
    .m--active-slide .fnc-slide__mask {
      transition: opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
      transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
      transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1;
    }
    .m--previous-slide .fnc-slide__mask {
      transition: opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
      transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
      transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
      -webkit-transform: rotate(10deg) translate3d(-200px, 0, 0);
              transform: rotate(10deg) translate3d(-200px, 0, 0);
      opacity: 0;
    }
    .fnc-slide__mask-inner {
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100vw;
      height: 100vh;
      margin-left: -50vw;
      margin-top: -50vh;
      background-size: cover;
      background-position: center center;
      background-blend-mode: luminosity;
      -webkit-transform-origin: 50% 16.5vh;
              transform-origin: 50% 16.5vh;
      transition-timing-function: ease-in-out;
    }
    .m--before-sliding .fnc-slide__mask-inner {
      -webkit-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
              transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
    }
    .m--active-slide .fnc-slide__mask-inner {
      transition: -webkit-transform 0.7s 1.2222222222s;
      transition: transform 0.7s 1.2222222222s;
      transition: transform 0.7s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    .m--previous-slide .fnc-slide__mask-inner {
      transition: -webkit-transform 0.7s 0.3333333333s;
      transition: transform 0.7s 0.3333333333s;
      transition: transform 0.7s 0.3333333333s, -webkit-transform 0.7s 0.3333333333s;
      -webkit-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
              transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
    }
    .fnc-slide__content {
      z-index: 2;
      position: absolute;
      left: 47%;
      bottom: 60px;
    }
    .fnc-slide__heading {
      margin-bottom: 10px;
      text-transform: uppercase;
    }
    .fnc-slide__heading-line {
      overflow: hidden;
      position: relative;
      padding-right: 20px;
      font-size: 38px;
      color: #fff;
      word-spacing: 10px;
    }
    .fnc-slide__heading-line:nth-child(2) {
      padding-left: 30px;
    }
    .m--before-sliding .fnc-slide__heading-line {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    .m--active-slide .fnc-slide__heading-line {
      transition: -webkit-transform 1.5s 1s;
      transition: transform 1.5s 1s;
      transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    .m--previous-slide .fnc-slide__heading-line {
      transition: -webkit-transform 1.5s;
      transition: transform 1.5s;
      transition: transform 1.5s, -webkit-transform 1.5s;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    .fnc-slide__heading-line span {
      display: block;
    }
    .m--before-sliding .fnc-slide__heading-line span {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    .m--active-slide .fnc-slide__heading-line span {
      transition: -webkit-transform 1.5s 1s;
      transition: transform 1.5s 1s;
      transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    .m--previous-slide .fnc-slide__heading-line span {
      transition: -webkit-transform 1.5s;
      transition: transform 1.5s;
      transition: transform 1.5s, -webkit-transform 1.5s;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    .fnc-slide__action-btn {
      position: relative;
      margin-left: 200px;
      padding: 5px 15px;
      font-size: 20px;
      line-height: 1;
      color: transparent;
      border: none;
      text-transform: uppercase;
      background: transparent;
      cursor: pointer;
      text-align: center;
      outline: none;
    }
    .fnc-slide__action-btn span {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
      line-height: 30px;
      color: #fff;
    }
    .fnc-slide__action-btn span:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #fff;
      border-top: none;
      border-bottom: none;
    }
    .fnc-slide__action-btn span:after {
      content: attr(data-text);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      line-height: 30px;
      background: #1F2833;
      opacity: 0;
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transform: translateY(100%) rotateX(-90deg);
              transform: translateY(100%) rotateX(-90deg);
      transition: opacity 0.15s 0.15s;
    }
    .fnc-slide__action-btn:hover span {
      -webkit-transform: rotateX(90deg);
              transform: rotateX(90deg);
    }
    .fnc-slide__action-btn:hover span:after {
      opacity: 1;
      transition: opacity 0.15s;
    }
    .fnc-nav {
      z-index: 5;
      position: absolute;
      right: 0;
      bottom: 0;
    }
    .fnc-nav__bgs {
      z-index: -1;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }
    .fnc-nav__bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }
    .fnc-nav__bg.m--nav-bg-before {
      z-index: 2 !important;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    .fnc-nav__bg.m--active-nav-bg {
      z-index: 1;
      transition: -webkit-transform 1s 0.6666666667s;
      transition: transform 1s 0.6666666667s;
      transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    .fnc-nav__controls {
      font-size: 0;
    }
    .fnc-nav__control {
      overflow: hidden;
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 100px;
      height: 50px;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      background: transparent;
      border: none;
      outline: none;
      cursor: pointer;
      transition: background-color 0.5s;
    }
    .fnc-nav__control.m--active-control {
      background: #1F2833;
    }
    .fnc-nav__control-progress {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: #fff;
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      transition-timing-function: linear !important;
    }
    .m--with-autosliding .m--active-control .fnc-nav__control-progress {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
    .m--prev-control .fnc-nav__control-progress {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      transition: -webkit-transform 0.5s !important;
      transition: transform 0.5s !important;
      transition: transform 0.5s, -webkit-transform 0.5s !important;
    }
    .m--reset-progress .fnc-nav__control-progress {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      transition: -webkit-transform 0s 0s !important;
      transition: transform 0s 0s !important;
      transition: transform 0s 0s, -webkit-transform 0s 0s !important;
    }
    .m--autosliding-blocked .fnc-nav__control-progress {
      transition: all 0s 0s !important;
      -webkit-transform: scaleX(0) !important;
              transform: scaleX(0) !important;
    }

    .demo-cont {
      overflow: hidden;
      position: relative;
      height: 50vh;
      -webkit-perspective: 1500px;
              perspective: 1500px;
      background: #000;
    }
    .demo-cont__credits {
      box-sizing: border-box;
      overflow-y: auto;
      z-index: 1;
      position: absolute;
      right: 0;
      top: 0;
      width: 400px;
      height: 100%;
      padding: 20px 10px 30px;
      background: #303030;
      color: #fff;
      text-align: center;
      transition: -webkit-transform 0.7s;
      transition: transform 0.7s;
      transition: transform 0.7s, -webkit-transform 0.7s;
      -webkit-transform: translate3d(100%, 0, 0) rotateY(-45deg);
              transform: translate3d(100%, 0, 0) rotateY(-45deg);
      will-change: transform;
    }
    .credits-active .demo-cont__credits {
      transition: -webkit-transform 0.7s 0.2333333333s;
      transition: transform 0.7s 0.2333333333s;
      transition: transform 0.7s 0.2333333333s, -webkit-transform 0.7s 0.2333333333s;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .demo-cont__credits *, .demo-cont__credits *:before, .demo-cont__credits *:after {
      box-sizing: border-box;
    }
    .demo-cont__credits-close {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 28px;
      height: 28px;
      cursor: pointer;
    }
    .demo-cont__credits-close:before, .demo-cont__credits-close:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 2px;
      margin-top: -1px;
      background: #fff;
    }
    .demo-cont__credits-close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    .demo-cont__credits-close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
    .demo-cont__credits-heading {
      text-transform: uppercase;
      font-size: 40px;
      margin-bottom: 20px;
    }
    .demo-cont__credits-img {
      display: block;
      width: 60%;
      margin: 0 auto 30px;
      border-radius: 10px;
    }
    .demo-cont__credits-name {
      margin-bottom: 20px;
      font-size: 30px;
    }
    .demo-cont__credits-link {
      display: block;
      margin-bottom: 10px;
      font-size: 24px;
      color: #fff;
    }
    .demo-cont__credits-blend {
      font-size: 30px;
      margin-bottom: 10px;
    }

    .example-slider {
      z-index: 2;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      transition: -webkit-transform 0.7s;
      transition: transform 0.7s;
      transition: transform 0.7s, -webkit-transform 0.7s;
    }
    .credits-active .example-slider {
      -webkit-transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
              transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
    }
    .example-slider .fnc-slide-1 .fnc-slide__inner,
    .example-slider .fnc-slide-1 .fnc-slide__mask-inner {
      background-image: url("../img/bg1.jpg");
    }
    .example-slider .fnc-slide-2 .fnc-slide__inner,
    .example-slider .fnc-slide-2 .fnc-slide__mask-inner {
      background-image: url("../img/bg2.jpg");
    }
    .example-slider .fnc-slide-3 .fnc-slide__inner,
    .example-slider .fnc-slide-3 .fnc-slide__mask-inner {
      background-image: url("../img/bg3.jpg");
    }
    .example-slider .fnc-slide-3 .fnc-slide__inner:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
    }
    .example-slider .fnc-slide-4 .fnc-slide__inner,
    .example-slider .fnc-slide-4 .fnc-slide__mask-inner {
      background-image: url("../img/bg2.jpg");
    }
    .example-slider .fnc-slide-4 .fnc-slide__inner:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
    }
    .example-slider .fnc-slide__heading,
    .example-slider .fnc-slide__action-btn,
    .example-slider .fnc-nav__control {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
    }

    /* COLORFUL SWITCH STYLES 
       ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */
    .colorful-switch {
      position: relative;
      width: 180px;
      height: 77.1428571429px;
      margin: 0 auto;
      border-radius: 32.1428571429px;
      background: #cfcfcf;
    }
    .colorful-switch:before {
      content: "";
      z-index: -1;
      position: absolute;
      left: -5px;
      top: -5px;
      width: 190px;
      height: 87.1428571429px;
      border-radius: 37.1428571429px;
      background: #314239;
      transition: background-color 0.3s;
    }
    .colorful-switch:hover:before {
      background: #4C735F;
    }
    .colorful-switch__checkbox {
      z-index: -10;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
    }
    .colorful-switch__label {
      z-index: 1;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 32.1428571429px;
      cursor: pointer;
    }
    .colorful-switch__bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 540px;
      height: 100%;
      background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      -webkit-transform: translate3d(-360px, 0, 0);
              transform: translate3d(-360px, 0, 0);
    }
    .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .colorful-switch__dot {
      position: absolute;
      left: 131.1428571429px;
      top: 50%;
      width: 5.1428571429px;
      height: 5.1428571429px;
      margin-left: -2.5714285714px;
      margin-top: -2.5714285714px;
      border-radius: 50%;
      background: #fff;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
      -webkit-transform: translate3d(-80.3571428571px, 0, 0);
              transform: translate3d(-80.3571428571px, 0, 0);
    }
    .colorful-switch__on {
      position: absolute;
      left: 104.1428571429px;
      top: 22.5px;
      width: 19.2857142857px;
      height: 36px;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
      -webkit-transform: translate3d(-80.3571428571px, 0, 0);
              transform: translate3d(-80.3571428571px, 0, 0);
    }
    .colorful-switch__on__inner {
      position: absolute;
      width: 100%;
      height: 100%;
      transition: -webkit-transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
      transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
      transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28), -webkit-transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-transform: rotate(45deg) scale(0) translateZ(0);
              transform: rotate(45deg) scale(0) translateZ(0);
    }
    .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
      transition: -webkit-transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
      transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
      transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61), -webkit-transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
      -webkit-transform: rotate(45deg) scale(1) translateZ(0);
              transform: rotate(45deg) scale(1) translateZ(0);
    }
    .colorful-switch__on__inner:before, .colorful-switch__on__inner:after {
      content: "";
      position: absolute;
      border-radius: 2.5714285714px;
      background: #fff;
    }
    .colorful-switch__on__inner:before {
      left: 0;
      bottom: 0;
      width: 100%;
      height: 6.1428571429px;
    }
    .colorful-switch__on__inner:after {
      right: 0;
      top: 0;
      width: 6.1428571429px;
      height: 100%;
    }
    .colorful-switch__off {
      position: absolute;
      left: 131.1428571429px;
      top: 50%;
      width: 41.1428571429px;
      height: 41.1428571429px;
      margin-left: -20.5714285714px;
      margin-top: -20.5714285714px;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
      -webkit-transform: translate3d(-80.3571428571px, 0, 0);
              transform: translate3d(-80.3571428571px, 0, 0);
    }
    .colorful-switch__off:before, .colorful-switch__off:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 5.1428571429px;
      margin-top: -2.5714285714px;
      border-radius: 2.5714285714px;
      background: #fff;
      transition: -webkit-transform 0.25s 0.25s;
      transition: transform 0.25s 0.25s;
      transition: transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    }
    .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before, .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
      transition-delay: 0s;
    }
    .colorful-switch__off:before {
      -webkit-transform: rotate(45deg) scaleX(1) translateZ(0);
              transform: rotate(45deg) scaleX(1) translateZ(0);
    }
    .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
      -webkit-transform: rotate(45deg) scaleX(0) translateZ(0);
              transform: rotate(45deg) scaleX(0) translateZ(0);
    }
    .colorful-switch__off:after {
      transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
      -webkit-transform: rotate(-45deg) scaleX(1) translateZ(0);
              transform: rotate(-45deg) scaleX(1) translateZ(0);
    }
    .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
      transition-timing-function: ease;
      -webkit-transform: rotate(-45deg) scaleX(0) translateZ(0);
              transform: rotate(-45deg) scaleX(0) translateZ(0);
    }

/*policy-act-ends*/

/*logo-on-nav*/
    .logo-image-nav {
        height: 35px;
    }

    .scroll_top {
        display: none;
    }

    .newClass {
        display: block;
        margin-right: 25px;
        width: 40px;
    }
/*logo-on-nav-ends*/

/*top-news-header*/

.news_header {
    font-size: 54px;
    line-height: 80px;
    padding: 0 35px;
    font-weight: bolder;
}

.news_header a {
    color: #111;
}
.news_header a:hover{
 color: #b32025;
}

.author_news_header span {
    color: #786e6eb3;
    margin-top: 0 !important;
    margin-right: 20px;
}

.author_news_header {
    position: relative;
    top: 10px;
}

.image_header_news {
    width: 92%;
    margin: 20px auto;
}

.caption .title-small.cat-title {
    font-size: 18px;
    line-height: 25px;
    margin-top: 8px;
}

.e-paper_wrapper {
    height: 250px;
    overflow: hidden;
    border: 1px solid #ededed;
    border-top-color: rgb(237, 237, 237);
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(237, 237, 237);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: transparent;
}

.e-paper_wrapper img {
    height: auto;
    width: 100%;
}
/*top-news-header-ends*/
/*news-body-ends*/ 

/*facebook_widget_sidebar*/
.widget--facebook--container {
  padding: 10px;
  border: 1px solid #000;
}

.widget-facebook {
  height: 500px;
}

.widget-facebook .facebook_iframe {
  border: none;
}

/* ---------- end Widget Facebook---------------- */

/* ----------------- no need -------------------- */
.block {
  color: #fff;
  height: 300px;
  background-color: #00A7F7;
  border: 1px solid #005dff;
}

.block h3 {
  line-height: 300px;
  text-align: center;
}


.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

/*versus_section*/

.vs_section {
    background: #000000;
    position: relative;
    height: 425px;
}

.image_vs_wrapper {
    width: 50%;
}

.image_vs_container {
    display: flex;
    position: relative;
}

.image_summary {
    position: absolute;
    width: 28%;
    background: #4c4747;
    padding: 0 33px 33px 33px;
    top: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    left: 36%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

h6.news-heading.px-3 {
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    color: #fff;
}

.banner-content.vs_section_info {
    width: 100%;
    z-index: 2;
    background: #000; 
}

.vs_indicator {
    background: #b32025;
    padding: 2px;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    position: initial;
    color: #fff;
    box-shadow: 0 0 15px 0 #ffffff1a;
}

.image_summary a {
    color: #ffffff;
}


.image_summary h2 {
    margin: 20px 0; 
}

.author_versus span {
    font-weight: bold;
    color: #fdbe12;
}
/*versus_section_ends*/

/*speech-bubbles*/
.title-small.first-title::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 100%;
    margin-top: -10px;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ccc;
}

.title-small.first-title, .title-small.vs-next {
    font-size: 18px;
    line-height: 25px;
    background: #ccc;
    position: relative;
    text-align: center;
    padding: 12px 8px;
    border-radius: 10px;
}

.title-small.first-title a {
    color: #0009;
}

.title-small.vs-next::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ccc;   
}

/*social-media-sharing-override*/
.at-custom-sidebar .at-custom-sidebar-btns {
    text-align: left !important;
}

#at-custom-sidebar {
    background: transparent !important;
    box-shadow: none;
}

.at-icon-wrapper {
    border-radius: unset !important;
    margin: 0 !important;
}

.at-icon-wrapper {
    overflow: inherit !important;
}

.at-custom-sidebar-btns a:hover {
    margin-left: 5px !important;
    transition: margin .15s ease-in-out .15s,width .15s ease-in-out;
    box-shadow: -20px 12px 0 12px #f5c614e6;
}
/*main-ends*/
/*language toggle*/
.onoffswitch {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 24px;
}
.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding-left: 3px;
}
.onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}

.onoffswitch .onoffswitch-outer {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.15s ease-in-out;
    -o-transition: margin 0.15s ease-in-out;
    -moz-transition: margin 0.15s ease-in-out;
    transition: margin 0.15s ease-in-out;
}

.onoffswitch-inner {
    display: inline-flex;
}

.nepali_language, .english_language {
    width: auto;
}

.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 80%;
  color: hsl(0, 0%, 100%);
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-epaper {
    background: #ededed;
    width: 100%;
    height: 100%;
    position: relative;
}

.no-epaper::after {
    content: "Coming Soon";
    position: absolute;
    top: 37%;
    left: 23%;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #b8b5b5;
}

.onoffswitch-inner a {
    font-size: 17px;
    color: #ffffff;
}

.country_flag.nepali {
    position: relative;
}

.country_flag.english, .country_flag.nepali {
    width: 23px;
    height: 23px;
    margin-right: 2px;
    border: 1px solid #dad6d6;
    border-radius: 50%;
    background: #fff;
}

.toggle-group {
  position: relative;
  width: 58px;
  
}
.toggle-group input[type=checkbox] {
  position: absolute;
  left: 10px;
  display: none;
}
.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
    right: 3px;
}
.toggle-group input[type=checkbox]:focus ~ .onoffswitch {
  outline: thin dotted #333;
  outline: 0;
}
.toggle-group label {
  position: absolute;
  cursor: pointer;
  padding-left: 65px;
  display: inline-block;
  text-align: left;
  width: 100%;
  z-index: 1;
  height: 38px;
  font-weight: 200;
}
.aural {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.aural:focus {
  clip: rect(0, 0, 0, 0);
  font-size: 1em;
  height: auto;
  outline: thin dotted;
  position: static !important;
  width: auto;
  overflow: visible;
}

.contact-summary .date_time_nepali {
    margin-right: 17px;
    border-right: 1px dotted #fff;
    padding-right: 14px;
}

.date_time_nepali span {
    color: #fff;
    top: 4px;
    position: relative;
}

.related {
    margin-right: 5px;
}

.contact-summary .date_time_nepali.date_time {
    margin-right: 18px;
    border-right: none;
    padding-right: 0;  
}

.news_title_summary p {
    font-size: 19px;
    line-height: 29px;
    color: #676262;
}

.text-center.sub_description h5 {
    margin-bottom: 30px;
    color: #676262;
    font-weight: 400;
    font-size: 2rem;
}

.text-center.news_title_summary {
    margin-top: 25px;
}

.indicator_header {
    background: #b32025;
    padding: 4px 11px 0 11px;
    font-size: 15px;
    font-weight: bold;
    min-width: 80px;
    color: #fff;
}

.indicator_header:hover {
    color: #b4b7b4 !important;
}

.indicator_header_wrapper {
    margin: 20px 0 10px 0;
}

.print_image {
    display: none;
}
/*Print control*/
@media print {

    @page {size: landscape}
    
    *{
        background: transparent !important;
        box-shadow: none !important;
        text-shadow:    none !important; 
    }

    .print_image {
        display: block;
    }

    .news-section {
        background-color: #0009 !important;
        -webkit-print-color-adjust: exact; 
    }

    #at-custom-sidebar,
    .footer,
    .advs,
    #stickyheader,
    .advert-block,
    .row.advert_row_news_detail,
    .footer-bottom
    {
        display: none !important;
    }
    .nav i a{
        content: " ["attr(href)"]";
        color: blue;
    }

    .news-focus, .facebook-comment, .row.related_news_row {
        display: none;
    }

    .news_detail_title_wrapper { float: none !important; position: relative !important;  display: block; 
              page-break-inside:avoid !important; border-collapse: avoid !important; page-break-outside:avoid !important;
       }

   .news-section h2 {
        color: #ffffff !important;
        font-weight: bold !important;
   }

   .logo-wrapper {
        height: auto;
        width: 170px;
    }


}


/*exclusive_news*/

.background-exclusive {
    position: relative;
    background-size: cover !important;  
    background-repeat: no-repeat !important;
    /*background-position: center !important;*/
    height: 425px;
}

.news-content-wrapper-exclusive {
    background: #000000;
    position: relative;
    height: 425px;
    margin-bottom: 75px;
}

.exclusive_news_left {
    position: absolute;
    width: 34%;
    background: #4c4747b3;
    padding: 20px;
    top: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.exclusive_header {
    color: #fff;
    font-weight: bold;
}

.exclusive_header h4 {
    margin: 20px 0 10px 0;
    font-weight: bold;
    line-height: 44px;
    font-size: 2rem;
}

/*video-player-override*/
.thumbnail_title {
    position: absolute;
    bottom: 0;
    padding: 17px 10px 0 10px;
    background: #000c;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #fff;
}

.play_btn {
    position: absolute;
    top: 38%;
    left: 50%;
    background: #424040;
    padding: 17px 24px;
}

.fa.fa-play.play_video {
    font-size: 38px;
    color: #fff;
}

.video_iframe {
    display: none;
}

.play_video_anchor:hover .fa.fa-play.play_video {
    color: #e93b3c;
}

.title-small.vs-next {
    margin-top: 15px;
}



/*
.navbar-nav.mr-auto li:nth-of-type(n+7) {
    display: none;
}*/

/*no_image_news*/
.no_image_news:after {
    background-size: cover;
    width: 80px;
    content: " ";
    background-image: url('../img/logo-nav.png');
    position: absolute;
    height: 80px;
    left: 32%;
    top: 20%;
}

.no_image_news {
    background: #d0d0d0;
    width: 100%;
    height: 157px;
    position: relative;
    display: none;
}
figcaption {
text-align: center;
    font-size: 15px;
    color: #808080;
}

/*megamenu anchor*/

.mega-menu-column a {
    font-size: 17px;
    color: #0009;
}

.mega-menu-column a:hover {
    color: #F5C615 !important;
}

.forex_detail_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.forex_detail_content {
    width: 50%;
}

/*Thumbnail 3 column*/
.popular-paragraph.thumbnail_paragraph {
    display: flex;
    border-bottom: 1px dotted #c3baba;
    padding: 7px 0 15px 0;
}

.popular-paragraph.thumbnail_paragraph a {
    color: #000;
    margin-right: 10px;
    width: 100px;
}

.popular-paragraph.thumbnail_paragraph img.d-flex.mr-4 {
    width: 100px;
    margin-top: 0%;
    height: 90px;
    object-fit: cover;
}

.carousel-control-prev, .carousel-control-next {    
    top: 0 !important; 
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 30px !important;
    height: 30px !important;
}


.carousel-item.carousel-item-left.active, .carousel-item.carousel-item-right.active {
    opacity: 0;
    -webkit-transition:all 0.9s ease-in;
      -moz-transition:all 0.9s ease-in;
      -o-transition:all 0.9s ease-in;
      transition:all 0.9s ease-in;
}

.carousel-item.carousel-item-left.carousel-item-next, .carousel-item.carousel-item-right.carousel-item-prev {
    opacity: 1;
    -webkit-transition:all 0.9s ease-out;
      -moz-transition:all 0.9s ease-out;
      -o-transition:all 0.9s ease-out;
      transition:all 0.9s ease-out;
}  

/*interview_carousel_override*/

.carousel-control-prev.interview_section, .carousel-control-next.interview_section {
    top: 45% !important;

    position: absolute;
    bottom: 0;
    width: 44px !important;
    color: #fff;
    text-align: center;
    opacity: 0.7 !important;
    background: #000 !important;
    height: 44px !important;
}

.d-flex.mr-4.artha-image {
    width: 117px;
    margin-top: 0%;
    height: 114px;
    object-fit: cover;
}

.artha-aside {
    top: -10px;
    position: relative;
}

.author_exclusive .side-news-p {
    color: #fff9;
} 
/*Nepse Block*/
.nepse-block {
    background: #3498db;
    width: 50%;
}
.nepse-table {
    font-size: 4em;
    color: #fff;
}

.nepse-content-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 28px;
    background: #3498db;
    height: 160px;
}
.nepse-block:hover .nepse-content-wrapper {
    background: #3b54a5;
}

.forex_detail_content.gold-silver {
    width: 100%;
}

.main-news-block:hover {
    box-shadow: 0 3px 5px 0 #00000075;
}

.main-news-block {
    box-shadow: 0px 2px 0 0 #0000002b;
    margin-bottom: 30px;
    padding: 15px 0;
}

.indicator-top-news.link-to-page {
    background: #3498db;
    padding: 4px 11px 0 11px;
    font-size: 15px;
    font-weight: bold;
    min-width: 80px;
    text-align: center;
    margin-bottom: 15px;
    position: absolute;
    color: #fff !important;
    right: 9px;
    top: 10px;
    left: unset;
    z-index: 8;
}

.indicator-top-news.link-to-page:hover {
    background: rgb(245, 198, 20);
    color: #ffffff !important;
}

/* Pagination */
.pagination__block .pagination {
    justify-content: center;
}
