/*
Theme Name: Magzine
Theme URI: http://www.sobizpress.com
Author: Binod Bhattarai
Author URI: http://www.bbinod.com.np
Description: Commercial Template of sobizpress
Version: 2.0.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td:focus {
    border: 0;
    font: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Ek Mukta', sans-serif;
}
img{vertical-align: middle;max-width: 100%;height: auto;}
ul{padding: 0;list-style: none;}
li{list-style: none;}
body {
    overflow-x: hidden;
}
a{
    color: #003265;
    text-decoration: none !important;
}
a:hover,a:focus{
    color: #f37f08;
    outline: 0;
}
.ads img {
   margin-bottom: 15px;
   width: 100%;
}
strong {
    font-weight:  bold;
}
.ads h3 {
   display: none;
}
p {
    color: #777;
    font-size: 17px;
    line-height: 30px;
}
i {
    font-family: fontawesome;
    font-style: normal;
}
#pad-btm {
    padding-bottom: 15px;
    overflow: hidden;
}
p.published-date {
    color: #333333;
    font-size: 12px;
    float: right;
}
.top-heading h2 {
    color: #e6003c;
}
.top-heading {
    border-bottom: 1px solid #003265;
    display: block;
    line-height: 36px;
}
.ads-thi {
    background: #eee;
    padding: 45px;
    font-size: 25px;
    text-align: center;
    color: #afafaf;
    margin-top: 20px;
}
.ads-thi:last-child {
    margin-bottom: 0;
}
.cat-head {
    display: block;
    background: #003265;
    overflow: hidden;
    margin-bottom: 15px;
    z-index: 0;
}
.cat-head a {
    background: #ff0000;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 22px;
    padding: 0 15px;
    display: inline-block;
    position: relative;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----HEADER---
------------------------------------------------------------------------------------------------------------*/
.affix{
    top: 0;
    z-index: 9999;
    width: 100%;
}
.navbar-nav {
    margin: 0 -30px;
}
.navbar {
    border-radius: 0;
    border-right: none;
    border-left: 0;
    border: none;
    background: #003265;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #ff0000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #ff0000;
}
.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top:0px;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    background: #222;
}
.dropdown:hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}
.dropdown-item {
    clear: both;
    display: block;
    padding: 0 10px;
    color: #fff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body---
------------------------------------------------------------------------------------------------------------*/
.sb-break h3 {
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
}

.sb-break a {
    font-size: 50px;
    display: block;
    font-weight: 600;
    line-height: 85px;
}
.sb-break h2 {
    background: #f00;
    display: inline-block;
    padding: 0 10px;
    font-size: 23px;
    color: #fff;
}
.sb-break img {
   margin: auto;
}
.sb-break {
    background: #ddd;
    padding: 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.t-bg {
    display: block;
    font-size: 25px;
    font-weight: 600;
}
.t-sm {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.def-bx img {
    float: left;
    margin-right: 10px;
}
.main-bx {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.def-bx {
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    position: relative;
}
.blg-bx {
    background: #ececec;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 1px 3px 5px #ddd;
}
.blg-bx img {
    margin: auto;
    border-radius: 50%;
}
.writer {
    color: #0b4da2;
}
.date {
    color: #fcb040;
    font-size: 13px;
    background: #fff;
}
.overlay {
    position: relative;
    margin-bottom: 15px;
}
.overlay a{
    color: #fff;
    z-index: 2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(95%,rgb(0, 0, 0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 15px;
    width: 100%;
}
.nav-tabs {
    border-bottom: none;
    background: #f00;
}
.nav-tabs > li {
    margin-bottom: 0px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #14560f;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #003265;
    border: none;
    border-bottom-color: #14560f;
}
.tab-content {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.scrollbox {
    height: 485px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
}
.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
    visibility: visible;
    background: #fff;
}
.scrollbox_delayed {
    transition: visibility 0.2s;
}
.scrollbox_delayed:hover {
    transition: visibility 0s 0.2s;
}
#mybox::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}
#mybox::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c5c5c5;
    padding: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
#footer-note {
    background: #0b4da2;
    color: #848484;
    padding-top: 25px;
    padding-bottom: 10px;
}
.foot-list li a:hover {
    color: #dedede;
    transform: scale(1.1);
}
.foot-list li a {
    display: inline-block;
    float: left;
    margin-right: 10px;
    border:1px solid #fff;
    width:45px;
    height:45px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    border-radius: 50%;
    transition: linear all 0.5s;
}
.last-foot li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.last-foot li {
    display: inline-block;
    border-right: 1px solid #a09797;
    padding-right: 10px;
    margin-right: 5px;
    float: left;
    margin-top: 10px;
}
.last-foot li a {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 12px;
}
.last-foot li a:hover {
    color: #d26b6b;
}
.note {
    font-size: 12px;
    line-height: 50px;
    display: block;
}
#footer {
    background: #0b4da2;
    text-align: center;
    color: #fff;
    padding: 10px;
}
ul.news-list {
    padding: 10px;
    border-bottom: 1px dotted;
}
.ar-bx {
   
    padding: 5px;
    height: 500px;
    background: #eee;
    margin-bottom: 20px;
}
.entry-title h1, h5 {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
li.single_share {
    text-align: right;
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin-bottom: 15px;
    padding: 5px;
}
.tt-sbz {
    background: #e6003c;
    display: block;
    overflow: hidden;
    text-align: center;
}
a.title-color {
    font-size:  17px;
    font-weight: bold;
}
.archive-box {
    margin-top: 10px;
    height: 355px;
    background: #e8e2e2;
    margin-bottom: 10px;
    padding: 5px;
}
.single-content p {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 35px;
    text-align: justify;
    color: #333;
}
.entry-title h5 {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
.contact p {
    color: #fff;
}
.contact {
    text-align: center;
}
#footer-contact {
    background: #0c5bc1;
}