@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; /* add border to the buttons */
    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{ /* use :before to add the relevant icons */
    font-family: "Font Awesome 5 Brands";
    content: "\f39e"; /* add facebook icon */
}
.social-facebook:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5; /* change the border color on mouse hover */
}
.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;
    /*background: #fff;*/
    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;
    /* position: absolute; */
}
.search-box:hover{
	background:white;
	padding: 10px;
}

nav{
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: visible;
    scroll-behavior: smooth;
    font-family: 'Karma', serif;
    font-weight: normal;
    font-size: 17px;
}
/* @media(max-width: 992px){
    nav{
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: scroll;
        visibility: visible;
        scroll-behavior: smooth;
    }body {
        overflow-x: hidden;
    }
  } */

  /* @media(max-width:992px){
    .main-logo {
        display: none;
        }
  } */
    @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;
        display: none;
        padding: 8px 15px;
    }
    .bg-header {
        background: #083061;
        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;
    }
}
.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; /* padding:20px; */
    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;
}
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 {
    /* list-style:url(../images/list.jpg); */
    padding: 10px 10px 0 20px;
    }
.sidebar li {
    /* list-style:url../images/list.jpg); */
    list-style: square;
    color:#0c3470;
    padding:10px;
    border-bottom: 1px solid #eae7e7;
    }
.sidebar li:last-child {
    border-bottom: none;
}
footer {
    background-color: #f1f1f1;
    color: #083061;
    margin: 50px 0 0 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{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer li{
    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 */
.single-page-post h1{
    color:#0f4aa0;
	font-size:36px;
	font-weight:600;
    font-family: 'Mukta', sans-serif;
    margin-top: 20px;
    line-height: normal;
}
.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:#6b6969;
    margin-left: 10px;
    font-size: 14px;
}
.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;
}

/* unicode convertor */
.nepalitype-left-col {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}
.unicode-border {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
    display: inline-block;
    margin-top: 5px;
}

/* .body{clear:both;margin:0 auto;} */
.unicode_wrap{width:100%;text-align:center;margin-bottom: 30px;float:left;}
.unicode_roman{text-align:left;color:#999;width:100%;margin:0 auto;}
.unicode_cap{width:150px;line-height:18px;background-color:#FFF;padding:10px;border-left:1px solid #CCC;border-top:1px solid #CCC;border-right:1px solid #CCC;border-top-left-radius:5px;border-top-right-radius:5px;background:#008cc9;color: #fff;}
.unicode_cap_1{width:150px;line-height:18px;text-align:center;background-color:#FFF;border-left:1px solid #CCC;border-top:1px solid #CCC;border-right:1px solid #CCC;border-top-left-radius:5px;border-top-right-radius:5px; background: #008cc9;padding:10px; color: #fff;}
.textarea_unicode{width:97.988%;height:auto;outline:none;border:1px solid #cccccc;padding:5px;font-size:18px;font-family:"Courier New",Courier;background-image:#cccccc;background-repeat:repeat;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.unicode-marquee{background:#cccccc;padding-left:5px;padding-right:5px;}

/*preeti to unicode converter*/
.unicode-roman {
	color:#999;
	width:100%;
	margin: 0 auto;
	}
.unicode-cap, .unicode-cap{
	width:auto;
	display:inline-block;
	padding:10px;
	line-height: 18px;
	font-size:16px;
	background-color:#008cc9;	
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 5px;
	border-left: 1px solid #008cc9;
	border-top: 1px solid #008cc9;
	border-right: 1px solid #008cc9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.textarea-unicode {
	width:98%;
	height: auto;
	outline: none;
	border: 1px solid #cccccc;
	padding: 5px;
	font-size:20px;
	font-family: preeti,"Courier New", Courier;
	background:#f2f2f2;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	}
.textarea-unicode-1 {
	width:98%;
	height: auto;
	outline: none;
	border: 1px solid #cccccc;
	padding: 5px;
	font-size:14px;
	font-family: "Courier New",Courier;
	background:#f2f2f2;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	}
#converter {
    background:#008cc9;
	padding:10px;
    color: #fff;
	font-size:16px;
	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius:1px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-decoration: none;
    cursor:default;
    border:none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#converter:hover {
	width: auto;
	height: 100%; 
    border: none;
    background-color:#009688;
	color: #fff;
	text-decoration: none;
	cursor:pointer;
	-webkit-box-shadow: 0 0 5px 2px #D4D4D4;
	box-shadow: 0 0 5px 2px #D4D4D4;
}
.action-button{
	text-align: center;
}
.nepali-english-converter{
	margin-top: 20px;
}
/*date converter*/
.nepali-date-converter .form-inline .form-group {
        margin-right: 10px;
        margin-left: 5px;
        min-width: 100px;
        border-radius: 0 !important;
        display: inline-block;
    }
.nepali-date-converter .form-control {
            min-width: 100px;
            border-radius: 0 !important;
        }
.nepali-date-converter input[type='submit'].btn-primary {
    margin-top: -5px;
    background:#008cc9;
    border-radius: 0;
    border: 0;
    padding: 7px;
}
.alert-info {
    color: #fff !important;
    background-color: #0f4a45;
    border-color: #bce8f1;
    margin: 0;
}

@media (max-width:667px){
    .nepali-date-converter .form-inline .form-group {
        display:block;
    }
    .nepali-date-converter input[type='submit'].btn-primary {
        margin-top: 10px;
        background: #0d6efd;
    }
}
/*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 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: #b80101;
    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;
    }

    }
    .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;
    }