@import url('https://fonts.googleapis.com/css2?family=Karma:wght@300;400;500;700&family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
body{
        font-size:18px;
        box-sizing: border-box;
        background: #fff;
        font-family: 'Mukta', sans-serif;
        line-height: 30px;
        font-weight: 500;
      }

button:focus {
    outline: 0;
}
a {
    color: #0c3470;
    text-decoration: none;
}
.info{
	background-color:#083061;
    padding: 5px;
    font-size: 14px;
    color: #fff;
	}  
.col-md-6.col-sm-6.contact-header,.col-md-6.col-sm-8.contact-header{
    padding: 5px;
}
.contact-header a{
    text-decoration:none;
    color:#ffffff;
}

.share-button{
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border:2px solid #ddd; 
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}
.social-header{
    text-align: right;
}
.social-facebook{
    background: #4060A5;
}
.social-facebook::before{
    font-family: "Font Awesome 5 Brands";
    content: "\f39e"; 
}
.social-facebook:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5; 
}
.social-twitter{
    background: #00ABE3;
}
.social-twitter:before{
    font-family: "Font Awesome 5 Brands"; 
    content: "\f099";
}
.social-twitter:hover{
      color: #00ABE3;
      background: #fff;
      border-color: #00ABE3;
}
.social-youtube{
    background: #cb2027;
}
.social-youtube:before{
    font-family: "Font Awesome 5 Brands"; 
    content: "\f167";
}
.social-youtube:hover{
    color: #cb2027;
    background: #fff;
    border-color: #cb2027;
}
.bg-header{
    background: #cb2027;
}
.bg-header form.search-box {
    position: relative;
}
.search-bar{
	text-align: right;
}
.search-box {
    position: absolute;
    top: 30px;
    height: 40px;
    padding: 10px;
    margin: 0;
}
.search-btn{
	float: right;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #e40e0e;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	margin:-10px -10px 0 0;
	border-radius: 0;
    text-decoration: none;
    position: relative;
}
.sb-search-submit{
	border:none;
	background:none;
	color: #fff;
	outline: none;
	padding: 0;
	font-size: 16px;
	transition: 0.4s;
	width: 0;
    position: absolute;
    top:5px;
}
.search-box:hover > .sb-search-submit{
	width: 100%;
	padding: 0 50px 0 0;
	color: #083061;
	border-radius: 0;
}.search-box:hover > .search-btn{
	float: right;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #e40e0e;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	transition: 0.4s;
	text-decoration: none;
}
.search-box:hover{
	background:white;
	padding: 10px;
}

    @media only screen and  (max-width: 992px){
        
.navbar{
    font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0.6rem;
    position: relative;
    white-space: nowrap;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    padding: 0.6rem;
    border-top: 1px solid #008cc9;
}
.navbar-expand-lg .navbar-nav .nav-link.active{
    border-top: 1px solid #008cc9;
    color: #008cc9;
}

.dropdown-menu{
    border:0;
}
.dropdown-menu .nav-item {
    border-bottom: 1px solid #008cc9;
}

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


@media (min-width: 576px){

    .social-header{
        text-align: right;
    }
   
}
@media (max-width: 575.98px) {
    .contact-header, .social-header{
        text-align: center;
    }
.search-box:hover > .sb-search-submit{
    width: 100%;
    padding: 0 50px 0 0;
    color: green;
    border-radius: 0;
    }
}  


@media only screen and (min-width:992px){
    .navbar-brand{
            display: none;
        }
    .navbar .nav-item .dropdown-menu{
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        margin-top: 0;
    }
}

.navbar .dropdown-menu.fade-down{
    top:80%;
    transition: rotateX(-75deg);
    transform-origin: 0% 0%;
}
.navbar .dropdown-menu.fade-up{
    top:180%;
}
.navbar .nav-item:hover .dropdown-menu{
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
    }
    .bg-header {
        background: #c70404;
        min-height: 100px;
    }
    .navbar-brand img {
        width: 100px;
        height: auto;
        margin-left: 10px;
    }
  
    @media only screen and  (max-width: 992px){
   
    .nav-bg .container{
            margin: 0;
            max-width: 100%;
        }
    .main-content .container{
            margin: 0;
            max-width: 100%;
        }
    .search-box {
        margin-bottom: 20px;
        top:10px;
    }
    .bg-header {
        background: #c70404;
        min-height: 53px;
    }
    
    .play_quiz{
        background: #f1f1f1;
        margin: 0 -24px !important;
        padding: 20px;
    }
    .container-fluid.main-content {
        margin-top: 0px !important;
    }
    .nepalitype-left-col {
        padding: 0 !important;
        margin: 0 !important;
    }
}
    .play_quiz{
        background: #f1f1f1;
        margin: 0 -24px !important;
        padding: 20px;
    }
    .container-fluid.main-content {
        margin-top: 0px !important;
    }
    .nepalitype-left-col {
        padding: 0 !important;
        margin: 0 !important;
    }
}
.container-fluid.main-content {
    margin-top: 20px;
    padding-bottom: 20px
}

.main-content p{
    text-align: justify;
    margin-top: 10px;
    color:#1d1d1d;
    line-height: 1.8;
    font-size: 1.2rem;
}
.play_quiz{
    background: #f1f1f1; 
    margin: 0;
    padding: 20px;
}
.play_quiz h1,.play_quiz h3{
    text-align: center;
}
.play_quiz h1 a{
    text-decoration:none;
    font-size: 40px;
}
.blink {
    animation: blinker 1.5s linear infinite;
    color: #07226f;
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  .blink-one {
    animation: blinker-one 1s linear infinite;
  }
  @keyframes blinker-one {
    0% {
      opacity: 0;
    }
  }
  .blink-two {
    animation: blinker-two 5s linear infinite;
  }
  @keyframes blinker-two {
    100% {
      opacity: 0;
    }
  }

.front-page-post h1{
	margin: 10px 0;
	padding: 0;
    line-height: 25px;
}
.front-page-post h1 a{
	font-size: 22px;
	color: #0c3470;
	text-decoration: none;
}
.front-page-post h1 a:hover{
	text-decoration: none;
	color: #ca0919;
}
h1{
	font-weight:bold;
}

.front-page-post .img-front-page, .front-page-post a img {
    width: auto;
    float: left; 
    border: 0;
    max-height: 400px;
    object-fit: cover;
    object-position: top;
}
.front-page-post h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}
.front-page-post-editorial p{
    text-align: justify;
    margin-top: 10px;
    color: #1d1d1d;
    line-height: 1.8;
    font-size: 1.5rem;
    font-style: italic;
    }
img {
    max-width: 100%;
    height: auto;
}
figure {
    margin: 0;
    max-width: 100%;
}
.thumbnail{
	background:none;
	border:none;
	float:left;
	margin:0;
	padding:0;
}

.sidebar-bg{
     background-color:#fff;
	/* padding:20px; */
    margin-top: 20px;
}
.sidebar{
   background: #fff;
}
.sidebar h3 {
    background-color:#c70404;
    color:#ffffff;
    padding:10px;
    margin:0;
    font-weight:bold;
    font-size: 22px;
    }
.sidebar ul {
    padding: 10px 10px 0 20px;
    }
.sidebar li {
    list-style: square;
    color:#0c3470;
    padding:10px;
    border-bottom: 1px solid #eae7e7;
    }
.sidebar li:last-child {
    border-bottom: none;
}
.map {
	margin-bottom:-10px;
	padding:0;
}
footer {
    background-color: #f1f1f1;
    color: #083061;
    margin: 0;
    padding: 20px 0;
    font-size: 15px;
}
footer span {
    color: rgb(255, 255, 255);
}
footer h1, footer h2 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid;
    width: max-content;
}
footer p{
    color: #083061;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
footer ul{
    margin: 0;
    padding-left:15px;
}
footer li{
    list-style: square;
    color: #083061;
    padding: 0;
}
footer ul li a{
color: #083061;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}
footer ul li a:hover {
    color: #083061;
    transition: all 0.1s ease-in-out;
    padding-left: 3px;
  }
  footer p a {
    color: #083061;
    font-size: 18px;
}
  footer p a:hover {
        color: #dd3333;
        transition: all 0.1s ease-in-out;
        padding-left: 3px;
}
footer a{
    color: #083061;
}
footer a:hover{
        color: #083061;
        transition: all 0.1s ease-in-out;
        padding-left: 3px;
}
/* single page setting */
.category-main-container::before,
.single-page-main-post,
.single-page-side-bar::after{
    content: "";
}

.category-main-container,
.single-page-main-post,
.single-page-side-bar{
    position: sticky;
    top: 10px;
}
.single-page-post h1{
    color:#0f4aa0;
	font-size:36px;
	font-weight:600;
    font-family: 'Mukta', sans-serif;
    margin-top: 20px;
}
.single-page-post h1 xmp {
    white-space: break-spaces;
    font-family: inherit;
}
.single-page-post .img-front-page {
    width: 100%;
    height: auto;
    margin: 20px 10px 0 0;
    float: left; 
    border: 0;
}
.single-page-post .content-block img{
    margin:0;
}
.single-page-post ul li {
    color: #6b6969;
}
.author{
    color:#222;
    margin-left: 10px;
    font-size: 14px;
	font-weight:600;
}
.author img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 5px;
    border: 1px solid #bababa;
}
/* setting for category */
.category-content{
    background: #f8f8f8;
}
.category-header {
    background: #fff;
    margin: 20px 0;
    padding: 10px;
}
.category-header h1{
    color: #07529f;
    font-size: 26px;
    margin: 0;
}
.category-content .content-block{
    background: #fff;
    padding: 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.pagination{
    margin: 20px;
}


/*settings for contact form*/
.contact-page-content{
    margin-top: 20px;
}
.contact-page-content .col-md-6{
    max-width: 100%;
}
form#main-contact-form .form-group{
    margin: 20px 0;
}
#main-contact-form
    .btn-primary {
        color: #fff;
        background-color: #008cc9;
        border-color: #0d6efd;
        border-radius: 0;
    }
.form-control {
    border-radius: 0;
}
/*setting for quiz section*/
.quiz-content{
    margin-top: 20px;
}
.question{
    background: #f4f4f4;
    margin-top: 10px;
}
.question xmp{
    padding-left: 10px;
}
.single-quiz-content h1{
    font-size: 30px;
    color: #337ab7;
    font-weight: 400;
}
.single-quiz-content h2{
    color: #009688;
    font-size: 20px;
    font-weight: 500;
}
.single-quiz-content h3{
    font-size: 18px;
    text-decoration: underline;
}
.single-quiz-content hr{
    margin: 0;
}
button#start_quiz {
    padding: 10px;
    border: 0;
    background: #008cc9;
    color: white;
}
select.number_of_questions {
    width: 50%;
    padding: 10px;
    margin: 20px 0;
    font-size: 16px;
    border-color: rgba(0,0,0,0.2);
}
select#quiz_category {
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    font-size: 16px;
	border-color: rgba(0,0,0,0.2);
}
ol li {
    padding-left: 10px;
}

/*search page*/
.search-page-content {
    max-width:100%;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 0;
    display: inline-block;
}
.search-page-content h2 xmp {
    white-space: break-spaces;
    font-family: inherit;
}
.search-page-content img {
    float: left;
    max-width: 300px;
    margin-right: 20px;
}
.search-header{
    background: #083061;
    padding: 10px;
    color: #fff;
}
.page-not-found {
    text-align: center;
    margin: 20px;
}
.page-not-found h1{
        font-size: 100px;
        font-weight: 700;
        margin: 20px;
        color: #083061;
    }
.page-not-found h2{
        color: #083061;
    }
.page-not-found .btn-success {
        color: #fff;
        background-color: #083061;
        border-color: #083061;
        padding: 20px;
        border-radius: 50px;
        text-transform: uppercase;
        font-size: 20px;
    }
@media only screen and  (max-width: 360px){
        .page-not-found h1{
            font-size: 100px;
        }
    }

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #fff;
}
.tab-pane li{
    list-style: none;
    margin:10px 0;
    font-size: 17px;
    font-weight: 600;
}
.tab-pane li a img.attachment-full.size-full.wp-post-image {
    width: 80px;
    margin-right: 5px;
    clear: both;
    float: left;
    height: 50px;
    object-fit: cover;
    object-position: top
}
.tab-pane li a img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 80px;
    height: 50px;
    margin-right: 5px;
    float: left;
    object-fit: cover;
    object-position: top;
    clear: both;
}
.ago {
    font-size: 12px;
    text-align: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: 700;
    border-radius: 0;
}
.nav-tabs .nav-link.active {
    background: #e40e0e;
    color: #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    background: #9f0202;
    color: #f1f1f1;
}
.nav-tabs .tabnews {
    background: #152f5e;
    color: #fff;
    border: none;
    border-radius: 0;
}
  .author-heading{
        font-size:36px;
        color:#0f4aa0;
        margin:10px 0;
    }
    .author-block{
        margin:5px 20px 5px 0; 
        background:#f1f1f1;
        padding-right:20px;
    }
    .author-block h2{
        font-size:24px;
        font-weight:600;
    }
    .author-block p{
        text-align:justify;
        font-size:16px;
    }
    .author-block .author{
        margin-bottom:10px;
    }
    @media(max-width:667px){
        .author-block{
        margin:0;
        }
        .author-heading{
        font-size:18px;
    }
    .author-block h2{
        font-size:18px;
    }

    }
.latest-page{
    background-color: #fff;
}
.latest-page li{
    list-style: none;
    margin:10px 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
}
.latest-page li a img.attachment-full.size-full.wp-post-image {
    width: 80px;
    margin-right: 5px;
    clear: both;
    float: left;
    height: 50px;
    object-fit: cover;
    object-position: top
}
.latest-page li a img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 80px;
    height: 50px;
    margin-right: 5px;
    float: left;
    object-fit: cover;
    object-position: top;
    clear: both;
}
    .saboxplugin-wrap .saboxplugin-gravatar img{
        width: 100px;
        height: 100px !important;
    }
    .saboxplugin-wrap .saboxplugin-authorname a {
        text-decoration: none;
        font-size: 22px;
        margin: 0;
    }
    .excerpt{
        opacity: 0.70;
    }
    .saboxplugin-wrap .saboxplugin-desc p, .saboxplugin-wrap .saboxplugin-desc{
        font-size: 18px !important;
    }

    .page-not-found{
        position: sticky;
        top: 150px;
    }
    .sidebar-bg{
        position: sticky;
        top: 150px;
    }
    #popupNotice {
	  position: fixed;
	  inset: 0;
	  background: rgba(0,0,0,0.7);
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  z-index: 9999;
	}
.popup-content {
  	background: #fff;
  	padding: 20px;
  	max-width: 600px;
  	border-radius: 10px;
 	height:90%;
}

.popup-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.notice-item {
  animation: fadeIn 0.3s ease;
  height: 90%;
  overflow: scroll;
}
.popup-content {
  position: relative;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 10px;
  background: #ff4d4d;
  border: none;
  color: #fff;
  font-size: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
}

.popup-close:hover {
  background: #e60000;
}
.popup-actions button {
  padding: 5px 10px;
  border-radius: 5px;
  background: #20519a;
  color: #fff;
  text-align: right;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}


@media (max-width: 480px) {
  .popup-box {
    padding: 20px;
  }
}
@media (max-width: 667px) {
    .popup-content{
        width: 90%;
        height: auto;
    }
}

.emagazine-layout{
    max-width:1200px;
    margin:auto;
    background:#ecf5ff;
    color:#222222;
    padding:30px;
    }

.emagazine-title{
    font-size:36px;
    margin-bottom:20px;
    }

.emagazine-viewer{
    background:#ecf5ff;
    padding:20px;
    }
.saboxplugin-wrap {
    margin: 20px 0;
    background: #f7f7f7;
}

.wp-block-quote, blockquote {
    display: inline-block;
    float: right;
    padding: 50px 20px 10px 10px;
    border-right: none;
    margin: 10px 0px 10px 20px;
    max-width: 350px;
    position: relative;
    vertical-align: top;
    line-height: 168%;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    background-color: rgba(66, 151, 255, 0.21);
	border-bottom: 8px solid rgba(8, 48, 97, 0.82);
}
blockquote p{
	color:#083061;
	font-style:italic;
}
.wp-block-quote p{
	color:#083061;
}

blockquote::before
{
	content: '\f10d';
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 60px;
    line-height: 110%;
    font-family: fontawesome;
    font-style: normal;
    color:#083061;
}
@media(max-width:418px){
    .wp-block-quote, blockquote {
    display: inline-block;
    padding: 50px 20px 10px 10px;
    border-right: none;
    margin: 10px 0px 10px 20px;
    max-width: 210px;
	}
}

/*
.wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 4em 0;
  text-align: center;
} 

.wp-block-pullquote {
    display: inline-block;
    float: right;
    padding: 50px 20px 10px 10px !important;
    border-right: none;
    margin: 10px 0px 10px 20px !important;
    max-width: 350px;
    position: relative;
    vertical-align: top;
    line-height: 168%;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    background-color: rgba(66, 151, 255, 0.21);
	border-bottom: 8px solid rgba(8, 48, 97, 0.82);
}

.wp-block-pullquote p{
	color:#083061 !important;
	font-style:italic;
    margin-top: 10px !important;
}

.wp-block-pullquote::before
{
	content: '\f10d';
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 60px;
    line-height: 110%;
    font-family: fontawesome;
    font-style: normal;
    color:#083061;
}
@media(max-width:418px){
   .wp-block-pullquote {
    display: inline-block;
    padding: 50px 20px 10px 10px;
    border-right: none;
    margin: 10px 0px 10px 20px;
    max-width: 210px;
	}
}
*/
   .badge{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: max-content;
    margin-bottom: 15px;
}

.badge-single{
    margin-top: 20px;
    text-align: left;
    width: max-content;
}
.badge span.post-badge,
.badge-single span.post-badge
{
    background-color: #dd3333;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    padding: 7px 10px;
}
.leafio-aspc-section {
  background: #def3ff;
  padding: 15px;
  margin: 20px;
  border-radius: 5px;
}
h3.post-subtitle{
	font-weight: 700;
 	color: #0f4aa0;
	font-size:24px;
}
@media(max-width:412px){
	.navbar .openBtn{
	position:absolute;
	right:0;
	}
}

