/*
Theme Name: WSN NEWS
Theme URI: https://www.websoftnepal.com
Author: 
Author URI: http://www.websoftnepal.com
Description: Custom template for News: News Portal Site 
Version: 1.2.11
*/
@import url('font-awesome.css');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,300italic,300);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

@import url('font-awesome.css');
@import url('medical-font-icons.css');
@import url('owl.css');

/*--------------------------------------------------
:Global
-------------------------------------------------- */
p iframe {
    width: 100%;
}
hr {
    box-sizing: content-box;
    height: 0;
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #ddd;
}
.dtime {
    float: right;
    margin-top: 30px;
    padding-top: 5px;
    background: #fd0160;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 1px 1px 1px grey, -1px -1px 1px black;
}
.owl-dots {
    display: none!important;
}
li#menu-item-322 {
    background: #feaf02;
}
a {
    color: #0a0a0a;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
font-family: 'Ek Mukta', sans-serif;
}
body {
  font-family: 'Ek Mukta', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #444;
  background: #ebebeb;
}
p {
color: #484848;
line-height: 25px;
}
body .container {
  max-width:1170px;
}
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-weight: 400;
    font-family: "Ek Mukta", sans-serif;
}
a {
    color: #1a74bb;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
select {
  font-family: 'Open Sans', sans-serif;
}
.sitemap a {
    color: #eee;
    font-size: 17px;
    padding: 5px;
}
.sitemap {
    padding: 40px;
    margin: 20px 0px 0px;
    display: block;
    overflow: hidden;
    background: #28295F;
    color: #fff;
}
.contact a {
    color: #fff;
    font-size: 16px;
	text-decoration: none;
}

.contact {
    margin: 10px auto 0px auto;
}
/*--------------------------------------------------
:: Responsive Management Mobile Screen
-------------------------------------------------- */
@media screen and (max-width: 767px) {
.header-right {  display: none; }
.header-top { display: none;}
.banner a { font-size: 35px; line-height: 45px; }
	.main-header .header-lower {display: none; }
.header-top { display: none;}
.main-header .logo img {
   padding: 20px 0;
}
.news-tab {
    display: none;
}
a.navbar-brand {color: #ffffff;background: #005182;margin-top: -10px; margin-left: 10px;}
#wprmenu_bar, #wprmenu_bar * {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    font-family: inherit;
    list-style: none;
    text-align: left;
    font-size: 100%;
    font-weight: 400;
    color: #fff!important;
}
}
a.navbar-brand {
    color: #ffffff;
    background:#fd0160;
}
/*--------------------------------------------------
:: Tab Management
-------------------------------------------------- */
.nav-tabs > li {
    float: left;
    font-size: 17px;
    color: #fff;
    /*margin-right: -6px;*/
}

.nav-tabs > li a {
    color: #fff;
    float: left;
    border-right:1px solid #f5f5f5b0;
    font-size: 17px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #dddddd;
    background: #940001;
    border-radius: 0;
}
.tab-content {
    padding: 10px;
    border-top: transparent;
    margin-bottom: 15px;
    overflow: hidden;
}
.nav-tabs {
    background: #940001!important ;
}
.overlay-box2 img {
    height: 250px;
}
/*Nevigation **/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}
div#navigation {
    text-align: center;
    padding: 20px 0px;
    border: 1px solid #efefef;
}
/*--------------------------------------------------
:: Title Style
-------------------------------------------------- */
.message_banner {
    text-align: center;
    box-shadow: 0 0 20px #888;
    padding: 15px 20px;
    background: linear-gradient(to right,#fff,#e1fbe9);
}
.message_banner h3 {
    margin: 8px 0px 12px 0px;
    font-size: 22px;
    color: #1f7027;
    font-weight: bold;
}
.message_banner p {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: bold;
}
.message_banner a {
    display: inline-block;
    color: #222222;
    margin: 4px 7px 2px 7px;
    border: 1px solid #ebcd9b;
    padding: 2px 20px;
    background: #FFF;
    border-radius: 5px;
}
.message_banner a span.glyphicon {
    margin-right: 2px;
}
.message_banner a:hover {
    color: #FFF;
    text-decoration: none;
    background: #00043c;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.header-gb .main-title.red:after {
    background-color:#320c58;
}*/
.header-gb .main-title:after {
    z-index: 0;
    top: 48%;
    left: 0;
    width: 100%;
    height: 5px;
    content: " ";
    position: absolute;
}
.header-gb .main-title {
/*	background: url(assets/images/icons/dots2.jpg) right no-repeat;*/
    margin: 0;
    line-height: 1;
    color: #fff;
    position: relative;
 
}
.header-gb {
	 background-color: #fff;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #cccccca3!important;
	margin-top: 10px;
}

/*--------------------------------------------------
:: News Elements
-------------------------------------------------- */
.feature-block1 a {
	color: #333;
    padding: 10px 0px;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
}
.center-block-news {
    padding: 0px 30px;
    border-left: 1px solid #efefefa6;
    border-right: 1px solid #efefefa6;
}
section.left-content {
    background: #fff;
	width:70%;
	margin-right: 15px;
}
.small-newsboxx.col4 a {
    color: #4D0000 !important;
}
.small-newsboxx.col4 img {
    width: 100%;
    height: 150px;
    margin: 10px 0px;
}
.overlay-box.imgheight img{
    width: 100%;
    height: 157px!important;
}
.vid {
    background: #2F2626;
    display: inline-block;
    padding: 20px;
}
.vcnt {
    border: 1px solid rgba(204, 204, 204, 0.15);
    padding: 20px;
}
a.overlay {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    color: #ddd;
    font-size: 30px;
    line-height: 38px;
    padding: 15px;
    background: linear-gradient(to bottom, rgba(142, 140, 140, 0), rgb(0, 0, 0));
}
a.overlay:hover {
    color: #fff;
}
.overlay-box {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
}
.subtitle {
    color: #461a6f;
    font-size: 14px;
    margin: 5px 0;
    line-height: 20px;
    font-style: italic;
}
.long-ads img {
    margin: 15px 0px;
    width: 100%;
}
.title-news {
   margin: 20px 0px;
    border: 4px double #cccccc;
    padding: 15px 5px;
}
.ttitle a {
    font-size: 40px;
    line-height: 48px;
    color: rgb(23, 23, 70);
    text-align: center;
font-family: 'Ek Mukta', sans-serif;
}
div#feature-archive a {
   line-height: 35px;
    font-family: ek mukta;
    margin-bottom: 3px;
    color: #2d2d2d;
    font-size: 30px;
	text-align:center;
	display: block;
}
div#feature-archive img {
    width: 100%;
}
div#feature-archive {
    margin: 10px;
    padding: 15px 5px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    display: block;
    overflow: hidden;
}
.feature-block p {    
    font-size: 14px;
    padding-top: 10px;
    color: #000;
    font-weight: 400;
    font-family: mukta;
}
.writer-archive {
    color: #b94a48;
    float: right;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
}
.writer p {
    color: #000;
    font-weight: bold;
    text-align:right;
}
.feature-block{
margin:3px 0px;
padding-bottom: 5px;
display:inline-block;
}
div#feature img {
    width: 100%;
    margin: 5px 16px 5px 0;
    height: auto;
}
div#feature2 img {
    height: 160px;
}
.small-block,.small-newsbox,.bichaar-block{
    display: inline-block;
    padding: 5px 0px 5px 0px;
    margin-bottom: 10px;
}
.bichaar-block{
    display: inline-block;
    margin-bottom: 5px;
    padding: 0px 5px;
    width:100%;
}
.feature-newsbox-top {
    border-top: 1px dotted maroon;
    padding-top: 5px;
}
.rightbar-news {
    margin-top: -10px;
    background: #fff;
    overflow: hidden;
    max-height: 467.5px;
}

.rightbar-news p,.small-newsbox p, .bichaar-block p,.small-block p,div#feature-archive p{
    font-family: "Ek Mukta", sans-serif;
    font-size: 16px;
    padding-top: 10px;
    color: #333;
    font-weight: normal;
}
div#feature-archive:hover {
    border: 1px solid rgba(0, 0, 0, 0.25);
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 4px #d4d4d4;
    transition: ease-in 0.5s;
    background: #ebebeb5c;
}
.center-block-s {
    border-bottom: 4px double #f9efef;
    display: block;
    overflow: hidden;
}

/*--------------------------------------------------
:: Link a
-------------------------------------------------- */
a.view-all {
    float: right;
    font-size: 20px;
    color: #fff;
    display: block;
    text-decoration: underline;
    font-weight: bold;
}
a.view-all:hover{color:#ccc;}
.flash-news a {
    border: 4px inset #2e3293;
    padding: 35px;
    font-size: 45px !important;
    text-align: center;
    line-height: 55px;
}
.small-block a,.small-block-related a,.small-newsbox a, .bichaar-block a,.feature-block a {
    color:#464646 !important;
}
.small-block a:hover,.small-newsbox a:hover, .bichaar-block a:hover {
    color:#723d93!important;
}
div#feature2 a {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 3px;
    font-family: "Ek Mukta", sans-serif;
    text-decoration: none;
}
.feature-block a {
    color: #333;
    font-weight: 600!important;
    font-size: 26px;
    line-height: 32px!important;
    margin: 0;
    font-family: ek mukta,sans-serif;
    margin: 15px 0;
}
.small-newsbox a, .bichaar-block a{
    line-height: 27px;
    font-family: "Ek Mukta", sans-serif;
    text-decoration: none;
    display: block;
    font-size: 19px;
    font-weight: 500;
    margin: auto 0px;
	}
.small-block a ,.small-block-related a {
    font: inherit;
    line-height: 27px;
    margin-bottom: 3px;
    font-size: 20px;
    font-family: "Ek Mukta", sans-serif;
    text-decoration: none;
    font-weight: bold;
}
.small-block-related img{width:100%;height:150px;}
/*--------------------------------------------------
:: Highlights
-------------------------------------------------- */
.scrollnews {
    background: #9e0404;
}
.highlight {
    position: absolute;
    margin-top: -35px;
    display: block;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    background:#3344c3;
    height: 35px;
    padding: 0 14px;
}
div#highlight-news p {
    padding: 5px 5px 0px 5px;
    margin-top: 0px;
    color: #fff;
}
marquee {
    font-size: 17px;
    z-index: 999;
    width: 100%;
    margin-left: -10px;
}
marquee a {
    color: #fff;
    margin-right: 10px;
    font-size: 17px;
    font-family: 'Ek Mukta', sans-serif;
    margin-top: 16px;
	}
marquee a:hover {
    color: #ccc;
}
div#border news-block :hover {
    overflow-y: scroll; 
}
.small-block-over img {
    float: left;
    width: 100%;
    height: auto;
}
.small-block img {
    float: left;
    width: auto;
    max-height: 210px;
    padding: 10px 0px;
}
.small-newsbox img {
    /*float: left;
    padding: 2px 15px 0px 0px;
    margin-top: 4px;*/
    height: auto;
    width: 130px; 
}
.bichaar-block img {
    float: left;
    margin-right: 15px;
    height: 165px;
    width: 100%;
    border-radius: 50%;
    padding: 10px;
}
.writer {
    font-size: 13px;
    text-align: center;
    color: #279f48;
    font-weight: bold;
}

.right-manoranjan img {
    width: 100%;
    height: 170px;
}
.mano-class {
    max-height: 507px;
    overflow: hidden;
    display: block;
}
.mono-esp {
    background: #000000;
    border-top-right-radius: 10px;
    padding: 5px;
    border-bottom-left-radius: 10px;
    margin-top: 8px;
}
div#scroll-box:hover {
    overflow-y: scroll;
}
div#scroll-box1:hover {
    overflow-y: scroll;
    width: 106%;
}
div#scroll-box {
    max-height: 430px;
    overflow: hidden;
}
.banner-news img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20 0px;
    width: 90%;
    height: auto;
}
.banner {
    padding: 30px 0px;
}
.breaking-news {
    height: 40px;
    margin-bottom: 10px;
    clear: both;
    position: relative;
}

.post-data {
    padding: 0px 15px;
    font-size: 16px;
}
.post-data img {
    width: 100%;
    height: auto;
    margin: 20px 0px;
}
/*--------------------------------------------------
:: Artha Nav
-------------------------------------------------- */
.artha-nav {
    margin-top: -60px;
    float: right;
    display: block;
}
.artha-nav ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #480404;
    background: none;
    overflow: hidden;
    text-transform: uppercase;
     transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; 
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-right: 1px solid rgba(39, 9, 9, 0.25);
}
/*--------------------------------------------------
:: Title
-------------------------------------------------- */
.title-web:before {
    content: "";
    border-bottom: 12px double #723d93;
    width: 100%;
    position: absolute;
    top: 15px;
    z-index: -1;
}
.title-web {
    position: relative;
    display: block;
}
.title-web a {
     display: inline-block;
    color: #005182;
    font-size: 26px; 
    font-weight: 600;
    z-index: 3;
    line-height: 46px;
    background: #fff;
    padding: 0px 8px;
    position: relative;
    left: 10%;
}
.share {
    padding: 5px;
    margin-top: 10px; }
	.content-box {
    border: 1px solid #f5f5f5;
    margin: 0px 5px;
}
.content-box h1 {
    line-height: 50px;
    color: #424242;
    font-size: 40px;
    margin-bottom: 10px;
    font-family: "ek mukta";
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
    font-weight: bold;
    background: #ffd9e7;
	text-align: center;
}
.post_date {   
    font-style: italic;
    padding-right: 15px;
    border-bottom: 1px solid #cccccc91;
    border-top: 1px solid #cccccc91;
    background: #e7d7ff;
    text-align: center;
}
.post-data p {
    font-size: 17px;
    color: #363636;
    font-family: mukta;
    margin: 0 0 10px;
    line-height: 30px;
    padding: 10px;
    text-align: justify;
}
.artha-block {
    background: linear-gradient(white,#ffff8a);
}

span#title-rb {
    padding:8px;
    color: #440f75;
    display: block;
    font-weight: bold;
    border: 1px solid #f5f5f5;
}
span#title-rbt {
    background: #1d2129;
    padding: 8px 20px;
    color: #fff;
    display: block;
font-size:19px;
    margin-bottom: 10px;
    border-bottom: 4px solid #ffc808;
}
span#title {
    background: #2e3192;
    padding: 5px 15px;
    color: #fff;
    display: block;
    border-bottom: 10px #58a4c7 solid;
    margin-bottom: 10px;
    border-left: 20px solid #468847;
    border-right: 20px solid #468847;
    border-top: 10px #58a4c7 solid;
    text-align: center;
    font-size: 15px;
}
h1#title-artha {
    background-color:#0a0a84;
    color: #fff;
    /* display: inline-block; */
    padding: 7px 30px 2px;
    font-size: 23px;
    font-weight: 100;
}

span#title-artha {
    padding: 5px;
    margin-left: -10px;
    color: #fff;
    font-size: 20px;
    /* background: url(http://www.lightnepal.news/wp-content/themes/lightnepal/images/flag.png) #2f3d5d no-repeat; */
    font-weight: bold;
}
h1#title {
 font-size: 19px;
    margin-top: 0;
    font-weight: 700;
    border-bottom: 3px solid hsl(6, 90%, 48%);
    border-top: 3px solid hsl(6, 90%, 48%);
}
span#title1 {
    color: #b00;
    padding: 10px 9px;
    line-height: 1em;
    background: #f9f9f9;
    margin: 0;
    display: inline-block;
    font-size: 19px;
    height: 21px;
    margin-left: 5px;
}
h1#title1 {
    box-shadow: 0px 2px 3px #f9f9f9;
    position: relative;
    height: 41px;
    background: #f9f9f9;
    text-align: left;
    margin: 0;
    border-bottom: 4px solid #ccc;
    font-weight:bold;
}
h2#title {
font-size: 17px;
border-bottom: 3px solid #ccc;
background: #26A;
margin-top: 0px;
padding: 5px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
color: #fff;
}
h1#title12 {
    font-size: 17px;
    text-align: left;
}
/*--------------------------------------------------
:: List Style
-------------------------------------------------- */
ul.list {
  list-style: none;
/*margin-left:-40px;*/
}
ul.list:hover {
    background: #eee;
}
.list li{
    padding: 0px 0 4px 8px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    margin-bottom: -3px;
}
ul.list img {
    width: 11px;
    height: 20px;
} 
ul.list a {
    display: block;
    /* margin: 5px 0; */
    margin-bottom: 3px;
    font-size: 15px;
    padding: 6px 0px;
    color: #101010;
    text-decoration: none;
    font-weight: 549;
    font-family: mukta;
}
ul.list a:hover{color:#940001;}
ul.list li:before {
    position: absolute;
    color: #0a0a0a;
    /*content: "\f307";*/
    font: normal normal normal 18px/1 FontAwesome;
    margin-left: -5px;
    line-height: 40px;
}
.logo {
  margin: 0px;
}
.bel-interview {
    overflow: hidden;
}
/*--------------------------------------------------
:: Footer
-------------------------------------------------- */
.copy-container .container{
background: #0a1a69;
color: #fff;
}
.copy-container {
    margin-top: 15px;
}
.footer-menu {
color: #141313;
padding: 4px;
line-height: 20px;
margin-top: -5px;
}
.footer-menu a, site-info a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    float: left;
    height: 45px;
    font-weight: normal;
    margin-top: 5px;
}
.site-info p {
    float: right;
    font-size: 13px;
    margin-top: 5px;
}
.footer-menu a:hover {text-decoration: underline;}
.site-info {
padding-top: 10px;
}
.site-info {
padding-top: 10px;
}
blockquote p {
font-size: 15px;
font-weight: normal;
line-height: 25px;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #AA1616;
background-color: #E4DEDE;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
height: 24px !important;
}
.stButton .stButton_gradient {
height: 24px !important;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*------------------Scroll Top----------------
---------------------------------------------*/ 
.menu {
    background-color: #1e882b;
    width: 100%;
}
.navbar-default {
  background-color:#2d354e;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 35px;
}
.navbar-default .navbar-brand {
  color: #FFFFFF;
  font-size: 16px;
  padding: 15px 10px;
  font-weight: normal
}
.navbar-default .navbar-brand a:hover {
  color: #FFFFFF;
  background-color: #231f20;
  font-size: 17px;
  padding: 10px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active {
    color: #fff!important;
    background-color: #231f20;
}
.navbar-default .navbar-nav > li > a {
  font-size: 17px;
  padding: 15px 10px;
  color: #fff;
  background-color:#2d354e;
  margin-left: 1px;
 font-weight: normal;
    border-right: 1px solid #777777;
}
.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > li > a:hover {
  font-size: 17px;
  color: #fff;
  background-color:#923030;
  font-weight: normal;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background-color: rgba(43, 47, 17, 0.18);
}

.header-container {
   /* padding: 0px 15px;
    -webkit-box-shadow: 0 0 5px #e0e0e0;*/
}
.bod {
    border:1px solid #efefefc7;
    padding: 10px;
    display: block;
    overflow: hidden;
}
/*.home_content {
    border: 1px solid #f5f5f5;
}*/
ul.list-inline a {
    color: #fff;
    font-size: 16px;
}
.social-links.text-right a {
    color: #fff;
    padding: 0px 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.pull-right.right-infos.link-list {
    padding: 4px 20px;
}
ul.list-inline {    
    padding: 30px 0;
    margin-top: -30px;
}
/*.home_content {
    background: #dddddd; 
    margin: 0px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 0 0 5px #e0e0e0
}**/
/**Merge Css***/
/**
====================================================================
	Reset
====================================================================
 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
.widgets-title {
    margin: 20px 0px;
}
.writer p {
    font-size: 14px;
    color: #bd1418;
    font-weight: bold;
}
.right a:hover {
    color: #cccccc;
}
.right a {
    color: #fff;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: normal;
    float: right;
    border-right: 1px solid #f5f5f5;
}

/**
====================================================================
	Banner
====================================================================
 ***/
.banner-image-two img {
    float: left;
    width: 300px;
    padding-right:0 10px;
}
.banner-image-left img {
    float: left;
    padding-right: 10px;
    width:480px;
    height: 315px;
}
.banner-news,.banner-half {
      text-align: center;
      min-height: 350px;
    background: #fff;
}
.banner a {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    color: #3b3b3b!important;
    padding: 20px 0;
    text-align: center!important;
}
.banner p {
    text-align: center;
    font-family: ek mukta,sans-serif;
    color: #000;
    padding: 10px 25px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
}
.banner a:hover {
    color: #fe0000!important;
}
.header-bar {
    height: 30px;
    background: #940001;
    margin-bottom: 10px;
    margin-top: -20px;
}
post-data p {
    text-align: justify;
    font-family: Verdana,Geneva,sans-serif;
    margin-bottom: 25px;
    color: #333333;
    font-size: 1.1em;
    line-height: 1.6em;
}
/**
====================================================================
	Inner Settings
====================================================================
 ***/
 a.home:focus {
    background: #00a4ef;
}
 .similar-post img {
    width: 100%;
    padding: 0px;
}
div#right-brd h2 {
    background: #ccc;
    color: brown;
    margin: 15px;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Ek Mukta',serif;
	font-size:16px;
	color:#292929;
	line-height:2em;
	font-weight:400;
}
div#right-brd {
    margin: 15px 5px;
}
a{
	text-decoration:none;
	cursor:pointer;	
}

/*a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
	color:#048c23;
}*/

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
}

input,button,select,textarea{
	font-family: 'Open Sans', sans-serif;	
}

/*::-webkit-input-placeholder { color:rgba(0,0,0,0.80);}
::-moz-placeholder { color:rgba(0,0,0,0.80) ;}
:-ms-input-placeholder { color:rgba(0,0,0,0.80) ;}
input:-moz-placeholder { color:rgba(0,0,0,0.80) ;}*/

/*
p{
	position:relative;
		
}
*/
.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	width:1270px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	min-height:400px;
    background-color:#f5f5f5;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.center{
	text-align:center;	
}

.theme-bg{
	background-color:#00A4EF;	
}

.theme-color{
	color:#00A4EF;	
}

.out{
	opacity:0;	
}

.in{
	opacity:1;	
}

.uppercase{
	text-transform:uppercase !important;	
}

.capitalized{
	text-transform:capitalize !important;	
}

.lowercase{
	text-transform:lowercase !important;	
}

.no-uppercase{
	text-transform:none !important;	
}



.skew-lines:after{
	content:'';
	position:absolute;
	left:24px;
	top:5px;
	width:10px;
	height:20px;
	background:#00a4ef;
	transform:skewX(-35deg);
	-webkit-transform:skewX(-35deg);
	-moz-transform:skewX(-35deg);
	-ms-transform:skewX(-35deg);
	-o-transform:skewX(-35deg);	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom:0px !important;	
}
.sec-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom:12px;
	border-bottom:1px solid #e0e0e0;
}

.sec-title h3{
	font-size:18px;
	text-transform:capitalize;
    font-weight: 700;
    color: #fff;
}
/*** 

====================================================================
	Main Header style
====================================================================

***/
.hello1 {
    height: 45px;
}
.header-containerr {
}
.main-header{
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	z-index:999;
    background: #fff;
}
.main-header .header-top{
    position: relative;
}

.header-top.left a {
    color: #000;
    font-size: 18px;
    padding: 10px 0px;
    margin: 5px 0px;
}
.fixed-top-header .header-top{
	padding:0px 0px;
}
.fixed-top-header{
/*	position:fixed;	
	margin-top:-130px;*/
}

.main-header .logo{
	position:relative;
	padding:0px 0px;
	float:left;
}

.fixed-top-header .logo{
	padding:0px 0px;
}

.main-header .logo img{
    max-width: 100%;
    max-height: 180px;
}

.main-header .header-top .search-form .form{
	position:relative;
	margin-top:25px;
	padding-left:30px;	
}

.main-header .header-top .form input[type="text"],
.main-header .header-top .form input[type="password"]{
	position:relative;
	display:block;
	width:100%;
	height:40px;
	line-height:24px;
	font-size:13px;
	padding:7px 50px 7px 15px;
	border:1px solid #cccccc;
	background:#ffffff;
}

.main-header .header-top .form select{
	position:relative;
	display:block;
	width:100%;
	height:40px;
	line-height:24px;
	font-size:13px;
	padding:7px 15px;
	border:1px solid #cccccc;
	border-right:none;
	color:#888888;
	background:#ffffff url(../images/icons/icon-down.png) center right no-repeat;
	cursor:pointer;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
}

.main-header .header-top .form-group{
	position:relative;
	float:left;
	margin-bottom:10px;	
}

.main-header .header-top .medium{
	width:150px;	
}

.main-header .header-top .form button{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	background:#000000;
	line-height:40px;
	color:#ffffff;
	font-size:14px;	
}

.main-header .header-top .form button:hover{
	background:#00a4ef;	
}

.main-header .header-top .large{
	width:320px;	
}
.main-header .header-top .user-links{
	position:relative;
	margin-top:25px;
}
.main-header .header-top .user-links a{
	position:relative;
	text-transform:uppercase;
	font-size:13px;
	line-height:30px;
	padding:5px 0px;
	display:inline-block;
	margin:0px 5px;
	color:#565656;	
}
.main-header .header-top .user-links a:hover,
.main-header .header-top .user-links a.active{
	color:#00a4ef;	
}
.main-header .header-lower {
    position: relative;
    background: #3344c3;
    margin-top: 20px;
}
.main-menu{
	position:relative;
	z-index:5;
}
.navbar-brand {
    padding: 17px 20px!important;
}
.main-menu .navbar-collapse{
	padding:0px 0px;	
}

.main-menu .navbar-collapse > ul > li{
	position:relative;
	float:left;
}
.main-menu .navbar-collapse > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:15px;
	top:15px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:999999;	
}
.main-menu .navbar-collapse > ul > li > a:hover {
    text-decoration: none;
    color:#fff!important;
    background:#fd0160 !important;
}
.main-menu .navbar-collapse > ul > li > a{
    position: relative;
    font-size: 20px;
    line-height: 18px;
    padding: 17px 20px;
    font-family: "ek mukta";
    color: #fff;
    border-right: 1px solid #ccc;
}

.main-menu .navbar-collapse > ul > li.dropdown > a{
	    padding: 17px 40px 14px 15px;
}

.main-menu .navbar-collapse > ul > li:hover > a,
.main-menu .navbar-collapse > ul > li.current > a,
.main-menu .navbar-collapse > ul > li.current-menu-item > a{
	color: #fff;
    background: #fd0160;
}
.dropdown-menu{background-color:none!important;}
.main-menu .navbar-collapse > ul > li > ul{
    position: absolute;
    display: block;
    width: auto;
    top: 120%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    /*background: #0a0a0a;*/
	border:1px solid rgba(255,255,255,0.50);
	border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	-ms-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-o-border-radius:0px 0px 5px 5px;
}

.main-menu .navbar-collapse > ul > li:hover > ul{
	top:100%;
	opacity: 1;
    visibility: visible;
    transition:all 400ms ease 100ms;
	-moz-transition:all 400ms ease 100ms;
	-webkit-transition:all 400ms ease 100ms;
	-ms-transition:all 400ms ease 100ms;
	-o-transition:all 400ms ease 100ms;
}

.main-menu .navbar-collapse > ul > li > ul > li{
	position:relative;
	display:block;
}

.main-menu .navbar-collapse > ul > li > ul li.dropdown:after{
	font-family: 'FontAwesome';
	content:'\f0da';
	position:absolute;
	right:7px;
	top:7px;
	width:20px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:999999;	
}

.main-menu .navbar-collapse > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:999999;
	display:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.main-menu .navbar-collapse > ul > li > ul > li > a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    padding: 7px 15px;
    background: #654f4f;
}
 
.main-menu .navbar-collapse > ul > li > ul > li:hover > a {
	background:#fe0000;
	padding-left:20px;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul{
    position: absolute;
    display: block;
    width: 210px;
    top: -1px;
    left: 120%;
    opacity: 0;
    visibility: hidden;
    background: #00a4ef;
	border:1px solid rgba(255,255,255,0.50);
	border-radius:0px 5px 5px 5px;
	-webkit-border-radius:0px 5px 5px 5px;
	-ms-border-radius:0px 5px 5px 5px;
	-moz-border-radius:0px 5px 5px 5px;
	-o-border-radius:0px 5px 5px 5px;
}

.main-menu .navbar-collapse > ul > li > ul > li:hover > ul{
	opacity: 1;
	left:100%;
    visibility: visible;
    transition:all 400ms ease 100ms;
	-moz-transition:all 400ms ease 100ms;
	-webkit-transition:all 400ms ease 100ms;
	-ms-transition:all 400ms ease 100ms;
	-o-transition:all 400ms ease 100ms;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li > a {
    display: block;
    line-height: 24px;
    font-size: 14px;
	color:#ffffff;
	padding:7px 15px;
	background:none;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
 
.main-menu .navbar-collapse > ul > li > ul > li > ul > li:hover > a {
	background:rgba(255,255,255,0.30);
	padding-left:20px;
}

.header-lower .social-links{
	position:relative;
    padding: 5px 10px;
	text-align:right !important;
}

.header-lower .social-links a{
	position:relative;
	display:inline-block;
	width:32px;
	height:32px;
	text-align:center;
border: 1px solid;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	margin:4px 2px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;	
}

.header-lower .social-links a:hover{
	background:#2E3192;	
}
/*** 
====================================================================
	Main Footer style
====================================================================

***/
.about-us-fot h2 {
    color: #fff;
    font-size: 13px;
    margin: 5px 0px;
}
.about-us-fot h1 {   
    font-size: 17px;
    color: #f9f90a;
}
h2.fot-h2 {
    color: #fff;
    font-weight: bold;
    padding: 15px 0px;
    font-size: 22px;
}
.contact-info i {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #ccc;
	margin-top:6px;
}
.contact-info strong {
    font-weight: 700;
    font-size: 12px;
}
.contact-info span {
    display: block;
    margin-bottom: 10px;
    color: #eee;
    margin-top: -30px;
}
.contact-info {
    margin-top: 20px;
}
.contact-info span:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.fa-map-marker:before {
    content: "\f041";
}
.main-footer .footer-upper .newsletter-widget input:focus,
.main-footer .footer-upper .newsletter-widget textarea:focus {
	border:1px solid #00a4ef;	

}
.footer-upper {    
    background: #723d93;
    padding: 25px 30px;
}
.main-footer .footer-upper .newsletter-widget button{

	line-height:24px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	background:#00a4ef;
	border: 1px solid #00a4ef;
	float: right;
	padding: 5px 10px;
	transition: all .3s;
}
.main-footer .footer-upper .newsletter-widget button:hover {
	color: #00a4ef;
}
.main-footer .footer-upper .newsletter-widget button:before{
	background:#fff;	
}

.main-footer .footer-bottom{
    position: relative;
    /* padding: 5px; */
    font-size: 14px;
    line-height: 13px;
    background: #333;
    color: #ffffff;
}

.main-footer .footer-bottom .copyright{
padding:10px 20px;
text-align:center;
     margin-top: 20px;
	clear:both;
}
.main-footer .social-links a:hover{
	background:#00a4ef;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
position: fixed;
    bottom: 50px;
    right: 0px;
    width: 35px;
    height: 35px;
    color: #ffffff;
    background: #fe0000 url(assets/images/icons/arrow-up.png) center center no-repeat; 
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    border-radius: 10%;
    
}
.scroll-to-top:hover{
	background-color:#333;
	color:#ffffff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
}
.header-top-infos > ul > li {
	float: left;
    width: 50%;
    border-right: 1px solid #D3D3D3;
    padding: 0 18px;
}
.header-top-infos > ul > li:last-child {
	border: none;
}
.header-top-infos {
	font-size: 14px;
	line-height: 20px;
	color: #464646;
	margin-top: 15px;
}
.header-top-infos p {
	margin-bottom: 5px;
}
.header-top-infos li div img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.header-top-infos li div p {
	float: left;
}

/**
====================================================================
	web add css
====================================================================
 ***/
li.publish-np { display: inline;
    float: left;
    margin-right: 10px; }
h3.aut-date {
     font-size: 18px;
    display: inline;
    float: left;
    background: #005182;
    padding: 3px 10px;
    color: #fff;
}
.writ-date {
    float: left;
    line-height: 29px;
    padding: 0 10px;
    border: 1px solid #005182;
    color: #005182;
    font-weight: 700;
}
.author-n-date {
    padding: 10px;
}
.ttitle {
    text-align: center;
}
/***
====================================================================
	Gallery
====================================================================

***/

.gallery-section{
	position:relative;
	padding:15px  0px 0px;
    background: #fff;
}

.gallery-section .slide-item{
	position:relative;
	overflow:hidden;
	margin-top:-10px;
    padding: 0px 0px 5px 0px;	
}

.gallery-section .image-box img{
	position:relative;
	display:block;
	width:100%;
	height:230px;
	padding:0px 0px 5px 0px;
}

.gallery-section .overlay{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	background:url(../images/icons/icon-plus-2.png) center 40% no-repeat;
	background-color:rgba(0,0,0,1);
	opacity:0;
	z-index:2;
	transition:all 500ms ease;
	-webkit-all:opacity 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.gallery-section .slide-item:hover .overlay{
	opacity:0.80;
	top:0px;
}

.gallery-section .item-caption{
	position:absolute;
	left:0px;
	bottom:-100%;
	width:100%;
	text-align:center;
	color:#ffffff;
	padding:15px 15px;
	background-color:rgba(0,0,0,0.50);
	font-size:14px;
	z-index:3;
	opacity:0;
	color:#fff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
    border-top: 3px solid #ff0000;
}

.gallery-section .slide-item:hover .item-caption{
	opacity:1;
	bottom:0px;
}

.gallery-section .item-caption p{
	position:relative;
	font-size:14px;
	margin:0px;
	color:#ffffff;	
}

.gallery-section .item-caption h4{
	font-size:14px;	
}

.gallery-section .owl-stage-outer{
	/*overflow:visible;	*/
}
.column-carousel .owl-controls .owl-next{
	position:absolute;
	right:0px;
    top:40%;
    width: 30px;
    height: 30px;
	text-indent:100px;
	overflow:hidden;
	margin:0px !important;
	background:#fff url(assets/images/icons/arrow-next.png) center center no-repeat !important;
	-webkit-border-radius:5px !important;
	-ms-border-radius:0px !important;
	-o-border-radius:0px !important;
	-moz-border-radius:0px !important;
}

.column-carousel .owl-controls .owl-prev{
	position: absolute;
    left: 0px;
    top: 40%;
    width: 30px;
    height: 30px;
    text-indent: 100px;
    overflow: hidden;
    margin: 0px !important;
   background: #fff url(assets/images/icons/arrow-prev.png) center center no-repeat !important;
    border-radius: 5px !important;
  }

/** NEWS CSS _ AASHISH **/
.top-bar {
    background: #c10001;
    height: 50px;
    margin-bottom: 20px;
}
.hd-right { width: 100%;padding-left: 20px;height:120px;}

.header-gb .main-title {
    margin: 0;
    line-height: 1;
    color: #fff;
    position: relative;
}
.header-gb .main-title h3 {
    z-index: 10;
    margin: 0;
    font-size: 22px;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    color: #efefef !important;
    font-weight: 800;
    font-family: ek mukta;
}
.header-gb {
    background-color: #3344c3cc;
    margin-bottom: 10px;
    position: relative
}

.bod {
    border: 1px solid #efefefc7!important;
    padding: 10px;
    display: block;
    overflow: hidden;
    background: #fff!important;
}
div#feature2 img {
    height: 160px;
}
div#feature2 a {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 3px;
    font-family: "Ek Mukta", sans-serif;
    text-decoration: none;
}
.gallery-section {
    position: relative;
    padding: 15px 0px 0px;
    background: #fff;
}
section.left-content {
    background: #fff;
}
.post-data p {
    font-size: 17px;
    color: #363636;
    font-family: mukta;
    margin: 0 0 10px;
    line-height: 30px;
    padding: 10px;
    text-align: justify;
}
.post-data img {
    width: 100%;
    height: auto;
}
.overlay-box2 img {
    height: 250px;
}
a.overlay2 {
    position: absolute;
    bottom: 20;
    width: 95%;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    background: #0000008f;
    font-weight: 600;
    font-family: inherit;
    text-align: center;
}
.header-gb .main-title h3 a {
    font-size: 22px;
    font-weight: 800;
    color: #efefef;
    text-decoration: none;
}
a:hover {text-decoration:none;}

@media only screen and (max-width: 767px) {
.auto-container { width: auto !important; }
.top-bar {  display: none; }
	.banner a { padding: 10px; font-size: 30px; line-height: 40px; }
	
section.left-content { width: 100%; margin-right: 15px; margin-left: 15px; }
	
}


@media only screen and (min-width: 767px) {
div#shiftnav-toggle-main {
    display: none;
	} }

.team-block {
    float: left;
    color: #e6e6e6;
    text-align: center;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 22px;
}