/*
Theme Name: infonews
Theme URI: http://infonetc.com.np
Author: Krishna Bk
Author URI: http://infonetc.com.np
Description: Toolsnp is a custom built theme for wordpress
Version: 1.3.1
Text Domain: Toolsnp
*/

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic|Rajdhani:400,500,300,600,700|Teko:400,500|Pragati+Narrow:400,700|Khand:400,500,600,700&subset=devanagari,latin);
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-family: mukta,sans-serif;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: none;
	text-decoration: underline dotted;
}

a{
	text-decoration: none;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
 b,
strong {
	font-weight: bold;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	line-height: 1.2;
	font-family: sans-serif;
	font-weight: bold;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 26px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 22px;
}

h6{
	font-size: 20px;
}

p {
	margin: 0 0 25px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 15px;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #ECECEC; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 10px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #09378a;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.np-header-menu-wrapper {
  background: #09378a none repeat scroll 0 0;
  margin-bottom: 20px;
  position: relative;
}

.np-header-menu-wrapper .tk-container {
  position: relative;
}

.np-header-menu-wrapper .tk-container::before {
  background: rgba(0, 0, 0, 0) url("img/menu-shadow.png") no-repeat scroll center top;
  content: "";
  height: 38px;
  left: 50%;
  margin-left: -480px;
  opacity: 1;
  position: absolute;
  top: 100%;
  width: 960px;
}

.np-home-icon a {
  color: #fff !important;
  display: block;
  float: left;
  font-size: 30px;
  line-height: 52px;
  padding: 0 12px;
  position: relative;
}

.home .np-home-icon a,
.np-home-icon a:hover {
  background: #028a9a none repeat scroll 0 0;
}

#site-navigation {

}

#site-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-navigation ul li {
  display: inline-block;
  line-height: 52px;
  margin-right: -3px;
  position: relative;
}

#site-navigation ul li a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  color: #fff;
  display: block;
  padding: 0 15px;
  position: relative;
  text-transform: capitalize;
}

#site-navigation ul ul.children li a {
  line-height: 25px;
  padding: 8px 15px;
}

#site-navigation ul li:hover>a,
#site-navigation ul li.current-menu-item>a,
#site-navigation ul li.current_page_item>a,
#site-navigation ul li.current-menu-ancestor>a,
#site-navigation ul li.focus>a {
  background: #000daf;
}

#site-navigation ul.sub-menu,
#site-navigation ul.children {
  background: #000daf none repeat scroll 0 0;
  width: 200px;
  position: absolute;
  z-index: 99;
  left: -9999rem;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  -o-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
}

#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children,
#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
}

#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  opacity: 1;
  visibility: visible;
  -transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

#site-navigation ul.sub-menu li,
#site-navigation ul.children li {
  float: none;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

#site-navigation ul.sub-menu li a,
#site-navigation ul.children li a {
  line-height: 24px;
  padding: 10px 15px;
}

#site-navigation ul.sub-menu li:last-child,
#site-navigation ul.children li:last-child {
  border: none;
}

#site-navigation ul.sub-menu li ul,
#site-navigation ul.children li ul {
  right: 9999em;
  left: auto !important;
  top: 0% !important;
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
}


#site-navigation ul.sub-menu li:hover>ul,
#site-navigation ul.children li:hover>ul,
#site-navigation ul.sub-menu li.focus>ul,
#site-navigation ul.children li.focus>ul {
  right: -100%;
  left: auto !important;
  top: 0% !important;
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
}


#site-navigation ul li.menu-item-has-children>a:before,
#site-navigation ul li.page_item_has_children>a:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#site-navigation ul.sub-menu li.menu-item-has-children>a:before,
#site-navigation ul.children li.page_item_has_children>a:before {
  content: "\f105";
}

#site-navigation ul#primary-menu li.menu-item-has-children a,
#site-navigation #primary-menu li.page_item_has_children a {
  padding-right: 30px;
}

.home .np-home-icon a::after,
.np-home-icon a:hover::after,
#site-navigation ul#primary-menu>li:hover>a:after,
#site-navigation ul#primary-menu>li.current-menu-item>a::after,
#site-navigation ul#primary-menu>li.focus>a:after {
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.np-header-menu-wrapper::before,
.np-header-menu-wrapper::after {
  background: #09378a none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -5px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 99;
}

.np-header-menu-wrapper::after {
  left: auto;
  right: -5px;
  visibility: visible;
}

.np-header-menu-block-wrap::before,
.np-header-menu-block-wrap::after {
  border-bottom: 5px solid transparent;
  border-right: 5px solid #09378a;
  border-top: 5px solid transparent;
  bottom: -6px;
  content: "";
  height: 0;
  left: -5px;
  position: absolute;
  width: 5px;
}

.np-header-menu-block-wrap::after {
  left: auto;
  right: -5px;
  transform: rotate(180deg);
  visibility: visible;
}

.is-sticky .np-header-menu-wrapper {
  z-index: 99;
}

#site-navigation ul li a.sub-toggle {
  display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Terending
--------------------------------------------------------------*/

.trending__ { 
	background: #FFF; 
	box-shadow: 0 5px 5px #eee; 
	/* border-bottom: 1px solid #CCC; */ 
	line-height: .5em; 
	margin-top: 1px; }
	
.trending__ .title__label {
    position: relative;
    padding: 0 1.6em;
    line-height: 3.1em;
    font-weight: 700;
    color: #FFF;
    font-size: .9em;
    background-color: #09378a;
	float: left;
}

.trending__ .title__label::after {
    content: '';
    position: absolute;
    top: 13px;
    right: -21px;
    border-color: transparent transparent transparent #e11b22;
    border-style: solid;
    border-width: .7em;
}
.trending__ .title__label::after {
	content: "";
    background-color: #e11b22;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0px;
    width: 30px;
    -webkit-clip-path: polygon(0 0,50% 0,100% 100%,50% 100%);
    clip-path: polygon(0 0,50% 0,100% 100%,50% 100%);
}

.trending__ .trending__list { 
	float: left;
	left: -175px;
    margin-top: 19px; 
}

.trending__ .trending__list ul li { 
	position: relative;
    padding-left: .8em;
    margin-right: 2em; 
	display: inline-block;
}

.trending__ .trending__list ul li a { 
	color: #0532f3;
	font-weight: 900;
	font-size: 12px;
}

.trending__ .trending__list ul li a:hover { 
	color: #ee2b31;
}

.trending__ .trending__list ul li::after {
    content: '#';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #0532f3;
    font-weight: 600;
}

@media (max-width: 950px) {                  
   .content-to-hide {
      display: none;
   }
}

/* ---------------------------------------------------
    HoverEffect
----------------------------------------------------- */

.HoverEffect:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
   
}

/* on hover we animate the width to
 * 100% and opacity to 0 so the element
 * grows and fades out
 */
.HoverEffect:hover:after {
    width: 120%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*--------------------------------------------------------------
# top header
--------------------------------------------------------------*/

.top__header {
  padding: 12px 0 5px;
  margin: 0;
  height: 40px;
  background-color: #244b92;
  color: #FFFFFF;
}
.top__header ul li {
	display:inline-block;
	border-right: 1px solid #fff;
	list-style-type: none;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}
.top__header ul li a {
	color: #fff;
}

.tp:hover a {
	color: #fc0808;
}

.top__header ul li:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}
.top__header ul.top__ul {
	display: block;
	padding: 0;
}
.top__header ul.top__ul li {
	display: inline-block;
	padding-right: 15px;
}
.top__header .top__ul ul li a{
	color: #FFFFFF;
}
.top__header .social__icons a{
	color: #FFF;
	fill: #FFF;
	padding-right: 10px;
}
.top__header .social__icons {
	margin-top: 0;
}
.top__header .social__icons .icon {
	background: transparent;
	margin: 0;
    border: none;
    border-radius: 50px;
    overflow: visible;
    font-size: 10px;
    color: inherit;
    text-transform: none;
    padding: 4px;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
	border: 2px solid #FFFFFF;
	margin-top: -10px;
	margin-right: -8px;
}
.top__header .social__icons .icon svg{
	width: 15px;
	height: 15px;
}
.top__header .social__icons .icon.facebook {
	background-color: F60505;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.news{
}

h1.banner a {
    font-size: 50px;
	font-family: 'Ek Mukta',serif;
	color: #09378a;
    position: relative;
	line-height: 1.5;
    text-align: center;
    text-decoration: none;	
}


.banner a:hover { 
	color: blue;
}
.view-m{
	background-color: #244B92;
    padding: 8px 8px;
    font-size: 24px;
    font-family: 'Ek Mukta',serif;
    font-weight: normal;
    color: #fff;
    border-radius: 7px;
    outline: 1px solid #fff;
    outline-offset: -4px;
}

    .card {
    width: 100%;
  	display: inline-block;
    background: #fff;
    border: none;
    border-radius: 1px;
    box-shadow: 0 14px 25px rgba(0,0,0,.16);
}

.card:hover {
	background-color: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.border {
	width: 100%;
	display: inline-block;
	background: #f4f4f4;
	color: #666;
	border: none!important;
	border-radius: 0px;

}
.text__block { 
 text-align: center;
 padding: 20px 20px; 
 position: relative;
 margin-bottom: 20px; 
}
.post-subi{
     font-size: 13px;
     color: #666;
     border-bottom: 1px solid #cfcfcf;
}

/*--------------------------------------------------------------
# entertainment
--------------------------------------------------------------*/

.en-title {
	margin-top: -32px;
	font-size: 22px;
	margin-bottom: 20px;
	position: relative;
	z-index: 8;
	font-weight: 600;
	
}



.en-title a {
	display: inline-block;
	background: #09378a;
	color: #FFF;
	padding: 8px 30px;
}


/* SPORTS STYLE / BOX*/

/* LARGE */
.sports__ {
  position: relative;
  margin: 10px 0;
  background: #ffffff;
  overflow: hidden;
}
.sports____img {
  overflow: hidden!important;
}
.sports____img img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  transition: 2s;
}
.sports____head {
  position: absolute;
  text-align: center;
  padding: 12px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0, #000000);
  width: 100%;
}
.sports____head a {
  line-height: 70px;
  font-weight: bold;
  font-size: 50px;
  font-family: 'Mukta', sans-serif;
  color: #fff;
}
.sports__ .time__ {
  color: gray;
  font-weight: bold;
  font-size: 15px;
}

/* Small Sports News BOX */
.sports__small__col {
  position: relative;
  margin: 10px 0;
  background: #ffffff;
  overflow: hidden;
}
.sports__small__col__img {
  overflow: hidden!important;
}
.sports__small__col__img img {
  width: 100%;
  height: 250px;
  line-height: 60px;
  object-fit: cover;
  transition: 2s;
}
.sports__small__col__head {
  position: absolute;
  text-align: center;
  padding: 12px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0, #000000);
  width: 100%;
}
.sports__small__col__head a {
  font-weight: bold;
  font-size: 24px;
  font-family: 'Mukta', sans-serif;
  color: #fff;
}
.sports__small__col .news__hm__time__ago {
  color: gray;
  font-weight: bold;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#masthead{
	background: #FFF;	
	margin-bottom: 25px;
}

.main-header{
	padding: 10px;
}

.site-branding{
	padding: 20px 0;
	float: left;
	max-width: 320px;
}

.site-header-ads{
	float: right;
	max-width: 780px;
    margin-top: 15px;
}

.tk-container{
	width: 1150px;
	margin: 0 auto;
}

.inner-content{
	display: table;
	margin-bottom: 25px;
}

#primary{
	display: table-cell;
	background: #FFF;
	padding: 20px;
	width: 810px;
	vertical-align: top;
}

#secondary{
	display: table-cell;
	background: #F6F6F6;
	padding: 20px;
	width: 340px;
	vertical-align: top;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 15px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 15px;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	vertical-align: middle;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 730px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 15px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.section-title {
	margin-top: -32px;
	font-size: 22px;
	margin-bottom: 20px;
	position: relative;
	z-index: 8;
	font-weight: 600;
}

.section-title:after,
.archive-title:after {
	content: "";
	position: absolute;
	border-color: transparent #09378a #09378a transparent;
	border-width: 6px 5px;
	border-style: solid;
	left: -10px;
	top: 0;
}

.section-title a {
	display: inline-block;
	background: #09378a;
	color: #FFF;
	padding: 8px 30px;
}

.section-title span {
	display: inline-block;
	background: none;
}

.news-title{
	font-size: 16px;
}

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

.subtitle{
	font-size: 13px;
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-top: -5px;
}

.news-post{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e79e8c;
}

.news-post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.news-post p{
	margin-bottom: 0;
}

.news-list{
	margin: -8px 0 0;
	padding: 0;
	list-style: none;
}

.news-list li{
	padding: 8px 0;
	border-bottom: 1px dashed #e79e8c;
	line-height: 1.2;
}

.news-list li:last-child{
	border-bottom: 0;
}

.float-left{
	float: left;
	margin-right: 10px;
}

.thumb{
	width: 90px;
}

.image-thumb img,
.big-thumb img{
    display: block;
}

#home-secondary .sidebar-ads{
	margin-bottom: 25px;
	padding: 15px;
	background: #FFF;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

.sidebar-ads img{
	width: 100%;
}

.sidebar-news .thumb{
	width: 80px
}

.big-thumb{
	margin-bottom: 15px;
}

.sidebar-ads .widget{
	margin-bottom: 5px;
}

.sidebar-ads .widget:last-child{
	margin-bottom: 0;
}

.pn-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.image-thumb a{
	position: relative;
	overflow: hidden;
	display: block;
	background: #000;
}

.image-thumb a:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    content: '';
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.image-thumb:hover a:after{
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}

.image-thumb img{
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -webkit-transform: scale(1) translateZ(0);
    opacity: 1;
    backface-visibility: hidden;
    width: 100%;
}

.image-thumb:hover img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
    -webkit-transform: scale(1.02);
	opacity: 0.8;
}

.full-width-ads{
	margin-bottom: 25px;
	text-align: center;
}

.home .full-width-ads{
	padding:15px;
	background:#FFF;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

.below-menu.full-width-ads{
	padding:15px;
	background:#FFF;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

.full-width-ads img{
	width: 100%;
}

.full-width-ads .widget,
.content-below-ads{
	margin-bottom: 0;
}

.content-middle-ads{
	float: left;
	max-width: 300px;
	margin-right: 15px;
}


/*============Single Page==============*/
.page-header{
    margin-bottom: 25px;
    padding: 30px 0 0 30px;
    border-left: 8px solid #09378a;
    margin-top: -20px;
}

h1.page-title{
	font-size: 30px;
	line-height: 1.3;
}

h3.page-sub-title{
	font-weight: normal;
	color: #444;
	font-size: 22px;
}

h2.entry-title{
	font-size: 22px;
	font-weight: normal;
}

h2.entry-title a:hover{
	color: #0078af;
}

.posted-date {
    background: #ced4da;
    color: #ffffff;
    font-size: 10px;
    display: block;
    margin-top: 3px;
    margin-bottom:4px;
    padding-left: 10px;
    text-transform: uppercase;
    background-color: #32373c;
    background-image: url("img/navbg.png");
    /*color: #fff;*/
    font-weight: 700;
}

.entry-meta{
	font-size: 13px;
	color: #555;
}

.entry-thumbnail{
	margin-right: 20px;
}

.page-header + .author{
	text-align: right;
	margin-bottom: 15px;
	font-size: 18px;
}

.sharethis-inline-share-buttons{
	margin-bottom: 25px;
	max-width: 730px;
}

.entry-content{
	font-size: 16px;
	line-height: 2;
}

.archive .entry-content{
	margin-bottom: 0;
}

.archive .hentry{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #F6F6F6;
}

.entry-content p{
	margin-bottom: 25px;
}

.view-count{
	padding: 10px 0;
	border-top: 1px solid #F6F6F6;
	border-bottom: 1px solid #F6F6F6;
	text-align: right;
}

#fb-comments{
	margin: 40px 0;
}

#fb-comments h4,
#related-news h4,
.widget-area .widget-title{
	position: relative;
    background: #ebf5f6;
    letter-spacing: .64px;
    color: #0c4d9f;
    line-height: 25px;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 12px;
    border-bottom: 3px solid #09378a;
}

#fb-comments .fb_iframe_widget,
#fb-comments .fb_iframe_widget span,
#fb-comments .fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}
.fb-like{
    vertical-align: top;
    margin-left: 10px;
}

.widget-area .widget_sp_image{
	margin-bottom: 5px;
}

.related-news-wrap{
	margin-left: -2%;
}

.related-news-wrap .news-post{
	width: 48%;
	margin-left: 2%;
	background: #F6F6F6;
	float: left;
	padding: 10px;
	border-bottom: 2px dashed #e79e8c;
}

.related-news-wrap .news-post:hover{
	background: #EEE;
}

.related-news-wrap .news-post .thumb{
    width: 150px;
}

.related-title{
	font-size: 16px;
	margin-left:80px;
}

.related-title a:hover{
color:#000daf;
}

.widget-area ul,
.widget-area ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-area li{
	padding: 8px 0;
	border-bottom: 1px #151112 dotted;
	line-height: 1.2;
}

.widget-area a {
  color: #1b46e1;
  font-size: 15px;
  font-weight: bold;
  text-decoration:none;
}

.widget-area a:hover{
color:#074388;

}

.widget_recent_entries ul {
  list-style: none;
  padding: 0;
}
.widget_recent_entries li {
  padding-left: 1.3em;
}
.widget_recent_entries li:before {
  content: "\f0a9"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #ff0000;
  display: inline-block;
  margin-left: -1em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.widget_recent_entries li:hover:before {
   transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination{
	text-align: center;
}

.pagination a,
.pagination span{
	font-size: 16px;
	margin: 0 5px;
	padding: 5px 8px;
	line-height: 1;
	background: #0078af;
	color: #FFF;
}

.pagination a:hover,
.pagination .current{
	background: #000;
}

.fa-arrow-circle-right:hover{
   color:#1a2de5 !important;
   transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
	.fa-arrow-circle-right{
		color:red;
	}
	
/*------Big News-----------------------------------------*/
#big-news .big-news{
	background: #FFF;
	margin-bottom: 25px;
	font-size: 20px;
	position: relative;
	border-top: 4px solid #0078af;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

.big-news-wrap{
	padding: 0 40px 30px;
}

#big-news .big-news .big-news-header{
    text-align: left;
    padding: 30px 0 0 30px;
    border-left: 8px solid #0078af;
}

#big-news .big-news h2{
	font-size: 40px;	
	margin-bottom: 15px;		
}

#big-news .big-news h2 a{
	color: #333;
}

#big-news .big-news h2 a:hover{
	color: #0078af;
}

#big-news .big-news h6.pn-subtitle{
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
	font-weight: normal;
}

#big-news .big-news .pn-author{
	margin-left: 38px;
	font-size: 16px;
	border-left: 4px solid #0078af;
	padding-left: 10px;
	line-height: 1;
	margin-bottom: 15px;
	color: #0078af;
}

#big-news .big-news p:last-child{
	margin-bottom: 0;
}

#big-news .big-news .clearfix a{
	color: #0078af;
}

#main-news{
	margin-bottom: 25px
}

.main-slider{
	width: 400px;
	background: #FFF;
	float: left;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

.main-slider .slider-caption{
	padding: 10px 15px 15px;
}

.main-slider .slider-caption p{
	margin-bottom: 0;
}

.main-news-block{
	background: #FFF;
	padding: 15px;
	float: left;
	width: 380px;
	margin-left: 25px;
	border-top: 4px solid #f30404;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

.main-news-block .main-news-block-wrap{
	height: 360px;
    overflow: hidden;
}

.main-news-sidebar{
	width: 320px;
	float: right;
	padding: 15px;
	background: #FFF;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

#carousel-news{
	margin-bottom: 25px;
	background: #FFF;
	padding: 15px;
	border-top: 4px solid #0078af;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

#carousel-news .news-post{
    height: 250px;
	position: relative;
	color: #FFF;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#carousel-news h4{
	font-size: 18px;
}

#carousel-news h4 a{
	color: #FFF
}

#carousel-news .carousel-thumb a{
	position: relative;
	display: block;
}

#carousel-news .carousel-thumb a:before{
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: 1;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

#carousel-news .news-excerpt{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	z-index: 99;
}

#carousel-news .news-excerpt p{
	max-height: 0;
	overflow: hidden;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-webkit-backface-visibility: hidden; 
   	backface-visibility: hidden;
}

#carousel-news .news-post:hover .news-excerpt p{
	max-height: 250px;
}

#carousel-news img{
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden; 
   	backface-visibility: hidden;
   	width: 100%;
   	display: block;
}

#carousel-news .news-post:hover img{
	    opacity: 0.8;
}

#carousel-news .news-post:hover{
	background: #000;
}

#carousel-news .lSAction > a{
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#carousel-news .lSAction > .lSPrev{
	left: -10px
}

#carousel-news .lSAction > .lSNext{
	right: -10px
}

#carousel-news:hover .lSAction > a{
	opacity: 1;
	visibility: visible;
}

#carousel-news:hover .lSAction > .lSPrev{
	left: 10px
}

#carousel-news:hover .lSAction > .lSNext{
	right: 10px
}

#home-primary{
	width: 795px;
	float: left;
}

#home-secondary{
	width: 330px;
	float: right;
}

.big-small-news{
	background: #FFF;
	padding: 15px;
	margin-bottom: 25px;
	border-top: 4px solid #f30404;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

.big-news-block{
	width: 48%;
	float: left;
}

.small-news-block{
	width: 48%;
	float: right;
}

.three-block-news{
	background: #FFF;
	padding: 15px;
	margin-bottom: 25px;
	border-top: 4px solid #f30404;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

.three-block-news .three-block-news-wrap{
	margin-left: -3%;
}

.three-block-news .news-post{
	float: left;
	width: 30.333%;
	margin-left: 3%;
	border: 0;
	padding: 0;
	margin-bottom: 0;
}

.sidebar-news,
.sidebar-block-news{
	background: #FFF;
	padding: 15px;
	margin-bottom: 25px;
	border-top: 4px solid #f30404;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

.sidebar-block-news h4:last-child,
.sidebar-block-news h6:last-child{
	margin-bottom: 0;
}

.sidebar-gallery{
	background: #FFF;
	padding: 15px;
	margin-bottom: 25px;
	border-top: 4px solid #f30404;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

.sidebar-gallery .news-post{
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.sidebar-gallery .news-title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	margin: 0;
    line-height: 1.3;
}

.sidebar-gallery .news-title a{
	background: #000;
	color: #FFF;
	padding: 5px 0;
	font-weight: normal;
	box-shadow: -10px 0 0 #000, 10px 0 0 #000;
    box-decoration-break: clone
}

.sidebar-gallery .news-post:hover .news-title a{
	background: #0078af;
	box-shadow: -10px 0 0 #0078af, 10px 0 0 #0078af
}

.sidebar-gallery .lSSlideOuter{
	position: relative;
}

.sidebar-gallery .lSSlideOuter .lSPager.lSpg {
    margin: 0;
    padding: 0;
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.site-footer{
 border-top: 3px solid #cc0707;
  background: rgb(14 58 136);	
}

.top-footer{
	
	background: #0b3580;
}

.top-footer-wrap{	
}

.footer-block{
	width: 25%;
	padding: 40px 15px;
	float: left;
}

.footer-block2{
	width: 30%;
}

.footer-block3{
	width: 17%;
}

.footer-block4{
	width: 28%;
}

.footer-block .widget-title{
	color: #fff;
	font-size: 22px;
	margin-bottom: 15px;
	border-left: 3px solid #fd0808;
	border-bottom: 3px solid #fd0808;
	padding: 0 0 0 10px;
	line-height: 1;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
}

.footer-block .widget{
	margin-bottom: 0;
}

.footer-block p{
	margin-bottom: 10px;
}

.footer-block ul,
.footer-block ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-block li{
	padding: 5px 0;
}

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

.footer-block a:hover{
	color: #0078af;
}

.site-info{
	background: #092559;
	text-align: center;
	padding: 15px;
	color: #F6F6F6;
	font-size: 13px;
    position: relative;
}

.site-info .site-by{
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 13px;
}

.site-info .site-by a{
    border-bottom: 1px dotted #FFF;
    color: #FFF
}

.tickler-news{
	height: 46px;
	overflow: hidden;
	padding: 10px;
}

.tickler-title{
	float: left;
	background: #0078af;
	color: #FFF;
	padding: 0 15px;
	position: relative;
	line-height: 26px;
	margin-right: 30px;
}

.tickler-title:after{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	border-left: 13px solid #0078af;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}

.tickler-news .news-title{
	line-height: 26px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tickler-news .lSSlideOuter{
	padding-right: 80px;
}

.nepali-date{
	position: absolute;
	height: 94px;
	width: 80px;
	background: #0078af;
	color: #FFF;
	text-align: center;
	right: 0;
	top: 0;
	padding: 10px;
	font-size: 13px;
}

.nepali-date span{
	display: block;
}

.three-column-news{
	background: #FFF;
	padding: 15px;
	margin-bottom: 25px;
	border-top: 4px solid #f30404;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

.first-column-news{
	width: 33%;
	float: left;
}

.second-column-news{
	width: 30%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	background: #F6F6F6;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 15px;
	margin-top: -15px;
	margin-bottom: -15px;
}

.second-column-news .section-title{
	margin-top: -17px;
}

.second-column-news .thumb{
	width: 70px;
}

.second-column-news .news-post{
	border-color: #e5e5e5;
}

.third-column-news{
	width: 33%;
	float: right;
}

.small-block-news{
	background: #FFF;
	padding: 15px;
	margin-bottom: 25px;
	border-top: 4px solid #f30404;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

.first-col{
	width: 440px;
	float: left;
}

.first-col .news-post{
	float: left;
	width: 210px;
	margin-right: 20px;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.first-col .news-post:last-child{
	margin-right:0;
}

.second-col{
	width: 265px;
	float: right;
}

#video-news{
	background: #FFF;
	padding: 10px;
	margin-bottom: 25px;
	border-top: 4px solid #f30404;
    box-shadow:2px 2px 8px rgba(0,0,0,0.1);
}

.video-news-wrap{
	margin-left: -2%;
}

.video-news-wrap .news-post{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.video-news-wrap .news-post .big-thumb a{
	display: block;
	position: relative;
	background: #000;
}

.video-news-wrap .news-post .big-thumb a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(img/play-button.png) no-repeat center;
	opacity: 0.6;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.video-news-wrap .news-post img{
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

.video-news-wrap .news-post:hover .big-thumb a:after,
.video-news-wrap .news-post:hover img{
	opacity: 0.8;
}

#go-to-top{
	background: #000daf;
	color: #FFF;
	height: 40px;
	width: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#go-to-top:hover{
	background: #0E0E0E;
}

.toggle-menu{
	display: none;
}

/*------Entertainment-----------------------------------------*/


/*Responsive CSS*/

@media screen and (max-width:1130px){
	body{
		padding: 10px;
	}

	#page{
		max-width: 768px;
		margin: 0 auto;
        width: 100%;
	}

	.tk-container{
		width: 100%;
	}

	.toggle-menu{
		height: 48px;
		width: 52px;
		cursor: pointer;
		display: block;
	}

	.toggle-menu span{
		height: 6px;
		width: 38px;
		background: #FFF;
		display: block;
		margin: 0 53px;
		border-radius: 2px;
		position: relative;
		top: 23px;
		box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF; 
	}

	.main-navigation ul.tk-menu{
        position: absolute; 
		background: #0078af;
		width: 100%;
		z-index: 9999;
		padding-right: 0;
		border-top: 2px solid #FFF;
		display: none;
	}

	ul.tk-menu > li{
		float: none;
		width:100%;
	}
.tk-menu ul li a {
    /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
    /* border-right: 1px solid rgba(0, 0, 0, 0.08); */
    color: #fff;
    /* display: block; */
    /* padding: 0 15px; */
    /* position: relative; */
    /* text-transform: capitalize; */
}

	.site-header-ads, 
    .site-branding{
		float: none;
        text-align: center;
        margin: 0 auto;
	}

	.main-slider{
		width: 49%;
	}

	.main-news-block{
		width: 49%;
		float: right;
		margin-left: 0;
	}

	.main-news-sidebar{
		display: none;
	}

	#home-primary{
		width: auto;
		float: none;
	}

	#home-secondary{
		width: auto;
		float: none;
	}

	#home-secondary .sidebar-ads{
		display: none;
	}

	.sidebar-gallery .lSSlideOuter{
		max-width: 300px;
		margin: 0 auto;
	}

	.first-col{
		width: 68%;
	}

	.second-col{
		width: 30%;
	}

	.first-col .news-post{
		width: 49%;
		margin-right: 2%;
	}

	.big-news-block{
		width: 49%;
	}

	#primary,
	#secondary{
		width: auto;
		float: none;
		display: block;
	}
}

@media screen and (max-width:768px){
	.footer-block{
		width: auto;
		float: none;
		padding: 25px 15px 0;
	}
    
    .site-info .site-by{
        display: block;
        margin-top: 5px;
        position: static;
    }
}

@media screen and (max-width:580px){
	.big-news-wrap{
		padding: 0 10px 20px
	}
    
    #big-news .big-news h2{
        font-size: 30px; 
    }
    
    #big-news .big-news h6.pn-subtitle{
        font-size: 20px;
    }
    
    #big-news .big-news{
        font-size:18px;
    }

	.main-slider{
		width: auto;
		float: none;
		margin-bottom: 25px;
	}

	.main-news-block{
		width: auto;
		float: none;
	}

	.main-slider .slider-thumb img{
		width: 100%;
	}

	.big-news-block{
		width: auto;
		margin-bottom: 10px;
		float: none;
		margin-bottom: 10px;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #F6F6F6;
	}

	.small-news-block{
		width: auto;
		float: none;
	}

	.three-block-news .news-post{
		float: none;
		width: auto;
		margin: 0 0 10px;
		margin-bottom: 10px;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #F6F6F6;
	}

	.three-block-news .news-post:last-child{
		margin: 0;
		padding: 0;
		border: 0;
	}

	.three-block-news .big-thumb{
		width: 90px;
		float: left;
		margin: 0 10px 0 0;
	}

	.three-block-news .three-block-news-wrap{
		margin: 0;
	}

	.first-column-news,
	.second-column-news,
	.third-column-news{
		width: auto;
		float: none;
		margin: 0 0 25px;
	}

	.second-column-news{
		padding: 0;
		background: none;
        height: auto !important;
	}

	.third-column-news{
		margin: 0;
	}

	.three-column-news .section-title{
		margin-top: 0;
	}

	.first-col,
	.second-col{
		width: auto;
	}

	.first-col .news-post{
		width: auto;
		margin: 0 0 10px;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #F6F6F6;
	}

	.video-news-wrap .news-post{
		width: 48%;
	}

	.video-news-wrap .news-post:nth-child(3n){
		clear: both;
	}

	#masthead{
		margin-bottom: 15px;
	}

	#big-news .big-news,
	.main-slider,
	#main-news,
	#carousel-news,
	.big-small-news,
	.three-block-news,
	.small-block-news,
	#home-secondary .sidebar-ads,
	.sidebar-news, 
	.sidebar-block-news,
	.sidebar-gallery,
	#video-news{
		margin-bottom: 15px;
	}

	.home .full-width-ads{
		padding: 0;
		margin-bottom: 15px;
	}

	.related-news-wrap{
		margin: 0;
	}

	.related-news-wrap .news-post{
		width: auto;
		margin: 0 0 10px;
		float: none;
	}

	.view-count{
		text-align: center;
	}
}

@media screen and (max-width:480px){
	.content-middle-ads,
	.entry-thumbnail{
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 0 0 15px;
	}

	.content-middle-ads img,
	.entry-thumbnail img{
		width: 100%;
	}
    
    .video-news-wrap{
        margin: 0;
    }
    
    .video-news-wrap .news-post{
		width: auto;
        margin: 0 0 10px;
        float: none;
	}
    
    .video-news-wrap .news-post:last-child{
        margin-bottom: 0;
    }
    
    .video-news-wrap .news-post img{
        width:100%;
    }
}

@media screen and (min-width:1131px){
	.main-navigation ul.tk-menu{
		display: block !important;
	}
}

.main-slider .lSSlideWrapper .lSSlide{
    height: auto !important;
}

@media screen and (max-width:1130px){
.v-title {
	margin-top: -32px;
	font-size: 22px;
	margin-bottom: 20px;
	position: relative;
	z-index: 8;
	font-weight: 600;
}

.v-title:after,
.archive-title:after {
	content: "";
	position: absolute;
	border-color: transparent #b70000 #b70000 transparent;
	border-width: 6px 5px;
	border-style: solid;
	left: -10px;
	top: 0;
}

.v-title a {
	display: inline-block;
	background: #ef4c24;
	color: #FFF;
	padding: 8px 30px;
	
}

.v-title span {
	display: inline-block;
	background: none;
}
}

@media screen and (min-width:1130px){
.v-title {
	margin-top: -32px;
	font-size: 22px;
	margin-bottom: 20px;
	position: relative;
	z-index: 8;
	font-weight: 600;
}

.v-title:after,
.archive-title:after {
	content: "";
	position: absolute;
	border-color: transparent #b70000 #b70000 transparent;
	border-width: 6px 5px;
	border-style: solid;
	left: -10px;
	top: 0;
}

.v-title a {
	display: inline-block;
	background: #09378a;
	color: #FFF;
	padding: 8px 30px;
	
}

.v-title span {
	display: inline-block;
	background: none;
}
}

@media screen and (max-width: 601px) {
    .related-title{
	font-size: 14px;
	font-weight: 900;
	

  }
}


@media screen and (max-width: 960px) {
.np-header-menu-wrapper .tk-container::before {
   display: none;

  }
}

@media only screen and (max-width: 767px){
 .sports____head a{
    font-size: 25px;
    line-height: 30px;
	}
	.post__Des p {
		font-size: 18px;
	
	}
	
	h1.banner a {
    font-size: 25px;
	font-family: 'Ek Mukta',serif;
}
}
